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 3D488158086 for ; Wed, 6 Oct 2021 01:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D2FE0957; Wed, 6 Oct 2021 01:34:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B105E0957 for ; Wed, 6 Oct 2021 01:34:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77C2A343282 for ; Wed, 6 Oct 2021 01:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34667129 for ; Wed, 6 Oct 2021 01:34:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633484040.b799e9ed123d65d007fa6496e8b5c5ee4073efbd.sam@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2021-09-29-possible-failure-to-preserve-libraries/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt X-VCS-Directories: 2021-09-29-possible-failure-to-preserve-libraries/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b799e9ed123d65d007fa6496e8b5c5ee4073efbd X-VCS-Branch: master Date: Wed, 6 Oct 2021 01:34:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb172b6e-2caf-4e2d-af5b-3e62c5c04ab9 X-Archives-Hash: ea3a090aeaf81529f44122a075ab0f06 commit: b799e9ed123d65d007fa6496e8b5c5ee4073efbd Author: Sam James gentoo org> AuthorDate: Wed Oct 6 01:34:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 6 01:34:00 2021 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b799e9ed 2021-09-29-possible-failure-to-preserve-libraries: fix command for comment Bug: https://bugs.gentoo.org/811462 Signed-off-by: Sam James gentoo.org> .../2021-09-29-possible-failure-to-preserve-libraries.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt index bf66553..cfff106 100644 --- a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt +++ b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt @@ -76,7 +76,7 @@ as well as a copy of /var/db/pkg (the VDB): app-misc/pax-utils to the latest version: ``` $ emerge --ask --verbose --oneshot ">=app-misc/pax-utils-1.3.3" - $ emerge --ask --verbose --oneshot --usepkg=n $(cat broken_vdb_packages) + $ emerge --ask --verbose --oneshot --usepkg=n $(grep -v '#' broken_vdb_packages) ``` Given that there are possible other side-effects of the corruption/bug,