From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 16:41:42 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 D576D16A419; Wed, 7 Nov 2007 16:41:42 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (dong.ci0.org [IPv6:2001:7a8:2066:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id F3BB313C4BA; Wed, 7 Nov 2007 16:41:41 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.8/8.13.8) with ESMTP id lA7HZKZu023793; Wed, 7 Nov 2007 18:35:21 +0100 (CET) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.14.1/8.13.8/Submit) id lA7HZKXx023792; Wed, 7 Nov 2007 18:35:20 +0100 (CET) (envelope-from mlfbsd) Date: Wed, 7 Nov 2007 18:35:20 +0100 From: Olivier To: Bj?rn K?nig Message-ID: <20071107173520.GA23759@ci0.org> References: <56942.192.168.1.2.1194452037.squirrel@webmail.alpha-tierchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56942.192.168.1.2.1194452037.squirrel@webmail.alpha-tierchen.de> User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Wed, 07 Nov 2007 17:04:40 +0000 Cc: arm@freebsd.org, 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:41:42 -0000 On Wed, Nov 07, 2007 at 04:13:57PM -0000, Bj?rn K?nig wrote: > > [...] > > 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 Hi, Thanks a lot for working on this ! As far as I know, nobody went that far. I just switched to defaulting to -O, since this is only hitted with -O2, but the tinderbox overrides the defaults. Regards, Olivier