gpgme git - qt6 build fails - help

Ingo Klöcker kloecker at kde.org
Wed Jul 10 22:03:41 CEST 2024


On Mittwoch, 10. Juli 2024 16:43:57 CEST Genes Lists via Gnupg-devel wrote:
> In addition to regular release builds we also build git HEAD.
> Recently gpgme fails to build qt (neither qt5 nor qt6).
> 
> Build on archlinux using:
> 
>    gcc -  14.1
>    qt6 - 6.7.3
>    gpgme git commit - f6d020e24fb64cfba5e80cef7f80cad15f08cc3c
> 
> Configured:
> 
>    git clean -fdx
>    git fetch; git pull origin
>    ./autogen.sh --force
> 
>    ./configure --prefix=/usr --disable-fd-passing --disable-gpgsm-test
> --disable-gpg-test --enable-languages=cpp,qt6
> 
> cpp builds complete fine as does python. But qt6 now has:
> 
> Any suggestions?

Try an out-of-source build, i.e.
```
./autogen.sh --force
mkdir build
cd build
../configure ...
make
```

Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.gnupg.org/pipermail/gnupg-devel/attachments/20240710/7b814e60/attachment.sig>


More information about the Gnupg-devel mailing list