Bug 25838 - MD5s in gnupg-idea/distinfo doesn't match with fetched files.
Summary: MD5s in gnupg-idea/distinfo doesn't match with fetched files.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-15 19:50 UTC by juha.o.ylitalo
Modified: 2001-05-15 08:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description juha.o.ylitalo 2001-03-15 19:50:01 UTC
I downloaded gnupg-idea ports tar file from http://www.freebsd.org/cgi/ports.cgi?query=gnupg&stype=all
page. I replaced my original gnupg-idea port with new one, "make fetch"
and "make install". Unfortunately files MD5s don't match with the ones
in distinfo.
It seems that you can't ignore checksums with "make NO_CHECKSUM=yes", because
patch operations fail.
shoes# more distinfo 
MD5 (gnupg-idea/rsa.c) = d8b6f26df0e3e0ccd93c2d0589d8766f
MD5 (gnupg-idea/idea.c) = 7d0557459e0a41da099ddbd837d4bd40
shoes# md5 /usr/ports/distfiles/gnupg-idea/rsa.c 
MD5 (/usr/ports/distfiles/gnupg-idea/rsa.c) = ea33e09dd96b3262b552f8273c50898d
shoes# md5 /usr/ports/distfiles/gnupg-idea/idea.c 
MD5 (/usr/ports/distfiles/gnupg-idea/idea.c) = 4cd8d050ab31c7e78282331625b574a0

Fix: 

At least on idea.c case looks like something that could be patched by hand,
but ...
How-To-Repeat: Make sure you have gnupg-idea 1.0.1 port installed in system.
# rm -rf /usr/ports/distfiles/gnupg-idea
# cd /usr/ports/security/gnupg-idea
# make install
Comment 1 jedgar 2001-03-15 20:01:45 UTC
On Thu, Mar 15, 2001 at 11:40:54AM -0800, juha.o.ylitalo@nokia.com wrote:
> 
> >Number:         25838
> >Category:       ports
> >Synopsis:       MD5s in gnupg-idea/distinfo doesn't match with fetched files.
> MD5 (gnupg-idea/rsa.c) = d8b6f26df0e3e0ccd93c2d0589d8766f
> MD5 (gnupg-idea/idea.c) = 7d0557459e0a41da099ddbd837d4bd40
> shoes# md5 /usr/ports/distfiles/gnupg-idea/rsa.c 
> MD5 (/usr/ports/distfiles/gnupg-idea/rsa.c) = ea33e09dd96b3262b552f8273c50898d
> shoes# md5 /usr/ports/distfiles/gnupg-idea/idea.c 
> MD5 (/usr/ports/distfiles/gnupg-idea/idea.c) = 4cd8d050ab31c7e78282331625b574a0
> 


I cannot reproduce this here:

$ make USA_RESIDENT=YES MAKE_IDEA=YES        
>> idea.c doesn't seem to exist in /usr/ports/distfiles/gnupg-idea.
>> Attempting to fetch from ftp://ftp.gnupg.org/pub/gcrypt/contrib/.

fetch: transfer interrupted
Receiving idea.c (15450 bytes): 100%
15450 bytes transferred in 1.1 seconds (13.30 kBps)
>> rsa.c doesn't seem to exist in /usr/ports/distfiles/gnupg-idea.
>> Attempting to fetch from ftp://ftp.gnupg.org/pub/gcrypt/contrib/.

Receiving rsa.c (14302 bytes): 100%
14302 bytes transferred in 1.1 seconds (12.43 kBps)
===>  Extracting for gnupg-idea-1.0.1
>> Checksum OK for gnupg-idea/idea.c.
>> Checksum OK for gnupg-idea/rsa.c.


have you tried removing /usr/ports/distfiles/gnupg-idea/* ?

-- 
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-03-23 15:45:23 UTC
Responsible Changed
From-To: freebsd-ports->	lioux

I'll handle this.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2001-05-15 08:24:17 UTC
State Changed
From-To: open->closed

PR is superseeded by 26033