[MacPorts] #30363: Soprano-2.6.52 fails to build

MacPorts noreply at macports.org
Mon Jul 25 14:54:48 PDT 2011


#30363: Soprano-2.6.52 fails to build
----------------------------------+-----------------------------------------
 Reporter:  david@…               |       Owner:  pixilla@…           
     Type:  defect                |      Status:  new                 
 Priority:  Normal                |   Milestone:                      
Component:  ports                 |     Version:  2.0.0               
 Keywords:                        |        Port:  soprano             
----------------------------------+-----------------------------------------

Comment(by ak.ml@…):

 {{{
 $ port installed raptor raptor2 redland rasqal
 The following ports are currently installed:
   raptor @1.4.21_1 (active)
   raptor2 @2.0.3_2 (active)
   rasqal @0.9.26_1 (active)
   redland @1.0.13_1+db46 (active)
 }}}

 The issue here is that a {{{raptor.h}}} is provided by raptor and raptor2
 and
 {{{#include <raptor.h>}}}
 in {{{`port work
 soprano`/soprano-2.6.52/serializers/raptor/raptorserializer.cpp}}}
 resolves to raptor's include instead of raptor2's.

 Quick fixes:
  * Either: {{{#include <raptor.h>}}} -> {{{#include <raptor2/raptor.h>}}}
 in {{{raptorserializer.cpp}}}
  * Or temporarily deactivate raptor

-- 
Ticket URL: <https://trac.macports.org/ticket/30363#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list