On Thursday 08 of January 2004 22:28, Martin MOKREJŠ wrote:
> On Thu, 8 Jan 2004, David Dawes wrote:
> > On Thu, Jan 08, 2004 at 09:44:05PM +0100, Martin MOKREJS wrote:
> > >On Thu, 8 Jan 2004, David Dawes wrote:
> > >> On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote:
> > >> >On Thu, 8 Jan 2004, David Dawes wrote:
> > >> >> >_XSERVTransSocketOpenCOTSServer: Unable to open socket for
> > >> >> > inet6 _XSERVTransOpen: transport open failed for
> > >> >> > inet6/krishna.mogua.com:0
> > >> >> > _XSERVTransMakeAllCOTSServerListeners: failed to open
> > >> >> > listener for inet6
> > >> >> >
> > >> >> >Fatal server error:
> > >> >> >Failed to establish all listening sockets
> > >> >>
> > >> >> You need to include -DPART_NET in your ServerOsDefines. 
> > >> >> This makes things like that non-fatal.  XFree86 servers
> > >> >> build with this option by default.
> > >> >
> > >> >I had the same problem on my Gentoo Linux box, I "fixed" that
> > >> > by enabling IPv6 in kernel. i just want to point out the
> > >> > flags should get into the mainstream distribution, or I'm
> > >> > desperate users who missed that critical requirement in
> > >> > RELNOTES .... :)
> > >>
> > >> Did you get a fatal error, or just a (harmless) warning
> > >> message? Like I said, for a default build of the XFree86
> > >> servers, this would just be a non-fatal warning.
> > >
> > >That was fatal in my case.
> >
> > Do you know why?  I.e., did you modify anything in the build
> > configuration, or are you using some other source tree?
>
> No idea, haven't touched anything, just downloaded the release RC2
> 4.4.0 candidate. I can try to reproduce in few days.

I had the same problem in 4.3.0. I cannot say if it stiil exists in 
RC2, as I compiled it without IPv6. I tried to examine the ebuild, 
and the only thing it does if IPv6 is enabled is
                if use ipv6
                then
                        echo "#define BuildIPv6 YES" >> 
config/cf/host.def
                else
                        echo "#define BuildIPv6 NO" >> 
config/cf/host.def
                fi

that is in 4.3.99.902. In 4.3.0 it did _exclude_ some patches, but if 
you say it's default, then I suppose it wasn't the patches that broke 
it. Anyway, in 4.3.99.902 the ipv6 USE flag doesn't have any 
influence on the patching process, and I succesfully use XFree86 
compiled without this flag on an IPv4-only kernel.

One could try to grep the gentoo patches for PART_NET, but 
unfortunately I don't have them at hand.
-- 
Rafał Rzepecki

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to