public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26829]  New: broken classpath install (missed tools.zip)
@ 2006-03-23 16:44 pluto at agmk dot net
  2006-03-23 16:56 ` [Bug bootstrap/26829] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pluto at agmk dot net @ 2006-03-23 16:44 UTC (permalink / raw)
  To: gcc-bugs

(...)
rm -rf classes
test -z "/usr/share/classpath/tools" || mkdir -p --
"/tmp/gcc-4.2.0-root-pluto/usr/share/classpath/tools"
 /usr/bin/install -c -m 644 '../../../../../libjava/classpath/tools/tools.zip'
'/tmp/gcc-4.2.0-root-pluto/usr/share/classpath/tools/tools.zip'
/usr/bin/install: cannot stat
`../../../../../libjava/classpath/tools/tools.zip': No such file or directory
make[6]: *** [install-TOOLSDATA] Error 1
make[6]: Leaving directory
`/home/users/pluto/rpm/BUILD/trunk/builddir/x86_64-pld-linux/libjava/classpath/tools'


-- 
           Summary: broken classpath install (missed tools.zip)
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
 GCC build triplet: x86-64-linux
  GCC host triplet: x86-64-linux
GCC target triplet: x86-64-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip)
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
@ 2006-03-23 16:56 ` pinskia at gcc dot gnu dot org
  2006-03-23 17:04 ` pluto at agmk dot net
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-23 16:56 UTC (permalink / raw)
  To: gcc-bugs



------- 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    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip)
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
  2006-03-23 16:56 ` [Bug bootstrap/26829] " pinskia at gcc dot gnu dot org
@ 2006-03-23 17:04 ` pluto at agmk dot net
  2006-03-23 17:06 ` pluto at agmk dot net
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pluto at agmk dot net @ 2006-03-23 17:04 UTC (permalink / raw)
  To: gcc-bugs



------- 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 --infodir=/usr/share/info
--mandir=/usr/share/man --x-libraries=/usr/lib64 --enable-shared
--enable-threads=posix --enable-languages=c,c++,fortran,objc,obj-c++,ada,java
--enable-c99 --enable-long-long --enable-multilib --enable-nls
--disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld
--with-system-zlib --with-slibdir=/lib64 --without-system-libunwind
--enable-cmath --with-long-double-128
--with-gxx-include-dir=/usr/include/c++/4.2.0 --disable-libstdcxx-pch
--enable-__cxa_atexit --enable-libstdcxx-allocator=new
--with-qt4dir=/usr/lib64/qt4 --disable-libjava-multilib --enable-libgcj
--enable-libgcj-multifile --enable-libgcj-database --enable-gtk-cairo
--enable-java-awt=qt,gtk,xlib --enable-jni --enable-xmlj --enable-alsa
--enable-dssi x86_64-pld-linux
Thread model: posix
gcc version 4.2.0 20060323 (experimental) (PLD-Linux)


revision 112317.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip)
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
  2006-03-23 16:56 ` [Bug bootstrap/26829] " pinskia at gcc dot gnu dot org
  2006-03-23 17:04 ` pluto at agmk dot net
@ 2006-03-23 17:06 ` pluto at agmk dot net
  2006-03-23 17:15 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pluto at agmk dot net @ 2006-03-23 17:06 UTC (permalink / raw)
  To: gcc-bugs



------- 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=%{_mandir} \
        infodir=%{_infodir}


%{__make} -j1 install \
        mandir=%{_mandir} \
        infodir=%{_infodir} \
        DESTDIR=$RPM_BUILD_ROOT


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip)
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2006-03-23 17:06 ` pluto at agmk dot net
@ 2006-03-23 17:15 ` pinskia at gcc dot gnu dot org
  2006-03-23 18:53 ` pluto at agmk dot net
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-23 17:15 UTC (permalink / raw)
  To: gcc-bugs



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


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip)
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2006-03-23 17:15 ` pinskia at gcc dot gnu dot org
@ 2006-03-23 18:53 ` pluto at agmk dot net
  2006-03-24 17:14 ` [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pluto at agmk dot net @ 2006-03-23 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- 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
===================================================================
--- trunk/libjava/classpath/configure.ac        (wersja 112328)
+++ trunk/libjava/classpath/configure.ac        (kopia robocza)
@@ -552,6 +552,10 @@
 dnl and zip, however GNU provides both so it should be okay
 dnl -----------------------------------------------------------
 AC_PATH_PROG(FIND, find)
+AC_PATH_PROG(ZIP, zip)
+if test "x$ZIP" = x; then
+  AC_MSG_ERROR([zip is required])
+fi

 dnl -----------------------------------------------------------
 dnl Specify what to install (install only glibj.zip by default)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2006-03-23 18:53 ` pluto at agmk dot net
@ 2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
  2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-24 17:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-24 17:14:23
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (5 preceding siblings ...)
  2006-03-24 17:14 ` [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found pinskia at gcc dot gnu dot org
@ 2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
  2006-03-24 17:24 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-24 17:14 UTC (permalink / raw)
  To: gcc-bugs



------- 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
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (6 preceding siblings ...)
  2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
@ 2006-03-24 17:24 ` debian-gcc at lists dot debian dot org
  2006-03-27 18:36 ` tromey at gcc dot gnu dot org
  2006-03-29 21:45 ` tromey at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-03-24 17:24 UTC (permalink / raw)
  To: gcc-bugs



------- 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.000000000 +0000
+++ libjava/configure.ac        2006-03-24 18:14:55.000000000 +0000
@@ -340,6 +340,7 @@
   # We need this as qt is disabled by default in classpath.
   ac_configure_args="$ac_configure_args --enable-qt-peer"
 fi
+ac_configure_args="$ac_configure_args --with-fastjar=$ZIP"
 dnl --with-gcj=$GCJ
 dnl --with-javah=$GCJH
 dnl gjdoc?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (7 preceding siblings ...)
  2006-03-24 17:24 ` debian-gcc at lists dot debian dot org
@ 2006-03-27 18:36 ` tromey at gcc dot gnu dot org
  2006-03-29 21:45 ` tromey at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-27 18:36 UTC (permalink / raw)
  To: gcc-bugs



------- 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
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-03-24 17:14:23         |2006-03-27 18:36:10
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

* [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found
  2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
                   ` (8 preceding siblings ...)
  2006-03-27 18:36 ` tromey at gcc dot gnu dot org
@ 2006-03-29 21:45 ` tromey at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-29 21:45 UTC (permalink / raw)
  To: gcc-bugs



------- 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
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26829


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

end of thread, other threads:[~2006-03-29 21:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-23 16:44 [Bug bootstrap/26829] New: broken classpath install (missed tools.zip) pluto at agmk dot net
2006-03-23 16:56 ` [Bug bootstrap/26829] " pinskia at gcc dot gnu dot org
2006-03-23 17:04 ` pluto at agmk dot net
2006-03-23 17:06 ` pluto at agmk dot net
2006-03-23 17:15 ` pinskia at gcc dot gnu dot org
2006-03-23 18:53 ` pluto at agmk dot net
2006-03-24 17:14 ` [Bug bootstrap/26829] broken classpath install (missed tools.zip), zip or fastjar not found pinskia at gcc dot gnu dot org
2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
2006-03-24 17:24 ` debian-gcc at lists dot debian dot org
2006-03-27 18:36 ` tromey at gcc dot gnu dot org
2006-03-29 21:45 ` tromey at gcc dot gnu dot org

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