------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by libpdtp-0.1.20040808_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by libpdtp-0.1.20040808_1 for building => SHA256 Checksum OK for libpdtp-20040808.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by libpdtp-0.1.20040808_1 for building ===> Extracting for libpdtp-0.1.20040808_1 ===> Fetching all distfiles required by libpdtp-0.1.20040808_1 for building => SHA256 Checksum OK for libpdtp-20040808.tar.gz. Extracted Memory Use: 0.36M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for libpdtp-0.1.20040808_1 ===> Applying ports patches for libpdtp-0.1.20040808_1 /usr/bin/sed -i.bak -e 's@\(FreeBSD|OpenBSD|NetBSD\))@\1|DragonFly)@g' /construction/net-p2p/libpdtp/libpdtp/make-buildlib.sh /construction/net-p2p/libpdtp/libpdtp/make-compile.sh /construction/net-p2p/libpdtp/libpdtp/make-link.sh /construction/net-p2p/libpdtp/libpdtp/make-machdep.h.sh 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 libpdtp-0.1.20040808_1 Checking for OpenSSL... found in /usr/local Generating ./compile... using: cc -ansi -pedantic -fpic -g -Wall -I/usr/local/include Generating ./link... using: cc -pthread -L/usr/local/lib -lcrypto Generating ./buildlib... using: cc -pthread -shared -L/usr/local/lib -lcrypto Generating machdep.h... configuring for DragonFly 5.7 on x86_64 Configuring for a little endian processor architecture: x86_64 Building dependancy list... done. Generating Makefile... done. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for libpdtp-0.1.20040808_1 --- error.o --- --- fileops.o --- --- md5.o --- --- notifier.o --- --- proxy.o --- --- sha1.o --- --- threadops.o --- --- pdtp.o --- --- alloc.o --- --- collection.o --- --- error.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c error.c --- fileops.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c fileops.c --- md5.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c md5.c --- notifier.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c notifier.c --- proxy.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c proxy.c --- sha1.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c sha1.c --- threadops.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c threadops.c --- pdtp.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c pdtp.c --- alloc.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c alloc.c --- collection.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c collection.c --- md5.o --- md5.c: In function 'pdtp__md5_get_digest': md5.c:162:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ --- pdtp.o --- pdtp.c: In function 'do_get': pdtp.c:254:3: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] strncat(path, "/", PDTP_PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pdtp.c: In function 'do_ls': pdtp.c:157:5: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] strncat(entry_name, "/", PDTP_PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- debug.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c debug.c --- hasher.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c hasher.c --- pdtp.o --- pdtp.c: In function 'do_get': pdtp.c:252:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(path, cwd, PDTP_PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pdtp.c:255:2: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-truncation] strncat(path, arg, PDTP_PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pdtp.c:255:2: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] --- hmac.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c hmac.c --- multiplexer.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c multiplexer.c --- listener.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c listener.c --- socketops.o --- --- connection.o --- --- socketops.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c socketops.c --- connection.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c connection.c --- directory.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c directory.c --- listener.o --- listener.c: In function 'pdtp__process_transfer_request': listener.c:187:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ --- transaction.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c transaction.c --- download.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c download.c --- directory.o --- directory.c: In function 'pdtp_get_direntry': directory.c:130:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(entry->name, str, PDTP_PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- piecelist.o --- ./compile -pipe -fpic -O2 -fno-strict-aliasing -c piecelist.c --- download.o --- download.c: In function 'peer_send_request': download.c:430:2: warning: 'memcpy' forming offset [3, 4] is out of the bounds [0, 2] of object 'v16' with type 'uint16_t' {aka 'short unsigned int'} [-Warray-bounds] memcpy(request + 8, &v16, 4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ download.c:398:11: note: 'v16' declared here uint16_t v16; ^~~ --- libpdtp.so.0 --- --- libpdtp.a --- --- libpdtp.so.0 --- ./buildlib -o libpdtp.so.0 alloc.o collection.o connection.o directory.o debug.o download.o error.o fileops.o hasher.o hmac.o listener.o md5.o multiplexer.o notifier.o piecelist.o proxy.o sha1.o socketops.o threadops.o transaction.o -Wl,-rpath,/usr/local/lib --- libpdtp.a --- ar rc libpdtp.a alloc.o collection.o connection.o directory.o debug.o download.o error.o fileops.o hasher.o hmac.o listener.o md5.o multiplexer.o notifier.o piecelist.o proxy.o sha1.o socketops.o threadops.o transaction.o ranlib libpdtp.a --- pdtp --- ./link -o pdtp pdtp.o libpdtp.a SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for libpdtp-0.1.20040808_1 ===> Generating temporary packing list install -s -m 555 /construction/net-p2p/libpdtp/libpdtp/pdtp /construction/net-p2p/libpdtp/stage/usr/local/bin install -m 0644 /construction/net-p2p/libpdtp/libpdtp/libpdtp.a /construction/net-p2p/libpdtp/stage/usr/local/lib install -s -m 0644 /construction/net-p2p/libpdtp/libpdtp/libpdtp.so.0 /construction/net-p2p/libpdtp/stage/usr/local/lib ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/net-p2p/libpdtp/stage/usr/local/lib/libpdtp.so.0 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. 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 libpdtp-0.1.20040808_1 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03