------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz 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. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Installing /packages/All/py27-setuptools-41.0.1.tgz Message from py27-setuptools-41.0.1: ******************************************************************* Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. ******************************************************************* Installing /packages/All/cppunit-1.14.0_8.tgz Installing /packages/All/libzookeeper-3.5.5.tgz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x===> NOTICE: The zkpython 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:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> NOTICE: The zkpython 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 py27-zkpython-0.4.2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> NOTICE: The zkpython 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 py27-zkpython-0.4.2 for building => SHA256 Checksum OK for zkpython-0.4.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> NOTICE: The zkpython 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 py27-zkpython-0.4.2 for building ===> Extracting for py27-zkpython-0.4.2 => SHA256 Checksum OK for zkpython-0.4.2.tar.gz. Extracted Memory Use: 0.11M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-zkpython-0.4.2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py27-zkpython-0.4.2 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-zkpython-0.4.2 running build running build_ext building 'zookeeper' extension creating build creating build/temp.dragonfly-5.7-x86_64-2.7 cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/include/c-client-src -I/usr/local/include/c-client-src -I/usr/include/zookeeper -I/usr/local/include/zookeeper -I/usr/local/include/python2.7 -c zookeeper.c -o build/temp.dragonfly-5.7-x86_64-2.7/zookeeper.o zookeeper.c: In function 'pyzoo_create': zookeeper.c:1019:13: warning: implicit declaration of function 'zoo_create'; did you mean 'zoo_acreate'? [-Wimplicit-function-declaration] int err = zoo_create(zh, path, values, valuelen, &aclv, flags, realbuf, maxbuf_len); ^~~~~~~~~~ zoo_acreate zookeeper.c: In function 'pyzoo_delete': zookeeper.c:1039:13: warning: implicit declaration of function 'zoo_delete'; did you mean 'zoo_adelete'? [-Wimplicit-function-declaration] int err = zoo_delete(zh, path, version); ^~~~~~~~~~ zoo_adelete zookeeper.c: In function 'pyzoo_exists': zookeeper.c:1067:13: warning: implicit declaration of function 'zoo_wexists'; did you mean 'zoo_awexists'? [-Wimplicit-function-declaration] int err = zoo_wexists(zh, path, callback, pw, &stat); ^~~~~~~~~~~ zoo_awexists zookeeper.c: In function 'pyzoo_get_children': zookeeper.c:1101:13: warning: implicit declaration of function 'zoo_wget_children'; did you mean 'zoo_awget_children'? [-Wimplicit-function-declaration] int err = zoo_wget_children(zhandles[zkhid], path, ^~~~~~~~~~~~~~~~~ zoo_awget_children zookeeper.c: In function 'pyzoo_set': zookeeper.c:1130:13: warning: implicit declaration of function 'zoo_set'; did you mean 'zoo_aset'? [-Wimplicit-function-declaration] int err = zoo_set(zhandles[zkhid], path, buffer, buflen, version); ^~~~~~~ zoo_aset zookeeper.c: In function 'pyzoo_set2': zookeeper.c:1153:13: warning: implicit declaration of function 'zoo_set2'; did you mean 'pyzoo_set2'? [-Wimplicit-function-declaration] int err = zoo_set2(zhandles[zkhid], path, buffer, buflen, version, &stat); ^~~~~~~~ pyzoo_set2 zookeeper.c: In function 'pyzoo_get': zookeeper.c:1198:13: warning: implicit declaration of function 'zoo_wget'; did you mean 'zoo_awget'? [-Wimplicit-function-declaration] int err = zoo_wget(zhandles[zkhid], path, ^~~~~~~~ zoo_awget zookeeper.c: In function 'pyzoo_get_acl': zookeeper.c:1227:13: warning: implicit declaration of function 'zoo_get_acl'; did you mean 'zoo_aget_acl'? [-Wimplicit-function-declaration] int err = zoo_get_acl( zhandles[zkhid], path, &acl, &stat ); ^~~~~~~~~~~ zoo_aget_acl zookeeper.c: In function 'pyzoo_set_acl': zookeeper.c:1255:13: warning: implicit declaration of function 'zoo_set_acl'; did you mean 'zoo_aset_acl'? [-Wimplicit-function-declaration] int err = zoo_set_acl(zhandles[zkhid], path, version, &acl ); ^~~~~~~~~~~ zoo_aset_acl creating build/lib.dragonfly-5.7-x86_64-2.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-2.7/zookeeper.o -L/usr/local/lib -lzookeeper_mt -lpython2.7 -o build/lib.dragonfly-5.7-x86_64-2.7/zookeeper.so SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-zkpython-0.4.2 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/devel/py-zkpython/stage/usr/local/lib/python2.7 creating /construction/devel/py-zkpython/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.7-x86_64-2.7/zookeeper.so -> /construction/devel/py-zkpython/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpFk4_47.py' /usr/local/bin/python2.7 -O /tmp/tmpFk4_47.py removing /tmp/tmpFk4_47.py running install_egg_info running egg_info writing zkpython.egg-info/PKG-INFO writing top-level names to zkpython.egg-info/top_level.txt writing dependency_links to zkpython.egg-info/dependency_links.txt reading manifest file 'zkpython.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'zkpython.egg-info/SOURCES.txt' Copying zkpython.egg-info to /construction/devel/py-zkpython/stage/usr/local/lib/python2.7/site-packages/zkpython-0.4.2-py2.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-zkpython/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python2.7/site-packages/zookeeper.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py27-zkpython-0.4.2 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11