Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253460 - net-p2p/transmission missing intltool dep
Summary: net-p2p/transmission missing intltool dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-02 17:32 UTC by Torsten Rehn
Modified: 2009-01-02 21:00 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 Torsten Rehn 2009-01-02 17:32:48 UTC
When emerging 1.42, econf failed as configure was unable to find intltool. This most likely also applies to 1.22, although I wasn't able to reproduce it for that version as configure somehow found intltool even though I had unmerged it.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-01-02 18:47:00 UTC
intltool dep. is there, but under conditional if you are building the gui.. "emerge -pv transmission" output please
Comment 2 Torsten Rehn 2009-01-02 19:22:03 UTC
Sorry, must have overlooked the conditional dep. Anyway, I was building with -gtk and configure still wanted intltool.

[...]
[ebuild  N    ] net-p2p/transmission-1.42  USE="-gtk -libnotify -nls"
[...]
checking for intltool >= 0.23... ./configure: line 24242: intltool-update: command not found
configure: error: Your intltool is too old.  You need intltool 0.23 or later.
[...]
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-01-02 21:00:57 UTC
Upstream configure.ac doesn't seem to be behaving as it should, anyway.. it's 'fixed' now by forcing both gettext and intltool without of chance of disabling them.