Hi. tags + path thanks
On Tue, Aug 23, 2011 at 11:00:59PM +0200, Lucas Nussbaum wrote: > amd64. > > Relevant part: > > make[3]: Entering directory `/build/raptor-Tw1VFo/raptor-1.4.21/src' > > \ > > # source='raptor_parse.c' object='raptor_parse.lo' libtool=yes > > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > > -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 > > -DRAPTOR_V2_EXPERIMENTAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 > > -g -O2 -g -O2 -Wall -c -o raptor_parse.lo raptor_parse.c > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa > > -DRAPTOR_INTERNAL=1 -DRAPTOR_V2_EXPERIMENTAL=1 -I/usr/include/libxml2 > > -I/usr/include/libxml2 -g -O2 -g -O2 -Wall -c raptor_parse.c -fPIC -DPIC > > -o .libs/raptor_parse.o > > In file included from raptor_parse.c:54:0: > > raptor_internal.h:855:24: fatal error: curl/types.h: No such file or > > directory > > compilation terminated. > > make[3]: *** [raptor_parse.lo] Error 1 > Would you please apply the following NMU-ready patch (unless you prefer me to NMU upload it) ? Hope this helps. Best regards,
diff -Nru raptor-1.4.21/debian/changelog raptor-1.4.21/debian/changelog --- raptor-1.4.21/debian/changelog 2011-03-01 02:08:36.000000000 +0100 +++ raptor-1.4.21/debian/changelog 2011-08-26 15:00:52.000000000 +0200 @@ -1,3 +1,10 @@ +raptor (1.4.21-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBS (Closes: #639065) + + -- Olivier Berger <ober...@debian.org> Fri, 26 Aug 2011 15:00:18 +0200 + raptor (1.4.21-5) unstable; urgency=low * Bump shlibs properly to 1.4.21-3 this time (Closes: #615856) diff -Nru raptor-1.4.21/debian/patches/02-fix-639065 raptor-1.4.21/debian/patches/02-fix-639065 --- raptor-1.4.21/debian/patches/02-fix-639065 1970-01-01 01:00:00.000000000 +0100 +++ raptor-1.4.21/debian/patches/02-fix-639065 2011-08-26 15:04:06.000000000 +0200 @@ -0,0 +1,13 @@ +Fix FTBFS: raptor_internal.h:855:24: fatal error: curl/types.h: No such file or directory #639065 + +--- a/src/raptor_internal.h ++++ b/src/raptor_internal.h +@@ -852,8 +852,6 @@ + + #ifdef RAPTOR_WWW_LIBCURL + #include <curl/curl.h> +-#include <curl/types.h> +-#include <curl/easy.h> + #endif + + /* Size of buffer used in various raptor_www places for I/O */ diff -Nru raptor-1.4.21/debian/patches/series raptor-1.4.21/debian/patches/series --- raptor-1.4.21/debian/patches/series 2011-02-23 22:15:42.000000000 +0100 +++ raptor-1.4.21/debian/patches/series 2011-08-26 15:01:41.000000000 +0200 @@ -1 +1,2 @@ 01-write_bytes.patch +02-fix-639065