Bug 65700 - intltoolize conflicts with used gettext version
Summary: intltoolize conflicts with used gettext version
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: intltool
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-30 14:31 UTC by Enrico Scholz
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-05-30 14:31:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-05-30 14:31:06 UTC
Description of Problem:

Applying 'intltoolize' on the po/Makefile.in.in of the current gettext package
results in errors:

| $ intltoolize --force
| patching file po/Makefile.in.in
| Hunk #1 FAILED at 34.
| Hunk #2 FAILED at 86.
| Hunk #3 FAILED at 171.
| 3 out of 3 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej


Version-Release number of selected component (if applicable):

gettext-0.11.2-1
intltool-0.18-2


Steps to Reproduce:

$ cat >configure.in <<EOF
AC_INIT(X,0,[Y])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_INSTALL
AC_PROG_AWK
AC_PROG_CC
AC_PROG_RANLIB

AC_PROG_INTLTOOL
AM_PROG_XML_I18N_TOOLS
AM_GNU_GETTEXT
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
EOF

$ touch Makefile.am
$ autoreconf -i
$ intltoolize

Comment 1 Havoc Pennington 2002-06-09 14:43:31 UTC
This will get fixed in intltool 0.22 which I have to upgrade to in order to 
upgrade anything gnome-related. Will probably happen within a week or two.
Closing bug since I'll be forced to remember anyhow. ;-)


Note You need to log in before you can comment on or make changes to this bug.