Alfred Wingate
Alfred Wingate
sys-devel/binutils-2.36.1-r1 tries to link against the installed sys-devel/binutils-2.36.1-r1's static library and fails due differing LTO versions. This error would come up normally when your compiler flags include -flto and you...
Currently on linux UniqueID is fetched by taking the first line from "lshw -quiet" where there is "serial:". The issue with this is that lshw doesn't appear to output the...
Experienced test failures when building OpenColorIO 2.0.0 with `-march=znver2` on GCC, after process of elimination found the culprit to be `-mfma` specifically. After building with Clang got the same test...
The option quiet is created by default in [snakeoil.cli.arghparse.ArgumentParser](https://pkgcore.github.io/snakeoil/api/snakeoil.cli.arghparse.html#snakeoil.cli.arghparse.ArgumentParser), but unlike --verbose which is used to output more verbosely --quiet isn't used anywhere. The behaviour which "suppress non-error messages" implies...
This only occurs when running an x86 environment in a chroot as there aren't any x86 cpus with that many threads. ``` x86-test ~ # lrzip --version lrzip version 0.651...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/parona-source/ad99373e9ddb2c213393adf2bd673655): * Have you checked for system updates?: Yes And I have verified...
* Respect user LDFLAGS instead of replacing them. Previously used on Gentoo where people want their LDFLAGS to be respected for various reasons. https://github.com/gentoo/gentoo/blob/dbe0856cb9efde3dcd87ffb9f8b568aac2132e4a/net-misc/zerotier/files/zerotier-1.10.1-respect-ldflags.patch
* Better compatibility with LLVM toolchain where clang -c doesn't support the flag, but the linker does. LLD already defaults to noexecstack, but adding it in the linker phase will...
* FEATURES="test" was binded to USE="test" in 6b19f71, but this was effectively removed in 8c5598c. * This change removes mentions of this now bygone feature and unused codepaths associated with...