Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529236 - =media-gfx/graphite2-1.2.4-r1: should depend on =dev-perl/locale-maketext-lexicon-0.960.0-r1
Summary: =media-gfx/graphite2-1.2.4-r1: should depend on =dev-perl/locale-maketext-lex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on: 529904
Blocks:
  Show dependency tree
 
Reported: 2014-11-14 12:51 UTC by Anthony Basile
Modified: 2014-11-22 21:59 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 Anthony Basile gentoo-dev 2014-11-14 12:51:33 UTC
The build fails unless =dev-perl/locale-maketext-lexicon-0.960.0-r1 is installed when USE=perl.  It was a little hard to catch, but an strace ends in the following.  Installing locale-maketext-lexicon, and all is good.

rk(0x6b2384c7000)                      = 0x6b2384c7000
brk(0x6b2384c8000)                      = 0x6b2384c8000
brk(0x6b2384ca000)                      = 0x6b2384ca000
brk(0x6b2384cb000)                      = 0x6b2384cb000
lseek(6, 15329, SEEK_SET)               = 15329
lseek(6, 0, SEEK_CUR)                   = 15329
close(6)                                = 0
stat("/etc/perl/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/5.18.2/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/5.18.2/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/5.18.2/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/5.18.2/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/perl5/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/vendor_perl/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/5.18.2/x86_64-linux/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/5.18.2/Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("/usr/lib/perl5/5.18.2/Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
stat("./Locale/Maketext/Lexicon.pmc", 0x7502eaaf2e80) = -1 ENOENT (No such file or directory)
stat("./Locale/Maketext/Lexicon.pm", 0x7502eaaf2db0) = -1 ENOENT (No such file or directory)
+++ killed by SIGKILL +++
Killed

Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2014-11-22 21:59:36 UTC
Dependency added