build started at Thu Nov 29 20:36:28 UTC 2012 port directory: /usr/ports/audio/amrcoder building for: 10.0-CURRENT amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/audio/amrcoder/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=10561 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--- ================================================= ===> amrcoder-1.0 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 amrcoder-1.0 ====================================================================== ===> Cleaning for amrcoder-1.0 ================================================= ====================================================================== ================================================= ===> amrcoder-1.0 depends on file: /usr/local/sbin/pkg - found => amrcoder-1.0.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://ftp.us.sinuspl.net/pub/src/amrcoder-1.0.tgz fetch: transfer timed out => Attempting to fetch http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/amrcoder-1.0.tgz amrcoder-1.0.tgz 0 B 0 Bps ====================================================================== ================================================= ===> amrcoder-1.0 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for amrcoder-1.0.tgz. ====================================================================== ================================================= ===> amrcoder-1.0 depends on file: /usr/local/sbin/pkg - found ===> Extracting for amrcoder-1.0 => SHA256 Checksum OK for amrcoder-1.0.tgz. ====================================================================== ================================================= ===> Patching for amrcoder-1.0 ====================================================================== ================================================= ===> Configuring for amrcoder-1.0 ====================================================================== ================================================= ===> Building for amrcoder-1.0 Warning: Object directory not changed from original /wrkdirs/usr/ports/audio/amrcoder/work/amrcoder-1.0 cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c decoder.c cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c encoder.c cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c interf_dec.c interf_dec.c:233:34: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] *speech_mode = (*stream >> 4) && 0x07; ^ ~~~~ interf_dec.c:233:34: note: use '&' for a bitwise operation *speech_mode = (*stream >> 4) && 0x07; ^~ & interf_dec.c:233:34: note: remove constant to silence this warning *speech_mode = (*stream >> 4) && 0x07; ~^~~~~~~ 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c interf_enc.c interf_enc.c:360:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( k = j % 8 ) *stream <<= ( 8 - k ); ~~^~~~~~~ interf_enc.c:360:11: note: place parentheses around the assignment to silence this warning if ( k = j % 8 ) *stream <<= ( 8 - k ); ^ ( ) interf_enc.c:360:11: note: use '==' to turn this assignment into an equality comparison if ( k = j % 8 ) *stream <<= ( 8 - k ); ^ == 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c main.c main.c:23:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if ( strcmp ( argv[0], "amrencoder") == 0) ^ main.c:23:11: note: please include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c sp_dec.c sp_dec.c:1248:13: warning: enumeration values 'MRDTX' and 'N_MODES' not handled in switch [-Wswitch] switch ( mode ) { ^ 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -c sp_enc.c sp_enc.c:10484:23: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ( *used_mode < 0 ) ~~~~~~~~~~ ^ ~ 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -O4 -I/src -DVAD1 -std=gnu99 -Qunused-arguments -fstack-protector -o amrencoder decoder.o encoder.o interf_dec.o interf_enc.o main.o sp_dec.o sp_enc.o -lm decoder.o: file not recognized: File format not recognized cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [amrencoder] Error code 1 Stop in /wrkdirs/usr/ports/audio/amrcoder/work/amrcoder-1.0. *** [do-build] Error code 1 Stop in /usr/ports/audio/amrcoder. ===> Cleaning for amrcoder-1.0 build of /usr/ports/audio/amrcoder ended at Thu Nov 29 20:38:50 UTC 2012