Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768702 - sys-apps/iproute2-5.7.0 with sys-libs/uclibc-ng[-ipv6] - ipprefix.c:29:10: fatal error: netinet/icmp6.h: No such file or directory
Summary: sys-apps/iproute2-5.7.0 with sys-libs/uclibc-ng[-ipv6] - ipprefix.c:29:10: fa...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: uclibc-porting
  Show dependency tree
 
Reported: 2021-02-04 20:26 UTC by ernsteiswuerfel
Modified: 2021-02-07 18:10 UTC (History)
1 user (show)

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


Attachments
build.log (iproute2-5.7.0:20210203-003959.log,22.13 KB, text/plain)
2021-02-04 20:26 UTC, ernsteiswuerfel
Details
emerge --info (file_768702.txt,5.27 KB, text/plain)
2021-02-04 20:26 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2021-02-04 20:26:09 UTC
Created attachment 685791 [details]
build.log

[...]
i686-unknown-linux-uclibc-gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -Os -march=pentium4 -pipe  -pipe -I../include -I../include/uapi -DRESOLVE_HOSTNAMES -DLIBDIR=\"/lib\" -DCONFDIR=\"/etc/iproute2\" -DNETNS_RUN_DIR=\"/run/netns\" -DNETNS_ETC_DIR=\"/etc/netns\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Os -march=pentium4 -pipe -DHAVE_SETNS -DHAVE_LIBMNL   -c -o ipprefix.o ipprefix.c
ipprefix.c:29:10: fatal error: netinet/icmp6.h: No such file or directory
   29 | #include <netinet/icmp6.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../config.include:24: ipprefix.o] Error 1
Comment 1 ernsteiswuerfel archtester 2021-02-04 20:26:23 UTC
Created attachment 685794 [details]
emerge --info
Comment 2 Mike Gilbert gentoo-dev 2021-02-07 18:10:00 UTC
You appear to be building packages with USE=ipv6, but your libc is built without IPv6 support.