public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Andreas Volz <lists@brachttal.net>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] emerge und fehler
Date: Sat, 20 Aug 2005 13:30:47 +0200	[thread overview]
Message-ID: <20050820133047.19e253e8@frodo.mittelerde> (raw)
In-Reply-To: <4306FB90.3020208@vr-web.de>

Am Sat, 20 Aug 2005 11:44:48 +0200 schrieb Thomas Schweikle:

> Hi!
> 
> Gibt es eine Möglichkeit emerge mitzuteilen, das es trotz eines
> Fehlers weitermachen soll?
> 
> Wenn ich einen "emerge -uaD" durchführe, bleibt emerge bei einem Paket
> garantiert hängen. Ich hätte gerne, das es dieses Paket zwar probiert,
> aber wenn es nicht funktioniert hat automatisch mit dem nächsten Paket
> weitermacht. Gibt es dafür eine Option?

Nein, aber dieses Skript ist eine mögliche Lösung dafür:

-----------------
#!/bin/sh

ERS="nice -n 19 emerge --resume --skipfirst"
EW="nice -n 19 emerge world"

if [ "`$EW`" != "0" ]; then
    while [ "`$ERS`" != "emerge: It seems we have nothing to resume..."
]; do
        echo "Aborted! Restarting emerge..."
    done
fi

echo "This ebuilds are left:"

emerge -vp world
------------------

Funktioniert bei mir sehr gut.

Gruß
Andreas

-- 
gentoo-user-de@gentoo.org mailing list



  parent reply	other threads:[~2005-08-20 11:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-20  9:44 [gentoo-user-de] emerge und fehler Thomas Schweikle
2005-08-20 10:28 ` Martin
2005-08-20 12:51   ` [gentoo-user-de] " Thomas Schweikle
2005-08-20 16:20   ` Thomas Schweikle
2005-08-20 11:30 ` Andreas Volz [this message]
2005-08-20 12:55   ` Thomas Schweikle
2005-08-20 20:57     ` Cyrill Helg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050820133047.19e253e8@frodo.mittelerde \
    --to=lists@brachttal.net \
    --cc=gentoo-user-de@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox