public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: Andrew Haley <aph@redhat.com>
Cc: Andreas Jaeger <aj@suse.de>, gcc@gcc.gnu.org, java@gcc.gnu.org
Subject: Re: Java/parellel build(?) related bootstrap failure
Date: Tue, 01 Apr 2003 23:38:00 -0000	[thread overview]
Message-ID: <Pine.BSF.4.53.0304020052260.84822@acrux.dbai.tuwien.ac.at> (raw)
In-Reply-To: <16007.31272.753144.350174@cuddles.cambridge.redhat.com>

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/

WARNING: multiple messages have this Message-ID
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: Andrew Haley <aph@redhat.com>
Cc: Andreas Jaeger <aj@suse.de>, gcc@gcc.gnu.org, java@gcc.gnu.org
Subject: Re: Java/parellel build(?) related bootstrap failure
Date: Tue, 01 Apr 2003 23:44:00 -0000	[thread overview]
Message-ID: <Pine.BSF.4.53.0304020052260.84822@acrux.dbai.tuwien.ac.at> (raw)
Message-ID: <20030401234400.QgRMl0mfXVXieqZRDW4DFC1rtpkkls-HIMKeGMTeXv4@z> (raw)
In-Reply-To: <16007.31272.753144.350174@cuddles.cambridge.redhat.com>

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/

  reply	other threads:[~2003-04-01 22:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-29 15:44 Gerald Pfeifer
2003-03-29 17:16 ` Andreas Jaeger
2003-03-30 22:02   ` Andreas Jaeger
2003-03-31  7:47     ` Gerald Pfeifer
2003-03-31  8:38       ` Andrew Haley
2003-04-01 23:38         ` Gerald Pfeifer [this message]
2003-04-01 23:44           ` Gerald Pfeifer
2003-04-02  0:13           ` Daniel Jacobowitz
2003-04-02 12:06           ` Andrew Haley
2003-03-30  7:36 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSF.4.53.0304020052260.84822@acrux.dbai.tuwien.ac.at \
    --to=pfeifer@dbai.tuwien.ac.at \
    --cc=aj@suse.de \
    --cc=aph@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).