Package: librdf0-dev Version: 1.0.8-2 Severity: grave Tags: patch Justification: renders package unusable
While compiling software I got the following error: /usr/include/redland.h:38:20: error: rasqal.h: Datei oder Verzeichnis nicht gefunden (note: part in german translates to "file or directory not found") redland.h includes rasqal.h as <rasqal.h> but rasqal.h is located in /usr/includes/rasqal/ -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (1001, 'stable'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages librdf0-dev depends on: ii libdb-dev 4.7.25.2 Berkeley Database Libraries [devel ii libmysqlclient15-dev 5.0.51a-24 MySQL database development files ii libpq-dev 8.3.6-1 header files for libpq5 (PostgreSQ ii libraptor1-dev 1.4.18-2 Raptor RDF parser and serializer d ii librasqal1-dev 0.9.16-1 Rasqal RDF query library developme ii librdf0 1.0.8-2 Redland Resource Description Frame ii libsqlite3-dev 3.5.9-6 SQLite 3 development files Versions of packages librdf0-dev recommends: ii redland-utils 1.0.8-2 Redland Resource Description Frame Versions of packages librdf0-dev suggests: pn librdf-perl <none> (no description available) pn librdf-ruby <none> (no description available) pn python-librdf <none> (no description available) -- no debconf information
--- redland.h 2009-04-11 23:32:28.000000000 +0200 +++ redland.h.old 2009-04-11 23:42:57.000000000 +0200 @@ -35,7 +35,7 @@ /* raptor */ #include <raptor.h> /* rasqal */ -#include <rasqal.h> +#include <rasqal/rasqal.h> /* librdf */ #include <librdf.h> #else