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 0E1001382C5 for ; Fri, 5 Jan 2018 18:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFFE2E088D; Fri, 5 Jan 2018 18:00:25 +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 6944DE086F for ; Fri, 5 Jan 2018 18:00:25 +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 w05I0L6u011011 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 5 Jan 2018 13:00:22 -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 w05I0KuV000814 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 5 Jan 2018 13:00:21 -0500 Received: by E7450.localdomain (Postfix, from userid 1000) id 6EC3B46B9F; Fri, 5 Jan 2018 13:00:20 -0500 (EST) From: allan gottlieb To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge -e and --resume Date: Fri, 05 Jan 2018 13:00:20 -0500 Message-ID: <87fu7k5gp7.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 13:00:22 -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 13:00:22 -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: 247625dd-7c16-4998-919d-6fb484dcf42e X-Archives-Hash: 179f26632f08b4510cae7be0e4a5e03a 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 Thanks, allan PS in make.conf I have EMERGE_DEFAULT_OPTS="--ask --deep --tree --jobs --load-average=5" MAKEOPTS="--jobs=8 --load-average=5"