Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265542 - net-dns/avahi-0.6.24-r2: configure fails to detect dev-util/intltool-0.37.1
Summary: net-dns/avahi-0.6.24-r2: configure fails to detect dev-util/intltool-0.37.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 12:11 UTC by Zak Kipling
Modified: 2010-01-03 15:23 UTC (History)
2 users (show)

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


Attachments
"emerge --info" output (emerge-info.txt,5.25 KB, text/plain)
2009-04-09 12:13 UTC, Zak Kipling
Details
"config.log" output from the failed build (config.log,158.76 KB, text/plain)
2009-04-09 12:16 UTC, Zak Kipling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zak Kipling 2009-04-09 12:11:43 UTC
If I try to emerge net-dns/avahi-0.6.24-r2, upgrading from 0.6.24, the "configure" step fails with:

checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
 found
./configure: line 28667: test: : integer expression expected
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.


However I do have a suitable intltool installed:
[I--] [  ] dev-util/intltool-0.37.1 (0)


Reproducible: Always

Steps to Reproduce:
Comment 1 Zak Kipling 2009-04-09 12:13:23 UTC
Created attachment 187780 [details]
"emerge --info" output
Comment 2 Zak Kipling 2009-04-09 12:16:00 UTC
Created attachment 187781 [details]
"config.log" output from the failed build
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-10 08:33:53 UTC
Seems like intltool-0.37.1 provides that file whereas all newer versions in portage don't:


# qfile -Cv intltool-update.in
dev-util/intltool-0.37.1 (/usr/share/intltool/intltool-update.in)
Comment 4 Zak Kipling 2009-04-10 09:31:28 UTC
As stated in the report above, that failure was with intltool 0.37.1

And I *do* have that file:

-rw-r--r-- 1 root root 31069 2009-01-20 17:48 /usr/share/intltool/intltool-update.in

But configure appears not to be finding it, apparently because it's looking in ./ (wherever that points at the time) rather than /usr/share/intltool/.
Comment 5 Zak Kipling 2009-04-10 10:14:46 UTC
Upgrading intltool to the current stable version (0.40.5), however, has fixed the problem.  I'm guessing this is due to changes in /usr/share/aclocal/intltool.m4.

Perhaps the dependency should be updated to a higher intltool version?
Comment 6 Thomas Raschbacher gentoo-dev 2009-04-21 08:02:55 UTC
same here works with dev-util/intltool-0.40.5 on my hardened amd64 system.
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2009-04-22 16:15:59 UTC
I just encountered this on 3 stable systems at work. Could the intltool dep get updated, please?
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2010-01-03 15:23:39 UTC
(In reply to comment #7)
> I just encountered this on 3 stable systems at work. Could the intltool dep get
> updated, please?
> 

Should be done now,

  03 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
  avahi-0.6.24-r2.ebuild, avahi-0.6.25.ebuild:
  Raise intltool depend to >= 0.40.5 wrt #265542.