Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2002 08:00:02 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Joao Schim <joao@bowtie.nl>
Cc:        Eric Anholt <eta@lclark.edu>, Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>, FreeBSD-ports@freebsd.org
Subject:   Re: Checksum mismatch for netscape-remote
Message-ID:  <20020904220002.GL8779@k7.mavetju>
In-Reply-To: <20020904144933.5b2adc77.joao@bowtie.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 04, 2002 at 02:49:33PM +0200, Joao Schim wrote:
> 
> Thanks for helping out. I removed the files from the distfiles 
> repository and tried again. 
> 
> Here's the output:
> 
> hume# rm -rf /usr/ports/distfiles/netscape-remote
> hume# cvs update
> cvs server: Updating .
> cvs server: Updating files
> hume# make
> >> remote.c doesn't seem to exist in /usr/ports/distfiles/netscape-remote.
> >> Attempting to fetch from http://home.netscape.com/newsref/std/.
> fetch: remote.c: Moved Temporarily
> >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/netscape-remote/.
> fetch: remote.c: size of remote file is not known
> Receiving remote.c: 19270 bytes
> 19270 bytes transferred in 0.0 seconds (1.82 MBps)

[/usr/ports/distfiles/netscape-remote] edwin@k7>ls -al remote.c 
-rw-r--r--  1 root  wheel  18579 Jun 22  1996 remote.c
[/usr/ports/distfiles/netscape-remote] edwin@k7>wc remote.c 
     691    2257   18579 remote.c

18579 + 691 = 19270

> >> vroot.h doesn't seem to exist in /usr/ports/distfiles/netscape-remote.
> >> Attempting to fetch from http://home.netscape.com/newsref/std/.
> fetch: vroot.h: Moved Temporarily
> >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/netscape-remote/.
> fetch: vroot.h: size of remote file is not known
> Receiving vroot.h: 5049 bytes
> 5049 bytes transferred in 0.0 seconds (3.91 MBps)

[/usr/ports/distfiles/netscape-remote] edwin@k7>ls -al vroot.h 
-rw-r--r--  1 root  wheel  4930 Feb 18  1996 vroot.h
[/usr/ports/distfiles/netscape-remote] edwin@k7>wc vroot.h 
     119     598    4930 vroot.h

Do the match yourself: 4930 + 119

Something on the line does a LF -> CR+LF conversion. Are you going
via a proxy?

But like Eric said, gzipping them should solve the problem for once
and for all and for everybody.

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.MavEtJu.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:&};:   | Interested in MUDs? http://www.FatalDimensions.org/

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?20020904220002.GL8779>