------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.6.1,1.tgz 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/protobuf-3.9.1,1.tgz Installing /packages/All/protobuf-c-1.3.2_3.tgz Installing /packages/All/libxs-1.2.0_7.tgz Message from libxs-1.2.0_7: ===> NOTICE: The libxs 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 Installing /packages/All/wdns-0.9.1.tgz Installing /packages/All/yajl-2.1.0.tgz Installing /packages/All/nmsg-0.13.2_2.tgz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- 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-pynmsg-0.4.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pynmsg-0.4.0 for building => SHA256 Checksum OK for pynmsg-0.4.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pynmsg-0.4.0 for building ===> Extracting for py36-pynmsg-0.4.0 => SHA256 Checksum OK for pynmsg-0.4.0.tar.gz. Extracted Memory Use: 1.20M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-pynmsg-0.4.0 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-pynmsg-0.4.0 running config SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-pynmsg-0.4.0 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-3.6 copying nmsg.py -> build/lib.dragonfly-5.7-x86_64-3.6 running build_ext building '_nmsg' extension creating build/temp.dragonfly-5.7-x86_64-3.6 cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python3.6m -c _nmsg.c -o build/temp.dragonfly-5.7-x86_64-3.6/_nmsg.o _nmsg.c: In function '__pyx_pf_5_nmsg_msgmod_get_max_msgtype': _nmsg.c:1716:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_vname = nmsg_msgmod_vid_to_vname(__pyx_v_vid); ^ _nmsg.c: In function '__pyx_pf_5_nmsg_2msgmod_vid_to_vname': _nmsg.c:1837:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_vname = nmsg_msgmod_vid_to_vname(__pyx_v_vid); ^ _nmsg.c: In function '__pyx_pf_5_nmsg_6msgmod_msgtype_to_mname': _nmsg.c:2120:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_mname = nmsg_msgmod_msgtype_to_mname(__pyx_v_vid, __pyx_v_msgtype); ^ _nmsg.c: In function '__pyx_f_5_nmsg_7message_set_instance': _nmsg.c:3616:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_a = nmsg_alias_by_key(nmsg_alias_operator, __pyx_v_u); ^ _nmsg.c:3730:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_a = nmsg_alias_by_key(nmsg_alias_group, __pyx_v_u); ^ _nmsg.c: In function '__pyx_f_5_nmsg_7message_sync_fields': _nmsg.c:3981:58: warning: implicit declaration of function 'PyString_AsString'; did you mean 'PyBytes_AsString'? [-Wimplicit-function-declaration] __pyx_v_u = nmsg_alias_by_value(nmsg_alias_operator, PyString_AsString(__pyx_t_4)); ^~~~~~~~~~~~~~~~~ PyBytes_AsString _nmsg.c:3981:58: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_u = nmsg_alias_by_value(nmsg_alias_operator, PyString_AsString(__pyx_t_4)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ _nmsg.c:4034:55: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_u = nmsg_alias_by_value(nmsg_alias_group, PyString_AsString(__pyx_t_4)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ _nmsg.c: In function '__pyx_f_5_nmsg_7message_load_message': _nmsg.c:4237:92: warning: passing argument 3 of 'nmsg_message_get_field_name' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_res = nmsg_message_get_field_name(__pyx_v_self->_instance, __pyx_v_field_idx, (&__pyx_v_field_name)); ~^~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:107, from _nmsg.c:244: /usr/local/include/nmsg/message.h:338:21: note: expected 'const char **' but argument is of type 'char **' const char **field_name); ~~~~~~~~~~~~~^~~~~~~~~~ _nmsg.c:4481:125: warning: passing argument 4 of 'nmsg_message_enum_value_to_name_by_idx' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_res = nmsg_message_enum_value_to_name_by_idx(__pyx_v_self->_instance, __pyx_v_field_idx, __pyx_v_val_enum, (&__pyx_v_str_enum)); ~^~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:107, from _nmsg.c:244: /usr/local/include/nmsg/message.h:485:41: note: expected 'const char **' but argument is of type 'char **' unsigned value, const char **name); ~~~~~~~~~~~~~^~~~ _nmsg.c:4500:23: warning: implicit declaration of function 'PyString_FromStringAndSize'; did you mean 'PyBytes_FromStringAndSize'? [-Wimplicit-function-declaration] __pyx_t_1 = PyString_FromStringAndSize(__pyx_v_str_enum, strlen(__pyx_v_str_enum)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 198; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~~~~~~~~~~~~~~~~~~ PyBytes_FromStringAndSize _nmsg.c:4500:21: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_t_1 = PyString_FromStringAndSize(__pyx_v_str_enum, strlen(__pyx_v_str_enum)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 198; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ _nmsg.c:4564:19: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_t_1 = PyString_FromStringAndSize(((char *)__pyx_v_data), __pyx_v_data_len); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 204; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ _nmsg.c:4648:19: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_t_1 = PyString_FromStringAndSize(((char *)__pyx_v_data), __pyx_v_data_len); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 211; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ _nmsg.c:4687:19: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_t_1 = PyString_FromStringAndSize(((char *)__pyx_v_data), __pyx_v_data_len); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 215; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ _nmsg.c: In function '__pyx_f_5_nmsg_7message_sync_message': _nmsg.c:5694:22: warning: implicit declaration of function 'PyString_AsStringAndSize'; did you mean 'PyBytes_AsStringAndSize'? [-Wimplicit-function-declaration] __pyx_t_13 = PyString_AsStringAndSize(__pyx_t_7, (&__pyx_v_val_buf), (&__pyx_v_val_buf_len)); if (unlikely(__pyx_t_13 == -1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 305; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~~~~~~~~~~~~~~~~ PyBytes_AsStringAndSize _nmsg.c: In function '__pyx_pf_5_nmsg_7message_16to_json': _nmsg.c:6996:15: warning: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Wimplicit-function-declaration] __pyx_t_3 = PyString_FromString(__pyx_v_s); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 404; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~~~~~~~~~~~ PyLong_FromString _nmsg.c:6996:13: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_t_3 = PyString_FromString(__pyx_v_s); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 404; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ _nmsg.c: In function '__pyx_pf_5_nmsg_13_json_message___init__': _nmsg.c:8160:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_s = PyString_AsString(__pyx_v_json); ^ _nmsg.c: In function '__pyx_pf_5_nmsg_8_msgtype___init__': _nmsg.c:11480:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_vname_str = nmsg_msgmod_vid_to_vname(__pyx_v_vid); ^ _nmsg.c:11562:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_mname_str = nmsg_msgmod_msgtype_to_mname(__pyx_v_vid, __pyx_v_msgtype); ^ _nmsg.c: In function '__pyx_pf_5_nmsg_9nullinput_6read': _nmsg.c:12837:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] __pyx_v_res = nmsg_input_read_null(__pyx_v_self->_instance, ((uint8_t *)PyString_AsString(__pyx_v_buf)), __pyx_t_3, NULL, (&__pyx_v__msgarray), (&__pyx_v_n_msg)); ^ _nmsg.c: In function '__pyx_pf_5_nmsg_5input_24set_filter_operator': _nmsg.c:14854:63: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_operator = nmsg_alias_by_value(nmsg_alias_operator, PyString_AsString(__pyx_v_s_operator)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ _nmsg.c: In function '__pyx_pf_5_nmsg_5input_26set_filter_group': _nmsg.c:14995:57: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_group = nmsg_alias_by_value(nmsg_alias_group, PyString_AsString(__pyx_v_s_group)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ _nmsg.c: In function '__pyx_pf_5_nmsg_2io_18set_filter_operator': _nmsg.c:17448:63: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_operator = nmsg_alias_by_value(nmsg_alias_operator, PyString_AsString(__pyx_v_s_operator)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ _nmsg.c: In function '__pyx_pf_5_nmsg_2io_20set_filter_group': _nmsg.c:17564:57: warning: passing argument 2 of 'nmsg_alias_by_value' makes pointer from integer without a cast [-Wint-conversion] __pyx_v_group = nmsg_alias_by_value(nmsg_alias_group, PyString_AsString(__pyx_v_s_group)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/nmsg.h:96, from _nmsg.c:244: /usr/local/include/nmsg/alias.h:58:50: note: expected 'const char *' but argument is of type 'int' nmsg_alias_by_value(nmsg_alias_e ae, const char *value); ~~~~~~~~~~~~^~~~~ cc -shared -pipe -O2 -fno-strict-aliasing -I/usr/local/include build/temp.dragonfly-5.7-x86_64-3.6/_nmsg.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/_nmsg.so SUCCEEDED 00:00:41 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-pynmsg-0.4.0 ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/net/py-pynmsg/stage/usr/local/lib/python3.6 creating /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/_nmsg.so -> /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages copying build/lib.dragonfly-5.7-x86_64-3.6/nmsg.py -> /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages byte-compiling /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages/nmsg.py to nmsg.cpython-36.pyc writing byte-compilation script '/tmp/tmppgb15n4m.py' /usr/local/bin/python3.6 /tmp/tmppgb15n4m.py removing /tmp/tmppgb15n4m.py running install_egg_info running egg_info creating pynmsg.egg-info writing pynmsg.egg-info/PKG-INFO writing dependency_links to pynmsg.egg-info/dependency_links.txt writing top-level names to pynmsg.egg-info/top_level.txt writing manifest file 'pynmsg.egg-info/SOURCES.txt' reading manifest file 'pynmsg.egg-info/SOURCES.txt' writing manifest file 'pynmsg.egg-info/SOURCES.txt' Copying pynmsg.egg-info to /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages/pynmsg-0.4.0-py3.6.egg-info running install_scripts writing list of installed files to '/construction/net/py-pynmsg/.PLIST.pymodtmp' /usr/bin/strip /construction/net/py-pynmsg/stage/usr/local/lib/python3.6/site-packages/_nmsg.so /bin/mkdir -p /construction/net/py-pynmsg/stage/usr/local/share/examples/py36-pynmsg (cd /construction/net/py-pynmsg/pynmsg-0.4.0/examples && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/net/py-pynmsg/stage/usr/local/share/examples/py36-pynmsg) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/_nmsg.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:10 ------------------------------------------------------------------------------- -- 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-pynmsg-0.4.0 file sizes/checksums [17]: 0% file sizes/checksums [17]: 100% packing files [17]: 0% packing files [17]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:06