It would be useful if btrfs-progs had a USE flag to set the --enable-experimental configure flag, as some of the tests in https://github.com/kdave/xfstests rely on this.
See https://github.com/gentoo/gentoo/pull/37918
You can set EXTRA_ECONF="--enable-experimental" already.
(In reply to Paul Zander from comment #2) > You can set EXTRA_ECONF="--enable-experimental" already. Thanks, but I think this really ought to be a USE flag. There's also the issue that it doesn't install btrfs-corrupt-block by default, which xfstests also needs. My patch fixes both of these.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a429b970949c21e97dfc4e6b8cee01ed0bb4e2ff commit a429b970949c21e97dfc4e6b8cee01ed0bb4e2ff Author: Mark Harmstone <mark@harmstone.com> AuthorDate: 2024-08-01 15:55:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-08-08 10:56:34 +0000 sys-fs/btrfs-progs: add experimental USE flag Add experimental USE flag to btrfs-progs, which sets the --enable-experimental configure option and installs btrfs-corrupt-block, which is otherwise ignored. Both of these changes are required for xfstests to function correctly. Closes: https://bugs.gentoo.org/937458 Signed-off-by: Mark Harmstone <mark@harmstone.com> Closes: https://github.com/gentoo/gentoo/pull/37918 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/btrfs-progs/btrfs-progs-6.9.2.ebuild | 9 +++++++-- sys-fs/btrfs-progs/metadata.xml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-)