Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768690 - net-firewall/iptables-1.8.5 with sys-libs/uclibc-ng[-ipv6] - libip6t_icmp6.c:7:10: fatal error: netinet/icmp6.h: No such file or directory
Summary: net-firewall/iptables-1.8.5 with sys-libs/uclibc-ng[-ipv6] - libip6t_icmp6.c:...
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 19:48 UTC by ernsteiswuerfel
Modified: 2021-02-07 18:09 UTC (History)
1 user (show)

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


Attachments
build.log (iptables-1.8.5:20210203-003907.log,91.45 KB, text/plain)
2021-02-04 19:48 UTC, ernsteiswuerfel
Details
emerge --info (file_768690.txt,5.27 KB, text/plain)
2021-02-04 19:48 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 19:48:17 UTC
Created attachment 685773 [details]
build.log

[...]
i686-unknown-linux-uclibc-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT  -DXTABLES_LIBDIR=\"/usr/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..     -Wp,-MMD,./.libip6t_hl.oo.d,-MT,libip6t_hl.oo -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D_INIT=libip6t_hl_init -DPIC -fPIC -Os -march=pentium4 -pipe -o libip6t_hl.oo -c libip6t_hl.c;
i686-unknown-linux-uclibc-gcc -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed -shared -o libip6t_hl.so libip6t_hl.oo -L../libxtables/.libs -lxtables ;
i686-unknown-linux-uclibc-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT  -DXTABLES_LIBDIR=\"/usr/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..     -Wp,-MMD,./.libip6t_icmp6.oo.d,-MT,libip6t_icmp6.oo -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D_INIT=libip6t_icmp6_init -DPIC -fPIC -Os -march=pentium4 -pipe -o libip6t_icmp6.oo -c libip6t_icmp6.c;
libip6t_icmp6.c:7:10: fatal error: netinet/icmp6.h: No such file or directory
    7 | #include <netinet/icmp6.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [GNUmakefile:114: libip6t_icmp6.oo] Error 1
Comment 1 ernsteiswuerfel archtester 2021-02-04 19:48:45 UTC
Created attachment 685776 [details]
emerge --info
Comment 2 Mike Gilbert gentoo-dev 2021-02-07 17:57:15 UTC
You appear to be building packages with USE=ipv6, but your libc is built without IPv6 support. That sounds like a really stupid thing to do.