From owner-freebsd-questions@FreeBSD.ORG Sun Jul 19 08:21:13 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 7AA47106566C for ; Sun, 19 Jul 2009 08:21:13 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id D77BD8FC14 for ; Sun, 19 Jul 2009 08:21:12 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atomic.dyndns.org (athedsl-4494041.home.otenet.gr [94.71.94.225]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n6J8LBrM004170; Sun, 19 Jul 2009 11:21:11 +0300 Message-ID: <4A62D777.8010704@otenet.gr> Date: Sun, 19 Jul 2009 11:21:11 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.22 (X11/20090702) MIME-Version: 1.0 To: Brett Wiggins References: <1247986035.5271.5.camel@synack-laptop> <20090719090619.643dc1a5.freebsd@edvax.de> <1247989942.6481.5.camel@synack-laptop> In-Reply-To: <1247989942.6481.5.camel@synack-laptop> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: scontrib 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, 19 Jul 2009 08:21:13 -0000 Brett Wiggins wrote: > Hi, > > >> Depending on what you want to do with "accessing the source code", >> it may be valid to say that you can leave out scontrib, but as >> far as I remember, it will be needed for building things from the >> source code (make vuildworld and buildkernel). >> > > I want to be able to read and compile the source. I have looked at > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ > > but am unable to find an iso and am not sure how to make a iso or > install cd from what is provided. I have installed the system minus > scontrib and it boots ok. Would I be able to get the full source from > the ftp-archive, exctract it to my FreeBSD system and then re-build and > install the system? > > thanks, > > Brett. > > How about this? ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/5.2/ You may be able to get the iso from alternate places too. And as Glen said you can get the sources from SVN. In fact, you can get the sources from CVS without trying to install an SVN client. You will need the cvsup-without-gui package as csup was not in the base of 5.2 AFAIK. There is a ready package for 5-STABLE here: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/net/cvsup-without-gui-16.1h_3.tbz though I am not certain if this will run in 5.2. You will also need a supfile similar to this (you may wish to change host to something closer to you) *default host=cvsup10.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_5_2_0_RELEASE *default delete use-rel-suffix *default compress src-all