------------------------------------------------------------------------------- -- 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. ******************************************************************* Installing /packages/All/py27-six-1.12.0.tgz Installing /packages/All/py27-protobuf-3.9.1,1.tgz Installing /packages/All/py27-simpleparse-2.2.0.tgz Message from py27-simpleparse-2.2.0: ===> NOTICE: The py27-simpleparse 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:02 ------------------------------------------------------------------------------- -- 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 py27-palm-0.1.7_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-palm-0.1.7_2 for building => SHA256 Checksum OK for palm-0.1.7.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-palm-0.1.7_2 for building ===> Extracting for py27-palm-0.1.7_2 => SHA256 Checksum OK for palm-0.1.7.tar.gz. Extracted Memory Use: 0.86M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-palm-0.1.7_2 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-palm-0.1.7_2 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-palm-0.1.7_2 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-2.7 creating build/lib.dragonfly-5.7-x86_64-2.7/palm copying palm/__init__.py -> build/lib.dragonfly-5.7-x86_64-2.7/palm creating build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc copying palm/palmc/parse.py -> build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc copying palm/palmc/main.py -> build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc copying palm/palmc/__init__.py -> build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc copying palm/palmc/codegen.py -> build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc running build_ext building 'palm.palm' extension creating build/temp.dragonfly-5.7-x86_64-2.7 creating build/temp.dragonfly-5.7-x86_64-2.7/palm cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c palm/palm.c -o build/temp.dragonfly-5.7-x86_64-2.7/palm/palm.o palm/palm.c: In function '__pyx_pf_4palm_4palm_9ProtoBase_4_get_submessage': palm/palm.c:2051:78: warning: passing argument 4 of 'pbf_get_bytes' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_bytes(__pyx_v_self->buf, __pyx_t_1, (&__pyx_v_res), (&__pyx_v_rlen)); ~^~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:49:27: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} char **out, uint64_t *length); ~~~~~~~~~~^~~~~~ palm/palm.c: In function '__pyx_pf_4palm_4palm_9ProtoBase_6_get_repeated': palm/palm.c:2339:56: warning: passing argument 3 of 'pbf_get_bytes_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_bytes_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_byte_byte_cb, ((void *)__pyx_v_sl)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:77:34: note: expected 'pbf_byte_stream_callback' {aka 'void (*)(char *, long unsigned int, void *)'} but argument is of type 'void (*)(char *, __pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(char *, long long unsigned int, void *)'} pbf_byte_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2489:58: warning: passing argument 3 of 'pbf_get_bytes_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_bytes_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_byte_string_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:77:34: note: expected 'pbf_byte_stream_callback' {aka 'void (*)(char *, long unsigned int, void *)'} but argument is of type 'void (*)(char *, __pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(char *, long long unsigned int, void *)'} pbf_byte_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2519:58: warning: passing argument 3 of 'pbf_get_bytes_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_bytes_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_byte_byte_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:77:34: note: expected 'pbf_byte_stream_callback' {aka 'void (*)(char *, long unsigned int, void *)'} but argument is of type 'void (*)(char *, __pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(char *, long long unsigned int, void *)'} pbf_byte_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2563:73: warning: passing argument 5 of 'pbf_get_signed_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_signed_integer_stream(__pyx_v_self->buf, __pyx_t_3, 1, 0, __pyx_f_4palm_4palm_signed_signed32_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:84:34: note: expected 'pbf_sint_stream_callback' {aka 'void (*)(long int, int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_int64_t, __pyx_t_4palm_4palm_int32_t, void *)' {aka 'void (*)(long long int, int, void *)'} pbf_sint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2593:73: warning: passing argument 5 of 'pbf_get_signed_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_signed_integer_stream(__pyx_v_self->buf, __pyx_t_3, 1, 1, __pyx_f_4palm_4palm_signed_signed32_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:84:34: note: expected 'pbf_sint_stream_callback' {aka 'void (*)(long int, int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_int64_t, __pyx_t_4palm_4palm_int32_t, void *)' {aka 'void (*)(long long int, int, void *)'} pbf_sint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2665:60: warning: passing argument 3 of 'pbf_get_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_integer_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_unsigned_get, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:80:34: note: expected 'pbf_uint_stream_callback' {aka 'void (*)(long unsigned int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(long long unsigned int, void *)'} pbf_uint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2709:73: warning: passing argument 5 of 'pbf_get_signed_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_signed_integer_stream(__pyx_v_self->buf, __pyx_t_3, 0, 0, __pyx_f_4palm_4palm_signed_signed64_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:84:34: note: expected 'pbf_sint_stream_callback' {aka 'void (*)(long int, int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_int64_t, __pyx_t_4palm_4palm_int32_t, void *)' {aka 'void (*)(long long int, int, void *)'} pbf_sint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2739:73: warning: passing argument 5 of 'pbf_get_signed_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_signed_integer_stream(__pyx_v_self->buf, __pyx_t_3, 0, 1, __pyx_f_4palm_4palm_signed_signed64_cb, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:84:34: note: expected 'pbf_sint_stream_callback' {aka 'void (*)(long int, int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_int64_t, __pyx_t_4palm_4palm_int32_t, void *)' {aka 'void (*)(long long int, int, void *)'} pbf_sint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2769:60: warning: passing argument 3 of 'pbf_get_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_integer_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_unsigned_double_get, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:80:34: note: expected 'pbf_uint_stream_callback' {aka 'void (*)(long unsigned int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(long long unsigned int, void *)'} pbf_uint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2799:60: warning: passing argument 3 of 'pbf_get_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_integer_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_unsigned_float_get, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:80:34: note: expected 'pbf_uint_stream_callback' {aka 'void (*)(long unsigned int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(long long unsigned int, void *)'} pbf_uint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c:2829:60: warning: passing argument 3 of 'pbf_get_integer_stream' from incompatible pointer type [-Wincompatible-pointer-types] pbf_get_integer_stream(__pyx_v_self->buf, __pyx_t_3, __pyx_f_4palm_4palm_unsigned_bool_get, ((void *)__pyx_v_l)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:80:34: note: expected 'pbf_uint_stream_callback' {aka 'void (*)(long unsigned int, void *)'} but argument is of type 'void (*)(__pyx_t_4palm_4palm_uint64_t, void *)' {aka 'void (*)(long long unsigned int, void *)'} pbf_uint_stream_callback cb, void *passthrough); ~~~~~~~~~~~~~~~~~~~~~~~~~^~ palm/palm.c: In function '__pyx_pf_4palm_4palm_9ProtoBase_8_buf_get': palm/palm.c:3177:80: warning: passing argument 4 of 'pbf_get_bytes' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_bytes(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_res), (&__pyx_v_rlen)); ~^~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:49:27: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} char **out, uint64_t *length); ~~~~~~~~~~^~~~~~ palm/palm.c:3259:80: warning: passing argument 4 of 'pbf_get_bytes' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_bytes(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_res), (&__pyx_v_rlen)); ~^~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:49:27: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} char **out, uint64_t *length); ~~~~~~~~~~^~~~~~ palm/palm.c:3528:66: warning: passing argument 3 of 'pbf_get_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_integer(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_uq)); ~^~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:51:70: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} int pbf_get_integer(pbf_protobuf *pbf, uint64_t field_num, uint64_t *res); ~~~~~~~~~~^~~ palm/palm.c:3599:66: warning: passing argument 3 of 'pbf_get_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_integer(__pyx_v_self->buf, __pyx_t_6, ((__pyx_t_4palm_4palm_uint64_t *)(&__pyx_v_db))); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:51:70: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} int pbf_get_integer(pbf_protobuf *pbf, uint64_t field_num, uint64_t *res); ~~~~~~~~~~^~~ palm/palm.c:3670:66: warning: passing argument 3 of 'pbf_get_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_integer(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_uq)); ~^~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:51:70: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} int pbf_get_integer(pbf_protobuf *pbf, uint64_t field_num, uint64_t *res); ~~~~~~~~~~^~~ palm/palm.c:3750:66: warning: passing argument 3 of 'pbf_get_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_integer(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_uq)); ~^~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:51:70: note: expected 'uint64_t *' {aka 'long unsigned int *'} but argument is of type '__pyx_t_4palm_4palm_uint64_t *' {aka 'long long unsigned int *'} int pbf_get_integer(pbf_protobuf *pbf, uint64_t field_num, uint64_t *res); ~~~~~~~~~~^~~ palm/palm.c:3839:73: warning: passing argument 3 of 'pbf_get_signed_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_signed_integer(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_sq), NULL, 0); ~^~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:54:34: note: expected 'int64_t *' {aka 'long int *'} but argument is of type '__pyx_t_4palm_4palm_int64_t *' {aka 'long long int *'} uint64_t field_num, int64_t *res, ~~~~~~~~~^~~ palm/palm.c:3910:73: warning: passing argument 3 of 'pbf_get_signed_integer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_got = pbf_get_signed_integer(__pyx_v_self->buf, __pyx_t_6, (&__pyx_v_sq), NULL, 1); ~^~~~~~~~~~~~ In file included from palm/palm.c:256: palm/palmcore.h:54:34: note: expected 'int64_t *' {aka 'long int *'} but argument is of type '__pyx_t_4palm_4palm_int64_t *' {aka 'long long int *'} uint64_t field_num, int64_t *res, ~~~~~~~~~^~~ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c palm/palmcore.c -o build/temp.dragonfly-5.7-x86_64-2.7/palm/palmcore.o palm/palmcore.c:346:15: warning: return type defaults to 'int' [-Wimplicit-int] static inline pbf_get_raw_integer(pbf_mark *cur, uint64_t *res) { ^~~~~~~~~~~~~~~~~~~ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-2.7/palm/palm.o build/temp.dragonfly-5.7-x86_64-2.7/palm/palmcore.o -L/usr/local/lib -lpython2.7 -o build/lib.dragonfly-5.7-x86_64-2.7/palm/palm.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-palm-0.1.7_2 ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/devel/py-palm/stage/usr/local/lib/python2.7 creating /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm copying build/lib.dragonfly-5.7-x86_64-2.7/palm/palm.so -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm copying build/lib.dragonfly-5.7-x86_64-2.7/palm/__init__.py -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm creating /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc copying build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc/parse.py -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc copying build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc/main.py -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc copying build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc/__init__.py -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc copying build/lib.dragonfly-5.7-x86_64-2.7/palm/palmc/codegen.py -> /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc byte-compiling /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/__init__.py to __init__.pyc byte-compiling /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc/parse.py to parse.pyc byte-compiling /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc/main.py to main.pyc byte-compiling /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc/__init__.py to __init__.pyc byte-compiling /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm/palmc/codegen.py to codegen.pyc writing byte-compilation script '/tmp/tmpr2NFfY.py' /usr/local/bin/python2.7 -O /tmp/tmpr2NFfY.py removing /tmp/tmpr2NFfY.py running install_egg_info running egg_info writing requirements to palm.egg-info/requires.txt writing palm.egg-info/PKG-INFO writing top-level names to palm.egg-info/top_level.txt writing dependency_links to palm.egg-info/dependency_links.txt writing entry points to palm.egg-info/entry_points.txt reading manifest file 'palm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'palm.egg-info/SOURCES.txt' Copying palm.egg-info to /construction/devel/py-palm/stage/usr/local/lib/python2.7/site-packages/palm-0.1.7-py2.7.egg-info running install_scripts Installing palmc script to /construction/devel/py-palm/stage/usr/local/bin writing list of installed files to '/construction/devel/py-palm/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python2.7/site-packages/palm/palm.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: 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-palm-0.1.7_2 file sizes/checksums [24]: 0% file sizes/checksums [24]: 100% packing files [24]: 0% packing files [24]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10