Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] audacity-2.0.5 failed to compile
Date: Thu, 03 Sep 2015 15:27:03
Message-Id: 55E866BD.1060800@sys-concept.com
In Reply to: Re: [gentoo-user] audacity-2.0.5 failed to compile by Neil Bothwick
1 On 09/03/2015 08:28 AM, Neil Bothwick wrote:
2 > On Thu, 03 Sep 2015 07:56:33 -0600, thelma@×××××××××××.com wrote:
3 >
4 >> Here is /var/lib/portage/world
5 >
6 > This contains quite a lot of libraries. As a rule of thumb, you should
7 > rarely have libraries in world as you don't use them - the software you
8 > have in world uses them. You can quickly clean them out with
9 >
10 > sed -i /libs\//d /var/lib/portage/world
11
12 After running above I get:
13 sed: -e expression #1, char 7: unknown command: `/'
14
15 Shouldn't it be:
16 sed -i /libs\/d /var/lib/portage/world
17
18 This one doesn't produce any result.
19
20 >
21 > Then run emerge --depclean --ask to clear out any that are no longer
22 > needed.
23
24 Thelma

Replies

Subject Author
Re: [gentoo-user] audacity-2.0.5 failed to compile Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] audacity-2.0.5 failed to compile thelma@×××××××××××.com