From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9887 invoked by alias); 1 Apr 2003 22:53:55 -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 9875 invoked from network); 1 Apr 2003 22:53:54 -0000 Received: from unknown (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sources.redhat.com with SMTP; 1 Apr 2003 22:53:54 -0000 Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (8.12.9/8.12.9) with ESMTP id h31Mrr2n000416; Wed, 2 Apr 2003 00:53:53 +0200 (CEST) Date: Tue, 01 Apr 2003 23:38:00 -0000 From: Gerald Pfeifer To: Andrew Haley cc: Andreas Jaeger , gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: Java/parellel build(?) related bootstrap failure In-Reply-To: <16007.31272.753144.350174@cuddles.cambridge.redhat.com> Message-ID: References: <16007.31272.753144.350174@cuddles.cambridge.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-04/txt/msg00050.txt.bz2 On Mon, 31 Mar 2003, Andrew Haley wrote: > You perhaps need a module that checks out an approopriate subset of > gcc. It should be quite easy to create one. Thanks for the hint. Unfortunately, modules don't work nicely with `cvs update` (one of the design bugs of CVS, that it after checkout, it simpley ignores modules). In case someone else has a similar problem, here is what I wound up using now: cvs -q $CVS_EXT update -Pd -I\! -I CVS libjava \ && cvs -q $CVS_EXT update -P -I\! -I CVS if [ ! $? ]; then echo "Error updating. Build aborted." exit 1 fi contrib/gcc_update --touch Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.pfeifer.com/gerald/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22842 invoked by alias); 1 Apr 2003 23:18:00 -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 22830 invoked by uid 0); 1 Apr 2003 23:18:00 -0000 Resent-Message-ID: <20030401231800.22829.qmail@sources.redhat.com> Received: (qmail 9875 invoked from network); 1 Apr 2003 22:53:54 -0000 Received: from unknown (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sources.redhat.com with SMTP; 1 Apr 2003 22:53:54 -0000 Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (8.12.9/8.12.9) with ESMTP id h31Mrr2n000416; Wed, 2 Apr 2003 00:53:53 +0200 (CEST) Date: Tue, 01 Apr 2003 23:44:00 -0000 From: Gerald Pfeifer To: Andrew Haley Cc: Andreas Jaeger , gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: Java/parellel build(?) related bootstrap failure In-Reply-To: <16007.31272.753144.350174@cuddles.cambridge.redhat.com> Message-ID: References: <16007.31272.753144.350174@cuddles.cambridge.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Reason: blocked: pfeifer@dbai.tuwien.ac.at 128.131.111.2 -> java@gcc.gnu.org (global subject: Re: Java/parellel build(?) related bootstrap failure) Resent-From: root@sourceware.org Resent-Date: Tue, 1 Apr 2003 23:18:00 +0000 X-SW-Source: 2003-04/txt/msg00051.txt.bz2 Message-ID: <20030401234400.QgRMl0mfXVXieqZRDW4DFC1rtpkkls-HIMKeGMTeXv4@z> On Mon, 31 Mar 2003, Andrew Haley wrote: > You perhaps need a module that checks out an approopriate subset of > gcc. It should be quite easy to create one. Thanks for the hint. Unfortunately, modules don't work nicely with `cvs update` (one of the design bugs of CVS, that it after checkout, it simpley ignores modules). In case someone else has a similar problem, here is what I wound up using now: cvs -q $CVS_EXT update -Pd -I\! -I CVS libjava \ && cvs -q $CVS_EXT update -P -I\! -I CVS if [ ! $? ]; then echo "Error updating. Build aborted." exit 1 fi contrib/gcc_update --touch Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.pfeifer.com/gerald/