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 CF3EB138CBF for ; Mon, 4 May 2015 03:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33CC1E082B; Mon, 4 May 2015 03:03:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B21F8E07EB for ; Mon, 4 May 2015 03:03:19 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 4399A340B25 for ; Mon, 4 May 2015 03:03:18 +0000 (UTC) Date: Sun, 3 May 2015 20:03:11 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] Scheduler: increase visiblity of postinst failures (bug 547778) Message-ID: <20150503200311.2b2c2251.dolsen@gentoo.org> In-Reply-To: <1430689207-7235-1-git-send-email-zmedico@gentoo.org> References: <1430689207-7235-1-git-send-email-zmedico@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 54350f94-09e3-4f30-b6c6-7a6a78943a2b X-Archives-Hash: e095dd6304eb3f971982263ab1098485 On Sun, 3 May 2015 14:40:07 -0700 Zac Medico wrote: > This makes postinst failures behave more like "real" failures in > terms of output and the final emerge return code. However, in other > respects, these packages will be treated as successful installations. > This means that they will not cause emerge to immediately exit, and > they will not trigger recalculation of dependencies when --keep-going > is enabled. > > X-Gentoo-Bug: 547778 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=547778 > --- > pym/_emerge/EbuildMerge.py | 3 ++- > pym/_emerge/PackageMerge.py | 9 +++++++-- > pym/_emerge/Scheduler.py | 20 +++++++++++++++++--- > pym/portage/const.py | 2 ++ > pym/portage/dbapi/_MergeProcess.py | 9 ++++++++- > pym/portage/dbapi/vartree.py | 6 ++++++ > 6 files changed, 42 insertions(+), 7 deletions(-) > patch looks good :) -- Brian Dolbec