Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1078169

Summary: ibus-m17n build failed with error: po/Makefile.in.in was not created by intltoolize.
Product: [Fedora] Fedora Reporter: Menanteau Guy <menantea>
Component: ibus-m17nAssignee: Daiki Ueno <dueno>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dueno, i18n-bugs, shawn.p.huang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: ibus-m17n-1.3.4-13.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-05 04:07:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Menanteau Guy 2014-03-19 10:17:20 UTC
Description of problem:
ibus-m17n build failed with error: po/Makefile.in.in was not created by intltoolize.

Version-Release number of selected component (if applicable):
ibus-m17n-1.3.4
intltool.0.50.2-7.fc21

How reproducible:
rpmbuild -bb

Additional info:
It seems that last changes in intltool makes ibus-m17n failed because
IT_PROG_INTLTOOL and AM_GNU_GETTEXT are now uncompatible.

I used following patch following by an autoreconf to get a successful build.
--- ibus-m17n-1.3.4/configure.ac.ori    
+++ ibus-m17n-1.3.4/configure.ac
@@ -102,8 +102,6 @@ GETTEXT_PACKAGE=ibus-m17n
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.])

-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.16.1)


 # OUTPUT files

Comment 1 Daiki Ueno 2014-03-20 03:57:22 UTC
I agree the solution for the meantime, though hopefully intltool will be unnecessary with the next release of gettext.