Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512266 - Failed emerge because of missing `perl-cleaner` run (?)
Summary: Failed emerge because of missing `perl-cleaner` run (?)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 08:15 UTC by Luca Fulchir
Modified: 2014-06-03 10:22 UTC (History)
0 users

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


Attachments
emerge --info (file_512266.txt,4.73 KB, text/plain)
2014-06-03 08:55 UTC, Luca Fulchir
Details

Note You need to log in before you can comment on or make changes to this bug.
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.