Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Inkscape failed to compile...(update from this morning)
Date: Sun, 28 Oct 2018 08:21:34
Message-Id: 20181028070522.fta7zdyzssgsivs4@grusum.endjinn.de
In Reply to: Re: [gentoo-user] Inkscape failed to compile...(update from this morning) by tuxic@posteo.de
1 Hello,
2
3 On Sun, 28 Oct 2018, tuxic@××××××.de wrote:
4 [..]
5 >reemergeing cairomm fixes the problem!
6
7 No wonder. The error was e.g.:
8 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so:
9 undefined reference to `cairo_script_create'
10
11 $ qfile /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib64/libcairomm-1.0.so
12 dev-cpp/cairomm (/usr/lib64/libcairomm-1.0.so)
13
14 So re-emerging dev-cpp/cairomm should be obvious ;)
15
16 >Unfortunately I emerged and forget the '-1'...is there a
17 >way to fix that?
18
19 # sed -i.orig '/^dev-cpp/cairomm$/d' /var/lib/portage/world
20
21 Check with
22
23 # diff -u /var/lib/portage/world.orig /var/lib/portage/world
24
25 that only that one entry is gone. Then you can remove the .orig.
26
27 Or just edit that world file with the editor of your choice.
28
29 HTH,
30 -dnh
31
32 --
33 I don't care about people reading in OE. It just gets bad if they
34 send postings, viruses, and complaints about non-existing attachements.

Replies