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 CAE1D1385DD for ; Fri, 4 Sep 2015 13:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908BA142EA; Fri, 4 Sep 2015 13:24:17 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (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 5257C14283 for ; Fri, 4 Sep 2015 13:24:16 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so22656986wic.0 for ; Fri, 04 Sep 2015 06:24:15 -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=szAqPRGYunX/t97tyjK3Y8YvuYr9t+X7z85Wr4ETT+I=; b=sw7lb6AxnaJugWe/ZoE3JG13OBjNU1oD2cwxoJHCPxP8i2S50pPFei2//FB9748Pbw KaDmc0gcHPpvRN7Mq8lz/y0zpM54PqmLGYfhDNhcTeogUU8MwGU0020WeeXTJApebfpP vi3ESHa/v12mw1ztWjl5xJ+UDw8pe/es1HF6nZ0wMij+kG7Nz1yc5fKtAOKwuVevERuX VkgK8oKPVXWBNP0dDsFn85MdsEsNWScunn5y2LeZTOvaszShsiThogC6CCr6ffR331Dc +2sSqTsWv05Zvd7SNAdZsX+17bT9jNCkwZ5VA2HXlxdKnM9EHm2Ns9qlm10KwzUEU6Nj RuEg== X-Received: by 10.180.87.225 with SMTP id bb1mr7663828wib.0.1441373054999; Fri, 04 Sep 2015 06:24:14 -0700 (PDT) Received: from [172.20.0.41] ([105.210.206.13]) by smtp.googlemail.com with ESMTPSA id d7sm4165687wiz.22.2015.09.04.06.24.13 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Sep 2015 06:24:13 -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> <55E85191.2060100@sys-concept.com> <55E858CE.4030302@gmail.com> <201509032024.55031.michaelkintzios@gmail.com> <55E8A603.3040802@sys-concept.com> <20150904093817.1a1bd71c@digimed.co.uk> From: Alan McKinnon Message-ID: <55E99B72.30505@gmail.com> Date: Fri, 4 Sep 2015 15:24:02 +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: <20150904093817.1a1bd71c@digimed.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7b06bd43-f2f6-4b01-b684-6e2fb8575772 X-Archives-Hash: f550d061eb3c9298882a1056780cdadc On 04/09/2015 10:38, Neil Bothwick wrote: > On Thu, 03 Sep 2015 13:56:51 -0600, thelma@sys-concept.com wrote: > >>>>> sys-kernel/gentoo-sources >>>>> sys-kernel/gentoo-sources:3.10.17 >>>>> sys-kernel/gentoo-sources:3.5.7 >>>> >>>> Wee bit behind on kernel versions... >>> >>> Yes, only the first is needed, *unless* thelma wants to keep 3.10.17 >>> and 3.5.7 for some reason. >> >> Keeping in world only: >> sys-kernel/gentoo-sources >> >> will keep the newest kernel in world and unmerge 3.10.17 the one I'm >> using > > You don't need the source package for the kernel you're running, you've > already compiled it, but there's another sets trick you can use to > prevent depclean from removing kernel packages, put this > in /etc/portage/sets.conf I always keep full sources around for any runnable kernel I have, too often I've been caught out needing to build a module without them :-) > > [kernels] > class = portage.sets.dbapi.OwnerSet > world-candidate = False > files = /usr/src > > It stops depclean removing any package that has files in /usr/src. > > -- Alan McKinnon alan.mckinnon@gmail.com