------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/databases/pg_repack XDG_CONFIG_HOME=/construction/databases/pg_repack XDG_CACHE_HOME=/construction/databases/pg_repack/.cache HOME=/construction/databases/pg_repack TMPDIR="/tmp" PATH=/construction/databases/pg_repack/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/databases/pg_repack/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/databases/pg_repack XDG_CONFIG_HOME=/construction/databases/pg_repack XDG_CACHE_HOME=/construction/databases/pg_repack/.cache HOME=/construction/databases/pg_repack TMPDIR="/tmp" PATH=/construction/databases/pg_repack/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/databases/pg_repack/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/databases/pg_repack/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/pg_repack" EXAMPLESDIR="share/examples/pg_repack" DATADIR="share/pg_repack" WWWDIR="www/pg_repack" ETCDIR="etc/pg_repack" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pg_repack DOCSDIR=/usr/local/share/doc/pg_repack EXAMPLESDIR=/usr/local/share/examples/pg_repack WWWDIR=/usr/local/www/pg_repack ETCDIR=/usr/local/etc/pg_repack SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/gmake-4.3_2.pkg Installing /packages/All/icu-73.2,1.pkg Installing /packages/All/ncurses-6.4.pkg ===== Message from ncurses-6.4: -- To get the terminfo database please install the terminfo-db package: pkg install terminfo-db Installing /packages/All/readline-8.2.1.pkg Installing /packages/All/openssl-1.1.1u,1.pkg Installing /packages/All/postgresql13-client-13.11.pkg ===== Message from postgresql13-client-13.11: -- 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-psycopg2 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... Installing /packages/All/postgresql13-server-13.11.pkg ===> Creating groups. Creating group 'postgres' with gid '770'. ===> Creating users Creating user 'postgres' with uid '770'. ===> Creating homedir(s) =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher major revision (e.g. 9.6 -> 10), a dump and restore of all databases is required. This is *NOT* done by the port! See https://www.postgresql.org/docs/current/upgrading.html =========================================== ===== Message from postgresql13-server-13.11: -- For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perform vacuum on all databases nightly. Per default, it performs `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~postgres/data/postgresql.conf. If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~postgres/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~postgres/data/postgresql.conf for more info NB. If you're not using a checksumming filesystem like ZFS, you might wish to enable data checksumming. It can be enabled during the initdb phase, by adding the "--data-checksums" flag to the postgresql_initdb_flags rcvar. Otherwise you can enable it later by pg_checksums. Check the initdb(1) manpage for more info and make sure you understand the performance implications. ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql13-pg_repack-1.4.8 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql13-pg_repack-1.4.8 for building => SHA256 Checksum OK for reorg-pg_repack-ver_1.4.8_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql13-pg_repack-1.4.8 for building ===> Extracting for postgresql13-pg_repack-1.4.8 => SHA256 Checksum OK for reorg-pg_repack-ver_1.4.8_GH0.tar.gz. Extracted Memory Use: 0.58M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for postgresql13-pg_repack-1.4.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on package: gmake>=4.3 - found ===> postgresql13-pg_repack-1.4.8 depends on executable: postgres - found ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on package: gmake>=4.3 - found ===> postgresql13-pg_repack-1.4.8 depends on executable: postgres - found ===> postgresql13-pg_repack-1.4.8 depends on file: /usr/local/bin/ccache - found ===> postgresql13-pg_repack-1.4.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for postgresql13-pg_repack-1.4.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for postgresql13-pg_repack-1.4.8 gmake[1]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/bin' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o pg_repack.o pg_repack.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o pgut/pgut.o pgut/pgut.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DREPACK_VERSION=1.4.8 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o pgut/pgut-fe.o pgut/pgut-fe.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing pg_repack.o pgut/pgut.o pgut/pgut-fe.o -L/usr/local/lib -L/usr/local/lib -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib' -L/usr/local/lib -lpq -L/usr/local/lib/postgresql -lpgcommon -lpgport -lintl -lssl -lcrypto -lz -lreadline -lexecinfo -lm -o pg_repack gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/bin' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/lib' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DREPACK_VERSION=1.4.8 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o repack.o repack.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DREPACK_VERSION=1.4.8 -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o pgut/pgut-spi.o pgut/pgut-spi.c ( echo '{ global:'; /usr/bin/awk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list sed 's,REPACK_VERSION,1.4.8,g' pg_repack.sql.in \ | sed 's,relhasoids,false,g'> pg_repack--1.4.8.sql; sed 's,REPACK_VERSION,1.4.8,g' pg_repack.control.in > pg_repack.control cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wno-implicit-fallthrough -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -shared -Wl,--version-script=exports.list -o pg_repack.so repack.o pgut/pgut-spi.o -L/usr/local/lib -L/usr/local/lib -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,--as-needed -Wl,-R'/usr/local/lib' gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/lib' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/regress' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/regress' gmake[1]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8' SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> postgresql13-pg_repack-1.4.8 depends on executable: postgres - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for postgresql13-pg_repack-1.4.8 ===> postgresql13-pg_repack-1.4.8 depends on executable: postgres - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/bin' /bin/mkdir -p '/construction/databases/pg_repack/stage/usr/local/bin' /usr/bin/install -c pg_repack '/construction/databases/pg_repack/stage/usr/local/bin' gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/bin' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/lib' /bin/mkdir -p '/construction/databases/pg_repack/stage/usr/local/lib/postgresql' /bin/mkdir -p '/construction/databases/pg_repack/stage/usr/local/share/postgresql/extension' /bin/mkdir -p '/construction/databases/pg_repack/stage/usr/local/share/postgresql/extension' /usr/bin/install -c -m 755 pg_repack.so '/construction/databases/pg_repack/stage/usr/local/lib/postgresql/pg_repack.so' /usr/bin/install -c -m 644 .//pg_repack.control '/construction/databases/pg_repack/stage/usr/local/share/postgresql/extension/' /usr/bin/install -c -m 644 pg_repack--1.4.8.sql pg_repack.control '/construction/databases/pg_repack/stage/usr/local/share/postgresql/extension/' gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/lib' gmake[2]: Entering directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/regress' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8/regress' gmake[1]: Leaving directory '/construction/databases/pg_repack/pg_repack-ver_1.4.8' /usr/bin/strip /construction/databases/pg_repack/stage/usr/local/bin/pg_repack /construction/databases/pg_repack/stage/usr/local/lib/postgresql/pg_repack.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/pg_repack is linked to /usr/local/lib/libpq.so.5 from databases/postgresql13-client but it is not declared as a dependency Warning: you need USES+=pgsql Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for postgresql13-pg_repack-1.4.8 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% Service unavailablepacking files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14