------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/gmake-4.2.1_3.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ libutempter-1.1.5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The libutempter port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ libutempter-1.1.5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The libutempter port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by libutempter-1.1.5_2 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ libutempter-1.1.5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The libutempter port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by libutempter-1.1.5_2 for building => SHA256 Checksum OK for libutempter-1.1.5.tar.bz2. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ libutempter-1.1.5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The libutempter port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by libutempter-1.1.5_2 for building ===> Extracting for libutempter-1.1.5_2 => SHA256 Checksum OK for libutempter-1.1.5.tar.bz2. Extracted Memory Use: 0.07M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for libutempter-1.1.5_2 ===> Applying ports patches for libutempter-1.1.5_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for libutempter-1.1.5_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for libutempter-1.1.5_2 gmake[1]: Entering directory '/construction/sysutils/libutempter/libutempter-1.1.5' Makefile:69: warning: overriding recipe for target 'utempter' Makefile:53: warning: ignoring old recipe for target 'utempter' cc -pipe -O2 -fno-strict-aliasing -DLIBEXECDIR=\"/usr/local/libexec\" -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -c -o utempter.o utempter.c cc -pipe -O2 -fno-strict-aliasing -DLIBEXECDIR=\"/usr/local/libexec\" -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -c -fPIC iface.c -o iface.os cc -pipe -O2 -fno-strict-aliasing -DLIBEXECDIR=\"/usr/local/libexec\" -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -c -o iface.o iface.c In function 'write_uwtmp_record', inlined from 'main' at utempter.c:258:9: utempter.c:126:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ut.ut_name, user, sizeof(ut.ut_name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utempter.c:127:2: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(ut.ut_line, term, sizeof(ut.ut_line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utempter.c:129:3: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ut.ut_host, host, sizeof(ut.ut_host)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc utempter.o -o utempter -lutil ar rv libutempter.a iface.o cc -shared \ -Wl,-soname,libutempter.so.0,--version-script=libutempter.map,-z,defs,-stats \ -lc iface.os -o libutempter.so /usr/libexec/binutils227/elf/ar: creating libutempter.a a - iface.o ranlib libutempter.a /usr/libexec/binutils227/elf/ld.gold: initial tasks run time: (user: 0.000000 sys: 0.000000 wall: 0.007000) /usr/libexec/binutils227/elf/ld.gold: middle tasks run time: (user: 0.000000 sys: 0.000000 wall: 0.000000) /usr/libexec/binutils227/elf/ld.gold: final tasks run time: (user: 0.000000 sys: 0.000000 wall: 0.000000) /usr/libexec/binutils227/elf/ld.gold: total run time: (user: 0.000000 sys: 0.000000 wall: 0.007000) /usr/libexec/binutils227/elf/ld.gold: total bytes mapped for read: 3578360 /usr/libexec/binutils227/elf/ld.gold: maximum bytes mapped for read at one time: 3578360 /usr/libexec/binutils227/elf/ld.gold: archive libraries: 4 /usr/libexec/binutils227/elf/ld.gold: total archive members: 404 /usr/libexec/binutils227/elf/ld.gold: loaded archive members: 0 /usr/libexec/binutils227/elf/ld.gold: lib groups: 0 /usr/libexec/binutils227/elf/ld.gold: total lib groups members: 0 /usr/libexec/binutils227/elf/ld.gold: loaded lib groups members: 0 /usr/libexec/binutils227/elf/ld.gold: output file size: 8872 bytes /usr/libexec/binutils227/elf/ld.gold: symbol table entries: 6229; buckets: 12011 /usr/libexec/binutils227/elf/ld.gold: symbol table stringpool entries: 3129; buckets: 12011 /usr/libexec/binutils227/elf/ld.gold: symbol table stringpool Stringdata structures: 41 /usr/libexec/binutils227/elf/ld.gold: section name pool entries: 28; buckets: 47 /usr/libexec/binutils227/elf/ld.gold: section name pool Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: output symbol name pool entries: 49; buckets: 79 /usr/libexec/binutils227/elf/ld.gold: output symbol name pool Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: dynamic name pool entries: 28; buckets: 37 /usr/libexec/binutils227/elf/ld.gold: dynamic name pool Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: .comment merged strings input bytes: 123 /usr/libexec/binutils227/elf/ld.gold: .comment merged strings input strings: 3 /usr/libexec/binutils227/elf/ld.gold: .comment merged strings entries: 2; buckets: 11 /usr/libexec/binutils227/elf/ld.gold: .comment merged strings Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings input bytes: 37 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings input strings: 1 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings entries: 1; buckets: 11 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings input bytes: 8 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings input strings: 2 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings entries: 2; buckets: 11 /usr/libexec/binutils227/elf/ld.gold: .rodata merged strings Stringdata structures: 1 /usr/libexec/binutils227/elf/ld.gold: total free lists: 0 /usr/libexec/binutils227/elf/ld.gold: total free list nodes: 0 /usr/libexec/binutils227/elf/ld.gold: calls to Free_list::remove: 0 /usr/libexec/binutils227/elf/ld.gold: nodes visited: 0 /usr/libexec/binutils227/elf/ld.gold: calls to Free_list::allocate: 0 /usr/libexec/binutils227/elf/ld.gold: nodes visited: 0 gmake[1]: Leaving directory '/construction/sysutils/libutempter/libutempter-1.1.5' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for libutempter-1.1.5_2 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/sysutils/libutempter/libutempter-1.1.5' Makefile:69: warning: overriding recipe for target 'utempter' Makefile:53: warning: ignoring old recipe for target 'utempter' mkdir -p /construction/sysutils/libutempter/stage/usr/local/libexec/utempter /construction/sysutils/libutempter/stage/usr/local/include \ /construction/sysutils/libutempter/stage/usr/local/lib install -m4711 utempter /construction/sysutils/libutempter/stage/usr/local/libexec/utempter/utempter install -m644 utempter.h /construction/sysutils/libutempter/stage/usr/local/include/utempter.h install -m755 libutempter.so /construction/sysutils/libutempter/stage/usr/local/lib/libutempter.so.1.1.5 install -m644 libutempter.a /construction/sysutils/libutempter/stage/usr/local/lib/libutempter.a ln -sf libutempter.so.1.1.5 /construction/sysutils/libutempter/stage/usr/local/lib/libutempter.so.0 ln -sf libutempter.so.0 /construction/sysutils/libutempter/stage/usr/local/lib/libutempter.so gmake[1]: Leaving directory '/construction/sysutils/libutempter/libutempter-1.1.5' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: setuid files in the stage directory (are these necessary?): 510 -rws--x--x 1 root wheel 8944 Aug 26 02:58:58 2019 /construction/sysutils/libutempter/stage/usr/local/libexec/utempter/utempter Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for libutempter-1.1.5_2 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:43