From owner-freebsd-questions@FreeBSD.ORG Sat May 26 12:26:06 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 79DF416A400 for ; Sat, 26 May 2007 12:26:06 +0000 (UTC) (envelope-from dmw@unete.cl) Received: from mail04.ifxnetworks.com (mail04.ifxnetworks.com [190.61.128.14]) by mx1.freebsd.org (Postfix) with ESMTP id 1ADFA13C45D for ; Sat, 26 May 2007 12:26:05 +0000 (UTC) (envelope-from dmw@unete.cl) Received: (qmail 23519 invoked from network); 26 May 2007 12:26:05 -0000 X-Spam-DCC: URT: mail04.ifxnetworks.com 1060; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail04.ifxnetworks.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=disabled version=3.1.8 Received: from unknown (HELO quake) (dmw@unete.cl@[200.73.82.51]) (envelope-sender ) by mail04.ifxnetworks.com (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 26 May 2007 12:26:04 -0000 From: Daniel Molina Wegener Organization: DMW To: freebsd-questions@freebsd.org Date: Sat, 26 May 2007 08:25:47 -0400 User-Agent: KMail/1.9.6 References: <200705252304.05088.dmw@unete.cl> <20070526032226.GA18221@xor.obsecurity.org> In-Reply-To: <20070526032226.GA18221@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705260825.47577.dmw@unete.cl> Cc: Kris Kennaway Subject: Re: Installing CURRENT from STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dmw@unete.cl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 12:26:06 -0000 On Friday 25 May 2007 23:22:26 Kris Kennaway wrote: > On Fri, May 25, 2007 at 11:04:04PM -0400, Daniel Molina Wegener wrote: > > Hello, > > > > I want to contribute with FreeBSD. > > > > I have installed STABLE on one disk, I use STABLE to > > work, but I want to install CURRENT to begin with small > > contributions with code. > > > > How can I install CURRENT from my STABLE installation, I > > mean work on FreeBSD using the STABLE install and test the > > CURRENT install on a diferent partition. Can I do that? > > > > I've tried to get working CURRENT, but I get compile > > errors. On STABLE I have gcc 4.2 to compile CURRENT and a > > shell script that does the next job: > > -----------------------8<---------------------------------- > >---- export MAKEOBJDIRPREFIX="/work/FreeBSD/obj" > > export PREFIX="/work/FreeBSD" > > export CC="/usr/local/bin/gcc42" > > export CXX="/usr/local/bin/g++42" > > export DESTDIR="/work/FreeBSD/build" > > export TARGET="i386" > > make $* > > -----------------------8<---------------------------------- > >---- > > > > I'm right?, or I need to know something more? > > You are not right; FreeBSD bootstraps its own compiler, and > in fact cannot usually be built with a non-standard compiler > (even if it is based on the same gcc version) because of > FreeBSD extensions. > > Just build world as you normally would. Thanks, but I get compile time errors. Am I missing something? or it's normal to get "file not found errors"? > > Kris > [SNIP] Regards, -- .O. | Daniel Molina Wegener | C/C++ Developer ..O | dmw [at] unete [dot] cl | FOSS Coding Adict OOO | BSD & Linux User | Standards Rocks!