Bug#376078: It does not gettextize

Carlos Z.F. Liu carlosliu at users.sourceforge.net
Fri Jun 30 17:06:38 UTC 2006


On Fri, Jun 30, 2006 at 10:07:35AM +0200, Loïc Minier wrote:
> On Fri, Jun 30, 2006, Jonny wrote:
> >  strings /usr/bin/leafpad | grep locale
> >  ${prefix}/share/locale
> 
>  Carlos, this is due to a bug in intltool 0.35 which requires
>  intltoolizing if you run aclocal.  So the solution is to regenerate
>  70_relibtoolize_noguesssub.patch but run intltoolize --force --copy
>  too, not only libtoolize.
> 
Hi Loïc,

I tried many times with various order and combination of libtoolizing
and intltoolize command. I also reverted back to intltool 0.34. But all
of them result the same error. I'm totally lost in these tools now. :-)

Finally, I found two ways to generate a correct binary:

1. Don't relibtoolize it;
2. Relibtoolize it and replace
			datarootdir='${prefix}/share'
			datadir='${datarootdir}'
   with
			datarootdir='${prefix}/share'
			datadir='${prefix}/share'
   in ${SRCROOT}/configure script.

It seems that the building system doesn't process the "datarootdir" and
"datadir" correctly. I'm not sure how to handle this. Could you help me
on it? 

Thanks.

--
 Best Regards,
 Carlos





More information about the Pkg-gnome-maintainers mailing list