public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3.10-rc1: commit ccdfcc398594 broke uClibc build.
@ 2013-05-18  4:21 Rob Landley
  2013-07-09  8:02 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Landley @ 2013-05-18  4:21 UTC (permalink / raw)
  To: linux-kernel, kaber, davem

The #include <linux/kernel.h> added to include/uapi/linux/netlink.h  
causes the uClibc build to go:

In file included from include/linux/kernel.h:4,
                  from include/linux/netlink.h:4,
                  from include/linux/rtnetlink.h:5,
                  from libc/inet/netlinkaccess.h:27,
                  from libc/inet/if_index.c:37:
include/linux/sysinfo.h:8: error: expected specifier-qualifier-list  
before '__kernel_long_t'
make: *** [libc/inet/if_index.o] Error 1

If I comment out that line, it builds fine. The kernel builds (for my  
config) either way.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-12  5:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-18  4:21 3.10-rc1: commit ccdfcc398594 broke uClibc build Rob Landley
2013-07-09  8:02 ` Geert Uytterhoeven
2013-07-09  8:13   ` Geert Uytterhoeven
2013-07-09 10:25   ` David Howells
2013-07-11 23:00     ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox