Bug 10736

Summary: Recent versions of aufs-util package do not build
Product: buildroot Reporter: Alex <alexander.hildebrand>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot
Priority: P5    
Version: 2017.11.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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