From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 08:48:33 2004 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 032D716A4CE for ; Wed, 25 Aug 2004 08:48:33 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7F143D53 for ; Wed, 25 Aug 2004 08:48:32 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7P8mIl1070359; Wed, 25 Aug 2004 09:48:19 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: freebsd-current@freebsd.org Date: Wed, 25 Aug 2004 09:48:37 +0100 User-Agent: KMail/1.6.2 References: <20040824164223.GA6359@gicco.homeip.net> <20040824170357.GA46720@troutmask.apl.washington.edu> <20040824174147.GA2041@gicco.homeip.net> In-Reply-To: <20040824174147.GA2041@gicco.homeip.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408250948.37555.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: Hanspeter Roth Subject: Re: crt1.o: In function `_start': undefined reference to `_init_tsl' 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: Wed, 25 Aug 2004 08:48:33 -0000 On Tuesday 24 August 2004 18:41, Hanspeter Roth wrote: > On Aug 24 at 10:03, Steve Kargl spoke: > > On Tue, Aug 24, 2004 at 06:42:23PM +0200, Hanspeter Roth wrote: > > > Hello, > > > > > > I have upgraded to 5.3-Beta1 from CD. > > > I had removed /usr/src before upgrading. > > > Now building the kernel fails: > > [...] > > > > /usr/lib/crt1.o(.text+0x64): In function `_start': > > > : undefined reference to `_init_tls' > > > > > > Is it expected to build world first or to build a GENERIC kernel > > > first? > > > > more /usr/src/UPDATING > > > > Skip to this section: > > > > To build a kernel > > ----------------- > > If you are updating from a prior version of FreeBSD (even > > one just a few days old), you should follow this procedure. With a > > /usr/obj tree with a fresh buildworld, > > > > and start reading. > > Ok. I've tried buildworld. It results in the same undefined > reference probably when building tcsh. It looks like you are trying to run new 5.3 compiled programs with an old version of libc.so. This will not work.