Skip site navigation (1)Skip section navigation (2)
Date:      31 Jan 2006 17:01:07 +0900
From:      Alexander Logvinov <user@blg.akavia.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92588: make fetchindex failed with FETCHINDEX=wget
Message-ID:  <20060131080107.78501.qmail@blg.akavia.ru>
Resent-Message-ID: <200601310810.k0V8ACvU034960@freefall.freebsd.org>

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

>Number:         92588
>Category:       ports
>Synopsis:       make fetchindex failed with FETCHINDEX=wget
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 08:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:

>Description:

make fetchindex in /usr/ports/ failed with FETCHINDEX=wget
	
>How-To-Repeat:

cd /usr/ports/
make FETCHINDEX=wget fetchindex
bunzip2: (stdin) is not a bzip2 file.
*** Error code 2

Stop in /usr/ports.

>Fix:

--- Makefile.new        Tue Jan 31 16:57:45 2006
+++ Makefile    Tue Jan 31 16:59:03 2006
@@ -76,7 +76,7 @@
        chmod a+r ${INDEXDIR}/${INDEXFILE}
	
 ${INDEXDIR}/{INDEXFILE}.bz2: .PHONY
-       @${FETCHINDEX} -o ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
+       @${FETCHINDEX} ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
	 
 MASTER_SITE_INDEX?=    http://www.FreeBSD.org/ports/
>Release-Note:
>Audit-Trail:
>Unformatted:



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