Package: libmetakit2.4.9.3 Version: 2.4.9.3-6.2 Severity: important Tags: patch
Hi, currently your package FTBFS on GNU/kFreeBSD with the following error: > /bin/sh ./libtool --mode=link g++ -o libmk4py.la -g -fomit-frame-pointer > -DNDEBUG -O3 -I../unix/../include -I../unix/../src -I. -lstdc++ -module \ > -avoid-version -rpath /usr/lib \ > PyProperty.lo PyRowRef.lo PyStorage.lo PyView.lo PWOImp.lo > column.lo custom.lo derived.lo fileio.lo field.lo format.lo handler.lo > persist.lo remap.lo std.lo store.lo string.lo table.lo univ.lo view.lo > viewx.lo > rm -fr .libs/libmk4py.la .libs/libmk4py.* .libs/libmk4py.* > ar cru .libs/libmk4py.a PyProperty.o PyRowRef.o PyStorage.o PyView.o > PWOImp.o column.o custom.o derived.o fileio.o field.o format.o handler.o > persist.o remap.o std.o store.o string.o table.o univ.o view.o viewx.o > ranlib .libs/libmk4py.a > creating libmk4py.la > (cd .libs && rm -f libmk4py.la && ln -s ../libmk4py.la libmk4py.la) > cp .libs/libmk4py.so Mk4py.so > cp: cannot stat `.libs/libmk4py.so': No such file or directory > make[1]: *** [Mk4py.so] Error 1 Full build logs are available at <http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=libmetakit2.4.9.3>. To suppport GNU/kFreeBSD, and possibly GNU/Hurd, please apply the attached patch and then: > cd unix > cp /usr/share/misc/config.* scripts/ > libtoolize -c -f > aclocal-1.4 > autoconf2.50 You might want to automate the copy of the config.* scripts, in which case I'd suggest autotools-dev's README.Debian. Cheers, -- Cyril Brulebois
--- libmetakit2.4.9.3-2.4.9.3/unix/configure.in 2007-03-16 02:25:42.685446000 +0100 +++ libmetakit2.4.9.3-2.4.9.3/unix/configure.in 2007-03-16 02:31:36.000000000 +0100 @@ -241,7 +241,7 @@ LDFLAGS="${LDFLAGS} -lstdc++" fi ;; - linux*) + linux*|kfreebsd*|gnu*) LDFLAGS="${LDFLAGS} -lstdc++" LINK_SPECIAL_FLAGS="-rpath ${libdir}" ;;