------------------------------------------------------------------------------- -- 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/python27-2.7.17_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python27-2.7.17_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-44.0.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from py27-setuptools-44.0.0: -- 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/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:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-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 ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-gmpy2-2.0.8_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-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 ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-gmpy2-2.0.8_3 for building ===> Extracting for py27-gmpy2-2.0.8_3 => SHA256 Checksum OK for gmpy2-2.0.8.zip. Extracted Memory Use: 1.50M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-gmpy2-2.0.8_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on package: py27-setuptools>0 - found ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> py27-gmpy2-2.0.8_3 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so) ===> py27-gmpy2-2.0.8_3 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on package: py27-setuptools>0 - found ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python2.7 - found ===> py27-gmpy2-2.0.8_3 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so) ===> py27-gmpy2-2.0.8_3 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so) ===> py27-gmpy2-2.0.8_3 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so) ===> Configuring for py27-gmpy2-2.0.8_3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-gmpy2-2.0.8_3 running build running build_ext building 'gmpy2' extension creating build creating build/temp.dragonfly-5.9-x86_64-2.7 creating build/temp.dragonfly-5.9-x86_64-2.7/src cc -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -DWITHMPFR -DWITHMPC -I/usr/local/include -I/usr/local/include/python2.7 -c src/gmpy2.c -o build/temp.dragonfly-5.9-x86_64-2.7/src/gmpy2.o 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: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-2.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-2.7/src/gmpy2.o -L/usr/local/lib -L/usr/local/lib -lgmp -lmpfr -lmpc -lpython2.7 -o build/lib.dragonfly-5.9-x86_64-2.7/gmpy2.so SUCCEEDED 00:00:52 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-gmpy2-2.0.8_3 depends on package: py27-setuptools>0 - found ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-gmpy2-2.0.8_3 ===> py27-gmpy2-2.0.8_3 depends on package: py27-setuptools>0 - found ===> py27-gmpy2-2.0.8_3 depends on file: /usr/local/bin/python2.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/python2.7 creating /construction/math/py-gmpy2/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.9-x86_64-2.7/gmpy2.so -> /construction/math/py-gmpy2/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmphPG4II.py' /usr/local/bin/python2.7 -O /tmp/tmphPG4II.py removing /tmp/tmphPG4II.py running install_egg_info running egg_info creating gmpy2.egg-info writing gmpy2.egg-info/PKG-INFO writing top-level names to gmpy2.egg-info/top_level.txt writing dependency_links to gmpy2.egg-info/dependency_links.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/python2.7/site-packages/gmpy2-2.0.8-py2.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/python2.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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py27-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:01:07