<86>Dec 12 01:23:48 userdel[3278708]: delete user 'rooter'
<86>Dec 12 01:23:48 groupadd[3278718]: group added to /etc/group: name=rooter, GID=1262
<86>Dec 12 01:23:48 groupadd[3278718]: group added to /etc/gshadow: name=rooter
<86>Dec 12 01:23:48 groupadd[3278718]: new group: name=rooter, GID=1262
<86>Dec 12 01:23:48 useradd[3278724]: new user: name=rooter, UID=1262, GID=1262, home=/root, shell=/bin/bash, from=none
<86>Dec 12 01:23:48 userdel[3278734]: delete user 'builder'
<86>Dec 12 01:23:48 userdel[3278734]: removed group 'builder' owned by 'builder'
<86>Dec 12 01:23:48 userdel[3278734]: removed shadow group 'builder' owned by 'builder'
<86>Dec 12 01:23:48 groupadd[3278743]: group added to /etc/group: name=builder, GID=1263
<86>Dec 12 01:23:48 groupadd[3278743]: group added to /etc/gshadow: name=builder
<86>Dec 12 01:23:48 groupadd[3278743]: new group: name=builder, GID=1263
<86>Dec 12 01:23:48 useradd[3278750]: new user: name=builder, UID=1263, GID=1263, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/intcc-1-alt1.src.rpm: license not found in '/usr/share/license' directory: Distributable
<13>Dec 12 01:23:52 rpmi: libquadmath0-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed
<13>Dec 12 01:23:52 rpmi: libquadmath14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed
<13>Dec 12 01:23:53 rpmi: libgfortran5-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed
<13>Dec 12 01:23:53 rpmi: gcc-fortran-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed
<13>Dec 12 01:23:53 rpmi: libgfortran14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed
<13>Dec 12 01:23:53 rpmi: gcc14-fortran-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed
<13>Dec 12 01:23:53 rpmi: gcc-fortran-14-alt1 sisyphus+360995.300.1.1 1730139222 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/intcc-1-alt1.nosrc.rpm (w1.gzdio)
Installing intcc-1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21595
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf intcc-1
+ echo 'Source #0 (intcc-1.tar):'
Source #0 (intcc-1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/intcc-1.tar
+ cd intcc-1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21595
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd intcc-1
+ mkdir f tc tf ../src
+ mv chebexpt.c intcc1t.c intcc2t.c tc/
+ mv chebexpt.f intcc1t.f intcc2t.f tf/
+ cp chebexp.c fft2f.c intcc1.c intcc2.c chebexp.f fft2f.f intcc1.f intcc2.f readme.txt chebexp.doc intcc1.doc intcc2.doc ../src/
+ mv chebexp.f fft2f.f intcc1.f intcc2.f f/
+ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1 chebexp.c fft2f.c intcc1.c intcc2.c
+ pushd f
~/RPM/BUILD/intcc-1/f ~/RPM/BUILD/intcc-1
+ gfortran -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC chebexp.f fft2f.f intcc1.f intcc2.f
+ popd
~/RPM/BUILD/intcc-1
+ pushd tc
~/RPM/BUILD/intcc-1/tc ~/RPM/BUILD/intcc-1
+ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -I/usr/src/RPM/BUILD/intcc-1/tc/.. chebexpt.c intcc1t.c intcc2t.c
chebexpt.c: In function 'main':
chebexpt.c:31:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   31 |                 exit(0);
      |                 ^~~~
chebexpt.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "chebexp.c"
  +++ |+#include <stdlib.h>
    8 | 
chebexpt.c:31:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   31 |                 exit(0);
      |                 ^~~~
chebexpt.c:31:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
intcc1t.c:11:1: error: return type defaults to 'int' [-Wimplicit-int]
   11 | main()
      | ^~~~
intcc1t.c: In function 'main':
intcc1t.c:20:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   20 |                 exit(0);
      |                 ^~~~
intcc1t.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "intcc1.c"
  +++ |+#include <stdlib.h>
    8 | 
intcc1t.c:20:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   20 |                 exit(0);
      |                 ^~~~
intcc1t.c:20:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
intcc2t.c:11:1: error: return type defaults to 'int' [-Wimplicit-int]
   11 | main()
      | ^~~~
intcc2t.c: In function 'main':
intcc2t.c:21:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   21 |                 exit(0);
      |                 ^~~~
intcc2t.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
    7 | #include "intcc2.c"
  +++ |+#include <stdlib.h>
    8 | 
intcc2t.c:21:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   21 |                 exit(0);
      |                 ^~~~
intcc2t.c:21:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
error: Bad exit status from /usr/src/tmp/rpm-tmp.21595 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.21595 (%build)
Command exited with non-zero status 1
0.31user 0.10system 0:00.38elapsed 106%CPU (0avgtext+0avgdata 25344maxresident)k
0inputs+0outputs (0major+32256minor)pagefaults 0swaps
hsh-rebuild: rebuild of `intcc-1-alt1.src.rpm' failed.
Command exited with non-zero status 1
5.11user 1.98system 0:10.41elapsed 68%CPU (0avgtext+0avgdata 138556maxresident)k
0inputs+0outputs (0major+184124minor)pagefaults 0swaps