From owner-freebsd-current Sun Apr 29 10:19:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 5D7F137B43F for ; Sun, 29 Apr 2001 10:19:25 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f3THJP726340 for current@FreeBSD.ORG; Sun, 29 Apr 2001 10:19:25 -0700 (PDT) Date: Sun, 29 Apr 2001 10:19:25 -0700 (PDT) From: David Wolfskill Message-Id: <200104291719.f3THJP726340@bunrab.catwhisker.org> To: current@FreeBSD.ORG Subject: Re: World is broken... In-Reply-To: <39800.988564236@critter> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From: Poul-Henning Kamp >Date: Sun, 29 Apr 2001 19:10:36 +0200 > /usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a /usr/obj/flat/src/sys/boot/i386/loader/../libi386/libi386.a /usr/obj/flat/src/sys/boot/ >i386/loader/../../../../lib/libstand/libstand.a >/usr/obj/flat/src/sys/boot/i386/loader/../../ficl/libficl.a(words.o): In function `ficlParseNumber': >words.o(.text+0x1ae): undefined reference to `isalnum' >*** Error code 1 >1 error >*** Error code 2 >1 error Likewise (I was just about to send my report in when I saw phk's). Most recent CVSups done: CVSup started from cvsup14.freebsd.org at Sat Apr 28 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Sat Apr 28 03:54:18 PDT 2001 CVSup started from cvsup14.freebsd.org at Sun Apr 29 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Sun Apr 29 03:53:14 PDT 2001 and yesterday's -CURRENT (and -STABLE) built & ran fine. The only reference to isalnum() I see is in boot/ficl/words.c:274, and appears to replace a couple of references, one to isdigit() and the other to isalpha(). Perhaps something was omitted in the upgrade to ficl 2.05? Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message