<86>Mar 26 07:29:19 userdel[724597]: delete user 'rooter'
<86>Mar 26 07:29:19 userdel[724597]: removed group 'rooter' owned by 'rooter'
<86>Mar 26 07:29:19 userdel[724597]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 26 07:29:19 groupadd[724650]: group added to /etc/group: name=rooter, GID=1344
<86>Mar 26 07:29:19 groupadd[724650]: group added to /etc/gshadow: name=rooter
<86>Mar 26 07:29:19 groupadd[724650]: new group: name=rooter, GID=1344
<86>Mar 26 07:29:19 useradd[724681]: new user: name=rooter, UID=1344, GID=1344, home=/root, shell=/bin/bash
<86>Mar 26 07:29:19 userdel[724732]: delete user 'builder'
<86>Mar 26 07:29:19 userdel[724732]: removed group 'builder' owned by 'builder'
<86>Mar 26 07:29:19 groupadd[724760]: group added to /etc/group: name=builder, GID=1345
<86>Mar 26 07:29:19 groupadd[724760]: group added to /etc/gshadow: name=builder
<86>Mar 26 07:29:19 groupadd[724760]: new group: name=builder, GID=1345
<86>Mar 26 07:29:19 useradd[724788]: new user: name=builder, UID=1345, GID=1345, home=/usr/src, shell=/bin/bash
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/geekcode-1.7.3-alt2_18.nosrc.rpm (w1.gzdio)
Installing geekcode-1.7.3-alt2_18.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25756
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf geekcode-1.7.3
+ echo 'Source #0 (geekcode-1.7.3.tar.gz):'
Source #0 (geekcode-1.7.3.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/geekcode-1.7.3.tar.gz
+ /bin/tar -xf -
+ cd geekcode-1.7.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i 's/\r//' COPYING
+ echo 'Patch #0 (geekcode-1.7.3-flags.patch):'
Patch #0 (geekcode-1.7.3-flags.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ echo 'Patch #1 (geekcode-1.7.3-choice.patch):'
Patch #1 (geekcode-1.7.3-choice.patch):
+ /usr/bin/patch -p1
patching file geekcode.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25756
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd geekcode-1.7.3
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/geekcode-1.7.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_appearance.c
gc_appearance.c: In function 'get_dress':
gc_appearance.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_appearance.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_appearance.c:61:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c:24:1:
+#include <stdlib.h>
 
gc_appearance.c:61:5:
     exit(1);
     ^~~~
gc_appearance.c: In function 'get_height':
gc_appearance.c:102:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_appearance.c:102:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_weight':
gc_appearance.c:143:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_appearance.c:143:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_age':
gc_appearance.c:184:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_appearance.c:184:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_dress':
gc_appearance.c:56:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_appearance.c: In function 'get_height':
gc_appearance.c:97:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &selection);
         ^~~~~~~~~~~~~~~~~~~~~~~
gc_appearance.c: In function 'get_weight':
gc_appearance.c:138:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &selection);
         ^~~~~~~~~~~~~~~~~~~~~~~
gc_appearance.c: In function 'get_age':
gc_appearance.c:179:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &selection);
         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_computers.c
gc_computers.c: In function 'get_computers':
gc_computers.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_computers.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_computers.c:61:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c:24:1:
+#include <stdlib.h>
 
gc_computers.c:61:5:
     exit(1);
     ^~~~
