------------------------------------------------------------------------------- -- 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/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== 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-41.0.1.tgz Message from py27-setuptools-41.0.1: ******************************************************************* Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. ******************************************************************* SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ py27-rxp-0.9_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ py27-rxp-0.9_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-rxp-0.9_3 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ py27-rxp-0.9_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-rxp-0.9_3 for building => SHA256 Checksum OK for pyRXP-0-9.tgz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ py27-rxp-0.9_3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by py27-rxp-0.9_3 for building ===> Extracting for py27-rxp-0.9_3 => SHA256 Checksum OK for pyRXP-0-9.tgz. Extracted Memory Use: 1.36M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-rxp-0.9_3 ===> Applying ports patches for py27-rxp-0.9_3 ===> Applying dragonfly patches for py27-rxp-0.9_3 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 py27-rxp-0.9_3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-rxp-0.9_3 running build running build_ext building 'pyRXP' extension creating build creating build/temp.dragonfly-5.7-x86_64-2.7 creating build/temp.dragonfly-5.7-x86_64-2.7/rxp cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c pyRXP.c -o build/temp.dragonfly-5.7-x86_64-2.7/pyRXP.o pyRXP.c: In function 'pyRXPParser_parse': pyRXP.c:626:15: warning: assignment to 'PyObject * (*)(int)' {aka 'struct _object * (*)(int)'} from incompatible pointer type 'PyObject * (*)(Py_ssize_t)' {aka 'struct _object * (*)(long int)'} [-Wincompatible-pointer-types] CB.Node_New = PyList_New; ^ pyRXP.c:627:14: warning: assignment to 'int (*)(PyObject *, int, PyObject *)' {aka 'int (*)(struct _object *, int, struct _object *)'} from incompatible pointer type 'int (*)(PyObject *, Py_ssize_t, PyObject *)' {aka 'int (*)(struct _object *, long int, struct _object *)'} [-Wincompatible-pointer-types] CB.SetItem = PyList_SetItem; ^ pyRXP.c:628:14: warning: assignment to 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} [-Wincompatible-pointer-types] CB.GetItem = PyList_GetItem; ^ pyRXP.c:631:15: warning: assignment to 'PyObject * (*)(int)' {aka 'struct _object * (*)(int)'} from incompatible pointer type 'PyObject * (*)(Py_ssize_t)' {aka 'struct _object * (*)(long int)'} [-Wincompatible-pointer-types] CB.Node_New = PyTuple_New; ^ pyRXP.c:632:14: warning: assignment to 'int (*)(PyObject *, int, PyObject *)' {aka 'int (*)(struct _object *, int, struct _object *)'} from incompatible pointer type 'int (*)(PyObject *, Py_ssize_t, PyObject *)' {aka 'int (*)(struct _object *, long int, struct _object *)'} [-Wincompatible-pointer-types] CB.SetItem = PyTuple_SetItem; ^ pyRXP.c:633:14: warning: assignment to 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} [-Wincompatible-pointer-types] CB.GetItem = PyTuple_GetItem; ^ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/xmlparser.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/xmlparser.o rxp/xmlparser.c: In function 'check_id': rxp/xmlparser.c:4437:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if(!(int)hash_get_value(id_entry)) ^ rxp/xmlparser.c: In function 'check_attribute_token': rxp/xmlparser.c:5059:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hash_set_value(id_entry, (void *)(a->type == AT_id)); ^ rxp/xmlparser.c:82:58: note: in definition of macro 'hash_set_value' #define hash_set_value(entry, _value) ((entry)->value = (_value)) ^~~~~~ rxp/xmlparser.c:5070:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if((int)hash_get_value(id_entry)) ^ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/url.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/url.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/charset.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/charset.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/string16.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/string16.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/ctype16.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/ctype16.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/dtd.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/dtd.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/input.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/input.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/stdio16.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/stdio16.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/system.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/system.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/hash.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/hash.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/version.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/version.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/namespaces.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/namespaces.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DCHAR_SIZE=8 -Irxp -I/usr/local/include/python2.7 -c rxp/http.c -o build/temp.dragonfly-5.7-x86_64-2.7/rxp/http.o creating build/lib.dragonfly-5.7-x86_64-2.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-2.7/pyRXP.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/xmlparser.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/url.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/charset.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/string16.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/ctype16.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/dtd.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/input.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/stdio16.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/system.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/hash.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/version.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/namespaces.o build/temp.dragonfly-5.7-x86_64-2.7/rxp/http.o -L/usr/local/lib -lpython2.7 -o build/lib.dragonfly-5.7-x86_64-2.7/pyRXP.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-rxp-0.9_3 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/textproc/py-rxp/stage/usr/local/lib/python2.7 creating /construction/textproc/py-rxp/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.7-x86_64-2.7/pyRXP.so -> /construction/textproc/py-rxp/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpXF1feE.py' /usr/local/bin/python2.7 -O /tmp/tmpXF1feE.py removing /tmp/tmpXF1feE.py running install_egg_info running egg_info creating pyRXP.egg-info writing pyRXP.egg-info/PKG-INFO writing top-level names to pyRXP.egg-info/top_level.txt writing dependency_links to pyRXP.egg-info/dependency_links.txt writing manifest file 'pyRXP.egg-info/SOURCES.txt' reading manifest file 'pyRXP.egg-info/SOURCES.txt' writing manifest file 'pyRXP.egg-info/SOURCES.txt' Copying pyRXP.egg-info to /construction/textproc/py-rxp/stage/usr/local/lib/python2.7/site-packages/pyRXP-0.5-py2.7.egg-info running install_scripts writing list of installed files to '/construction/textproc/py-rxp/.PLIST.pymodtmp' /usr/bin/strip /construction/textproc/py-rxp/stage/usr/local/lib/python2.7/site-packages/pyRXP.so install -m 0644 /construction/textproc/py-rxp/py27-rxp-0.9_3/docs/* /construction/textproc/py-rxp/stage/usr/local/share/doc/py-rxp install -m 0644 /construction/textproc/py-rxp/py27-rxp-0.9_3/examples/* /construction/textproc/py-rxp/stage/usr/local/share/examples/py-rxp ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python2.7/site-packages/pyRXP.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:00 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py27-rxp-0.9_3 file sizes/checksums [20]: 0% file sizes/checksums [20]: 100% packing files [20]: 0% packing files [20]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:49