Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jul 2010 14:42:16 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        david@vizion2000.net
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Redland compile error missing librdf
Message-ID:  <4C2E5D38.1000104@FreeBSD.org>
In-Reply-To: <A6D8EA05FDD04FF3B97C610A8630E46B@graphics>
References:  <A6D8EA05FDD04FF3B97C610A8630E46B@graphics>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/02/10 14:20, david@vizion2000.net wrote:
> Hi
> Thank you in advance for any solutions
> 
> There seems to be a problem with Redland. When building Soprano it reports
> *Soprano components that will NOT be built:
> *Redland storage backend (missing librdf/redland - http://librdf.org

You keep posting basically the same message over and over, but you're
ignoring the suggestions of the people who have told you how to solve
your problem. You need to do exactly this:

Make sure that your ports tree is up to date
pkg_delete -f redland* raptor* soprano* kdelibs*
cd /var/db/ports && rm -rf redland* raptor* soprano* kdelibs*
cd /usr/ports/textproc/soprano && make clean && make install clean
cd /usr/ports/x11/kdelibs4 && make clean && make install clean

When building these ports you will be presented with various blue and
grey screens with options. Unless you know exactly what you're changing
and why you're changing it, don't make any changes to them, just accept
the defaults (I.e., just hit <Tab> then <Enter>).

If this doesn't work for you, repeat the whole process but for the last
2 steps where it says "make install clean" instead do this both times:

make -DDISABLE_MAKE_JOBS -DCMAKE_VERBOSE install clean

and report what error messages you get.

Please don't post any more messages about this topic until you've
followed the steps above unless you have a question about how to follow
the steps.


Good luck,

Doug

-- 

	... and that's just a little bit of history repeating.
			-- Propellerheads

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C2E5D38.1000104>