This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Java/parellel build(?) related bootstrap failure
- From: Daniel Jacobowitz <drow at mvista dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: Andrew Haley <aph at redhat dot com>, Andreas Jaeger <aj at suse dot de>,gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Tue, 1 Apr 2003 18:38:19 -0500
- Subject: Re: Java/parellel build(?) related bootstrap failure
- References: <Pine.BSF.4.53.0303291320460.16839@acrux.dbai.tuwien.ac.at> <u8isu2ryw5.fsf@gromit.moeb> <u8llywq5eq.fsf@gromit.moeb> <Pine.BSF.4.53.0303310006410.36800@acrux.dbai.tuwien.ac.at> <16007.31272.753144.350174@cuddles.cambridge.redhat.com> <Pine.BSF.4.53.0304020052260.84822@acrux.dbai.tuwien.ac.at>
On Wed, Apr 02, 2003 at 12:54:00AM +0200, Gerald Pfeifer wrote:
> 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
I generally just use checkout again:
ln -s . gcc
cvs co gcc-core gcc-java (or whatever)
rm -f gcc
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer