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

Bug 512280

Summary: net-irc/hexchat-2.10.0 fails src_test, has missing dev-util/intltool DEPEND
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: Julian Ospald <hasufell>
Status: RESOLVED FIXED    
Severity: normal CC: god
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Nikoli 2014-06-03 11:48:48 UTC
Created attachment 378168 [details]
build.log

When dev-util/intltool-0.50.2-r1 is not installed configure fails:
checking whether NLS is requested... yes
./configure: line 12865: intltool-update: command not found
checking for intltool >= 0.40.0...  found
configure: error: Your intltool is too old.  You need intltool 0.40.0 or later.


After installing intltool configure and make work fine, but src_test fails:
Making check in po
make[1]: Entering directory `/var/package-manager/tmp/portage/net-irc/hexchat-2.10.0/work/hexchat-2.10.0/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package hexchat --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

src/common/chanopt.c
src/common/inbound.c
src/fe-text/fe-text.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[1]: *** [check] Error 1