From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IVPmW-00072M-RU for garchives@archives.gentoo.org; Wed, 12 Sep 2007 10:49:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8CAetEn019118; Wed, 12 Sep 2007 10:40:55 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8CAaWAn014118 for ; Wed, 12 Sep 2007 10:36:33 GMT Received: by ug-out-1314.google.com with SMTP id j3so214625ugf for ; Wed, 12 Sep 2007 03:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:message-id; bh=8xxQDNjO2FCRCWXtLF55qM7HArnYUTwGoxQWz3/g7cQ=; b=iik9PhvrGJB8xR7RCTWQwWj6/UG7axnJPGDINb01uX/WO4LdirKSbLoV2lHPyvMd0N5hArApuZxwjBXAyOSvA+3uDpZeamziqz/T3rpcraq2aUZfcjZ9uycwR9LZUdlLNA3sMd1NM3pmKFfDPhI8XedQgyJNpIt2GLiBtq0x6Pk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:message-id; b=tx+k1kCBG0WPE2341+KDD4ou3ULZzfOJ+nVsJeBrJktBlMNIR13ArmLxW6WQmlH8axkq97tGxZtrfqeJH7PCl95mFuyDFHi4t7zRUM6kHziq3sBhQB2jQc12zdaYUG/oHBlni9Y/xoz7fkVbdpDxNByFFjX0JVLoA1ymR9unLBU= Received: by 10.66.233.14 with SMTP id f14mr1703643ugh.1189593392283; Wed, 12 Sep 2007 03:36:32 -0700 (PDT) Received: from ilievnet.com ( [84.21.204.200]) by mx.google.com with ESMTPS id 28sm1000171ugc.2007.09.12.03.36.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Sep 2007 03:36:30 -0700 (PDT) Date: Wed, 12 Sep 2007 13:36:27 +0300 From: Daniel Iliev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Automated "emerge -e world" In-Reply-To: <1189558375.17675.3.camel@blackwidow.nbk> References: <46e72d2b.0eff300a.1c8f.ffff9f7b@mx.google.com> <1189558375.17675.3.camel@blackwidow.nbk> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.14; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID: <46e7c12e.1c03420a.2d90.ffffb446@mx.google.com> X-Archives-Salt: 78f5eca4-0cc7-4b19-9dbd-d6b72fab8dec X-Archives-Hash: 4416c923d86abc3f12808a90b9070518 On Tue, 11 Sep 2007 19:52:55 -0500 Albert Hopkins wrote: > On Wed, 2007-09-12 at 03:04 +0300, Daniel Iliev wrote: > > Hi, list > > > > I'd like to automate a full re-emerging and to get a record of all > > packages that failed. Something like: > > > > ## > > > > emerge -e world || { > > > > echo "$CATEGORY/$PN" >>failed.txt > > > > while ! emerge --resume --skipfirst > > do > > echo "$CATEGORY/$PN" >> failed.txt > > done > > } > > > > ## > > > > > > Any ideas how to achieve this? > > > > > > -- > > Best regards, > > Daniel > > Here's a script that I use. I use it to build all my packages at the > end of the month. Works ok for me. YMMV: > Wow! Thank you very much! I was actually expecting some kind of a simple bash script. Anyway I'll give it a try // even though I'm so afraid of snakes :) // -- Best regards, Daniel -- gentoo-user@gentoo.org mailing list