+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-sqlite3-3.10.9nb23/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-sqlite3-3.10.9nb23/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for Python-3.10.9.tar.xz => Checksum SHA512 OK for Python-3.10.9.tar.xz ===> Installing dependencies for py310-sqlite3-3.10.9nb23 ========================================================================== The following variables will affect the build process of this package, py310-sqlite3-3.10.9nb23. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 310 Based on these variables, the following variables have been set: * PYPACKAGE = python310 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 nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency python310>=3.10.9: found python310-3.10.9 => Full dependency sqlite3>=3.40.0nb1: found sqlite3-3.40.0nb1 ===> Overriding tools for py310-sqlite3-3.10.9nb23 ===> Extracting for py310-sqlite3-3.10.9nb23 ===> Patching for py310-sqlite3-3.10.9nb23 => Applying pkgsrc patches for py310-sqlite3-3.10.9nb23 => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.4 2022/04/03 10:54:52 riastradh Exp $ | |Use gnu99 instead of c99 to avoid "alloca() undefined" problems. |Fix linking on Darwin; don't use -stack_size. |Changes for consistency across pkgsrc platforms. |Simplify _sysconfigdata to include only platform name. |detect netcan/can.h on NetBSD |Disable barrier to cross-compilation. | |--- configure.orig 2022-03-23 20:12:04.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3380. Hunk #2 succeeded at 7051. Hunk #3 succeeded at 8675. Hunk #4 succeeded at 14741 (offset 1 line). Hunk #5 succeeded at 15645 (offset 1 line). Hunk #6 succeeded at 15698 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_ctypes_util.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_ctypes_util.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Lib_ctypes_util.py,v 1.1 2021/10/05 19:07:13 adam Exp $ | |Fallback to clang. | |Look for shared libraries in PkgSrc prefix. |Note: /usr/local will get replaced by SUBST. | |Pull in patch for http://bugs.python.org/issue23287 for SunOS | |--- Lib/ctypes/util.py.orig 2021-07-10 00:51:07.000000000 +0000 |+++ Lib/ctypes/util.py -------------------------- Patching file Lib/ctypes/util.py using Plan A... Hunk #1 succeeded at 108. Hunk #2 succeeded at 228. Hunk #3 succeeded at 246. Hunk #4 succeeded at 283. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_distutils_unixccompiler.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_distutils_unixccompiler.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Lib_distutils_unixccompiler.py,v 1.1 2021/10/05 19:07:13 adam Exp $ | |Do not force RUNPATH vs RPATH, trust the compiler to know what the |platform wants. | |--- Lib/distutils/unixccompiler.py.orig 2021-07-10 00:51:07.000000000 +0000 |+++ Lib/distutils/unixccompiler.py -------------------------- Patching file Lib/distutils/unixccompiler.py using Plan A... Hunk #1 succeeded at 243 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_lib2to3_pgen2_driver.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_lib2to3_pgen2_driver.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Lib_lib2to3_pgen2_driver.py,v 1.1 2021/10/05 19:07:13 adam Exp $ | |On systems where both of the conditions | |1. LD_LIBRARY_PATH does _not_ take precedence over DT_RPATH | (e.g. Linux) |2. A previous libpython with the same major.minor is already installed | (e.g. a previous version of this package) | |hold, the built python will be linked with the installed libpython, |causing it to report an old teeny version in sys.version_info while |staging the install. Then "make package" fails with PLIST mismatches for |{,Pattern}Grammar.*.pickle. | |pkgsrc knows which version we're building. Pass that down instead. | |In patch-Lib_distutils_unixccompiler.py, we override Python maintainers' |expectations for Linux builds in favor of pkgsrc's expectations for |builds on all platforms. This patch is needed because of that patch. | |--- Lib/lib2to3/pgen2/driver.py.orig 2020-06-27 08:35:53.000000000 +0000 |+++ Lib/lib2to3/pgen2/driver.py -------------------------- Patching file Lib/lib2to3/pgen2/driver.py using Plan A... Hunk #1 succeeded at 107. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_sysconfig.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Lib_sysconfig.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Lib_sysconfig.py,v 1.1 2021/10/05 19:07:13 adam Exp $ | |Remove _multiarch from config path (differs across platforms). |Simplify _sysconfigdata to include only platform name. | |--- Lib/sysconfig.py.orig 2021-07-10 00:51:07.000000000 +0000 |+++ Lib/sysconfig.py -------------------------- Patching file Lib/sysconfig.py using Plan A... Hunk #1 succeeded at 394. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Makefile.pre.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Makefile.pre.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Makefile.pre.in,v 1.2 2021/12/07 09:31:09 adam Exp $ | |Use only one optimisation level; needed for PLIST and setuptools compatibility. |Do not build/install libpython3.so. |Simplify _sysconfigdata to include only platform name. |Swap targets libinstall and libainstall, to byte-compile python-config.py. | |--- Makefile.pre.in.orig 2021-12-06 18:23:39.000000000 +0000 |+++ Makefile.pre.in -------------------------- Patching file Makefile.pre.in using Plan A... Hunk #1 succeeded at 100. Hunk #2 succeeded at 235. Hunk #3 succeeded at 990. Hunk #4 succeeded at 999. Hunk #5 succeeded at 1009. Hunk #6 succeeded at 1283. Hunk #7 succeeded at 1343. Hunk #8 succeeded at 1593 (offset 1 line). Hunk #9 succeeded at 1611 (offset 1 line). Hunk #10 succeeded at 1619 (offset 1 line). Hunk #11 succeeded at 1742 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Modules_socketmodule.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Modules_socketmodule.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Modules_socketmodule.c,v 1.2 2022/01/20 13:07:50 jperkin Exp $ | |Support NetBSD's socketcan implementation | |--- Modules/socketmodule.c.orig 2022-01-13 18:52:14.000000000 +0000 |+++ Modules/socketmodule.c -------------------------- Patching file Modules/socketmodule.c using Plan A... Hunk #1 succeeded at 2121 (offset 9 lines). Hunk #2 succeeded at 5449 (offset 9 lines). Hunk #3 succeeded at 7791 (offset 9 lines). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Modules_socketmodule.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Modules_socketmodule.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Modules_socketmodule.h,v 1.1 2021/10/05 19:07:13 adam Exp $ | |Support NetBSD's socketcan implementation | |--- Modules/socketmodule.h.orig 2021-05-03 16:54:42.000000000 +0200 |+++ Modules/socketmodule.h 2021-05-22 11:52:19.072276647 +0200 -------------------------- Patching file Modules/socketmodule.h using Plan A... Hunk #1 succeeded at 131. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-pyconfig.h.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-pyconfig.h.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-pyconfig.h.in,v 1.1 2021/10/05 19:07:13 adam Exp $ | |Detect netcan/can.h on NetBSD | |--- pyconfig.h.in.orig 2020-10-05 15:07:58.000000000 +0000 |+++ pyconfig.h.in -------------------------- Patching file pyconfig.h.in using Plan A... Hunk #1 succeeded at 661 (offset 6 lines). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Python_thread__pthread.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-Python_thread__pthread.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Python_thread__pthread.h,v 1.2 2021/12/11 10:40:58 wiz Exp $ | |https://bugs.python.org/issue46045 | |--- Python/thread_pthread.h.orig 2013-05-15 16:33:00.000000000 +0000 |+++ Python/thread_pthread.h -------------------------- Patching file Python/thread_pthread.h using Plan A... Hunk #1 succeeded at 81 (offset -1 lines). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-setup.py => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/py-sqlite3/../../lang/python310/patches/patch-setup.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-setup.py,v 1.6 2022/07/07 15:26:43 khorben Exp $ | |Disable certain modules, so they can be built as separate packages. |Do not look for ncursesw. |Assume panel_library is correct; this is a fix for ncurses' gnupanel |which will get transformed to panel in buildlink. |Don't search for modules in PREFIX. Fixes build failure when py-setuptools | are installed. |Enable cross-build by setting sys._home and sys.path to build directory | |--- setup.py.orig 2022-03-23 20:12:04.000000000 +0000 |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 19. Hunk #3 succeeded at 52. Hunk #4 succeeded at 66. Hunk #5 succeeded at 257. Hunk #6 succeeded at 840 (offset -1 lines). Hunk #7 succeeded at 896 (offset -1 lines). Hunk #8 succeeded at 1126 (offset -1 lines). Hunk #9 succeeded at 1229 (offset -1 lines). Hunk #10 succeeded at 1474 (offset -1 lines). Hunk #11 succeeded at 1510 (offset -1 lines). Hunk #12 succeeded at 2374 (offset 3 lines). Hunk #13 succeeded at 2786 (offset -1 lines). done /bin/sed -e s!@SQLITE_PREFIX@!/usr/pkg!g /home/pbulk/build/databases/py-sqlite3/work/Python-3.10.9/setup.py ===> Creating toolchain wrappers for py310-sqlite3-3.10.9nb23 ===> Configuring for py310-sqlite3-3.10.9nb23 => Checking for portability problems in extracted files