------------------------------------------------------------------------------- -- 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/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:02 ------------------------------------------------------------------------------- -- 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 py36-datrie-0.8 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-datrie-0.8 for building => SHA256 Checksum OK for datrie-0.8.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-datrie-0.8 for building ===> Extracting for py36-datrie-0.8 => SHA256 Checksum OK for datrie-0.8.tar.gz. Extracted Memory Use: 1.77M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-datrie-0.8 ===> Applying ports patches for py36-datrie-0.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-datrie-0.8 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-datrie-0.8 running build running build_clib building 'libdatrie' library creating build creating build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/libdatrie creating build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/alpha-map.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/alpha-map.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/darray.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/darray.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/dstring.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/dstring.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/fileutils.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/fileutils.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/tail.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/tail.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/trie-string.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/trie-string.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -c libdatrie/datrie/trie.c -o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/trie.o ar rcs build/temp.dragonfly-5.7-x86_64-3.6/liblibdatrie.a build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/alpha-map.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/darray.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/dstring.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/fileutils.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/tail.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/trie-string.o build/temp.dragonfly-5.7-x86_64-3.6/libdatrie/datrie/trie.o running build_ext building 'datrie' extension creating build/temp.dragonfly-5.7-x86_64-3.6/src cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -I/usr/local/include/python3.6m -c src/datrie.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/datrie.o src/datrie.c: In function '__pyx_pf_6datrie_8BaseTrie___init__': src/datrie.c:2943:53: warning: passing argument 1 of 'trie_new' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_self->_c_trie = trie_new(__pyx_v_alpha_map->_c_alpha_map); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:605: src/../libdatrie/datrie/trie.h:120:9: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' Trie * trie_new (const AlphaMap *alpha_map); ^~~~~~~~ src/datrie.c: In function '__pyx_pf_6datrie_8BaseTrie_6clear': src/datrie.c:3521:47: warning: passing argument 1 of 'trie_new' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v__c_trie = trie_new(__pyx_v_alpha_map->_c_alpha_map); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:605: src/../libdatrie/datrie/trie.h:120:9: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' Trie * trie_new (const AlphaMap *alpha_map); ^~~~~~~~ src/datrie.c: In function '__pyx_pf_6datrie_8AlphaMap___cinit__': src/datrie.c:19978:30: warning: assignment to 'struct AlphaMap *' from incompatible pointer type 'AlphaMap *' {aka 'struct _AlphaMap *'} [-Wincompatible-pointer-types] __pyx_v_self->_c_alpha_map = alpha_map_new(); ^ src/datrie.c: In function '__pyx_pf_6datrie_8AlphaMap_2__dealloc__': src/datrie.c:20035:32: warning: passing argument 1 of 'alpha_map_free' from incompatible pointer type [-Wincompatible-pointer-types] alpha_map_free(__pyx_v_self->_c_alpha_map); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:604: src/../libdatrie/datrie/alpha-map.h:72:39: note: expected 'AlphaMap *' {aka 'struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' void alpha_map_free (AlphaMap *alpha_map); ~~~~~~~~~~^~~~~~~~~ src/datrie.c: In function '__pyx_f_6datrie_8AlphaMap_copy': src/datrie.c:20398:61: warning: passing argument 1 of 'alpha_map_clone' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_clone->_c_alpha_map = alpha_map_clone(__pyx_v_self->_c_alpha_map); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:604: src/../libdatrie/datrie/alpha-map.h:70:13: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' AlphaMap * alpha_map_clone (const AlphaMap *a_map); ^~~~~~~~~~~~~~~ src/datrie.c:20398:31: warning: assignment to 'struct AlphaMap *' from incompatible pointer type 'AlphaMap *' {aka 'struct _AlphaMap *'} [-Wincompatible-pointer-types] __pyx_v_clone->_c_alpha_map = alpha_map_clone(__pyx_v_self->_c_alpha_map); ^ src/datrie.c: In function '__pyx_f_6datrie_8AlphaMap__add_range': src/datrie.c:20939:50: warning: passing argument 1 of 'alpha_map_add_range' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_code = alpha_map_add_range(__pyx_v_self->_c_alpha_map, __pyx_v_begin, __pyx_v_end); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:604: src/../libdatrie/datrie/alpha-map.h:74:45: note: expected 'AlphaMap *' {aka 'struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' int alpha_map_add_range (AlphaMap *alpha_map, ~~~~~~~~~~~^~~~~~~~~ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -I/usr/local/include/python3.6m -c src/cdatrie.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/cdatrie.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Ilibdatrie -I/usr/local/include/python3.6m -c src/stdio_ext.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/stdio_ext.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/src/datrie.o build/temp.dragonfly-5.7-x86_64-3.6/src/cdatrie.o build/temp.dragonfly-5.7-x86_64-3.6/src/stdio_ext.o -L/usr/local/lib -Lbuild/temp.dragonfly-5.7-x86_64-3.6 -lpython3.6m -llibdatrie -o build/lib.dragonfly-5.7-x86_64-3.6/datrie.so SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-datrie-0.8 ===> Generating temporary packing list running install running build running build_clib building 'libdatrie' library running build_ext running install_lib creating /construction/devel/py-datrie/stage/usr/local/lib/python3.6 creating /construction/devel/py-datrie/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/datrie.so -> /construction/devel/py-datrie/stage/usr/local/lib/python3.6/site-packages writing byte-compilation script '/tmp/tmp82vtx3pc.py' /usr/local/bin/python3.6 /tmp/tmp82vtx3pc.py removing /tmp/tmp82vtx3pc.py running install_egg_info running egg_info writing datrie.egg-info/PKG-INFO writing dependency_links to datrie.egg-info/dependency_links.txt writing top-level names to datrie.egg-info/top_level.txt reading manifest file 'datrie.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests/words100k.txt.zip' writing manifest file 'datrie.egg-info/SOURCES.txt' Copying datrie.egg-info to /construction/devel/py-datrie/stage/usr/local/lib/python3.6/site-packages/datrie-0.8-py3.6.egg-info running install_scripts writing list of installed files to '/construction/devel/py-datrie/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/datrie.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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-datrie-0.8 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:17