From owner-freebsd-current@FreeBSD.ORG Sat Sep 1 03:19:46 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB6C016A419 for ; Sat, 1 Sep 2007 03:19:46 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from quack.kfu.com (unknown [IPv6:2002:478d:4001::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7AFF413C465 for ; Sat, 1 Sep 2007 03:19:46 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from www.kfu.com (localhost [127.0.0.1]) by quack.kfu.com (8.13.8/8.13.8) with ESMTP id l813Jh0m004322 for ; Fri, 31 Aug 2007 20:19:45 -0700 (PDT) (envelope-from nsayer@kfu.com) Received: from 76.220.106.108 (SquirrelMail authenticated user nsayer) by www.kfu.com with HTTP; Fri, 31 Aug 2007 20:19:45 -0700 (PDT) Message-ID: <60538.76.220.106.108.1188616785.squirrel@www.kfu.com> Date: Fri, 31 Aug 2007 20:19:45 -0700 (PDT) From: "Nick Sayer" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (quack.kfu.com [127.0.0.1]); Fri, 31 Aug 2007 20:19:46 -0700 (PDT) X-Filter-Version: 1.15 (quack.kfu.com) Subject: Problems building -current world: safe-ctype.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 01 Sep 2007 03:19:47 -0000 Hi. I'm trying to build the world and it's failing during phase 2.3 trying to build libiberty. cc -c -I /usr/src/gnu/usr.bin/cc/cc_tools/../libiberty -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr. bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/us r/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/ cc_tools/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_tools/../.. /../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../co ntrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../cont rib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src /tmp/legacy/usr/include -o safe-ctype.o /usr/src/gnu/usr.bin/cc/cc_tools/../../. ./../contrib/gcclibs/libiberty/safe-ctype.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libiberty/safe-ctyp e.c:161: error: `_sch_isnvsp' undeclared here (not in a function) /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libiberty/safe-ctyp e.c:161: error: `_sch_iscntrl' undeclared here (not in a function) /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libiberty/safe-ctyp e.c:161: error: initializer element is not constant And so on and so on. Anybody have any idea what's going wrong? The system currently is 6.2-RELEASE. I guess I'm going to try taking it to RELENG_6 before giving up for now, but I'm dubious that that's going to change anything significant.