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 6AB911381F3 for ; Fri, 30 Nov 2012 12:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB70C21C076; Fri, 30 Nov 2012 12:27:27 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.rwth-aachen.de [134.130.7.72]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EAF221C058 for ; Fri, 30 Nov 2012 12:26:06 +0000 (UTC) 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-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-1.rwth-aachen.de ([134.130.5.186]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0MEA007NTVVHQBF0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Fri, 30 Nov 2012 13:26:05 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.84,191,1355094000"; d="scan'208";a="201760012" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-1.rz.rwth-aachen.de with ESMTP; Fri, 30 Nov 2012 13:26:05 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id qAUCQ45W027224 for ; Fri, 30 Nov 2012 13:26:04 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 1AED292 for ; Fri, 30 Nov 2012 13:26:07 +0100 (CET) Date: Fri, 30 Nov 2012 13:26:07 +0100 From: Helmut Jarausch Subject: [gentoo-user] emerge --update : how to keep it going? To: gentoo-user@lists.gentoo.org X-Mailer: Balsa 2.4.91 Message-id: <1354278367.13959.0@numa-i> X-Archives-Salt: 59ca5245-fe91-4e26-be1f-d4709492e96d X-Archives-Hash: b51755d011b39365a81bcad44b13ab83 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.