------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The smbpasswd 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 ------------------------------------------------------------------------------- ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The smbpasswd 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 ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smbpasswd-1.0.2_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The smbpasswd 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 ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smbpasswd-1.0.2_1 for building => SHA256 Checksum OK for smbpasswd-1.0.2.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The smbpasswd 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 ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smbpasswd-1.0.2_1 for building ===> Extracting for py37-smbpasswd-1.0.2_1 => SHA256 Checksum OK for smbpasswd-1.0.2.tgz. Extracted Memory Use: 0.06M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-smbpasswd-1.0.2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-smbpasswd-1.0.2_1 depends on package: py37-setuptools>0 - found ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-smbpasswd-1.0.2_1 depends on package: py37-setuptools>0 - found ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-smbpasswd-1.0.2_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-smbpasswd-1.0.2_1 running build running build_ext building 'smbpasswd' extension creating build creating build/temp.dragonfly-5.9-x86_64-3.7 cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c md4.c -o build/temp.dragonfly-5.9-x86_64-3.7/md4.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c smbdes.c -o build/temp.dragonfly-5.9-x86_64-3.7/smbdes.o cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c smbpasswd.c -o build/temp.dragonfly-5.9-x86_64-3.7/smbpasswd.o smbpasswd.c: In function 'hash_to_string': smbpasswd.c:73:12: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration] return PyString_FromStringAndSize(outbuffer, 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~ PyBytes_FromStringAndSize smbpasswd.c:73:12: warning: returning 'int' from a function with return type 'PyObject *' {aka 'struct _object *'} makes pointer from integer without a cast [-Wint-conversion] return PyString_FromStringAndSize(outbuffer, 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smbpasswd.c: In function 'initsmbpasswd': smbpasswd.c:166:5: warning: implicit declaration of function 'Py_InitModule3'; did you mean 'Py_Initialize'? [-Wimplicit-function-declaration] Py_InitModule3("smbpasswd", smbpasswd_functions, module_doc); ^~~~~~~~~~~~~~ Py_Initialize creating build/lib.dragonfly-5.9-x86_64-3.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/md4.o build/temp.dragonfly-5.9-x86_64-3.7/smbdes.o build/temp.dragonfly-5.9-x86_64-3.7/smbpasswd.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/smbpasswd.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-smbpasswd-1.0.2_1 depends on package: py37-setuptools>0 - found ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-smbpasswd-1.0.2_1 ===> py37-smbpasswd-1.0.2_1 depends on package: py37-setuptools>0 - found ===> py37-smbpasswd-1.0.2_1 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/net/py-smbpasswd/stage/usr/local/lib/python3.7 creating /construction/net/py-smbpasswd/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/smbpasswd.so -> /construction/net/py-smbpasswd/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmp8naj7a6t.py' /usr/local/bin/python3.7 /tmp/tmp8naj7a6t.py removing /tmp/tmp8naj7a6t.py running install_egg_info running egg_info creating smbpasswd.egg-info writing smbpasswd.egg-info/PKG-INFO writing dependency_links to smbpasswd.egg-info/dependency_links.txt writing top-level names to smbpasswd.egg-info/top_level.txt writing manifest file 'smbpasswd.egg-info/SOURCES.txt' reading manifest file 'smbpasswd.egg-info/SOURCES.txt' writing manifest file 'smbpasswd.egg-info/SOURCES.txt' Copying smbpasswd.egg-info to /construction/net/py-smbpasswd/stage/usr/local/lib/python3.7/site-packages/smbpasswd-1.0.2-py3.7.egg-info running install_scripts writing list of installed files to '/construction/net/py-smbpasswd/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.7/site-packages/smbpasswd.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.7/site-packages/smbpasswd.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:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-smbpasswd-1.0.2_1 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:10