From owner-freebsd-current@FreeBSD.ORG Sat Oct 23 23:22:00 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 0598E16A4CE for ; Sat, 23 Oct 2004 23:22:00 +0000 (GMT) Received: from romeo.dnsaction.com (romeo.dnsaction.com [207.142.132.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id B337443D69 for ; Sat, 23 Oct 2004 23:21:59 +0000 (GMT) (envelope-from raheel@raheelkhan.com) Received: from raheel by romeo.dnsaction.com with local (Exim 4.43 (FreeBSD)) id 1CLVCl-0001QR-HO for freebsd-current@freebsd.org; Sat, 23 Oct 2004 23:21:47 +0000 From: "Raheel" To: freebsd-current@freebsd.org X-Mailer: NeoMail 1.26 X-IPAddress: 208.187.28.34 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Sat, 23 Oct 2004 23:21:47 +0000 X-DNSACTION-MailScanner-Information: Please contact the ISP for more information X-DNSACTION-MailScanner: Found to be clean X-MailScanner-From: raheel@raheelkhan.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - romeo.dnsaction.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [1011 1012] / [26 6] X-AntiAbuse: Sender Address Domain - raheelkhan.com X-Source: X-Source-Args: X-Source-Dir: Subject: make buildworld error with FreeBSD 5.3 RELENG_5_3 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: Sat, 23 Oct 2004 23:22:00 -0000 I cvsup'd the latest RELENG_5_3 (as of 10/23/04 @ 4PM[MST]) and this is the error I get doing make buildworld OSRELDATE=0 (in reference to: http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037212.html) Here's my error: /usr/lib/crt1.o: In Function `_start': /usr/lib/crt1.o(.text+0x7d): 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. # I am in single mode, and here's my /etc/make.conf: PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo CPUTYPE=k6-2 CFLAGS= -O3 -pipe -funroll-loops -ffast-math COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math NO_MODULES=true NOPROFILE=true NO_PF=true uname -srm: FreeBSD 5.3-RC1 i386 grep __FreeBSD_version /usr/include/osreldate.h #undef __FreeBSD_version #define __FreeBSD_version 503001 --raheel Let me know if you need anymore information, thanks. --