From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 16:01:04 2005 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 910B116A4CE for ; Fri, 21 Jan 2005 16:01:04 +0000 (GMT) Received: from osi2.gua.net (osi2.gua.net [205.161.188.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4A343D55 for ; Fri, 21 Jan 2005 16:01:03 +0000 (GMT) (envelope-from kuuse@redantigua.com) Received: (qmail 58102 invoked by uid 89); 21 Jan 2005 16:01:03 -0000 Received: from kuuse@redantigua.com by osi2 by uid 89 with qmail-scanner-1.20 ( Clear:RC:0(205.161.188.16):. Processed in 0.137862 secs); 21 Jan 2005 16:01:03 -0000 Received: from unknown (HELO widserver1) (kuuse@osint.net@205.161.188.16) by 0 with SMTP; 21 Jan 2005 16:01:02 -0000 Message-ID: <000a01c4ffd2$86d5cc70$10bca1cd@widserver1> From: "Johan Kuuse - Red Antigua" To: Date: Fri, 21 Jan 2005 10:01:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: Problem with crt1.o and init tls 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: Fri, 21 Jan 2005 16:01:04 -0000 Hi, I'm trying to upgrade from 5.2.1 to 6.0 current. # make buildworld # make buildkernel # make installkernel # reboot all went fine. uname -a now shows FreeBSD 6.0-CURRENT ... With # mergemaster -p # make installworld the problems started. When I try to start over again with # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir -DALWAYS_CHECK_MAKE (as indicated at the bottom of http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html 19.4.16.6. What do I do if something goes wrong?) 'make cleandir' casues the following error message: /usr/lib/crt1.o: In function '_start': /usr/lib/crt1.o(.text+0x64): undefined reference to '_init_tls' *** Error code 1 Stop in /usr/src/usr.bin/make *** Error code 1 Stop in /usr/src *** Error code 1 Stop in /usr/src If I try # make buildworld the error message is the same (undefined reference to '_init_tls') If I omit the flag -DALWAYS_CHECK_MAKE the error message from 'make cleandir' is: +for: not found *** Error code 127 Stop in /usr/src *** Error 1 Stop in /usr/src I would be really grateful if someone could give a hint. Best Regards, Johan Kuuse kuuse@redantigua.com