This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bootstrap fails: msgfmt: Not found


 > From: Philipp Thomas <pthomas@suse.de>
 > 
 > * Kaveh R . Ghazi (ghazi@caip.rutgers.edu) [20000624 19:55]:
 > 
 > >  > make[1]: Entering directory `/caip/u99/ghazi/gcc-testing/build/gcc/po'
 > >  > file=`echo en_GB | sed 's,.*/,,'`.gmo \
 > >  >   && rm -f $file && PATH=../src:$PATH msgfmt -o $file ../../../egcs-CVS20000624/gcc/po/en_GB.po
 > >  > msgfmt: Not found
 > >  > make[1]: *** [en_GB.gmo] Error 1
 > 
 > As I thought, another bug in AM_WITH_NLS and AM_GNU_GETTEXT. The
 > former checked for msgfmt and gmsgfmt but set them anyway, whether
 > found or not and the latter just ignored the issue. Fixed and
 > commited like this:
 > 
 > 2000-06-25  Philipp Thomas  <pthomas@suse.de>
 > 
 > 	* aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
 > 	compiler found.
 > 	AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
 > 	* configure: Rebuilt.



FYI, the problem appears to be fixed now, but not by the above patch.
Instead, I suspect it was this one:

 > 2000-06-26  Philipp Thomas  <pthomas@suse.de>
 > 
 > 	* aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
 > 	test for msgfmt without path instead.
 > 	* configure: Rebuilt.

Either way, thanks for fixing it. :-)

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]