Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1977933 Details for
Bug 2225820
gedit-latex: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 17:42:28 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 17:42:28 UTC
Size:
32.00 KB
patch
obsolete
>m/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FFLAGS >+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FCFLAGS >+ VALAFLAGS=-g >+ export VALAFLAGS >+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' >+ export RUSTFLAGS >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ export LDFLAGS >+ LT_SYS_LIBRARY_PATH=/usr/lib64: >+ export LT_SYS_LIBRARY_PATH >+ CC=gcc >+ export CC >+ CXX=g++ >+ export CXX >+ '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' >++ find . -type f -name configure -print >+ for file in $(find . -type f -name configure -print) >+ /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure >+ diff -u ./configure.backup ./configure >--- ./configure.backup 2016-05-14 17:03:31.000000000 +0000 >+++ ./configure 2023-07-19 21:06:17.178742867 +0000 >@@ -1848,7 +1848,7 @@ > #ifdef __cplusplus > extern "C" > #endif >-char $2 (); >+__attribute__ ((used)) char $2 (); > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >+ /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure >+ diff -u ./configure.backup ./configure >+ mv ./configure.backup ./configure >+ /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure >+ diff -u ./configure.backup ./configure >--- ./configure.backup 2023-07-19 21:06:17.178742867 +0000 >+++ ./configure 2023-07-19 21:06:17.198743049 +0000 >@@ -15809,7 +15809,7 @@ > compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' > GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' > lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' >-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' >+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" > lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' > lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' > nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' >+ '[' 1 = 1 ']' >+++ dirname ./configure >++ find . -name config.guess -o -name config.sub >+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) >++ basename ./build-aux/config.sub >+ '[' -f /usr/lib/rpm/redhat/config.sub ']' >+ /usr/bin/rm -f ./build-aux/config.sub >++ basename ./build-aux/config.sub >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub >'/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' >+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) >++ basename ./build-aux/config.guess >+ '[' -f /usr/lib/rpm/redhat/config.guess ']' >+ /usr/bin/rm -f ./build-aux/config.guess >++ basename ./build-aux/config.guess >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess >'/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' >+ '[' 1 = 1 ']' >+ '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' >++ find . -name ltmain.sh >+ for i in $(find . -name ltmain.sh) >+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build-aux/ltmain.sh >++ grep -q runstatedir=DIR ./configure >++ echo --runstatedir=/run >+ ./configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --runstatedir=/run --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether UID '1000' is supported by ustar format... yes >checking whether GID '425' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking whether to enable maintainer-specific portions of Makefiles... yes >checking whether make supports nested variables... (cached) yes >checking for aarch64-redhat-linux-gnu-gcc... gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking whether gcc understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of gcc... none >checking whether make sets $(MAKE)... (cached) yes >checking for python... no >checking for python2... no >checking for python3... /usr/bin/python3 >checking for python version... 3.1 >checking for python platform... linux >checking for python script directory... ${prefix}/lib/python3.12/site-packages >checking for python extension module directory... ${exec_prefix}/lib64/python3.12/site-packages >checking build system type... aarch64-redhat-linux-gnu >checking host system type... aarch64-redhat-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... /usr/bin/sed >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for fgrep... /usr/bin/grep -F >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking how to convert aarch64-redhat-linux-gnu file names to aarch64-redhat-linux-gnu format... func_convert_file_noop >checking how to convert aarch64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/bin/ld option to reload object files... -r >checking for aarch64-redhat-linux-gnu-objdump... no >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for aarch64-redhat-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for aarch64-redhat-linux-gnu-ar... no >checking for ar... ar >checking for archiver @FILE support... @ >checking for aarch64-redhat-linux-gnu-strip... no >checking for strip... strip >checking for aarch64-redhat-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for sysroot... no >checking for aarch64-redhat-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking how to run the C preprocessor... gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC -DPIC >checking if gcc PIC flag -fPIC -DPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking whether NLS is requested... yes >checking for intltool >= 0.40.0... 0.51.0 found >checking for intltool-update... /usr/bin/intltool-update >checking for intltool-merge... /usr/bin/intltool-merge >checking for intltool-extract... /usr/bin/intltool-extract >checking for xgettext... /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/msgfmt >checking for perl... /usr/bin/perl >checking for perl >= 5.8.1... 5.38.0 >checking for XML::Parser... ok >checking for msgfmt... (cached) /usr/bin/msgfmt >checking for gmsgfmt... (cached) /usr/bin/msgfmt >checking for xgettext... (cached) /usr/bin/xgettext >checking for msgmerge... (cached) /usr/bin/msgmerge >checking for ld used by GCC... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking for CFPreferencesCopyAppValue... no >checking for CFLocaleCopyCurrent... no >checking for GNU gettext in libc... yes >checking whether to use NLS... yes >checking where the gettext function comes from... libc >checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for GEDIT... yes >checking for aarch64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/aarch64-redhat-linux-gnu-pkg-config >checking pkg-config is at least version 0.16... yes >checking for glib-genmarshal... /usr/bin/glib-genmarshal >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating data/Makefile >config.status: creating data/icons/Makefile >config.status: creating data/templates/Makefile >config.status: creating data/ui/Makefile >config.status: creating data/org.gnome.gedit.plugins.latex.gschema.xml.in >config.status: creating latex.plugin.desktop.in >config.status: creating latex/gldefs.py >config.status: creating latex/Makefile >config.status: creating latex/bibtex/Makefile >config.status: creating latex/latex/Makefile >config.status: creating latex/preferences/Makefile >config.status: creating latex/tools/Makefile >config.status: creating latex/util/Makefile >config.status: creating po/Makefile.in >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >config.status: executing po-directories commands >config.status: creating po/POTFILES >config.status: creating po/Makefile >config.status: executing po/stamp-it commands >Configuration: > Source code location: . > Compiler: gcc > Prefix: /usr >Note: you have to install this plugin into the same prefix as your gedit >installation (probably /usr if you're using your distro packages, /usr/local >if you have compiled it on your own). >+ make -j8 >make all-recursive >make[1]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0' >Making all in data >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >Making all in icons >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >Making all in templates >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >Making all in ui >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' > ITMRG org.gnome.gedit.plugins.latex.gschema.xml > GEN org.gnome.gedit.plugins.latex.gschema.valid >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >Making all in latex >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >Making all in bibtex >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >Making all in latex >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/latex' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/latex' >Making all in preferences >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/preferences' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/preferences' >Making all in tools >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/tools' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/tools' >Making all in util >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/util' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/util' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >Making all in po >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/po' >grep: warning: stray \ before # >grep: warning: stray \ before # >grep: warning: stray \ before # > MSGFMT bs.gmo > MSGFMT ca.gmo > MSGFMT cs.gmo > MSGFMT da.gmo > MSGFMT el.gmo > MSGFMT eo.gmo > MSGFMT es.gmo > MSGFMT de.gmo > MSGFMT fr.gmo > MSGFMT gl.gmo > MSGFMT eu.gmo > MSGFMT hu.gmo > MSGFMT id.gmo > MSGFMT it.gmo > MSGFMT lv.gmo > MSGFMT ko.gmo > MSGFMT nb.gmo > MSGFMT oc.gmo > MSGFMT pl.gmo > MSGFMT pt.gmo > MSGFMT pt_BR.gmo > MSGFMT ro.gmo > MSGFMT sl.gmo > MSGFMT ru.gmo > MSGFMT sr.gmo > MSGFMT sr@latin.gmo > MSGFMT sv.gmo > MSGFMT zh_CN.gmo > MSGFMT th.gmo > MSGFMT zh_TW.gmo >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/po' >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0' >/usr/bin/intltool-merge ./po latex.plugin.desktop.in latex.plugin -d -u -c ./po/.intltool-merge-cache >Generating and caching the translation database >Merging translations into latex.plugin. >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0' >make[1]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0' >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Kkyd6a >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64 >++ dirname /builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64 >+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CFLAGS >+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' >+ export CXXFLAGS >+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FFLAGS >+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' >+ export FCFLAGS >+ VALAFLAGS=-g >+ export VALAFLAGS >+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' >+ export RUSTFLAGS >+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' >+ export LDFLAGS >+ LT_SYS_LIBRARY_PATH=/usr/lib64: >+ export LT_SYS_LIBRARY_PATH >+ CC=gcc >+ export CC >+ CXX=g++ >+ export CXX >+ cd gedit-latex-3.20.0 >+ make install DESTDIR=/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64 >Making install in data >make[1]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >Making install in icons >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >make[3]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/accents' > /usr/bin/install -c -m 644 accents/acute.png accents/bar.png accents/breve.png accents/check.png accents/ddot.png accents/dot.png accents/grave.png accents/hat.png accents/tilde.png accents/vec.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/accents' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/arrows' > /usr/bin/install -c -m 644 arrows/hookleftarrow.png arrows/hookrightarrow.png arrows/leadsto.png arrows/leftarrow.png arrows/Leftarrow.png arrows/leftharpoondown.png arrows/leftharpoonup.png arrows/leftrightarrow.png arrows/Leftrightarrow.png arrows/leftrightarrows.png arrows/leftrightharpoons.png arrows/longleftarrow.png arrows/Longleftarrow.png arrows/longleftrightarrow.png arrows/Longleftrightarrow.png arrows/longmapsto.png arrows/longrightarrow.png arrows/Longrightarrow.png arrows/mapsto.png arrows/rightarrow.png arrows/Rightarrow.png arrows/rightharpoondown.png arrows/rightharpoonup.png arrows/rightleftarrows.png arrows/rightleftharpoons.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/arrows' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/greek' > /usr/bin/install -c -m 644 greek/alpha.png greek/beta.png greek/chi.png greek/delta.png greek/Delta.png greek/epsilon.png greek/eta.png greek/gamma.png greek/Gamma.png greek/iota.png greek/kappa.png greek/lambda.png greek/Lambda.png greek/mu.png greek/nu.png greek/omega.png greek/Omega.png greek/phi.png greek/Phi.png greek/pi.png greek/Pi.png greek/psi.png greek/Psi.png greek/rho.png greek/sigma.png greek/Sigma.png greek/tau.png greek/theta.png greek/Theta.png greek/upsilon.png greek/Upsilon.png greek/varepsilon.png greek/varphi.png greek/varpi.png greek/varrho.png greek/varsigma.png greek/vartheta.png greek/xi.png greek/Xi.png greek/zeta.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/greek' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/limiters' > /usr/bin/install -c -m 644 limiters/langle.png limiters/lbrace.png limiters/lceil.png limiters/lfloor.png limiters/rangle.png limiters/rbrace.png limiters/rceil.png limiters/rfloor.png limiters/vert.png limiters/Vert.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/limiters' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/operators' > /usr/bin/install -c -m 644 operators/approx.png operators/ast.png operators/bullet.png operators/cap.png operators/cdot.png operators/circ.png operators/cong.png operators/cup.png operators/div.png operators/equiv.png operators/eth.png operators/exists.png operators/forall.png operators/geq.png operators/gg.png operators/in.png operators/land.png operators/leq.png operators/ll.png operators/lor.png operators/mid.png operators/nabla.png operators/neg.png operators/neq.png operators/nexists.png operators/ni.png operators/oplus.png operators/parallel.png operators/partial.png operators/perp.png operators/pm.png operators/propto.png operators/setminus.png operators/simeq.png operators/sim.png operators/star.png operators/subseteq.png operators/subset.png operators/supseteq.png operators/supset.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/operators' > /usr/bin/install -c -m 644 operators/times.png operators/uplus.png operators/varnothing.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/operators' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons' > /usr/bin/install -c -m 644 abort.png bb.png bf.png bib.png braces.png brackets.png build-image.png calendar.png cal.png chapter.png close_env.png description.png displaymath.png document.png documents.png dvbars.png enumerate.png eqnarray.png equation.png error.png field.png frak.png graphics.png i_choice.png i_command.png itemize.png it.png justify-center.png justify-left.png justify-right.png label.png listing.png math.png okay.png outline.png paragraph.png parantheses.png part.png rm.png run.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons' > /usr/bin/install -c -m 644 sc.png section.png sf.png snippet.png subsection.png subsubsection.png table.png task.png tree_chapter.png tree_includegraphics.png tree_include.png tree_paragraph.png tree_part.png tree_section.png tree_subsection.png tree_subsubsection.png tree_table.png tt.png underline.png uneqnarray.png users.png vbars.png warning.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons' > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/special' > /usr/bin/install -c -m 644 special/aleph.png special/angle.png special/cdots.png special/complement.png special/dagger.png special/ddots.png special/ell.png special/hbar.png special/iint.png special/Im.png special/infty.png special/int.png special/ldots.png special/oint.png special/P.png special/prime.png special/prod.png special/Re.png special/S.png special/sum.png special/textcopyright.png special/textregistered.png special/texttrademark.png special/vdots.png special/wp.png '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/icons/special' >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/icons' >Making install in templates >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >make[3]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/templates' > /usr/bin/install -c -m 644 Default.template KOMA_Letter_2.template Slides.template '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/templates' >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/templates' >Making install in ui >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[3]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/ui' > /usr/bin/install -c -m 644 ui-toolbar-combined.builder ui-toolbar-disabled.builder ui-toolbar-normal.builder build_image_dialog.ui choose_master_dialog.ui configure.ui configure_tool.ui insert_bibtex_entry.ui insert_graphics_dialog.ui insert_listing_dialog.ui insert_table_dialog.ui new_document_template_dialog.ui use_bibliography_dialog.ui '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex/ui' >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data/ui' >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >make[3]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex' > /usr/bin/install -c -m 644 bibtex.xml latex.xml listings.xml symbols.xml tools.xml '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/gedit/plugins/latex' >if test -n "org.gnome.gedit.plugins.latex.gschema.xml"; then \ > test -z "/usr/share/glib-2.0/schemas" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/glib-2.0/schemas"; \ > /usr/bin/install -c -m 644 org.gnome.gedit.plugins.latex.gschema.xml "/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/share/glib-2.0/schemas"; \ > test -n "/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64" || /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas; \ >fi >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >make[1]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/data' >Making install in latex >make[1]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >Making install in bibtex >make[2]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >make[3]: Entering directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >make[3]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/lib64/gedit/plugins/latex/bibtex' > /usr/bin/install -c -m 644 actions.py cache.py completion.py dialogs.py editor.py __init__.py model.py parser.py validator.py views.py '/builddir/build/BUILDROOT/gedit-latex-3.20.0-19.fc39.aarch64/usr/lib64/gedit/plugins/latex/bibtex' >Traceback (most recent call last): > File "<string>", line 2, in <module> >ModuleNotFoundError: No module named 'imp' >make[3]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >make[3]: *** [Makefile:382: install-pluginPYTHON] Error 1 >make[2]: *** [Makefile:478: install-am] Error 2 >make[2]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex/bibtex' >make[1]: *** [Makefile:515: install-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/gedit-latex-3.20.0/latex' >make: *** [Makefile:545: install-recursive] Error 1 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.Kkyd6a (%install) > Bad exit status from /var/tmp/rpm-tmp.Kkyd6a (%install) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 2284928c2d094dccbd08567fe95355c7 -D /var/lib/mock/f39-build-44270748-5274822/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.tp_iuzzz:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gedit-latex.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 2284928c2d094dccbd08567fe95355c7 -D /var/lib/mock/f39-build-44270748-5274822/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.tp_iuzzz:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gedit-latex.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2225820
: 1977933 |
1977934
|
1977935