+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/haproxy-2.8.0/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/haproxy-2.8.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for haproxy-2.8.1.tar.gz => Checksum SHA512 OK for haproxy-2.8.1.tar.gz ===> Installing dependencies for haproxy-2.8.1 ========================================================================== The supported build options for haproxy are: lua pcre pcre2 pcre2-jit prometheus ssl The currently selected options are: pcre ssl You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.haproxy (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, haproxy-2.8.1. Their current value is shown below: * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency pcre>=8.30nb1: found pcre-8.45 ===> Overriding tools for haproxy-2.8.1 ===> Extracting for haproxy-2.8.1 ===> Patching for haproxy-2.8.1 => Applying pkgsrc patches for haproxy-2.8.1 => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-Makefile => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Makefile,v 1.10 2022/07/25 06:34:30 adam Exp $ | |Do not hardcode _XOPEN_SOURCE. | |--- Makefile.orig 2022-07-22 15:29:36.000000000 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 375 (offset -34 lines). done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_proxy-t.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_proxy-t.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_haproxy_proxy-t.h,v 1.1 2021/12/09 10:36:07 jperkin Exp $ | |Avoid 'struct queue' conflict. | |--- include/haproxy/proxy-t.h.orig 2021-11-23 14:40:21.000000000 +0000 |+++ include/haproxy/proxy-t.h -------------------------- Patching file include/haproxy/proxy-t.h using Plan A... Hunk #1 succeeded at 348 (offset 7 lines). done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_queue-t.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_queue-t.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_haproxy_queue-t.h,v 1.1 2021/12/09 10:36:07 jperkin Exp $ | |Avoid 'struct queue' conflict. | |--- include/haproxy/queue-t.h.orig 2021-11-23 14:40:21.000000000 +0000 |+++ include/haproxy/queue-t.h -------------------------- Patching file include/haproxy/queue-t.h using Plan A... Hunk #1 succeeded at 28. done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_queue.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_queue.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_haproxy_queue.h,v 1.1 2021/12/09 10:36:07 jperkin Exp $ | |Avoid 'struct queue' conflict. | |--- include/haproxy/queue.h.orig 2021-11-23 14:40:21.000000000 +0000 |+++ include/haproxy/queue.h -------------------------- Patching file include/haproxy/queue.h using Plan A... Hunk #1 succeeded at 114. done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_server-t.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-include_haproxy_server-t.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_haproxy_server-t.h,v 1.2 2022/12/06 08:18:17 adam Exp $ | |Avoid 'struct queue' conflict. | |--- include/haproxy/server-t.h.orig 2022-12-01 14:16:46.000000000 +0000 |+++ include/haproxy/server-t.h -------------------------- Patching file include/haproxy/server-t.h using Plan A... Hunk #1 succeeded at 317 (offset 28 lines). done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_cli.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_cli.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_cli.c,v 1.2 2018/07/25 13:51:18 jperkin Exp $ | |Special handling for XPG4_2 on SunOS. | |--- src/cli.c.orig 2018-06-27 14:27:32.000000000 +0000 |+++ src/cli.c -------------------------- Patching file src/cli.c using Plan A... Hunk #1 succeeded at 11. done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_haproxy.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_haproxy.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_haproxy.c,v 1.4 2020/12/10 09:34:21 jperkin Exp $ | |Special handling for XPG4_2 on SunOS. | |--- src/haproxy.c.orig 2020-11-28 15:51:33.000000000 +0000 |+++ src/haproxy.c -------------------------- Patching file src/haproxy.c using Plan A... Hunk #1 succeeded at 26. done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_proto__sockpair.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_proto__sockpair.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_proto__sockpair.c,v 1.3 2022/06/17 08:07:31 adam Exp $ | |Special handling for XPG4_2 on SunOS. | |--- src/proto_sockpair.c.orig 2022-05-31 14:58:21.000000000 +0000 |+++ src/proto_sockpair.c -------------------------- Patching file src/proto_sockpair.c using Plan A... Hunk #1 succeeded at 10. done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_queue.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_queue.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_queue.c,v 1.1 2021/12/09 10:36:07 jperkin Exp $ | |Avoid 'struct queue' conflict. | |--- src/queue.c.orig 2021-11-23 14:40:21.000000000 +0000 |+++ src/queue.c -------------------------- Patching file src/queue.c using Plan A... Hunk #1 succeeded at 177 (offset -1 lines). Hunk #2 succeeded at 431 (offset 8 lines). done => Verifying /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_sock.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/net/haproxy/patches/patch-src_sock.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_sock.c,v 1.3 2022/06/17 08:07:31 adam Exp $ | |Special handling for XPG4_2 on SunOS. | |--- src/sock.c.orig 2022-05-31 14:58:21.000000000 +0000 |+++ src/sock.c -------------------------- Patching file src/sock.c using Plan A... Hunk #1 succeeded at 11. done ===> Creating toolchain wrappers for haproxy-2.8.1 ===> Configuring for haproxy-2.8.1 => Checking for portability problems in extracted files