* Package: app-arch/xdms-1.3.2-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking xdms-1.3.2.tar.bz2 to /var/tmp/portage/app-arch/xdms-1.3.2-r1/work >>> Source unpacked in /var/tmp/portage/app-arch/xdms-1.3.2-r1/work >>> Preparing source in /var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2 ... Forcing compiler to be x86_64-pc-linux-gnu-gcc Adding -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security to ARCHFLAGS Adding -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 to ARCHLIBS Would install xdms binary to directory /var/tmp/portage/app-arch/xdms-1.3.2-r1/image///usr/bin. Configure succesful. >>> Source configured. >>> Compiling source in /var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2 ... make -j1 make -C src make[1]: Entering directory '/var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2/src' x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_heavy.c u_heavy.c:125:9: warning: ‘lastlen’ is static but used in inline function ‘decode_p’ which is not static 125 | return lastlen; | ^~~~~~~ u_heavy.c:122:3: warning: ‘lastlen’ is static but used in inline function ‘decode_p’ which is not static 122 | lastlen=j; | ^~~~~~~ u_heavy.c:117:11: warning: ‘np’ is static but used in inline function ‘decode_p’ which is not static 117 | if (j != np-1) { | ^~ In file included from u_heavy.c:15: u_heavy.c:114:12: warning: ‘pt_len’ is static but used in inline function ‘decode_p’ which is not static 114 | DROPBITS(pt_len[j] - 8); | ^~~~~~ getbits.h:6:53: note: in definition of macro ‘DROPBITS’ 6 | #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} | ^ u_heavy.c:113:17: warning: ‘np’ is static but used in inline function ‘decode_p’ which is not static 113 | } while (j >= np); | ^~ In file included from u_heavy.c:15: u_heavy.c:104:12: warning: ‘pt_len’ is static but used in inline function ‘decode_p’ which is not static 104 | DROPBITS(pt_len[j]); | ^~~~~~ getbits.h:6:53: note: in definition of macro ‘DROPBITS’ 6 | #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} | ^ u_heavy.c:103:10: warning: ‘np’ is static but used in inline function ‘decode_p’ which is not static 103 | if (j < np) { | ^~ u_heavy.c:102:6: warning: ‘pt_table’ is static but used in inline function ‘decode_p’ which is not static 102 | j = pt_table[GETBITS(8)]; | ^~~~~~~~ In file included from u_heavy.c:15: u_heavy.c:92:12: warning: ‘c_len’ is static but used in inline function ‘decode_c’ which is not static 92 | DROPBITS(c_len[j] - 12); | ^~~~~ getbits.h:6:53: note: in definition of macro ‘DROPBITS’ 6 | #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} | ^ u_heavy.c:82:12: warning: ‘c_len’ is static but used in inline function ‘decode_c’ which is not static 82 | DROPBITS(c_len[j]); | ^~~~~ getbits.h:6:53: note: in definition of macro ‘DROPBITS’ 6 | #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} | ^ u_heavy.c:80:6: warning: ‘c_table’ is static but used in inline function ‘decode_c’ which is not static 80 | j = c_table[GETBITS(12)]; | ^~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c xdms.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_deep.c u_deep.c:178:3: warning: ‘reconst’ is static but used in inline function ‘update’ which is not static 178 | reconst(); | ^~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_init.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_quick.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_medium.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c u_rle.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c tables.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c pfile.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c maketbl.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c getbits.c x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -DVERSION=\"1.3.2\" -c crc_csum.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 u_heavy.o xdms.o u_deep.o u_init.o u_quick.o u_medium.o u_rle.o tables.o pfile.o maketbl.o getbits.o crc_csum.o -o xdms u_heavy.o:u_heavy.c:function Unpack_HEAVY: error: undefined reference to 'decode_c' u_heavy.o:u_heavy.c:function Unpack_HEAVY: error: undefined reference to 'decode_p' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:21: xdms] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2/src' make: *** [Makefile:3: xdms] Error 2 * ERROR: app-arch/xdms-1.3.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-arch/xdms-1.3.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-arch/xdms-1.3.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-arch:xdms-1.3.2-r1:20200918-131250.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/xdms-1.3.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-arch/xdms-1.3.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2' * S: '/var/tmp/portage/app-arch/xdms-1.3.2-r1/work/xdms-1.3.2'