From owner-freebsd-current Tue Jul 23 15:51:26 2002 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 D650537B400 for ; Tue, 23 Jul 2002 15:51:17 -0700 (PDT) Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC7043E5E for ; Tue, 23 Jul 2002 15:51:17 -0700 (PDT) (envelope-from sindrome@sindrome.net) Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231] (may be forged)) by taz.sindrome.net (8.12.3/8.12.3) with ESMTP id g6NMlGlL005862; Tue, 23 Jul 2002 17:51:16 -0500 (CDT) (envelope-from sindrome@sindrome.net) Received: (from sindrome@localhost) by taz.sindrome.net (8.12.3/8.12.3/Submit) id g6NMlFMt005861; Tue, 23 Jul 2002 17:47:15 -0500 (CDT) X-Authentication-Warning: taz.sindrome.net: sindrome set sender to sindrome@sindrome.net using -f Date: Tue, 23 Jul 2002 17:47:15 -0500 From: Troy To: W Gerald Hicks Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure in /usr/src/sys/boot/i386/loader Message-ID: <20020723174715.A5844@sindrome.net> Reply-To: sindrome@sindrome.net Mail-Followup-To: W Gerald Hicks , freebsd-current@FreeBSD.ORG References: <20020723100836.A4598@sindrome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from gehicks@gehicks.dyndns.org on Tue, Jul 23, 2002 at 06:10:00PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG did cd /usr/src make buildworld prior to that I did a make cleandir twice and cleaned up /usr/obj etc.. -Troy > Hrm, > > This definitely looks like a library and/or toolchain mixup > relative to src/ > > I don't understand; this doesn't look like it is running from > within buildworld. > > Did you: > cd /usr/src && make buildworld > > Or: > cd /usr/src/sys/boot && make > > -- > Jerry Hicks > gehicks@gehicks.dyndns.org > > On Tuesday, July 23, 2002, at 11:08 AM, Troy wrote: > > > > > When doing a buildworld, the following problem occurred. Has anyone > > seen > > this problem? > > > > -Troy > > > > (/usr/src/sys/boot/i386/loader) make > > /usr/bin/cc -nostdlib -static -Ttext 0x0 -o loader.sym > > /usr/obj/usr/src/sys/boot/i386/loader/../btx/lib/crt0.o main.o conf.o > > bcache.o boot.o commands.o console.o devopen.o interp.o > > interp_backslash.o interp_parse.o load_elf.o ls.o misc.o module.o > > panic.o load_aout.o isapnp.o pnp.o interp_forth.o vers.o > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a > > /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a > > /usr/obj/usr/src/sys/boot/i386/loader/../../../../lib/libstand/libstand.a > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(loader.o): > > In function `ficlExecFD': > > loader.o(.text+0x5cb): undefined reference to `malloc' > > loader.o(.text+0x5ea): undefined reference to `free' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(loader.o): > > In function `ficlCompilePlatform': > > loader.o(.text+0x8de): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(stack.o): In > > function `stackCreate': > > stack.o(.text+0x94): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(stack.o): In > > function `stackDrop': > > stack.o(.text+0xfa): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(ficl.o): In > > function `ficlInitSystemEx': > > ficl.o(.text+0x3c): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(ficl.o): In > > function `ficlListParseSteps': > > ficl.o(.text+0x1c0): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(ficl.o)(.text+ > > 0x273): more undefined references to `__eprintf' follow > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(sysdep.o): > > In function `ficlMalloc': > > sysdep.o(.text+0xbb): undefined reference to `malloc' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(sysdep.o): > > In function `ficlRealloc': > > sysdep.o(.text+0xcc): undefined reference to `realloc' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(sysdep.o): > > In function `ficlFree': > > sysdep.o(.text+0xd9): undefined reference to `free' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(words.o): In > > function `ficlParseNumber': > > words.o(.text+0x625): undefined reference to `__eprintf' > > words.o(.text+0x6c0): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(words.o): In > > function `twoConstParen': > > words.o(.text+0x1068): undefined reference to `__eprintf' > > words.o(.text+0x10fb): undefined reference to `__eprintf' > > words.o(.text+0x11d8): undefined reference to `__eprintf' > > /usr/obj/usr/src/sys/boot/i386/loader/../../ficl/libficl.a(words.o)(.text+ > > 0x14b2): more undefined references to `__eprintf' follow > > collect2: ld returned 1 exit status > > *** Error code 1 > > > > Stop in /usr/src/sys/boot/i386/loader. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message