From owner-freebsd-questions@FreeBSD.ORG Sun Aug 23 08:40:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 662EB106568F for ; Sun, 23 Aug 2009 08:40:42 +0000 (UTC) (envelope-from zenzee@xs4all.nl) Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by mx1.freebsd.org (Postfix) with ESMTP id F1DD58FC08 for ; Sun, 23 Aug 2009 08:40:41 +0000 (UTC) Received: from xs2.xs4all.nl (xs2.xs4all.nl [194.109.21.3]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id n7N8Owrs043012 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 23 Aug 2009 10:24:58 +0200 (CEST) (envelope-from zenzee@xs4all.nl) Received: from xs2.xs4all.nl (zenzee@localhost [127.0.0.1]) by xs2.xs4all.nl (8.13.6/8.13.6) with ESMTP id n7N8Ow0R075381 for ; Sun, 23 Aug 2009 10:24:58 +0200 (CEST) (envelope-from zenzee@xs4all.nl) Received: (from zenzee@localhost) by xs2.xs4all.nl (8.13.6/8.13.6/Submit) id n7N8OrXH075379 for freebsd-questions@freebsd.org; Sun, 23 Aug 2009 10:24:53 +0200 (CEST) (envelope-from zenzee) Date: Sun, 23 Aug 2009 10:24:53 +0200 From: Vincent Zee To: freebsd-questions Message-ID: <20090823082453.GA75105@xs4all.nl> Mail-Followup-To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: MD5 Checksum mismatch for netatalk-2.0.4.tar.bz2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2009 08:40:42 -0000 Hi, I'm trying to update the netatalk port to its newest version. uname -a FreeBSD piggie.int.daemon.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I use portmaster -a to update the ports but when it reaches netatalk it gives this error message: --------------------- ===> Vulnerability check disabled, database not found ===> Extracting for netatalk-2.0.4,1 => MD5 Checksum mismatch for netatalk-2.0.4.tar.bz2. => SHA256 Checksum mismatch for netatalk-2.0.4.tar.bz2. [snip] ===> Giving up on fetching files: netatalk-2.0.4.tar.bz2 netatalk-2.0.4.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/net/netatalk/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/ports/net/netatalk. *** Error code 1 Stop in /usr/ports/net/netatalk. ===>>> make failed for net/netatalk ===>>> Aborting update ===>>> Update for netatalk-2.0.3_5,1 failed ===>>> Aborting update ------------------- I checked the distinfo file and it is the same as on my other machine. On which the update went fine. Anyone any idea how to solve this? Vincent