orbea

Results 88 issues of orbea

When building genkernel where /bin/sh is a POSIX shell such as lksh (mksh) it will install a malformed software.sh. This is because 'echo -e' is not portable shell. This can...

Hi, Maybe I'm missing something, but is there supposed to be a 2024.2 release tag? I see commit [Finalize Shaderc v2024.2](https://github.com/google/shaderc/commit/3ac03b8ad85a8e328a6182cddee8d05810bd5a2c) and commit [Start Shaderc v2024.3-dev ](https://github.com/google/shaderc/commit/d875f303474e0051b286a11dd772817ab190e02e), but there isn't...

OS: `Gentoo` GPU: `[AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)` Monitor: `Odyssey G70NC` Linux: `6.10.7` gamescope: `3.15.3` mesa: `Mesa 24.3.0-devel (git-94e470a32d)` vulkan-headers: `1.3.290.0` vulkan-loader-...

OS: `Gentoo` LibreSSL: `3.9.2` cpp-httplib: `0.16.0` `ccache` added a new dependency of `cpp-httplib` which Gentoo installs system-wide and it fails during cmake. ``` CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT...

Starting with LibreSSL 4.0.0 the `OPENSSL_load_builtin_modules()` function was removed. It is obsolete after automatic library initialization and now an internal API.

I have a MSU-1 rom for `Tales of Phantasia (Complete Arranged)` which is missing one (Or more?) sound effects in bsnes. To reproduce: * Start a new game. * Progress...

* Fixes hard-coded `pkg-config`. Closes: https://bugs.gentoo.org/941889 Upstream-PR: https://github.com/raphnet/mupen64plus-input-raphnetraw/pull/17 Upstream-PR: https://github.com/Rosalie241/RMG/pull/296 Upstream-PR: https://github.com/Rosalie241/RMG/pull/2970 Upstream-Commit: https://github.com/Rosalie241/RMG/commit/f6b73b86c6625fa5a268b74b1e36114a5bdd535c Upstream-Commit: https://github.com/Rosalie241/RMG/commit/69c24b9131909c338b03c48438744b253501146a * Fix `-Wstrict-aliasing` warnings Upstream-Issue: https://github.com/gonetz/GLideN64/issues/2877 Upstream-PR: https://github.com/gonetz/GLideN64/pull/2884 Upstream-Commit: https://github.com/gonetz/GLideN64/commit/a1320da566c03503ea755447458bb2b79a610cb5 Upstream-Commit: https://github.com/Rosalie241/RMG/commit/e68483fce2a977c07fee38e1d8d8f8dc22bb6072 --- Please...

assigned
self-maintained
bug linked

OS: `Gentoo` LibreSSL: `4.0.0` ca-certificates: `20240203.3.98` The `update-ca-certificates` command uses `openssl rehash` which LibreSSL lacks. ``` # update-ca-certificates Updating certificates in /etc/ssl/certs... openssl:Error: 'rehash' is an invalid command. Standard commands...

* Uses a sentinel file for the obj directory. * Removes the binary with `make clean`. * Uses `rm -f` to ensure the clean target always succeeds. make(1) has difficulty...

As of LibreSSL 3.5.0 this is no longer required and causes compilation failures.