START databases/p5-DBD-Pg 2024-08-25T06:09:52Z ===> p5-DBD-Pg-3.17.0 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-DBD-Pg-3.17.0 depends on: postgresql-server-* -> postgresql-server-16.4 ===> Regression tests for p5-DBD-Pg-3.17.0 rm -Rf /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg; export PERL_MM_OPT="INSTALLSITELIB="/usr/local/libdata/perl5/site_perl" INSTALLSITEARCH="/usr/local/libdata/perl5/site_perl/i386-openbsd" INSTALLPRIVLIB="/usr/./libdata/perl5" INSTALLARCHLIB="\${INSTALLPRIVLIB}/i386-openbsd" INSTALLMAN1DIR="/usr/local/man/man1" INSTALLMAN3DIR="/usr/local/man/man3p" INSTALLBIN="${LOCALBASE}/bin" INSTALLSCRIPT="${INSTALLBIN}"" PERL_MM_USE_DEFAULT=1 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/p5-DBD-Pg-3.17.0_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" PERL_USE_UNSAFE_INC=1 PGDATA=/usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg PGHOST=/usr/ports/pobj/p5-DBD-Pg-3.17.0 PGDATABASE=testdb; /usr/local/bin/initdb -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -A trust --locale=C -E UTF8 --nosync; /usr/local/bin/pg_ctl start -w -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -l /usr/ports/pobj/p5-DBD-Pg-3.17.0/pg-test.log -o "-F -h '' -k /usr/ports/pobj/p5-DBD-Pg-3.17.0"; /usr/local/bin/createuser -s postgres || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i && exit 1); export PGUSER=postgres; /usr/local/bin/createdb testdb || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i && exit 1); set +e; cd /usr/ports/pobj/p5-DBD-Pg-3.17.0/DBD-Pg-3.17.0; ( make LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/usr/ports/pobj/p5-DBD-Pg-3.17.0/DBD-Pg-3.17.0/shared_libs.log DBI_DSN="dbi:Pg:dbname=testdb" DBI_PASS="" DBI_USER=`id -nu` -f Makefile test ); Q=$?; /usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i; exit $Q The files belonging to this database system will be owned by user "_pbuild". This user must also own the server process. The database cluster will be initialized with locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 20 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Berlin creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... 2024-08-25 08:10:08.110 CEST [74070] FATAL: text search configuration "french" does not exist 2024-08-25 08:10:08.110 CEST [74070] STATEMENT: ALTER TEXT SEARCH CONFIGURATION french ADD MAPPING FOR word, hword_part, hword WITH french_stem; /* * text search configuration for german language * * Copyright (c) 2007-2023, PostgreSQL Global Development Group * * src/backend/snowball/snowball.sql.in * * german and certain other macros are replaced for each language; * see the Makefile for details. * * Note: this file is read in single-user -j mode, which means that the * command terminator is semicolon-newline-newline; whenever the backend * sees that, it stops and executes what it's got. If you write a lot of * statements without empty lines between, they'll all get quoted to you * in any error message about one of them, so don't do that. Also, you * cannot write a semicolon immediately followed by an empty line in a * string literal (including a function body!) or a multiline comment. */ CREATE TEXT SEARCH DICTIONARY german_stem (TEMPLATE = snowball, Language = german , StopWords=german); child process exited with exit code 1 initdb: removing data directory "/usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg" *** Error 1 in . (/usr/ports/databases/postgresql/postgresql.port.mk:44 'do-test') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3090 '/usr/ports/pobj/p5-DBD-Pg-3.17.0/.test_done': @cd /usr/ports/databases/p5-D...) *** Error 2 in /usr/ports/databases/p5-DBD-Pg (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'test': @lock=p5-DBD-Pg-3.17.0; export _LOCKS_...) FAIL databases/p5-DBD-Pg Command 'make test' failed: 512