Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 11:22:19 +0100 (CET)
From:      "Julian Stacey" <jhs@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sf@freebsd.org
Subject:   ports/34907: 4.5/ports/ftp/wget+ipv6 hangs top make
Message-ID:  <200202131022.g1DAMJ782048@king.jhs.private>

next in thread | raw e-mail | index | archive | help

>Number:         34907
>Category:       ports
>Synopsis:       4.5/ports/ftp/wget+ipv6 hangs top make
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 05:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     "Julian Stacey" jhs@freebsd.org
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Vector Systems Ltd - Munich Unix & Internet consultancy
>Environment:
System: FreeBSD king.jhs.private 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed Jan 30 18:38:24 CET 2002 jhs@wind.jhs.private:/usr1/ftp/public/freebsd/work/4.5-RELEASE/src/sys/compile/GENERIC i386

	
>Description:
	4.5/RELEASE/ports/ftp/wget+ipv6 
hangs top ports/ make ie
	cd /usr/ports ; make -k package

>How-To-Repeat:
	
	cd /usr/ports/ftp/wget ; make -k package
	cd /usr/ports/ftp/wget+ipv6 ; make -k package
	....
	wait till 
	ftp/wget+ipv6
	see
	        gmake[1]: Entering directory `/usr1/ftp/public/freebsd/work/4.5-RELEASE/ports/ftp/wget+ipv6/work/wget-1.7/doc'
        ../mkinstalldirs /usr/local/etc
         install -c -o root -g wheel -m 444 ./sample.wgetrc /usr/local/etc/wgetrc.new

        WARNING: Differing `/usr/local/etc/wgetrc'
                 exists and has been spared.  You might want to
                 consider merging in the new lines from
                 `/usr/local/etc/wgetrc.new'.

        <Hit RETURN to acknowledge>\c
	
>Fix:

	

	add to Makefile:
	IS_INTERACTIVE="hangs on /usr/local/etc/wgetrc from ftp/wget"

	If sf@FreeBSD.org wants to add some more complex solution such as
		.if exist 
	that's be fine too, but the aim is to either:
		- avoid the Makefile being Interactive , or
		- declare the Makefile as interactive
	Thanks
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202131022.g1DAMJ782048>