<86>Sep 30 00:41:36 userdel[2405656]: delete user 'rooter' <86>Sep 30 00:41:36 userdel[2405656]: removed group 'rooter' owned by 'rooter' <86>Sep 30 00:41:36 userdel[2405656]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 30 00:41:36 groupadd[2405680]: group added to /etc/group: name=rooter, GID=555 <86>Sep 30 00:41:36 groupadd[2405680]: group added to /etc/gshadow: name=rooter <86>Sep 30 00:41:36 groupadd[2405680]: new group: name=rooter, GID=555 <86>Sep 30 00:41:36 useradd[2405698]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash <86>Sep 30 00:41:36 userdel[2405733]: delete user 'builder' <86>Sep 30 00:41:36 userdel[2405733]: removed group 'builder' owned by 'builder' <86>Sep 30 00:41:36 userdel[2405733]: removed shadow group 'builder' owned by 'builder' <86>Sep 30 00:41:36 groupadd[2405758]: group added to /etc/group: name=builder, GID=556 <86>Sep 30 00:41:36 groupadd[2405758]: group added to /etc/gshadow: name=builder <86>Sep 30 00:41:36 groupadd[2405758]: new group: name=builder, GID=556 <86>Sep 30 00:41:36 useradd[2405776]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash <13>Sep 30 00:41:39 rpmi: libquadmath0-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Sep 30 00:41:39 rpmi: libquadmath9-devel-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Sep 30 00:41:39 rpmi: libgfortran5-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Sep 30 00:41:39 rpmi: gcc-fortran-common-1.4.25-alt1 sisyphus+255450.100.1.1 1595851517 installed <13>Sep 30 00:41:39 rpmi: libgfortran9-devel-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Sep 30 00:41:40 rpmi: gcc9-fortran-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>Sep 30 00:41:40 rpmi: gcc-fortran-9-alt2 sisyphus+251923.100.2.2 1589881406 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fortranposix-0.1.1-alt1.nosrc.rpm 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.89975 + 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.89975 + 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; | ^~~~ In file included from /usr/include/string.h:508, from posixwrapper.c:26: In function 'strncpy', inlined from 'fortrangetlogin_' at posixwrapper.c:201:3: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixwrapper.c: In function 'fortrangetlogin_': posixwrapper.c:200:11: note: length computed here 200 | *lenstr=strlen(username); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:508, from posixwrapper.c:26: In function 'strncpy', inlined from 'fortrangetenv_' at posixwrapper.c:223:3: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posixwrapper.c: In function 'fortrangetenv_': 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 x86_64-alt-linux-gfortran: error: posixwrapper.o: No such file or directory make: *** [Makefile:49: libfortranposix.so] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/fortranposix-0.1.1' error: Bad exit status from /usr/src/tmp/rpm-tmp.89975 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.89975 (%build) Command exited with non-zero status 1 1.09user 0.13system 0:01.31elapsed 93%CPU (0avgtext+0avgdata 27528maxresident)k 0inputs+0outputs (0major+20294minor)pagefaults 0swaps hsh-rebuild: rebuild of `fortranposix-0.1.1-alt1.src.rpm' failed. Command exited with non-zero status 1 8.21user 5.38system 0:12.56elapsed 108%CPU (0avgtext+0avgdata 111752maxresident)k 0inputs+0outputs (0major+250032minor)pagefaults 0swaps