Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 512266

Summary: Failed emerge because of missing `perl-cleaner` run (?)
Product: Gentoo Linux Reporter: Luca Fulchir <luker>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Luca Fulchir 2014-06-03 08:15:45 UTC
I've installed a gentoo-hadened, and I am now switching to a gentoo-hardened-selinux.

While recompiling @world, pinentry does not compile, as it requires:

dev-perl/Locale-gettext
dev-perl/Unicode-EastAsianWidth
dev-perl/Text-Unidecode

everything is ok after emerging the 3 deps, but they should be included in the ebuild...
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-06-03 08:24:46 UTC
Post `emerge --info` and complete build.log from the pinentry emerge
Comment 2 Luca Fulchir 2014-06-03 08:55:22 UTC
Created attachment 378162 [details]
emerge --info

Sorry, forgot that.
The info is of the system as it is now, after I finished rebuilding @world
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-06-03 10:22:02 UTC
The thing is that pinentry doesn't use perl at all. You can easily check by extracting pinentry tarball and running 'grep -r -i perl *' on the directory structure which gives nearly zero results, only some unrelated autotools
related comments.

So these deps you listed, are most certainly not pinentry's deps.

What happened here was that you likely forgot to run `perl-cleaner --all` or even `perl-cleaner --reallyall` after dev-lang/perl upgrade.

If you can /proof/ otherwise, reopen the bug, otherwise I'm closing this as INVALID.