From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 461131382C5 for ; Sat, 6 Jan 2018 02:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79024E08EB; Sat, 6 Jan 2018 02:50:51 +0000 (UTC) Received: from mx.cims.nyu.edu (MX.CIMS.NYU.EDU [128.122.49.99]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 230E8E08C9 for ; Sat, 6 Jan 2018 02:50:50 +0000 (UTC) Received: from smtp.cs.nyu.edu (smtp.cs.nyu.edu [128.122.49.97]) by mx.cims.nyu.edu (8.15.1+Sun/8.15.1) with ESMTPS id w062olCN005797 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 5 Jan 2018 21:50:48 -0500 (EST) Received: from E7450.localdomain (ool-18be5603.dyn.optonline.net [24.190.86.3]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.7/8.14.7) with ESMTP id w062okOE019527 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 5 Jan 2018 21:50:47 -0500 Received: by E7450.localdomain (Postfix, from userid 1000) id 284DC45A85; Fri, 5 Jan 2018 21:50:46 -0500 (EST) From: allan gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge -e and --resume References: <87fu7k5gp7.fsf@nyu.edu> <20180105211504.40a3ab54@digimed.co.uk> Date: Fri, 05 Jan 2018 21:50:46 -0500 In-Reply-To: (Daniel Frey's message of "Fri, 5 Jan 2018 13:17:27 -0800") Message-ID: <87efn34s55.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) 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-Type: text/plain X-Greylist: inspected by milter-greylist-4.6.2 (mx.cims.nyu.edu [128.122.49.99]); Fri, 05 Jan 2018 21:50:48 -0500 (EST) for IP:'128.122.49.97' DOMAIN:'smtp.cs.nyu.edu' HELO:'smtp.cs.nyu.edu' FROM:'gottlieb@nyu.edu' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx.cims.nyu.edu [128.122.49.99]); Fri, 05 Jan 2018 21:50:48 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mx X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.80 on 128.122.49.99 X-Archives-Salt: d7fd364d-f88f-4b03-9144-11e5e1e706ed X-Archives-Hash: cfa138119e0fbfddb03bfff5c76c2c83 On Fri, Jan 05 2018, Daniel Frey wrote: > On 01/05/18 13:15, Neil Bothwick wrote: >> On Fri, 05 Jan 2018 13:00:20 -0500, allan gottlieb wrote: >> >>> I am finally moving my production machine the the 17.0 profile. >>> Currently running is >>> >>> emerge -e --keep-going @world >>> >>> So far there is one failure (libcryptui, the fix is easy). >>> >>> Am I correct that when the above emerge completes, I should run >>> simply >>> >>> emerge --resume >> >> If the emerge has completed, there is nothing to resume. Just make a note >> of the packages that failed to build ans emerge --oneshot them, with any >> necessary fixes. >> >> > > You may also want to check for dependencies (as in: `equery depends > ` and rebuild the dependencies of the failed package as well. > > Dan I don't understand. If the dependencies didn't fail, why should I rebuild them? thanks, allan