Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 937458

Summary: sys-fs/btrfs-progs should have some way to set --enable-experimental
Product: Gentoo Linux Reporter: Mark Harmstone <mark>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: UNCONFIRMED ---    
Severity: normal CC: mark
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Harmstone 2024-08-06 16:53:53 UTC
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.
Comment 1 Mark Harmstone 2024-08-06 16:54:34 UTC
See https://github.com/gentoo/gentoo/pull/37918
Comment 2 Paul Zander 2024-08-06 16:59:42 UTC
You can set EXTRA_ECONF="--enable-experimental" already.
Comment 3 Mark Harmstone 2024-08-06 17:03:34 UTC
(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.