After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349560 - intltool-update does not find xgettext
intltool-update does not find xgettext
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
0.35.x
Other Linux
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-01 16:53 UTC by Matthias Clasen
Modified: 2007-08-02 22:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2006-08-01 16:53:38 UTC
because it does test -x xgettext which does not work.
It needs to use a full path.

Originally reported at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200889
Comment 1 Matthias Clasen 2006-08-01 17:03:35 UTC
Ok, prima facie this is caused by a missing BuildRequires: xgettext in
our intltool package, but it would probably be better if the default
value for XGETTEXT_INTLOOL was /usr/bin/xgettext, not just xgettext.
Comment 2 Daniel Macks 2006-08-01 17:30:22 UTC
Sounds like this might be the actual bug underlying Bug #339310
Comment 3 Daniel Leidert 2006-08-01 19:00:52 UTC
(In reply to comment #1)
> Ok, prima facie this is caused by a missing BuildRequires: xgettext in
> our intltool package, but it would probably be better if the default
> value for XGETTEXT_INTLOOL was /usr/bin/xgettext, not just xgettext.

I don't think, this is a good idea. But instead of a 'test -x' test, probably a test based on the result of 'which' might work better.
Comment 4 Danilo Segan 2007-07-20 16:24:50 UTC
It was actually changed to not default to wherever xgettext was found during build time because it caused problems. Don't remember the details, but there should be a bug report about this.
Comment 5 Rodney Dawes 2007-08-02 22:36:49 UTC
Fixed in SVN.