Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481638 - sys-apps/help2man-1.43.3 fails to configure: perl module Locale::gettext required
Summary: sys-apps/help2man-1.43.3 fails to configure: perl module Locale::gettext requ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 13:08 UTC by Fidel Leon
Modified: 2013-08-19 13:29 UTC (History)
0 users

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 Fidel Leon 2013-08-19 13:08:14 UTC
Emerging sys-apps/help2man complains about:

>>> Emerging (1 of 1) sys-apps/help2man-1.43.3
 * help2man-1.43.3.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                            [ ok ]
>>> Unpacking source...
>>> Unpacking help2man-1.43.3.tar.gz to /var/tmp/portage/sys-apps/help2man-1.43.3/work
>>> Source unpacked in /var/tmp/portage/sys-apps/help2man-1.43.3/work
>>> Preparing source in /var/tmp/portage/sys-apps/help2man-1.43.3/work/help2man-1.43.3 ...
 * Applying help2man-1.36.4-respect-LDFLAGS.patch ...                                                                     [ ok ]
 * Applying help2man-1.38.4-linguas.patch ...                                                                             [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/help2man-1.43.3/work/help2man-1.43.3 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-nls
checking for perl... perl
checking for module Locale::gettext... no
checking for msgfmt... /usr/bin/msgfmt
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for library containing dlsym... -ldl
checking for library containing bindtextdomain... none required
configure: error: perl module Locale::gettext required

Re-emerging dev-perl/Locale-gettext solves this issue - so marked it as trivial.
Comment 1 Agostino Sarubbo gentoo-dev 2013-08-19 13:17:19 UTC
(In reply to Fidel Leon from comment #0)
> configure: error: perl module Locale::gettext required
> 
> Re-emerging dev-perl/Locale-gettext solves this issue - so marked it as
> trivial.

Looks invalid to me, since dev-perl/Locale-gettext is in the DEPEND and it doesn't fail to compile with -nls
Comment 2 Fidel Leon 2013-08-19 13:29:49 UTC
Agreed, I see help2man is dependant on dev-perl/Locale-gettext, so not being pulled by "emerge help2man" means "locale-gettext" was already present in my system, so "failing a ./configure condition because of an theorically already met condition" is my reason to fill this as bug.