------------------------------------------------------------------------------- -- 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 Installing /packages/All/expat-2.2.6_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/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/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ py36-generate-2.6_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ py36-generate-2.6_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by py36-generate-2.6_1 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ py36-generate-2.6_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by py36-generate-2.6_1 for building => SHA256 Checksum OK for generate-2.6.tgz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ py36-generate-2.6_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by py36-generate-2.6_1 for building ===> Extracting for py36-generate-2.6_1 => SHA256 Checksum OK for generate-2.6.tgz. Extracted Memory Use: 0.11M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-generate-2.6_1 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 py36-generate-2.6_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-generate-2.6_1 running build running build_ext building 'generate' extension creating build creating build/temp.dragonfly-5.7-x86_64-3.6 cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c generate.c -o build/temp.dragonfly-5.7-x86_64-3.6/generate.o generate.c: In function 'Generate': generate.c:1613:36: warning: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Wimplicit-function-declaration] PyErr_SetObject(PyExc_TypeError, PyString_FromString("dict argument must be a dictionary")); ^~~~~~~~~~~~~~~~~~~ PyLong_FromString generate.c:1613:36: warning: passing argument 2 of 'PyErr_SetObject' makes pointer from integer without a cast [-Wint-conversion] PyErr_SetObject(PyExc_TypeError, PyString_FromString("dict argument must be a dictionary")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.6m/Python.h:121, from generate.c:1332: /usr/local/include/python3.6m/pyerrors.h:78:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' PyAPI_FUNC(void) PyErr_SetObject(PyObject *, PyObject *); ^~~~~~~~~~ generate.c:1638:28: warning: passing argument 2 of 'PyDict_Next' from incompatible pointer type [-Wincompatible-pointer-types] while (PyDict_Next(dict, &pos, &key, &value)) { ^~~~ In file included from /usr/local/include/python3.6m/Python.h:99, from generate.c:1332: /usr/local/include/python3.6m/dictobject.h:96:31: note: expected 'Py_ssize_t *' {aka 'long int *'} but argument is of type 'int *' PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value); ~~~~~~~~~~~~^~~ generate.c:1642:14: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] add_macro(PyString_AsString(skey), PyString_AsString(svalue)); ^~~~~~~~~~~~~~~~~ PyBytes_AsString generate.c:1642:14: warning: passing argument 1 of 'add_macro' makes pointer from integer without a cast [-Wint-conversion] add_macro(PyString_AsString(skey), PyString_AsString(svalue)); ^~~~~~~~~~~~~~~~~~~~~~~ generate.c:238:23: note: expected 'const char *' but argument is of type 'int' add_macro(const char *name, const char *defn) ~~~~~~~~~~~~^~~~ generate.c:1642:39: warning: passing argument 2 of 'add_macro' makes pointer from integer without a cast [-Wint-conversion] add_macro(PyString_AsString(skey), PyString_AsString(svalue)); ^~~~~~~~~~~~~~~~~~~~~~~~~ generate.c:238:41: note: expected 'const char *' but argument is of type 'int' add_macro(const char *name, const char *defn) ~~~~~~~~~~~~^~~~ generate.c:1651:34: warning: passing argument 2 of 'PyErr_SetObject' makes pointer from integer without a cast [-Wint-conversion] PyErr_SetObject(PyExc_IOError, PyString_FromString(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.6m/Python.h:121, from generate.c:1332: /usr/local/include/python3.6m/pyerrors.h:78:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' PyAPI_FUNC(void) PyErr_SetObject(PyObject *, PyObject *); ^~~~~~~~~~ generate.c:1659:34: warning: passing argument 2 of 'PyErr_SetObject' makes pointer from integer without a cast [-Wint-conversion] PyErr_SetObject(PyExc_IOError, PyString_FromString(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.6m/Python.h:121, from generate.c:1332: /usr/local/include/python3.6m/pyerrors.h:78:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' PyAPI_FUNC(void) PyErr_SetObject(PyObject *, PyObject *); ^~~~~~~~~~ generate.c:1669:38: warning: passing argument 2 of 'PyErr_SetObject' makes pointer from integer without a cast [-Wint-conversion] PyErr_SetObject(PyExc_SyntaxError, PyString_FromString(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.6m/Python.h:121, from generate.c:1332: /usr/local/include/python3.6m/pyerrors.h:78:46: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' PyAPI_FUNC(void) PyErr_SetObject(PyObject *, PyObject *); ^~~~~~~~~~ generate.c: In function 'initgenerate': generate.c:1700:2: warning: implicit declaration of function 'Py_InitModule4'; did you mean 'Py_Initialize'? [-Wimplicit-function-declaration] Py_InitModule4("generate", generate, mod_docstr, NULL, PYTHON_API_VERSION); ^~~~~~~~~~~~~~ Py_Initialize cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c expr.c -o build/temp.dragonfly-5.7-x86_64-3.6/expr.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c getarg.c -o build/temp.dragonfly-5.7-x86_64-3.6/getarg.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c getline.c -o build/temp.dragonfly-5.7-x86_64-3.6/getline.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c sockunix.c -o build/temp.dragonfly-5.7-x86_64-3.6/sockunix.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DPYTHON=1 -DXGETLINE_VERSION=1 -DRESTRICTED_VERSION=1 -I/usr/local/include/python3.6m -c xstrtok.c -o build/temp.dragonfly-5.7-x86_64-3.6/xstrtok.o creating build/lib.dragonfly-5.7-x86_64-3.6 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/generate.o build/temp.dragonfly-5.7-x86_64-3.6/expr.o build/temp.dragonfly-5.7-x86_64-3.6/getarg.o build/temp.dragonfly-5.7-x86_64-3.6/getline.o build/temp.dragonfly-5.7-x86_64-3.6/sockunix.o build/temp.dragonfly-5.7-x86_64-3.6/xstrtok.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/generate.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-generate-2.6_1 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/devel/py-generate/stage/usr/local/lib/python3.6 creating /construction/devel/py-generate/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/generate.so -> /construction/devel/py-generate/stage/usr/local/lib/python3.6/site-packages writing byte-compilation script '/tmp/tmpjhu9no63.py' /usr/local/bin/python3.6 /tmp/tmpjhu9no63.py removing /tmp/tmpjhu9no63.py running install_egg_info running egg_info creating generate.egg-info writing generate.egg-info/PKG-INFO writing dependency_links to generate.egg-info/dependency_links.txt writing top-level names to generate.egg-info/top_level.txt writing manifest file 'generate.egg-info/SOURCES.txt' reading manifest file 'generate.egg-info/SOURCES.txt' writing manifest file 'generate.egg-info/SOURCES.txt' Copying generate.egg-info to /construction/devel/py-generate/stage/usr/local/lib/python3.6/site-packages/generate-2.2-py3.6.egg-info running install_scripts writing list of installed files to '/construction/devel/py-generate/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/generate.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: 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 py36-generate-2.6_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:51