------------------------------------------------------------------------------- -- 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:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8 for building => SHA256 Checksum OK for datrie-0.8.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8 for building ===> Extracting for py37-datrie-0.8 => SHA256 Checksum OK for datrie-0.8.tar.gz. Extracted Memory Use: 1.77M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-datrie-0.8 ===> Applying ports patches for py37-datrie-0.8 ===> Cleanly applied ports patch(es) patch-setup.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-datrie-0.8 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-datrie-0.8 running build running build_clib building 'libdatrie' library creating build creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/libdatrie creating build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie 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 -Ilibdatrie -c libdatrie/datrie/alpha-map.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/alpha-map.o libdatrie/datrie/alpha-map.c: In function 'alpha_map_char_to_trie': libdatrie/datrie/alpha-map.c:500:21: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'AlphaChar' {aka 'unsigned int'} [-Wsign-compare] if (alpha_begin <= ac && ac <= alpha_map->alpha_end) ^~ 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 -Ilibdatrie -c libdatrie/datrie/darray.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/darray.o libdatrie/datrie/darray.c: In function 'da_fread': libdatrie/datrie/darray.c:239:22: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'long unsigned int' [-Wsign-compare] if (d->num_cells > SIZE_MAX / sizeof (DACell)) ^ 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 -Ilibdatrie -c libdatrie/datrie/dstring.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/dstring.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 -Ilibdatrie -c libdatrie/datrie/fileutils.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/fileutils.o libdatrie/datrie/fileutils.c: In function 'file_read_chars': libdatrie/datrie/fileutils.c:103:52: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] return (fread (buff, sizeof (char), len, file) == len); ^~ libdatrie/datrie/fileutils.c: In function 'file_write_chars': libdatrie/datrie/fileutils.c:109:53: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] return (fwrite (buff, sizeof (char), len, file) == len); ^~ 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 -Ilibdatrie -c libdatrie/datrie/tail.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/tail.o libdatrie/datrie/tail.c: In function 'tail_fread': libdatrie/datrie/tail.c:144:22: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'long unsigned int' [-Wsign-compare] if (t->num_tails > SIZE_MAX / sizeof (TailBlock)) ^ 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 -Ilibdatrie -c libdatrie/datrie/trie-string.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie-string.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 -Ilibdatrie -c libdatrie/datrie/trie.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie.o ar rcs build/temp.dragonfly-5.9-x86_64-3.7/liblibdatrie.a build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/alpha-map.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/darray.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/dstring.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/fileutils.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/tail.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie-string.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie.o running build_ext building 'datrie' extension creating build/temp.dragonfly-5.9-x86_64-3.7/src 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 -Ilibdatrie -I/usr/local/include/python3.7m -c src/datrie.c -o build/temp.dragonfly-5.9-x86_64-3.7/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 -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 -Ilibdatrie -I/usr/local/include/python3.7m -c src/cdatrie.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/cdatrie.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 -Ilibdatrie -I/usr/local/include/python3.7m -c src/stdio_ext.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/stdio_ext.o 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/src/datrie.o build/temp.dragonfly-5.9-x86_64-3.7/src/cdatrie.o build/temp.dragonfly-5.9-x86_64-3.7/src/stdio_ext.o -L/usr/local/lib -Lbuild/temp.dragonfly-5.9-x86_64-3.7 -lpython3.7m -llibdatrie -o build/lib.dragonfly-5.9-x86_64-3.7/datrie.so SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-datrie-0.8 ===> py37-datrie-0.8 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8 depends on file: /usr/local/bin/python3.7 - found ===> 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.7 creating /construction/devel/py-datrie/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/datrie.so -> /construction/devel/py-datrie/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmpx9eezb30.py' /usr/local/bin/python3.7 /tmp/tmpx9eezb30.py removing /tmp/tmpx9eezb30.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.7/site-packages/datrie-0.8-py3.7.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) Warning: 'lib/python3.7/site-packages/datrie.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.7/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: package ------------------------------------------------------------------------------- ===> Building package for py37-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:01 TOTAL TIME 00:00:24