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 1978728 Details for
Bug 2226111
php-zstd: 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 19:00:37 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 19:00:37 UTC
Size:
32.00 KB
patch
obsolete
>29 >Zend Extension Api No: 420220829 >configure.ac:161: warning: The macro `AC_PROG_LIBTOOL' is obsolete. >configure.ac:161: You should run autoupdate. >build/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... >configure.ac:161: the top level >+ 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 >+ '[' '-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 2023-07-21 05:33:00.740121756 +0000 >+++ ./configure 2023-07-21 05:33:01.130124212 +0000 >@@ -1707,7 +1707,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-21 05:33:01.130124212 +0000 >+++ ./configure 2023-07-21 05:33:01.150124337 +0000 >@@ -7230,7 +7230,7 @@ > # Transform an extracted symbol line into a proper C declaration. > # Some systems (esp. on ia64) link data and code symbols differently, > # so use this general approach. >-lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ >+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" > $lt_cdecl_hook\ > " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ > " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" >@@ -14007,7 +14007,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_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' > 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"`' >+ '[' 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/config.guess >+ '[' -f /usr/lib/rpm/redhat/config.guess ']' >+ /usr/bin/rm -f ./build/config.guess >++ basename ./build/config.guess >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build/config.guess >'/usr/lib/rpm/redhat/config.guess' -> './build/config.guess' >+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) >++ basename ./build/config.sub >+ '[' -f /usr/lib/rpm/redhat/config.sub ']' >+ /usr/bin/rm -f ./build/config.sub >++ basename ./build/config.sub >+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build/config.sub >'/usr/lib/rpm/redhat/config.sub' -> './build/config.sub' >+ '[' 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/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 --with-php-config=/usr/bin/zts-php-config --with-libzstd --with-libdir=lib64 --enable-zstd >configure: WARNING: unrecognized options: --disable-dependency-tracking >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for a sed that does not truncate output... /usr/bin/sed >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 aarch64-redhat-linux-gnu-cc... 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 the compiler supports GNU C... yes >checking whether gcc accepts -g... yes >checking for gcc option to enable C11 features... none needed >checking how to run the C preprocessor... gcc -E >checking for icc... no >checking for suncc... no >checking for system library directory... lib64 >checking if compiler supports -Wl,-rpath,... yes >checking build system type... aarch64-redhat-linux-gnu >checking host system type... aarch64-redhat-linux-gnu >checking target system type... aarch64-redhat-linux-gnu >checking for PHP prefix... /usr >checking for PHP includes... -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib >checking for PHP extension directory... /usr/lib64/php-zts/modules >checking for PHP installed headers prefix... /usr/include/php-zts/php >checking if debug is enabled... no >checking if zts is enabled... yes >checking for gawk... gawk >checking PHP version... #define PHP_VERSION "8.2.9RC1" >checking whether to enable zstd support... yes, shared >checking whether to use system zstd library... yes >./configure: line 4351: test: too many arguments >checking for pkg-config... (cached) /usr/bin/aarch64-redhat-linux-gnu-pkg-config >checking for libzstd... from pkgconfig: version 1.5.5 >checking for APCu includes... APCu in /usr/include/php-zts/php >checking whether to enable coverage support... no >checking how to print strings... printf >checking for a sed that does not truncate output... (cached) /usr/bin/sed >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 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-file... no >checking for file... file >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 for gawk... (cached) gawk >checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 7236: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory >ok >checking for sysroot... no >checking for a working dd... /usr/bin/dd >checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 >checking for aarch64-redhat-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.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 >configure: patching config.h.in >configure: creating ./config.status >config.status: creating config.h >config.status: executing libtool commands >configure: WARNING: unrecognized options: --disable-dependency-tracking >+ make -j8 >/bin/sh /builddir/build/BUILD/php-zstd-0.12.3/ZTS/libtool --mode=compile gcc -I. -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/include -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/main -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -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 -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /builddir/build/BUILD/php-zstd-0.12.3/ZTS/zstd.c -o zstd.lo -MMD -MF zstd.dep -MT zstd.lo >libtool: compile: gcc -I. -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/include -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/main -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -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 -D_GNU_SOURCE -DZEND_COMPILE_DL_EXT=1 -c /builddir/build/BUILD/php-zstd-0.12.3/ZTS/zstd.c -MMD -MF zstd.dep -MT zstd.lo -fPIC -DPIC -o .libs/zstd.o >/bin/sh /builddir/build/BUILD/php-zstd-0.12.3/ZTS/libtool --mode=link gcc -shared -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/include -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS/main -I/builddir/build/BUILD/php-zstd-0.12.3/ZTS -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -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 -D_GNU_SOURCE -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 -o zstd.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules zstd.lo -lzstd >libtool: link: gcc -shared -fPIC -DPIC .libs/zstd.o -lzstd -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -mno-omit-leaf-frame-pointer -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,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 -Wl,-soname -Wl,zstd.so -o .libs/zstd.so >libtool: link: ( cd ".libs" && rm -f "zstd.la" && ln -s "../zstd.la" "zstd.la" ) >/bin/sh /builddir/build/BUILD/php-zstd-0.12.3/ZTS/libtool --mode=install cp ./zstd.la /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules >libtool: install: cp ./.libs/zstd.so /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules/zstd.so >libtool: install: cp ./.libs/zstd.lai /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules/zstd.la >libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/sbin" ldconfig -n /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules >---------------------------------------------------------------------- >Libraries have been installed in: > /builddir/build/BUILD/php-zstd-0.12.3/ZTS/modules >If you ever happen to want to link against installed libraries >in a given directory, LIBDIR, you must either use libtool, and >specify the full pathname of the library, or use the '-LLIBDIR' >flag during linking and do at least one of the following: > - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the 'LD_RUN_PATH' environment variable > during linking > - use the '-Wl,-rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to '/etc/ld.so.conf' >See any operating system documentation about shared libraries for >more information, such as the ld(1) and ld.so(8) manual pages. >---------------------------------------------------------------------- >Build complete. >Don't forget to run 'make test'. >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Qwr7mH >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64 >++ dirname /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/php-zstd-0.12.3-2.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 php-zstd-0.12.3 >+ make -C NTS install INSTALL_ROOT=/builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64 >make: Entering directory '/builddir/build/BUILD/php-zstd-0.12.3/NTS' >Installing shared extensions: /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/lib64/php/modules/ >Installing header files: /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/include/php/ >make: Leaving directory '/builddir/build/BUILD/php-zstd-0.12.3/NTS' >+ install -D -m 644 40-zstd.ini /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/etc/php.d/40-zstd.ini >+ install -D -m 644 package.xml /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/var/lib/php/peclxml/php-zstd.xml >+ make -C ZTS install INSTALL_ROOT=/builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64 >make: Entering directory '/builddir/build/BUILD/php-zstd-0.12.3/ZTS' >Installing shared extensions: /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/lib64/php-zts/modules/ >Installing header files: /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/include/php-zts/php/ >make: Leaving directory '/builddir/build/BUILD/php-zstd-0.12.3/ZTS' >+ install -D -m 644 40-zstd.ini /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/etc/php-zts.d/40-zstd.ini >++ grep 'role="test"' package.xml >++ sed -e 's/^.*name="//;s/".*$//' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/001.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/002.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/002_b.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/003.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/004.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/005.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/005_b.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/006.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/007.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/008.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/009.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/010.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/011.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/alias.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/apcu_serializer.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/data.dic ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/data.inc ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/dictionary.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/dictionary_01.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/info.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streaming.zst ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_1.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_2.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_3.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_4.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_5.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_6.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_7.phpt ']' >+ for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ '[' -f NTS/tests/tests/streams_8.phpt ']' >++ grep 'role="doc"' package.xml >++ sed -e 's/^.*name="//;s/".*$//' >+ for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//') >+ install -Dpm 644 NTS/README.md /builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/share/doc/pecl/zstd/README.md >+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.12.3-2.fc39 --unique-debug-suffix -0.12.3-2.fc39.aarch64 --unique-debug-src-base php-zstd-0.12.3-2.fc39.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/php-zstd-0.12.3 >find-debuginfo: starting >Extracting debug info from 2 files >DWARF-compressing 2 files >sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. >Creating .debug symlinks for symlinks to ELF files >Copying sources found by 'debugedit -l' to /usr/src/debug/php-zstd-0.12.3-2.fc39.aarch64 >120 blocks >find-debuginfo: done >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/check-rpaths >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >+ /usr/lib/rpm/brp-remove-la-files >+ env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 >+ /usr/lib/rpm/redhat/brp-python-hardlink >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MfQYAD >+ umask 022 >+ cd /builddir/build/BUILD >+ 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 php-zstd-0.12.3 >+ export REPORT_EXIT_STATUS=1 >+ REPORT_EXIT_STATUS=1 >+ cd NTS >+ : Minimal load test for NTS extension >+ /usr/bin/php --no-php-ini --define extension=/builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/lib64/php/modules/zstd.so --modules >+ grep zstd >zstd >+ : Check that apcu is aware of zstd serializer >+ /usr/bin/php --no-php-ini --define extension=apcu.so --define apc.enabled=1 --define apc.enable_cli=1 --define extension=/builddir/build/BUILDROOT/php-zstd-0.12.3-2.fc39.aarch64/usr/lib64/php/modules/zstd.so --ri apcu >+ grep zstd >error: Bad exit status from /var/tmp/rpm-tmp.MfQYAD (%check) > Bad exit status from /var/tmp/rpm-tmp.MfQYAD (%check) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M b60c747fdf774917baa757f8d1aaec9c -D /var/lib/mock/f39-build-44328843-5276183/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.ho3__09h:/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/php-zstd.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 b60c747fdf774917baa757f8d1aaec9c -D /var/lib/mock/f39-build-44328843-5276183/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.ho3__09h:/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/php-zstd.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 2226111
: 1978728 |
1978729
|
1978730