=> Building audio/id3ren Started : Thursday, 30 AUG 2018 at 12:49:59 UTC Platform: 5.3-DEVELOPMENT DragonFly 5.3-DEVELOPMENT #140: Wed Aug 29 22:06:30 PDT 2018 root@test.backplane.com:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.3-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.3-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 -------------------------------------------------- ===> The following configuration options are available for id3ren-1.1b0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/audio/id3ren XDG_CONFIG_HOME=/construction/audio/id3ren HOME=/construction/audio/id3ren TMPDIR="/tmp" PATH=/construction/audio/id3ren/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/audio/id3ren XDG_CONFIG_HOME=/construction/audio/id3ren HOME=/construction/audio/id3ren TMPDIR="/tmp" PATH=/construction/audio/id3ren/.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=gcc50 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/id3ren/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/id3ren" EXAMPLESDIR="share/examples/id3ren" DATADIR="share/id3ren" WWWDIR="www/id3ren" ETCDIR="etc/id3ren" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/id3ren DOCSDIR=/usr/local/share/doc/id3ren EXAMPLESDIR=/usr/local/share/examples/id3ren WWWDIR=/usr/local/www/id3ren ETCDIR=/usr/local/etc/id3ren -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=LiveSystem 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=12 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=32 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500316 OSVERSION=9999999 OSREL=5.3 _OSRELEASE=5.3-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_1.txz Installing pkg-1.10.5_1... Extracting pkg-1.10.5_1: .......... done ===> id3ren-1.1b0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of id3ren-1.1b0 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by id3ren-1.1b0 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by id3ren-1.1b0 for building => SHA256 Checksum OK for sebcode-id3ren-1.1b0-322ee77_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by id3ren-1.1b0 for building ===> Extracting for id3ren-1.1b0 => SHA256 Checksum OK for sebcode-id3ren-1.1b0-322ee77_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for id3ren-1.1b0 /bin/rm -f /construction/audio/id3ren/id3ren-322ee77/src/id3ren ===> Applying ports patches for id3ren-1.1b0 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for id3ren-1.1b0 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for id3ren-1.1b0 --- all --- cd src && /usr/bin/make all --- id3ren --- cc -pipe -O2 -fno-strict-aliasing -s -o id3ren id3ren.c id3tag.c id3file.c id3misc.c id3file.c: In function 'id3_write_tag': id3file.c:183:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(tag->tag, "TAG"); ^ id3file.c:183:3: warning: incompatible implicit declaration of built-in function 'strcpy' id3file.c:183:3: note: include '' or provide a declaration of 'strcpy' id3file.c: In function 'id3_show_tag': id3file.c:247:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(tag->songname) > 0) ^ id3file.c:247:7: warning: incompatible implicit declaration of built-in function 'strlen' id3file.c:247:7: note: include '' or provide a declaration of 'strlen' id3file.c:250:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->artist) > 0) ^ id3file.c:250:7: note: include '' or provide a declaration of 'strlen' id3file.c:253:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->album) > 0) ^ id3file.c:253:7: note: include '' or provide a declaration of 'strlen' id3file.c:256:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->year) > 0) ^ id3file.c:256:7: note: include '' or provide a declaration of 'strlen' id3file.c:259:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(tag->u.v10.comment) > 0) ^ id3file.c:259:7: note: include '' or provide a declaration of 'strlen' -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for id3ren-1.1b0 ===> Generating temporary packing list install -s -m 555 /construction/audio/id3ren/id3ren-322ee77/src/id3ren /construction/audio/id3ren/stage/usr/local/bin install -m 444 /construction/audio/id3ren/id3ren-322ee77/man/id3ren.1.gz /construction/audio/id3ren/stage/usr/local/man/man1/ /bin/mkdir -p /construction/audio/id3ren/stage/usr/local/share/doc/id3ren install -m 0644 /construction/audio/id3ren/id3ren-322ee77/AUTHORS /construction/audio/id3ren/id3ren-322ee77/ChangeLog /construction/audio/id3ren/id3ren-322ee77/FEATURES /construction/audio/id3ren/id3ren-322ee77/FEEDBACK /construction/audio/id3ren/id3ren-322ee77/INSTALL /construction/audio/id3ren/id3ren-322ee77/PORTS /construction/audio/id3ren/id3ren-322ee77/README /construction/audio/id3ren/id3ren-322ee77/THANKS /construction/audio/id3ren/id3ren-322ee77/TODO /construction/audio/id3ren/id3ren-322ee77/USAGE /construction/audio/id3ren/stage/usr/local/share/doc/id3ren ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for id3ren-1.1b0 file sizes/checksums [15]: . done packing files [15]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 30 AUG 2018 at 12:50:09 UTC Duration: 00:00:09