Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 207618

Summary: linux-headers - linux/ip.h - byteorder issue
Product: Gentoo Linux Reporter: Alon Bar-Lev (RETIRED) <alonbl>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alon Bar-Lev (RETIRED) gentoo-dev 2008-01-26 21:56:06 UTC
Hello,

iproute2 git uses <linux/ip.h> which is expected to include <asm/byteorder.h> which in turn should include <linux/byteorder/*_endian.h>

Gentoo patch 07_all_pull-libc-headers-linux.patch disable the include of <asm/byteorder.h>.

This results in iproute2 git compilation failure.
Comment 1 SpanKY gentoo-dev 2008-04-20 20:08:54 UTC
there are no implicit includes.  if source needs something, it better include it.