NHOrus
NHOrus
Bug: https://bugs.gentoo.org/734314 Bug: https://bugs.gentoo.org/871441 Bug: https://bugs.gentoo.org/904073 Version bump of the server to fix bugs; I can't make a client work, due to unpiped USE=sound flag (it compules with USE=sound, it...
Bug: https://bugs.gentoo.org/919809 Last riting, because it's dead, unmaintainable and superseded. --- Please check all the boxes that apply: - [X] I can submit this contribution in agreement with the [Copyright...
### Problem Description Gentoo bug https://bugs.gentoo.org/918709 for 5.4.2, but issue persists for 6.1.1 ```In file included from /home/.../rocm_smi_lib/src/rocm_smi_monitor.cc:57: /home/.../rocm_smi_lib/include/rocm_smi/rocm_smi_utils.h: In member function ‘amd::smi::ScopeGuard& amd::smi::ScopeGuard::operator=(const amd::smi::ScopeGuard&)’: /home/.../rocm_smi_lib/include/rocm_smi/rocm_smi_utils.h:237:18: error: assignment of member...
From Gentoo, fixes https://bugs.gentoo.org/882283
Successfully simulated failing builds with, say, `MAKEOPTS="-j1 --shuffle=1852839864"` ``` clang -I -I. -I/var/tmp/portage/dev-scheme/bigloo-4.5b/work/bigloo-4.5b/lib/bigloo/4.5b -fPIC -I/usr/include/gc -fPIC -I. -I /var/tmp/portage/dev-scheme/bigloo-4.5b/work/bigloo-4.5b/lib/bigloo/4.5b table.c -o objs/table.o -c error: unable to open output file 'objs/table.o':...
OpenSUSE Thumbleweed Transmission-daemon 4.0.5-6.1 commit 07014c38c7 Trying to change filters, transg-tui crashes Full backtrace: ``` thread 'main' panicked at src/main.rs:82:14: unique stack backtrace: 0: 0x55b8b59efc97 - ::fmt::h4886110ae7835fd2 1: 0x55b8b5a29f40 -...
In Gentoo we have a compilation bug https://bugs.gentoo.org/875275 I am unable to reproduce the with tip of devel branch on same system and with same parameters as system build. New...
https://bugs.gentoo.org/944020 You declare void bg_init(); but it needs to have an argument, or modern C compilers refuse to pass it an argument ``` --- a/bg.h +++ b/bg.h @@ -9,7 +9,7...
https://github.com/ronmamo/reflections/blob/f5514b125c4f4b58e92beb0979a40ddce48d5be1/src/main/java/org/reflections/serializers/JavaCodeSerializer.java#L73 so, e.g. if it tries to save reflection data of `org.reflections.MyTestModelStore` to `/var/tmp/portage/dev-java/reflections-0.9.16-r6/work/reflections-0.9.16/src/test/java/org/reflections/MyTestModelStore.java` it would instead save it to `/var/tmp/portage/dev-java/reflections-0/9/12-r6/work/reflections-0/9/12/src/test/java/org/reflections/MyTestModelStore.java` which is incorrect. Found in Gentoo: https://bugs.gentoo.org/949232
Hello! Currently, master has fixes for build failure caused by incompatible types of hash functions. Gentoo bug https://bugs.gentoo.org/928094 Is it possible to make a new release from current master? Also,...