------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 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 ------------------------------------------------------------------------------- ===> The following configuration options are available for postgresql-repmgr-5.2.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/databases/postgresql-repmgr XDG_CONFIG_HOME=/construction/databases/postgresql-repmgr HOME=/construction/databases/postgresql-repmgr TMPDIR="/tmp" PATH=/construction/databases/postgresql-repmgr/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- USE_PGXS=1 XDG_DATA_HOME=/construction/databases/postgresql-repmgr XDG_CONFIG_HOME=/construction/databases/postgresql-repmgr HOME=/construction/databases/postgresql-repmgr TMPDIR="/tmp" PATH=/construction/databases/postgresql-repmgr/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes 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="-L/usr/local/lib -lintl" 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/postgresql-repmgr/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/postgresql-repmgr" EXAMPLESDIR="share/examples/postgresql-repmgr" DATADIR="share/postgresql-repmgr" WWWDIR="www/postgresql-repmgr" ETCDIR="etc/postgresql-repmgr" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/postgresql-repmgr DOCSDIR=/usr/local/share/doc/postgresql-repmgr EXAMPLESDIR=/usr/local/share/examples/postgresql-repmgr WWWDIR=/usr/local/www/postgresql-repmgr ETCDIR=/usr/local/etc/postgresql-repmgr SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.2.20210213.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/icu-68.2,1.txz Installing /packages/All/readline-8.1.0.txz Installing /packages/All/openssl-1.1.1j_1,1.txz Installing /packages/All/postgresql12-client-12.6.txz ===== Message from postgresql12-client-12.6: -- 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/postgresql12-server-12.6.txz ===> 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 postgresql12-server-12.6: -- 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 ~pgsql/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 ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/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 only be enabled during the initdb phase, by adding the "--data-checksums" flag to the postgres_initdb_flags rcvar. 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/xxhash-0.8.0.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/zstd-1.4.8.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/rsync-3.2.3.txz SUCCEEDED 00:00:21 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql-repmgr-5.2.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql-repmgr-5.2.0 for building => SHA256 Checksum OK for repmgr-5.2.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by postgresql-repmgr-5.2.0 for building ===> Extracting for postgresql-repmgr-5.2.0 => SHA256 Checksum OK for repmgr-5.2.0.tar.gz. Extracted Memory Use: 2.38M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for postgresql-repmgr-5.2.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on executable: msgfmt - found ===> postgresql-repmgr-5.2.0 depends on package: gmake>=4.3 - found ===> postgresql-repmgr-5.2.0 depends on executable: postgres - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on executable: msgfmt - found ===> postgresql-repmgr-5.2.0 depends on package: gmake>=4.3 - found ===> postgresql-repmgr-5.2.0 depends on executable: postgres - found ===> postgresql-repmgr-5.2.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for postgresql-repmgr-5.2.0 configure: loading site script /xports/Templates/config.site checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for pg_config... /usr/local/bin/pg_config configure: building against PostgreSQL PostgreSQL 12.6 checking for gnused... no checking for gsed... no checking for sed... yes configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile.global config.status: creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for postgresql-repmgr-5.2.0 gmake[1]: Entering directory '/construction/databases/postgresql-repmgr/repmgr-5.2.0' Building against PostgreSQL 12 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr.o repmgr.c sed -E 's/REPMGR_VERSION_DATE.*""/REPMGR_VERSION_DATE "2021-02-23"/' repmgr_version.h.in >repmgr_version.h; \ sed -i -E 's/PG_ACTUAL_VERSION_NUM/PG_ACTUAL_VERSION_NUM 120006/' repmgr_version.h flex -o'configfile-scan.c' configfile-scan.l cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgrd.o repmgrd.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgrd-physical.o repmgrd-physical.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-client.o repmgr-client.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-primary.o repmgr-action-primary.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-standby.o repmgr-action-standby.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-witness.o repmgr-action-witness.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-cluster.o repmgr-action-cluster.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-node.o repmgr-action-node.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-service.o repmgr-action-service.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 repmgr-action-daemon.o repmgr-action-daemon.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 configdata.o configdata.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 configfile.o configfile.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 configfile-scan.o configfile-scan.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 log.o log.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 strutil.o strutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 controldata.o controldata.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 dirutil.o dirutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 compat.o compat.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 dbutils.o dbutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -std=gnu89 -I/usr/local/include/postgresql/internal -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -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 sysutils.o sysutils.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -shared -o repmgr.so repmgr.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 configfile.c: In function 'print_event_notification_list': configfile.c:2210:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(ptr, buf.data, strlen(buf.data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configfile.c: In function 'print_tablespace_mapping': configfile.c:2240:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(ptr, buf.data, strlen(buf.data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'tablespace_data_append.isra.6', inlined from 'get_tablespace_data_barman' at repmgr-action-standby.c:7635:3, inlined from 'run_file_backup' at repmgr-action-standby.c:7062:8: repmgr-action-standby.c:7778:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(cell->oid, oid, 1 + strlen(oid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repmgr-action-standby.c: In function 'run_file_backup': repmgr-action-standby.c:7778:30: note: length computed here strncpy(cell->oid, oid, 1 + strlen(oid)); ^~~~~~~~~~~ In function 'tablespace_data_append.isra.6', inlined from 'get_tablespace_data_barman' at repmgr-action-standby.c:7635:3, inlined from 'run_file_backup' at repmgr-action-standby.c:7062:8: repmgr-action-standby.c:7779:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(cell->name, name, 1 + strlen(name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repmgr-action-standby.c: In function 'run_file_backup': repmgr-action-standby.c:7779:32: note: length computed here strncpy(cell->name, name, 1 + strlen(name)); ^~~~~~~~~~~~ In function 'tablespace_data_append.isra.6', inlined from 'get_tablespace_data_barman' at repmgr-action-standby.c:7635:3, inlined from 'run_file_backup' at repmgr-action-standby.c:7062:8: repmgr-action-standby.c:7780:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(cell->location, location, 1 + strlen(location)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repmgr-action-standby.c: In function 'run_file_backup': repmgr-action-standby.c:7780:40: note: length computed here strncpy(cell->location, location, 1 + strlen(location)); ^~~~~~~~~~~~~~~~ cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC repmgrd.o repmgrd-physical.o configdata.o configfile.o configfile-scan.o log.o dbutils.o strutil.o controldata.o compat.o sysutils.o -L/usr/local/lib -lpgcommon -lpgport -L/usr/local/lib -lpq -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' -lpgcommon -lpgport -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lm -o repmgrd cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fno-strict-aliasing -fPIC -DPIC repmgr-client.o repmgr-action-primary.o repmgr-action-standby.o repmgr-action-witness.o repmgr-action-cluster.o repmgr-action-node.o repmgr-action-service.o repmgr-action-daemon.o configdata.o configfile.o configfile-scan.o log.o strutil.o controldata.o dirutil.o compat.o dbutils.o sysutils.o -L/usr/local/lib -lpgcommon -lpgport -L/usr/local/lib -lpq -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' -lpgcommon -lpgport -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lm -o repmgr gmake[1]: Leaving directory '/construction/databases/postgresql-repmgr/repmgr-5.2.0' SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> postgresql-repmgr-5.2.0 depends on executable: rsync - found ===> postgresql-repmgr-5.2.0 depends on executable: postgres - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for postgresql-repmgr-5.2.0 ===> postgresql-repmgr-5.2.0 depends on executable: rsync - found ===> postgresql-repmgr-5.2.0 depends on executable: postgres - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/databases/postgresql-repmgr/repmgr-5.2.0' Building against PostgreSQL 12 /bin/mkdir -p '/construction/databases/postgresql-repmgr/stage/usr/local/lib/postgresql' /bin/mkdir -p '/construction/databases/postgresql-repmgr/stage/usr/local/share/postgresql/extension' /bin/mkdir -p '/construction/databases/postgresql-repmgr/stage/usr/local/share/postgresql/extension' /bin/mkdir -p '/construction/databases/postgresql-repmgr/stage/usr/local/bin' /usr/bin/install -c -m 755 repmgr.so '/construction/databases/postgresql-repmgr/stage/usr/local/lib/postgresql/repmgr.so' /usr/bin/install -c -m 644 .//repmgr.control '/construction/databases/postgresql-repmgr/stage/usr/local/share/postgresql/extension/' /usr/bin/install -c -m 644 .//repmgr--unpackaged--4.0.sql .//repmgr--unpackaged--5.1.sql .//repmgr--unpackaged--5.2.sql .//repmgr--4.0.sql .//repmgr--4.0--4.1.sql .//repmgr--4.1.sql .//repmgr--4.1--4.2.sql .//repmgr--4.2.sql .//repmgr--4.2--4.3.sql .//repmgr--4.3.sql .//repmgr--4.3--4.4.sql .//repmgr--4.4.sql .//repmgr--4.4--5.0.sql .//repmgr--5.0.sql .//repmgr--5.0--5.1.sql .//repmgr--5.1.sql .//repmgr--5.1--5.2.sql .//repmgr--5.2.sql '/construction/databases/postgresql-repmgr/stage/usr/local/share/postgresql/extension/' /usr/bin/install -c -m 755 repmgr repmgrd '/construction/databases/postgresql-repmgr/stage/usr/local/bin/' gmake[1]: Leaving directory '/construction/databases/postgresql-repmgr/repmgr-5.2.0' install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/CONTRIBUTING.md /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/COPYRIGHT /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/CREDITS /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/FAQ.md /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/HISTORY /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/LICENSE /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/PACKAGES.md /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/README.md /construction/databases/postgresql-repmgr/stage/usr/local/share/doc/postgresql-repmgr install -m 0644 /construction/databases/postgresql-repmgr/repmgr-5.2.0/repmgr.conf.sample /construction/databases/postgresql-repmgr/stage/usr/local/etc /usr/bin/strip /construction/databases/postgresql-repmgr/stage/usr/local/bin/repmgr /usr/bin/strip /construction/databases/postgresql-repmgr/stage/usr/local/bin/repmgrd /usr/bin/strip /construction/databases/postgresql-repmgr/stage/usr/local/lib/postgresql/repmgr.so ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/repmgr is linked to /usr/local/lib/libpq.so.5 from databases/postgresql12-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 postgresql-repmgr-5.2.0 file sizes/checksums [32]: 0% file sizes/checksums [32]: 100% packing files [32]: 0% packing files [32]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:41