Very first Beta of GnuPG 2.6 available

Damien Goutte-Gattat dgouttegattat at incenp.org
Wed May 1 21:57:20 CEST 2024


On Wednesday, 1 May 2024 19:24:25 BST Simon Josefsson via Gnupg-devel wrote:
> Werner Koch via Gnupg-devel <gnupg-devel at gnupg.org> writes:
> I had several problems building/running this and eventually became tired
> of fixing small issues (mostly build environment related)

FWIW I also ran into a few problems when trying to build the beta.

I believe the correct build instruction should have been

  make -f build-aux/speedo.mk this-native

At least that’s what I had to use on my machine. With `native`, Speedo attempted to use the latest *released* versions of Libassuan and Libgcrypt, resulting in GnuPG itself failing to build since it depends on newer versions of those libraries that have not been released yet.

With `this-native`, Speedo will use the already unpacked sources provided in the tarball (in PLAY/src).

Another problem is that when building bzip2, it would try to install a header in /usr/local, instead of the PLAY root. Not sure why, but I didn’t investigate further. I just removed bzip2 from the list of packages (variable `speedo_spkgs`) and let GnuPG use my system-wide bzip2 instead.

Hope this helps.

- Damien
-------------- 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/20240501/31a7209d/attachment.sig>


More information about the Gnupg-devel mailing list