On Fri, Sep 16, 2005 at 02:59:15AM +0200, Peter Palfrader wrote:
> Looks like this only happens on amd64:

I'm guessing this is going to happen on all 64 bit arches once
they get build.

The problem seems to be that the gettext macro is buggy and fails
to detect gettext in libc on 64 bit arches.  It ends up linking
gettext staticly which it really shouldn't be doing.

After running the following, atleast that problem should go away:
aclocal-1.7
automake-1.7
autoconf

But now I get this instead:
make[2]: Entering directory `/usr/src/pingus-0.6.0/po'
/usr/bin/msgmerge --update cs.po pingus.pot
............................. done.
/usr/bin/msgmerge --update nl.po pingus.pot
............................. done.
/bin/sh `case ".././mkinstalldirs" in /*) echo
".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac`
/usr/src/pingus-0.6.0/debian/tmp/usr/share
/bin/sh: ../.././mkinstalldirs: No such file or directory
make[2]: *** [install-data-yes] Error 127


If you're going to fix this, please watch out for timestamp skew
issues.  Read README.Debian.gz in autotools-dev.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to