From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LTH85-0006wD-Mj for garchives@archives.gentoo.org; Sat, 31 Jan 2009 14:47:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A2EE039A; Sat, 31 Jan 2009 14:47:27 +0000 (UTC) Received: from mail-bw0-f12.google.com (mail-bw0-f12.google.com [209.85.218.12]) by pigeon.gentoo.org (Postfix) with ESMTP id 07B64E039A for ; Sat, 31 Jan 2009 14:47:26 +0000 (UTC) Received: by bwz5 with SMTP id 5so545814bwz.10 for ; Sat, 31 Jan 2009 06:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9R8QwTRTCOqbvX4LCpp7/K9qAIOOpRJ9tyGvOz7xsIo=; b=iOA/SJuyvmBJ3wLDJ3hHpcF+12j/irUyj7Nr3IsOpA1fwN3r0YPn1DygcwWpw37/AG OgWRa/Vioycnj6Kp7bP2sJhtB77xA1WWtmi3lVBulHvBTo4keWOaeJyvEXO5u2KKoXhT Cy5ONHfDIgl9m8OCI34OKozjN+22DSMpC36RI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pu1lqmePBl5yxyPm9TkO5fB4wF7j6oV++0JdGeqomKH68WzpxlGv9iyYseBKnVQgVs N/VthBA3C2RnJ4Da84jR/oCMg+htCWL+iyDcj6Grmj25iER3T6vShoJggCKfymf99nlF 7tKTZjo6XPw7iVQNupDoQBe13207NXPmWZdRE= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.103.220.18 with SMTP id x18mr1046130muq.135.1233413246167; Sat, 31 Jan 2009 06:47:26 -0800 (PST) In-Reply-To: <20090131054604.GE10032@solfire> References: <20090131054604.GE10032@solfire> Date: Sat, 31 Jan 2009 16:47:26 +0200 Message-ID: Subject: Re: [gentoo-user] Sonic-Visualiser compile error From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 113d65ac-651a-431a-8321-e4f69aff5a16 X-Archives-Hash: 906d2407e2ad28f90af884948b98e399 On 1/31/09, meino.cramer@gmx.de wrote: > I tried to emerge sonic-visualiser (1.4) and it fails to compile > > From the logfile (attached): > Project MESSAGE: WARNING: Failed to find pkg-config package redland > Project MESSAGE: Using pkg-config package rasqal with version 0.9.10 > Project ERROR: Redland RDF datastore required > > But emerge -pv librdf gaves me: > > Calculating dependencies... done! > [ebuild R ] media-libs/liblrdf-0.4.0 0 kB > > and emerge -pv redland > [ebuild R ] dev-libs/redland-1.0.4 USE="berkdb ssl -mysql -sqlite > -threads" 0 kB > > What is missing here, what fails and how can I fix it ??? :) # pkg-config --libs redland Package 'Redland' requires 'rasqal >= 0.9.12' but version of Rasqal RDF Query Library is 0.9.10 Something eats that error message? It looks like you need the unstable rasqal-0.9.15 or .16 to get it compiling. -- Arttu V.