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 101897 - intltool fails to patch po/Makefile.in.in for packages using glib-gettextize
intltool fails to patch po/Makefile.in.in for packages using glib-gettextize
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
: 102261 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-12-24 06:17 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
simple patch to the patch to get it to apply (854 bytes, patch)
2002-12-24 08:05 UTC, James Henstridge
none Details | Review

Description James Henstridge 2002-12-24 06:17:52 UTC
Owen made some updates to the Makefile.in.in file installed by the
glib-gettextize program on December 11th.  Now the patch that intltoolize
tries to apply gets one hunk rejected.

This will affect anyone developing with gtk 2.2 (and gnome 2.1 development).
Comment 1 James Henstridge 2002-12-24 08:05:18 UTC
Created attachment 13195 [details] [review]
simple patch to the patch to get it to apply
Comment 2 James Henstridge 2002-12-24 08:06:50 UTC
The above patch will make patch-4 apply to the Makefile.in.in
installed by glib-2.2's glib-gettextize.  Seems to work okay for me. 
However, you will probably want two patches so you can continue
working with older glib-gettextize ...
Comment 3 Kenneth Rohde Christiansen 2002-12-24 14:49:53 UTC
Thanks for the patch. I am unfortunately on vacation and I do not 
have access to a linux box. If you want to fix it, you should make a 
new -5 patch (or -6 if -5 is already used). The patches are being 
applied by intltoolize.in so it should just a a couple of extra lines 
to this file.

If you fix this, feel free to commit.
Comment 4 Kenneth Rohde Christiansen 2003-01-05 16:50:06 UTC
*** Bug 102261 has been marked as a duplicate of this bug. ***
Comment 5 Frederic Crozat 2003-01-06 09:01:33 UTC
Fixed by patch in bug 102261 I've just committed..

This way, we are compatible with both glib-gettextize 2.0 and 2.2..