Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384073 - sys-apps/help2man[nls] has missing dev-perl/Locale-gettext RDEPEND
Summary: sys-apps/help2man[nls] has missing dev-perl/Locale-gettext RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 12:28 UTC by Nikoli
Modified: 2011-09-22 15:05 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 Nikoli 2011-09-22 12:28:29 UTC
help2man -m "MP4v2 Utilities" -N ./mp4file -o doc/man/man1/mp4file.1
x86_64-pc-linux-gnu-g++ -Wall -Wformat -march=core2 -O2 -pipe -fvisibility=hidden -Wl,-O1 -o .libs/mp4trackdump util/mp4trackdump.o  -Wl,--as-needed ./.libs/libmp4v2.so 
creating mp4trackdump
Can't locate Locale/gettext.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux /usr/lib64/perl5/site_perl/5.12.3 /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.3/x86_64-linux /usr/lib64/perl5/5.12.3 /usr/local/lib/site_perl .) at /usr/bin/help2man line 29.
BEGIN failed--compilation aborted at /usr/bin/help2man line 29.
make: Can't locate Locale/gettext.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux /usr/lib64/perl5/site_perl/5.12.3 /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.3/x86_64-linux /usr/lib64/perl5/5.12.3 /usr/local/lib/site_perl .) at /usr/bin/help2man line 29.
BEGIN failed--compilation aborted at /usr/bin/help2man line 29.
*** [doc/man/man1/mp4art.1] Error 2
make: *** Waiting for unfinished jobs....
make: *** [doc/man/man1/mp4file.1] Error 2
emake failed

After isntalling dev-perl/Locale-gettext it builds fine.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-09-22 14:15:17 UTC
(In reply to comment #0)
> help2man [...]

> Can't locate Locale/gettext.pm in @INC (@INC contains: /etc/perl
> /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux
> /usr/lib64/perl5/site_perl/5.12.3
> /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux
> /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/site_perl
> /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.3/x86_64-linux
> /usr/lib64/perl5/5.12.3 /usr/local/lib/site_perl .) at /usr/bin/help2man line
> 29.
> BEGIN failed--compilation aborted at /usr/bin/help2man line 29.


Currently sys-apps/help2man[nls] has dev-perl/Locale-gettext only in DEPEND but uses it at runtime.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-09-22 15:05:27 UTC
Thanks, fixed.