Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2004 11:46:59 +0200
From:      John Oxley <john.oxley@gmail.com>
To:        questions@freebsd.org
Subject:   Re: Upgrading from 5.2.1-RELEASE-p9 to 5.3-BETA7
Message-ID:  <ba2001e50410100246281f6b90@mail.gmail.com>
In-Reply-To: <b2807d0404101002226a6458a6@mail.gmail.com>
References:  <ba2001e50410091811e3fc0f3@mail.gmail.com> <b2807d0404101002226a6458a6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 Oct 2004 14:52:10 +0530, Subhro <subhro.kar@gmail.com> 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#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ba2001e50410100246281f6b90>