From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F268A138334 for ; Sun, 28 Oct 2018 08:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01572E096F; Sun, 28 Oct 2018 08:28:33 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78F2CE095A for ; Sun, 28 Oct 2018 08:28:31 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A8E562400E6 for ; Sun, 28 Oct 2018 09:28:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1540715309; bh=MboM91uH6PfRifZAaYJeFU8UdSk1OWOD7yzthsFNSMw=; h=Date:From:To:Subject:From; b=fcb7PpXGj5F0CAly4wx8sAqvCinxr5IU7FSQLSgBALbdPf0HJHme/490rxrIw7ZUv +YEISQ7WHUJoF1OBRwZAf2+eCrjNl2TTNzvG3c7DgDr4KLDZoV1p5vIvtSlcWLyqRE cAIBHNcTvtUaCl27UiU+jdBaMXZFxniISZ/veTClEj1F8tT8NiOBvYXY8TqInUgq7a Lj02TPqzvzRD28xHp+X6hPIYjy81GMU4E0N2xatquVBU7dlt7Xvsr+LjO1O3pa1dFo /FeicswE3Aqdlcv1ChQQfZ1sJ7CLM4HzVM8MKGy07i+eHKzgKaqaRK84f8gAXJEDNs B8VvE1ZWiLFbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42jW8X6Mzwz9rxD for ; Sun, 28 Oct 2018 09:28:28 +0100 (CET) Date: Sun, 28 Oct 2018 09:29:21 +0100 From: tuxic@posteo.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Inkscape failed to compile...(update from this morning) Message-ID: <20181028082921.i554wn2rvpi3souz@solfire> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <20181028032940.l2a2t5y356qzpeok@solfire> <20181028044154.erpowk547yxv7snh@solfire> <20181028064637.5hkv74qy34j5l5e7@solfire> <20181028070522.fta7zdyzssgsivs4@grusum.endjinn.de> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181028070522.fta7zdyzssgsivs4@grusum.endjinn.de> User-Agent: NeoMutt/20180716 X-Archives-Salt: a6fd5dab-2cc7-4597-a456-ada125e409ad X-Archives-Hash: 8ef04c0c315882122ee8d2e30af216a2 On 10/28 08:05, David Haller wrote: > Hello, > > On Sun, 28 Oct 2018, tuxic@posteo.de wrote: > [..] > >reemergeing cairomm fixes the problem! > > No wonder. The error was e.g.: > /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so: > undefined reference to `cairo_script_create' > > $ qfile /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so > dev-cpp/cairomm (/usr/lib64/libcairomm-1.0.so) > > So re-emerging dev-cpp/cairomm should be obvious ;) > > >Unfortunately I emerged and forget the '-1'...is there a > >way to fix that? > > # sed -i.orig '/^dev-cpp/cairomm$/d' /var/lib/portage/world > > Check with > > # diff -u /var/lib/portage/world.orig /var/lib/portage/world > > that only that one entry is gone. Then you can remove the .orig. > > Or just edit that world file with the editor of your choice. > > HTH, > -dnh > > -- > I don't care about people reading in OE. It just gets bad if they > send postings, viruses, and complaints about non-existing attachements. > Hi dnh, thanks for your help! I know of the entry in the world file but was unsure, whether somewhere else were traces of the cairomm installation... Cheers! Meino