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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78A2915817D for ; Sun, 9 Jun 2024 15:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C02E2AA4; Sun, 9 Jun 2024 15:20:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97FDBE2AA4 for ; Sun, 9 Jun 2024 15:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5AE335D6E for ; Sun, 9 Jun 2024 15:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D9F1A4A for ; Sun, 9 Jun 2024 15:20:16 +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: <1717946400.b7d60b0116edae43df34fb4ba3a1fbfdf1b3e91a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild X-VCS-Directories: sys-fs/e2fsprogs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7d60b0116edae43df34fb4ba3a1fbfdf1b3e91a X-VCS-Branch: master Date: Sun, 9 Jun 2024 15:20:16 +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: dc416ee3-a60d-442d-b3c3-6f6c1b7042d1 X-Archives-Hash: 00b0260b899ca086831044a03d414b79 commit: b7d60b0116edae43df34fb4ba3a1fbfdf1b3e91a Author: Sam James gentoo org> AuthorDate: Sun Jun 9 15:07:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 9 15:20:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d60b01 sys-fs/e2fsprogs: skip m_rootdir_acl test (fails on btrfs) Bug: https://github.com/tytso/e2fsprogs/issues/158 Closes: https://bugs.gentoo.org/905221 Signed-off-by: Sam James gentoo.org> sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild index 300fe7548c64..2ccc0b3b1d41 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild @@ -57,6 +57,11 @@ src_prepare() { # violation due to mktexfmt invocation rm -r doc || die "Failed to remove doc dir" + cat <<-'EOF' > tests/m_rootdir_acl/script || die + echo "$test_name: $test_description: skipped (bgo#905221, fails on btrfs)" + return 0 + EOF + # Prevent included intl cruft from building, bug #81096 sed -i -r \ -e 's:@LIBINTL@:@LTLIBINTL@:' \