From owner-freebsd-ports Sat Feb 26 22:19:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E98737B5A9; Sat, 26 Feb 2000 22:19:31 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id WAA23856; Sat, 26 Feb 2000 22:19:31 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 26 Feb 2000 22:19:31 -0800 (PST) From: Kris Kennaway To: Oscar Ricardo Silva Cc: freebsd-ports@freebsd.org Subject: Re: Makefile and md5 file are up to date? In-Reply-To: <4.2.2.20000225102623.00a834b0@mail.utexas.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 25 Feb 2000, Oscar Ricardo Silva wrote: > Make sure the Makefile and md5 file > (/usr/ports/lang/modula-3-lib/files/md5) are up to date. If you want to > override this check, type > "make NO_CHECKSUM=yes [other args]". > *** Error code 1 It probably means you have an out of date distfile for the port in question in /usr/ports/distfiles. The build process finds the file, but discovers it has an incorrect checksum (possibly corrupted or truncated, or just an old version which has the same filename). Remove the file in question and re-make the port (it will re-fetch it from the net). Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message