Summary: | sys-fs/btrfs-progs-4.13.1 USE=convert & USE=static fails to compile at btrfs-convert unless sys-fs/reiserfsprogs compiled with USE=static-libs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Attila Tóth <atoth> |
Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | polynomial-c, slyfox |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Attila Tóth
2017-09-26 19:08:37 UTC
Solution: compile reiserfsprogs with USE=static-libs if USE=convert & USE=static is specified for btrfs-progs. I think btrfs-progs ebuild should somehow reflect these requirements as a USE dependency. This actual issue pops up with the advent of new btrfs-convert features of -4.13.1 and hasn't been there in -4.12. BR: Dw. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaaded8f81ad0821ae1e53ebe9e25698cb17a3b commit fdaaded8f81ad0821ae1e53ebe9e25698cb17a3b Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2017-10-09 19:04:07 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2017-10-09 19:04:17 +0000 sys-fs/btrfs-progs: add USE=reiserfs for automagic depend on reiserfsprogs, bug #632092 USE=static exposed automagic dependency on libreiserfscore.a. The change adds USE=reiserfs and makes dependency and configuration explicit. While at it tweaked live ebuild (added 'm4' directory to autoconf). Reported-by: Attila Tóth Closes: https://bugs.gentoo.org/632092 Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-fs/btrfs-progs/btrfs-progs-4.13.2.ebuild | 13 +++++++++++-- sys-fs/btrfs-progs/btrfs-progs-9999.ebuild | 15 ++++++++++++--- sys-fs/btrfs-progs/metadata.xml | 3 ++- 3 files changed, 25 insertions(+), 6 deletions(-) Good catch! I've tweaked only latest and live ebuilds. Thank you! |