From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 16:34:46 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA55616A418; Wed, 7 Nov 2007 16:34:46 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A719713C4B8; Wed, 7 Nov 2007 16:34:46 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-41-210.dynamic.qsc.de [212.202.41.210]) by mx02.qsc.de (Postfix) with ESMTP id 1B11816C0BEA; Wed, 7 Nov 2007 17:14:00 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Wed, 7 Nov 2007 16:13:57 -0000 (UTC) Message-ID: <56942.192.168.1.2.1194452037.squirrel@webmail.alpha-tierchen.de> Date: Wed, 7 Nov 2007 16:13:57 -0000 (UTC) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: arm@freebsd.org User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm 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: Wed, 07 Nov 2007 16:34:47 -0000 > [...] > cc -O2 -pipe -DINET6 -c /src/usr.bin/systat/main.c > cc -O2 -pipe -DINET6 -c /src/usr.bin/systat/mbufs.c > cc -O2 -pipe -DINET6 -c /src/usr.bin/systat/netcmds.c > /src/usr.bin/systat/netcmds.c: In function 'netcmd': > /src/usr.bin/systat/netcmds.c:127: internal compiler error: internal > consistency failure > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 > > Stop in /src/usr.bin/systat. > *** Error code 1 > [...] Hello, I'm working on eliminating this bug. I encircled it already. It comes with the commit of the following files on October 13th 2007 16:28 UTC: src/include/_ctype.h src/include/ctype.h src/include/wctype.h src/lib/libc/locale/Symbol.map src/lib/libc/locale/big5.c src/lib/libc/locale/euc.c src/lib/libc/locale/gb18030.c src/lib/libc/locale/gb2312.c src/lib/libc/locale/gbk.c src/lib/libc/locale/isctype.c src/lib/libc/locale/iswctype.c src/lib/libc/locale/mskanji.c src/lib/libc/locale/none.c src/lib/libc/locale/setrunelocale.c src/lib/libc/locale/utf8.c Maybe you're faster than me with solving this problem. Regards Björn