kde3 Make Install failure

2006-08-22 Thread Vizion
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 1 "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

---

Any ideas?

Thanks in advance

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kde3 Make Install failure

2006-08-22 Thread Vizion
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 1 "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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kde3 Make Install failure

2006-08-22 Thread Brooks Davis
On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
> 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 1 "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??

One of the ports kde3 has a RUN_DEPEND on failed to build.  There isn't
enough information here to know more.  Running "make" in x11/kde3 is a
no-op since the port just maintains dependancies to other kde bundles.

-- Brooks


pgpblLUKsvGjQ.pgp
Description: PGP signature


Re: kde3 Make Install failure

2006-08-22 Thread Vizion
> -Original Message-
> From: Brooks Davis [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 22, 2006 10:20 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> Subject: Re: kde3 Make Install failure
> 
> 
> On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
> > 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 1 "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??
> 
> One of the ports kde3 has a RUN_DEPEND on failed to build.  
> There isn't
> enough information here to know more.  Running "make" in x11/kde3 is a
> no-op since the port just maintains dependancies to other kde bundles.
> 
> -- Brooks

Thanks for yr help.

How do I get the information necessary to solve this?

Thanks in advance

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kde3 Make Install failure

2006-08-22 Thread Brooks Davis
On Tue, Aug 22, 2006 at 10:36:30AM -0700, Vizion wrote:
> > -Original Message-
> > From: Brooks Davis [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, August 22, 2006 10:20 AM
> > To: Vizion
> > Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> > Subject: Re: kde3 Make Install failure
> > 
> > 
> > On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
> > > 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 1 "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??
> > 
> > One of the ports kde3 has a RUN_DEPEND on failed to build.  
> > There isn't
> > enough information here to know more.  Running "make" in x11/kde3 is a
> > no-op since the port just maintains dependancies to other kde bundles.
> > 
> > -- Brooks
> 
> Thanks for yr help.
> 
> How do I get the information necessary to solve this?

You've trimmed the output at the end which included the name
of the port that failed.  Once you know that you can make sure it's up
to date and then contact the maintainer of that port for debugging
assistance.

-- Brooks


pgpYvgE1dlcs8.pgp
Description: PGP signature


Re: kde3 Make Install failure

2006-08-22 Thread Vizion
On Tue, Aug 22, 2006 at 10:36:30AM -0700, Vizion wrote:
> > -Original Message-
> > From: Brooks Davis [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, August 22, 2006 10:20 AM
> > To: Vizion
> > Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> > Subject: Re: kde3 Make Install failure
> > 
> > 
> > On Tue, Aug 22, 2006 at 10:00:35AM -0700, Vizion wrote:
> > > 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 1 "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??
> > 
> > One of the ports kde3 has a RUN_DEPEND on failed to build.  
> > There isn't
> > enough information here to know more.  Running "make" in x11/kde3 is a
> > no-op since the port just maintains dependancies to other kde bundles.
> > 
> > -- Brooks
> 
> Thanks for yr help.
> 
> How do I get the information necessary to solve this?

You've trimmed the output at the end which included the name
of the port that failed.  Once you know that you can make sure it's up
to date and then contact the maintainer of that port for debugging
assistance.

--- It is http.test 
that appear to fail
The failure begins with:
http.test

 http-3.3 http::geturl FAILED
 Contents of test case:

   set token [hrrp::geturl $url]
   http:: data $token
 Test generated error; return code was: 1
  Return code should have been one of: 0 2
  errorInfo: couldn't open socket: connection timed out
  while executing
"http::geturl $url
"set token [http::geturl $url]
("uplevel" body line 2)  
 invoked from within
"uplevel 1 $script"
 errorCode: NONE
 http-3.3 FAILED


  This continues incrementing the http-x.3 version until final hang


I cannot get full redirection of the test as
# Make Install > filename 
does not work!!

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kde3 Make Install failure

2006-08-22 Thread Scot Hetzel

On 8/22/06, Vizion <[EMAIL PROTECTED]> wrote:

--- It is http.test
that appear to fail
The failure begins with:
http.test

 http-3.3 http::geturl FAILED
 Contents of test case:

   set token [hrrp::geturl $url]
   http:: data $token
 Test generated error; return code was: 1
  Return code should have been one of: 0 2
  errorInfo: couldn't open socket: connection timed out
  while executing
"http::geturl $url
"set token [http::geturl $url]
("uplevel" body line 2)
 invoked from within
"uplevel 1 $script"
 errorCode: NONE
 http-3.3 FAILED


  This continues incrementing the http-x.3 version until final hang


I cannot get full redirection of the test as
# Make Install > filename
does not work!!


You still didn't go back far enough, as we can't see which port is
failing, but I suspect that it  is the tcl84 port, as it redefines the
build target to be "build test", if you remove the "test", the tcl84
port will install.  Don't know why it is failing the tests, as we need
someone who knows tcl to have a look at it.

Scot

--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kde3 Make Install failure - SOLVED

2006-08-23 Thread Vizion
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Scot Hetzel
> Sent: Tuesday, August 22, 2006 4:35 PM
> To: Vizion
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> freebsd-questions@freebsd.org
> Subject: Re: kde3 Make Install failure
> 
> 
> On 8/22/06, Vizion <[EMAIL PROTECTED]> wrote:
> > --- It is http.test
> > that appear to fail
> > The failure begins with:
> > http.test
> >
> >  http-3.3 http::geturl FAILED
> >  Contents of test case:
> >
> >set token [hrrp::geturl $url]
> >http:: data $token
> >  Test generated error; return code was: 1
> >   Return code should have been one of: 0 2
> >   errorInfo: couldn't open socket: connection timed out
> >   while executing
> > "http::geturl $url
> > "set token [http::geturl $url]
> > ("uplevel" body line 2)
> >  invoked from within
> > "uplevel 1 $script"
> >  errorCode: NONE
> >  http-3.3 FAILED
> >
> >
> >   This continues incrementing the http-x.3 version until final hang
> >
> >
> > I cannot get full redirection of the test as
> > # Make Install > filename
> > does not work!!
> >
> You still didn't go back far enough, as we can't see which port is
> failing, but I suspect that it  is the tcl84 port, as it redefines the
> build target to be "build test", if you remove the "test", the tcl84
> port will install.  Don't know why it is failing the tests, as we need
> someone who knows tcl to have a look at it.

OK Got it. Thank you so much - you put meon the right track.

I have been compiling a new installation and had not yet made alterations to 
create a valid /etc/hosts because the system is not in its final place on the 
network. The catch is the http tests need a valid /etc/hosts or the test fails!!

Gr

Thank you guys

David

> 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"