Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 16:43:06 -0800 (PST)
From:      eps@ana.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8975: packages-2.2.8/INDEX is corrupt
Message-ID:  <199812060043.QAA01743@hub.freebsd.org>

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

>Number:         8975
>Category:       ports
>Synopsis:       packages-2.2.8/INDEX is corrupt
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  5 16:50:00 PST 1998
>Last-Modified:
>Originator:     Eric P. Scott
>Organization:
ana-systems, Inc.
>Release:        2.2.8-RELEASE
>Environment:
FreeBSD localhost 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Mon Nov 30 06:34:08 GMT 1998     jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
The packages INDEX is supposed to consist of lines of nine |-separated
fields.  /stand/sysinstall doesn't handle a corrupted INDEX gracefully
and what's currently on ftp.freebsd.org is corrupt.
>How-To-Repeat:
Attempt to install packages using FreeBSD 2.2.8 sysinstall.

Run this awk script against packages-2.2.8/INDEX to find bad entries:
{
if (split($0, a, "|")!=9) printf "%d: %s\n", NR, $0
}
>Fix:
Regenerate the INDEX file.
>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?199812060043.QAA01743>