As I mentioned earlier, I am getting the same, also with rust 1.73.0. Right now, we don't have a browser capable of WebGL, with the state of it on the latest Firefox version.Thunderbird was mentioned to have similar problem, I am not able to reach as far as that, my build terminates earlier...g++: fatal error: Killed signal terminated program ld
compilation terminated.
gmake[3]: *** [/usr/pkgsrc/mail/thunderbird/work/thunderbird-115.1.1/config/rules.mk:535: libxul.so] Error 1
gmake[3]: *** Deleting file 'libxul.so'
gmake[3]: Leaving directory '/usr/pkgsrc/mail/thunderbird/work/build/toolkit/library/build'...but this may be a local issue, I'll retry.
On Thu, 26 Oct 2023 at 14:02, Greg Troxel <gdt%lexort.com@localhost> wrote:I have netbsd-10 amd64 system that I keep up to date along the netbsd-10
branch and along pkgsrc HEAD.
Recently, firefox102 failed to build.
1) I ran it with MAKE_JOBS=1 to get cleaner logging, and that resulted
in:
gmake[3]: Entering directory '/tank0/ztmp/work-xen/www/firefox102/work/build/toolkit/library/rust'
toolkit/library/rust/force-cargo-library-build
/usr/pkg/bin/cargo rustc --release --frozen --manifest-path /tank0/ztmp/work-xen/www/firefox102/work/firefox-102.15.0/toolkit/library/rust/Cargo.toml -j1 -j1 --lib --target=x86_64-unknown-netbsd --features 'moz_places webrtc glean_with_gecko glean_disable_upload with_dbus' -- -Clto=thin
error: the argument '--jobs <N>' cannot be used multiple times
which I recognize from previous situations. But that's easy to avoid.
2) I'm getting a rust error, which I suspect is due to rust. I had
built firefox102-102.15.0 on September 19, and installed rust-bin-1.72.1
yesterday.
gmake[3]: Entering directory '/tank0/ztmp/work-xen/www/firefox102/work/build/security/rlbox'
../../dist/host/bin/wasm2c -o rlbox.wasm.c rlbox.wasm
01bd146: error: unexpected opcode: 0xfc 0xa
Does firefox102 build for others?
------