Bug#399892: nepenthes_0.2.0-1(hppa/experimental): FTBFS: tries to use static library compiled without -fPIC

2006-11-22 Thread Nepenthes Development Team
Hi, On 11/22/06, Frank Lichtenheld <[EMAIL PROTECTED]> wrote: your package failed to build from source. Apparently because you tried to include a static library into a dynamic one. To do this you need a version of the static library compiled with -fPIC. (All this IIRC, libraries aren't really my

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-23 Thread Nepenthes Development Team
Hi, We just wanted to let you know it is fixed in svn using autotools (the good way). But due too a lot of changes between 0.1.7 and current svn, we were unable to create a patch that would fix *this* issue without breaking something else. The fix was only possible as we changed the whole linki

Bug#378759: Patch for nepenthes: dpkg-buildpackage erases y.tab.c if run a second time

2006-07-20 Thread Nepenthes Development Team
Hi, Actually, the problem is *below* the Makefile.in I'll try to explain it: we use lex & yacc to create a parser, we throw in the lex file and the yacc file, and get a header and a parser. As we were unable to get this "lex this, yacc this and use the resulting c files for compilation" runnin

Bug#369030: FTBFS with GCC 4.2: deprecated conversion from string constant...

2006-05-26 Thread Nepenthes Development Team
Hi, thanks for the note On 5/26/06, Martin Michlmayr <[EMAIL PROTECTED]> wrote: Hi Markus, Since you fixed those GCC 4.1 issues so quickly, Had to install fedora core 5 for gcc 4.1 ..., so this was not really 'quick', but in time to fix it before the compiler hit the shelves. I thought I'd

Bug#356323: FTBFS with G++ 4.1: misc errors

2006-03-23 Thread Nepenthes Development Team
Thanks for the note, I installed fedora core 5 to get g++ 4.1 without major troubles, and fixed it Compiled on Linux/x86 at Mar 23 2006 15:17:53 with g++ 4.1.0 20060304 (Red Hat 4.1.0-3) Started on ferkeldora running Linux/i686 release 2.6.15-1.2054_FC5 diff is here http://svn.mwcollect.org/chan

Bug#355715: fixed in cvs

2006-03-08 Thread Nepenthes Development Team
Hi, just wanted to point out the bug was fixed in curl cvs http://curl.haxx.se/auto/cvshistory.html and it works for me again. MfG Markus Koetter

Bug#355715: libcurl 7.15.2-2 seriously broken in unstable

2006-03-07 Thread Nepenthes Development Team
Package: libcurl3 Version: 7.15.2-2 Description: The library raises an exception after uploading a file via http post, 7.15.1 worked fine this is the code from the app i use, while ( (pMessage = curl_multi_info_read(m_CurlStack, (int *)&iQueue)) ) {

Bug#345969: nepenthes on amd64 bug: casting void * to int32_t on amd64 looses precision

2006-01-04 Thread Nepenthes Development Team
Hi, as you might guess, I don't run 64bit os myself, so I'm unable to test it. The patch just replaces int32_t with int, I can't check it myself, but i guess it *should* work, at least it should compile. The other changes are part of getting the code compile on cygwin. If this fixes the problems