From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23701 invoked by alias); 1 May 2002 16:56:37 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 23685 invoked from network); 1 May 2002 16:56:36 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 1 May 2002 16:56:36 -0000 Received: from creche.cygnus.com (ta0202.peakpeak.com [204.144.244.202]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id KAA00852; Wed, 1 May 2002 10:56:20 -0600 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id LAA11109; Wed, 1 May 2002 11:04:27 -0600 To: Eric Blake Cc: Nic Ferrier , java@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: CVS error on ppc References: <15568.5917.163844.977687@quaffle.ee.byu.edu> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: BARBARA STANWYCK makes me nervous!! Date: Wed, 01 May 2002 09:56:00 -0000 In-Reply-To: Eric Blake's message of "Wed, 1 May 2002 10:26:05 -0600 (MDT)" Message-ID: <87znzj4x5w.fsf@creche.redhat.com> X-SW-Source: 2002-05/txt/msg00005.txt.bz2 >>>>> "Eric" == Eric Blake writes: Eric> You're not the only one. Something is wrong in the Makefile Eric> script, because I got the same error on a RedHat box: Eric> I'm not sure who is responsible, but would you like to file a Eric> high-priority PR since you found it first? I'm cc'ing the gcc Eric> list, in case anyone knows what went wrong. I saw this the other day. This happens when you rebuild an already-built tree. A configury change will make things mess up in just this way. I fixed it by removing the bogus symlink from the source tree, updating to get the missing file, and then rebuilding from scratch. There may be something less drastic you can do. This definitely isn't a high-priority PR thing. The problem only manifests when rebuilding a tree that was built before this change (I think) went in: 2002-04-16 DJ Delorie * configure.in: Allow building in $srcdir. * configure: Regenerated. It shouldn't happen for any clean build. Tom