From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 28 13:36:18 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF536DC8 for ; Sun, 28 Apr 2013 13:36:18 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (batman.home4u.ch [IPv6:2001:8a8:1005:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6236515FC for ; Sun, 28 Apr 2013 13:36:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at home4u.ch Received: from flashback.wenks.ch (fabian@flashback.wenks.ch [IPv6:2001:8a8:1005:1:223:dfff:fedf:13c9]) (authenticated bits=0) by batman.home4u.ch (8.14.5/8.14.5) with ESMTP id r3SDaF7o011370 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 28 Apr 2013 15:36:15 +0200 (CEST) (envelope-from fabian@wenks.ch) Message-ID: <517D25CF.9000100@wenks.ch> Date: Sun, 28 Apr 2013 15:36:15 +0200 From: Fabian Wenk User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Subject: Re: Unable to obtain PowerPC Kernel and System sources References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 13:36:18 -0000 Hello Shlomi On 28.04.2013 12:11, Shlomi Marco wrote: > I've recently installed FreeBSD 9.1-RC2 from ISO on my iMac G4. > I've later tried to fetch the system and kernel sources via sysinstall, > with no success, I'm getting the following message: > What am I doing wrong, and how otherwise can I get the sources I need? You will probably not be able to get the sources for 9.1-RC2 any more. I hope you already have the Ports installed, then you can do the following steps to get the sources for 9.1 (to rebuild and upgrade to 9.1-RELEASE). cd /usr/ports/devel/subversion make install make clean cd svn checkout svn://svn.freebsd.org/base/releng/9.1 /usr/src And then follow the documentation in the handbook, e.g. "Chapter 25 Updating and Upgrading FreeBSD" [1]. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html bye Fabian