he32
he32
https://github.com/nix-rust/nix/blob/15d624a0fe061f45226addb929f52d866c26d09f/src/sys/signal.rs#L1071 It looks like this is going to be a problem when I come along with the `mipsel-uknown-netbsd` port, especially since the`SigevThreadId` referenced on the next line isn't defined on...
Trying to build swi-prolog on NetBSD/macppc 10.0_BETA fails, with the following process getting a SEGV: ``` ../src/swipl -x /usr/pkgsrc/lang/swi-prolog-lite/work/swipl-8.0.2/build/man/pldoc2tex -- --source=/usr/pkgsrc/lang/swi-prolog-lite/work/swipl-8.0.2/man --summaries --out=lib/clpfdlib.tex --lib=clpfd --module=clpfd 'lib/clpfdlib.md' ``` It wasn't particularly...
This script is marked with `#! /bin/sh`, but uses Bash-only constructs ("bashisms"). In this case there is a corresponding portable POSIX shell construct, and this change converts to use that,...
If, for some reason, your i386 rust doesn't support the "sse" target feature (perhaps built for i586), you end up with use but no definition for vectorization_support_no_cache_x86(). This change fixes...
This popped up on my radar due to a build failure on NetBSD/powerpc. This platform does not have native support for 128-bit integer operations. ``` gcc -O2 -D_FORTIFY_SOURCE=2 -O3 -std=c99...
Ref. https://github.com/taiki-e/portable-atomic This for the benefit of those architectures which do not have native 64-bit atomics.
As noted in https://github.com/rust-lang/stdarch/issues/1484, the NEON intrinsics are broken on big-endian aarch64. This is part of fixing rust to build for & on big-endian aarch64, following up https://github.com/rust-lang/rust/issues/129819.
Hi, I'm trying to make use of `go-collectd` with my NetBSD pkgsrc installation. This means I'm trying to use `collectd` more or less "as distributed". The build of `go-collectd` 0.6.0...