Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547074 - sys-fs/btrfs-progs: Add USE flag for --disable-backtrace
Summary: sys-fs/btrfs-progs: Add USE flag for --disable-backtrace
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-19 10:29 UTC by Merlijn Wajer
Modified: 2015-04-19 15:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Merlijn Wajer 2015-04-19 10:29:22 UTC
As of btrfs-progs 3.18, btrfs has the possibility to disable backtrace support. This is required to function with musl-libc. I personally think the backtrace support should be off by default, and only enabled through a USE flag.

3.19 does not compile on musl-libc based systems, because configure complains about having no backtrace support. Setting EXTRA_ECONF="--disable-backtrace" resolves the issue.
Comment 1 Mike Gilbert gentoo-dev 2015-04-19 15:00:05 UTC
+  19 Apr 2015; Mike Gilbert <floppym@gentoo.org> btrfs-progs-3.19.1.ebuild,
+  btrfs-progs-9999.ebuild:
+  Disable backtrace on non-glibc systems.