=> Building audio/mp3_check build started at Mon Mar 13 00:29:30 PDT 2017 port directory: /usr/ports/audio/mp3_check building for: DragonFly pkgbox64.dragonflybsd.org 4.7-DEVELOPMENT DragonFly v4.7.0.1380.gb4315f-DEVELOPMENT #0: Fri Mar 3 17:20:21 PST 2017 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 maintained by: ericb@thedeepsky.com ident warning: no id keywords in /build/boomdata/data/.m/Release48-default/ref/../09//usr/ports/audio/mp3_check/Makefile Makefile ident: Poudriere version: 3.1-pre Host OSVERSION: 400713 Jail OSVERSION: 400713 ---Begin Environment--- STATUS=1 SAVED_TERM=screen MASTERMNT=/build/boomdata/data/.m/Release48-default/ref PATH=/usr/local/libexec/poudriere:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/xorg/bin:/usr/X11R6/bin:/root/bin:/sbin:/usr/sbin POUDRIERE_BUILD_TYPE=bulk PKGNAME=mp3_check-1.98_1 OLDPWD=/root/boom PWD=/build/boomdata/data/.m/Release48-default/ref/.p/pool MASTERNAME=Release48-default TERM=cons25 USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/audio/mp3_check XDG_CONFIG_HOME=/wrkdirs/audio/mp3_check HOME=/wrkdirs/audio/mp3_check TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/audio/mp3_check XDG_CONFIG_HOME=/wrkdirs/audio/mp3_check HOME=/wrkdirs/audio/mp3_check TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc50 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=4.7 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/mp3_check" EXAMPLESDIR="share/examples/mp3_check" DATADIR="share/mp3_check" WWWDIR="www/mp3_check" ETCDIR="etc/mp3_check" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mp3_check DOCSDIR=/usr/local/share/doc/mp3_check EXAMPLESDIR=/usr/local/share/examples/mp3_check WWWDIR=/usr/local/www/mp3_check ETCDIR=/usr/local/etc/mp3_check --End SUB_LIST-- ---Begin make.conf--- NO_BACKUP=yes USE_PACKAGE_DEPENDS=yes PKG_CREATE_VERBOSE=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORT_DBDIR=/options PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MAKE_JOBS_NUMBER=5 ---End make.conf--- =================================================== =========================================================================== =================================================== ===> mp3_check-1.98_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.4_1.txz Installing pkg-1.9.4_1... Extracting pkg-1.9.4_1: .......... done ===> mp3_check-1.98_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mp3_check-1.98_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by mp3_check-1.98_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by mp3_check-1.98_1 for building => SHA256 Checksum OK for mp3_check-1.98.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by mp3_check-1.98_1 for building ===> Extracting for mp3_check-1.98_1 => SHA256 Checksum OK for mp3_check-1.98.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for mp3_check-1.98_1 ===> Applying ports patches for mp3_check-1.98_1 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for mp3_check-1.98_1 =========================================================================== =================================================== ===> Building for mp3_check-1.98_1 --- mp3_check.o --- --- mp3_check_misc.o --- --- mp3_check.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c mp3_check.c --- mp3_check_misc.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c mp3_check_misc.c In file included from mp3_check_misc.c:11:0: support_functions.h: In function 'print_frame_info': support_functions.h:683:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("%-20s%d\n", "BinLen", strlen(mp3_i->BIN_STRING)); ^ mp3_check_misc.c: In function 'scan_file': mp3_check_misc.c:57:7: warning: variable 'found_weak_header' set but not used [-Wunused-but-set-variable] char found_weak_header = NO; ^ --- trim --- cc -pipe -O2 -fno-strict-aliasing -Wall -L/usr/local/lib mp3_check.o mp3_check_misc.o -o mp3_check strip mp3_check cat MILESTONE.INTRO ** Version 2.0 is very close to completion, but I am too ** exhausted to complete the job. If you know how to code, ** plese read the MILESTONE file for some more details of ** what needs to be done. A fresh set of eyes is probably ** all that is needed. :) ** It is very important to me that everyone that helps ** the mp3_check project is mentioned in the 'THANKYOU' ** file. :) ** Once again, please read the MILESTONE file for how ** you can help. =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for mp3_check-1.98_1 ===> Generating temporary packing list cc -pipe -O2 -fno-strict-aliasing -Wall -L/usr/local/lib mp3_check.o mp3_check_misc.o -o mp3_check strip mp3_check cat MILESTONE.INTRO ** Version 2.0 is very close to completion, but I am too ** exhausted to complete the job. If you know how to code, ** plese read the MILESTONE file for some more details of ** what needs to be done. A fresh set of eyes is probably ** all that is needed. :) ** It is very important to me that everyone that helps ** the mp3_check project is mentioned in the 'THANKYOU' ** file. :) ** Once again, please read the MILESTONE file for how ** you can help. install -s -m 555 mp3_check /wrkdirs/audio/mp3_check/stage/usr/local/bin ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for mp3_check-1.98_1 file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for mp3_check-1.98_1 build of audio/mp3_check ended at Mon Mar 13 00:29:42 PDT 2017 build time: 00:00:12