From owner-freebsd-questions@FreeBSD.ORG Sun Oct 10 10:34:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3FE16A503 for ; Sun, 10 Oct 2004 10:34:27 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD9843D49 for ; Sun, 10 Oct 2004 10:34:25 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so100271rnk for ; Sun, 10 Oct 2004 03:34:21 -0700 (PDT) Received: by 10.38.71.35 with SMTP id t35mr833606rna; Sun, 10 Oct 2004 03:34:21 -0700 (PDT) Received: by 10.38.208.74 with HTTP; Sun, 10 Oct 2004 03:34:21 -0700 (PDT) Message-ID: <9395922d041010033471abf44e@mail.gmail.com> Date: Sun, 10 Oct 2004 11:34:21 +0100 From: David Jenkins To: John Oxley In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: questions@freebsd.org Subject: Re: Upgrading from 5.2.1-RELEASE-p9 to 5.3-BETA7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 10:34:27 -0000 On Sun, 10 Oct 2004 11:46:59 +0200, John Oxley wrote: > On Sun, 10 Oct 2004 14:52:10 +0530, Subhro wrote: > > Compile with NOGAMES=yes in /etc/make.conf > > > > GAMES are not worth it > > > > Regards > > S. > > Games are not the problem. When I clean out /usr/obj, I get this > output on rebuilding make: > > The peoblem seems to be in /usr/lib/crt1.o. Whatever that does. > > cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200408120\" > -D__FBSDID=__RCSID -DDEFSHELL=1 -c > /usr/src/usr.bin/make/lst.lib/lstSucc.c > cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200408120\" > -D__FBSDID=__RCSID -DDEFSHELL=1 -static -o make arch.o buf.o > compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o > suff.o targ.o util.o var.o var_modify.o lstAppend.o lstAtEnd.o > lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o > lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o > lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o > lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o > lstReplace.o lstSucc.o > /usr/lib/crt1.o: In function `_start': > /usr/lib/crt1.o(.text+0x74): 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. > reknaw:/usr/src# > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Maybe this will help? http://lists.freebsd.org/pipermail/freebsd-current/2004-August/035350.html David