On 9/29/07, Cyril Brulebois <[EMAIL PROTECTED]> wrote: > tag 441161 patch > clone 441161 -1 > block 441161 by -1 > retitle -1 libsword-dev: Missing Depends: on libcurl*-dev
This is not true, and I urge both the maintainers and any possible NMUer to not apply this workaround. > configure:32801: /bin/sh ./libtool --silent --mode=link g++ -o conftest > -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W > -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 > -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new > -fno-common -fexceptions -I$ -I/usr/include/kde -I/usr/share/qt3/include -I. > -I/usr/include/sword -DQT_THREAD_SUPPORT -D_REENTRANT -DQT_NO_ASCII_CAST > -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I$(top_srcdir)/ > -I$(top_srcdir)/bibletime -I$(top_builddir)/bibletime -L/usr/lib > conftest.cpp -lsword -lz 1>&5 > libtool: link: cannot find the library `/usr/lib/libcurl.la' The problem is that the libtool used in bibletime, which does not come as an existing file in the original package (it's created from inside the configure script) is broken. The libtool included in bibletime claims to be from 2002. Running the same line for the same conftest file with the libtool included in Debian works fine. I'm not sure of how exactly to fix this. Maybe erase the libtool from the configure script and add Debian's as an external one? Maybe ask upstream not to do such an ugly thing as create the libtool file from the configure script? Including libcurl*-dev stops the configure from complaining but doesn't actually FIX the problem, you are still using a 5 year old libtool which might lead to other troubles. So it really really really is not a good idea. Also, while testing out this bug I found out that bibletime should build-depend on libclucene-dev -- Besos, Marga -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]