Martin Höher
Martin Höher
Sorry, totally forgot to attach version information in the first place... We are currently on v9 (using `mkosi` from the Fedora 33 repositories). I just tried to pin-point the faulty...
I added the `redhat-release` package to the package list installed by `mkosi` in the first step - it didn't make any difference. I also added a `cat /etc/yum.conf` to the...
Tried this already (see the content of the `build.sh` script above) - it unfortunately does not make any difference.
Hi @kloczek, I'm just a user of QtKeychain, but I'd still like to share some thoughts here... First, I'd really prefer if QtKeychain does not have further dependencies. Currently, it...
Sorry, but I disagree here: 1. ECM files needed are included in-source, so one does not need to have them installed in addition. qt5-qttools is part of the standard Qt...
And by the way... Looking at the implementation of ECM, more specifically, the `ECMPoQmTools`, I doubt KDE *uses* `gettext` (in the sense of that the `gettext` runtime libraries are loaded...
The translations are stored in the `qttranslations` module - as far as I can see, there are `.ts` files for a lot of Qt's libraries. Just clone/download the Qt sources...
On Fedora, I get the following: Output of `file`: ```bash file /usr/lib64/libnsl.so /usr/lib64/libnsl.so: symbolic link to `../../lib64/libnsl.so.1' file /usr/lib64/libnsl.so.1 /usr/lib64/libnsl.so.1: symbolic link to `libnsl-2.17.so' file /usr/lib64/libnsl-2.17.so /usr/lib64/libnsl-2.17.so: ELF 64-bit LSB...
First of all, a minor correction: The above output I provided is from CentOS, not Fedora. Anyway... I tried the following (this time really in Fedora): ```bash cd ~ cp...
I actually tried with different paths (and also using `$ORIGIN`) does not change anything - calling `readelf` on the modified library will reliably print the `no .dynamic section in the...