From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 13:41:56 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 74D2916A4CE for ; Wed, 22 Dec 2004 13:41:56 +0000 (GMT) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1918843D46 for ; Wed, 22 Dec 2004 13:41:55 +0000 (GMT) (envelope-from koos@kzdoos.xs4all.nl) Received: from uucp1.xs4all.nl (uucp1.xs4all.nl [194.109.21.51]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBMDfr9k098208 for ; Wed, 22 Dec 2004 14:41:53 +0100 (CET) (envelope-from koos@kzdoos.xs4all.nl) Received: from uucp1.xs4all.nl (localhost [127.0.0.1]) by uucp1.xs4all.nl (8.12.9/8.12.9) with ESMTP id iBMDfrdp052249 for ; Wed, 22 Dec 2004 14:41:53 +0100 (CET) Received: (from uucp@localhost) by uucp1.xs4all.nl (8.12.9/8.12.9/Submit) with UUCP id iBMDfrYR052248 for freebsd-questions@freebsd.org; Wed, 22 Dec 2004 14:41:53 +0100 (CET) Received: from kzdoos.xs4all.nl (localhost [127.0.0.1])iBMDfnfh002942 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 22 Dec 2004 14:41:49 +0100 Received: (from koos@localhost)iBMDfnWs002939 for freebsd-questions@freebsd.org; Wed, 22 Dec 2004 14:41:49 +0100 Date: Wed, 22 Dec 2004 14:41:49 +0100 From: Koos van den Hout To: freebsd-questions@freebsd.org Message-ID: <20041222134149.GA2629@kzdoos.xs4all.nl> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm X-Files: the truth is out there X-Food-Label: May contain traces of nuts Organization: Koos van den Hout private node X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Status: Clean Subject: 5.3 buildworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 13:41:56 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I guess I managed to get into a circular dependency problem ;) I have a machine, running at the moment FreeBSD master.idefix.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Nov 9 22:49:23 CET 2004 bofh@master.idefix.net:/usr/obj/usr/src/sys/IDEFIX i386 I cvsupped the source to RELENG_5_3, and am trying to do a buildworld (after a buildkernel). But, it fails at a known place: cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=3D\"5200408120\" -D__FBSDID=3D__RCSID -DDEFSHELL=3D1 -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=20 /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x64): undefined reference to `_init_tls' *** Error code 1 Searching for solutions using google, I found 'rebuild your libc using cd /= usr/src/lib/libc && make obj && make depend && make all && make install' wh= ich gives the error: -O -pipe -mcpu=3Dpentiumpro -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c nslexer.c /dev/stdout: In function `_nsyylex': /dev/stdout:711: warning: label `find_rule' defined but not used /usr/src/lib/libc/net/nslexer.l: At top level: /dev/stdout:1678: warning: `yy_flex_realloc' defined but not used *** Error code 1 Stop in /usr/src/lib/libc. The next suggestion I find is 'rebuild yacc' .. which fails with _init_tls or 'rebuild lex' which points back at '_init_tls'. A nice circulair dependency. Any way to get out of this? I already re-cvsupped from a clear /usr/src. Koos --=20 Koos van den Hout, PGP keyid RSA/1024 0xCA845CB5 via keyservers koos@kzdoos.xs4all.nl or DSS/1024 0xF0D7C263 = -?) Fax +31-30-2817051 Camp Wireless, wireless Internet access = /\\ http://idefix.net/~koos/ at campsites http://www.camp-wireless.org/ _= \_V --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: P1ny+fujlqDmgtKF3mnWl8kpF+N+9BFA iQA/AwUBQcl5nCxmO13w18JjEQLhOgCg562/R4/4b/b8TxiEtND2KMleKeUAoLj1 c7T5jSYNZAyVQNLvDiSzSc0u =2+0O -----END PGP SIGNATURE----- --wac7ysb48OaltWcw--