https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290980
Christoph Moench-Tegeder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Christoph Moench-Tegeder <[email protected]> --- Extremely unlikely to be related to nspr: - the change from nspr 4.38.1 to 4.38.2 was a fix in the test suite, not installed code - qt6-webengine build fine here with nspr, both with my (default) options as well as with your (from the build log) options. On the other hand, the actual error from your build log is : /wrkdirs/usr/ports/www/qt6-webengine/work/qtwebengine-everywhere-src-6.9.3/src/3rdparty/chromium/third_party/node/node_modules/@rollup/wasm-node/dist/wasm-node/bindings_wasm.js:369 : const wasmModule = new WebAssembly.Module(bytes); : ^ : ReferenceError: WebAssembly is not defined : at Object.<anonymous> (/wrkdirs/usr/ports/www/qt6-webengine/work/qtwebengine-everywhere-src-6.9.3/src/3rdparty/chromium/third_party/node/node_modules/@rollup/wasm-node/dist/wasm-node/bindings_wasm.js:369:20) : at Module._compile (node:internal/modules/cjs/loader:1760:14) : at Object..js (node:internal/modules/cjs/loader:1893:10) : at Module.load (node:internal/modules/cjs/loader:1480:32) : at Module._load (node:internal/modules/cjs/loader:1299:12) : at TracingChannel.traceSync (node:diagnostics_channel:328:14) : at wrapModuleLoad (node:internal/modules/cjs/loader:244:24) : at Module.require (node:internal/modules/cjs/loader:1503:12) : at require (node:internal/modules/helpers:152:16) : at Object.<anonymous> (/wrkdirs/usr/ports/www/qt6-webengine/work/qtwebengine-everywhere-src-6.9.3/src/3rdparty/chromium/third_party/node/node_modules/@rollup/wasm-node/dist/native.js:6:5) : Node.js v24.11.0 The only bell WebAssembly rings is https://cgit.freebsd.org/ports/commit/?id=1a1ef8585f5aa1151486a2f8f13d50c6294b1deb - did you touch the WASM option there or did that change cause anything to your build? Also, as this is coming from nodejs and nodejs default version changed recently https://cgit.freebsd.org/ports/commit/?id=7aab179e1e183bd57b9a7b1f35ea906090de48f2 - anything special to your node package? -- You are receiving this mail because: You are on the CC list for the bug.
