From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SloNX-0005VK-B9 for garchives@archives.gentoo.org; Mon, 02 Jul 2012 21:41:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C5C0E0028; Mon, 2 Jul 2012 21:41:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 144FFE0028 for ; Mon, 2 Jul 2012 21:41:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7797B1B400C for ; Mon, 2 Jul 2012 21:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39338E5436 for ; Mon, 2 Jul 2012 21:41:30 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1341265279.e4e04d20a81ed35d5732f683f2001ea0b3af77c0.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/vartree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e4e04d20a81ed35d5732f683f2001ea0b3af77c0 X-VCS-Branch: master Date: Mon, 2 Jul 2012 21:41:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2149c86d-4445-4618-89f3-7e3bc84c3332 X-Archives-Hash: fa0edfe9048a86c0bb6d5b2e70fe229b commit: e4e04d20a81ed35d5732f683f2001ea0b3af77c0 Author: Zac Medico gentoo org> AuthorDate: Mon Jul 2 21:41:19 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jul 2 21:41:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De4e04d20 _pre_unmerge_backup: show failure message --- pym/portage/dbapi/vartree.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index dd37be0..d619754 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1852,6 +1852,8 @@ class dblink(object): if not caller_handles_backup: retval =3D self._pre_unmerge_backup(background) if retval !=3D os.EX_OK: + showMessage(_("!!! FAILED prerm: quickpkg: %s\n") % retval, + level=3Dlogging.ERROR, noiselevel=3D-1) return retval =20 # Log the error after PORTAGE_LOG_FILE is initialized