Summary: | app-crypt/gnupg-2.2.42-r2 configure failure with dev-libs/npth-1.7 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ulrich Müller <ulm> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jsmolic |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
config.log gnupg-2.2.42-npth-1.7.patch |
Description
Ulrich Müller
![]() Created attachment 885941 [details]
build.log
Created attachment 885942 [details]
config.log
I'm able to build most recent gnupg with npth-1.7, but 2.2.42-r2 fails as well. It's due to npth not installing `npth-config` by default any more (https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;a=blobdiff;f=NEWS;h=08f7507118b2da424260277d35e9860462fc4f95;hp=d74292ff492852bfd5e07f3e6d9a53d088d04125;hb=2b6a8e5369ed37d64d1bafd3a546ec52e25acd26;hpb=ebdc0da1fc416cb9f7edf9e490a15b7a8fe94b55) and I guess this gnupg version doesn't try to use `gpgrt-config`, which gnupg-2.4.4-r1 does. We can either add a limit on npth version in gnupg or add a configure swtich in npth to keep installing `npth-config` I guess it's better to just install this file in npth than adding a '<' dep so I'll commit this change to npth in a moment. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53 commit 2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53 Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2024-02-25 10:36:30 +0000 Commit: Jakov Smolić <jsmolic@gentoo.org> CommitDate: 2024-02-25 10:40:53 +0000 dev-libs/npth: Install npth-config program for older gnupg compatibility Closes: https://bugs.gentoo.org/925484 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> dev-libs/npth/{npth-1.7.ebuild => npth-1.7-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Created attachment 885948 [details, diff]
gnupg-2.2.42-npth-1.7.patch
Attached patch (plus eautoreconf) fixes the problem for me.
|