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 413461 - intltool-update broken due to intltool-extract command change
intltool-update broken due to intltool-extract command change
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
0.35.x
Other Linux
: Normal major
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-01 15:19 UTC by Sebastien Bacher
Modified: 2007-03-02 16:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-03-01 15:19:29 UTC
with intltool 0.35.5 when running intltool-update from a po directory:

$ intltool-update -p

 *** The intltool-extract script wasn't found!
 *** Without it, intltool-update can not generate files.


That's because the new code uses does "if (! -x "$EXTRACT")" with EXTRACT="intltool-extract", or the command is not copied to the po directory
Comment 1 Danilo Segan 2007-03-02 16:52:00 UTC
Fixed in trunk.

This was introduced with a fix for bug #399476.  I added a call to the command with system() instead of just using "-x" operator, and check for exit status.

Since intltool gets most usage through package building, this is harder to notice, but it breaks completely for translators who don't have INTLTOOL_EXTRACT defined.