=> Building devel/jam Started : Tuesday, 5 MAR 2019 at 00:51:06 UTC Platform: 5.5-DEVELOPMENT DragonFly v5.5.0.192.g15ae7f0-DEVELOPMENT #34: Tue Feb 19 09:07:07 PST 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.5-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.5-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 jam-2.6: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/devel/jam XDG_CONFIG_HOME=/construction/devel/jam HOME=/construction/devel/jam TMPDIR="/tmp" PATH=/construction/devel/jam/.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/devel/jam XDG_CONFIG_HOME=/construction/devel/jam HOME=/construction/devel/jam TMPDIR="/tmp" PATH=/construction/devel/jam/.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/devel/jam/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/jam" EXAMPLESDIR="share/examples/jam" DATADIR="share/jam" WWWDIR="www/jam" ETCDIR="etc/jam" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/jam DOCSDIR=/usr/local/share/doc/jam EXAMPLESDIR=/usr/local/share/examples/jam WWWDIR=/usr/local/www/jam ETCDIR=/usr/local/etc/jam -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-BE 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.26.2 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500500 OSVERSION=9999999 OSREL=5.5 _OSRELEASE=5.5-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> jam-2.6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: .......... done ===> jam-2.6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of jam-2.6 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by jam-2.6 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by jam-2.6 for building => SHA256 Checksum OK for jam-2.6.zip. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by jam-2.6 for building ===> Extracting for jam-2.6 => SHA256 Checksum OK for jam-2.6.zip. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for jam-2.6 ===> Applying ports patches for jam-2.6 ===> Applying dragonfly patches for jam-2.6 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for jam-2.6 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for jam-2.6 --- ./jam0 --- cc -o ./jam0 -pipe -O2 -fno-strict-aliasing builtins.c command.c compile.c execas400.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c timestamp.c variable.c execunix.c: In function 'execcmd': execunix.c:289:13: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] if ((pid = vfork()) == 0) ^~~~~ execunix.c:293:6: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] execvp( argv[0], (char **)argv ); ^~~~~~ execunix.c:294:6: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^~~~~ execunix.c:294:6: warning: incompatible implicit declaration of built-in function '_exit' execunix.c: In function 'execwait': execunix.c:334:15: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] while( ( w = wait( &status ) ) == -1 && errno == EINTR ) ^~~~ exit fileunix.c: In function 'file_archscan': fileunix.c:204:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] if( read( fd, buf, SARMAG ) != SARMAG || ^~~~ fread fileunix.c:207:6: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close( fd ); ^~~~~ pclose fileunix.c:259:3: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] lseek(fd, offset + SARHDR, 0); ^~~~~ fseek jam.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **arg_environ ) ^~~~ make1.c: In function 'make1d': make1.c:392:8: warning: implicit declaration of function 'unlink'; did you mean 'unix'? [-Wimplicit-function-declaration] if( !unlink( targets->string ) ) ^~~~~~ unix parse.c: In function 'parse_make': parse.c:102:20: warning: implicit declaration of function 'yylineno'; did you mean 'yylineo'? [-Wimplicit-function-declaration] p->yylineno = yylineno(); ^~~~~~~~ yylineo --- all --- ./jam0 ...found 144 target(s)... ...updating 31 target(s)... MkDir1 bin Cc bin/builtins.o Cc bin/command.o Cc bin/compile.o Cc bin/execunix.o execunix.c: In function 'execcmd': execunix.c:289:13: warning: implicit declaration of function 'vfork' [-Wimplicit-function-declaration] if ((pid = vfork()) == 0) ^~~~~ execunix.c:293:6: warning: implicit declaration of function 'execvp' [-Wimplicit-function-declaration] execvp( argv[0], (char **)argv ); ^~~~~~ execunix.c:294:6: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^~~~~ execunix.c:294:6: warning: incompatible implicit declaration of built-in function '_exit' execunix.c: In function 'execwait': execunix.c:334:15: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] while( ( w = wait( &status ) ) == -1 && errno == EINTR ) ^~~~ exit Cc bin/fileunix.o fileunix.c: In function 'file_archscan': fileunix.c:204:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] if( read( fd, buf, SARMAG ) != SARMAG || ^~~~ fread fileunix.c:207:6: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close( fd ); ^~~~~ pclose fileunix.c:259:3: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] lseek(fd, offset + SARHDR, 0); ^~~~~ fseek Cc bin/pathunix.o Cc bin/jamgram.o Cc bin/expand.o Cc bin/glob.o Cc bin/hash.o Cc bin/headers.o Cc bin/lists.o Cc bin/make.o Cc bin/make1.o make1.c: In function 'make1d': make1.c:392:8: warning: implicit declaration of function 'unlink'; did you mean 'unix'? [-Wimplicit-function-declaration] if( !unlink( targets->string ) ) ^~~~~~ unix Cc bin/newstr.o Cc bin/option.o Cc bin/parse.o parse.c: In function 'parse_make': parse.c:102:20: warning: implicit declaration of function 'yylineno'; did you mean 'yylineo'? [-Wimplicit-function-declaration] p->yylineno = yylineno(); ^~~~~~~~ yylineo Cc bin/regexp.o Cc bin/rules.o Cc bin/scan.o Cc bin/search.o Cc bin/timestamp.o Cc bin/variable.o Archive bin/libjam.a /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') /usr/libexec/binutils227/elf/ar: creating bin/libjam.a Ranlib bin/libjam.a Cc bin/mkjambase.o mkjambase.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **envp ) ^~~~ Link bin/mkjambase Chmod1 bin/mkjambase Cc bin/jam.o jam.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int] main( int argc, char **argv, char **arg_environ ) ^~~~ GenFile1 jambase.c Cc bin/jambase.o Link bin/jam Chmod1 bin/jam ...updated 31 target(s)... -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for jam-2.6 ===> Generating temporary packing list install -s -m 555 /construction/devel/jam/jam-2.6/bin/jam /construction/devel/jam/stage/usr/local/bin install -m 0644 /construction/devel/jam/jam-2.6/*.html /construction/devel/jam/stage/usr/local/share/doc/jam ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for jam-2.6 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Tuesday, 5 MAR 2019 at 00:51:19 UTC Duration: 00:00:13