=> Building devel/cmunge Started : Thursday, 12 APR 2018 at 08:13:07 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 -------------------------------------------------- ===> The following configuration options are available for cmunge-1.0_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/devel/cmunge XDG_CONFIG_HOME=/construction/devel/cmunge HOME=/construction/devel/cmunge TMPDIR="/tmp" PATH=/construction/devel/cmunge/.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/devel/cmunge XDG_CONFIG_HOME=/construction/devel/cmunge HOME=/construction/devel/cmunge TMPDIR="/tmp" PATH=/construction/devel/cmunge/.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 -------------------------------------------------- CC="cc -pipe -O2 -fno-strict-aliasing" DESTDIR=/construction/devel/cmunge/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/cmunge" EXAMPLESDIR="share/examples/cmunge" DATADIR="share/cmunge" WWWDIR="www/cmunge" ETCDIR="etc/cmunge" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cmunge DOCSDIR=/usr/local/share/doc/cmunge EXAMPLESDIR=/usr/local/share/examples/cmunge WWWDIR=/usr/local/www/cmunge ETCDIR=/usr/local/etc/cmunge -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> cmunge-1.0_2 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 ===> cmunge-1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of cmunge-1.0_2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by cmunge-1.0_2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by cmunge-1.0_2 for building => SHA256 Checksum OK for cmunge.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by cmunge-1.0_2 for building ===> Extracting for cmunge-1.0_2 => SHA256 Checksum OK for cmunge.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for cmunge-1.0_2 ===> Applying ports patches for cmunge-1.0_2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for cmunge-1.0_2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for cmunge-1.0_2 --- bin/ctran --- --- bin/proc-incl --- --- bin/ctran --- cc -pipe -O2 -fno-strict-aliasing src/ctran.c -o bin/ctran --- bin/proc-incl --- cc -pipe -O2 -fno-strict-aliasing src/proc-incl.c -o bin/proc-incl --- bin/ctran --- src/ctran.c:462:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^ --- bin/proc-incl --- src/proc-incl.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^ --- bin/ctran --- src/ctran.c: In function 'main': src/ctran.c:564:47: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] else if ( ! --argc || **++argv == '-' || ! isdigit (**argv)) { ^ --- bin/proc-incl --- src/proc-incl.c: In function 'main': src/proc-incl.c:229:2: warning: implicit declaration of function 'read_old_dict' [-Wimplicit-function-declaration] read_old_dict (); ^ src/proc-incl.c:230:2: warning: implicit declaration of function 'translate_file' [-Wimplicit-function-declaration] translate_file (); ^ src/proc-incl.c:231:2: warning: implicit declaration of function 'write_new_dict' [-Wimplicit-function-declaration] write_new_dict (); ^ --- bin/ctran --- src/ctran.c:650:2: warning: implicit declaration of function 'init_keytab_and_std_nametab' [-Wimplicit-function-declaration] init_keytab_and_std_nametab (); ^ src/ctran.c:651:2: warning: implicit declaration of function 'read_old_dict' [-Wimplicit-function-declaration] read_old_dict (); ^ --- bin/proc-incl --- src/proc-incl.c: At top level: src/proc-incl.c:243:1: warning: return type defaults to 'int' [-Wimplicit-int] read_old_dict () ^ src/proc-incl.c: In function 'read_old_dict': src/proc-incl.c:297:3: warning: implicit declaration of function 'install_filename' [-Wimplicit-function-declaration] install_filename (filename, val, processed); ^ src/proc-incl.c: At top level: src/proc-incl.c:306:1: warning: return type defaults to 'int' [-Wimplicit-int] write_new_dict () ^ --- bin/ctran --- src/ctran.c:712:3: warning: implicit declaration of function 'scan_file' [-Wimplicit-function-declaration] scan_file (ip_file); ^ src/ctran.c:713:3: warning: implicit declaration of function 'assign_wordvals' [-Wimplicit-function-declaration] assign_wordvals (); ^ --- bin/proc-incl --- src/proc-incl.c:328:1: warning: return type defaults to 'int' [-Wimplicit-int] translate_file () ^ --- bin/ctran --- src/ctran.c:716:3: warning: implicit declaration of function 'translate_file' [-Wimplicit-function-declaration] translate_file (ip_file, op_file); ^ src/ctran.c:722:2: warning: implicit declaration of function 'write_new_dict' [-Wimplicit-function-declaration] write_new_dict (); ^ src/ctran.c: At top level: src/ctran.c:732:1: warning: return type defaults to 'int' [-Wimplicit-int] init_keytab_and_std_nametab () ^ src/ctran.c:759:1: warning: return type defaults to 'int' [-Wimplicit-int] read_old_dict () ^ src/ctran.c: In function 'read_old_dict': src/ctran.c:804:4: warning: implicit declaration of function 'errmsg' [-Wimplicit-function-declaration] errmsg (lineno, "unexpected characters after \'next_val\'", 0); ^ src/ctran.c:883:11: warning: implicit declaration of function 'isalpha' [-Wimplicit-function-declaration] if ( ! (isalpha (*word) || *word == '_')) { ^ src/ctran.c:18:25: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] #define isidchar(c) (isalnum(c) || c == '_') ^ src/ctran.c:889:10: note: in expansion of macro 'isidchar' while (isidchar (*p)) ^ --- bin/proc-incl --- src/proc-incl.c: In function 'translate_file': src/proc-incl.c:509:14: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] } while (isalnum (c) || c == '_' || c == '\\'); ^ --- bin/ctran --- src/ctran.c: At top level: src/ctran.c:938:1: warning: return type defaults to 'int' [-Wimplicit-int] write_new_dict () ^ src/ctran.c:985:1: warning: return type defaults to 'int' [-Wimplicit-int] scan_file (ip_file) ^ src/ctran.c: In function 'scan_file': src/ctran.c:1027:4: warning: implicit declaration of function 'lookup_or_install_word' [-Wimplicit-function-declaration] lookup_or_install_word (buf); ^ src/ctran.c:1075:38: warning: implicit declaration of function 'isxdigit' [-Wimplicit-function-declaration] do c = getc (ip_file); while (isxdigit (c)); ^ src/ctran.c: At top level: src/ctran.c:1160:1: warning: return type defaults to 'int' [-Wimplicit-int] translate_file (ip_file, op_file) ^ --- bin/proc-incl --- src/proc-incl.c: In function 'find_file': src/proc-incl.c:838:2: warning: implicit declaration of function 'simplify_path' [-Wimplicit-function-declaration] simplify_path (filename); ^ src/proc-incl.c: At top level: src/proc-incl.c:843:1: warning: return type defaults to 'int' [-Wimplicit-int] simplify_path (path) ^ --- bin/ctran --- src/ctran.c: In function 'translate_file': src/ctran.c:1243:14: warning: implicit declaration of function 'wordval' [-Wimplicit-function-declaration] if (val = wordval (buf)) { ^ --- bin/proc-incl --- src/proc-incl.c:1051:1: warning: return type defaults to 'int' [-Wimplicit-int] install_filename (filename, val, processed) ^ src/proc-incl.c: In function 'file_exists': src/proc-incl.c:1158:11: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] return (access (filename, 0) == 0); ^ --- bin/ctran --- src/ctran.c: At top level: src/ctran.c:1556:1: warning: return type defaults to 'int' [-Wimplicit-int] lookup_or_install_word (word) ^ src/ctran.c:1620:1: warning: return type defaults to 'int' [-Wimplicit-int] assign_wordvals () ^ src/ctran.c:1676:1: warning: return type defaults to 'int' [-Wimplicit-int] errmsg (lineno, msg, word) ^ src/ctran.c: In function 'file_exists': src/ctran.c:1726:11: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] return (access (filename, 0) == 0); ^ -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for cmunge-1.0_2 ===> Generating temporary packing list install -s -m 555 /construction/devel/cmunge/cmunger/bin/ctran /construction/devel/cmunge/stage/usr/local/bin install -s -m 555 /construction/devel/cmunge/cmunger/bin/proc-incl /construction/devel/cmunge/stage/usr/local/bin install -m 555 /construction/devel/cmunge/cmunger/cmunge /construction/devel/cmunge/stage/usr/local/bin /bin/mkdir -p /construction/devel/cmunge/stage/usr/local/share/doc/cmunge install -m 0644 /construction/devel/cmunge/cmunger/README /construction/devel/cmunge/stage/usr/local/share/doc/cmunge ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for cmunge-1.0_2 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 12 APR 2018 at 08:13:13 UTC Duration: 00:00:05