<86>Jun  3 04:49:21 userdel[3830539]: delete user 'rooter'
<86>Jun  3 04:49:21 userdel[3830539]: removed group 'rooter' owned by 'rooter'
<86>Jun  3 04:49:21 userdel[3830539]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  3 04:49:21 groupadd[3830592]: group added to /etc/group: name=rooter, GID=1814
<86>Jun  3 04:49:21 groupadd[3830592]: group added to /etc/gshadow: name=rooter
<86>Jun  3 04:49:21 groupadd[3830592]: new group: name=rooter, GID=1814
<86>Jun  3 04:49:21 useradd[3830621]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none
<86>Jun  3 04:49:21 userdel[3830688]: delete user 'builder'
<86>Jun  3 04:49:21 userdel[3830688]: removed group 'builder' owned by 'builder'
<86>Jun  3 04:49:21 userdel[3830688]: removed shadow group 'builder' owned by 'builder'
<86>Jun  3 04:49:21 groupadd[3830745]: group added to /etc/group: name=builder, GID=1815
<86>Jun  3 04:49:21 groupadd[3830745]: group added to /etc/gshadow: name=builder
<86>Jun  3 04:49:21 groupadd[3830745]: new group: name=builder, GID=1815
<86>Jun  3 04:49:21 useradd[3830776]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none
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: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/geekcode-1.7.3-alt3_18.nosrc.rpm (w1.gzdio)
Installing geekcode-1.7.3-alt3_18.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98067
+ 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.98067
+ 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 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_appearance.c
gc_appearance.c: In function 'get_dress':
gc_appearance.c:61:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   61 |            exit(1);
      |            ^~~~
gc_appearance.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_appearance.c:61:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |            exit(1);
      |            ^~~~
gc_appearance.c:61:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_height':
gc_appearance.c:102:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  102 |            exit(1);
      |            ^~~~
gc_appearance.c:102:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_weight':
gc_appearance.c:143:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  143 |            exit(1);
      |            ^~~~
gc_appearance.c:143:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_age':
gc_appearance.c:184:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  184 |            exit(1);
      |            ^~~~
gc_appearance.c:184:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_appearance.c: In function 'get_dress':
gc_appearance.c:56:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         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]
   97 |         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]
  138 |         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]
  179 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_computers.c
gc_computers.c: In function 'get_computers':
gc_computers.c:61:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   61 |            exit(1);
      |            ^~~~
gc_computers.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_computers.c:61:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |            exit(1);
      |            ^~~~
gc_computers.c:61:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_unix_type':
gc_computers.c:102:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  102 |            exit(1);
      |            ^~~~
gc_computers.c:102:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_unix':
gc_computers.c:162:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  162 |            exit(1);
      |            ^~~~
gc_computers.c:162:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_perl':
gc_computers.c:203:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  203 |            exit(1);
      |            ^~~~
gc_computers.c:203:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_linux':
gc_computers.c:244:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  244 |            exit(1);
      |            ^~~~
gc_computers.c:244:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_emacs':
gc_computers.c:285:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  285 |            exit(1);
      |            ^~~~
gc_computers.c:285:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_www':
gc_computers.c:326:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  326 |            exit(1);
      |            ^~~~
gc_computers.c:326:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_usenet':
gc_computers.c:367:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  367 |            exit(1);
      |            ^~~~
gc_computers.c:367:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_oracle':
gc_computers.c:408:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  408 |            exit(1);
      |            ^~~~
gc_computers.c:408:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_kibo':
gc_computers.c:449:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  449 |            exit(1);
      |            ^~~~
gc_computers.c:449:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_windows':
gc_computers.c:490:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  490 |            exit(1);
      |            ^~~~
gc_computers.c:490:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_os2':
gc_computers.c:531:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  531 |            exit(1);
      |            ^~~~
gc_computers.c:531:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_mac':
gc_computers.c:572:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  572 |            exit(1);
      |            ^~~~
gc_computers.c:572:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_vms':
gc_computers.c:613:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  613 |            exit(1);
      |            ^~~~
gc_computers.c:613:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_computers.c: In function 'get_computers':
gc_computers.c:56:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_unix_type':
gc_computers.c:97:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   97 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_unix':
gc_computers.c:157:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  157 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_perl':
gc_computers.c:198:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  198 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_linux':
gc_computers.c:239:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  239 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_emacs':
gc_computers.c:280:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  280 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_www':
gc_computers.c:321:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  321 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_usenet':
gc_computers.c:362:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  362 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_oracle':
gc_computers.c:403:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  403 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_kibo':
gc_computers.c:444:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  444 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_windows':
gc_computers.c:485:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  485 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_os2':
gc_computers.c:526:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  526 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_mac':
gc_computers.c:567:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  567 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_computers.c: In function 'get_vms':
gc_computers.c:608:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  608 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_entertainment.c
gc_entertainment.c: In function 'get_startrek':
gc_entertainment.c:61:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   61 |            exit(1);
      |            ^~~~
gc_entertainment.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_entertainment.c:61:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |            exit(1);
      |            ^~~~
