Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167959 - uClibc and IPv6
Summary: uClibc and IPv6
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 05:26 UTC by Svyatoslav Trukhanov
Modified: 2007-02-23 18:11 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 Svyatoslav Trukhanov 2007-02-22 05:26:02 UTC
I'm using uClibc based Gentoo, profile: uclibc/x86

gcc-4.1.1-r3
uclibc-0.9.28.1
linux-headers-2.6.17-r2
IPv6 support is enabled in kernel.

IPv6 addresses are not shown by ifconfig and ip, moreover ip crashes.

net-tools-1.60-r12
iproute2-2.6.19.20061214

# ifconfig lo
...
inet6 addr:  /128
...

# ifconfig eth0
...
inet6 addr:  /64
...
No real addresses shown


# ip addr 

1: lo ...
...
inet 127.0.0.1/8 ...
Segmentation fault

# ip addr -f inet 
1: lo ...
...
2: eth0 ...
No crashes when IPv6 is not requested.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-22 08:32:17 UTC
Post emerge --info and emerge -pv uclibc output and reopen then.
Comment 2 Svyatoslav Trukhanov 2007-02-23 18:06:48 UTC
Sorry for disturbing.
The problem was with uClibc compiled without USE 'ipv6'
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-02-23 18:10:55 UTC
Yep, supposed that. :)