James Le Cuirot
James Le Cuirot
The current release doesn't build with CMake 4.0.
As I said in #91, `GNUInstallDirs` is not supposed to be used conditionally. As a distro maintainer who specialises in cross-compiling, I've seen it used in countless projects, but never...
Is there something blocking this or do we just need to get around to it? It's a forked package, so I could look at switching to upstream.
> Added CVE-2025-6020 Looks quite serious. Flatcar doesn't have pam_namespace enabled by default, but it is included. I did look at bumping this but got sidetracked with moving it into...
Here's the libselinux fix upstream: gentoo/gentoo@7b643dfa2a2d94c26ce7791885ea9651ec95b6a6
Something to be aware of. Gentoo is planning to split the riscv keyword into riscv and riscv32. That shouldn't affect this, although there was also a suggestion to use riscv64,...
Ah, I'd overlooked the tests. :sweat_smile:
Sample "ldd-mode" output with real ldd comparison: ``` $ ./foo-ldd /bin/bash /bin/ls /bin/bash: /lib64/ld-linux-x86-64.so.2 (0xdeadbeef) libreadline.so.8 => /usr/lib64/libreadline.so.8 (0xdeadbeef) libtinfow.so.6 => /usr/lib64/libtinfow.so.6 (0xdeadbeef) libc.so.6 => /usr/lib64/libc.so.6 (0xdeadbeef) /bin/ls: /lib64/ld-linux-x86-64.so.2 (0xdeadbeef)...
This is less necessary now that Dracut no longer uses ldd. It's still potentially useful though.
```json { "_type" : "configuration", "waypoints" : [ ], "_build" : 420412000, "autostartOnBoot" : true, "cleanSession" : false, "clientId" : "racer", "cmd" : true, "connectionTimeoutSeconds" : 30, "debugLog" : true,...