------------------------------------------------------------------------------- -- 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-pyrex-0.9.9_1.tgz Installing /packages/All/libtextstyle-0.20.1.tgz Installing /packages/All/m4-1.4.18_1,1.tgz Installing /packages/All/bison-3.4.1,1.tgz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x===> NOTICE: The bison 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:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> NOTICE: The bison 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 ===> Fetching all distfiles required by py27-bison-0.1.8_5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> NOTICE: The bison 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 ===> Fetching all distfiles required by py27-bison-0.1.8_5 for building => SHA256 Checksum OK for pybison-0.1.8.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> NOTICE: The bison 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 ===> Fetching all distfiles required by py27-bison-0.1.8_5 for building ===> Extracting for py27-bison-0.1.8_5 => SHA256 Checksum OK for pybison-0.1.8.tar.gz. Extracted Memory Use: 0.90M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-bison-0.1.8_5 ===> Applying ports patches for py27-bison-0.1.8_5 ===> Applying dragonfly patches for py27-bison-0.1.8_5 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-bison-0.1.8_5 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-bison-0.1.8_5 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-2.7 copying src/python/bison.py -> build/lib.dragonfly-5.7-x86_64-2.7 running build_ext building 'bison_' extension creating build/temp.dragonfly-5.7-x86_64-2.7 creating build/temp.dragonfly-5.7-x86_64-2.7/src creating build/temp.dragonfly-5.7-x86_64-2.7/src/pyrex creating build/temp.dragonfly-5.7-x86_64-2.7/src/c cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c src/pyrex/bison_.c -o build/temp.dragonfly-5.7-x86_64-2.7/src/pyrex/bison_.o src/pyrex/bison_.c: In function 'py_callback': src/pyrex/bison_.c:163:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] __pyx_2 = PyString_FromString(((char (*))(__pyx_v_pargs[(__pyx_v_i * 2)]))); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; goto __pyx_L2;} ^ src/pyrex/bison_.c:169:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] __pyx_v_val = ((void (*))(__pyx_v_pargs[((__pyx_v_i * 2) + 1)])); ^ src/pyrex/bison_.c: In function '__pyx_f_6bison__12ParserEngine_runEngine': src/pyrex/bison_.c:2952:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] __pyx_1 = PyInt_FromLong(((int )__pyx_v_invoid)); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; goto __pyx_L1;} ^ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c src/c/bisondynlib-linux.c -o build/temp.dragonfly-5.7-x86_64-2.7/src/c/bisondynlib-linux.o src/c/bisondynlib-linux.c: In function 'bisondynlib_run': src/c/bisondynlib-linux.c:48:13: warning: assignment to 'void (*)(PyObject *, void *, void *, int)' {aka 'void (*)(struct _object *, void *, void *, int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, void *, void *, int)' {aka 'struct _object * (*)(struct _object *, void *, void *, int)'} [-Wincompatible-pointer-types] pparser = bisondynlib_lookup_parser(handle); ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-2.7/src/pyrex/bison_.o build/temp.dragonfly-5.7-x86_64-2.7/src/c/bisondynlib-linux.o -L/usr/local/lib -lpython2.7 -o build/lib.dragonfly-5.7-x86_64-2.7/bison_.so running build_scripts creating build/scripts-2.7 copying and adjusting utils/bison2py -> build/scripts-2.7 changing mode of build/scripts-2.7/bison2py from 644 to 755 SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-bison-0.1.8_5 ===> Generating temporary packing list running install running build running build_py running build_ext running build_scripts running install_lib creating /construction/devel/py-bison/stage/usr/local/lib/python2.7 creating /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.7-x86_64-2.7/bison_.so -> /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.7-x86_64-2.7/bison.py -> /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages byte-compiling /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages/bison.py to bison.pyc writing byte-compilation script '/tmp/tmph208P1.py' /usr/local/bin/python2.7 -O /tmp/tmph208P1.py removing /tmp/tmph208P1.py running install_egg_info running egg_info creating src/python/bison.egg-info writing src/python/bison.egg-info/PKG-INFO writing top-level names to src/python/bison.egg-info/top_level.txt writing dependency_links to src/python/bison.egg-info/dependency_links.txt writing manifest file 'src/python/bison.egg-info/SOURCES.txt' reading manifest file 'src/python/bison.egg-info/SOURCES.txt' writing manifest file 'src/python/bison.egg-info/SOURCES.txt' Copying src/python/bison.egg-info to /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages/bison-0.1-py2.7.egg-info running install_scripts copying build/scripts-2.7/bison2py -> /construction/devel/py-bison/stage/usr/local/bin changing mode of /construction/devel/py-bison/stage/usr/local/bin/bison2py to 755 writing list of installed files to '/construction/devel/py-bison/.PLIST.pymodtmp' /usr/bin/strip /construction/devel/py-bison/stage/usr/local/lib/python2.7/site-packages/bison_.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python2.7/site-packages/bison_.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 py27-bison-0.1.8_5 file sizes/checksums [67]: 0% file sizes/checksums [67]: 100% packing files [67]: 0% packing files [67]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:19