Gentoo Archives: gentoo-portage-dev

From: Sam James <sam@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Sam James <sam@g.o>
Subject: [gentoo-portage-dev] [PATCH 0/2] Detect broken VDB on merging/binpkg creation
Date: Sat, 02 Oct 2021 20:11:33
Message-Id: 20211002201125.346005-1-sam@gentoo.org
1 Further fixes for when the VDB is corrupted by e.g. broken scanelf.
2
3 Already posted on GH a while ago at https://github.com/gentoo/portage/pull/744.
4
5
6 Sam James (2):
7 doebuild.py: check for inconsistent PROVIDES/image post-src_install
8 Binpkg.py: check for inconsistent PROVIDES/image when unpacking binpkg
9
10 lib/_emerge/Binpkg.py | 28 +++++++++++++++++++++++++-
11 lib/portage/package/ebuild/doebuild.py | 24 +++++++++++++++++++++-
12 2 files changed, 50 insertions(+), 2 deletions(-)
13
14 --
15 2.33.0

Replies