From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25973 invoked by alias); 1 May 2008 22:49:22 -0000 Received: (qmail 25966 invoked by uid 22791); 1 May 2008 22:49:22 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 May 2008 22:49:04 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m41Mn2PI020890 for ; Thu, 1 May 2008 18:49:02 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m41Mn2Hv005570; Thu, 1 May 2008 18:49:02 -0400 Received: from opsy.redhat.com (vpn-248-86.boston.redhat.com [10.13.248.86]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m41Mn29L006129; Thu, 1 May 2008 18:49:02 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id D657D378199; Thu, 1 May 2008 16:49:00 -0600 (MDT) To: Frysk List Subject: build failure From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Fri, 02 May 2008 13:10:00 -0000 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00069.txt.bz2 I did a 'git pull' and a clean build and got this failure. This is on F8. In file included from frysk/sys/termios/Control-jni.cxx:3: ./frysk/sys/termios/Control-jni.hxx:22:42: error: frysk/sys/termios/Mode-jn= i.hxx: No such file or directory ./frysk/sys/termios/Control-jni.hxx:24: error: expected class-name before = =E2=80=98{=E2=80=99 token make[3]: *** [frysk/sys/termios/Control-jni.o] Error 1 make[3]: Leaving directory `/home/tromey/gnu/frysk/build/frysk-sys' Tom