From owner-freebsd-questions Mon Nov 17 01:38:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27885 for questions-outgoing; Mon, 17 Nov 1997 01:38:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from holmes.infopro.spb.su (holmes.infopro.spb.su [195.242.2.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27874 for ; Mon, 17 Nov 1997 01:38:33 -0800 (PST) (envelope-from ppfisher@infopro.spb.su) Received: from [195.201.1.4] ([195.201.1.4]) by holmes.infopro.spb.su (8.7.5/8.7.3t) with SMTP for ; Mon, 17 Nov 1997 12:38:14 +0300 (MSK) Message-ID: <34705670.102D@infopro.spb.su> Date: Mon, 17 Nov 1997 06:36:32 -0800 From: "Nikolay N. Rybakov" Reply-To: ppfisher@infopro.spb.su Organization: St.Petersburg Phone Company (St.Petersb X-Mailer: Mozilla 3.0 (Win16; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Ports collection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Help ! I was released free disk space by moving directory /usr/ports/distfiles to another server and then link directory /usr/ports/distfiles on my machine to directory on server, i.e: #mount_nfs server:/any_dir /dist #ln -s /dist/distfiles /usr/ports/distfiles OK. But when I'm trying to build some ports application (from new location of fistfiles) I see message: #make >>Checksum mismatch for any_packet Make sure the Makefile and md5 file ........ are up to date. What's wrong ? Thanks ! fisher@infopro.spb.su