Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235214 - dev-libs/redland-1.0.8:redland.h wrong path to rasqal include
Summary: dev-libs/redland-1.0.8:redland.h wrong path to rasqal include
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 18:47 UTC by Rui
Modified: 2008-09-22 19:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rui 2008-08-19 18:47:27 UTC
In file "/usr/include/redland.h", line 38, the include point to the same folder

/* rasqal */
#include <rasqal.h>

For dev-libs/rasqal-0.9.16 file but in the system this file is located at 
/usr/include/rasqal/rasqal.h

Reproducible: Always
Comment 1 Alexis Ballier gentoo-dev 2008-09-22 19:01:06 UTC
alexis@geryon ~ $ pkg-config --cflags redland
-I/usr/include/rasqal  


that either means upstream really intends people to use pkg-config or that indeed they forgot to change the include directory for rasqal; either way, please poke upstream about this as this is really there where it should be reported & fixed.