Description of problem: package shc not found on epel 9 https://src.fedoraproject.org/rpms/shc/tree/epel9 found on epel 8 https://src.fedoraproject.org/rpms/shc/tree/epel8 Version-Release number of selected component (if applicable): RHEL 9 (and all fork) CentOS Stream 9 How reproducible: sudo dnf -y install shc No matching package to install: 'shc' Not all dependencies satisfied Error: Some packages could not be found. please add to epel 9
testing build based to el8 download source wget https://src.fedoraproject.org/rpms/shc/raw/epel8/f/shc.spec -O $PWD/shc.spec wget https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz -O $PWD/shc-4.0.3.tar.gz build RHEL 9 mock -r rhel+epel-9-x86_64 --clean mock -r centos-stream+epel-next-9-x86_64 --clean mock -r alma+epel-9-x86_64 --clean sudo rm -rf /var/lib/mock/* sudo rm -rf /var/cache/mock/* mock -r rhel+epel-9-x86_64 --init mock -r rhel+epel-9-x86_64 --install @core coreutils rpm-build patch mock -r rhel+epel-9-x86_64 --no-clean --spec $PWD/shc.spec --source $PWD/shc-4.0.3.tar.gz mock -r rhel+epel-9-x86_64 --clean Start: rpmbuild shc-4.0.3-1.el9.src.rpm Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1567987200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.x2VMxm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf shc-4.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/shc-4.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd shc-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Agim0Q + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + 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 ' + 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 2019-07-01 18:37:08.000000000 +0200 +++ ./configure 2024-05-25 12:57:58.183284879 +0200 @@ -1817,7 +1817,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 + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 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 for x86_64-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking for putenv... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + /usr/bin/make -O -j12 V=1 VERBOSE=1 Making all in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -DPACKAGE_NAME=\"shc\" -DPACKAGE_TARNAME=\"shc\" -DPACKAGE_VERSION=\"4.0.3\" -DPACKAGE_STRING=\"shc\ 4.0.3\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/shc/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shc\" -DVERSION=\"4.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o shc.o shc.c make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -o shc shc.o make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VruDYW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + cd shc-4.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' /usr/bin/install -p shc '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 shc.1 '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 4.0.3-1.el9 --unique-debug-suffix -4.0.3-1.el9.x86_64 --unique-debug-src-base shc-4.0.3-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/shc-4.0.3 extracting debug info from /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin/shc original debug info size: 84kB, size after compression: 84kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 71 blocks + /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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: shc-4.0.3-1.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rsssZC + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + DOCDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr AUTHORS /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr ChangeLog /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README.md /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dZDIdU + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + cp -pr COPYING /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + RPM_EC=0 ++ jobs -p + exit 0 Provides: shc = 4.0.3-1.el9 shc(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) Processing files: shc-debugsource-4.0.3-1.el9.x86_64 Provides: shc-debugsource = 4.0.3-1.el9 shc-debugsource(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: shc-debuginfo-4.0.3-1.el9.x86_64 Provides: debuginfo(build-id) = ccf704f2f614246565ceadb02bcd8c694085dc6a shc-debuginfo = 4.0.3-1.el9 shc-debuginfo(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: shc-debugsource(x86-64) = 4.0.3-1.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 Wrote: /builddir/build/RPMS/shc-debugsource-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-debuginfo-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-4.0.3-1.el9.x86_64.rpm Finish: rpmbuild shc-4.0.3-1.el9.src.rpm Finish: build phase for shc-4.0.3-1.el9.src.rpm INFO: Done(/var/lib/mock/rhel+epel-9-x86_64/result/shc-4.0.3-1.el9.src.rpm) Config(rhel+epel-9-x86_64) 0 minutes 34 seconds INFO: Results and/or logs in: /var/lib/mock/rhel+epel-9-x86_64/result Finish: run build CentOS Stream 9 mock -r rhel+epel-9-x86_64 --clean mock -r centos-stream+epel-next-9-x86_64 --clean mock -r alma+epel-9-x86_64 --clean sudo rm -rf /var/lib/mock/* sudo rm -rf /var/cache/mock/* mock -r centos-stream+epel-next-9-x86_64 --init mock -r centos-stream+epel-next-9-x86_64 --install @core coreutils rpm-build patch mock -r centos-stream+epel-next-9-x86_64 --no-clean --spec $PWD/shc.spec --source $PWD/shc-4.0.3.tar.gz mock -r centos-stream+epel-next-9-x86_64 --clean Start: rpmbuild shc-4.0.3-1.el9.src.rpm Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1567987200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qWOxi4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf shc-4.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/shc-4.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd shc-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XZSSLs + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + 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 ' + 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 2019-07-01 18:37:08.000000000 +0200 +++ ./configure 2024-05-25 13:06:29.415300068 +0200 @@ -1817,7 +1817,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 + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 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 for x86_64-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking for putenv... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + /usr/bin/make -O -j12 V=1 VERBOSE=1 Making all in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -DPACKAGE_NAME=\"shc\" -DPACKAGE_TARNAME=\"shc\" -DPACKAGE_VERSION=\"4.0.3\" -DPACKAGE_STRING=\"shc\ 4.0.3\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/shc/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shc\" -DVERSION=\"4.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o shc.o shc.c make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -o shc shc.o make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cnc9Te + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + cd shc-4.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' /usr/bin/install -p shc '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 shc.1 '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 4.0.3-1.el9 --unique-debug-suffix -4.0.3-1.el9.x86_64 --unique-debug-src-base shc-4.0.3-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/shc-4.0.3 extracting debug info from /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin/shc original debug info size: 84kB, size after compression: 84kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 71 blocks + /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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: shc-4.0.3-1.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HZVSzj + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + DOCDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr AUTHORS /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr ChangeLog /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README.md /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xvF34L + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + cp -pr COPYING /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + RPM_EC=0 ++ jobs -p + exit 0 Provides: shc = 4.0.3-1.el9 shc(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) Processing files: shc-debugsource-4.0.3-1.el9.x86_64 Provides: shc-debugsource = 4.0.3-1.el9 shc-debugsource(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: shc-debuginfo-4.0.3-1.el9.x86_64 Provides: debuginfo(build-id) = ccf704f2f614246565ceadb02bcd8c694085dc6a shc-debuginfo = 4.0.3-1.el9 shc-debuginfo(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: shc-debugsource(x86-64) = 4.0.3-1.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 Wrote: /builddir/build/RPMS/shc-debuginfo-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-debugsource-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-4.0.3-1.el9.x86_64.rpm Finish: rpmbuild shc-4.0.3-1.el9.src.rpm Finish: build phase for shc-4.0.3-1.el9.src.rpm INFO: Done(/var/lib/mock/centos-stream+epel-next-9-x86_64/result/shc-4.0.3-1.el9.src.rpm) Config(centos-stream+epel-next-9-x86_64) 0 minutes 15 seconds INFO: Results and/or logs in: /var/lib/mock/centos-stream+epel-next-9-x86_64/result Finish: run build Alma Linux 9 mock -r alma+epel-9-x86_64 --clean sudo rm -rf /var/lib/mock/* mock -r alma+epel-9-x86_64 --init mock -r alma+epel-9-x86_64 --install @core coreutils rpm-build patch mock -r alma+epel-9-x86_64 --spec $PWD/shc.spec --source $PWD/shc-4.0.3.tar.gz mock -r alma+epel-9-x86_64 --clean Start: rpmbuild shc-4.0.3-1.el9.src.rpm Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1567987200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FtRzZX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf shc-4.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/shc-4.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd shc-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Lecohd + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + 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 ' + 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 2019-07-01 18:37:08.000000000 +0200 +++ ./configure 2024-05-25 13:31:38.857124249 +0200 @@ -1817,7 +1817,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 + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 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 for x86_64-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking for putenv... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + /usr/bin/make -O -j12 V=1 VERBOSE=1 Making all in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -DPACKAGE_NAME=\"shc\" -DPACKAGE_TARNAME=\"shc\" -DPACKAGE_VERSION=\"4.0.3\" -DPACKAGE_STRING=\"shc\ 4.0.3\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/shc/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shc\" -DVERSION=\"4.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o shc.o shc.c make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -o shc shc.o make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5fqnLT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + cd shc-4.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' /usr/bin/install -p shc '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 shc.1 '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 4.0.3-1.el9 --unique-debug-suffix -4.0.3-1.el9.x86_64 --unique-debug-src-base shc-4.0.3-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/shc-4.0.3 extracting debug info from /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin/shc original debug info size: 84kB, size after compression: 84kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 71 blocks + /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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: shc-4.0.3-1.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NDskCw + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + DOCDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr AUTHORS /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr ChangeLog /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README.md /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Eu7271 + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + cp -pr COPYING /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + RPM_EC=0 ++ jobs -p + exit 0 Provides: shc = 4.0.3-1.el9 shc(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) Processing files: shc-debugsource-4.0.3-1.el9.x86_64 Provides: shc-debugsource = 4.0.3-1.el9 shc-debugsource(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: shc-debuginfo-4.0.3-1.el9.x86_64 Provides: debuginfo(build-id) = eaa48e1ca664b973f73ed2a35ce9bb15242746ac shc-debuginfo = 4.0.3-1.el9 shc-debuginfo(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: shc-debugsource(x86-64) = 4.0.3-1.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 Wrote: /builddir/build/RPMS/shc-debugsource-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-debuginfo-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-4.0.3-1.el9.x86_64.rpm Finish: rpmbuild shc-4.0.3-1.el9.src.rpm Finish: build phase for shc-4.0.3-1.el9.src.rpm INFO: Done(/var/lib/mock/alma+epel-9-x86_64/result/shc-4.0.3-1.el9.src.rpm) Config(alma+epel-9-x86_64) 0 minutes 19 seconds INFO: Results and/or logs in: /var/lib/mock/alma+epel-9-x86_64/result Finish: run build Rocky Linux 9 mock -r rhel+epel-9-x86_64 --clean mock -r centos-stream+epel-next-9-x86_64 --clean mock -r alma+epel-9-x86_64 --clean mock -r rocky+epel-9-x86_64 --clean sudo rm -rf /var/lib/mock/* sudo rm -rf /var/cache/mock/* mock -r rocky+epel-9-x86_64 --init mock -r rocky+epel-9-x86_64 --install @core coreutils rpm-build patch mock -r rocky+epel-9-x86_64 --no-clean --spec $PWD/shc.spec --source $PWD/shc-4.0.3.tar.gz mock -r rocky+epel-9-x86_64 --clean Start: rpmbuild shc-4.0.3-1.el9.src.rpm Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1567987200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IME7cm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf shc-4.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/shc-4.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd shc-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cdmc0Z + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + 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 ' + 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 2019-07-01 18:37:08.000000000 +0200 +++ ./configure 2024-05-25 13:37:46.227306745 +0200 @@ -1817,7 +1817,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 + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info 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 for x86_64-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking for putenv... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + /usr/bin/make -O -j12 V=1 VERBOSE=1 Making all in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -DPACKAGE_NAME=\"shc\" -DPACKAGE_TARNAME=\"shc\" -DPACKAGE_VERSION=\"4.0.3\" -DPACKAGE_STRING=\"shc\ 4.0.3\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/shc/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shc\" -DVERSION=\"4.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o shc.o shc.c make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -o shc shc.o make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lmYO2Q + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 + cd shc-4.0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' /usr/bin/install -p shc '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3/src' make[1]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Entering directory '/builddir/build/BUILD/shc-4.0.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 shc.1 '/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' make[1]: Leaving directory '/builddir/build/BUILD/shc-4.0.3' + /usr/bin/find-debuginfo -j12 --strict-build-id -m -i --build-id-seed 4.0.3-1.el9 --unique-debug-suffix -4.0.3-1.el9.x86_64 --unique-debug-src-base shc-4.0.3-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/shc-4.0.3 extracting debug info from /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/bin/shc original debug info size: 84kB, size after compression: 84kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 71 blocks + /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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: shc-4.0.3-1.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6Kwmwx + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + DOCDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr AUTHORS /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr ChangeLog /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + cp -pr README.md /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/doc/shc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.r8Kd0s + umask 022 + cd /builddir/build/BUILD + cd shc-4.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + cp -pr COPYING /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64/usr/share/licenses/shc + RPM_EC=0 ++ jobs -p + exit 0 Provides: shc = 4.0.3-1.el9 shc(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) Processing files: shc-debugsource-4.0.3-1.el9.x86_64 Provides: shc-debugsource = 4.0.3-1.el9 shc-debugsource(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: shc-debuginfo-4.0.3-1.el9.x86_64 Provides: debuginfo(build-id) = eaa48e1ca664b973f73ed2a35ce9bb15242746ac shc-debuginfo = 4.0.3-1.el9 shc-debuginfo(x86-64) = 4.0.3-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: shc-debugsource(x86-64) = 4.0.3-1.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/shc-4.0.3-1.el9.x86_64 Wrote: /builddir/build/RPMS/shc-debugsource-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-debuginfo-4.0.3-1.el9.x86_64.rpm Wrote: /builddir/build/RPMS/shc-4.0.3-1.el9.x86_64.rpm Finish: rpmbuild shc-4.0.3-1.el9.src.rpm Finish: build phase for shc-4.0.3-1.el9.src.rpm INFO: Done(/var/lib/mock/rocky+epel-9-x86_64/result/shc-4.0.3-1.el9.src.rpm) Config(rocky+epel-9-x86_64) 0 minutes 16 seconds INFO: Results and/or logs in: /var/lib/mock/rocky+epel-9-x86_64/result Finish: run all build work please add package on epel 9
Working on it: https://pagure.io/releng/fedora-scm-requests/issue/62655
FEDORA-EPEL-2024-559ae117f6 (shc-4.0.3-11.el9) has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-559ae117f6
Done: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-559ae117f6 You can test there for fast push.
FEDORA-EPEL-2024-559ae117f6 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-559ae117f6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2024-559ae117f6 (shc-4.0.3-11.el9) has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.