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 951901381F3 for ; Fri, 30 Nov 2012 12:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1304B21C0DB; Fri, 30 Nov 2012 12:49:48 +0000 (UTC) Received: from mail-ye0-f181.google.com (mail-ye0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0C2B21C0AC for ; Fri, 30 Nov 2012 12:46:29 +0000 (UTC) Received: by mail-ye0-f181.google.com with SMTP id m11so37553yen.40 for ; Fri, 30 Nov 2012 04:46:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=xMyzIk8CpyJeExsL0r1SPSo9pGOAXKDuB5oDjGUfnP0=; b=CUN8nFkDVAH/143FRW/2eaK6beYeM6EM88DSJjwvhwETZjU1bkY0aiFEBw7A9vlu6f +hd539S8bv5nj3yTiJYXq10DIs84iLywyTx1F3xTlNbjW2dNIPYZWo85dsEzI4LygA90 dYuK4K6t33LmcWzD9nLssXE/05DX4cqVOpGUXx2jBeYGTQPCyhkiC2zn8aR+74y6qhOM lh6jQpSgdbmo9m0iII2IWvlA2XykRlRqGFrzt6++JaGWg1kcCPwEx+0SvcXF5ZizB7Du /WXfSCJBCBlzAgZItW5uHTNd2Iet0YUkVvH0CscIRXj3ftk6sJbF0QWT7nTLab+oXT8J 90Ww== Received: by 10.236.147.208 with SMTP id t56mr789141yhj.88.1354279588617; Fri, 30 Nov 2012 04:46:28 -0800 (PST) Received: from [192.168.2.5] (adsl-65-0-119-99.jan.bellsouth.net. [65.0.119.99]) by mx.google.com with ESMTPS id h16sm4227737ani.0.2012.11.30.04.46.26 (version=SSLv3 cipher=OTHER); Fri, 30 Nov 2012 04:46:27 -0800 (PST) Message-ID: <50B8AAA2.4060603@gmail.com> Date: Fri, 30 Nov 2012 06:46:26 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge --update : how to keep it going? References: <1354278367.13959.0@numa-i> In-Reply-To: <1354278367.13959.0@numa-i> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: ebd69a69-00a5-48fb-8458-aa9d9a075ec7 X-Archives-Hash: 7489eb0c19e64fe6e5ad4be3b785b368 Helmut Jarausch wrote: > Hi, > this is nuissance all the time. > > Updating a machine which hasn't been updated for a long(er) time I try > > emerge -vup --changed-use --deep --tree --with-bdeps y @system @world > >/root/UPD > > But many times this stops prematurely with messages like > > emerge: there are no ebuilds to satisfy > ">=app-text/poppler-bindings-0.5.0" > > How can I keep emerge going and tell me these message all at once in > the end? > > Many thanks for hint, > Helmut. > > > This should help. From man emerge: --keep-going [ y | n ] Continue as much as possible after an error. When an error occurs, dependencies are recalculated for remaining packages and any with unsatisfied dependencies are automatically dropped. Also see the related --skipfirst option. You can also add that to make.conf if you want that all the time. There are times when emerge can't continue but if it can, it will. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!