* Package: media-radio/ax25-tools-0.0.10_rc4 * Repository: gentoo * Maintainer: tomjbe@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking ax25-tools-0.0.10-rc4.tar.gz to /var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work >>> Source unpacked in /var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work >>> Preparing source in /var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4 ... ./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 --disable-dependency-tracking --libdir=/usr/lib64 --without-x checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for X... disabled checking for zlibVersion in -lz... yes checking for ax25_config_load_ports in -lax25... yes checking for initscr in -lncurses... yes checking for openpty in -lutil... yes checking for main in -lGL... yes checking for main in -lfltk... no checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for struct ax25_fwd_struct... yes checking for struct nr_route_struct.ndigis... yes checking for struct rose_facilities_struct... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for working memcmp... yes checking whether setpgrp takes no argument... yes checking return type of signal handlers... void checking for strftime... yes checking for wait3 that fills in rusage... yes checking for gethostname... yes checking for gettimeofday... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for uname... yes configure: creating ./config.status config.status: creating netrom/Makefile config.status: creating tcpip/Makefile config.status: creating ax25/Makefile config.status: creating ax25/axgetput/Makefile config.status: creating Makefile config.status: creating rose/Makefile config.status: creating user_call/Makefile config.status: creating kiss/Makefile config.status: creating 6pack/Makefile config.status: creating hdlcutil/Makefile config.status: creating hdlcutil/fl/Makefile config.status: creating yamdrv/Makefile config.status: creating dmascc/Makefile config.status: creating ax25-tools.spec config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4' Making all in ax25 make[2]: Entering directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4/ax25' Making all in axgetput make[3]: Entering directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4/ax25/axgetput' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -march=native -fno-common -Wall -c axgetput.c axgetput.c: In function ‘eol_convention’: axgetput.c:110:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 110 | write(fderr, BIN_ON, strlen(BIN_ON)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axgetput.c:113:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 113 | write(fderr, BIN_OFF, strlen(BIN_OFF)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -march=native -fno-common -Wall -c util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -march=native -fno-common -Wall -c proto_bin.c proto_bin.c: In function ‘bput’: proto_bin.c:168:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 168 | write(fderr, "\r#NO#\r", 6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c:180:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 180 | write(fderr, "\r#OK#\r", 6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c:270:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 270 | write(fderr, "\r#ABORT#\r", 9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c: In function ‘bget’: proto_bin.c:504:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 504 | write(fderr, "\r#ABORT#\r", 9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c: In function ‘bput’: proto_bin.c:162:48: warning: ‘%s’ directive writing up to 4096 bytes into a region of size 2027 [-Wformat-overflow=] 162 | sprintf(err_msg, "error: cannot unlink %s (%s)\n", filename, strerror(errno)); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from includes.h:10, from proto_bin.c:7: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 26 or more bytes (assuming 4122) into a destination of size 2048 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c:167:44: warning: ‘%s’ directive writing up to 4096 bytes into a region of size 2029 [-Wformat-overflow=] 167 | sprintf(err_msg, "error: cannot open %s (%s)\n", filename, strerror(errno)); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from includes.h:10, from proto_bin.c:7: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 24 or more bytes (assuming 4120) into a destination of size 2048 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ proto_bin.c: In function ‘bget’: proto_bin.c:327:44: warning: ‘%s’ directive writing up to 4096 bytes into a region of size 2029 [-Wformat-overflow=] 327 | sprintf(err_msg, "error: cannot open %s (%s)\n", filename, strerror(errno)); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from includes.h:10, from proto_bin.c:7: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 24 or more bytes (assuming 4120) into a destination of size 2048 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -Wl,-O1 -Wl,--as-needed -o axgetput axgetput.o util.o proto_bin.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: util.o:(.bss+0x0): multiple definition of `err_msg'; axgetput.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: util.o:(.bss+0x800): multiple definition of `filename'; axgetput.o:(.bss+0x820): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: util.o:(.bss+0x1820): multiple definition of `myname'; axgetput.o:(.bss+0x1840): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: proto_bin.o:(.bss+0x0): multiple definition of `err_msg'; axgetput.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: proto_bin.o:(.bss+0x800): multiple definition of `filename'; axgetput.o:(.bss+0x820): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: proto_bin.o:(.bss+0x1820): multiple definition of `myname'; axgetput.o:(.bss+0x1840): first defined here collect2: error: ld returned 1 exit status make[3]: *** [Makefile:343: axgetput] Error 1 make[3]: Leaving directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4/ax25/axgetput' make[2]: *** [Makefile:679: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4/ax25' make[1]: *** [Makefile:301: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4' make: *** [Makefile:239: all] Error 2 * ERROR: media-radio/ax25-tools-0.0.10_rc4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-radio/ax25-tools-0.0.10_rc4::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-radio/ax25-tools-0.0.10_rc4::gentoo'`. * The complete build log is located at '/var/log/portage/media-radio:ax25-tools-0.0.10_rc4:20200131-073840.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/temp/environment'. * Working directory: '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4' * S: '/var/tmp/portage/media-radio/ax25-tools-0.0.10_rc4/work/ax25-tools-0.0.10-rc4'