Bug 38100 - Improper fetch of source
Summary: Improper fetch of source
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 07:40 UTC by Alan Batie
Modified: 2002-05-15 08:14 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 Alan Batie 2002-05-15 07:40:01 UTC
	The security/cyrus-sasl port improperly fetches
	sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz from sourceforge.net
	(checksum mismatch, looking at the file shows it to be html)

	>> cyrus-sasl-1.5.27.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
	>> Attempting to fetch from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/./.
	Receiving cyrus-sasl-1.5.27.tar.gz (528252 bytes): 100%
	528252 bytes transferred in 11.4 seconds (45.08 kBps)
	>> sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz doesn't seem to exist in /usr/ports/distfiles/.
	>> Attempting to fetch from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/./.
	fetch: sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz: File unavailable (e.g., file not found, no access)
	>> Attempting to fetch from http://prdownloads.sourceforge.net/cyrus-utils/.
	fetch: sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz: size of remote file is not known
	Receiving sasl-1.5.27-ldap-ssl-filter-mysql-patch: 8664 bytes
	8664 bytes transferred in 0.1 seconds (138.29 kBps)
	>> sasl_apop_patch.gz doesn't seem to exist in /usr/ports/distfiles/.
	>> Attempting to fetch from ftp://ftp.westbend.net/pub/cyrus-mail/contrib/.
	Receiving sasl_apop_patch.gz (2517 bytes): 100%
	2517 bytes transferred in 0.7 seconds (3.60 kBps)
	>> cyrus-sasl-1.5.27-ipv6-20020106.diff.gz doesn't seem to exist in /usr/ports/distfiles/.
	>> Attempting to fetch from ftp://ftp.westbend.net/pub/cyrus-mail/contrib/.
	Receiving cyrus-sasl-1.5.27-ipv6-20020106.diff.gz (15655 bytes): 100%
	15655 bytes transferred in 0.4 seconds (35.84 kBps)
	===>  Extracting for cyrus-sasl-1.5.27_2
	>> Checksum OK for cyrus-sasl-1.5.27.tar.gz.
	>> Checksum mismatch for sasl-1.5.27-ldap-ssl-filter-mysql-patch3.tgz.
	>> Checksum OK for sasl_apop_patch.gz.
	>> Checksum OK for cyrus-sasl-1.5.27-ipv6-20020106.diff.gz.
	Make sure the Makefile and distinfo file (/usr/src/ports/security/cyrus-sasl/distinfo)
	are up to date.  If you are absolutely sure you want to override this
	check, type "make NO_CHECKSUM=yes [other args]".
	*** Error code 1

	Stop in /usr/src/ports/security/cyrus-sasl.
	*** Error code 1

	Stop in /usr/src/ports/security/cyrus-sasl.

Fix: 

Remove prdownloads from the site list in Makefile; it hunts a couple
	dozen sites before it finally finds the patch, but eventually does.
	Looks like there's a more recent one that needs to be incorporated
	also...
How-To-Repeat: 
	cd /usr/ports
	cvs update -P Mk
	cd security/cyrus-sasl
	cvs update -P
	make
Comment 1 Trevor Johnson freebsd_committer freebsd_triage 2002-05-15 08:14:05 UTC
State Changed
From-To: open->closed

prdownloads removed--thank you