=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs", "configure", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] => Checksum BLAKE2s OK for quickjs-2026-06-04.tar.xz => Checksum SHA512 OK for quickjs-2026-06-04.tar.xz ===> Installing dependencies for quickjs-20260604nb1 => 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 ===> Overriding tools for quickjs-20260604nb1 ===> Extracting for quickjs-20260604nb1 ===> Patching for quickjs-20260604nb1 => Applying pkgsrc patches for quickjs-20260604nb1 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-Makefile => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Makefile,v 1.11 2026/08/13 18:11:24 wiz Exp $ | |Portability patch for NetBSD. | |--- Makefile.orig 2026-06-04 12:26:08.000000000 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 87. Hunk #3 succeeded at 234. Hunk #4 succeeded at 286. Hunk #5 succeeded at 334. Hunk #6 succeeded at 350. Hunk #7 succeeded at 436. Hunk #8 succeeded at 468. Hunk #9 succeeded at 479. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-qjs.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-qjs.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-qjs.c,v 1.5 2026/06/28 17:59:25 osa Exp $ | |Portability patch for NetBSD. | |--- qjs.c.orig 2026-06-04 08:26:08.000000000 -0400 |+++ qjs.c 2026-06-28 13:48:19.865553282 -0400 -------------------------- Patching file qjs.c using Plan A... Hunk #1 succeeded at 139. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-qjsc.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-qjsc.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-qjsc.c,v 1.3 2025/11/12 11:49:38 leot Exp $ | |Portability patch for NetBSD. | |--- qjsc.c.orig 2025-09-13 08:48:28.000000000 +0000 |+++ qjsc.c -------------------------- Patching file qjsc.c using Plan A... Hunk #1 succeeded at 502. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-quickjs-libc.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-quickjs-libc.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-quickjs-libc.c,v 1.3 2022/01/30 10:55:03 he Exp $ | |Portability patch for NetBSD. | |--- quickjs-libc.c.orig 2021-03-27 10:00:32.000000000 +0000 |+++ quickjs-libc.c -------------------------- Patching file quickjs-libc.c using Plan A... Hunk #1 succeeded at 811 (offset 136 lines). Hunk #2 succeeded at 1943 (offset 29 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-quickjs.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/quickjs/patches/patch-quickjs.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-quickjs.c,v 1.9 2026/08/13 18:11:24 wiz Exp $ | |- Portability patch for NetBSD. |- Fix SIGBUS on strict-alignment platforms (e.g. sparc, sparc64): the | function bytecode's constant pool (an array of JSValue, which can | hold a double/int64_t and needs 8-byte alignment) was suballocated | at an offset that was only guaranteed 4-byte alignment, since none | of the preceding JSFunctionBytecode fields force 8-byte alignment | on their own. This crashed the first time a compiled script's | constant pool was read or written, e.g.: | | # qjsc -s -c -o repl.c -m repl.js | Bus error (core dumped) | | (gdb) bt | #0 JS_WriteFunctionTag (obj=, s=0xefffccbc) at quickjs.c:37315 | 37315 if (JS_WriteObjectRec(s, b->cpool[i])) | | Round cpool_offset up to 8 bytes in both the writer's allocation | path (js_create_function) and the matching reader's allocation | path (JS_ReadFunctionTag). | |--- quickjs.c.orig 2026-06-04 12:26:08.000000000 +0000 |+++ quickjs.c -------------------------- Patching file quickjs.c using Plan A... Hunk #1 succeeded at 69. Hunk #2 succeeded at 2148. Hunk #3 succeeded at 36014. Hunk #4 succeeded at 38690. done ===> Creating toolchain wrappers for quickjs-20260604nb1 ===> Configuring for quickjs-20260604nb1 echo '{ "x" : 1, "tab": [ 1, 2, 3 ] }' > /tmp/work/lang/quickjs/work/quickjs-2026-06-04/examples/message.json => Checking for portability problems in extracted files