From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 44F451399CE for ; Thu, 3 Sep 2015 15:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C95C9142C7; Thu, 3 Sep 2015 15:31:33 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (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 9799B141F9 for ; Thu, 3 Sep 2015 15:31:32 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so56488583wic.0 for ; Thu, 03 Sep 2015 08:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=AkZ1xgjjS+ID5RbEJHOQLcFX+aBuSN6s1MHuWEwQzGs=; b=ImQkPnGiaMTKvcN6+9gpDJcK47EvdFxVhXSerPcFd8ccrEzJJIsVnZJCdQDVWyjL+x NNpTsh+fERfb/wLY8VVT0Z4PsCgYPm9Q0KH9BzAjeZbYyj6M+VITajIXCC2CE/I4vwiF etswK2MnWiX3VQxk0Nmuu9uZVV8T9LW28+4xyZc25AfTzmIcB9P6mHA5dNNQdqBVSYtw bQTebjs6Uv5WSo1l/wMtc8JPrt/Td0s6vsnpwjq4KzuEULWMdF+djjwqhCGBZmyydjUf 6pYeLlKLEMRrmh9oXn/D3PuGAFoOCcmx4EOpLKxBY0b0coWglM4FsOzQoKWA7slvbeie Z9EQ== X-Received: by 10.194.85.163 with SMTP id i3mr51908428wjz.75.1441294291519; Thu, 03 Sep 2015 08:31:31 -0700 (PDT) Received: from [172.20.0.40] ([105.210.62.163]) by smtp.googlemail.com with ESMTPSA id ir5sm38317983wjb.23.2015.09.03.08.31.29 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Sep 2015 08:31:30 -0700 (PDT) Subject: Re: [gentoo-user] audacity-2.0.5 failed to compile To: gentoo-user@lists.gentoo.org References: <55E620F2.5010703@sys-concept.com> <55E62F25.3020008@sys-concept.com> <20150902012244.GA2308@greenbeast> <55E665A1.1050008@wraeth.id.au> <55E67A07.5020407@sys-concept.com> <55E681CD.8040008@wraeth.id.au> <55E75B4B.7060306@sys-concept.com> <20150903130640.GB634@apio> <55E848F8.5050408@gmail.com> <55E85191.2060100@sys-concept.com> <20150903152813.6d64a18d@digimed.co.uk> <55E866BD.1060800@sys-concept.com> From: Alan McKinnon Message-ID: <55E867C7.2010905@gmail.com> Date: Thu, 3 Sep 2015 17:31:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 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 In-Reply-To: <55E866BD.1060800@sys-concept.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: d27ecc36-47b8-4165-86b1-0a33810d70af X-Archives-Hash: f6262d29a2d882fdbe3b7d48b058cc75 On 03/09/2015 17:26, thelma@sys-concept.com wrote: > On 09/03/2015 08:28 AM, Neil Bothwick wrote: >> On Thu, 03 Sep 2015 07:56:33 -0600, thelma@sys-concept.com wrote: >> >>> Here is /var/lib/portage/world >> >> This contains quite a lot of libraries. As a rule of thumb, you should >> rarely have libraries in world as you don't use them - the software you >> have in world uses them. You can quickly clean them out with >> >> sed -i /libs\//d /var/lib/portage/world > > After running above I get: > sed: -e expression #1, char 7: unknown command: `/' > > Shouldn't it be: > sed -i /libs\/d /var/lib/portage/world > > This one doesn't produce any result. vim plus dd > >> >> Then run emerge --depclean --ask to clear out any that are no longer >> needed. > > Thelma > > > -- Alan McKinnon alan.mckinnon@gmail.com