Linux User
Linux User
> ../go/pkg/mod/github.com/itchio/[email protected]/dmcunrar/glue.go:179:11: cannot define new methods on non-local type *C.dmc_unrar_file As a workaround, editing `glue.go` and adding a typedef while changing the function type seems to work: ```patch +type dmcUnrarFile...
similar issue: https://github.com/gentoo/musl/issues/451
After manually patching `pypy3-exe-7.3.9.ebuild` from main gentoo repo, it compiled fine on clang with libcxx and musl libc: ```patch diff --git a/pypy/module/cpyext/include/pytime.h b/pypy/module/cpyext/include/pytime.h index 6d553f5..3e29191 100644 --- a/pypy/module/cpyext/include/pytime.h +++ b/pypy/module/cpyext/include/pytime.h...
> PR #92 adds CI builds for all stage3 architectures, except the following: > * `amd64` > * `stage3-amd64-hardened-selinux`: [SELinux doesn't seem to make sense inside containers](https://serverfault.com/q/757606/) > * `stage3-amd64-hardened-selinux+nomultilib`:...
Might also fix https://github.com/ziglang/zig-bootstrap/issues/115
Fixed by https://github.com/gentoo/gentoo/pull/36054
> I don't understand why my email is still crossed out by bot Maybe the missing `[please reassign]` to fix the bugzilla mapping in https://github.com/gentoo/gentoo/pull/35923?
> I am observing these warnings when building software (FreeBSD Ports) with mold linker (uses mimalloc). Suggestions for further isolation / debugging to assist your resolution would be great. cc...
> The failed instruction is `mrs x9, midr_el1` Also see previous discussion in https://github.com/termux/termux-packages/issues/20783#issuecomment-2211719239
Seems to be fixed with latest Zig. Can't reproduce on Gentoo Linux (host toolchain: x86_64-pc-linux-musl). ```bash ~ $ zig version 0.15.0-dev.919+044ccf413 ~ $ nelua -v Nelua 0.2.0-dev Build number: 1635...