Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879073 - =dev-libs/openssl-1.1.1s fails to build with USE=verify-sig
Summary: =dev-libs/openssl-1.1.1s fails to build with USE=verify-sig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 20:14 UTC by Bertrand Jacquin
Modified: 2022-11-01 20:28 UTC (History)
2 users (show)

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


Attachments
emerge --info (info.log,19.07 KB, text/x-log)
2022-11-01 20:18 UTC, Bertrand Jacquin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2022-11-01 20:14:48 UTC
=dev-libs/openssl-1.1.1s fails to build with USE=verify-sig

>> Unpacking source...
 * Verifying openssl-1.1.1s.tar.gz ...
gpg: Signature made Tue 01 Nov 2022 12:36:17 GMT
gpg:                using RSA key DC7032662AF885E2F47F243F527466A21CA79E6D
gpg:                issuer "tomas@openssl.org"
gpg: Can't check signature: No public key
 * ERROR: dev-libs/openssl-1.1.1s::gentoo failed (unpack phase):
 *   PGP signature verification failed
 *
 * Call stack:
 *     ebuild.sh, line  122:  Called src_unpack
 *   environment, line 2524:  Called verify-sig_verify_detached '/var/tmp/portage/dev-libs/openssl-1.1.1s/distdir/openssl-1.1.1s.tar.gz' '/var/tmp/portage/dev-libs/openssl-1.1.1s/distdir/openssl-1.1.1s.tar.gz.asc'
 *   environment, line 3472:  Called die
 * The specific snippet of code:
 *               gemato gpg-wrap -K "${key}" "${extra_args[@]}" -- gpg --verify "${sig}" "${file}" || die "PGP signature verification failed"
 *
 * If you need support, post the output of `emerge --info '=dev-libs/openssl-1.1.1s::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/openssl-1.1.1s::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-libs/openssl-1.1.1s/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/openssl-1.1.1s/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/openssl-1.1.1s/work'
 * S: '/var/tmp/portage/dev-libs/openssl-1.1.1s/work/openssl-1.1.1s'

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-01 20:17:17 UTC
commit 9ffdcaba89a94dc933e722339fe9471ad16af62a (HEAD -> master, origin/master, origin/HEAD)
Author: Sam James <sam@gentoo.org>
Date:   Tue Nov 1 20:13:47 2022 +0000

    dev-libs/openssl: drop 1.1.1s back to ~arch; fix verify-sig dependency

    - Drop 1.1.1s back to ~arch (wasn't supposed to be stabled yet)
    - Update dependency on sec-keys/openpgp-keys-openssl for refreshed keys

    Bug: https://github.com/openssl/openssl/issues/19566
    Bug: https://github.com/openssl/openssl/issues/19567
    Signed-off-by: Sam James <sam@gentoo.org>

commit 85129fd95496ff338c5911b9b6c2c5733d63605f
Author: Sam James <sam@gentoo.org>
Date:   Tue Nov 1 20:12:34 2022 +0000

    sec-keys/openpgp-keys-openssl: add 20221101

    Signed-off-by: Sam James <sam@gentoo.org>
Comment 2 Bertrand Jacquin 2022-11-01 20:18:17 UTC
Created attachment 826529 [details]
emerge --info