Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512280 - net-irc/hexchat-2.10.0 fails src_test, has missing dev-util/intltool DEPEND
Summary: net-irc/hexchat-2.10.0 fails src_test, has missing dev-util/intltool DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2014-06-03 11:48 UTC by Nikoli
Modified: 2014-06-03 12:26 UTC (History)
1 user (show)

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


Attachments
build.log (hexchat-2.10.0_build.log1,62.24 KB, application/octet-stream)
2014-06-03 11:48 UTC, Nikoli
Details

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