Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940224 - dev-libs/openssl-compat-1.1.1u fails to compile: PGP signature verification failed
Summary: dev-libs/openssl-compat-1.1.1u fails to compile: PGP signature verification f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-25 07:38 UTC by Agostino Sarubbo
Modified: 2025-01-26 09:01 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,47.68 KB, text/plain)
2024-09-25 07:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-09-25 07:38:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/openssl-compat-1.1.1u fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-25 07:38:09 UTC
Created attachment 903707 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-25 07:38:10 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 *               gemato openpgp-verify-detached -K "${key}" "${extra_args[@]}" --no-require-all-good "${sig}" "${file}" || die "PGP signature verification failed"
 *   PGP signature verification failed
Comment 3 Larry the Git Cow gentoo-dev 2025-01-26 09:01:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e08b3f6aada742ad82de11e64aa29f9cd7e1b9

commit e9e08b3f6aada742ad82de11e64aa29f9cd7e1b9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-26 09:00:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-26 09:00:43 +0000

    dev-libs/openssl-compat: drop USE=verify-sig
    
    dev-libs/openssl changed its keyring a few times and having a version
    that can also work for openssl-compat is a pain, but not really that
    useful or important to have verify-sig for openssl-compat anyway given
    it's a compat library and only updated very infrequently.
    
    Closes: https://bugs.gentoo.org/940224
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/openssl-compat/Manifest                     |  1 -
 dev-libs/openssl-compat/openssl-compat-1.1.1u.ebuild | 12 +++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)