Summary: | sys-fs/btrfs-progs-5.16 make: *** [Makefile:587: btrfs-map-logical] Error 1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrea Postiglione <andrea.postiglione> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Andrea Postiglione
2022-01-22 12:57:47 UTC
Will look more later but may need newer linux-headers. (In reply to Sam James from comment #1) > Will look more later but may need newer linux-headers. yes thanks! i've upgraded linux-headers and build correctly. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52cd84fac415db771e439d421acf7bded3d5c29 commit a52cd84fac415db771e439d421acf7bded3d5c29 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2022-01-22 15:00:20 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2022-01-22 15:04:37 +0000 sys-fs/btrfs-progs: depend on >=sys-kernel/linux-headers-5.11 The __ALIGN_KERNEL macro was moved from linux/kernel.h to linux/const.h in linux-5.11. The new location is used in btrfs-progs-5.16. Closes: https://bugs.gentoo.org/831817 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-fs/btrfs-progs/btrfs-progs-5.16.ebuild | 2 +- sys-fs/btrfs-progs/btrfs-progs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Relevant commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a85cbe6159ffc973e5702f70a3bd5185f8f3c38d https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=b28f7bd9bba6f65258da48955154794f466b4104 https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=a2511aaa85c8d95d12805dfdcbb5667fa3e30ba5 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067256ef4a116f738c502fd21a560445acbfd2a6 commit 067256ef4a116f738c502fd21a560445acbfd2a6 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-01-24 23:18:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-01-24 23:18:25 +0000 sys-fs/btrfs-progs: allow older linux-headers too w/ upstream patch Bug: https://bugs.gentoo.org/831817 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/btrfs-progs/btrfs-progs-5.16.ebuild | 6 +++- .../files/5.16-linux-headers-before-5.11.patch | 40 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) |