Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 00:02:58 +0900 (JST)
From:      TATEOKA Takamichi <tate@tateoka.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54415: ports/editors/nvi-m17n has a checksum error
Message-ID:  <200307121502.h6CF2wOH054945@leaf.mobile.tateoka.org>
Resent-Message-ID: <200307121510.h6CFA5dA070122@freefall.freebsd.org>

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

>Number:         54415
>Category:       ports
>Synopsis:       ports/editors/nvi-m17n has a checksum error
>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:   Sat Jul 12 08:10:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     TATEOKA Takamichi
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD leaf 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #3: Fri Apr 11 22:07:34 JST 2003 tate@leaf:/usr/home/src/lin6/sys/compile/LEAF-LIN6 i386

  FreeBSD ports updated with CVsup from cvsup2.jp.freebsd.org at
Sat Jul 12 14:15:43 UTC 2003.

>Description:

  ports/editors/nvi-m17n has a checksum error for file nvi-m17n.tar.gz.
  The archive file has modified on a master ftp site ftp://sleepy.vwh.net/pub/.
Another master site ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ has old one.

  The differences of two archives are "LICENSE" and "README" only, so
"make NO_CHECKSUM=yes" works fine.

>How-To-Repeat:

  Following commands failed by checksum mismatch for nvi-1.79.tar.gz:

# cd /usr/ports/editors/nvi-m17n
# make distclean
# make

  I checked the differences between old and new archive by following commands:

% fetch -q -o sleepy.tar.gz ftp://sleepy.vwh.net/pub/nvi-1.79.tar.gz
% mkdir sleepy; tar xzfC sleepy.tar.gz sleepy
% fetch -q -o foretune.tar.gz ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/nvi-1.79.tar.gz
% mkdir foretune; tar xzfC foretune.tar.gz foretune
% md5 sleepy.tar.gz foretune.tar.gz
MD5 (sleepy.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
MD5 (foretune.tar.gz) = 52549f8e390db06f9366ee83e59f64de
% rsync -a --delete  --dry-run sleepy/ foretune/
building file list ... done
nvi-1.79/LICENSE
nvi-1.79/README
wrote 8172 bytes  read 28 bytes  16400.00 bytes/sec
total size is 4581240  speedup is 558.69
% fgrep nvi-1.79.tar.gz /usr/ports/editors/nvi-m17n/distinfo 
MD5 (nvi-1.79.tar.gz) = 52549f8e390db06f9366ee83e59f64de
% 
 

>Fix:

a) "make NO_CHECKSUM=yes" works fine.
b) Remove ftp.foretune.co.jp from MASTER_SITES and update checksum in distfile. 
   ports/distfiles/nvi-nvi-1.79.tar.gz on FreeBSD ftp sites should be updated.
c) Remove sleeply.vwh.net from MASTER_SITES. (I'm not sure is's good or not.)
>Release-Note:
>Audit-Trail:
>Unformatted:



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