=> Building lang/mujs Started : Thursday, 12 APR 2018 at 21:21:36 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.2-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.2-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 -------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/lang/mujs XDG_CONFIG_HOME=/construction/lang/mujs HOME=/construction/lang/mujs TMPDIR="/tmp" PATH=/construction/lang/mujs/.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/lang/mujs XDG_CONFIG_HOME=/construction/lang/mujs HOME=/construction/lang/mujs TMPDIR="/tmp" PATH=/construction/lang/mujs/.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 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 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/lang/mujs/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/mujs" EXAMPLESDIR="share/examples/mujs" DATADIR="share/mujs" WWWDIR="www/mujs" ETCDIR="etc/mujs" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mujs DOCSDIR=/usr/local/share/doc/mujs EXAMPLESDIR=/usr/local/share/examples/mujs WWWDIR=/usr/local/www/mujs ETCDIR=/usr/local/etc/mujs -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.2 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 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500200 OSVERSION=9999999 OSREL=5.2 _OSRELEASE=5.2-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License ISCL accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> mujs-1.0.3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5.txz Installing pkg-1.10.5... Extracting pkg-1.10.5: .......... done ===> mujs-1.0.3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mujs-1.0.3 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by mujs-1.0.3 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by mujs-1.0.3 for building => SHA256 Checksum OK for ccxvii-mujs-1.0.3_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by mujs-1.0.3 for building ===> Extracting for mujs-1.0.3 => SHA256 Checksum OK for ccxvii-mujs-1.0.3_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for mujs-1.0.3 ===> Applying ports patches for mujs-1.0.3 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- ===> mujs-1.0.3 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.2.1_2.txz Installing gmake-4.2.1_2... `-- Installing gettext-runtime-0.19.8.1_1... | `-- Installing indexinfo-0.3.1... | `-- Extracting indexinfo-0.3.1: .... done `-- Extracting gettext-runtime-0.19.8.1_1: .......... done Extracting gmake-4.2.1_2: .......... done ===> mujs-1.0.3 depends on executable: gmake - found ===> Returning to build of mujs-1.0.3 -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for mujs-1.0.3 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for mujs-1.0.3 gmake[1]: Entering directory '/construction/lang/mujs/mujs-1.0.3' mkdir -p build/release cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -Os -o build/release/libmujs.o -c one.c cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -Os -o build/release/main.o -c main.c cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -Os -fPIC -shared -o build/release/libmujs.so one.c -lm Creating build/release/mujs.pc In file included from one.c:3:0: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ^ In file included from one.c:3:0: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ^ jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ^ In file included from one.c:16:0: json.c: In function 'JSON_stringify': json.c:327:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^ jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ^ In file included from one.c:16:0: json.c: In function 'JSON_stringify': json.c:327:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^ cc -Wl,-s -o build/release/mujs build/release/libmujs.o build/release/main.o -lm gmake[1]: Leaving directory '/construction/lang/mujs/mujs-1.0.3' -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for mujs-1.0.3 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/lang/mujs/mujs-1.0.3' gmake build=release shared gmake[2]: Entering directory '/construction/lang/mujs/mujs-1.0.3' gmake[2]: Nothing to be done for 'shared'. gmake[2]: Leaving directory '/construction/lang/mujs/mujs-1.0.3' install -d /construction/lang/mujs/stage/usr/local/include install -d /construction/lang/mujs/stage/usr/local/lib install -d /construction/lang/mujs/stage/usr/local/lib/pkgconfig install -d /construction/lang/mujs/stage/usr/local/bin install -m 644 mujs.h /construction/lang/mujs/stage/usr/local/include install -m 644 build/release/mujs.pc /construction/lang/mujs/stage/usr/local/lib/pkgconfig install -m 755 build/release/mujs /construction/lang/mujs/stage/usr/local/bin install -m 755 build/release/libmujs.so /construction/lang/mujs/stage/usr/local/lib gmake[1]: Leaving directory '/construction/lang/mujs/mujs-1.0.3' ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for mujs-1.0.3 file sizes/checksums [7]: . done packing files [7]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 12 APR 2018 at 21:21:57 UTC Duration: 00:00:21