From owner-freebsd-current@FreeBSD.ORG Thu Aug 21 00:40:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DAB16A4BF for ; Thu, 21 Aug 2003 00:40:58 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DD643FD7 for ; Thu, 21 Aug 2003 00:40:56 -0700 (PDT) (envelope-from mail23@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.9/8.12.9) with ESMTP id h7L7fT2p051390; Thu, 21 Aug 2003 09:41:29 +0200 (CEST) (envelope-from bulk@ei.bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.9/8.12.9/Submit) id h7L7fSmr051389; Thu, 21 Aug 2003 09:41:28 +0200 (CEST) Date: Thu, 21 Aug 2003 09:41:28 +0200 From: Ruben de Groot To: freebsd-current@freebsd.org, Andrew.Li@alcatel.com.au Message-ID: <20030821074128.GA51263@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , freebsd-current@freebsd.org, Andrew.Li@alcatel.com.au References: <20030820213409.GE430@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030820213409.GE430@gsmx07.alcatel.com.au> User-Agent: Mutt/1.4.1i Subject: Re: Getting from 5.1-RELEASE to RELENG_5_1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 07:40:58 -0000 On Thu, Aug 21, 2003 at 07:34:09AM +1000, Peter Jeremy typed: > I am looking at moving various hosts from 4.x to 5.1 but have run into > a problem with my test machine. I've successfully installed > 5.1-RELEASE (from CD) but want to rebuild the system to customise it > to its environment. > > The machine in question does not have enough local disk space to hold > both /usr/src and /usr/obj. When I tried to NFS mount the space, the > 'make buildworld' would consistently wedge the machine in "stage 1: > bootstrap tools" building games/fortune/strfile. I tried using local > disk for /usr/obj and NFS mounting just /usr/src. This got somewhat > further but again wedged the machine. "Wedged" means no response via > network or local keyboard, needing reset to recover. > > Has anyone else seen NFS problems with 5.1-RELEASE? The client is a > P-133 with 96MB RAM. The server is a PIII running roughly 4.6. They > are both using 100baseTX full-duplex 802.1Q trunks to a common switch. > > My alternative (preferred) option is to do a build world/kernel on > another faster machine (the NFS server used above). This fails with > multiple definitions of _sigaction and _sigprocmask building > libpthread. Looking back thru the archives, I gather this has been > fixed in -CURRENT but it's not in RELENG_5_1 because it's not > security-related. > > Any suggestions for a way forward? I just successfully upgraded releng_4 -> releng_5_1 by using: make NOLIBPTHREAD=true buildworld ... make NOLIBPTHREAD=true installworld ... Maybe there should be a note about this in UPDATING ? Ruben > > Peter > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"