------------------------------------------------------------------------------- -- 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 Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/hunspell-1.7.0_2.tgz SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- 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-hunspell-0.5.5_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-hunspell-0.5.5_1 for building => SHA256 Checksum OK for hunspell-0.5.5.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-hunspell-0.5.5_1 for building ===> Extracting for py36-hunspell-0.5.5_1 => SHA256 Checksum OK for hunspell-0.5.5.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-hunspell-0.5.5_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-hunspell-0.5.5_1 /usr/bin/sed -i.bak -e "s|/usr/include|/usr/local/include|" -e "s|= \['hunspell|= ['hunspell-1.7|" /construction/textproc/py-hunspell/hunspell-0.5.5/setup.py running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-hunspell-0.5.5_1 running build running build_ext building 'hunspell' extension creating build creating build/temp.dragonfly-5.7-x86_64-3.6 cc -DNDEBUG -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -D_LINUX -I/usr/local/include/hunspell -I/usr/local/include/python3.6m -c hunspell.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/hunspell.o -Wall hunspell.cpp: In function 'PyObject* HunSpell_spell(HunSpell*, PyObject*)': hunspell.cpp:145:40: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations] retvalue = self->handle->spell(word); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:131:20: note: declared here H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); ^~~~~ hunspell.cpp: In function 'PyObject* HunSpell_suggest(HunSpell*, PyObject*)': hunspell.cpp:166:51: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->suggest(&slist, word); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:141:20: note: declared here H_DEPRECATED int suggest(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:183:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_analyze(HunSpell*, PyObject*)': hunspell.cpp:201:51: warning: 'int Hunspell::analyze(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->analyze(&slist, word); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:164:20: note: declared here H_DEPRECATED int analyze(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:212:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_stem(HunSpell*, PyObject*)': hunspell.cpp:230:48: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->stem(&slist, word); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:168:20: note: declared here H_DEPRECATED int stem(char*** slst, const char* word); ^~~~ hunspell.cpp:241:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_generate(HunSpell*, PyObject*)': hunspell.cpp:259:60: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, word2); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:181:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); ^~~~~~~~ hunspell.cpp:271:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_generate2(HunSpell*, PyObject*)': hunspell.cpp:290:63: warning: 'int Hunspell::generate(char***, const char*, char**, int)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, &desc, 1); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:191:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); ^~~~~~~~ hunspell.cpp:302:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20: /usr/local/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ creating build/lib.dragonfly-5.7-x86_64-3.6 c++ -shared -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include build/temp.dragonfly-5.7-x86_64-3.6/hunspell.o -L/usr/local/lib -lhunspell-1.7 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/hunspell.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-hunspell-0.5.5_1 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/textproc/py-hunspell/stage/usr/local/lib/python3.6 creating /construction/textproc/py-hunspell/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/hunspell.so -> /construction/textproc/py-hunspell/stage/usr/local/lib/python3.6/site-packages writing byte-compilation script '/tmp/tmpkeljfnw3.py' /usr/local/bin/python3.6 /tmp/tmpkeljfnw3.py removing /tmp/tmpkeljfnw3.py running install_egg_info running egg_info writing hunspell.egg-info/PKG-INFO writing dependency_links to hunspell.egg-info/dependency_links.txt writing top-level names to hunspell.egg-info/top_level.txt reading manifest file 'hunspell.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hunspell.egg-info/SOURCES.txt' Copying hunspell.egg-info to /construction/textproc/py-hunspell/stage/usr/local/lib/python3.6/site-packages/hunspell-0.5.5-py3.6.egg-info running install_scripts writing list of installed files to '/construction/textproc/py-hunspell/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) if [ -d "/construction/textproc/py-hunspell/stage/usr/local/lib/python3.6/site-packages/hunspell-0.5.5-py3.6.egg-info" ]; then /bin/ls /construction/textproc/py-hunspell/stage/usr/local/lib/python3.6/site-packages/hunspell-0.5.5-py3.6.egg-info | while read f; do echo lib/python3.6/site-packages/hunspell-0.5.5-py3.6.egg-info/${f} >> /construction/textproc/py-hunspell/.PLIST.mktmp; done; fi; ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/hunspell.so is linked to /usr/local/lib/libtinfo.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Error: /usr/local/lib/python3.6/site-packages/hunspell.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:03 ------------------------------------------------------------------------------- -- 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-hunspell-0.5.5_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:01 TOTAL TIME 00:00:22