=> Building audio/mp3_check Started : Tuesday, 23 JUL 2019 at 05:26:30 UTC Platform: 5.7-DEVELOPMENT DragonFly v5.7.0.83.g49866-DEVELOPMENT #40: Sun Jun 30 03:00:04 PDT 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.6-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.6-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/audio/mp3_check XDG_CONFIG_HOME=/construction/audio/mp3_check HOME=/construction/audio/mp3_check TMPDIR="/tmp" PATH=/construction/audio/mp3_check/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/audio/mp3_check XDG_CONFIG_HOME=/construction/audio/mp3_check HOME=/construction/audio/mp3_check TMPDIR="/tmp" PATH=/construction/audio/mp3_check/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local 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 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/audio/mp3_check/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.6 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local 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" -------------------------------------------------- -- 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 -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.6 USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.28.1 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500601 OSVERSION=9999999 OSREL=5.6 _OSRELEASE=5.6-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> mp3_check-1.98_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.11.1.txz Installing pkg-1.11.1... Extracting pkg-1.11.1: .......... done ===> mp3_check-1.98_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mp3_check-1.98_1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by mp3_check-1.98_1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by mp3_check-1.98_1 for building => SHA256 Checksum OK for mp3_check-1.98.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> 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. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for mp3_check-1.98_1 ===> Applying ports patches for mp3_check-1.98_1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for mp3_check-1.98_1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> 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: support_functions.h: In function 'print_frame_info': support_functions.h:683:16: 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)); ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~ %ld 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. -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> 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 /construction/audio/mp3_check/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for mp3_check-1.98_1 file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Tuesday, 23 JUL 2019 at 05:26:37 UTC Duration: 00:00:06