------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- 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 pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmp-6.2.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/mpfr-4.0.2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/mpc-1.1.0_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found => gmpy2-2.0.8.zip doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-2.0.8.zip gmpy2-2.0.8.zip 0% of 273 kB 0 Bps gmpy2-2.0.8.zip 273 kB 19 MBps 00s ===> Fetching all distfiles required by py37-gmpy2-2.0.8_3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gmpy2-2.0.8_3 for building => SHA256 Checksum OK for gmpy2-2.0.8.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-gmpy2-2.0.8_3 for building ===> Extracting for py37-gmpy2-2.0.8_3 => SHA256 Checksum OK for gmpy2-2.0.8.zip. Extracted Memory Use: 1.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-gmpy2-2.0.8_3 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on package: py37-setuptools>0 - found ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> py37-gmpy2-2.0.8_3 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so) ===> py37-gmpy2-2.0.8_3 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on package: py37-setuptools>0 - found ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python3.7 - found ===> py37-gmpy2-2.0.8_3 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> py37-gmpy2-2.0.8_3 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so) ===> py37-gmpy2-2.0.8_3 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so) ===> Configuring for py37-gmpy2-2.0.8_3 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-gmpy2-2.0.8_3 running build running build_ext building 'gmpy2' 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 -DWITHMPFR -DWITHMPC -I/usr/local/include -I/usr/local/include/python3.7m -c src/gmpy2.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/gmpy2.o In file included from src/gmpy2.c:509: 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)) ^~ In file included from src/gmpy2.c:517: src/gmpy_convert.c: In function 'Pympc_From_PyStr': src/gmpy_convert.c:2526:20: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare] if (strlen(cp) != len) { ^~ In file included from src/gmpy2.c:529: src/gmpy_random.c: In function 'GMPY_mpfr_grandom': src/gmpy_random.c:251:5: warning: 'mpfr_grandom' is deprecated [-Wdeprecated-declarations] mpfr_grandom(Pympfr_AS_MPFR(result1), Pympfr_AS_MPFR(result2), ^~~~~~~~~~~~ In file included from src/gmpy.h:252, from src/gmpy2.c:426: /usr/local/include/mpfr.h:503:21: note: declared here __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t, ^~~~~~~~~~~~ In file included from src/gmpy2.c:541: src/gmpy_mpmath.c: In function 'Pympz_mpmath_normalize': src/gmpy_mpmath.c:160:53: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] if (mpz_sizeinbase(lower->z, 2) == shift) { ^~ src/gmpy_mpmath.c:162:52: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] if (mpz_scan1(lower->z, 0) == shift-1) { ^~ src/gmpy_mpmath.c: In function 'Pympz_mpmath_create': src/gmpy_mpmath.c:314:52: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] if (mpz_sizeinbase(lower->z, 2)==shift) { ^~ src/gmpy_mpmath.c:316:51: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] if (mpz_scan1(lower->z, 0)==shift-1) { ^~ In file included from src/gmpy2.c:555: src/gmpy_mpfr.c: In function 'Pympfr_root': src/gmpy_mpfr.c:988:5: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] result->rc = mpfr_root(result->f, Pympfr_AS_MPFR(self), n, ^~~~~~ In file included from src/gmpy.h:252, from src/gmpy2.c:426: /usr/local/include/mpfr.h:694:21: note: declared here __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, ^~~~~~~~~ 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/gmpy2.o -L/usr/local/lib -L/usr/local/lib -lgmp -lmpfr -lmpc -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/gmpy2.so SUCCEEDED 00:00:22 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-gmpy2-2.0.8_3 depends on package: py37-setuptools>0 - found ===> py37-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-gmpy2-2.0.8_3 ===> py37-gmpy2-2.0.8_3 depends on package: py37-setuptools>0 - found ===> py37-gmpy2-2.0.8_3 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-gmpy2/stage/usr/local/lib/python3.7 creating /construction/math/py-gmpy2/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/gmpy2.so -> /construction/math/py-gmpy2/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmpdilb2vt_.py' /usr/local/bin/python3.7 /tmp/tmpdilb2vt_.py removing /tmp/tmpdilb2vt_.py running install_egg_info running egg_info creating gmpy2.egg-info writing gmpy2.egg-info/PKG-INFO writing dependency_links to gmpy2.egg-info/dependency_links.txt writing top-level names to gmpy2.egg-info/top_level.txt writing manifest file 'gmpy2.egg-info/SOURCES.txt' reading manifest file 'gmpy2.egg-info/SOURCES.txt' writing manifest file 'gmpy2.egg-info/SOURCES.txt' Copying gmpy2.egg-info to /construction/math/py-gmpy2/stage/usr/local/lib/python3.7/site-packages/gmpy2-2.0.8-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-gmpy2/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/gmpy2.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: package ------------------------------------------------------------------------------- ===> Building package for py37-gmpy2-2.0.8_3 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:36