From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 22:00:52 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 C28B116A4D4 for ; Mon, 4 Oct 2004 22:00:52 +0000 (GMT) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD1443D4C for ; Mon, 4 Oct 2004 22:00:39 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from tardis.isc.org (tardis.isc.org [IPv6:2001:4f8:3:bb::37]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 2EA5467502 for ; Mon, 4 Oct 2004 22:00:39 +0000 (UTC) (envelope-from Peter_Losher@isc.org) From: Peter Losher Organization: ISC To: current@freebsd.org Date: Mon, 4 Oct 2004 15:01:10 -0700 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart26799992.yM5vRlqFbE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200410041501.12962.Peter_Losher@isc.org> Subject: Problems w/ xmalloc in updating from BETA3 to BETA7. 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: Mon, 04 Oct 2004 22:00:53 -0000 --nextPart26799992.yM5vRlqFbE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 'make buildworld' has been failing for me at stage 1.2 on all of my boxes=20 running BETA3 it starts with a missing xmalloc.o =2D=3D- =3D=3D=3D> gnu/usr.bin/texinfo/libtxi cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" =20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo=20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib =20 =2DI/usr/obj/usr/src/i386/legacy/usr/include=20 =2Dc /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/su= bstring.c cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" =20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo=20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib =20 =2DI/usr/obj/usr/src/i386/legacy/usr/include=20 =2Dc /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xe= xit.c cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" =20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo=20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib =20 =2DI/usr/obj/usr/src/i386/legacy/usr/include=20 =2Dc /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xm= alloc.c cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" =20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo=20 =2DI/usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib =20 =2DI/usr/obj/usr/src/i386/legacy/usr/include=20 =2Dc /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xs= trdup.c building static txi library ar: 'xstrdup.o xexit.o substring.o xmalloc.o': No such file ranlib libtxi.a =2D=3D- Then later fails compiling gnu/usr.bin/texinfo/makeinfo =2D=3D- cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" =20 =2DI/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo=20 =2DI/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib = =20 =2DI/usr/obj/usr/src/i386/legacy/usr/include -static=20 =2DL/usr/obj/usr/src/i386/legacy/usr/lib -o makeinfo cmds.o defun.o files.o= =20 footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o=20 node.o sectioning.o toc.o=20 xml.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/= libtxi.a=20 =2Dlegacy cmds.o(.text+0x128b): In function `cm_center': : undefined reference to `xmalloc' defun.o(.text+0x3f): In function `accumulate_token': : undefined reference to `xrealloc' defun.o(.text+0x13c): In function `args_from_string': : undefined reference to `xstrdup' defun.o(.text+0x22a): In function `args_from_string': : undefined reference to `substring' defun.o(.text+0x2ff): In function `process_defun_args': : undefined reference to `xstrdup' defun.o(.text+0x368): In function `process_defun_args': : undefined reference to `xstrdup' defun.o(.text+0x59e): In function `defun_internal': : undefined reference to `xmalloc' defun.o(.text+0xc28): In function `cm_defun': : undefined reference to `xstrdup' files.o(.text+0x8c): In function `extract_colon_unit': : undefined reference to `xstrdup' files.o(.text+0xa1): In function `extract_colon_unit': : undefined reference to `xmalloc' [...] =2D=3D- Is there a fix for this (or a work around)? Best Wishes - Peter =2D-=20 Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --nextPart26799992.yM5vRlqFbE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBYcgoPtVx9OgEjQgRAkiNAJ4iJfEmMqhBswgyPmve7AKrOZK4dQCfdnAf utJx3EvO6utajJbgb4QDCIM= =eMVw -----END PGP SIGNATURE----- --nextPart26799992.yM5vRlqFbE--