Gentoo Archives: gentoo-user

From: Hogren <hogren@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge : what generates this error message
Date: Wed, 29 Mar 2017 11:25:21
Message-Id: 60f8a88f-de10-e3b4-c753-aa3f12f03aa1@iiiha.com
In Reply to: Re: [gentoo-user] emerge : what generates this error message by Alexander Kapshuk
1 On 29/03/2017 13:15, Alexander Kapshuk wrote:
2 > On Wed, Mar 29, 2017 at 2:03 PM, Helmut Jarausch <jarausch@××××××.be> wrote:
3 >> Hi,
4 >>
5 >> I have unmerged the package sci-libs/opencascade.
6 >>
7 >> From then on, for any emerge action, I get the error message
8 >>
9 >> !!! File Not Found: '/etc/env.d/51opencascade'
10 >>
11 >>
12 >> This occurs, e.g., between
13 >>
14 >>>>> media-sound/amarok-2.8.90-r2 merged.
15 >>
16 >> and
17 >>
18 >>>>> Regenerating /etc/ld.so.cache...
19 >>
20 >> What part of Gentoo (probably an eclass) does produce this error message
21 >> and how to stop this?
22 >>
23 >> Many thanks for a hint,
24 >> Helmut
25 >>
26 > Perhaps running 'revdep-rebuild' after unmerging the pkg in question
27 > would fix that.
28 >
29 Hello,
30 If that doesn't work. Try to use grep to find if this file filename is
31 hard coded anywhere.
32 #grep -Ri "opencascade" /etc/*
33
34 Bye
35 Hogren