pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44971: textproc/redland misses a dependency on databases/unixodbc



>Number:         44971
>Category:       pkg
>Synopsis:       textproc/redland misses a dependency on databases/unixodbc
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 16 10:50:00 +0000 2011
>Originator:     Francois Tigeot
>Release:        DragonFly BSD 2.10-RELEASE
>Organization:
>Environment:
DragonFly akane.zefyris.com 2.10-RELEASE DragonFly v2.10.1.7.g20061-RELEASE #6: 
Wed May  4 13:22:37 CEST 2011     
ftigeot%akane.zefyris.com@localhost:/usr/obj/usr/src/sys/X86_64_GENERIC_SMP  
x86_64
>Description:
textproc/redland from pkgsrc-2011Q1 fails to build, missing some .h files:

[...]
libtool: compile:  cc -DHAVE_CONFIG_H -I. 
-I/pkgsrc/textproc/redland/work/.buildlink/include 
-I/pkgsrc/textproc/redland/work/.buildlin
k/include/rasqal 
-DREDLAND_MODULE_PATH=\"/usr/local/lib/redland:/usr/pkg/lib/redland\" 
-DLIBRDF_INTERNAL=1 -O -g -pipe -MT librdf_stor
age_virtuoso_la-rdf_storage_virtuoso.lo -MD -MP -MF 
.deps/librdf_storage_virtuoso_la-rdf_storage_virtuoso.Tpo -c 
rdf_storage_virtuoso.
c  -fPIC -DPIC -o .libs/librdf_storage_virtuoso_la-rdf_storage_virtuoso.o
rdf_query_virtuoso.c:48:17: error: sql.h: No such file or directory
rdf_query_virtuoso.c:49:20: error: sqlext.h: No such file or directory
In file included from rdf_query_virtuoso.c:53:
./rdf_storage_virtuoso_internal.h:38: error: expected specifier-qualifier-list 
before 'HENV'
[...]


>How-To-Repeat:
Try to build textproc/redland from pkgsrc-2011Q1

>Fix:
sql.h and sqlext.h are provided by databases/unixodbc

Including the file buildlink3.mk file from databases/unixodbc in 
textproc/redland Makefile is enough to fix this compilation issue.



Home | Main Index | Thread Index | Old Index