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 88E3C1399CE for ; Thu, 3 Sep 2015 20:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46DBD14327; Thu, 3 Sep 2015 20:41:32 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (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 1049C141B2 for ; Thu, 3 Sep 2015 20:41:30 +0000 (UTC) Received: by wicge5 with SMTP id ge5so529403wic.0 for ; Thu, 03 Sep 2015 13:41:29 -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=kqORQcxhWGq2LU8eSD1I40QqhLs8JWMnpKPw83lr8TQ=; b=ieEENsz1G6yWvArR5sHYI+pbQDa54WRu2M/twRJ8AAN9KtY1g4IHJmw0VsvZiT+IwT MRw/rj6VmzIu47dhFHx4AGrnfHuO7CfdluAA9hScRKJrGxgTsAW3fpTZUkrxPVSZtE8o qWjjlk+ZsgWVAG6500eCGsF0c/7E0NGX+48rsngIWosC/4bw2Sdv9qGD50ZZiwLlF0VM eHIjlWTNdFZLqMnQcQ/FsEaI3lzGgFChNB/SwIx4Om74ONxEGwZWSrvOr+9MmlufGHyK fte5RxKQAcRGCvi5zPwy4f5mFVaRS1W2ud9FjRMyNkyeez77qRTLGxnmYm4iKcgzJoxD h/Zw== X-Received: by 10.195.11.74 with SMTP id eg10mr52524897wjd.33.1441312889784; Thu, 03 Sep 2015 13:41:29 -0700 (PDT) Received: from [172.20.0.40] ([105.210.206.13]) by smtp.googlemail.com with ESMTPSA id r19sm130488wib.7.2015.09.03.13.41.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Sep 2015 13:41:29 -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> From: Alan McKinnon Message-ID: <55E8B06D.5060900@gmail.com> Date: Thu, 3 Sep 2015 22:41:18 +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: <55E8A603.3040802@sys-concept.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 522829ac-d439-4791-8478-17d261339c06 X-Archives-Hash: 25269c7c8773fdcc1971617af71e831b On 03/09/2015 21:56, thelma@sys-concept.com wrote: > On 09/03/2015 01:24 PM, Mick wrote: >> On Thursday 03 Sep 2015 15:27:26 Alan McKinnon wrote: >>> On 03/09/2015 15:56, 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 Kernel sources work differently. They are the only package where every version must be it's own SLOT, and one of very few that only unpacks sources and have no equivalent to a make step. gentoo-sources will always add the latest sources when you update world, and then they stay there forever. You must manually build a kernel and install it, and unmerging the package only removes the original sources. By all means have kernel sources with versions or slots in world, it only means that you want to keep the original sources around so portage won't remove them. To fully delete a kernel version you have to unmerge the package, rm the source directory in /usr/src, rm the modules dir in /lib/modules, rm the files in /boot and edit grub.conf -- Alan McKinnon alan.mckinnon@gmail.com