From owner-freebsd-current Sat Sep 7 14:55:33 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 4D69C37B400 for ; Sat, 7 Sep 2002 14:55:31 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5784243E4A for ; Sat, 7 Sep 2002 14:55:30 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a095.otenet.gr [212.205.215.95]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g87LtP7f004980; Sun, 8 Sep 2002 00:55:27 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g87LtOTS011733; Sun, 8 Sep 2002 00:55:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g87LtNg4011732; Sun, 8 Sep 2002 00:55:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 8 Sep 2002 00:55:22 +0300 From: Giorgos Keramidas To: Riccardo Torrini Cc: freebsd-current@FreeBSD.org Subject: Re: Unable to buildworld (new record, 18") Message-ID: <20020907215522.GE9987@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 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 In message: Riccardo Torrini wrote: > > No, same error :( Any other ideas? > > ===> gnu/usr.bin/gperf/doc > c++ -O2 -pipe -D__FBSDID=__RCSID > -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib > -I/usr/src/gnu/usr.bin/gperf -c > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.cc > In file included from /usr/include/stdio.h:44, > from > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.h:57, > from > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.cc:21: > /usr/include/sys/_types.h:71: declaration does not declare anything > *** Error code 1 Which revision of /usr/include/sys/_types.h do you have? $ ident /usr/include/sys/_types.h /usr/include/sys/_types.h: $FreeBSD: src/sys/sys/_types.h,v 1.7 2002/08/25 19:26:31 mike Exp $ What is at, around, and near line 71 of /usr/include/sys/_types.h ? $ cat -n /usr/include/sys/_types.h | head -75 | tail -9 67 * character set plus one extra value (WEOF), and must be at least 16 bits. 68 */ 69 typedef int __ct_rune_t; 70 typedef __ct_rune_t __rune_t; 71 typedef __ct_rune_t __wchar_t; 72 typedef __ct_rune_t __wint_t; 73 74 /* 75 * mbstate_t is an opaque object to keep conversion state during multibyte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message