Bug 10736 - Recent versions of aufs-util package do not build
Summary: Recent versions of aufs-util package do not build
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.11.2
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-02 11:54 UTC by Alex
Modified: 2018-02-02 21:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2018-02-02 11:54:47 UTC
Building aufs-util aufs4.9 currently does not build, because it does not find #include <linux/aufs_type.h>.

This issue can be resolved by manually adding the include directory of build/aufs4.9 to aufs-util.mk. However, I don't know how to fix this issue correctly...
Comment 1 Alex 2018-02-02 21:47:38 UTC
Seems to only happen if activating aufs after building kernel. Completely rebuilding the kernel resolved the issue for me