Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879799 - dev-lang/perl-5.34.1-r4 BLAKE2B issue
Summary: dev-lang/perl-5.34.1-r4 BLAKE2B issue
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-05 00:23 UTC by CaptainBlood
Modified: 2023-02-07 20:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CaptainBlood 2022-11-05 00:23:31 UTC
After stage3-amd64-openrc-20221030T170552Z.tar.xz, emerge-websync for new install today here, emerging a package returns ahead of the emerge processing:
Digest verification failed:
 * /var/db/repos/gentoo/dev-lang/perl/perl-5.34.1-r4.ebuild
 * Reason: Failed on BLAKE2B verification
 * Got: b418dd28ccb8d04ee658c799d8cf665d31b6b01df6a4e2109f10eb27cb855cf41ec2e8b946f1ddf3652873e112909b459808e676b199b199fdec86a687822bc2
 * Expected: 4eed897c147ce3bdd062e17a5ca9653956a70b50b9041e16ef7293fcb9ffafd7b74d96ec2b4497a4eaa69bf9fc4018374127593eba514adbee98df2296522c7d                     ... done!

no emerge --sync here yet.

Maybe a mistake has been done here though.
Comment 1 CaptainBlood 2023-02-07 10:47:32 UTC
Did try to ebuild digest the .ebuild file:

localhost /var/db/repos/gentoo/dev-lang/perl # ebuild perl-5.34.1-r4.ebuild digest
/var/db/repos/gentoo/dev-lang/perl/perl-5.34.1-r4.ebuild: line 805: syntax error near unexpected token `}'
/var/db/repos/gentoo/dev-lang/perl/perl-5.34.1-r4.ebuild: line 805: `}'
 * ERROR: dev-lang/perl-5.34.1-r4::gentoo failed (depend phase):
 *   error sourcing ebuild
 * 
 * Call stack:
 *   ebuild.sh, line 628:  Called die
 * The specific snippet of code:
 *   			source "${EBUILD}" || die "error sourcing ebuild"
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/perl-5.34.1-r4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/perl-5.34.1-r4::gentoo'`.
 * Working directory: '/usr/lib/python3.10/site-packages'
 * S: '/var/no-tmpfs/portage/dev-lang/perl-5.34.1-r4/work/perl-5.34.1'

So I scp from alternate sane computer, now working fine.

Side note
file timestamp & size where identical between the two; dunno what happened

Closing now.