<86>Oct 29 14:59:20 userdel[2360208]: delete user 'rooter' <86>Oct 29 14:59:20 userdel[2360208]: removed group 'rooter' owned by 'rooter' <86>Oct 29 14:59:20 userdel[2360208]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 14:59:20 groupadd[2360242]: group added to /etc/group: name=rooter, GID=1298 <86>Oct 29 14:59:20 groupadd[2360242]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:59:20 groupadd[2360242]: new group: name=rooter, GID=1298 <86>Oct 29 14:59:20 useradd[2360264]: new user: name=rooter, UID=1298, GID=1298, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:59:20 userdel[2360296]: delete user 'builder' <86>Oct 29 14:59:20 userdel[2360296]: removed group 'builder' owned by 'builder' <86>Oct 29 14:59:20 userdel[2360296]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:59:20 groupadd[2360324]: group added to /etc/group: name=builder, GID=1299 <86>Oct 29 14:59:20 groupadd[2360324]: group added to /etc/gshadow: name=builder <86>Oct 29 14:59:20 groupadd[2360324]: new group: name=builder, GID=1299 <86>Oct 29 14:59:20 useradd[2360346]: new user: name=builder, UID=1299, GID=1299, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 14:59:27 rpmi: libquadmath0-14.2.1-alt1 icarus+359818.100.1.1 1729089654 installed <13>Oct 29 14:59:27 rpmi: libquadmath14-devel-14.2.1-alt1 icarus+359818.100.1.1 1729089654 installed <13>Oct 29 14:59:27 rpmi: libgfortran5-14.2.1-alt1 icarus+359818.100.1.1 1729089654 installed <13>Oct 29 14:59:27 rpmi: gcc-fortran-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Oct 29 14:59:27 rpmi: libgfortran14-devel-14.2.1-alt1 icarus+359818.100.1.1 1729089654 installed <13>Oct 29 14:59:28 rpmi: gcc14-fortran-14.2.1-alt1 icarus+359818.100.1.1 1729089654 installed <13>Oct 29 14:59:28 rpmi: gcc-fortran-14-alt1 icarus+359818.400.1.1 1729097861 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fortranposix-0.1.1-alt1.nosrc.rpm (w1.gzdio) Installing fortranposix-0.1.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76296 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fortranposix-0.1.1 + echo 'Source #0 (fortranposix-0.1.1.tar):' Source #0 (fortranposix-0.1.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/fortranposix-0.1.1.tar + cd fortranposix-0.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + rm -f libfortranposix.so + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76296 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fortranposix-0.1.1 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' rm -f *.o make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' gcc -pipe -Wall -g -O2 -fPIC -DPIC -c posixwrapper.c posixwrapper.c: In function 'fortranpopen_': posixwrapper.c:77:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 77 | printf("Executing %s (%d) with option %s (%d) ... \n",command,strlen(command),type,strlen(type)); | ~^ ~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld posixwrapper.c:77:46: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 77 | printf("Executing %s (%d) with option %s (%d) ... \n",command,strlen(command),type,strlen(type)); | ~^ ~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld posixwrapper.c: In function 'fortranfputs_': posixwrapper.c:248:7: warning: unused variable 'stat' [-Wunused-variable] 248 | int stat; | ^~~~ posixwrapper.c: In function 'fortrangetenv_': posixwrapper.c:223:3: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 223 | strncpy(envnm,envname,*lenstr); | ^ posixwrapper.c:222:11: note: length computed here 222 | *lenstr=strlen(envname); | ^~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' make: Entering directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' f95 -pipe -Wall -g -O2 -fPIC -DPIC -shared fortranposix.f90 -o libfortranposix.so posixwrapper.o make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76296 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fortranposix-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fortranposix-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd fortranposix-0.1.1 + install -d /usr/src/tmp/fortranposix-buildroot/usr/lib64 + install -m644 libfortranposix.so /usr/src/tmp/fortranposix-buildroot/usr/lib64 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fortranposix-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fortranposix-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/fortranposix-buildroot/ (default) Compressing files in /usr/src/tmp/fortranposix-buildroot (auto) Adjusting library links in /usr/src/tmp/fortranposix-buildroot ./usr/lib64: (from :0) libfortranposix.so -> libfortranposix.so Verifying ELF objects in /usr/src/tmp/fortranposix-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/fortranposix-buildroot Processing files: libfortranposix-0.1.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fortranposix-0.1.1 + DOCDIR=/usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + export DOCDIR + rm -rf /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + /bin/mkdir -p /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + cp -prL CHANGES CREDITS README TODO /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + chmod -R go-w /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + chmod -R a+rX /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + cp -prL Makefile fortranposix.f90 fortranposix_interfaces.f90 posixwrapper.c /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + chmod -R go-w /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + chmod -R a+rX /usr/src/tmp/fortranposix-buildroot/usr/share/doc/libfortranposix-0.1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RNE30N find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/fortranposix-buildroot/usr/lib64/libfortranposix.so: 37 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1b7Kyj find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/fortranposix-buildroot/usr/lib64/libfortranposix.so: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 Provides: libfortranposix.so()(64bit) = set:jdLUKZFa1Te3SnzvmT3sXHhxDB4Oy3MDLEonKtYYdyenUGxhAXhh1eZ3AsaxMP3z2eHg8ZHNtTovUa3 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1()(64bit), libgfortran.so.5()(64bit) >= set:olwUnsDkgSoamjt2, libgfortran.so.5(GFORTRAN_8)(64bit), libm.so.6()(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YJe41I Creating libfortranposix-debuginfo package Processing files: libfortranposix-debuginfo-0.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UWKcJu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I2nXYV find-requires: running scripts (debuginfo) Provides: debug64(libfortranposix.so) Requires: libfortranposix = 0.1.1-alt1, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libgfortran.so.5), debug64(libm.so.6) Adding to libfortranposix-debuginfo a strict dependency on libfortranposix Wrote: /usr/src/RPM/RPMS/x86_64/libfortranposix-0.1.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libfortranposix-debuginfo-0.1.1-alt1.x86_64.rpm (w2.lzdio) 1.25user 1.47system 0:06.40elapsed 42%CPU (0avgtext+0avgdata 30516maxresident)k 0inputs+0outputs (0major+171710minor)pagefaults 0swaps 8.04user 2.67system 0:23.05elapsed 46%CPU (0avgtext+0avgdata 135992maxresident)k 23496inputs+0outputs (0major+192953minor)pagefaults 0swaps --- libfortranposix-0.1.1-alt1.x86_64.rpm.repo 2019-03-03 20:54:44.000000000 +0000 +++ libfortranposix-0.1.1-alt1.x86_64.rpm.hasher 2024-10-29 14:59:40.095531534 +0000 @@ -13,2 +13,3 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libgcc_s.so.1()(64bit) Requires: libgfortran.so.5()(64bit) >= set:olwUnsDkgSoamjt2 @@ -16,2 +17,3 @@ Requires: libgfortran.so.5(GFORTRAN_8)(64bit) +Requires: libm.so.6()(64bit) Requires: rtld(GNU_HASH) @@ -20,3 +22,3 @@ Provides: libfortranposix = 0.1.1-alt1:sisyphus+223515.100.1.1 -File: /usr/lib64/libfortranposix.so 100644 root:root bdcf1c0d29303d7103aa22f01caa2d11 +File: /usr/lib64/libfortranposix.so 100644 root:root 82748a83f9454ec3472ca7547452d3a3 File: /usr/share/doc/libfortranposix-0.1.1 40755 root:root @@ -30,2 +32,2 @@ File: /usr/share/doc/libfortranposix-0.1.1/posixwrapper.c 100755 root:root 71b5c132a75c6a97034e83481d423289 -RPMIdentity: 6bc8caa2f49728613cba449e84dbb8cd0cf028a69bcd4948ea15bcbb5bca9a6d370ba77bd88ca04f1ae714f86d06caae3bcc287cd0c37ca7762c05813a4b6428 +RPMIdentity: bc64afd7751f2f93d7192fe759ddcef992e64471d93bb13c3a1d6f26f7b4f0a08dca1c096adb3b6c10017c95a23670cfaa187440323d6113efaf107a80177362 --- libfortranposix-debuginfo-0.1.1-alt1.x86_64.rpm.repo 2019-03-03 20:54:44.000000000 +0000 +++ libfortranposix-debuginfo-0.1.1-alt1.x86_64.rpm.hasher 2024-10-29 14:59:40.308533910 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/0a 40755 root:root -/usr/lib/debug/.build-id/0a/e7ffc0cf6632cd2f3f9318a7921a9ce36c9ca2 120777 root:root ../../../../lib64/libfortranposix.so -/usr/lib/debug/.build-id/0a/e7ffc0cf6632cd2f3f9318a7921a9ce36c9ca2.debug 120777 root:root ../../usr/lib64/libfortranposix.so.debug +/usr/lib/debug/.build-id/c5 40755 root:root +/usr/lib/debug/.build-id/c5/88068bdb41662d8c478fcb9ec2eb9e60c511c4 120777 root:root ../../../../lib64/libfortranposix.so +/usr/lib/debug/.build-id/c5/88068bdb41662d8c478fcb9ec2eb9e60c511c4.debug 120777 root:root ../../usr/lib64/libfortranposix.so.debug /usr/lib/debug/usr/lib64/libfortranposix.so.debug 100644 root:root @@ -8,3 +8,5 @@ Requires: debug64(libc.so.6) +Requires: debug64(libgcc_s.so.1) Requires: debug64(libgfortran.so.5) +Requires: debug64(libm.so.6) Requires: libfortranposix = 0.1.1-alt1:sisyphus+223515.100.1.1 @@ -13,6 +15,6 @@ Provides: libfortranposix-debuginfo = 0.1.1-alt1:sisyphus+223515.100.1.1 -File: /usr/lib/debug/.build-id/0a 40755 root:root -File: /usr/lib/debug/.build-id/0a/e7ffc0cf6632cd2f3f9318a7921a9ce36c9ca2 120777 root:root ../../../../lib64/libfortranposix.so -File: /usr/lib/debug/.build-id/0a/e7ffc0cf6632cd2f3f9318a7921a9ce36c9ca2.debug 120777 root:root ../../usr/lib64/libfortranposix.so.debug -File: /usr/lib/debug/usr/lib64/libfortranposix.so.debug 100644 root:root 57a03b65ce49f9bd7df9009593556107 +File: /usr/lib/debug/.build-id/c5 40755 root:root +File: /usr/lib/debug/.build-id/c5/88068bdb41662d8c478fcb9ec2eb9e60c511c4 120777 root:root ../../../../lib64/libfortranposix.so +File: /usr/lib/debug/.build-id/c5/88068bdb41662d8c478fcb9ec2eb9e60c511c4.debug 120777 root:root ../../usr/lib64/libfortranposix.so.debug +File: /usr/lib/debug/usr/lib64/libfortranposix.so.debug 100644 root:root 0bb2ab2f0acd6a06b931ab70c81c7621 File: /usr/src/debug/fortranposix-0.1.1 40755 root:root @@ -20,2 +22,2 @@ File: /usr/src/debug/fortranposix-0.1.1/posixwrapper.c 100644 root:root 71b5c132a75c6a97034e83481d423289 -RPMIdentity: eb7a5a9cc8b35c681be1e37d87f6d31045c6eca3bd6aa372ba64b5d18e11c515d2b96f4643315d5132dccf85b22afe11a689134b5214ffb53e4722b8467d9c9d +RPMIdentity: 946943f648a9148b977bf77e687151f787ae2cd10beca5f97411085881fec12caf7329cf078ccb7a35fb6a846389e41dd3ae2d0eba48b66c94f50c96629712e8