Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232976 - net-news/liferea-1.4.17 intltool
Summary: net-news/liferea-1.4.17 intltool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 02:30 UTC by Trevor Benedict
Modified: 2008-07-31 07:08 UTC (History)
10 users (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 Trevor Benedict 2008-07-26 02:30:53 UTC
./configure error

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)

[I] dev-util/intltool
     Available versions:  0.35.5 (~)0.37.1
     Installed versions:  0.37.1(22:34:05 07/19/08)


Reproducible: Always
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2008-07-26 04:24:45 UTC
looks like intltool-extract.in, intltool-merge.in, and intltool-update.in are missing.
Comment 2 Trevor Benedict 2008-07-26 05:41:43 UTC
>>> /usr/bin/intltool-update
>>> /usr/bin/intltool-prepare
>>> /usr/bin/intltool-extract
>>> /usr/bin/intltool-merge
>>> /usr/bin/intltoolize

>>> /usr/share/intltool/intltool-update.in
>>> /usr/share/intltool/intltool-merge.in
>>> /usr/share/intltool/Makefile.in.in
>>> /usr/share/intltool/intltool-extract.in

They are there.
Comment 3 Arthur Spitzer 2008-07-26 08:26:50 UTC
Hi,

I have the same problem. Googled it and found:
http://sourceforge.net/mailarchive/forum.php?thread_name=f89c49a90805151246g7dbfd5f2m2f0a4d77f9628fdd%40mail.gmail.com&forum_name=liferea-devel

Hopefully it helps.
Comment 4 Arthur Spitzer 2008-07-26 08:33:00 UTC
I ran 'intltoolize' before ./configure
which coursed ./configure to finish successfuly.
Comment 5 Alexandre Rostovtsev (RETIRED) gentoo-dev 2008-07-26 17:29:43 UTC
Adding intltoolize after eautoreconf in the ebuild makes it build successfully.
Comment 6 Olaf Leidinger 2008-07-26 22:13:57 UTC
Confirming bug and bug-fix (using a call to intltoolize). This should be added to the ebuild in portage.
Comment 7 Albert W. Hopkins 2008-07-28 19:35:52 UTC
(In reply to comment #6)
> Confirming bug and bug-fix (using a call to intltoolize). This should be added
> to the ebuild in portage.
> 

+1
Comment 8 Marcus 2008-07-30 06:42:10 UTC
I can confirm that bug, too
Comment 9 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-07-31 07:08:23 UTC
I fixed that yesterday, the problem is that the package was generated with intltool 0.40 while not changing the requirement in configure.{ac,in}. Since liferea builds and runs fine against 0.37, I've just added intltoolize call. Thanks for reporting.