From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qmlzl-00027G-Sz for garchives@archives.gentoo.org; Fri, 29 Jul 2011 12:16:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 244CC21C300; Fri, 29 Jul 2011 12:16:36 +0000 (UTC) Received: from smtpq3.gn.mail.iss.as9143.net (smtpq3.gn.mail.iss.as9143.net [212.54.34.166]) by pigeon.gentoo.org (Postfix) with ESMTP id E329C21C150 for ; Fri, 29 Jul 2011 12:15:45 +0000 (UTC) Received: from [212.54.34.140] (helo=smtp9.gn.mail.iss.as9143.net) by smtpq3.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qmlyj-0007fU-Cq for gentoo-user@lists.gentoo.org; Fri, 29 Jul 2011 14:15:45 +0200 Received: from 5ed027a1.cm-7-1a.dynamic.ziggo.nl ([94.208.39.161] helo=data.antarean.org) by smtp9.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qmlyi-0005H3-Ls for gentoo-user@lists.gentoo.org; Fri, 29 Jul 2011 14:15:44 +0200 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id CC55A297D for ; Fri, 29 Jul 2011 14:12:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kJxAVz7VtrYs for ; Fri, 29 Jul 2011 14:12:03 +0200 (CEST) Received: from eve.localnet (eve.lan.antarean.org [10.20.13.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPS id 21645DEE for ; Fri, 29 Jul 2011 14:12:03 +0200 (CEST) From: Joost Roeleveld To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] kernel make files disappear Date: Fri, 29 Jul 2011 14:09:38 +0200 Message-ID: <2733800.xbqDWItzrd@eve> User-Agent: KMail/4.6 beta5 (Linux/2.6.36-gentoo-r5; KDE/4.6.3; x86_64; ; ) In-Reply-To: <1505115.94C48hsltI@nazgul> References: <4E3177D0.1000001@gmail.com> <4E329245.4070304@gmail.com> <1505115.94C48hsltI@nazgul> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qmlyi-0005H3-Ls X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=0.589, vereist 5, autolearn=not spam, BAYES_50 0.80, RDNS_DYNAMIC 0.98, RP_MATCHES_RCVD -1.19) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: X-Archives-Hash: 910fc59ad78a51c81600880fe36ff48e On Friday 29 July 2011 13:31:39 Alan McKinnon wrote: > > Can this be done after a emerge --depclean, while booted on some > > newly emerged kernel? > > --depclean is unlikely to do that as kernel sources almost always end > up in world. It will behave different if you emerge the sources with -1 Actually, emerge --depclean will remove old kernels. At least, it does that on my machine. I do, however, install with: " emerge gentoo-sources " This leads to "sys-kernel/gentoo-sources" to be entered into the world-file. Older versions will, as there is no version specified, be selected for removal by " emerge --depclean " To avoid this, the used versions need to be seperately specified. -- Joost