------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/databases/fpc-fpindexer XDG_CONFIG_HOME=/construction/databases/fpc-fpindexer HOME=/construction/databases/fpc-fpindexer TMPDIR="/tmp" PATH=/construction/databases/fpc-fpindexer/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin 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/fpc-fpindexer XDG_CONFIG_HOME=/construction/databases/fpc-fpindexer HOME=/construction/databases/fpc-fpindexer TMPDIR="/tmp" PATH=/construction/databases/fpc-fpindexer/.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 ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG " 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 ------------------------------------------------------------------------------- PP="/usr/local/bin/fpc" FPCFPMAKE="/usr/local/bin/fpc" FPCMAKE="/usr/local/bin/fpcmake" CPU_TARGET=x86_64 OS_TARGET=dragonfly COMPILER_OPTIONS="-Ur" BSDHIER=1 VERBOSE=1 INSTALL="install -m 0644" INSTALLEXE="install -s -m 555" INSTALLSCR="install -m 555" INSTALL_PREFIX="/construction/databases/fpc-fpindexer/stage/usr/local" FPC_LDPATH="/usr/bin/ld.bfd" DESTDIR=/construction/databases/fpc-fpindexer/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- FPC_I386="@comment " FPC_AMD64="" FREEBSD="@comment " PORTVERSION=3.2.0 BUILDNAME=x86_64-dragonfly OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/fpc" EXAMPLESDIR="share/examples/fpc" DATADIR="share/fpc" WWWDIR="www/fpc" ETCDIR="etc/fpc" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fpc DOCSDIR=/usr/local/share/doc/fpc EXAMPLESDIR=/usr/local/share/examples/fpc WWWDIR=/usr/local/www/fpc ETCDIR=/usr/local/etc/fpc 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 ------------------------------------------------------------------------------- UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/mpfr-4.1.0.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/ncurses-6.2.20210213.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/binutils-2.33.1_4,1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-3.2.0_1.txz ===== Message from fpc-3.2.0_1: -- 1) Add lib paths to /usr/local/etc/fpc.cfg # searchpath for libraries -Fl/usr/local/lib This is necessary for correct linking of libraries. 2) You can install additional units from: * lang/fpc-units 3) If you want to see all documentation about FreePascal, you can install * lang/fpc-docs 4) Optionally, you can install textmode IDE with Delphi support * editors/fpc-ide 5) This port add support to fp compiler to get value from FPC_LDPATH environment variable. By default fp compiler use /usr/local/bin/ld.bfd for linking binaries. If you want change this, just must be define FPC_LDPATH with path to ld tool that will be used by fp compiler. Take on mind that fpc only works with binutils on this moment but could work with another ld tool later on next versions of freepascal 6) Enjoy it ;) UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-chm-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-dblib-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-base-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-db-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-json-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-fcl-res-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-objpas-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-iconvenc-3.2.0_1.txz Installing /packages/All/fpc-fcl-xml-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-ibase-3.2.0_1.txz Installing /packages/All/libnghttp2-1.43.0.txz Installing /packages/All/ca_root_nss-3.61.txz ===== Message from ca_root_nss-3.61: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1j_1,1.txz Installing /packages/All/curl-7.75.0.txz Installing /packages/All/libevent-2.1.12.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/protobuf-3.14.0,1.txz Installing /packages/All/cyrus-sasl-2.1.27_1.txz *** Added group `cyrus' (id 60) *** Added user `cyrus' (id 60) ===== Message from cyrus-sasl-2.1.27_1: -- You can use sasldb2 for authentication, to add users use: saslpasswd2 -c username If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README NOTE: This port has been compiled with a default pwcheck_method of auxprop. If you want to authenticate your user by /etc/passwd, PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and set sasl_pwcheck_method to saslauthd after installing the Cyrus-IMAPd 2.X port. You should also check the /usr/local/lib/sasl2/*.conf files for the correct pwcheck_method. If you want to use GSSAPI mechanism, install ports/security/cyrus-sasl2-gssapi. If you want to use SRP mechanism, install ports/security/cyrus-sasl2-srp. If you want to use LDAP auxprop plugin, install ports/security/cyrus-sasl2-ldapdb. Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/uchardet-0.0.7.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/psutils-1.17_5.txz Installing /packages/All/perl5-5.32.1_1.txz Installing /packages/All/groff-1.22.4_3.txz ===== Message from groff-1.22.4_3: -- In order to be able to use the html driver, you need to install the following packages: - ghostscript - netpbm Installing /packages/All/mysql57-client-5.7.33.txz ===== Message from mysql57-client-5.7.33: -- This is the mysql CLIENT without the server. for complete server and client, please install databases/mysql57-server UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-mysql-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-odbc-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-oracle-3.2.0_1.txz Installing /packages/All/readline-8.1.0.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... UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-postgres-3.2.0_1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-pxlib-3.2.0_1.txz Installing /packages/All/sqlite3-3.34.1,1.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-sqlite-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-extra-3.2.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/fpc-rtl-generics-3.2.0_1.txz Installing /packages/All/libiconv-1.16.txz UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:00:29 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fpc-fpindexer-3.2.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fpc-fpindexer-3.2.0_1 for building => SHA256 Checksum OK for freepascal/fpc-3.2.0.source.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fpc-fpindexer-3.2.0_1 for building ===> Extracting for fpc-fpindexer-3.2.0_1 ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fpc-fpindexer-3.2.0_1 for building => SHA256 Checksum OK for freepascal/fpc-3.2.0.source.tar.gz. /usr/bin/env WRKSRC=/construction/databases/fpc-fpindexer/fpc-3.2.0 REWARNFILE=/construction/databases/fpc-fpindexer/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e '/globalunit/ {s|\.\.|/usr/local/lib/fpc/3.2.0|;}' /construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer/Makefile Extracted Memory Use: 0.36M SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fpc-fpindexer-3.2.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found ===> fpc-fpindexer-3.2.0_1 depends on executable: ppcx64 - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/dblib.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-base.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-db.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-json.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-xml.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/ibase.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/mysql.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/odbc.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/oracle.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/postgres.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/pxlib.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/sqlite.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-extra.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-generics.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on package: gmake>=4.3 - found ===> fpc-fpindexer-3.2.0_1 depends on package: libiconv>=1.14_11 - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found ===> fpc-fpindexer-3.2.0_1 depends on executable: ppcx64 - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/chm.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/dblib.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-base.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-db.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-json.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/fcl-xml.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/ibase.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/mysql.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/odbc.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/oracle.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/postgres.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/pxlib.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/sqlite.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-extra.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/lib/fpc/3.2.0/fpmkinst/x86_64-dragonfly/rtl-generics.fpm - found ===> fpc-fpindexer-3.2.0_1 depends on package: gmake>=4.3 - found ===> fpc-fpindexer-3.2.0_1 depends on package: libiconv>=1.14_11 - found ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found ===> Configuring for fpc-fpindexer-3.2.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fpc-fpindexer-3.2.0_1 gmake[2]: Entering directory '/construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer' == Package info == Package Name..... fpindexer Package Version.. 3.2.0 == Configuration info == FPC.......... /usr/local/bin/fpc FPC Version.. 3.2.0 Source CPU... x86_64 Target CPU... x86_64 Source OS.... dragonfly Target OS.... dragonfly Full Source.. x86_64-dragonfly Full Target.. x86_64-dragonfly SourceSuffix. x86_64-dragonfly TargetSuffix. x86_64-dragonfly FPC fpmake... /usr/local/bin/fpc == Directory info == Required pkgs... rtl fpmkunit Basedir......... /construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer FPCDir.......... /usr/local/lib/fpc/3.2.0 CrossBinDir..... UnitsDir........ /usr/local/lib/fpc/3.2.0/units/x86_64-dragonfly PackagesDir..... /usr/local/lib/fpc/3.2.0 GCC library..... Other library... == Tools info == As........ as Ld........ ld Ar........ ar Rc........ rc Mv........ /bin/mv Cp........ /bin/cp Rm........ /bin/rm GInstall.. /usr/bin/install Echo...... /bin/echo Shell..... /bin/sh Date...... /bin/date FPCMake... /usr/local/bin/fpcmake PPUMove... /usr/local/bin/ppumove Zip....... __missing_command_ZIPPROG == Object info == Target Loaders........ Target Units.......... Target Implicit Units. Target Programs....... Target Dirs........... Target Examples....... Target ExampleDirs.... Clean Units......... Clean Files......... Install Units....... Install Files....... == Install info == DateStr.............. 20210304 ZipName.............. fpindexer ZipPrefix............ ZipCrossPrefix....... ZipSuffix............ .x86_64-dragonfly FullZipName.......... fpindexer.x86_64-dragonfly Install FPC Package.. y Install base dir..... /construction/databases/fpc-fpindexer/stage/usr/local/lib/fpc/3.2.0 Install binary dir... /construction/databases/fpc-fpindexer/stage/usr/local/bin Install library dir.. /construction/databases/fpc-fpindexer/stage/usr/local/lib Install units dir.... /construction/databases/fpc-fpindexer/stage/usr/local/lib/fpc/3.2.0/units/x86_64-dragonfly/fpindexer Install source dir... /construction/databases/fpc-fpindexer/stage/usr/local/share/src/fpc-3.2.0/fpindexer Install doc dir...... /construction/databases/fpc-fpindexer/stage/usr/local/share/doc/fpc-3.2.0/fpindexer Install example dir.. /construction/databases/fpc-fpindexer/stage/usr/local/share/examples/fpc-3.2.0/fpindexer Install data dir..... /construction/databases/fpc-fpindexer/stage/usr/local/lib/fpc/3.2.0 Dist destination dir. /construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer Dist zip name........ /usr/local/bin/fpc fpmake.pp Free Pascal Compiler version 3.2.0 [2021/02/23] for x86_64 Copyright (c) 1993-2020 by Florian Klaempfl and others Target OS: DragonFly for x86-64 Compiling fpmake.pp Linking fpmake 78 lines compiled, 0.6 sec ./fpmake compile --localunitdir=../.. --globalunitdir=/usr/local/lib/fpc/3.2.0 --os=dragonfly --cpu=x86_64 -o -vwni -o -Ur -o -Cg -o -dx86_64 --compiler=/usr/local/bin/fpc -bu -o -dRELEASE Start compiling package fpindexer for target x86_64-dragonfly. Compiling BuildUnit_fpindexer.pp Compiling ./src/fpmasks.pp Compiling ./src/fpindexer.pp Compiling ./src/memindexdb.pp Compiling ./src/ireaderhtml.pp Compiling ./src/ireaderpas.pp Compiling ./src/ireadertxt.pp Compiling ./src/sqldbindexdb.pp Compiling ./src/sqliteindexdb.pp Compiling ./src/fbindexdb.pp Compiling ./src/pgindexdb.pp Compiling ./src/dbindexer.pp [100%] Compiled package fpindexer gmake[2]: Leaving directory '/construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fpc-fpindexer-3.2.0_1 ===> fpc-fpindexer-3.2.0_1 depends on file: /usr/local/bin/as - found ===> Generating temporary packing list gmake[2]: Entering directory '/construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer' ./fpmake install --localunitdir=../.. --globalunitdir=/usr/local/lib/fpc/3.2.0 --os=dragonfly --cpu=x86_64 -o -vwni -o -Ur -o -Cg -o -dx86_64 --compiler=/usr/local/bin/fpc -bu --prefix=/construction/databases/fpc-fpindexer/stage/usr/local --baseinstalldir=/construction/databases/fpc-fpindexer/stage/usr/local/lib/fpc/3.2.0 --unitinstalldir=/construction/databases/fpc-fpindexer/stage/usr/local/lib/fpc/3.2.0/units/x86_64-dragonfly/fpindexer Installing package fpindexer Installation package fpindexer for target x86_64-dragonfly succeeded gmake[2]: Leaving directory '/construction/databases/fpc-fpindexer/fpc-3.2.0/packages/fpindexer' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.o Error: Orphaned: lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.ppu ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /xports/databases/fpc-fpindexer FAILED 00:00:00