* Package: games-mud/tf-50_beta8-r2 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 atcp elibc_glibc gmcp ipv6 kernel_linux option102 ssl userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking tf-50b8.tar.gz to /var/tmp/portage/games-mud/tf-50_beta8-r2/work >>> Unpacking tf-allrootpatch.txt to /var/tmp/portage/games-mud/tf-50_beta8-r2/work unpack tf-allrootpatch.txt: file format not recognized. Ignoring. >>> Unpacking tf-allsrcpatch.txt to /var/tmp/portage/games-mud/tf-50_beta8-r2/work unpack tf-allsrcpatch.txt: file format not recognized. Ignoring. >>> Source unpacked in /var/tmp/portage/games-mud/tf-50_beta8-r2/work >>> Preparing source in /var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8 ... * Applying tf-allrootpatch.txt ... [ ok ] * Applying tf-allsrcpatch.txt ... [ ok ] * Applying tf-50_beta8-pcre.patch ... [ ok ] * Applying tf-50_beta8-stdarg.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-atcp --enable-gmcp --enable-option102 --enable-ssl --disable-core --enable-inet6 --enable-manpage configure: Configuring TinyFugue version 5.0 beta 8 configure: configure: Core dumps disabled. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep... grep -E checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for inline... yes checking for library containing select... none required checking for library containing gethostbyname... none required checking for main in -linet... no checking for main in -lnet... yes checking for library containing connect... none required checking for library containing setlocale... none required checking for libcrypto and libssl... yes checking for ssl kerberos dependency... no checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for library containing tgetent... no configure: WARNING: Hardcoding terminal codes. checking for library containing sqrt... -lm checking for inflate in -lz... yes checking for pcre_compile in -lpcre... yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking whether struct sockaddr has sa_len... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking for time_t... yes checking for socklen_t... yes checking for strftime... yes checking for h_errno... no checking for strstr... yes checking for strtol... yes checking for bcopy... yes checking for bzero... yes checking for connect... yes checking for fileno... yes checking for getcwd... yes checking for gethostname... yes checking for gethostbyname... yes checking for getipnodebyname... no checking for getpwnam... yes checking for gettimeofday... yes checking for getwd... yes checking for hstrerror... yes checking for index... yes checking for inet_aton... yes checking for getaddrinfo... yes checking for gai_strerror... yes checking for kill... yes checking for memcpy... yes checking for memset... yes checking for raise... yes checking for setlocale... yes checking for setrlimit... yes checking for sigaction... yes checking for srand... yes checking for srandom... yes checking for strcasecmp... yes checking for strchr... yes checking for strcmpi... no checking for strcspn... yes checking for strerror... yes checking for stricmp... no checking for strtod... yes checking for tzset... yes checking for waitpid... yes checking for IPv6 address structure... in6_addr checking location of mail directory... /var/spool/mail configure: creating ./config.status config.status: creating Makefile config.status: creating unix/vars.mak config.status: creating src/tfdefs.h config.status: creating src/tfconfig.h config.status: executing default commands configure: ##################################################### ## prefix: /usr ## exec_prefix: ${prefix} ## bindir: ${exec_prefix}/bin ## datadir: /usr/share ## executable: ${bindir}/tf ## library: ${datadir}/tf-lib ## ## TinyFugue configuration successful. ## Use "make" to build. >>> Source configured. >>> Compiling source in /var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8 ... make -j1 make[1]: Entering directory '/var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8/src' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o attr.o attr.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o command.o command.c command.c: In function ‘handle_echo_func’: command.c:363:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 363 | write(STDOUT_FILENO, src->data, src->len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o dstring.o dstring.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o expand.o expand.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o expr.o expr.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o help.o help.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o history.o history.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o keyboard.o keyboard.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o macro.o macro.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o main.o main.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o malloc.o malloc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o output.o output.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o pattern.o pattern.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o process.o process.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o search.o search.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o signals.o signals.c signals.c: In function ‘get_exename’: signals.c:506:25: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 506 | sprintf(exebuf, "%.*s/%s", len, dir, argv0); | ~~^~ ~~~ | | | | int size_t {aka long unsigned int} signals.c:508:28: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 508 | sprintf(exebuf, "%s/%.*s/%s", initial_dir, len, dir, argv0); | ~~^~ ~~~ | | | | int size_t {aka long unsigned int} signals.c: In function ‘init_exename’: signals.c:437:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 437 | getcwd(initial_dir, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o socket.o socket.c socket.c: In function ‘handle_socket_lines’: socket.c:2651:20: warning: assignment to ‘String *’ {aka ‘struct String *’} from incompatible pointer type ‘conString *’ {aka ‘struct conString *’} [-Wincompatible-pointer-types] 2651 | incoming_text = line; | ^ socket.c: In function ‘openconn’: socket.c:1477:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 1477 | read(xsock->fd, (char*)xsock->addrs, info.size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c: In function ‘waitforhostname’: socket.c:1803:2: warning: ignoring return value of ‘writev’, declared with attribute warn_unused_result [-Wunused-result] 1803 | writev(fd, iov, niov); | ^~~~~~~~~~~~~~~~~~~~~ socket.c:1807:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1807 | write(fd, &hdr, sizeof(hdr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o tfio.o tfio.c tfio.c: In function ‘tfgetS’: tfio.c:834:9: warning: implicit declaration of function ‘main_loop’ [-Wimplicit-function-declaration] 834 | main_loop(); | ^~~~~~~~~ tfio.c: In function ‘igetchar’: tfio.c:773:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 773 | read(STDIN_FILENO, &c, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o tty.o tty.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o util.o util.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o variable.o variable.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -DDATADIR=/usr/share -c -o world.o world.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o tf attr.o command.o dstring.o expand.o expr.o help.o history.o keyboard.o macro.o main.o malloc.o output.o pattern.o process.o search.o signals.o socket.o tfio.o tty.o util.o variable.o world.o -lz -lm -lnet -lssl -lcrypto -lpcre /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: expand.o:(.bss+0x50): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: expr.o:(.bss+0x1008): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: history.o:(.bss+0x98): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: macro.o:(.bss+0x8): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x8): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: output.o:(.bss+0x48): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: process.o:(.bss+0x10): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socket.o:(.bss+0x18): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: variable.o:(.bss+0x38): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: world.o:(.bss+0x8): multiple definition of `world_decl'; command.o:(.bss+0x8): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:160: tf] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8/src' make: *** [Makefile:18: files] Error 2 * ERROR: games-mud/tf-50_beta8-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-mud/tf-50_beta8-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-mud/tf-50_beta8-r2::gentoo'`. * The complete build log is located at '/var/log/portage/games-mud:tf-50_beta8-r2:20200128-130354.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-mud/tf-50_beta8-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-mud/tf-50_beta8-r2/temp/environment'. * Working directory: '/var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8' * S: '/var/tmp/portage/games-mud/tf-50_beta8-r2/work/tf-50b8'