* Bas Zoetekouw <[EMAIL PROTECTED]> [2004-01-27 18:42]: > > Could someone QA upload a new upstream of pfe? Then we could get rid > > of the build-depends on xm-tool and at least remove this (orphaned) > > package. > > I'm on it.
It fails to build from source here (on mips): ar cru .libs/testmodule.a testmodule-ext.o testmodule-dll.o ranlib .libs/testmodule.a creating testmodule.la (cd .libs && rm -f testmodule.la && ln -s ../testmodule.la testmodule.la) /usr/bin/install -c .libs/testmodule.soT /build/tbm/pfe-0.33.34/debian/tmp/usr/lib/pfe//testmodule.so /usr/bin/install: cannot stat `.libs/testmodule.soT': No such file or directory make[4]: *** [install-pfelibLTLIBRARIES] Error 1 534:[EMAIL PROTECTED]: ..ps-pc-linux-gnu/testmodule] ll .libs total 100 -rw-r--r-- 1 tbm tbm 49226 Jan 29 16:04 testmodule.a lrwxrwxrwx 1 tbm tbm 16 Jan 29 16:04 testmodule.la -> ../testmodule.la -rw-r--r-- 1 tbm tbm 749 Jan 29 16:04 testmodule.lai -rwxr-xr-x 1 tbm tbm 36927 Jan 29 16:04 testmodule.so .... 16:33 <Keybuk> grep ^VERSION ltmain.sh 16:33 <tbm> VERSION=1.4.2 16:34 <Keybuk> ah, yeah, that's an old bug 16:35 <Keybuk> basically you've not got a libpfe.so, but are trying to make a shared library 16:35 <Keybuk> which you can't do 16:37 <tbm> so what's the fix? 16:37 <Keybuk> you'd need to upgrade it to libtool 1.5 -- Martin Michlmayr [EMAIL PROTECTED]