=>> Building textproc/docbook2mdoc build started at Thu Dec 12 23:57:13 PST 2024 port directory: /usr/ports/textproc/docbook2mdoc package name: docbook2mdoc-1.1.0_2 building for: FreeBSD 142amd64-default-open-job-04 14.2-RELEASE FreeBSD 14.2-RELEASE amd64 maintained by: bapt@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 495 Oct 24 19:16 /usr/ports/textproc/docbook2mdoc/Makefile Ports top last git commit: 4052e19422 Ports top unclean checkout: no Port dir last git commit: fdf9b89217 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.2 Host OSVERSION: 1402000 Jail OSVERSION: 1402000 Job Id: 04 ---Begin Environment--- SHELL=/bin/sh OSVERSION=1402000 UNAME_v=FreeBSD 14.2-RELEASE UNAME_r=14.2-RELEASE BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 LOCALBASE=/usr/local USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.2 MASTERMNT=/usr/local/poudriere/data/.m/142amd64-default-open/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=screen GID=0 OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 UID=0 PWD=/usr/local/poudriere/data/.m/142amd64-default-open/04/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=142amd64-default-open SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/142amd64-default-open/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.2 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- bapt@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.cache HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work XDG_CACHE_HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.cache HOME=/wrkdirs/usr/ports/textproc/docbook2mdoc/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/textproc/docbook2mdoc/work/.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 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " 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" --End MAKE_ENV-- --PLIST_SUB-- OSREL=14.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/docbook2mdoc" EXAMPLESDIR="share/examples/docbook2mdoc" DATADIR="share/docbook2mdoc" WWWDIR="www/docbook2mdoc" ETCDIR="etc/docbook2mdoc" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/docbook2mdoc DOCSDIR=/usr/local/share/doc/docbook2mdoc EXAMPLESDIR=/usr/local/share/examples/docbook2mdoc WWWDIR=/usr/local/www/docbook2mdoc ETCDIR=/usr/local/etc/docbook2mdoc --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### #### # https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk DEFAULT_VERSIONS+=python=3.11 python3=3.11 DEFAULT_VERSIONS+=pgsql=16 DEFAULT_VERSIONS+=samba=4.16 # MariaDB 10.6 DEFAULT_VERSIONS+=mysql=10.11m #DEFAULT_VERSIONS+=ssl=openssl DEFAULT_VERSIONS+=go=1.21 .if ${.CURDIR:M*/devel/git} FLAVOR=lite .endif # until libressl update is fixed... use base #.if ${.CURDIR:C/.*\/security\/py-cryptography//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/security\/p5-Net-SSLeay//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/lang\/rust//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #OPTIONS_SET+=GSSAPI_NONE #OPTIONS_UNSET+=X11 #### #### # https://gist.github.com/fyfe/e6f667d38e3a2249f21723269c3faacc #DEFAULT_VERSIONS+=ssl=libressl DEFAULT_VERSIONS+=ssl=openssl OPTIONS_SET+=GSSAPI_NONE OPTIONS_UNSET+=GSSAPI_BASE X11 # until libressl update is fixed... use base #.if ${.CURDIR:C/.*\/security\/py-cryptography//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/security\/libssh2//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/lang\/rust//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif # see if we can use openssl with nginx (for certbot) #.if ${.CURDIR:C/.*\/www\/nginx//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #### Misc Poudriere #### .include "/etc/make.conf.ports_env" DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 63651 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited pipebuf (-y) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> License ISCL accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> docbook2mdoc-1.1.0_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.21.3.pkg [142amd64-default-open-job-04] Installing pkg-1.21.3... [142amd64-default-open-job-04] Extracting pkg-1.21.3: .......... done ===> docbook2mdoc-1.1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of docbook2mdoc-1.1.0_2 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License ISCL accepted by the user ===> Fetching all distfiles required by docbook2mdoc-1.1.0_2 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License ISCL accepted by the user ===> Fetching all distfiles required by docbook2mdoc-1.1.0_2 for building => SHA256 Checksum OK for docbook2mdoc-1.1.0.tgz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> License ISCL accepted by the user ===> Fetching all distfiles required by docbook2mdoc-1.1.0_2 for building ===> Extracting for docbook2mdoc-1.1.0_2 => SHA256 Checksum OK for docbook2mdoc-1.1.0.tgz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Patching for docbook2mdoc-1.1.0_2 ===> Applying FreeBSD patches for docbook2mdoc-1.1.0_2 from /usr/ports/textproc/docbook2mdoc/files =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Configuring for docbook2mdoc-1.1.0_2 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Building for docbook2mdoc-1.1.0_2 cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c xmalloc.c -o xmalloc.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c node.c -o node.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c parse.c -o parse.o parse.c:1038:45: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 1038 | if (save_fname == NULL && (fname = dirname(fname)) != NULL && | ^~~~~ /usr/include/libgen.h:61:71: note: expanded from macro 'dirname' 61 | #define dirname(x) __generic(x, const char *, __old_dirname, dirname)(x) | ^ /usr/include/libgen.h:56:27: note: passing argument to parameter here 56 | char *__old_dirname(char *); | ^ 1 warning generated. cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c reorg.c -o reorg.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c macro.c -o macro.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c docbook2mdoc.c -o docbook2mdoc.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c tree.c -o tree.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -c main.c -o main.o main.c:114:38: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 114 | if (fd == -1 && (bname = basename(fname)) != NULL) | ^~~~~ /usr/include/libgen.h:60:74: note: expanded from macro 'basename' 60 | #define basename(x) __generic(x, const char *, __old_basename, basename)(x) | ^ /usr/include/libgen.h:55:28: note: passing argument to parameter here 55 | char *__old_basename(char *); | ^ 1 warning generated. cc -g -o docbook2mdoc xmalloc.o node.o parse.o reorg.o macro.o docbook2mdoc.o tree.o main.o =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Staging for docbook2mdoc-1.1.0_2 ===> Generating temporary packing list mkdir -p /wrkdirs/usr/ports/textproc/docbook2mdoc/work/stage/usr/local/bin mkdir -p /wrkdirs/usr/ports/textproc/docbook2mdoc/work/stage/usr/local/share/man/man1 install -m 0755 docbook2mdoc /wrkdirs/usr/ports/textproc/docbook2mdoc/work/stage/usr/local/bin install -m 0444 docbook2mdoc.1 /wrkdirs/usr/ports/textproc/docbook2mdoc/work/stage/usr/local/share/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===== env: 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2024-12-13T07:57:13+0000' 'PKG_NOTE_ports_top_git_hash=4052e19422' 'PKG_NOTE_ports_top_checkout_unclean=no' 'PKG_NOTE_port_git_hash=fdf9b89217' 'PKG_NOTE_port_checkout_unclean=no' 'PKG_NOTE_built_by=poudriere-git-3.4.2' NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Building packages for docbook2mdoc-1.1.0_2 ===> Building docbook2mdoc-1.1.0_2 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for docbook2mdoc-1.1.0_2 build of textproc/docbook2mdoc | docbook2mdoc-1.1.0_2 ended at Thu Dec 12 23:57:14 PST 2024 build time: 00:00:02