------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/expat-2.2.6_1.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/py36-pycparser-2.19.tgz Installing /packages/All/py36-cffi-1.12.3.tgz Installing /packages/All/librtmp-2.4.20151223_4.tgz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- 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-librtmp-0.3.0_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-librtmp-0.3.0_1 for building => SHA256 Checksum OK for python-librtmp-0.3.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-librtmp-0.3.0_1 for building ===> Extracting for py36-librtmp-0.3.0_1 => SHA256 Checksum OK for python-librtmp-0.3.0.tar.gz. Extracted Memory Use: 0.18M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-librtmp-0.3.0_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-librtmp-0.3.0_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-librtmp-0.3.0_1 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-3.6 creating build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/packet.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/rtmp.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/amf.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/aval.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/stream.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/logging.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/exceptions.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/compat.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/ffi.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp copying librtmp/utils.py -> build/lib.dragonfly-5.7-x86_64-3.6/librtmp running build_ext generating cffi module 'build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c' creating build/temp.dragonfly-5.7-x86_64-3.6 building 'librtmp._librtmp' extension creating build/temp.dragonfly-5.7-x86_64-3.6/build creating build/temp.dragonfly-5.7-x86_64-3.6/build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/src creating build/temp.dragonfly-5.7-x86_64-3.6/src/librtmp cc -DNDEBUG -pipe -I/usr/local/include -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.6m -c build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c -o build/temp.dragonfly-5.7-x86_64-3.6/build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.o build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c: In function '_cffi_d_RTMP_LogSetCallback': build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c:2524:23: warning: passing argument 1 of 'RTMP_LogSetCallback' from incompatible pointer type [-Wincompatible-pointer-types] RTMP_LogSetCallback(x0); ^~ In file included from build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c:494: /usr/local/include/librtmp/log.h:49:44: note: expected 'void (*)(int, const char *, __va_list_tag *)' but argument is of type 'void (*)(int, const char *, void *)' void RTMP_LogSetCallback(RTMP_LogCallback *cb); ~~~~~~~~~~~~~~~~~~^~ build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c: In function '_cffi_f_RTMP_LogSetCallback': build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c:2538:25: warning: passing argument 1 of 'RTMP_LogSetCallback' from incompatible pointer type [-Wincompatible-pointer-types] { RTMP_LogSetCallback(x0); } ^~ In file included from build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c:494: /usr/local/include/librtmp/log.h:49:44: note: expected 'void (*)(int, const char *, __va_list_tag *)' but argument is of type 'void (*)(int, const char *, void *)' void RTMP_LogSetCallback(RTMP_LogCallback *cb); ~~~~~~~~~~~~~~~~~~^~ cc -DNDEBUG -pipe -I/usr/local/include -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.6m -c src/librtmp/amf.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/librtmp/amf.o In file included from src/librtmp/amf.c:32: src/librtmp/bytes.h:74:2: warning: #warning "Float word order not defined, assuming the same as byte order!" [-Wcpp] #warning "Float word order not defined, assuming the same as byte order!" ^~~~~~~ cc -shared -L/usr/local/lib -pipe -I/usr/local/include -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.o build/temp.dragonfly-5.7-x86_64-3.6/src/librtmp/amf.o -L/usr/local/lib -lrtmp -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/librtmp/_librtmp.abi3.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-librtmp-0.3.0_1 ===> Generating temporary packing list running install running build running build_py running build_ext generating cffi module 'build/temp.dragonfly-5.7-x86_64-3.6/librtmp._librtmp.c' already up-to-date running install_lib creating /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6 creating /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages creating /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/_librtmp.abi3.so -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/rtmp.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/packet.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/stream.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/exceptions.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/__init__.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/logging.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/aval.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/ffi.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/utils.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/compat.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp copying build/lib.dragonfly-5.7-x86_64-3.6/librtmp/amf.py -> /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/rtmp.py to rtmp.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/packet.py to packet.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/stream.py to stream.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/exceptions.py to exceptions.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/logging.py to logging.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/aval.py to aval.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/ffi.py to ffi.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/utils.py to utils.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/compat.py to compat.cpython-36.pyc byte-compiling /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/amf.py to amf.cpython-36.pyc writing byte-compilation script '/tmp/tmpxsa1zih4.py' /usr/local/bin/python3.6 /tmp/tmpxsa1zih4.py removing /tmp/tmpxsa1zih4.py running install_egg_info running egg_info writing python_librtmp.egg-info/PKG-INFO writing dependency_links to python_librtmp.egg-info/dependency_links.txt writing requirements to python_librtmp.egg-info/requires.txt writing top-level names to python_librtmp.egg-info/top_level.txt reading manifest file 'python_librtmp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_librtmp.egg-info/SOURCES.txt' Copying python_librtmp.egg-info to /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/python_librtmp-0.3.0-py3.6.egg-info running install_scripts writing list of installed files to '/construction/multimedia/py-librtmp/.PLIST.pymodtmp' /usr/bin/strip /construction/multimedia/py-librtmp/stage/usr/local/lib/python3.6/site-packages/librtmp/_librtmp*.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/librtmp/_librtmp.abi3.so is linked to /usr/local/lib/libssl.so.9 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/python3.6/site-packages/librtmp/_librtmp.abi3.so is linked to /usr/local/lib/libcrypto.so.9 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/python3.6/site-packages/librtmp/_librtmp.abi3.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:02 ------------------------------------------------------------------------------- -- 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 py36-librtmp-0.3.0_1 file sizes/checksums [40]: 0% file sizes/checksums [40]: 100% packing files [40]: 0% packing files [40]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14