------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.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/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/gmp-6.2.0.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gmpy-1.17_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gmpy-1.17_1 for building => SHA256 Checksum OK for gmpy-1.17.zip. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gmpy-1.17_1 for building ===> Extracting for py37-gmpy-1.17_1 => SHA256 Checksum OK for gmpy-1.17.zip. /usr/bin/env WRKSRC=/construction/math/py-gmpy/gmpy-1.17 REWARNFILE=/construction/math/py-gmpy/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's#/usr/local#/usr/local#g' /construction/math/py-gmpy/gmpy-1.17/setup.py Extracted Memory Use: 0.71M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-gmpy-1.17_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on package: py37-setuptools>0 - found ===> py37-gmpy-1.17_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on package: py37-setuptools>0 - found ===> py37-gmpy-1.17_1 depends on file: /usr/local/bin/python3.7 - found ===> py37-gmpy-1.17_1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> Configuring for py37-gmpy-1.17_1 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-gmpy-1.17_1 running build running build_ext building 'gmpy' extension creating build creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/src cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I./src -I/usr/local/include -I/usr/local/include/python3.7m -c src/gmpy.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/gmpy.o In file included from src/gmpy.c:345: src/mpz_pylong.c: In function 'mpn_pythonhash': src/mpz_pylong.c:225:19: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] if (bit_pos <= 8*sizeof(mp_limb_t)) ^~ src/gmpy.c: In function 'Pympf_new': src/gmpy.c:914:13: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(bits < options.minprec) ^ src/gmpy.c: In function 'Pympf_ascii': src/gmpy.c:2325:28: warning: comparison of integer expressions of different signedness: 'mp_exp_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] if(the_exp >= (buflen-isnegative)) ^~ src/gmpy.c: In function 'anynum2Pympf': src/gmpy.c:2763:80: warning: operand of ?: changes signedness from 'int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare] (void *)obj, bits, (void *)newob, newob != 0 ? newob->rebits : -1); ^~ In file included from src/gmpy.c:5845: src/gmpy_mpmath.c: In function 'Pympz_mpmath_normalize': src/gmpy_mpmath.c:117:48: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_sizeinbase(lower, 2)==shift) { ^~ src/gmpy_mpmath.c:119:47: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_scan1(lower, 0)==shift-1) { ^~ src/gmpy_mpmath.c: In function 'Pympz_mpmath_create': src/gmpy_mpmath.c:267:51: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_sizeinbase(lower->z, 2)==shift) { ^~ src/gmpy_mpmath.c:269:50: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_scan1(lower->z, 0)==shift-1) { ^~ src/gmpy_mpmath.c: In function 'do_mpmath_trim': src/gmpy_mpmath.c:403:41: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_sizeinbase(lower, 2) == shift) { ^~ src/gmpy_mpmath.c:405:40: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] if(mpz_scan1(lower, 0) == shift-1) { ^~ creating build/lib.dragonfly-5.9-x86_64-3.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/gmpy.o -L/usr/local/lib -L/usr/local/lib -lgmp -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/gmpy.so SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-gmpy-1.17_1 depends on package: py37-setuptools>0 - found ===> py37-gmpy-1.17_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-gmpy-1.17_1 ===> py37-gmpy-1.17_1 depends on package: py37-setuptools>0 - found ===> py37-gmpy-1.17_1 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/math/py-gmpy/stage/usr/local/lib/python3.7 creating /construction/math/py-gmpy/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/gmpy.so -> /construction/math/py-gmpy/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmper1txfl6.py' /usr/local/bin/python3.7 /tmp/tmper1txfl6.py removing /tmp/tmper1txfl6.py running install_egg_info running egg_info creating gmpy.egg-info writing gmpy.egg-info/PKG-INFO writing dependency_links to gmpy.egg-info/dependency_links.txt writing top-level names to gmpy.egg-info/top_level.txt writing manifest file 'gmpy.egg-info/SOURCES.txt' reading manifest file 'gmpy.egg-info/SOURCES.txt' writing manifest file 'gmpy.egg-info/SOURCES.txt' Copying gmpy.egg-info to /construction/math/py-gmpy/stage/usr/local/lib/python3.7/site-packages/gmpy-1.17-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-gmpy/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.7/site-packages/gmpy.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.7/site-packages/gmpy.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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: setup.py SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-gmpy-1.17_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:01 TOTAL TIME 00:00:22