gc_entertainment.c:61:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_babylon5':
gc_entertainment.c:102:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  102 |            exit(1);
      |            ^~~~
gc_entertainment.c:102:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_xfiles':
gc_entertainment.c:143:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  143 |            exit(1);
      |            ^~~~
gc_entertainment.c:143:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_rp':
gc_entertainment.c:184:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  184 |            exit(1);
      |            ^~~~
gc_entertainment.c:184:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_television':
gc_entertainment.c:225:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  225 |            exit(1);
      |            ^~~~
gc_entertainment.c:225:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_books':
gc_entertainment.c:266:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  266 |            exit(1);
      |            ^~~~
gc_entertainment.c:266:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_dilbert':
gc_entertainment.c:307:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  307 |            exit(1);
      |            ^~~~
gc_entertainment.c:307:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_doom':
gc_entertainment.c:348:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  348 |            exit(1);
      |            ^~~~
gc_entertainment.c:348:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_geekcode':
gc_entertainment.c:389:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  389 |            exit(1);
      |            ^~~~
gc_entertainment.c:389:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_entertainment.c: In function 'get_startrek':
gc_entertainment.c:56:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_babylon5':
gc_entertainment.c:97:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   97 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_xfiles':
gc_entertainment.c:138:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  138 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_rp':
gc_entertainment.c:179:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  179 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_television':
gc_entertainment.c:220:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  220 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_books':
gc_entertainment.c:261:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  261 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_dilbert':
gc_entertainment.c:302:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  302 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_doom':
gc_entertainment.c:343:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  343 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_entertainment.c: In function 'get_geekcode':
gc_entertainment.c:384:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  384 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_lifestyle.c
gc_lifestyle.c: In function 'get_education':
gc_lifestyle.c:61:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   61 |            exit(1);
      |            ^~~~
gc_lifestyle.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_lifestyle.c:61:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |            exit(1);
      |            ^~~~
gc_lifestyle.c:61:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_housing':
gc_lifestyle.c:102:13: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  102 |             exit(1);
      |             ^~~~
gc_lifestyle.c:102:13: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_relationships':
gc_lifestyle.c:143:13: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  143 |             exit(1);
      |             ^~~~
gc_lifestyle.c:143:13: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_sex_type':
gc_lifestyle.c:184:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  184 |            exit(1);
      |            ^~~~
gc_lifestyle.c:184:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_sex':
gc_lifestyle.c:249:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  249 |            exit(1);
      |            ^~~~
gc_lifestyle.c:249:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_lifestyle.c: In function 'get_education':
gc_lifestyle.c:56:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_housing':
gc_lifestyle.c:97:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   97 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_relationships':
gc_lifestyle.c:138:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  138 |         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]
  179 |       scanf("%d", &selection);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
gc_lifestyle.c: In function 'get_sex':
gc_lifestyle.c:244:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  244 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_politics.c
gc_politics.c: In function 'get_social':
gc_politics.c:61:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   61 |            exit(1);
      |            ^~~~
gc_politics.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_politics.c:61:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |            exit(1);
      |            ^~~~
gc_politics.c:61:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_economic':
gc_politics.c:102:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  102 |            exit(1);
      |            ^~~~
gc_politics.c:102:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_cypher':
gc_politics.c:143:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  143 |            exit(1);
      |            ^~~~
gc_politics.c:143:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_pgp':
gc_politics.c:184:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  184 |            exit(1);
      |            ^~~~
gc_politics.c:184:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_politics.c: In function 'get_social':
gc_politics.c:56:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_economic':
gc_politics.c:97:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   97 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_cypher':
gc_politics.c:138:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  138 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gc_politics.c: In function 'get_pgp':
gc_politics.c:179:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  179 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_type.c
gc_type.c: In function 'get_type':
gc_type.c:57:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   57 |            exit(1);
      |            ^~~~
gc_type.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   23 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   24 | 
gc_type.c:57:12: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   57 |            exit(1);
      |            ^~~~
gc_type.c:57:12: note: include '<stdlib.h>' or provide a declaration of 'exit'
gc_type.c:52:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   52 |         scanf("%d", &selection);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_consoleio.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c gc_translate.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fcommon -c geekcode.c
geekcode.c: In function 'read_code':
geekcode.c:58:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   58 |     exit(1);
      |     ^~~~
geekcode.c:26:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   25 | #include "geekcode.h"
  +++ |+#include <stdlib.h>
   26 | 
geekcode.c:58:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   58 |     exit(1);
      |     ^~~~
geekcode.c:58:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
geekcode.c:64:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   64 |     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' [-Wbuiltin-declaration-mismatch]
   68 |     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' [-Wbuiltin-declaration-mismatch]
   74 |     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' [-Wbuiltin-declaration-mismatch]
   79 |     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' [-Wbuiltin-declaration-mismatch]
   83 |     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' [-Wbuiltin-declaration-mismatch]
   87 |     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' [-Wbuiltin-declaration-mismatch]
   92 |       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' [-Wbuiltin-declaration-mismatch]
   96 |       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]
  172 |     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]
  188 |    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 -flto=auto -march=i586 -mtune=generic -fcommon -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.10930
