Lars Wendler
Lars Wendler
Hi, being on Gentoo Linux here. Unfortunately, even with commit https://github.com/chris2511/xca/commit/f5ac099e948ea354deac75ff9fa09d51453476e1 applied to `2.4.0` release I get the following build error: ``` pki_evp.cpp:624:45: error: invalid conversion from ‘const rsa_st*’ to...
Porting rhash to cmake would create circular deps for people who want to bootstrap their systems as cmake requires rhash since version 3.8.0-rc1.
I've looked into the build system of cmake sources and found that you can already disable usage of system rhash by setting `-DCMAKE_USE_SYSTEM_LIBRHASH=OFF`. So the circular dependency can be avoided...
Regarding [meson](http://mesonbuild.com/), I think it's becoming rapidly well known and used lately. gstreamer, gnome and Xorg have switched or are switching their build systems to meson, just to name a...
See here: [radeon-profile-daemon.initd](https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd-r2)
I suppose this can be closed now that commit 066651d71d9b693cbb9238d97077158acb8d2496 was added.
> **The Good** > > * Gentoo **[Qt 6.2.4](https://github.com/gentoo/qt/tree/master/dev-qt/qtbase)** Unfortunately this is not Gentoo's main package repository you were pointing to but a separate package repository mainly exisiting for qt...
Having the same issue on my Gentoo machines. Your patch fixes the issue for me.
Grepping for `keymaps` makes it even more obvious: `056` initrd: ``` # lsinitrd /boot/initrd-5.15.51_01 | grep -F keymaps drwxr-xr-x 1 root root 0 Jun 30 08:15 usr/share/keymaps drwxr-xr-x 1 root...
Any news here? What's holding this PR from being merged?