View Issue Details

IDProjectCategoryView StatusLast Update
0003508ardourbugspublic2010-10-25 00:25
Reporterdowner Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Summary0003508: Location of rasqal.h on Fedora
DescriptionI'm not sure if this is a Fedora bug, or Ardour, but compiling svn 3.0 needs
"ln -s /usr/include/rasqal/rasqal.h /usr/include/rasqal.h"
to be able to find rasqal.h on Fedora 14 Updates-Testing.
TagsNo tags attached.

Activities

x42

2010-10-22 23:49

administrator   ~0009289

it must be a Fedora or other upstream bug.
On Debian said header file is also found at
/usr/include/rasqal/rasqal.h
and '/usr/lib/pkgconfig/rasqal.pc' points to
includedir=${prefix}/include/rasqal

downer

2010-10-23 00:34

reporter   ~0009290

Ok, added Fedora bug https://bugzilla.redhat.com/show_bug.cgi?id=645932

cth103

2010-10-23 21:21

administrator   ~0009293

Hi, what is the output of

pkg-config --cflags rasqal

on your system?

downer

2010-10-24 02:16

reporter   ~0009294

Last edited: 2010-10-24 02:18

-I/usr/include/rasqal

From Fedora bug report:
In the Fedora RPM, rasqal.h is placed in the standard location specified by its
developers.
   /usr/include/rasqal/rasqal.h
If ardour3 can't find it, it is a bug in ardour3.

Sorry, we don't support ardour3 in Fedora yet. Closing NOTABUG.

cth103

2010-10-24 12:20

administrator   ~0009295

How about

pkg-config --cflags slv2

?

downer

2010-10-24 15:24

reporter   ~0009296

Comes up blank

cth103

2010-10-24 18:44

administrator   ~0009297

Did you install SLV2 yourself or use a Fedora package? Do you have a file /usr/lib/pkgconfig/slv2.pc or /usr/local/lib/pkgconfig/slv2.pc ?

downer

2010-10-24 21:37

reporter   ~0009298

I used Fedora package from yum.
Yes I have /usr/lib/pkgconfig/slv2.pc

cth103

2010-10-24 23:14

administrator   ~0009299

Could you attach that file (/usr/lib/pkgconfig/slv2.pc) to this bug report?

2010-10-25 00:15

 

slv2.pc (243 bytes)

downer

2010-10-25 00:16

reporter   ~0009300

Contents of slv2.pc uploaded:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libslv2
Version: 0.6.6
Description: Convenience library for hosts to simplify LV2 plugin support
Libs: -L${libdir} -lslv2
Cflags: -I${includedir}

x42

2010-10-25 00:25

administrator   ~0009301

nice deductive technique.

FWIW: on Debian I get:

#pkg-config --cflags slv2
-I/usr/include/rasqal -I/usr/local/include

and '/usr/lib/pkgconfig/slv2.pc' reads:

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libslv2
Version: 0.6.6
Description: Convenience library for hosts to simplify LV2 plugin support
Libs: -lrdf -lrasqal -lraptor -L${libdir} -lslv2
Cflags: -I/usr/include/rasqal -I${includedir}

Issue History

Date Modified Username Field Change
2010-10-22 23:34 downer New Issue
2010-10-22 23:49 x42 Note Added: 0009289
2010-10-23 00:34 downer Note Added: 0009290
2010-10-23 21:21 cth103 Note Added: 0009293
2010-10-23 21:21 cth103 Status new => feedback
2010-10-24 02:16 downer Note Added: 0009294
2010-10-24 02:18 downer Note Edited: 0009294
2010-10-24 12:20 cth103 Note Added: 0009295
2010-10-24 15:24 downer Note Added: 0009296
2010-10-24 18:44 cth103 Note Added: 0009297
2010-10-24 21:37 downer Note Added: 0009298
2010-10-24 23:14 cth103 Note Added: 0009299
2010-10-25 00:15 downer File Added: slv2.pc
2010-10-25 00:16 downer Note Added: 0009300
2010-10-25 00:25 x42 Note Added: 0009301