Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 1999 13:56:56 -0800 (PST)
From:      sean@wwd.org
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/10736: Illegal Fetch option in ports collection
Message-ID:  <19990322215656.BF98A1538B@hub.freebsd.org>

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

>Number:         10736
>Category:       ports
>Synopsis:       Illegal Fetch option in ports collection
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 14:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sean Proske
>Release:        3.1 Release
>Organization:
Western World Distribution
>Environment:
FreeBSD mercury1.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999     jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC  i386
>Description:
/usr/ports/Mk/bsd.port.mk contains an illegal argument

FETCH_CMD?=             /usr/bin/fetch -A


>How-To-Repeat:
while running FreeBSD 3.x, run make for any port.  When it attempts to fetch it, it will generate the following error message (the URL will of course depend on the port you are trying to install):

>Fix:
in /usr/ports/Mk/bsd.port.mk change the line:

FETCH_CMD?=             /usr/bin/fetch -A
to:
FETCH_CMD?=             /usr/bin/fetch -a
-A is an illegal argument... needs to be changed to -a

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/.
 fetch: illegal option -- A
 usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes]
              [-f file -h host [-c dir] | URL]


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?19990322215656.BF98A1538B>