Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2006 10:00:35 -0700
From:      Vizion <vizion@vizion.occoxmail.com>
To:        <freebsd-questions@freebsd.org>
Cc:        amd64@freebsd.org
Subject:   kde3 Make Install failure
Message-ID:  <20060822170035.OEMW15709.dukecmmtao03.coxmail.com@dukecmmtao03>

next in thread | raw e-mail | index | archive | help
Trying to compile and install kde3 
on amd64 FreeBSD 6.1-RELEASE #0. kde3 fails a test and then hangs.

cd /usr/ports/x11/kde3

Make runs fine but then:

# Make Install

terminates and hangs with following consol message:
-------------------------------------------------------------------------

set listen [lindex [fconfigure $s -sockname] 2]
set s1 [socket [info hostname] $listen]
set timer [aftyer 10000 "set x timed_out"]
vwait x
after cancel $timer
close $s
close $s1
set 1 ""
lappend l [expr {[lindex $x 2] -- $listen}] [llength $x]

---- Test generated error; return code was:1
---- Return code should have been one of: 0 2
---- errorInfo: couldn't open socket: connection timed out
wgile executing
"socket {info hostname] $listen]"
        invoked from within
"set s1 [socket [info gostname] $listen]"
       ("uplevel" body line 9)
        invoked from within
"uplevel 1 $script"
---- errorCode: PSIX ERIMWOUT {connection timed out}
==== socket-7.4 FAILED

-------------------------------------------------------------------


Does anyone gave any idea what may be happening here??

David




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060822170035.OEMW15709.dukecmmtao03.coxmail.com>