4.10 crash

Dmitry V. Levin ldv at altlinux.org
Wed Apr 6 15:52:39 UTC 2016


On Wed, Apr 06, 2016 at 10:46:00AM -0400, John Fleming wrote:
> 4.11 isn't compiling correctly. I also tried cloning current bootstrapping and got the same error. 
> 
> Make output. For 4.11 release. 
> 
> HTTPS://s3.amazonaws.com/cnf.spikefishsolutions.com/600+-+1100/strace/make-out.txt

Your <linux/audit.h> is incomplete, try applying this patch:

--- a/printsiginfo.c
+++ b/printsiginfo.c
@@ -37,6 +37,7 @@
 #include DEF_MPERS_TYPE(siginfo_t)
 
 #include <signal.h>
+#include <linux/types.h>
 #include <linux/audit.h>
 
 #include MPERS_DEFS


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160406/d4b3e272/attachment.bin>


More information about the Strace-devel mailing list