+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mysql-client-8.0.40/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mysql-client-8.0.40/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for mysql-boost-8.0.40.tar.gz
=> Checksum SHA512 OK for mysql-boost-8.0.40.tar.gz
===> Installing dependencies for mysql-client-8.0.40
==========================================================================
The following variables will affect the build process of this package,
mysql-client-8.0.40.  Their current value is shown below:

        * CURSES_DEFAULT = ncurses
        * READLINE_DEFAULT = readline
        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /usr/pkg/etc/openssl/certs
        * SSLDIR = /usr/pkg/etc/openssl
        * SSLKEYS = /usr/pkg/etc/openssl/private
        * VARBASE = /var

Based on these variables, the following variables have been set:

        * CURSES_TYPE = ncurses
        * READLINE_TYPE = readline
        * TERMCAP_TYPE = curses

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 cmake>=0: found cmake-3.31.3
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency bison>=1.0: found bison-3.8.2nb1
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.3.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency perl>=5.0: found perl-5.40.0nb1
=> Full dependency curl>=8.11.0nb2: found curl-8.11.1nb1
=> Full dependency icu>=76.1: found icu-76.1nb1
=> Full dependency libevent>=2.1.12nb1: found libevent-2.1.12nb2
=> Full dependency libfido2>=1.14.0: found libfido2-1.15.0
=> Full dependency lz4>=1.7.3<100: found lz4-1.10.0
=> Full dependency ncurses>=6.5: found ncurses-6.5
=> Full dependency openssl>=3: found openssl-3.4.0
=> Full dependency readline>=6.0: found readline-8.2nb2
=> Full dependency zlib>=1.2.11: found zlib-1.3.1
=> Full dependency zstd>=1.3.6: found zstd-1.5.6
=> Full dependency cyrus-sasl>=2.1.12: found cyrus-sasl-2.1.28nb1
=> Full dependency libcbor>=0.8.0: found libcbor-0.11.0
=> Full dependency libidn2>=2.0.0: found libidn2-2.3.7
=> Full dependency libssh2>=0.18: found libssh2-1.11.1
=> Full dependency libunistring>=0.9.3: found libunistring-1.2
=> Full dependency libxml2>=2.6.2: found libxml2-2.12.9nb3
=> Full dependency nghttp2>=1.0.0: found nghttp2-1.64.0nb3
=> Full dependency openldap-client>=2.4.6: found openldap-client-2.6.9
=> Full dependency xz>=5.0.0: found xz-5.6.3
===> Overriding tools for mysql-client-8.0.40
===> Extracting for mysql-client-8.0.40
===> Patching for mysql-client-8.0.40
=> Applying pkgsrc patches for mysql-client-8.0.40
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-client_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-client_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-client_CMakeLists.txt,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|Split configuration between mysql-client and mysql-server.
|
|--- client/CMakeLists.txt.orig	2022-09-13 16:15:16.000000000 +0000
|+++ client/CMakeLists.txt
--------------------------
Patching file client/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 29 (offset 1 line).
Hunk #2 succeeded at 49 (offset 1 line).
Hunk #3 succeeded at 58 (offset 1 line).
Hunk #4 succeeded at 75 (offset 1 line).
Hunk #5 succeeded at 311 (offset 30 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_ldap.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_ldap.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_ldap.cmake,v 1.1 2022/11/02 17:02:10 jperkin Exp $
|
|Disable hardcoded system paths.
|
|--- cmake/ldap.cmake.orig	2022-09-13 16:15:16.000000000 +0000
|+++ cmake/ldap.cmake
--------------------------
Patching file cmake/ldap.cmake using Plan A...
Hunk #1 succeeded at 71 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-CMakeLists.txt,v 1.5 2024/12/04 22:13:00 schmonz Exp $
|
|HOMEBREW_HOME is provided by pkgsrc.
|Split configuration between mysql-client and mysql-server.
|Do not install documentation.
|
|--- CMakeLists.txt.orig	2024-07-12 19:15:25.000000000 +0000
|+++ CMakeLists.txt
--------------------------
Patching file CMakeLists.txt using Plan A...
Hunk #1 succeeded at 1739 (offset 28 lines).
Hunk #2 succeeded at 1976 (offset 28 lines).
Hunk #3 succeeded at 2223 (offset -1 lines).
Hunk #4 succeeded at 2356 (offset 27 lines).
Hunk #5 succeeded at 2362 (offset -1 lines).
Hunk #6 succeeded at 2404 (offset 27 lines).
Hunk #7 succeeded at 2486 (offset -1 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_os_SunOS.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_os_SunOS.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_os_SunOS.cmake,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|Disable a whole bunch of broken SunOS detection.
|
|--- cmake/os/SunOS.cmake.orig	2022-09-13 16:15:16.000000000 +0000
|+++ cmake/os/SunOS.cmake
--------------------------
Patching file cmake/os/SunOS.cmake using Plan A...
Hunk #1 succeeded at 26 (offset 1 line).
Hunk #2 succeeded at 62 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_pkg-config.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_pkg-config.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_pkg-config.cmake,v 1.1 2023/05/23 21:01:12 adam Exp $
|
|Detect pkg-config on other systems.
|
|--- cmake/pkg-config.cmake.orig	2023-05-23 14:53:30.967918710 +0000
|+++ cmake/pkg-config.cmake
--------------------------
Patching file cmake/pkg-config.cmake using Plan A...
Hunk #1 succeeded at 22 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_readline.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_readline.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_readline.cmake,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|Fix for pkgsrc editline.
|
|--- cmake/readline.cmake.orig	2016-06-30 06:22:11.000000000 +0000
|+++ cmake/readline.cmake
--------------------------
Patching file cmake/readline.cmake using Plan A...
Hunk #1 succeeded at 130 (offset 18 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_zlib.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-cmake_zlib.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_zlib.cmake,v 1.3 2024/08/29 14:42:13 ryoon Exp $
|
|Fix zlib detection.
|
|--- cmake/zlib.cmake.orig	2024-08-28 06:19:17.804401172 +0000
|+++ cmake/zlib.cmake
--------------------------
Patching file cmake/zlib.cmake using Plan A...
Hunk #1 succeeded at 68.
Hunk #2 succeeded at 125.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-config.h.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-config.h.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-config.h.cmake,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* bstring.h is needed for bzero on some platforms.
|* check for ffsll and provide a portable version for sytems that
|  don't have it.
|
|--- config.h.cmake.orig	2021-03-22 08:44:50.000000000 +0000
|+++ config.h.cmake
--------------------------
Patching file config.h.cmake using Plan A...
Hunk #1 succeeded at 40.
Hunk #2 succeeded at 81.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-configure.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-configure.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-configure.cmake,v 1.2 2021/06/22 10:12:37 nia Exp $
|
|* check for ffsll and provide a portable version if not found
|* check for EVFILT_USER, if missing disable kqueue (necessary on NetBSD 9.x)
|
|--- configure.cmake.orig	2021-03-22 08:44:50.000000000 +0000
|+++ configure.cmake
--------------------------
Patching file configure.cmake using Plan A...
Hunk #1 succeeded at 183 (offset -3 lines).
Hunk #2 succeeded at 240 (offset 3 lines).
Hunk #3 succeeded at 295 (offset -2 lines).
Hunk #4 succeeded at 333 (offset 3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_CMakeLists.txt,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|Only mysql-client installs includes.
|
|--- include/CMakeLists.txt.orig	2019-12-09 19:53:17.000000000 +0000
|+++ include/CMakeLists.txt
--------------------------
Patching file include/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 47 (offset 3 lines).
Hunk #2 succeeded at 57 (offset 3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__compare.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__compare.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_my__compare.h,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|Adjust HA_MAX_KEY_LENGTH x4.
|XXX: why? there's no documentation at all for this or commit history
|
|--- include/my_compare.h.orig	2019-12-09 19:53:17.000000000 +0000
|+++ include/my_compare.h
--------------------------
Patching file include/my_compare.h using Plan A...
Hunk #1 succeeded at 50 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__thread.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__thread.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_my__thread.h,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|NetBSD needs extra headers.
|
|--- include/my_thread.h.orig	2019-12-09 19:53:17.000000000 +0000
|+++ include/my_thread.h
--------------------------
Patching file include/my_thread.h using Plan A...
Hunk #1 succeeded at 40 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__thread__os__id.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_my__thread__os__id.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_my__thread__os__id.h,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|Add support for NetBSD.
|
|--- include/my_thread_os_id.h.orig	2019-12-09 19:53:17.000000000 +0000
|+++ include/my_thread_os_id.h
--------------------------
Patching file include/my_thread_os_id.h using Plan A...
Hunk #1 succeeded at 37 (offset 1 line).
Hunk #2 succeeded at 88 (offset 1 line).
Hunk #3 succeeded at 98 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_tables__contained__in.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_tables__contained__in.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_tables__contained__in.h,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* some systems have ffsll in strings.h
|* for systems that don't have ffsll, use the provided version
|
|--- include/tables_contained_in.h.orig	2019-12-09 19:53:17.000000000 +0000
|+++ include/tables_contained_in.h
--------------------------
Patching file include/tables_contained_in.h using Plan A...
Hunk #1 succeeded at 27 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_violite.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-include_violite.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_violite.h,v 1.1 2022/11/27 22:12:25 nia Exp $
|
|pthread_t on NetBSD is a pointer to a struct. To account for the
|C++ type system we need to use an actual NULL pointer rather than
|an incompatible integer type.
|
|--- include/violite.h.orig	2022-09-13 16:15:16.000000000 +0000
|+++ include/violite.h
--------------------------
Patching file include/violite.h using Plan A...
Hunk #1 succeeded at 344 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-libmysql_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-libmysql_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-libmysql_CMakeLists.txt,v 1.3 2023/05/23 21:01:12 adam Exp $
|
|Do not install libmysqlclient with the server.
|Generate versioned lib symlinks on FreeBSD to supress PLIST divergence.
|authentication_ldap and libmysql_api_test require libmysqld.
|Don't bother with libmysql_api_test - requires libmysqlclient installed.
|
|--- libmysql/CMakeLists.txt.orig	2023-03-16 17:22:37.000000000 +0000
|+++ libmysql/CMakeLists.txt
--------------------------
Patching file libmysql/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 293 (offset 4 lines).
Hunk #2 succeeded at 338 (offset 4 lines).
Hunk #3 succeeded at 350 (offset 4 lines).
Hunk #4 succeeded at 416 (offset 4 lines).
Hunk #5 succeeded at 450 (offset 4 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-mysys_kqueue__timers.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-mysys_kqueue__timers.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mysys_kqueue__timers.cc,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* support pre NetBSD 10 __intptr_t udata type
|* Fix for systems whcich do not define EVFILT_USER
|
|--- mysys/kqueue_timers.cc.orig	2021-03-22 08:44:50.000000000 +0000
|+++ mysys/kqueue_timers.cc
--------------------------
Patching file mysys/kqueue_timers.cc using Plan A...
Hunk #1 succeeded at 41 (offset 1 line).
Hunk #2 succeeded at 82 (offset 1 line).
Hunk #3 succeeded at 106 (offset 1 line).
Hunk #4 succeeded at 151 (offset 1 line).
Hunk #5 succeeded at 184 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-mysys_stacktrace.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-mysys_stacktrace.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mysys_stacktrace.cc,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* make sure sigsend is available if used
|
|--- mysys/stacktrace.cc.orig	2019-12-09 19:53:17.000000000 +0000
|+++ mysys/stacktrace.cc
--------------------------
Patching file mysys/stacktrace.cc using Plan A...
Hunk #1 succeeded at 294 (offset -10 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-packaging_solaris_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-packaging_solaris_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-packaging_solaris_CMakeLists.txt,v 1.1 2023/05/26 11:13:52 jperkin Exp $
|
|Limit files to mysql80-server.
|
|--- packaging/solaris/CMakeLists.txt.orig	2023-03-16 17:22:37.000000000 +0000
|+++ packaging/solaris/CMakeLists.txt
--------------------------
Patching file packaging/solaris/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 25 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_CMakeLists.txt,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* install license and readme file with the other docs instead of directly in
|  ${PREFIX}
|
|--- router/CMakeLists.txt.orig	2020-01-23 20:52:36.406138412 +0000
|+++ router/CMakeLists.txt
--------------------------
Patching file router/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 89 (offset -6 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_impl_netif.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_impl_netif.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_src_harness_include_mysql_harness_net_ts_impl_netif.h,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|NetBSD also has & needs <ifaddrs.h>
|
|--- router/src/harness/include/mysql/harness/net_ts/impl/netif.h.orig	2022-09-13 16:15:16.000000000 +0000
|+++ router/src/harness/include/mysql/harness/net_ts/impl/netif.h
--------------------------
Patching file router/src/harness/include/mysql/harness/net_ts/impl/netif.h using Plan A...
Hunk #1 succeeded at 33 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_internet.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_internet.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_src_harness_include_mysql_harness_net_ts_internet.h,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|Conditionalize some AI_* constants not present on NetBSD. 
|
|--- router/src/harness/include/mysql/harness/net_ts/internet.h.orig	2021-05-09 00:35:34.199395387 +0000
|+++ router/src/harness/include/mysql/harness/net_ts/internet.h
--------------------------
Patching file router/src/harness/include/mysql/harness/net_ts/internet.h using Plan A...
Hunk #1 succeeded at 599 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_local.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_net_ts_local.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_src_harness_include_mysql_harness_net_ts_local.h,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|NetBSD has uucred, not sockpeercred.
|
|--- router/src/harness/include/mysql/harness/net_ts/local.h.orig	2021-05-09 01:07:01.720111634 +0000
|+++ router/src/harness/include/mysql/harness/net_ts/local.h
--------------------------
Patching file router/src/harness/include/mysql/harness/net_ts/local.h using Plan A...
Hunk #1 succeeded at 45 (offset 1 line).
Hunk #2 succeeded at 228 (offset -1 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_tty.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_include_mysql_harness_tty.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_src_harness_include_mysql_harness_tty.h,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* TABDLY is an XSI standard not supported on all platforms (BSD)
|
|--- router/src/harness/include/mysql/harness/tty.h.orig	2019-12-09 19:53:17.000000000 +0000
|+++ router/src/harness/include/mysql/harness/tty.h
--------------------------
Patching file router/src/harness/include/mysql/harness/tty.h using Plan A...
Hunk #1 succeeded at 203 (offset 2 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_src_stdx_io_file_handle.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-router_src_harness_src_stdx_io_file_handle.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-router_src_harness_src_stdx_io_file_handle.cc,v 1.2 2021/06/22 10:12:37 nia Exp $
|
|Support for NetBSD - reuses F_GETPATH code originally for macOS. Also
|use correct constant for the fcntl() code - PATH_MAX, not MAXPATHLEN
|
|--- router/src/harness/src/stdx/io/file_handle.cc.orig	2021-03-22 08:44:50.000000000 +0000
|+++ router/src/harness/src/stdx/io/file_handle.cc
--------------------------
Patching file router/src/harness/src/stdx/io/file_handle.cc using Plan A...
Hunk #1 succeeded at 48 (offset 1 line).
Hunk #2 succeeded at 164 (offset -3 lines).
Hunk #3 succeeded at 233 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-scripts_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-scripts_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-scripts_CMakeLists.txt,v 1.2 2023/05/28 16:44:25 wiz Exp $
|
|Split configuration between mysql-client and mysql-server.
|
|--- scripts/CMakeLists.txt.orig	2023-03-16 17:22:37.000000000 +0000
|+++ scripts/CMakeLists.txt
--------------------------
Patching file scripts/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 321 (offset 6 lines).
Hunk #2 succeeded at 418 (offset 5 lines).
Hunk #3 succeeded at 432 (offset 6 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-scripts_mysqld_safe.sh
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-scripts_mysqld_safe.sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-scripts_mysqld_safe.sh,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|XXX: why are we doing this and why is it undocumented?
|
|--- scripts/mysqld_safe.sh.orig	2022-09-13 16:15:16.000000000 +0000
|+++ scripts/mysqld_safe.sh
--------------------------
Patching file scripts/mysqld_safe.sh using Plan A...
Hunk #1 succeeded at 852.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-sql_CMakeLists.txt,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|* use a provided ffsll implementation if the system does not have one
|* use noop implementation (apple) for binding threads to a cpu
|TODO: netbsd and irix has apis for this, perhaps implement this.
|
|--- sql/CMakeLists.txt.orig	2022-09-13 16:15:16.000000000 +0000
|+++ sql/CMakeLists.txt
--------------------------
Patching file sql/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 647 (offset -1 lines).
Hunk #2 succeeded at 758 (offset 6 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_conn__handler_socket__connection.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_conn__handler_socket__connection.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-sql_conn__handler_socket__connection.cc,v 1.2 2022/11/02 17:02:10 jperkin Exp $
|
|XXX: undocumented
|
|--- sql/conn_handler/socket_connection.cc.orig	2019-12-09 19:53:17.000000000 +0000
|+++ sql/conn_handler/socket_connection.cc
--------------------------
Patching file sql/conn_handler/socket_connection.cc using Plan A...
Hunk #1 succeeded at 961 (offset 11 lines).
Hunk #2 succeeded at 977 (offset 11 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_join__optimizer_bit__utils.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_join__optimizer_bit__utils.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-sql_join__optimizer_bit__utils.h,v 1.1 2021/06/27 06:41:55 nia Exp $
|
|NetBSD has no ffsll, but GCC does.
|
|--- sql/join_optimizer/bit_utils.h.orig	2021-03-22 08:44:50.000000000 +0000
|+++ sql/join_optimizer/bit_utils.h
--------------------------
Patching file sql/join_optimizer/bit_utils.h using Plan A...
Hunk #1 succeeded at 83 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-sql_resourcegroups_platform_thread__attrs__api__apple.cc,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
|
|* support getting the cpu count on netbsd, openbsd and irix
|
|--- sql/resourcegroups/platform/thread_attrs_api_apple.cc.orig	2021-03-22 08:44:50.000000000 +0000
|+++ sql/resourcegroups/platform/thread_attrs_api_apple.cc
--------------------------
Patching file sql/resourcegroups/platform/thread_attrs_api_apple.cc using Plan A...
Hunk #1 succeeded at 85 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_resourcegroups_platform_thread__attrs__api__solaris.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-sql_resourcegroups_platform_thread__attrs__api__solaris.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-sql_resourcegroups_platform_thread__attrs__api__solaris.cc,v 1.1 2022/11/02 17:02:10 jperkin Exp $
|
|illumos does not yet have processor_affinity().
|
|--- sql/resourcegroups/platform/thread_attrs_api_solaris.cc.orig	2022-09-13 16:15:16.000000000 +0000
|+++ sql/resourcegroups/platform/thread_attrs_api_solaris.cc
--------------------------
Patching file sql/resourcegroups/platform/thread_attrs_api_solaris.cc using Plan A...
Hunk #1 succeeded at 61 (offset 1 line).
Hunk #2 succeeded at 77 (offset 1 line).
Hunk #3 succeeded at 99 (offset 1 line).
Hunk #4 succeeded at 117 (offset 1 line).
Hunk #5 succeeded at 135 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-storage_innobase_include_detail_ut_large__page__alloc-linux.h,v 1.1 2022/11/26 12:25:22 nia Exp $
|
|MAP_HUGETLB is unavailable on other operating systems than FreeBSD,
|correctly map it as a Linuxism.
|
|--- storage/innobase/include/detail/ut/large_page_alloc-linux.h.orig	2022-09-13 16:15:16.000000000 +0000
|+++ storage/innobase/include/detail/ut/large_page_alloc-linux.h
--------------------------
Patching file storage/innobase/include/detail/ut/large_page_alloc-linux.h using Plan A...
Hunk #1 succeeded at 53 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_detail_ut_large__page__alloc-solaris.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_detail_ut_large__page__alloc-solaris.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-storage_innobase_include_detail_ut_large__page__alloc-solaris.h,v 1.1 2022/11/02 17:02:10 jperkin Exp $
|
|Avoid -fpermissive errors.
|
|--- storage/innobase/include/detail/ut/large_page_alloc-solaris.h.orig	2022-09-13 16:15:16.000000000 +0000
|+++ storage/innobase/include/detail/ut/large_page_alloc-solaris.h
--------------------------
Patching file storage/innobase/include/detail/ut/large_page_alloc-solaris.h using Plan A...
Hunk #1 succeeded at 66 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_ut0crc32.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-storage_innobase_include_ut0crc32.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-storage_innobase_include_ut0crc32.h,v 1.1 2024/12/24 18:52:22 adam Exp $
|
|BSD platforms should behave like Darwin.
|
|--- storage/innobase/include/ut0crc32.h.orig	2024-12-24 10:54:43.926389541 +0000
|+++ storage/innobase/include/ut0crc32.h
--------------------------
Patching file storage/innobase/include/ut0crc32.h using Plan A...
Hunk #1 succeeded at 59.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-utilities_CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-utilities_CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-utilities_CMakeLists.txt,v 1.1 2023/05/23 21:01:12 adam Exp $
|
|Split configuration between mysql-client and mysql-server.
|
|--- utilities/CMakeLists.txt.orig	2023-03-16 17:22:37.000000000 +0000
|+++ utilities/CMakeLists.txt
--------------------------
Patching file utilities/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 25 (offset 1 line).
Hunk #2 succeeded at 125 (offset 1 line).
Hunk #3 succeeded at 146 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-vio_viosocket.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client/../../databases/mysql80-client/patches/patch-vio_viosocket.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-vio_viosocket.cc,v 1.3 2022/11/02 17:02:10 jperkin Exp $
|
|* define ppoll on older NetBSD that only has pollts
|
|--- vio/viosocket.cc.orig	2022-09-13 16:15:16.000000000 +0000
|+++ vio/viosocket.cc
--------------------------
Patching file vio/viosocket.cc using Plan A...
Hunk #1 succeeded at 71 (offset 1 line).
done
===> Creating toolchain wrappers for mysql-client-8.0.40
===> Configuring for mysql-client-8.0.40
=> Fixing scripts.
-- Running cmake version 3.31.3
-- Found Git: /bin/git (found version "2.43.5")
error: cannot open Packages database in /var/lib/rpm
error: cannot open Packages database in /var/lib/rpm
error: cannot open Packages database in /var/lib/rpm
-- CMAKE_MODULE_PATH is /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40/cmake
-- MySQL 8.0.40
-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/databases/mysql80-client/work/.cwrapper/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/databases/mysql80-client/work/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Source directory /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40
-- Binary directory /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40/cmake-pkgsrc-build
-- CMAKE_GENERATOR: Unix Makefiles
-- Looking for SHM_HUGETLB
-- Looking for SHM_HUGETLB - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void *
-- Check size of void * - done
-- SIZEOF_VOIDP 8
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD - Failed
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD - Failed
-- Packaging as: mysql-8.0.40-Linux-x86_64
-- Performing Test C_LD_lld_RESULT
-- Performing Test C_LD_lld_RESULT - Failed
-- Performing Test CXX_LD_lld_RESULT
-- Performing Test CXX_LD_lld_RESULT - Failed
-- Cannot use lld on this platform
-- Found /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40/boost/boost_1_77_0/boost/version.hpp 
-- BOOST_VERSION_NUMBER is #define BOOST_VERSION 107700
-- BOOST_INCLUDE_DIR /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40/boost/boost_1_77_0
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for floor
-- Looking for floor - not found
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for bind
-- Looking for bind - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for timer_create
-- Looking for timer_create - not found
-- Looking for timer_create in rt
-- Looking for timer_create in rt - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file bstring.h
-- Looking for include file bstring.h - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file endian.h
-- Looking for include file endian.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - found
-- Looking for include file grp.h
-- Looking for include file grp.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include files sys/types.h, sasl/sasl.h
-- Looking for include files sys/types.h, sasl/sasl.h - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for index
-- Looking for index - found
-- Looking for chown
-- Looking for chown - found
-- Looking for cuserid
-- Looking for cuserid - found
-- Looking for directio
-- Looking for directio - not found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fedisableexcept
-- Looking for fedisableexcept - found
-- Looking for ffsll
-- Looking for ffsll - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for getgid
-- Looking for getgid - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for malloc_info
-- Looking for malloc_info - found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for mlockall
-- Looking for mlockall - found
-- Looking for mmap64
-- Looking for mmap64 - found
-- Looking for poll
-- Looking for poll - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pthread_condattr_setclock
-- Looking for pthread_condattr_setclock - found
-- Looking for pthread_getaffinity_np
-- Looking for pthread_getaffinity_np - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for stpncpy
-- Looking for stpncpy - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strlcat
-- Looking for strlcat - not found
-- Looking for strptime
-- Looking for strptime - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for memalign
-- Looking for memalign - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for ntohll
-- Looking for ntohll - not found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for times
-- Looking for times - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for lrand48
-- Looking for lrand48 - found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
-- Looking for FIONREAD - found
-- Looking for FIONREAD
-- Looking for FIONREAD - not found
-- Looking for MADV_DONTDUMP
-- Looking for MADV_DONTDUMP - found
-- Looking for EVFILT_USER
-- Looking for EVFILT_USER - not found
-- Performing Test HAVE_O_TMPFILE
-- Performing Test HAVE_O_TMPFILE - Success
-- Looking for timer_create
-- Looking for timer_create - found
-- Looking for timer_settime
-- Looking for timer_settime - found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Performing Test HAVE_SETNS
-- Performing Test HAVE_SETNS - Success
-- Looking for EVFILT_TIMER
-- Looking for EVFILT_TIMER - not found
-- Looking for le64toh
-- Looking for le64toh - found
-- Looking for le32toh
-- Looking for le32toh - found
-- Looking for le16toh
-- Looking for le16toh - found
-- Looking for htole64
-- Looking for htole64 - found
-- Looking for htole32
-- Looking for htole32 - found
-- Looking for htole16
-- Looking for htole16 - found
-- Check size of char *
-- Check size of char * - done
-- Check size of long
-- Check size of long - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long long
-- Check size of long long - done
-- Check size of time_t
-- Check size of time_t - done
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Check size of ulong
-- Check size of ulong - done
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Performing Test HAVE_VISIBILITY_HIDDEN
-- Performing Test HAVE_VISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CLOCK_GETTIME
-- Performing Test HAVE_CLOCK_GETTIME - Success
-- Performing Test HAVE_CLOCK_REALTIME
-- Performing Test HAVE_CLOCK_REALTIME - Success
-- Looking for include files time.h, sys/time.h
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
-- Looking for O_NONBLOCK - found
-- Performing Test HAVE_PAUSE_INSTRUCTION
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Performing Test HAVE_ABI_CXA_DEMANGLE
-- Performing Test HAVE_ABI_CXA_DEMANGLE - Success
-- Performing Test HAVE_BUILTIN_UNREACHABLE
-- Performing Test HAVE_BUILTIN_UNREACHABLE - Success
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Looking for __builtin_stpcpy
-- Looking for __builtin_stpcpy - found
-- Performing Test HAVE_GCC_SYNC_BUILTINS
-- Performing Test HAVE_GCC_SYNC_BUILTINS - Success
-- Performing Test HAVE_SYS_GETTID
-- Performing Test HAVE_SYS_GETTID - Success
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP - Failed
-- Performing Test HAVE_PTHREAD_THREADID_NP
-- Performing Test HAVE_PTHREAD_THREADID_NP - Failed
-- Performing Test HAVE_INTEGER_PTHREAD_SELF
-- Performing Test HAVE_INTEGER_PTHREAD_SELF - Success
-- Performing Test HAVE_PTHREAD_SETNAME_NP_LINUX
-- Performing Test HAVE_PTHREAD_SETNAME_NP_LINUX - Success
-- Performing Test HAVE_PTHREAD_SETNAME_NP_MACOS
-- Performing Test HAVE_PTHREAD_SETNAME_NP_MACOS - Failed
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Check size of struct in6_addr
-- Check size of struct in6_addr - failed
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed
-- Looking for include file numa.h
-- Looking for include file numa.h - not found
-- Looking for include file numaif.h
-- Looking for include file numaif.h - not found
-- NUMA library missing or required version not available
-- Found ZLIB: /usr/pkg/lib/libz.so (found version "1.3.1")
-- ZLIB_VERSION (system) is 1.3.1
-- ZLIB_INCLUDE_DIR /usr/pkg/include
-- ZLIB_VERSION (system) is 1.3.1
-- ZLIB_INCLUDE_DIR /usr/pkg/include
-- ZSTD_VERSION (system) is 1.5.6
-- ZSTD_INCLUDE_DIR /usr/pkg/include
-- OPENSSL_VERSION (system) is 3.4.0
-- The openssl command does not support zlib
-- OPENSSL_INCLUDE_DIR = /usr/pkg/include
-- OPENSSL_LIBRARY = /usr/pkg/lib/libssl.so
-- CRYPTO_LIBRARY = /usr/pkg/lib/libcrypto.so
-- OPENSSL_LIB_DIR = 
-- OPENSSL_VERSION_MAJOR = 3
-- OPENSSL_VERSION_MINOR = 4
-- OPENSSL_FIX_VERSION = 0
-- Looking for SHA512_DIGEST_LENGTH
-- Looking for SHA512_DIGEST_LENGTH - found
-- SSL_LIBRARIES = /usr/pkg/lib/libssl.so;/usr/pkg/lib/libcrypto.so;dl
-- KERBEROS path is none, disabling kerberos support.
-- HAVE_KRB5_KRB5_H  
-- KERBEROS_LIBRARIES  
-- SASL_LIBRARY /usr/pkg/lib/libsasl2.so
-- SASL_VERSION (system) is 2.1.28
-- LBER_LIBRARY /usr/pkg/lib/liblber.so
-- LDAP_LIBRARY /usr/pkg/lib/libldap.so
-- Looking for lber.h
-- Looking for lber.h - found
-- Looking for ldap.h
-- Looking for ldap.h - found
-- Check size of mbstate_t
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- Looking for cbreak in /usr/pkg/lib/libncurses.so
-- Looking for cbreak in /usr/pkg/lib/libncurses.so - found
-- Looking for nodelay in /usr/pkg/lib/libncurses.so
-- Looking for nodelay in /usr/pkg/lib/libncurses.so - found
-- Found Curses: /usr/pkg/lib/libncurses.so
-- Looking for tputs in /usr/pkg/lib/libncurses.so
-- Looking for tputs in /usr/pkg/lib/libncurses.so - found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- AWK_EXECUTABLE is /bin/gawk
-- Performing Test HAVE_GETPW_R_POSIX
-- Performing Test HAVE_GETPW_R_POSIX - Success
-- Performing Test HAVE_GETPW_R_DRAFT
-- Performing Test HAVE_GETPW_R_DRAFT - Failed
-- Looking for getline
-- Looking for getline - found
-- Looking for vis
-- Looking for vis - not found
-- Looking for unvis
-- Looking for unvis - not found
-- Looking for __secure_getenv
-- Looking for __secure_getenv - not found
-- Looking for secure_getenv
-- Looking for secure_getenv - found
-- Performing Test HAVE_POINTER_SIGN
-- Performing Test HAVE_POINTER_SIGN - Success
-- Performing Test HAVE_STRINGOP_OVERFLOW
-- Performing Test HAVE_STRINGOP_OVERFLOW - Success
-- Performing Test HAVE_UNUSED_RESULT
-- Performing Test HAVE_UNUSED_RESULT - Success
-- Performing Test HAVE_STRINGOP_TRUNCATION
-- Performing Test HAVE_STRINGOP_TRUNCATION - Success
-- Performing Test HAVE_ADDRESS
-- Performing Test HAVE_ADDRESS - Success
-- Performing Test HAVE_USE_AFTER_FREE
-- Performing Test HAVE_USE_AFTER_FREE - Failed
-- LIBEVENT_VERSION (system) 2.1.12
-- LIBEVENT_INCLUDE_DIRS /usr/pkg/include
-- LIBEVENT_LIBRARIES /usr/pkg/lib/libevent_core.so;/usr/pkg/lib/libevent_extra.so;/usr/pkg/lib/libevent_openssl.so;/usr/pkg/lib/libevent_pthreads.so
-- LZ4_VERSION (system) is 1.10.0
-- LZ4_INCLUDE_DIR /usr/pkg/include
-- Found CURL: /usr/pkg/lib/libcurl.so (found version "8.11.1")
-- CURL_INCLUDE_DIR = /usr/pkg/include
-- CURL_VERSION (system) is 8.11
-- RAPIDJSON_INCLUDE_DIR /home/pbulk/build/databases/mysql80-client/work/mysql-8.0.40/extra/rapidjson/include
-- RAPIDJSON_MAJOR_VERSION is 1
-- RAPIDJSON_MINOR_VERSION is 1
-- Looking for fido.h
-- Looking for fido.h - found
-- Found PkgConfig: /home/pbulk/build/databases/mysql80-client/work/.tools/bin/pkg-config (found version "2.3.0")
-- FIDO_VERSION (system) is 1.15.0
-- Performing Test HAVE_PTHREAD_SETNAME_NP
-- Performing Test HAVE_PTHREAD_SETNAME_NP - Success
-- Checking for module 'libtirpc'
--   Package 'libtirpc' not found
CMake Warning at cmake/rpc.cmake:41 (MESSAGE):
  Cannot find RPC development libraries.  You need to install the required
  packages:

    Debian/Ubuntu:              apt install libtirpc-dev
    RedHat/Fedora/Oracle Linux: yum install libtirpc-devel
    SuSE:                       zypper install glibc-devel

Call Stack (most recent call first):
  cmake/rpc.cmake:107 (WARN_MISSING_SYSTEM_TIRPC)
  CMakeLists.txt:2057 (MYSQL_CHECK_RPC)


CMake Error at cmake/rpc.cmake:108 (MESSAGE):
  Could not find rpc/rpc.h in /usr/include or /usr/include/tirpc
Call Stack (most recent call first):
  CMakeLists.txt:2057 (MYSQL_CHECK_RPC)


-- Configuring incomplete, errors occurred!
*** Error code 1

Stop.
bmake[1]: stopped making "configure" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client
*** Error code 1

Stop.
bmake: stopped making "configure" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/databases/mysql80-client