From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29161 invoked by alias); 2 May 2008 13:10:56 -0000 Received: (qmail 29149 invoked by uid 22791); 2 May 2008 13:10:55 -0000 X-Spam-Status: No, hits=-2.5 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; Fri, 02 May 2008 13:10:38 +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 m42DAaIr004000 for ; Fri, 2 May 2008 09:10:36 -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 m42DAZtw023348; Fri, 2 May 2008 09:10:35 -0400 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m42DAZoL013436; Fri, 2 May 2008 09:10:35 -0400 Message-ID: <481B12C2.8090605@redhat.com> Date: Fri, 02 May 2008 15:26:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: tromey@redhat.com CC: Frysk List Subject: Re: build failure References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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/msg00070.txt.bz2 Hmm, Check you've got: frysk-sys/frysk/sys/termios/jni/Mode.cxx (which was missed between two commits). I suspect, though, theres a missing implied dependency which I'm not seeing since I'm running parallel makes. A likely workaround is: make -k ; make investigating. Andrew Tom Tromey wrote: > 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-jni.hxx: No such file or directory > ./frysk/sys/termios/Control-jni.hxx:24: error: expected class-name before ‘{’ token > make[3]: *** [frysk/sys/termios/Control-jni.o] Error 1 > make[3]: Leaving directory `/home/tromey/gnu/frysk/build/frysk-sys' > > Tom >