gc_computers.c: In function 'get_unix_type':
gc_computers.c:102:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:102:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_unix':
gc_computers.c:162:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:162:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_perl':
gc_computers.c:203:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:203:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_linux':
gc_computers.c:244:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:244:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_emacs':
gc_computers.c:285:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:285:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_www':
gc_computers.c:326:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:326:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_usenet':
gc_computers.c:367:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:367:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_oracle':
gc_computers.c:408:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:408:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_kibo':
gc_computers.c:449:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:449:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_windows':
gc_computers.c:490:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:490:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_os2':
gc_computers.c:531:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:531:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_mac':
gc_computers.c:572:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:572:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_vms':
gc_computers.c:613:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_computers.c:613:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_computers':
gc_computers.c:56:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_unix_type':
gc_computers.c:97:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_unix':
gc_computers.c:157:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_perl':
gc_computers.c:198:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_linux':
gc_computers.c:239:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_emacs':
gc_computers.c:280:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_www':
gc_computers.c:321:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_usenet':
gc_computers.c:362:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_oracle':
gc_computers.c:403:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_kibo':
gc_computers.c:444:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_windows':
gc_computers.c:485:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_os2':
gc_computers.c:526:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_mac':
gc_computers.c:567:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_vms':
gc_computers.c:608:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_entertainment.c
gc_entertainment.c: In function 'get_startrek':
gc_entertainment.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_entertainment.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_entertainment.c:61:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c:24:1:
+#include <stdlib.h>
 
gc_entertainment.c:61:5:
     exit(1);
     ^~~~
gc_entertainment.c: In function 'get_babylon5':
gc_entertainment.c:102:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:102:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_xfiles':
gc_entertainment.c:143:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:143:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_rp':
gc_entertainment.c:184:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:184:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_television':
gc_entertainment.c:225:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:225:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_books':
gc_entertainment.c:266:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:266:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_dilbert':
gc_entertainment.c:307:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:307:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_doom':
gc_entertainment.c:348:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:348:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_geekcode':
gc_entertainment.c:389:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_entertainment.c:389:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_startrek':
gc_entertainment.c:56:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_babylon5':
gc_entertainment.c:97:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_xfiles':
gc_entertainment.c:138:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_rp':
gc_entertainment.c:179:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_television':
gc_entertainment.c:220:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_books':
gc_entertainment.c:261:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_dilbert':
gc_entertainment.c:302:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_doom':
gc_entertainment.c:343:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_geekcode':
gc_entertainment.c:384:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_lifestyle.c
gc_lifestyle.c: In function 'get_education':
gc_lifestyle.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_lifestyle.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_lifestyle.c:61:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c:24:1:
+#include <stdlib.h>
 
gc_lifestyle.c:61:5:
     exit(1);
     ^~~~
gc_lifestyle.c: In function 'get_housing':
gc_lifestyle.c:102:6: warning: incompatible implicit declaration of built-in function 'exit'
      exit(1);
      ^~~~
gc_lifestyle.c:102:6: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_relationships':
gc_lifestyle.c:143:6: warning: incompatible implicit declaration of built-in function 'exit'
      exit(1);
      ^~~~
gc_lifestyle.c:143:6: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_sex_type':
gc_lifestyle.c:184:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_lifestyle.c:184:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_sex':
gc_lifestyle.c:249:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_lifestyle.c:249:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_education':
gc_lifestyle.c:56:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_housing':
gc_lifestyle.c:97:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_relationships':
gc_lifestyle.c:138:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_sex_type':
gc_lifestyle.c:179:7: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
       scanf("%d", &selection);
       ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_sex':
gc_lifestyle.c:244:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_politics.c
gc_politics.c: In function 'get_social':
gc_politics.c:61:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_politics.c:61:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_politics.c:61:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c:24:1:
+#include <stdlib.h>
 
gc_politics.c:61:5:
     exit(1);
     ^~~~
gc_politics.c: In function 'get_economic':
gc_politics.c:102:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_politics.c:102:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_cypher':
gc_politics.c:143:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_politics.c:143:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_pgp':
gc_politics.c:184:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
gc_politics.c:184:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_social':
gc_politics.c:56:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_economic':
gc_politics.c:97:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_cypher':
gc_politics.c:138:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_pgp':
gc_politics.c:179:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_type.c
gc_type.c: In function 'get_type':
gc_type.c:57:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
gc_type.c:57:5: warning: incompatible implicit declaration of built-in function 'exit'
gc_type.c:57:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_type.c:24:1:
+#include <stdlib.h>
 