+ 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)
verify-elf: WARNING: ./usr/bin/geekcode: uses non-LFS functions: fopen stat
Processing files: geekcode-1.7.3-alt3_18
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10930
+ 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.ogEBYI
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gA35rV
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TfBIk3
Creating geekcode-debuginfo package
Processing files: geekcode-debuginfo-1.7.3-alt3_18
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wWHqO9
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BCACIe
find-requires: running scripts (debuginfo)
Requires: geekcode = 1.7.3-alt3_18, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to geekcode-debuginfo a strict dependency on geekcode
Wrote: /usr/src/RPM/RPMS/i586/geekcode-1.7.3-alt3_18.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/geekcode-debuginfo-1.7.3-alt3_18.i586.rpm (w2.lzdio)
1.50user 0.67system 0:06.72elapsed 32%CPU (0avgtext+0avgdata 51572maxresident)k
0inputs+0outputs (0major+171353minor)pagefaults 0swaps
1.75user 1.21system 0:11.40elapsed 26%CPU (0avgtext+0avgdata 104352maxresident)k
0inputs+0outputs (0major+130040minor)pagefaults 0swaps
--- geekcode-1.7.3-alt3_18.i586.rpm.repo	2020-12-11 03:14:15.000000000 +0000
+++ geekcode-1.7.3-alt3_18.i586.rpm.hasher	2023-06-03 04:49:30.455817808 +0000
@@ -10,2 +10,4 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.33)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -15,3 +17,3 @@
 Provides: geekcode = 1.7.3-alt3_18:sisyphus+263289.100.1.1
-File: /usr/bin/geekcode	100755	root:root	d3acf0b9d78dc130092fefe8caaec5ac	
+File: /usr/bin/geekcode	100755	root:root	74ae4f23ab541b6d36c9574b6430dc59	
 File: /usr/share/doc/geekcode-1.7.3	40755	root:root		
@@ -20,2 +22,2 @@
 File: /usr/share/doc/geekcode-1.7.3/README	100644	root:root	2a6dbb52cf622d31bedfb506f3789b15	
-RPMIdentity: bfa7a5b371fc7d77c5271b159dd8f94a8e41c0ca0e168cf40a8a2ce4909510a801189328469c2cf414d866c9691f6f50ca7cde49b8efc7e1a38bc8619c11f966
+RPMIdentity: 8895e900d491a63bd147d95beabd4bbc205961eb2baac0fa1e76238866a71dc94731acfa320493a6d31d0e79a629076d451925aeebea1d6ed223e966de8152f5
--- geekcode-debuginfo-1.7.3-alt3_18.i586.rpm.repo	2020-12-11 03:14:15.000000000 +0000
+++ geekcode-debuginfo-1.7.3-alt3_18.i586.rpm.hasher	2023-06-03 04:49:30.542818909 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/ec	40755	root:root	
-/usr/lib/debug/.build-id/ec/b45b76df72b71d31ca2daa5816849807eb084e	120777	root:root	../../../../bin/geekcode
-/usr/lib/debug/.build-id/ec/b45b76df72b71d31ca2daa5816849807eb084e.debug	120777	root:root	../../usr/bin/geekcode.debug
+/usr/lib/debug/.build-id/20	40755	root:root	
+/usr/lib/debug/.build-id/20/9656639fc75ae911c98a7a58d34cfb55a3cfd0	120777	root:root	../../../../bin/geekcode
+/usr/lib/debug/.build-id/20/9656639fc75ae911c98a7a58d34cfb55a3cfd0.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-alt3_18:sisyphus+263289.100.1.1
-File: /usr/lib/debug/.build-id/ec	40755	root:root		
-File: /usr/lib/debug/.build-id/ec/b45b76df72b71d31ca2daa5816849807eb084e	120777	root:root		../../../../bin/geekcode
-File: /usr/lib/debug/.build-id/ec/b45b76df72b71d31ca2daa5816849807eb084e.debug	120777	root:root		../../usr/bin/geekcode.debug
-File: /usr/lib/debug/usr/bin/geekcode.debug	100644	root:root	54968152f5e21ca1c24ef38f96f119c0	
+File: /usr/lib/debug/.build-id/20	40755	root:root		
+File: /usr/lib/debug/.build-id/20/9656639fc75ae911c98a7a58d34cfb55a3cfd0	120777	root:root		../../../../bin/geekcode
+File: /usr/lib/debug/.build-id/20/9656639fc75ae911c98a7a58d34cfb55a3cfd0.debug	120777	root:root		../../usr/bin/geekcode.debug
+File: /usr/lib/debug/usr/bin/geekcode.debug	100644	root:root	e4da6a83bdcf5bab7bc2fa13a5f41867	
 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: c2064d8eee2ab3760607efa17a57336aa609f9e914f16189635fdceabde374916c4c601283289d85218e50d1f93acae4bf06d5d118605c21fca63d0566e358fe
+RPMIdentity: ca9f6e0bacb1bf2ab4cddc0158cab1d4eda647fc93529ed766e3afda9da733fff4f42ae669f0557974a020b5b75fda8e35e1d8c1a40db635682b7697071f76d2