Gentoo Archives: gentoo-user

From: "Claudio Roberto França Pereira" <spideybr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Configure xorg Failed
Date: Tue, 06 Dec 2011 16:48:13
Message-Id: CAGo3WeotckitWiEpj7WSPtpjeFA-u1SdS-gmfiMFT3pGXH7efw@mail.gmail.com
In Reply to: Re: [gentoo-user] Configure xorg Failed by Adam Carter
1 Xorg is complaining that it couldn't open IPv6 sockets. Xorg uses
2 sockets to handle the clients, that's what makes it work with remote
3 clients. I'd guess that you tried to built a no-network box, but Xorg
4 need sockets. It doesn't make much sense in a Gentoo world, but it was
5 worth trying.
6
7 Another possibility is that you built your kernel without IPv6
8 support, but forgot to disable the ipv6 USE flag.
9
10
11 $ emerge -pv xorg-server
12
13 These are the packages that would be merged, in order:
14
15 Calculating dependencies... done!
16 [ebuild R ] x11-base/xorg-server-1.11.2-r2 USE="ipv6 nptl udev
17 xorg xvfb -dmx -doc -kdrive -minimal -static-libs -tslib -xnest" 4,831
18 kB
19
20 Total: 1 package (1 reinstall), Size of downloads: 4,831 kB
21
22 $ gunzip -c /proc/config.gz | grep -i ipv6
23 CONFIG_IPV6=y
24 # CONFIG_IPV6_PRIVACY is not set
25 # CONFIG_IPV6_ROUTER_PREF is not set
26 # CONFIG_IPV6_OPTIMISTIC_DAD is not set
27 # CONFIG_IPV6_MIP6 is not set
28 # CONFIG_IPV6_SIT is not set
29 # CONFIG_IPV6_TUNNEL is not set
30 # CONFIG_IPV6_MULTIPLE_TABLES is not set
31 # CONFIG_IPV6_MROUTE is not set