Murali Vadivelu wrote:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib -I/sw/include -g -O2 -c rmt.c
gcc  -g -O2 -L/sw/lib -o rmt  rmt.o ../lib/libtar.a  -lintl
Making all in scripts
make[2]: Nothing to be done for `all'.
Making all in po
PATH=../src:$PATH /sw/bin/xgettext --default-domain=hfstar --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f hfstar.po \
   || ( rm -f ./hfstar.pot \
        && mv hfstar.po ./hfstar.pot )
/sw/bin/xgettext: Non-ASCII string at tests/genfile.c:160.
                  Please specify the source encoding through --from-code.
mv: cannot stat `hfstar.po': No such file or directory
make[2]: *** [hfstar.pot] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-hfstar-1.13.19-10
(Reading database ... 99175 files and directories currently installed.)
Removing fink-buildlock-hfstar-1.13.19-10 ...
Failed: phase compiling: hfstar-1.13.19-10 failed

This seems to be caused by the update of gettext-tools; with the xgettext executable from gettext-tools-0.10.40-19, there is no error. Unfortunately, there is no gettext-tools to go with gettext[-dev]-0.10.40-24 any more. Packages that really want the old xgettext are out of luck. I am CCing this to the fink-core list as maintainer of the gettext packages.

Of course, the new xgettext could be appeased easily by removing the offending iso-8859-1 letter from the C file or by adding a --from-code option to the Makefile. But then what is the sense of keeping pieces of the old gettext around anyway?

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to