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
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
Responsible Changed From-To: freebsd-ports-> lioux I'll handle this.
State Changed From-To: open->closed PR is superseeded by 26033