Building py27-ujson-1.33.txz (origin /buildshare/ports/355755/devel/py-ujson) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/ujson-1.33.zip x packages/ x packages/py27-setuptools27-2.0.1.txz x packages/python27-2.7.6_4.txz x packages/pkg-1.2.7_2.txz x packages/gettext-0.18.3.1_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> py27-ujson-1.33 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-ujson-1.33 ===> py27-ujson-1.33 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /buildshare/ports/355755/devel/py-setuptools27 ===> Installing existing package /packages/py27-setuptools27-2.0.1.txz Installing py27-setuptools27-2.0.1...Installing python27-2.7.6_4...Installing gettext-0.18.3.1_1... done done done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of py27-ujson-1.33 ===> py27-ujson-1.33 depends on file: /usr/local/bin/python2.7 - found ===> py27-ujson-1.33 depends on package: py27-setuptools27>0 - found ===> py27-ujson-1.33 depends on file: /usr/local/bin/python2.7 - found Make install ===> License BSD accepted by the user ===> py27-ujson-1.33 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-ujson-1.33 for building ===> Extracting for py27-ujson-1.33 => SHA256 Checksum OK for ujson-1.33.zip. ===> Patching for py27-ujson-1.33 ===> py27-ujson-1.33 depends on package: py27-setuptools27>0 - found ===> py27-ujson-1.33 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-ujson-1.33 running config ===> Building for py27-ujson-1.33 running build running build_ext building 'ujson' extension creating build creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7 creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7/python creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7/lib cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/ujson.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/ujson.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/objToJSON.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/objToJSON.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/JSONtoObj.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/JSONtoObj.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./lib/ultrajsonenc.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsonenc.o -D_GNU_SOURCE ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:147: warning: 'fastcall' attribute directive ignored ./lib/ultrajsonenc.c:470: warning: 'fastcall' attribute directive ignored cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./lib/ultrajsondec.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsondec.o -D_GNU_SOURCE ./lib/ultrajsondec.c:68: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:91: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:108: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:309: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:329: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:351: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:371: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:422: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:672: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:736: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:819: warning: 'fastcall' attribute directive ignored creating build/lib.freebsd-11.0-CURRENT-powerpc-2.7 cc -shared -O2 -pipe -fno-strict-aliasing build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/ujson.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/objToJSON.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/JSONtoObj.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsonenc.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsondec.o -o build/lib.freebsd-11.0-CURRENT-powerpc-2.7/ujson.so ===> Staging for py27-ujson-1.33 ===> py27-ujson-1.33 depends on package: py27-setuptools27>0 - found ===> py27-ujson-1.33 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_ext building 'ujson' extension creating build creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7 creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7/python creating build/temp.freebsd-11.0-CURRENT-powerpc-2.7/lib cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/ujson.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/ujson.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/objToJSON.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/objToJSON.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./python/JSONtoObj.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/JSONtoObj.o -D_GNU_SOURCE cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./lib/ultrajsonenc.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsonenc.o -D_GNU_SOURCE ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:71: warning: integer constant is too large for 'long' type ./lib/ultrajsonenc.c:147: warning: 'fastcall' attribute directive ignored ./lib/ultrajsonenc.c:470: warning: 'fastcall' attribute directive ignored cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -I./python -I./lib -I/usr/local/include/python2.7 -c ./lib/ultrajsondec.c -o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsondec.o -D_GNU_SOURCE ./lib/ultrajsondec.c:68: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:91: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:108: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:309: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:329: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:351: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:371: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:422: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:672: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:736: warning: 'fastcall' attribute directive ignored ./lib/ultrajsondec.c:819: warning: 'fastcall' attribute directive ignored creating build/lib.freebsd-11.0-CURRENT-powerpc-2.7 cc -shared -O2 -pipe -fno-strict-aliasing build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/ujson.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/objToJSON.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./python/JSONtoObj.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsonenc.o build/temp.freebsd-11.0-CURRENT-powerpc-2.7/./lib/ultrajsondec.o -o build/lib.freebsd-11.0-CURRENT-powerpc-2.7/ujson.so running install_lib creating /obj/buildshare/ports/355755/devel/py-ujson/work/stage/usr/local/lib/python2.7 creating /obj/buildshare/ports/355755/devel/py-ujson/work/stage/usr/local/lib/python2.7/site-packages copying build/lib.freebsd-11.0-CURRENT-powerpc-2.7/ujson.so -> /obj/buildshare/ports/355755/devel/py-ujson/work/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpbGq2OO.py' /usr/local/bin/python2.7 -O /tmp/tmpbGq2OO.py removing /tmp/tmpbGq2OO.py running install_egg_info running egg_info writing ujson.egg-info/PKG-INFO writing top-level names to ujson.egg-info/top_level.txt writing dependency_links to ujson.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'ujson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ujson.egg-info/SOURCES.txt' Copying ujson.egg-info to /obj/buildshare/ports/355755/devel/py-ujson/work/stage/usr/local/lib/python2.7/site-packages/ujson-1.33-py2.7.egg-info running install_scripts writing list of installed files to '/obj/buildshare/ports/355755/devel/py-ujson/work/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ===> Installing for py27-ujson-1.33 ===> Checking if devel/py-ujson already installed ===> Registering installation for py27-ujson-1.33 Installing py27-ujson-1.33... done Make package ===> Building package for py27-ujson-1.33 slot2: removed