How does one go about reporting compilation (or any other) error found with a package?
It's been my experience that if a distro cannot compile a kernel, chances are that no other source-code
software from elsewhere will compile either. This is why I use a kernel compilation to test the linux
source code (found in /usr/src/linux-source-3.5.0 in this instance). I do know that simply unchecking the
aufs module (CONFIG_AUFS_FS in .config) will fix this particular error, but it should be reported to someone...
It's been my experience that if a distro cannot compile a kernel, chances are that no other source-code
software from elsewhere will compile either. This is why I use a kernel compilation to test the linux
source code (found in /usr/src/linux-source-3.5.0 in this instance). I do know that simply unchecking the
aufs module (CONFIG_AUFS_FS in .config) will fix this particular error, but it should be reported to someone...
Comment