gc_type.c:57:5:
     exit(1);
     ^~~~
gc_type.c:52:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &selection);
  ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_consoleio.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c gc_translate.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c geekcode.c
geekcode.c: In function 'read_code':
geekcode.c:58:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(1);
     ^~~~
geekcode.c:58:5: warning: incompatible implicit declaration of built-in function 'exit'
geekcode.c:58:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:26:1:
+#include <stdlib.h>
 
geekcode.c:58:5:
     exit(1);
     ^~~~
geekcode.c:64:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:64:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:68:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:68:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:74:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:74:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:79:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:79:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:83:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:83:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:87:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
geekcode.c:87:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:92:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(1);
       ^~~~
geekcode.c:92:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:96:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(1);
       ^~~~
geekcode.c:96:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c: In function 'main':
geekcode.c:172:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &selection);
     ^~~~~~~~~~~~~~~~~~~~~~~
geekcode.c: In function 'clear_kb':
geekcode.c:188:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
    fgets(junk, 80, stdin); /* Changed to fgets() in v1.4 - is this a good way to use it? */
    ^~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -znow -o geekcode gc_appearance.o gc_computers.o gc_entertainment.o gc_lifestyle.o gc_politics.o gc_type.o gc_consoleio.o gc_translate.o geekcode.o
make: Leaving directory '/usr/src/RPM/BUILD/geekcode-1.7.3'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.87617
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/geekcode-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/geekcode-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd geekcode-1.7.3
+ mkdir -p /usr/src/tmp/geekcode-buildroot/usr/bin
+ install -m 755 geekcode /usr/src/tmp/geekcode-buildroot/usr/bin
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/geekcode-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/geekcode-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/geekcode-buildroot/ (default)
Compressing files in /usr/src/tmp/geekcode-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/geekcode-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: geekcode-1.7.3-alt2_18
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4437
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd geekcode-1.7.3
+ DOCDIR=/usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ /bin/mkdir -p /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ cp -prL COPYING /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ chmod -R go-w /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ chmod -R a+rX /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ cp -prL CHANGES README /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ chmod -R go-w /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ chmod -R a+rX /usr/src/tmp/geekcode-buildroot/usr/share/doc/geekcode-1.7.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CYbMV0
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7DPpFr
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IUqnSV
Creating geekcode-debuginfo package
Processing files: geekcode-debuginfo-1.7.3-alt2_18
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RoOCyt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kBB0Q4
find-requires: running scripts (debuginfo)
Requires: geekcode = 1.7.3-alt2_18, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/geekcode-1.7.3-alt2_18.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/geekcode-debuginfo-1.7.3-alt2_18.x86_64.rpm (w2.lzdio)
1.91user 0.75system 0:07.46elapsed 35%CPU (0avgtext+0avgdata 42208maxresident)k
0inputs+0outputs (0major+237116minor)pagefaults 0swaps
1.84user 1.05system 0:11.96elapsed 24%CPU (0avgtext+0avgdata 113612maxresident)k
0inputs+0outputs (17846major+128121minor)pagefaults 0swaps
--- geekcode-1.7.3-alt2_18.x86_64.rpm.repo	2016-02-17 03:22:05.000000000 +0000
+++ geekcode-1.7.3-alt2_18.x86_64.rpm.hasher	2023-03-26 07:29:29.936305899 +0000
@@ -13,3 +13,3 @@
 Provides: geekcode = 1.7.3-alt2_18
-File: /usr/bin/geekcode	100755	root:root	9dc5457f31801fdc71996d7f99fb0a95	
+File: /usr/bin/geekcode	100755	root:root	8ed59fd06c00b5b06862a411628036ff	
 File: /usr/share/doc/geekcode-1.7.3	40755	root:root		
