------------------------------------------------------------------------------- -- 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. Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.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.txz SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- 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-hunspell-0.5.5_1 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-hunspell-0.5.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-hunspell-0.5.5_1 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-hunspell-0.5.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-hunspell-0.5.5_1 for building => SHA256 Checksum OK for hunspell-0.5.5.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-hunspell-0.5.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-hunspell-0.5.5_1 for building ===> Extracting for py27-hunspell-0.5.5_1 => SHA256 Checksum OK for hunspell-0.5.5.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-hunspell-0.5.5_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-hunspell-0.5.5_1 depends on package: py27-setuptools>0 - found ===> py27-hunspell-0.5.5_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py27-hunspell-0.5.5_1 depends on shared library: libhunspell-1.7.so - found (/usr/local/lib/libhunspell-1.7.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-hunspell-0.5.5_1 depends on package: py27-setuptools>0 - found ===> py27-hunspell-0.5.5_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-hunspell-0.5.5_1 depends on shared library: libhunspell-1.7.so - found (/usr/local/lib/libhunspell-1.7.so) ===> Configuring for py27-hunspell-0.5.5_1 /usr/bin/env WRKSRC=/construction/textproc/py-hunspell/hunspell-0.5.5 REWARNFILE=/construction/textproc/py-hunspell/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -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:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-hunspell-0.5.5_1 running build running build_ext building 'hunspell' extension creating build creating build/temp.dragonfly-5.9-x86_64-2.7 cc -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -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/python2.7 -c hunspell.cpp -o build/temp.dragonfly-5.9-x86_64-2.7/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.9-x86_64-2.7 c++ -shared -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include build/temp.dragonfly-5.9-x86_64-2.7/hunspell.o -L/usr/local/lib -lhunspell-1.7 -lpython2.7 -o build/lib.dragonfly-5.9-x86_64-2.7/hunspell.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-hunspell-0.5.5_1 depends on package: py27-setuptools>0 - found ===> py27-hunspell-0.5.5_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-hunspell-0.5.5_1 ===> py27-hunspell-0.5.5_1 depends on package: py27-setuptools>0 - found ===> py27-hunspell-0.5.5_1 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/textproc/py-hunspell/stage/usr/local/lib/python2.7 creating /construction/textproc/py-hunspell/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.9-x86_64-2.7/hunspell.so -> /construction/textproc/py-hunspell/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpbUBwqa.py' /usr/local/bin/python2.7 -O /tmp/tmpbUBwqa.py removing /tmp/tmpbUBwqa.py running install_egg_info running egg_info writing hunspell.egg-info/PKG-INFO writing top-level names to hunspell.egg-info/top_level.txt writing dependency_links to hunspell.egg-info/dependency_links.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/python2.7/site-packages/hunspell-0.5.5-py2.7.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/python2.7/site-packages/hunspell-0.5.5-py2.7.egg-info" ]; then /bin/ls /construction/textproc/py-hunspell/stage/usr/local/lib/python2.7/site-packages/hunspell-0.5.5-py2.7.egg-info | while read f; do echo lib/python2.7/site-packages/hunspell-0.5.5-py2.7.egg-info/${f} >> /construction/textproc/py-hunspell/.PLIST.mktmp; done; fi; ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/hunspell.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python2.7/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/python2.7/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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py27-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:00 TOTAL TIME 00:00:20