build started at Fri Nov 30 07:33:48 UTC 2012 port directory: /usr/ports/archivers/xdms building for: 10.0-CURRENT amd64 maintained by: sylvio@FreeBSD.org Makefile ident: $FreeBSD: head/archivers/xdms/Makefile 300895 2012-07-14 12:56:14Z beat $ ---Begin Environment--- OSVERSION=1000025 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HTTP_PROXY=http://10.56.1.1:8080 PKG_EXT=txz FORCE_PACKAGE=yes http_proxy=http://10.56.1.1:8080 tpid=39343 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/etc/poudriere.d LOGS=/pdata/logs HOME=/root USER=root SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- ================================================= ===> xdms-1.3.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /usr/ports/packages/All/pkg-1.0.2.txz Installing pkg-1.0.2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of xdms-1.3.2 ====================================================================== ===> Cleaning for xdms-1.3.2 ================================================= ====================================================================== ================================================= ===> xdms-1.3.2 depends on file: /usr/local/sbin/pkg - found ====================================================================== ================================================= ===> xdms-1.3.2 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for xdms-1.3.2.tar.bz2. ====================================================================== ================================================= ===> xdms-1.3.2 depends on file: /usr/local/sbin/pkg - found ===> Extracting for xdms-1.3.2 => SHA256 Checksum OK for xdms-1.3.2.tar.bz2. ====================================================================== ================================================= ===> Patching for xdms-1.3.2 /usr/bin/sed -i.bak "s@-O2 -Wall@${CFLAGS} -Wall@g" /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2/src/Makefile.in ====================================================================== ================================================= ===> Configuring for xdms-1.3.2 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2/configure Forcing compiler to be cc Adding -O2 -pipe -fno-strict-aliasing to ARCHFLAGS Would install xdms binary to directory /usr/local/bin. Configure succesful. ====================================================================== ================================================= ===> Building for xdms-1.3.2 make -C src cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_heavy.c u_heavy.c:82:12: warning: static variable 'c_len' is used in an inline function with external linkage [-Wstatic-in-inline] DROPBITS(c_len[j]); ^ ./getbits.h:6:53: note: expanded from macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:33:1: note: use 'static' to give inline function 'decode_c' internal linkage INLINE USHORT decode_c(void); ^ static ./cdata.h:35:19: note: expanded from macro 'INLINE' #define INLINE inline ^ u_heavy.c:25:14: note: 'c_len' declared here static UCHAR c_len[NC], pt_len[NPT]; ^ u_heavy.c:92:12: warning: static variable 'c_len' is used in an inline function with external linkage [-Wstatic-in-inline] DROPBITS(c_len[j] - 12); ^ ./getbits.h:6:53: note: expanded from macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:33:1: note: use 'static' to give inline function 'decode_c' internal linkage INLINE USHORT decode_c(void); ^ static ./cdata.h:35:19: note: expanded from macro 'INLINE' #define INLINE inline ^ u_heavy.c:25:14: note: 'c_len' declared here static UCHAR c_len[NC], pt_len[NPT]; ^ u_heavy.c:104:12: warning: static variable 'pt_len' is used in an inline function with external linkage [-Wstatic-in-inline] DROPBITS(pt_len[j]); ^ ./getbits.h:6:53: note: expanded from macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:34:1: note: use 'static' to give inline function 'decode_p' internal linkage INLINE USHORT decode_p(void); ^ static ./cdata.h:35:19: note: expanded from macro 'INLINE' #define INLINE inline ^ u_heavy.c:25:25: note: 'pt_len' declared here static UCHAR c_len[NC], pt_len[NPT]; ^ u_heavy.c:114:12: warning: static variable 'pt_len' is used in an inline function with external linkage [-Wstatic-in-inline] DROPBITS(pt_len[j] - 8); ^ ./getbits.h:6:53: note: expanded from macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:34:1: note: use 'static' to give inline function 'decode_p' internal linkage INLINE USHORT decode_p(void); ^ static ./cdata.h:35:19: note: expanded from macro 'INLINE' #define INLINE inline ^ u_heavy.c:25:25: note: 'pt_len' declared here static UCHAR c_len[NC], pt_len[NPT]; ^ 4 warnings generated. cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c xdms.c xdms.c:248:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cmd == CMD_UNPACK)) { ~~~~^~~~~~~~~~~~~ xdms.c:248:13: note: remove extraneous parentheses around the comparison to silence this warning if ((cmd == CMD_UNPACK)) { ~ ^ ~ xdms.c:248:13: note: use '=' to turn this equality comparison into an assignment if ((cmd == CMD_UNPACK)) { ^~ = 1 warning generated. cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_deep.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_init.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_quick.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_medium.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c u_rle.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c tables.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c pfile.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c maketbl.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c getbits.c cc -Wall -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.3.2\" -c crc_csum.c cc 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: In function `Unpack_HEAVY': u_heavy.c:(.text+0x451): undefined reference to `decode_c' u_heavy.c:(.text+0x499): undefined reference to `decode_p' u_deep.o: In function `Unpack_DEEP': u_deep.c:(.text+0x21d): undefined reference to `update' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [xdms] Error code 1 Stop in /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2/src. *** [xdms] Error code 1 Stop in /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2. *** [do-build] Error code 1 Stop in /usr/ports/archivers/xdms. ===> Cleaning for xdms-1.3.2 build of /usr/ports/archivers/xdms ended at Fri Nov 30 07:34:06 UTC 2012