From owner-freebsd-current Tue Jul 23 8:12:43 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 C067937B432 for ; Tue, 23 Jul 2002 08:12:38 -0700 (PDT) Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id C44B743E4A for ; Tue, 23 Jul 2002 08:12:37 -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 g6NF8blL004719 for ; Tue, 23 Jul 2002 10:12:37 -0500 (CDT) (envelope-from sindrome@sindrome.net) Received: (from sindrome@localhost) by taz.sindrome.net (8.12.3/8.12.3/Submit) id g6NF8aRs004718 for freebsd-current@FreeBSD.ORG; Tue, 23 Jul 2002 10:08:36 -0500 (CDT) X-Authentication-Warning: taz.sindrome.net: sindrome set sender to sindrome@sindrome.net using -f Date: Tue, 23 Jul 2002 10:08:36 -0500 From: Troy To: freebsd-current@FreeBSD.ORG Subject: buildworld failure in /usr/src/sys/boot/i386/loader Message-ID: <20020723100836.A4598@sindrome.net> Reply-To: sindrome@sindrome.net Mail-Followup-To: freebsd-current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 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