From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3954 invoked by alias); 29 Mar 2003 17:49:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 3732 invoked from network); 29 Mar 2003 17:49:39 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 29 Mar 2003 17:49:39 -0000 Received: from fleche.redhat.com (tf0239.peakpeak.com [204.144.239.239]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id KAA13439; Sat, 29 Mar 2003 10:49:35 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 7027C4F867C; Sat, 29 Mar 2003 10:45:21 -0700 (MST) To: Gerald Pfeifer Cc: gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: Java/parellel build(?) related bootstrap failure References: From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I was giving HAIR CUTS to th' SAUCER PEOPLE .. I'm CLEAN!! Date: Sun, 30 Mar 2003 07:36:00 -0000 In-Reply-To: Message-ID: <87r88q6p8u.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg01764.txt.bz2 >>>>> "Gerald" == Gerald Pfeifer writes: Gerald> gmake[2]: *** No rule to make target `java/util/prefs/NodeChangeListener.java', needed by `java/util/prefs/NodeChangeListener.class'. Stop. Gerald> I wonder why nobody else is seeing this. Does that file exist in your source tree? If not, did you `cvs update -d'? If you're working on a branch, did the file get merged to the branch? If none of those, are you using GNU make? If it isn't any of those, then I don't know what it is offhand. We'll have to debug. Tom