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 <gentoo-user+bounces-131109-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RQPSx-000247-3T for garchives@archives.gentoo.org; Tue, 15 Nov 2011 20:18:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D7A21C11A; Tue, 15 Nov 2011 20:18:23 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EEAE21C0D0 for <gentoo-user@lists.gentoo.org>; Tue, 15 Nov 2011 20:16:55 +0000 (UTC) Received: by vws19 with SMTP id 19so12584695vws.40 for <gentoo-user@lists.gentoo.org>; Tue, 15 Nov 2011 12:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=fqbGTGqB0ib1OgbH38w/gB98VbHf4WogsSs7XARDuMU=; b=XrVVIjwVRMH9NsIObAjiFeeTaowX0uQT+zkVPG8O/0aFO2BLJQ0180efqqsifcRmzY C8bt0sylQSPPmKsODTLZBXdB45yJ1cysCoGYANhbCMRKskrnp1LLib5aQdxNrSnqo+3C rDmLOKvGb1Lppb6OfCtASK41TyO+yKeRseiNU= Received: by 10.52.92.210 with SMTP id co18mr45047347vdb.111.1321388214896; Tue, 15 Nov 2011 12:16:54 -0800 (PST) Received: from [192.168.2.5] (adsl-65-0-124-88.jan.bellsouth.net. [65.0.124.88]) by mx.google.com with ESMTPS id ib2sm38731141vdb.1.2011.11.15.12.16.53 (version=SSLv3 cipher=OTHER); Tue, 15 Nov 2011 12:16:54 -0800 (PST) Message-ID: <4EC2C8B4.60102@gmail.com> Date: Tue, 15 Nov 2011 14:16:52 -0600 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Upgrading gcc: both 4.4 and 4.5 needed? References: <4EC2B642.3010500@gmail.com> <CAFnZeoTVtgcAJyyQfuhUvsH00TpMb50PQ1pJJy_TMoMXEWqzCw@mail.gmail.com> <4EC2C221.7090703@gmail.com> In-Reply-To: <4EC2C221.7090703@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 7c75dc29-478d-49d5-a73a-aee3a18fee0c X-Archives-Hash: 6397af3037333578b9be15df78fa5d59 Jarry wrote: > On 15-Nov-11 20:36, Andrey Moshbear wrote: >> On Tue, Nov 15, 2011 at 13:58, Jarry<mr.jarry@gmail.com> wrote: >>> today I upgraded gcc from 4.4.5 to the last stable version >>> But at the and I noticed gcc 4.4 has not been unmerged >>> and my "world" file is somehow larger. To my surprise, >>> it contains these lines: >>> >>> sys-devel/gcc >>> sys-devel/gcc:4.4 >>> >> >> Because your forgot the -1 / --oneshot flag when manually upgrading gcc. > > Hm, I always thought "--oneshot" was not necessary when > doing update. Even "Gentoo GCC Upgrade Guide" says just > "emerge -u gcc" (or "emerge -uav gcc" in DE-version). > The option "--oneshot" is used there only for libtool. > > And I'm pretty sure I've never used "--oneshot" when > updating any packages, yet they have never been added > to world-file... > > Jarry > > I think you are correct. When you use the -u option, it shouldn't add anything to the world file. Than again, weird things happen from time to time. Take the two entries out and see what emerge says to a emerge -uavDN world which should catch about everything. Then see what -a --depclean says. If it tries to remove the older version then that may be why it was added. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!