[Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found

2006-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2006-03-29 21:45 --- This was fixed by the patch for PR 26901. -- tromey at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found

2006-03-27 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-03-27 18:36 --- I'll handle this when I remove fastjar. -- tromey at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found

2006-03-24 Thread debian-gcc at lists dot debian dot org
--- Comment #7 from debian-gcc at lists dot debian dot org 2006-03-24 17:24 --- testing fix ... --- libjava/configure.ac~ 2006-03-14 01:03:16.0 + +++ libjava/configure.ac2006-03-24 18:14:55.0 + @@ -340,6 +340,7 @@ # We need this as qt is disable

[Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found

2006-03-24 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-03-24 17:14 --- *** Bug 26852 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found

2006-03-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfi

[Bug bootstrap/26829] broken classpath install (missed tools.zip)

2006-03-23 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2006-03-23 18:53 --- (In reply to comment #4) > Can you try configuring with an absolute path instead of a relative one? > here's a fix. Index: trunk/libjava/classpath/configure.ac ==

[Bug bootstrap/26829] broken classpath install (missed tools.zip)

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-23 17:15 --- Can you try configuring with an absolute path instead of a relative one? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829

[Bug bootstrap/26829] broken classpath install (missed tools.zip)

2006-03-23 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2006-03-23 17:06 --- %{__make} \ GCJFLAGS="%{rpmcflags}" \ BOOT_CFLAGS="%{rpmcflags}" \ STAGE1_CFLAGS="%{rpmcflags} -O0" \ GNATLIBCFLAGS="%{rpmcflags}" \ LDFLAGS_FOR_TARGET="%{rpmldflags}" \ mandir=

[Bug bootstrap/26829] broken classpath install (missed tools.zip)

2006-03-23 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2006-03-23 17:04 --- $ cd ~/rpm/BUILD/trunk/builddir/gcc $ ./g++ -B./ -v Reading specs from ./specs Target: x86_64-pld-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --libdir=/usr/lib64 --libexecdir=/usr/lib64 -

[Bug bootstrap/26829] broken classpath install (missed tools.zip)

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-23 16:56 --- I was just able to boostrap and install with reversion 112250. What options are you using to configure with and how are you building/install? -- pinskia at gcc dot gnu dot org changed: What|Remov