From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 230BF158018 for ; Sat, 2 Oct 2021 20:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610EBE0823; Sat, 2 Oct 2021 20:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41430E0823 for ; Sat, 2 Oct 2021 20:11:32 +0000 (UTC) From: Sam James To: gentoo-portage-dev@lists.gentoo.org Cc: Sam James Subject: [gentoo-portage-dev] [PATCH 0/2] Detect broken VDB on merging/binpkg creation Date: Sat, 2 Oct 2021 21:11:23 +0100 Message-Id: <20211002201125.346005-1-sam@gentoo.org> X-Mailer: git-send-email 2.33.0 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 021ab6fd-6e07-4647-8c96-52c8f0e89642 X-Archives-Hash: cffcfa221718c60c88d94271af3df4ad Further fixes for when the VDB is corrupted by e.g. broken scanelf. Already posted on GH a while ago at https://github.com/gentoo/portage/pull/744. Sam James (2): doebuild.py: check for inconsistent PROVIDES/image post-src_install Binpkg.py: check for inconsistent PROVIDES/image when unpacking binpkg lib/_emerge/Binpkg.py | 28 +++++++++++++++++++++++++- lib/portage/package/ebuild/doebuild.py | 24 +++++++++++++++++++++- 2 files changed, 50 insertions(+), 2 deletions(-) -- 2.33.0