Building hashtypes-0.1.1_1.txz (origin /buildshare/ports/355755/databases/hashtypes) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/hashtypes-0.1.1.zip x packages/ x packages/libxml2-2.9.1_1.txz x packages/postgresql92-client-9.2.8_1.txz x packages/gettext-0.18.3.1_1.txz x packages/pkg-1.2.7_2.txz x packages/gmake-3.82_1.txz x packages/pkgconf-0.9.5.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> hashtypes-0.1.1_1 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 hashtypes-0.1.1_1 ===> hashtypes-0.1.1_1 depends on shared library: libpq.so.5 - not found ===> Verifying for libpq.so.5 in /buildshare/ports/355755/databases/postgresql92-client ===> Installing existing package /packages/postgresql92-client-9.2.8_1.txz Installing postgresql92-client-9.2.8_1...Installing gettext-0.18.3.1_1... done Installing libxml2-2.9.1_1... done done The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-PyGreSQL For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... ===> Returning to build of hashtypes-0.1.1_1 ===> hashtypes-0.1.1_1 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1... done ===> Returning to build of hashtypes-0.1.1_1 Make install ===> hashtypes-0.1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hashtypes-0.1.1_1 for building ===> Extracting for hashtypes-0.1.1_1 => SHA256 Checksum OK for hashtypes-0.1.1.zip. ===> Patching for hashtypes-0.1.1_1 ===> hashtypes-0.1.1_1 depends on executable: gmake - found ===> hashtypes-0.1.1_1 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) ===> Configuring for hashtypes-0.1.1_1 ===> Building for hashtypes-0.1.1_1 gmake[1]: Entering directory `/obj/buildshare/ports/355755/databases/hashtypes/work/hashtypes-0.1.1' > sql/hashtypes--0.1.1.sql.in sed -e "s/@SHATYPE@/1/g" -e "s/@SHALENGTH@/20/g" sql/sha.sql.type >> sql/hashtypes--0.1.1.sql.in ; sed -e "s/@SHATYPE@/224/g" -e "s/@SHALENGTH@/28/g" sql/sha.sql.type >> sql/hashtypes--0.1.1.sql.in ; sed -e "s/@SHATYPE@/256/g" -e "s/@SHALENGTH@/32/g" sql/sha.sql.type >> sql/hashtypes--0.1.1.sql.in ; sed -e "s/@SHATYPE@/384/g" -e "s/@SHALENGTH@/48/g" sql/sha.sql.type >> sql/hashtypes--0.1.1.sql.in ; sed -e "s/@SHATYPE@/512/g" -e "s/@SHALENGTH@/64/g" sql/sha.sql.type >> sql/hashtypes--0.1.1.sql.in ; cat sql/md5.sql >> sql/hashtypes--0.1.1.sql.in cat sql/crc32.sql >> sql/hashtypes--0.1.1.sql.in sed 's,MODULE_PATHNAME,$libdir/sql/hashtypes--0.1.1,g' sql/hashtypes--0.1.1.sql.in >sql/hashtypes--0.1.1.sql cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/common.o src/common.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/md5.o src/md5.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/crc32.o src/crc32.c src/crc32.c:12: warning: no previous prototype for 'crc32_in' src/crc32.c: In function 'crc32_in': src/crc32.c:22: warning: ISO C90 forbids mixed declarations and code src/crc32.c:27: warning: ISO C90 forbids mixed declarations and code src/crc32.c:38: warning: assignment makes pointer from integer without a cast src/crc32.c: At top level: src/crc32.c:46: warning: no previous prototype for 'crc32_out' src/crc32.c: In function 'crc32_out': src/crc32.c:47: warning: initialization makes pointer from integer without a cast src/crc32.c:49: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'crc32 *' src/crc32.c:49: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'crc32 *' rm -f src/sha1.c && ln -s sha.c src/sha1.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=1 -DSHA_LENGTH=20 -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/sha1.o src/sha1.c rm -f src/sha224.c && ln -s sha.c src/sha224.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=224 -DSHA_LENGTH=28 -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/sha224.o src/sha224.c rm -f src/sha256.c && ln -s sha.c src/sha256.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=256 -DSHA_LENGTH=32 -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/sha256.o src/sha256.c rm -f src/sha384.c && ln -s sha.c src/sha384.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=384 -DSHA_LENGTH=48 -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/sha384.o src/sha384.c rm -f src/sha512.c && ln -s sha.c src/sha512.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -DSHA_NAME=512 -DSHA_LENGTH=64 -I. -I. -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -c -o src/sha512.o src/sha512.c cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -fPIC -DPIC -shared -o hashtypes.so src/common.o src/md5.o src/crc32.o src/sha1.o src/sha224.o src/sha256.o src/sha384.o src/sha512.o -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/lib -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/databases/hashtypes/work/hashtypes-0.1.1' ===> Staging for hashtypes-0.1.1_1 ===> Generating temporary packing list gmake[1]: Entering directory `/obj/buildshare/ports/355755/databases/hashtypes/work/hashtypes-0.1.1' /bin/mkdir -p '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/lib/postgresql' /bin/mkdir -p '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/postgresql/extension' /bin/mkdir -p '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/postgresql/extension' /bin/mkdir -p '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/lib/postgresql' /bin/mkdir -p '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/doc/postgresql/extension' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 755 hashtypes.so '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/lib/postgresql/hashtypes.so' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./hashtypes.control '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/postgresql/extension/' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 sql/hashtypes--0.1.1.sql '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/postgresql/extension/' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 755 hashtypes.so '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/lib/postgresql/' /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./README.hashtypes '/obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/doc/postgresql/extension/' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/databases/hashtypes/work/hashtypes-0.1.1' install -o root -g wheel -m 444 /obj/buildshare/ports/355755/databases/hashtypes/work/hashtypes-0.1.1/hashtypes.control /obj/buildshare/ports/355755/databases/hashtypes/work/stage/usr/local/share/postgresql/extension ====> Compressing man pages (compress-man) ===> Installing for hashtypes-0.1.1_1 ===> Checking if databases/hashtypes already installed ===> Registering installation for hashtypes-0.1.1_1 Installing hashtypes-0.1.1_1... done Make package ===> Building package for hashtypes-0.1.1_1 slot1: removed