public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Thomas Schweikle <tps@vr-web.de>
To: gentoo-user-de@lists.gentoo.org
Subject: [gentoo-user-de]  Re: emerge und fehler
Date: Sat, 20 Aug 2005 14:55:29 +0200	[thread overview]
Message-ID: <1124542529.901851@hazel> (raw)
In-Reply-To: <20050820133047.19e253e8@frodo.mittelerde>

Andreas Volz schrieb:
> 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.

Das heißt, es gibt keine Option, die emerge mitteilt alleine dafür zu
sorgen? Gibt es dann schon einen Feature-Request?

-- 
Thomas

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



  reply	other threads:[~2005-08-20 13:03 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 ` [gentoo-user-de] " Andreas Volz
2005-08-20 12:55   ` Thomas Schweikle [this message]
2005-08-20 20:57     ` [gentoo-user-de] " 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=1124542529.901851@hazel \
    --to=tps@vr-web.de \
    --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