From owner-freebsd-questions Sun Jan 9 22:26:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E551A14C85 for ; Sun, 9 Jan 2000 22:26:50 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id BAA02759; Mon, 10 Jan 2000 01:28:29 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <200001100628.BAA02759@cc942873-a.ewndsr1.nj.home.com> Subject: Re: installing XFree86 3.3.5 from ports In-Reply-To: from "Francis A. Vidal" at "Jan 10, 2000 11:08:40 am" To: francis@usls.edu (Francis A. Vidal) Date: Mon, 10 Jan 2000 01:28:29 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Francis A. Vidal wrote, > hi all, > > i'm trying to install XFree86 3.3.5 from the ports but i keep getting the > following message even if the source files are already in the distfiles > folder: > > >> X335src-2.tgz doesn't seem to exist on this system. > > `ls -ol' of the distfiles folder gives: > > -rw-r--r-- 1 root 17161723 Sep 1 01:32 /usr/ports/distfiles/X335src-1.tgz > -rw-r--r-- 1 root 14834754 Aug 26 23:48 /usr/ports/distfiles/X335src-2.tgz > -rw-r--r-- 1 root 12661966 Aug 26 23:48 /usr/ports/distfiles/X335src-3.tgz The Makefile expects them to be in, /usr/ports/distfiles/xc So, # cd /usr/ports/disfiles # mkdir xc # mv X335src-?.tgz xc/ And you'll be fine... except did you get Wraphelp.c (if you want it)? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message