@@ -18,2 +18,2 @@
 File: /usr/share/doc/geekcode-1.7.3/README	100644	root:root	2a6dbb52cf622d31bedfb506f3789b15	
-RPMIdentity: f0db99c40a4848c496ab879cab34b7a44060f4ece6c16b02138041b67c9d377bf912a63c118d8e2eeae4329026b4f2571426fff990fb16af2ea008c7d43398b8
+RPMIdentity: dcadca8abed264a67209b2bbcf768d6f59c2f0578c04c662dbf97015d1e7debf78c77045f3d38bc016dd493a44dddc2768dba8960c540be163cc45e7030da6ad
--- geekcode-debuginfo-1.7.3-alt2_18.x86_64.rpm.repo	2016-02-17 03:22:05.000000000 +0000
+++ geekcode-debuginfo-1.7.3-alt2_18.x86_64.rpm.hasher	2023-03-26 07:29:30.028307416 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/6e	40755	root:root	
-/usr/lib/debug/.build-id/6e/32d3bb5f776b8b511340e8d3ee7ed1689adcec	120777	root:root	../../../../bin/geekcode
-/usr/lib/debug/.build-id/6e/32d3bb5f776b8b511340e8d3ee7ed1689adcec.debug	120777	root:root	../../usr/bin/geekcode.debug
+/usr/lib/debug/.build-id/4c	40755	root:root	
+/usr/lib/debug/.build-id/4c/bf36e9612cf3a8a7af0698adf81d94bfecd015	120777	root:root	../../../../bin/geekcode
+/usr/lib/debug/.build-id/4c/bf36e9612cf3a8a7af0698adf81d94bfecd015.debug	120777	root:root	../../usr/bin/geekcode.debug
 /usr/lib/debug/usr/bin/geekcode.debug	100644	root:root	
@@ -20,6 +20,6 @@
 Provides: geekcode-debuginfo = 1.7.3-alt2_18
-File: /usr/lib/debug/.build-id/6e	40755	root:root		
-File: /usr/lib/debug/.build-id/6e/32d3bb5f776b8b511340e8d3ee7ed1689adcec	120777	root:root		../../../../bin/geekcode
-File: /usr/lib/debug/.build-id/6e/32d3bb5f776b8b511340e8d3ee7ed1689adcec.debug	120777	root:root		../../usr/bin/geekcode.debug
-File: /usr/lib/debug/usr/bin/geekcode.debug	100644	root:root	f64442e0f4dd17b9e5a5157d2702f46f	
+File: /usr/lib/debug/.build-id/4c	40755	root:root		
+File: /usr/lib/debug/.build-id/4c/bf36e9612cf3a8a7af0698adf81d94bfecd015	120777	root:root		../../../../bin/geekcode
+File: /usr/lib/debug/.build-id/4c/bf36e9612cf3a8a7af0698adf81d94bfecd015.debug	120777	root:root		../../usr/bin/geekcode.debug
+File: /usr/lib/debug/usr/bin/geekcode.debug	100644	root:root	753485656e999974c0faed5dabd182d3	
 File: /usr/src/debug/geekcode-1.7.3	40755	root:root		
@@ -35,2 +35,2 @@
 File: /usr/src/debug/geekcode-1.7.3/geekcode.h	100644	root:root	da29d0aa5543216f16dab27ce0d771d6	
-RPMIdentity: b466cb425facaf0930a9a951ed0a258ad66d6ca20316378fa7f8fbfab8c806b7fa4e35eeb6947e59d56ed9a6fb762856b27ac1a7543b1b1e7ecfd761d2b1061f
+RPMIdentity: f07930bc2772e3ccb4a1477d7a2d8d0682f1df84a675cfa500d058d7b833dd656ee21f41d8ac65c0b1bfa095b6c48b6b77a7870727cce30b42fca3d34ab29a5e