public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: bootstrap problem with libjava
@ 2001-11-21  8:13 mike stump
  2001-11-28 15:42 ` mike stump
  0 siblings, 1 reply; 6+ messages in thread
From: mike stump @ 2001-11-21  8:13 UTC (permalink / raw)
  To: tromey; +Cc: gcc

> To: mike stump <mrs@windriver.com>
> Cc: gcc@gcc.gnu.org
> From: Tom Tromey <tromey@redhat.com>
> Date: 28 Nov 2001 15:36:09 -0700

> >>>>> "mike" == mike stump <mrs@windriver.com> writes:

> mike> when trying to bootstrap last night.  Notice the "" in there.  I
> mike> haven't bootstrap in a little while, so this might not be a
> mike> recent breakage.  This was with a -j6 bootstrap on a 2 CPU linux
> mike> box.  I did a make all-target-libjava manually after, and it
> mike> just built, so I suspect someone isn't -j6 safe in libjava.  :-(

> That could be.  Could you file a PR on this?  Put it in the libgcj
> category.  I don't have time to look at it right now but I'd like to
> have a note so I can get back to it.

For whatever reason, after an update, and a clean build (the first
build was clean also), it now compiles up.  Let's treat this as a
random act of God and ignore it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bootstrap problem with libjava
  2001-11-21  8:13 bootstrap problem with libjava mike stump
@ 2001-11-28 15:42 ` mike stump
  0 siblings, 0 replies; 6+ messages in thread
From: mike stump @ 2001-11-28 15:42 UTC (permalink / raw)
  To: tromey; +Cc: gcc

> To: mike stump <mrs@windriver.com>
> Cc: gcc@gcc.gnu.org
> From: Tom Tromey <tromey@redhat.com>
> Date: 28 Nov 2001 15:36:09 -0700

> >>>>> "mike" == mike stump <mrs@windriver.com> writes:

> mike> when trying to bootstrap last night.  Notice the "" in there.  I
> mike> haven't bootstrap in a little while, so this might not be a
> mike> recent breakage.  This was with a -j6 bootstrap on a 2 CPU linux
> mike> box.  I did a make all-target-libjava manually after, and it
> mike> just built, so I suspect someone isn't -j6 safe in libjava.  :-(

> That could be.  Could you file a PR on this?  Put it in the libgcj
> category.  I don't have time to look at it right now but I'd like to
> have a note so I can get back to it.

For whatever reason, after an update, and a clean build (the first
build was clean also), it now compiles up.  Let's treat this as a
random act of God and ignore it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bootstrap problem with libjava
  2001-11-21  6:46 ` Tom Tromey
@ 2001-11-28 14:34   ` Tom Tromey
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Tromey @ 2001-11-28 14:34 UTC (permalink / raw)
  To: mike stump; +Cc: gcc

>>>>> "mike" == mike stump <mrs@windriver.com> writes:

mike> when trying to bootstrap last night.  Notice the "" in there.  I
mike> haven't bootstrap in a little while, so this might not be a
mike> recent breakage.  This was with a -j6 bootstrap on a 2 CPU linux
mike> box.  I did a make all-target-libjava manually after, and it
mike> just built, so I suspect someone isn't -j6 safe in libjava.  :-(

That could be.  Could you file a PR on this?
Put it in the libgcj category.
I don't have time to look at it right now but I'd like to have a note
so I can get back to it.

Thanks,
Tom

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bootstrap problem with libjava
  2001-11-21  1:07 mike stump
  2001-11-21  6:46 ` Tom Tromey
@ 2001-11-28 13:27 ` mike stump
  1 sibling, 0 replies; 6+ messages in thread
From: mike stump @ 2001-11-28 13:27 UTC (permalink / raw)
  To: gcc

I got:

/folk/mrs/net/gcc-linux/gcc/gcj -B/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava/ -B/folk/mrs/net/gcc-linux/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -L/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -ffloat-store "" -O2 -MD -MT javax/naming/directory/Attribute.lo -MF javax/naming/directory/Attribute.d -c ../../../gcc/libjava/javax/naming/directory/Attribute.java -fPIC -o javax/naming/directory/.libs/Attribute.o
gcj: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [javax/naming/directory/Attribute.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

when trying to bootstrap last night.  Notice the "" in there.  I
haven't bootstrap in a little while, so this might not be a recent
breakage.  This was with a -j6 bootstrap on a 2 CPU linux box.  I did
a make all-target-libjava manually after, and it just built, so I
suspect someone isn't -j6 safe in libjava.  :-(

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bootstrap problem with libjava
  2001-11-21  1:07 mike stump
@ 2001-11-21  6:46 ` Tom Tromey
  2001-11-28 14:34   ` Tom Tromey
  2001-11-28 13:27 ` mike stump
  1 sibling, 1 reply; 6+ messages in thread
From: Tom Tromey @ 2001-11-21  6:46 UTC (permalink / raw)
  To: mike stump; +Cc: gcc

>>>>> "mike" == mike stump <mrs@windriver.com> writes:

mike> when trying to bootstrap last night.  Notice the "" in there.  I
mike> haven't bootstrap in a little while, so this might not be a
mike> recent breakage.  This was with a -j6 bootstrap on a 2 CPU linux
mike> box.  I did a make all-target-libjava manually after, and it
mike> just built, so I suspect someone isn't -j6 safe in libjava.  :-(

That could be.  Could you file a PR on this?
Put it in the libgcj category.
I don't have time to look at it right now but I'd like to have a note
so I can get back to it.

Thanks,
Tom

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bootstrap problem with libjava
@ 2001-11-21  1:07 mike stump
  2001-11-21  6:46 ` Tom Tromey
  2001-11-28 13:27 ` mike stump
  0 siblings, 2 replies; 6+ messages in thread
From: mike stump @ 2001-11-21  1:07 UTC (permalink / raw)
  To: gcc

I got:

/folk/mrs/net/gcc-linux/gcc/gcj -B/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava/ -B/folk/mrs/net/gcc-linux/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -L/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -ffloat-store "" -O2 -MD -MT javax/naming/directory/Attribute.lo -MF javax/naming/directory/Attribute.d -c ../../../gcc/libjava/javax/naming/directory/Attribute.java -fPIC -o javax/naming/directory/.libs/Attribute.o
gcj: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [javax/naming/directory/Attribute.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

when trying to bootstrap last night.  Notice the "" in there.  I
haven't bootstrap in a little while, so this might not be a recent
breakage.  This was with a -j6 bootstrap on a 2 CPU linux box.  I did
a make all-target-libjava manually after, and it just built, so I
suspect someone isn't -j6 safe in libjava.  :-(

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-28 23:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-21  8:13 bootstrap problem with libjava mike stump
2001-11-28 15:42 ` mike stump
  -- strict thread matches above, loose matches on Subject: below --
2001-11-21  1:07 mike stump
2001-11-21  6:46 ` Tom Tromey
2001-11-28 14:34   ` Tom Tromey
2001-11-28 13:27 ` mike stump

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).