Leo
Leo
As of now, the latest version of `kexec-tools` in `::gentoo` is 2.0.24, which no longer seems to work with the latest kernels (6.6+). 2.0.28 works with the latest kernels; I...
Hello folks! We are attempting to package the Bitshuffle C library under the `src/` directory for Gentoo because it is an indirect dependency of Log4j 2.17 (https://github.com/gentoo/gentoo/pull/23438). As distribution maintainers,...
Java 20 has [dropped](https://www.oracle.com/java/technologies/javase/20-relnote-issues.html#JDK-8173605) support for 1.7 as the source and target versions. This pull request does something similar to commit 66083734d13aa67e616f3c4b429c019c5992bba0 to allow the project to be built with...
Several files' compilation will trigger `-Wincompatible-pointer-types` diagnostics. This will prevent the project from being successfully built on Fedora 40 and other GNU/Linux distributions that use GCC 14 because, on GCC...
When these commands are run: $ make clean $ ./test-xv6.py -q usertests The `test-xv6.py` script will report the following error messages and produce no more output for a while: rm:...