Date: Thu, 18 Jul 2013 22:43:18 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for xdms-1.3.2 during build Message-ID: <201307182243.r6IMhIFx002203@beefy2.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: sylvio@FreeBSD.org Last committer: danfe@FreeBSD.org Ident: $FreeBSD: head/archivers/xdms/Makefile 309150 2012-12-18 07:57:31Z danfe $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/xdms-1.3.2.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s Log: ====>> Building archivers/xdms build started at Thu Jul 18 22:43:15 UTC 2013 port directory: /usr/ports/archivers/xdms building for: FreeBSD head-default-job-20 10.0-CURRENT FreeBSD 10.0-CURRENT amd64 maintained by: sylvio@FreeBSD.org Makefile ident: $FreeBSD: head/archivers/xdms/Makefile 309150 2012-12-18 07:57:31Z danfe $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1000035 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-default/ref PKG_EXT=txz FORCE_PACKAGE=yes tpid=98446 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=xdms-1.3.2 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/poudriere/data/packages/head-default/All MASTERNAME=head-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/xdms DOCSDIR=/usr/local/share/doc/xdms EXAMPLESDIR=/usr/local/share/examples/xdms WWWDIR=/usr/local/www/xdms ETCDIR=/usr/local/etc/xdms --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=yes ---End make.conf--- ===> Cleaning for xdms-1.3.2 =======================<phase: check-config >============================ ========================================================================= =======================<phase: pkg-depends >============================ ===> 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 /packages/All/pkg-1.1.4_1.txz Installing pkg-1.1.4_1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of xdms-1.3.2 ========================================================================= =======================<phase: fetch-depends >============================ ========================================================================= =======================<phase: fetch >============================ ===> Fetching all distfiles required by xdms-1.3.2 for building ========================================================================= =======================<phase: checksum >============================ ===> Fetching all distfiles required by xdms-1.3.2 for building => SHA256 Checksum OK for xdms-1.3.2.tar.bz2. ========================================================================= =======================<phase: extract-depends>============================ ========================================================================= =======================<phase: extract >============================ ===> Fetching all distfiles required by xdms-1.3.2 for building ===> Extracting for xdms-1.3.2 => SHA256 Checksum OK for xdms-1.3.2.tar.bz2. ========================================================================= =======================<phase: patch-depends >============================ ========================================================================= =======================<phase: patch >============================ ===> 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 ========================================================================= =======================<phase: build-depends >============================ ========================================================================= =======================<phase: lib-depends >============================ ========================================================================= =======================<phase: configure >============================ ===> 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. ========================================================================= =======================<phase: build >============================ ===> 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+0x21f): undefined reference to `update' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2/src *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/archivers/xdms/work/xdms-1.3.2 *** Error code 1 Stop. make: stopped in /usr/ports/archivers/xdms ===> Cleaning for xdms-1.3.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307182243.r6IMhIFx002203>