Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890032 - dev-libs/mpfr-4.2.0 - FileNotFoundError: [Errno 2] No such file or directory: /usr/share/openpgp-keys/vincentlefevre.asc
Summary: dev-libs/mpfr-4.2.0 - FileNotFoundError: [Errno 2] No such file or directory:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-07 09:36 UTC by Toralf Förster
Modified: 2023-01-07 09:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.54 KB, text/plain)
2023-01-07 09:36 UTC, Toralf Förster
Details
dev-libs:mpfr-4.2.0:20230107-080520.log (dev-libs:mpfr-4.2.0:20230107-080520.log,2.28 KB, text/plain)
2023-01-07 09:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.51 KB, text/plain)
2023-01-07 09:36 UTC, Toralf Förster
Details
environment (environment,78.28 KB, text/plain)
2023-01-07 09:36 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,653 bytes, application/x-bzip)
2023-01-07 09:36 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.89 KB, application/x-bzip)
2023-01-07 09:36 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,1.48 KB, application/x-bzip)
2023-01-07 09:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-01-07 09:36:21 UTC
  File "/usr/lib/python3.10/site-packages/gemato/cli.py", line 604, in parse_args
    super().parse_args(args, argp)
  File "/usr/lib/python3.10/site-packages/gemato/cli.py", line 151, in parse_args
    super().parse_args(args, argp)
  File "/usr/lib/python3.10/site-packages/gemato/cli.py", line 118, in parse_args
    with open(args.openpgp_key, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/openpgp-keys/vincentlefevre.asc'
 * ERROR: dev-libs/mpfr-4.2.0::gentoo failed (unpack phase):
 *   PGP signature verification failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20230105-060029

  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.9
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.66.0 *
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit b8f10f096b86d53d222df47d5a7744148292a64a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jan 7 08:02:20 2023 +0000

    2023-01-07 08:02:19 UTC

emerge -qpvO dev-libs/mpfr
[ebuild     U ] dev-libs/mpfr-4.2.0 [4.1.1_p1] USE="-static-libs -verify-sig%" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2023-01-07 09:36:23 UTC
Created attachment 847794 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-01-07 09:36:24 UTC
Created attachment 847796 [details]
dev-libs:mpfr-4.2.0:20230107-080520.log
Comment 3 Toralf Förster gentoo-dev 2023-01-07 09:36:25 UTC
Created attachment 847798 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-01-07 09:36:27 UTC
Created attachment 847800 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-01-07 09:36:28 UTC
Created attachment 847802 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-01-07 09:36:29 UTC
Created attachment 847804 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-01-07 09:36:29 UTC
Created attachment 847806 [details]
logs.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-07 09:37:16 UTC
commit 778b9a9968cab0023e75146bac0b36ff6f7e3883
Author: Sam James <sam@gentoo.org>
Date:   Sat Jan 7 08:17:11 2023 +0000

    dev-libs/mpfr: fix src_unpack w/ USE=-verify-sig

    Thanks to i-garrison for reporting.

    Signed-off-by: Sam James <sam@gentoo.org>