------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.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/python27-2.7.18.txz ===== Message from python27-2.7.18: -- 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-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-jellyfish-0.7.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-jellyfish-0.7.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-jellyfish-0.7.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-jellyfish-0.7.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-jellyfish-0.7.2 for building => SHA256 Checksum OK for jellyfish-0.7.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-jellyfish-0.7.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-jellyfish-0.7.2 for building ===> Extracting for py27-jellyfish-0.7.2 => SHA256 Checksum OK for jellyfish-0.7.2.tar.gz. Extracted Memory Use: 0.58M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-jellyfish-0.7.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-jellyfish-0.7.2 depends on package: py27-setuptools>0 - found ===> py27-jellyfish-0.7.2 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-jellyfish-0.7.2 depends on package: py27-setuptools>0 - found ===> py27-jellyfish-0.7.2 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-jellyfish-0.7.2 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-jellyfish-0.7.2 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-2.7 creating build/lib.dragonfly-5.9-x86_64-2.7/jellyfish copying jellyfish/__init__.py -> build/lib.dragonfly-5.9-x86_64-2.7/jellyfish copying jellyfish/porter.py -> build/lib.dragonfly-5.9-x86_64-2.7/jellyfish copying jellyfish/_jellyfish.py -> build/lib.dragonfly-5.9-x86_64-2.7/jellyfish copying jellyfish/test.py -> build/lib.dragonfly-5.9-x86_64-2.7/jellyfish running build_ext building 'jellyfish.cjellyfish' extension creating build/temp.dragonfly-5.9-x86_64-2.7 creating build/temp.dragonfly-5.9-x86_64-2.7/cjellyfish cc -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCJELLYFISH_PYTHON=1 -I/usr/local/include/python2.7 -c cjellyfish/jellyfishmodule.c -o build/temp.dragonfly-5.9-x86_64-2.7/cjellyfish/jellyfishmodule.o cjellyfish/jellyfishmodule.c: In function 'normalize': cjellyfish/jellyfishmodule.c:9:47: warning: implicit declaration of function 'PyModule_GetState'; did you mean 'PyModule_GetName'? [-Wimplicit-function-declaration] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:31:29: note: in expansion of macro 'GETSTATE' unicodedata_normalize = GETSTATE(mod)->unicodedata_normalize; ^~~~~~~~ cjellyfish/jellyfishmodule.c:9:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^ cjellyfish/jellyfishmodule.c:31:29: note: in expansion of macro 'GETSTATE' unicodedata_normalize = GETSTATE(mod)->unicodedata_normalize; ^~~~~~~~ cjellyfish/jellyfishmodule.c: At top level: cjellyfish/jellyfishmodule.c:378:15: error: variable 'moduledef' has initializer but incomplete type static struct PyModuleDef moduledef = { ^~~~~~~~~~~ cjellyfish/jellyfishmodule.c:379:5: error: 'PyModuleDef_HEAD_INIT' undeclared here (not in a function); did you mean 'PyObject_HEAD_INIT'? PyModuleDef_HEAD_INIT, ^~~~~~~~~~~~~~~~~~~~~ PyObject_HEAD_INIT cjellyfish/jellyfishmodule.c:379:5: warning: excess elements in struct initializer cjellyfish/jellyfishmodule.c:379:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:380:5: warning: excess elements in struct initializer "jellyfish.cjellyfish", ^~~~~~~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:380:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:381:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:381:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:382:5: warning: excess elements in struct initializer sizeof(struct jellyfish_state), ^~~~~~ cjellyfish/jellyfishmodule.c:382:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:383:5: warning: excess elements in struct initializer jellyfish_methods, ^~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:383:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:384:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:384:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:385:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:385:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:386:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:386:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:387:5: warning: excess elements in struct initializer NULL ^~~~ cjellyfish/jellyfishmodule.c:387:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c: In function 'PyInit_cjellyfish': cjellyfish/jellyfishmodule.c:393:24: warning: implicit declaration of function 'PyModule_Create'; did you mean 'PyModule_Check'? [-Wimplicit-function-declaration] PyObject *module = PyModule_Create(&moduledef); ^~~~~~~~~~~~~~~ PyModule_Check cjellyfish/jellyfishmodule.c:393:24: warning: initialization of 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] cjellyfish/jellyfishmodule.c:9:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^ cjellyfish/jellyfishmodule.c:404:5: note: in expansion of macro 'GETSTATE' GETSTATE(module)->unicodedata_normalize = ^~~~~~~~ cjellyfish/jellyfishmodule.c: At top level: cjellyfish/jellyfishmodule.c:378:27: error: storage size of 'moduledef' isn't known static struct PyModuleDef moduledef = { ^~~~~~~~~ *************************************************************************** WARNING: C extension could not be compiled, falling back to pure Python. *************************************************************************** running build running build_py creating build/lib creating build/lib/jellyfish copying jellyfish/__init__.py -> build/lib/jellyfish copying jellyfish/porter.py -> build/lib/jellyfish copying jellyfish/_jellyfish.py -> build/lib/jellyfish copying jellyfish/test.py -> build/lib/jellyfish *************************************************************************** WARNING: C extension could not be compiled, falling back to pure Python. *************************************************************************** SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-jellyfish-0.7.2 depends on package: py27-setuptools>0 - found ===> py27-jellyfish-0.7.2 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-jellyfish-0.7.2 ===> py27-jellyfish-0.7.2 depends on package: py27-setuptools>0 - found ===> py27-jellyfish-0.7.2 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_py running build_ext building 'jellyfish.cjellyfish' extension cc -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCJELLYFISH_PYTHON=1 -I/usr/local/include/python2.7 -c cjellyfish/jellyfishmodule.c -o build/temp.dragonfly-5.9-x86_64-2.7/cjellyfish/jellyfishmodule.o cjellyfish/jellyfishmodule.c: In function 'normalize': cjellyfish/jellyfishmodule.c:9:47: warning: implicit declaration of function 'PyModule_GetState'; did you mean 'PyModule_GetName'? [-Wimplicit-function-declaration] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:31:29: note: in expansion of macro 'GETSTATE' unicodedata_normalize = GETSTATE(mod)->unicodedata_normalize; ^~~~~~~~ cjellyfish/jellyfishmodule.c:9:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^ cjellyfish/jellyfishmodule.c:31:29: note: in expansion of macro 'GETSTATE' unicodedata_normalize = GETSTATE(mod)->unicodedata_normalize; ^~~~~~~~ cjellyfish/jellyfishmodule.c: At top level: cjellyfish/jellyfishmodule.c:378:15: error: variable 'moduledef' has initializer but incomplete type static struct PyModuleDef moduledef = { ^~~~~~~~~~~ cjellyfish/jellyfishmodule.c:379:5: error: 'PyModuleDef_HEAD_INIT' undeclared here (not in a function); did you mean 'PyObject_HEAD_INIT'? PyModuleDef_HEAD_INIT, ^~~~~~~~~~~~~~~~~~~~~ PyObject_HEAD_INIT cjellyfish/jellyfishmodule.c:379:5: warning: excess elements in struct initializer cjellyfish/jellyfishmodule.c:379:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:380:5: warning: excess elements in struct initializer "jellyfish.cjellyfish", ^~~~~~~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:380:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:381:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:381:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:382:5: warning: excess elements in struct initializer sizeof(struct jellyfish_state), ^~~~~~ cjellyfish/jellyfishmodule.c:382:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:383:5: warning: excess elements in struct initializer jellyfish_methods, ^~~~~~~~~~~~~~~~~ cjellyfish/jellyfishmodule.c:383:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:384:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:384:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:385:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:385:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:386:5: warning: excess elements in struct initializer NULL, ^~~~ cjellyfish/jellyfishmodule.c:386:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c:387:5: warning: excess elements in struct initializer NULL ^~~~ cjellyfish/jellyfishmodule.c:387:5: note: (near initialization for 'moduledef') cjellyfish/jellyfishmodule.c: In function 'PyInit_cjellyfish': cjellyfish/jellyfishmodule.c:393:24: warning: implicit declaration of function 'PyModule_Create'; did you mean 'PyModule_Check'? [-Wimplicit-function-declaration] PyObject *module = PyModule_Create(&moduledef); ^~~~~~~~~~~~~~~ PyModule_Check cjellyfish/jellyfishmodule.c:393:24: warning: initialization of 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] cjellyfish/jellyfishmodule.c:9:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) ^ cjellyfish/jellyfishmodule.c:404:5: note: in expansion of macro 'GETSTATE' GETSTATE(module)->unicodedata_normalize = ^~~~~~~~ cjellyfish/jellyfishmodule.c: At top level: cjellyfish/jellyfishmodule.c:378:27: error: storage size of 'moduledef' isn't known static struct PyModuleDef moduledef = { ^~~~~~~~~ *************************************************************************** WARNING: C extension could not be compiled, falling back to pure Python. *************************************************************************** running install running build running build_py running install_lib creating /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7 creating /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish copying build/lib/jellyfish/test.py -> /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish copying build/lib/jellyfish/__init__.py -> /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish copying build/lib/jellyfish/porter.py -> /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish copying build/lib/jellyfish/_jellyfish.py -> /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish byte-compiling /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish/test.py to test.pyc byte-compiling /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish/__init__.py to __init__.pyc byte-compiling /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish/porter.py to porter.pyc byte-compiling /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish/_jellyfish.py to _jellyfish.pyc writing byte-compilation script '/tmp/tmpq9j8Co.py' /usr/local/bin/python2.7 -O /tmp/tmpq9j8Co.py removing /tmp/tmpq9j8Co.py running install_egg_info running egg_info writing jellyfish.egg-info/PKG-INFO writing top-level names to jellyfish.egg-info/top_level.txt writing dependency_links to jellyfish.egg-info/dependency_links.txt reading manifest file 'jellyfish.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '.git' found anywhere in distribution writing manifest file 'jellyfish.egg-info/SOURCES.txt' Copying jellyfish.egg-info to /construction/devel/py-jellyfish/stage/usr/local/lib/python2.7/site-packages/jellyfish-0.7.2-py2.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-jellyfish/.PLIST.pymodtmp' *************************************************************************** WARNING: C extension could not be compiled, falling back to pure Python. *************************************************************************** ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py27-jellyfish-0.7.2 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07