Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207618 - linux-headers - linux/ip.h - byteorder issue
Summary: linux-headers - linux/ip.h - byteorder issue
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-26 21:56 UTC by Alon Bar-Lev (RETIRED)
Modified: 2008-04-20 20:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.