From owner-freebsd-questions@FreeBSD.ORG Fri Jul 6 11:52:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B20B16A46F for ; Fri, 6 Jul 2007 11:52:59 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id C3A1313C459 for ; Fri, 6 Jul 2007 11:52:58 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 6274F143416; Fri, 6 Jul 2007 14:52:56 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 6 Jul 2007 14:52:36 +0300 User-Agent: KMail/1.9.1 References: <539c60b90707051247q760d3fe6n3563b1eb4670379f@mail.gmail.com> In-Reply-To: <539c60b90707051247q760d3fe6n3563b1eb4670379f@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707061452.36599.nvass@teledomenet.gr> Cc: Steve Franks Subject: Re: installing 7 - snapshot iso gives "cannot parse info file for XYZ distribution" 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: Fri, 06 Jul 2007 11:52:59 -0000 On Thursday 05 July 2007 22:47, Steve Franks wrote: > My current issue is needing the src dist to build the ndis wrapper for > may crappy wlan. > > I'd be happy enough to get src from the ftp site, but so far as I can > tell, the only thing for 7.0 is the snapshot, no 7.0/src folder. Don't you have the ISO image? At least on the 7.0-CURRENT-200705 snapshot the 7.0-CURRENT-200705/src directory has the source. > What's the 'right' way to do this? Few suggestions, more or less related... I had problems using snapshots mainly 'cause of OS version tag. I think installing the system from a snapshot, getting the updated source and building it from scrath, would be better. And if you really want, you can get the source from a specific date(the snapshot's apparently) using cvs -D. HTH, Nikos