Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'], chrootPath='/var/lib/mock/f31-build-57522-28344/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1557705600 Wrote: /builddir/build/SRPMS/nethack-3.6.2-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'], chrootPath='/var/lib/mock/f31-build-57522-28344/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nethack.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1557705600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Pq0fMl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nethack-3.6.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/nethack-362-src.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nethack-3.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nethack-3.6.2-makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .makefile --fuzz=0 + echo 'Patch #1 (nethack-3.6.2-top.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + echo 'Patch #2 (nethack-3.6.2-config.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .config --fuzz=0 + echo 'Patch #3 (nethack-3.6.2-guidebook.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .guidebook --fuzz=0 + /usr/bin/sed -i -e 's:PREFIX=$(wildcard ~)/nh/install:PREFIX=/usr:' sys/unix/hints/linux + /usr/bin/sed -i -e 's:^\(HACKDIR=\).*:\1/usr/games/nethack:' sys/unix/hints/linux + sh sys/unix/setup.sh sys/unix/hints/linux + /usr/bin/sed -i -e 's:^\(HACKDIR=\).*:\1/usr/games/nethack:' sys/unix/nethack.sh + /usr/bin/sed -i -e s:FEDORA_CONFDIR:/usr/games/nethack: sys/unix/nethack.sh + /usr/bin/sed -i -e s:FEDORA_STATEDIR:/var/games/nethack: include/unixconf.h + /usr/bin/sed -i -e s:FEDORA_HACKDIR:/usr/games/nethack: include/config.h + /usr/bin/sed -i -e s:/usr/games/lib/nethackdir:/usr/games/nethack: doc/nethack.6 doc/nethack.txt doc/recover.6 doc/recover.txt + /usr/bin/sed -i -e s:-L/usr/X11R6/lib:-L/usr/X11R6/lib64: src/Makefile util/Makefile + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (nethack-3.6.2-makefile.patch): patching file sys/unix/Makefile.src patching file sys/unix/Makefile.utl Patch #1 (nethack-3.6.2-top.patch): patching file sys/unix/Makefile.top Patch #2 (nethack-3.6.2-config.patch): patching file include/config.h patching file include/unixconf.h Patch #3 (nethack-3.6.2-guidebook.patch): patching file sys/unix/Makefile.doc Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1H8wDj + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + make all BUILDSTDERR: In file included from monst.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from monst.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from monst.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from objects.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from objects.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from objects.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from makedefs.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from makedefs.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from makedefs.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from allmain.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from alloc.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from alloc.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from alloc.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from apply.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from artifact.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from attrib.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ball.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from bones.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from botl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from cmd.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition ( cd src ; make ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' touch ../src/config.h-t gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c monst.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c objects.c make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o makedefs.o makedefs.c gcc -L/usr/X11R6/lib64 -o makedefs makedefs.o ../src/monst.o ../src/objects.o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -p make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' touch ../src/hack.h-t gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o allmain.o allmain.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o alloc.o alloc.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o apply.o apply.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o artifact.o artifact.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o attrib.o attrib.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o ball.o ball.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o bones.o bones.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o botl.o botl.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cmd.o cmd.c BUILDSTDERR: gcc -g -O -I../include -DNOIn file included from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dbridge.c:20: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from decl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from detect.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dig.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from display.c:124: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dlb.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dlb.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dlb.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do_name.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from do_wear.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dog.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dogmove.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dokick.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dothrow.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from drawing.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition TPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dbridge.o dbridge.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o decl.o decl.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o detect.o detect.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dig.o dig.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o display.o display.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dlb.o dlb.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do.o do.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do_name.o do_name.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o do_wear.o do_wear.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dog.o dog.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dogmove.o dogmove.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dokick.o dokick.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dothrow.o dothrow.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o drawing.o drawing.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/In file included from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from dungeon.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from eat.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from end.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from engrave.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from exper.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from explode.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from extralev.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from files.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from fountain.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from hack.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from hacklib.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from invent.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from isaac64.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from isaac64.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from isaac64.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from light.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dungeon.o dungeon.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o eat.o eat.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o end.o end.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o engrave.o engrave.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o exper.o exper.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o explode.o explode.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o extralev.o extralev.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o files.o files.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o fountain.o fountain.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o hack.o hack.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o hacklib.o hacklib.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o invent.o invent.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o isaac64.o isaac64.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o light.o light.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\In file included from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lock.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mail.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from makemon.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mapglyph.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mcastu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mhitm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mhitu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from minion.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mklev.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkmap.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkmaze.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkobj.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mkroom.c:18: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mon.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mondata.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition " -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lock.o lock.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mail.o mail.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o makemon.o makemon.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mapglyph.o mapglyph.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mcastu.o mcastu.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mhitm.o mhitm.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mhitu.o mhitu.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o minion.o minion.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mklev.o mklev.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkmap.o mkmap.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkmaze.o mkmaze.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkobj.o mkobj.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mkroom.o mkroom.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mon.o mon.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mondata.o mondata.c BUILDSTDERR: gcc -g -O In file included from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from monmove.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mplayer.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from mthrowu.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from muse.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from music.c:29: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from o_init.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from objnam.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from options.c:17: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pager.c:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pickup.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pline.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from polyself.c:22: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from potion.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from pray.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o monmove.o monmove.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mplayer.o mplayer.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o mthrowu.o mthrowu.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o muse.o muse.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o music.o music.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o o_init.o o_init.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o objnam.o objnam.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o options.o options.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pager.o pager.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pickup.o pickup.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pline.o pline.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o polyself.o polyself.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o potion.o potion.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o pray.o pray.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\In file included from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from priest.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from quest.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from questpgr.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from read.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rect.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from region.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from restore.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rip.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rnd.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from role.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from rumors.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from save.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from shk.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from shknam.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition ".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o priest.o priest.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o quest.o quest.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o questpgr.o questpgr.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o read.o read.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rect.o rect.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o region.o region.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o restore.o restore.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rip.o rip.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rnd.o rnd.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o role.o role.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o rumors.o rumors.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o save.o save.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o shk.o shk.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o shknam.o shknam.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/netIn file included from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sit.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sounds.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sp_lev.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from spell.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from sys.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from steal.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from steed.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from teleport.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from timeout.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from topten.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from track.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from trap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from u_init.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from uhitm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from vault.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition hack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sit.o sit.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sounds.o sounds.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sp_lev.o sp_lev.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o spell.o spell.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o sys.o sys.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o steal.o steal.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o steed.o steed.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o teleport.o teleport.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o timeout.o timeout.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o topten.o topten.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o track.o track.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o trap.o trap.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o u_init.o u_init.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o uhitm.o uhitm.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vault.o vault.c BUILDSTDERR: make[2]: EnIn file included from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from vision.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from vis_tab.c:2: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from vis_tab.c:2: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from vis_tab.c:2: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from weapon.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from were.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from wield.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from windows.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from wizard.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from worm.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from worn.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from write.c:4: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from zap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/posixregex.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/ioctl.c:10: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition tering directory '/builddir/build/BUILD/nethack-3.6.2/util' ./makedefs -z make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vision.o vision.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o vis_tab.o vis_tab.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o weapon.o weapon.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o were.o were.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wield.o wield.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o windows.o windows.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wizard.o wizard.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o worm.o worm.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o worn.o worn.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o write.o write.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o zap.o zap.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o posixregex.o ../sys/share/posixregex.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o ioctl.o ../sys/share/ioctl.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPIn file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixmain.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/share/unixtty.c:13: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../sys/unix/unixunix.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../sys/unix/unixres.c:17: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/getline.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/termcap.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/topl.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/tty/wintty.c:15: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/Window.c:34: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/Window.c:34: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/X11/Window.c:34: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/X11/dialogs.c:80: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winX.c:49: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmap.c:39: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmenu.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmesg.c:35: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition LOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixmain.o ../sys/unix/unixmain.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixtty.o ../sys/share/unixtty.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixunix.o ../sys/unix/unixunix.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o unixres.o ../sys/unix/unixres.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o getline.o ../win/tty/getline.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o termcap.o ../win/tty/termcap.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o topl.o ../win/tty/topl.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wintty.o ../win/tty/wintty.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o Window.o ../win/X11/Window.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dialogs.o ../win/X11/dialogs.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winX.o ../win/X11/winX.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmap.o ../win/X11/winmap.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmenu.o ../win/X11/winmenu.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmesg.o ../win/X11/winmesg.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethackIn file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winmisc.c:37: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winstat.c:36: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/wintext.c:31: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/winval.c:28: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from tile.c:3: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmain.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/curswins.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmisc.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursdial.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursstat.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinit.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursmesg.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition /sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winmisc.o ../win/X11/winmisc.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winstat.o ../win/X11/winstat.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o wintext.o ../win/X11/wintext.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o winval.o ../win/X11/winval.c make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/share/tilemap.c gcc -L/usr/X11R6/lib64 -o tilemap tilemap.o ./tilemap make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o tile.o tile.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmain.o ../win/curses/cursmain.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o curswins.o ../win/curses/curswins.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmisc.o ../win/curses/cursmisc.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursdial.o ../win/curses/cursdial.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursstat.o ../win/curses/cursstat.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursinit.o ../win/curses/cursinit.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursmesg.o ../win/curses/cursmesg.c BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSEIn file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/curses/cursinvt.c:7: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from version.c:6: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from recover.c:15: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from recover.c:15: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from recover.c:15: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: warning: file `Guidebook.mn', around line 4366: BUILDSTDERR: table wider than line width BUILDSTDERR: warning: file `Guidebook.mn', around line 5075: BUILDSTDERR: table wider than line width CURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o cursinvt.o ../win/curses/cursinvt.c /bin/sh ../sys/unix/gitinfo.sh 1 #before 'makedefs -v' ../util/makedefs -v gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o version.o version.c Linking nethack. gcc -L/usr/X11R6/lib64 -o nethack monst.o objects.o allmain.o alloc.o apply.o artifact.o attrib.o ball.o bones.o botl.o cmd.o dbridge.o decl.o detect.o dig.o display.o dlb.o do.o do_name.o do_wear.o dog.o dogmove.o dokick.o dothrow.o drawing.o dungeon.o eat.o end.o engrave.o exper.o explode.o extralev.o files.o fountain.o hack.o hacklib.o invent.o isaac64.o light.o lock.o mail.o makemon.o mapglyph.o mcastu.o mhitm.o mhitu.o minion.o mklev.o mkmap.o mkmaze.o mkobj.o mkroom.o mon.o mondata.o monmove.o mplayer.o mthrowu.o muse.o music.o o_init.o objnam.o options.o pager.o pickup.o pline.o polyself.o potion.o pray.o priest.o quest.o questpgr.o read.o rect.o region.o restore.o rip.o rnd.o role.o rumors.o save.o shk.o shknam.o sit.o sounds.o sp_lev.o spell.o sys.o steal.o steed.o teleport.o timeout.o topten.o track.o trap.o u_init.o uhitm.o vault.o vision.o vis_tab.o weapon.o were.o wield.o windows.o wizard.o worm.o worn.o write.o zap.o posixregex.o ioctl.o unixmain.o unixtty.o unixunix.o unixres.o getline.o termcap.o topl.o wintty.o Window.o dialogs.o winX.o winmap.o winmenu.o winmesg.o winmisc.o winstat.o wintext.o winval.o tile.o cursmain.o curswins.o cursmisc.o cursdial.o cursstat.o cursinit.o cursmesg.o cursinvt.o version.o -lncurses -lXaw -lXmu -lXext -lXt -lXpm -lX11 nethack is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd util ; make recover ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o recover.o recover.c gcc -L/usr/X11R6/lib64 -o recover recover.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd doc ; make Guidebook ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/doc' tbl tmac.n Guidebook.mn | nroff | col -bx > Guidebook make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/doc' ( cd dat ; make bogusmon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -s make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make data ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -d make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make engrave ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'engrave' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make epitaph ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'epitaph' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make oracles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -h make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make options ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'options' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make quest.dat ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -q BUILDSTDERR: make[1In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/X11/tile2x11.c:13: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../win/share/tiletext.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from ../win/share/tilemap.c:11, BUILDSTDERR: from tiletxt.c:5: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from panic.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from panic.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from panic.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition ]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make rumors ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -r make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make tile2x11 ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' cp ../win/share/tile.h ../include/tile.h gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/X11/tile2x11.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c ../win/share/tiletext.c echo '#define TILETEXT' >> tiletxt.c echo '#include "../win/share/tilemap.c"' >> tiletxt.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c tiletxt.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o panic.o panic.c gcc -L/usr/X11R6/lib64 -o tile2x11 tile2x11.o tiletext.o tiletxt.o ../src/alloc.o panic.o ../src/drawing.o ../src/decl.o ../src/monst.o ../src/objects.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make x11tiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/tile2x11 ../win/share/monsters.txt ../win/share/objects.txt \ ../win/share/other.txt \ -grayscale ../win/share/monsters.txt ../win/share/monsters.txt: 394 tiles ../win/share/objects.txt: 456 tiles ../win/share/other.txt: 232 tiles ../win/share/monsters.txt: 394 tiles Total tiles: 1476 make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make NetHack.ad ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' grep ^#define ../win/X11/NetHack.ad | \ sed -e 's/^#define/s/g' -e 's/ */ /g' \ -e 's/$/ g/g' > NetHack.ad.tmp grep -v ^#define ../win/X11/NetHack.ad | \ sed -f NetHack.ad.tmp > NetHack.ad rm -f NetHack.ad.tmp make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make pet_mark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/pet_mark.xbm pet_mark.xbm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make pilemark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/pilemark.xbm pilemark.xbm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make rip.xpm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' cp ../win/X11/rip.xpm rip.xpm make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make dgn_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' bison -y -d dgn_comp.y sed -e 's#"y.tab.c"#"dgn_yacc.c"#' -e 's#y.tab.c:#dgn_yacc.c:#' y.tab.c > dgn_yacc.c \ && rm y.tab.c sed -e 's#"y.tab.h"#"dgn_comp.h"#' y.tab.h > ../include/dgn_comp.h \ && rm y.tab.h make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' BUILDSTDERR: gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dIn file included from dgn_comp.y:25: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_comp.y:25: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_comp.y:25: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_comp.l:9: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_comp.l:9: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_comp.l:9: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_main.c:11: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dgn_main.c:11: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dgn_main.c:11: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_comp.y:25: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_comp.l:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from ../include/hack.h:10, BUILDSTDERR: from lev_main.c:12: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition gn_yacc.o dgn_yacc.c flex dgn_comp.l sed -e 's#"lex.yy.c"#"dgn_lex.c"#' -e 's# *$##' \ -e 's#static void yyunput#void yyunput#' lex.yy.c > dgn_lex.c \ && rm lex.yy.c gcc -c -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -DWEIRD_LEX=`egrep -c _cplusplus dgn_lex.c` dgn_lex.c gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o dgn_main.o dgn_main.c gcc -L/usr/X11R6/lib64 -o dgn_comp dgn_yacc.o dgn_lex.o dgn_main.o ../src/alloc.o panic.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make dungeon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/makedefs -e ../util/dgn_comp dungeon.pdf make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; make lev_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' bison -y -d lev_comp.y sed -e 's#"y.tab.c"#"lev_yacc.c"#' -e 's#y.tab.c:#lev_yacc.c:#' y.tab.c > lev_yacc.c \ && rm y.tab.c sed -e 's#"y.tab.h"#"lev_comp.h"#' y.tab.h > ../include/lev_comp.h \ && rm y.tab.h gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lev_yacc.o lev_yacc.c flex lev_comp.l sed -e 's#"lex.yy.c"#"lev_lex.c"#' -e 's# *$##' \ -e 's#static void yyunput#void yyunput#' lex.yy.c > lev_lex.c \ && rm lex.yy.c gcc -c -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -DWEIRD_LEX=`egrep -c _cplusplus lev_lex.c` lev_lex.c make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c -o lev_main.o lev_main.c gcc -L/usr/X11R6/lib64 -o lev_comp lev_yacc.o lev_lex.o lev_main.o ../src/alloc.o panic.o ../src/drawing.o ../src/decl.o ../src/monst.o ../src/objects.o make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; make spec_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/lev_comp bigroom.des ../util/lev_comp castle.des ../util/lev_comp endgame.des ../util/lev_comp gehennom.des ../util/lev_comp knox.des ../util/lev_comp medusa.des ../util/lev_comp mines.des ../util/lev_comp oracle.des ../util/lev_comp sokoban.des ../util/lev_comp tower.des ../util/lev_comp yendor.des touch spec_levs make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; make quest_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' ../util/lev_comp Arch.des ../util/lev_comp Barb.des ../util/lev_comp Caveman.des ../util/lev_comp Healer.des ../util/lev_comp Knight.des ../util/lev_comp Monk.des ../util/lev_comp Priest.des ../util/lev_comp Ranger.des ../util/lev_comp Rogue.des ../util/lev_comp Samurai.des ../util/lev_comp Tourist.des ../util/lev_comp Valkyrie.des ../util/lev_comp Wizard.des touch quest_levs make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' color, data file compression, data librarian, end-of-game dumplogs, BUILDSTDERR: make[1]: Entering directory '/builddir/build/BUILD/nethack-3In file included from dlb_main.c:8: BUILDSTDERR: ../include/config.h:48: warning: "CURSES_GRAPHICS" redefined BUILDSTDERR: 48 | #define CURSES_GRAPHICS /* Curses interface - Karl Garrison*/ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from dlb_main.c:8: BUILDSTDERR: ../include/config.h:314: warning: "DLB" redefined BUILDSTDERR: 314 | #define DLB /* not supported on all platforms */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition BUILDSTDERR: In file included from ../include/global.h:124, BUILDSTDERR: from ../include/config.h:569, BUILDSTDERR: from dlb_main.c:8: BUILDSTDERR: ../include/unixconf.h:136: warning: "TIMED_DELAY" redefined BUILDSTDERR: 136 | #define TIMED_DELAY /* usleep() */ BUILDSTDERR: | BUILDSTDERR: : note: this is the location of the previous definition + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 .6.2' ( cd util ; make dlb ) make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[3]: '../include/date.h' is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' gcc -g -O -I../include -DNOTPARMDECL -DDLB -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DSYSCF -DSYSCF_FILE=\"/usr/games/nethack/sysconf\" -DSECURE -DTIMED_DELAY -DHACKDIR=\"/usr/games/nethack\" -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DCURSES_GRAPHICS -c dlb_main.c gcc -L/usr/X11R6/lib64 -o dlb dlb_main.o ../src/dlb.o ../src/alloc.o panic.o make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat help hh cmdhelp keyhelp history opthelp wizhelp dungeon tribute asmodeus.lev baalz.lev bigrm-*.lev castle.lev fakewiz?.lev juiblex.lev knox.lev medusa-?.lev minend-?.lev minefill.lev minetn-?.lev oracle.lev orcus.lev sanctum.lev soko?-?.lev tower?.lev valley.lev wizard?.lev astral.lev air.lev earth.lev fire.lev water.lev ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev bogusmon data engrave epitaph oracles options quest.dat rumors ) make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' true; Done. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YxVk0k + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 + cd nethack-3.6.2 + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 HACKDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack GAMEDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack VARDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack SHELLDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin CHOWN=/bin/true CHGRP=/bin/true ( cd src ; /usr/bin/make ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' nethack is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd util ; /usr/bin/make recover ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make bogusmon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'bogusmon' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make data ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'data' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make engrave ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'engrave' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make epitaph ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'epitaph' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make oracles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'oracles' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make options ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'options' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make quest.dat ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'quest.dat' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make rumors ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'rumors' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make tile2x11 ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[1]: 'tile2x11' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make x11tiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'x11tiles' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make NetHack.ad ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'NetHack.ad' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make pet_mark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'pet_mark.xbm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make pilemark.xbm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'pilemark.xbm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make rip.xpm ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'rip.xpm' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make dgn_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make dungeon ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'dungeon' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd util ; /usr/bin/make lev_comp ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[2]: '../include/date.h' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; /usr/bin/make spec_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'spec_levs' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' ( cd dat ; /usr/bin/make quest_levs ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[1]: 'quest_levs' is up to date. make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' true; if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin'; then \ mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin; fi rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/save if test -d ./-p; then rmdir ./-p; fi /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/save /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/save chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/save ( /usr/bin/make dofiles ) make[1]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' target=`sed -n \ -e '/librarian/{' \ -e 's/.*/dlb/p' \ -e 'q' \ -e '}' \ -e '$s/.*/nodlb/p' < dat/options` ; \ /usr/bin/make dofiles-${target-nodlb} make[2]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' ( cd src ; /usr/bin/make ) make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' nethack is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' ( cd dat ; /usr/bin/make options ) make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/dat' make[3]: 'options' is up to date. make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/dat' color, data file compression, data librarian, end-of-game dumplogs, make[3]: Entering directory '/builddir/build/BUILD/nethack-3.6.2' ( cd util ; /usr/bin/make dlb ) make[4]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/util' make[5]: Entering directory '/builddir/build/BUILD/nethack-3.6.2/src' make[5]: '../include/date.h' is up to date. make[5]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/src' make[4]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/util' ( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat help hh cmdhelp keyhelp history opthelp wizhelp dungeon tribute asmodeus.lev baalz.lev bigrm-*.lev castle.lev fakewiz?.lev juiblex.lev knox.lev medusa-?.lev minend-?.lev minefill.lev minetn-?.lev oracle.lev orcus.lev sanctum.lev soko?-?.lev tower?.lev valley.lev wizard?.lev astral.lev air.lev earth.lev fire.lev water.lev ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev bogusmon data engrave epitaph oracles options quest.dat rumors ) make[3]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' ( cd dat ; cp nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack ) BUILDSTDERR: ( cd /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack ; /bin/true nhdat x11+ install -d -m 0755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6 + make -C doc MANDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6 manpages + install -D -p -m 0644 win/X11/nh_icon.xpm /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/pixmaps/nethack.xpm + desktop-file-install --dir /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/applications --add-category Game --add-category RolePlaying /builddir/build/SOURCES/nethack.desktop tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ; \ /bin/true nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ; \ chmod 0644 nhdat x11tiles NetHack.ad pet_mark.xbm pilemark.xbm rip.xpm license symbols ) make[2]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' cp src/nethack /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack cp util/recover /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin'; then rm -f /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin/nethack; fi if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin'; then \ sed -e 's;/usr/games/lib/nethackdir;/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack;' \ -e 's;HACKDIR/nethack;HACKDIR/nethack;' \ < sys/unix/nethack.sh \ > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin/nethack ; fi ( cd /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack ; /bin/true nethack recover ; \ /bin/true nethack recover ) chmod 02755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/nethack chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/recover if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin'; then \ /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin/nethack; fi if test -n '/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin'; then \ /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin/nethack; \ chmod 0755 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/bin/nethack; fi make[1]: Leaving directory '/builddir/build/BUILD/nethack-3.6.2' touch /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/perm /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/record /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/logfile /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack/xlogfile ( cd /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/var/games/nethack ; /bin/true perm record logfile xlogfile ; \ /bin/true perm record logfile xlogfile ; \ chmod 0600 perm record logfile xlogfile ) true; cp -n sys/unix/sysconf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/sysconf; /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/sysconf; /bin/true /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/sysconf; chmod 0600 /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/sysconf; You may also want to reinstall the man pages via the doc Makefile. make: Entering directory '/builddir/build/BUILD/nethack-3.6.2/doc' cat nethack.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/nethack.6 cat lev_comp.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/lev_comp.6 cat dgn_comp.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/dgn_comp.6 cat recover.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/recover.6 cat dlb.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/dlb.6 cat makedefs.6 | ../util/makedefs --grep --input - --output - > /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/man/man6/makedefs.6 make: Leaving directory '/builddir/build/BUILD/nethack-3.6.2/doc' BUILDSTDERR: /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/applications/nethack.desktop: error: (will be fatal in the future): value "nethack.xpm" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension+ cd win/X11 + bdftopcf -o nh10.pcf nh10.bdf + bdftopcf -o ibm.pcf ibm.bdf + install -m 0755 -d /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/fonts/nethack-bitmap + install -m 0644 -p ibm.pcf nh10.pcf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/fonts/nethack-bitmap + /usr/bin/sed -i -e 's:^!\(NetHack.tile_file.*\):\1:' /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/NetHack.ad + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.6.2-1.fc31 --unique-debug-suffix -3.6.2-1.fc31.riscv64 --unique-debug-src-base nethack-3.6.2-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/nethack-3.6.2 BUILDSTDERR: 15228 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs as described in the Icon Theme Specification if the value is not an absolute path explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/recover explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/nethack extracting debug info from /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/recover extracting debug info from /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/games/nethack/nethack original debug info size: 9812kB, size after compression: 6436kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. mangling shebang in /usr/bin/nethack from /bin/sh to #!/usr/bin/sh Processing files: nethack-3.6.2-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NIqgWl + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + DOCDIR=/builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr doc/Guidebook.txt doc/dgn_comp.txt doc/dlb.txt doc/lev_comp.txt doc/makedefs.txt doc/nethack.txt doc/recover.txt /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr README /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/license /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/history /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/opthelp /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + cp -pr dat/wizhelp /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64/usr/share/doc/nethack + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: File listed twice: /usr/games/nethack/NetHack.ad BUILDSTDERR: warning: File listed twice: /usr/games/nethack/license BUILDSTDERR: warning: File listed twice: /usr/games/nethack/nethack BUILDSTDERR: warning: File listed twice: /usr/games/nethack/nhdat BUILDSTDERR: warning: File listed twice: /usr/games/nethack/pet_mark.xbm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/pilemark.xbm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/recover BUILDSTDERR: warning: File listed twice: /usr/games/nethack/rip.xpm BUILDSTDERR: warning: File listed twice: /usr/games/nethack/symbols BUILDSTDERR: warning: File listed twice: /usr/games/nethack/sysconf BUILDSTDERR: warning: File listed twice: /usr/games/nethack/x11tiles BUILDSTDERR: warning: File listed twice: /usr/lib/.build-id/82/ac09455de30685a8891ea857164f75aa9bf562 BUILDSTDERR: warning: File listed twice: /usr/lib/.build-id/eb/e9ee222e89458cebefaaf7bfda9a2d5daba611 Provides: application() application(nethack.desktop) config(nethack) = 3.6.2-1.fc31 nethack = 3.6.2-1.fc31 nethack(riscv-64) = 3.6.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh libX11.so.6()(64bit) libXaw.so.7()(64bit) libXext.so.6()(64bit) libXmu.so.6()(64bit) libXpm.so.4()(64bit) libXt.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: nethack-bitmap-fonts-3.6.2-1.fc31.noarch Provides: font(:lang=aa) font(:lang=an) font(:lang=ay) font(:lang=bi) font(:lang=br) font(:lang=ch) font(:lang=da) font(:lang=de) font(:lang=en) font(:lang=es) font(:lang=eu) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fur) font(:lang=fy) font(:lang=gd) font(:lang=gl) font(:lang=gv) font(:lang=ho) font(:lang=ht) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=io) font(:lang=is) font(:lang=it) font(:lang=jv) font(:lang=kj) font(:lang=kwm) font(:lang=lb) font(:lang=li) font(:lang=mg) font(:lang=ms) font(:lang=nb) font(:lang=nds) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=oc) font(:lang=om) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pt) font(:lang=rm) font(:lang=rn) font(:lang=rw) font(:lang=sc) font(:lang=sg) font(:lang=sma) font(:lang=smj) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=tl) font(:lang=ts) font(:lang=uz) font(:lang=vo) font(:lang=wa) font(:lang=xh) font(:lang=yap) font(:lang=za) font(:lang=zu) font(fixed) nethack-bitmap-fonts = 3.6.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nethack-bitmap-fonts-core-3.6.2-1.fc31.noarch Processing files: nethack-debugsource-3.6.2-1.fc31.riscv64 Provides: nethack-debugsource = 3.6.2-1.fc31 nethack-debugsource(riscv-64) = 3.6.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nethack-debuginfo-3.6.2-1.fc31.riscv64 Provides: debuginfo(build-id) = 82ac09455de30685a8891ea857164f75aa9bf562 debuginfo(build-id) = ebe9ee222e89458cebefaaf7bfda9a2d5daba611 nethack-debuginfo = 3.6.2-1.fc31 nethack-debuginfo(riscv-64) = 3.6.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nethack-debugsource(riscv-64) = 3.6.2-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 Wrote: /builddir/build/RPMS/nethack-bitmap-fonts-core-3.6.2-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/nethack-bitmap-fonts-3.6.2-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/nethack-3.6.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nethack-debuginfo-3.6.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/nethack-debugsource-3.6.2-1.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kEdOrl + umask 022 + cd /builddir/build/BUILD + cd nethack-3.6.2 + rm -rf /builddir/build/BUILDROOT/nethack-3.6.2-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0