public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26852]  New: bootstrap fails, if neither zip nor fastjar can be found
@ 2006-03-24 17:10 debian-gcc at lists dot debian dot org
  2006-03-24 17:14 ` [Bug bootstrap/26852] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-03-24 17:10 UTC (permalink / raw)
  To: gcc-bugs

the install in libjava/classpath/tools fails, if neither zip nor fastjar can be
found. The just built fastjar is not found/used.

(cd classes; \
        if test "" != ""; then  -r ../tools.zip .; fi; \
        if test "/usr/bin/fastjar" != ""; then /usr/bin/fastjar cf ../tools.zip
.; fi; \
        cd ..)
rm -rf classes

works, 

but if we don't a fastjar installed:

(cd classes; \
        if test "" != ""; then  -r ../tools.zip .; fi; \
        if test "" != ""; then  cf ../tools.zip .; fi; \
        cd ..)
rm -rf classes
test -z "/usr/lib/gcc-snapshot/share/classpath/tools" || mkdir -p --
"/build/buildd/gcc-snapshot-20060323/debian/tmp/usr/lib/gcc-snapshot/share/classpath/tools"
 /usr/bin/install -c -m 644
'../../../../../src/libjava/classpath/tools/tools.zip'
'/build/buildd/gcc-snapshot-20060323/debian/tmp/usr/lib/gcc-snapshot/share/classpath/tools/tools.zip'
/usr/bin/install: cannot stat
`../../../../../src/libjava/classpath/tools/tools.zip': No such file or
directory


-- 
           Summary: bootstrap fails, if neither zip nor fastjar can be found
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug bootstrap/26852] bootstrap fails, if neither zip nor fastjar can be found
  2006-03-24 17:10 [Bug bootstrap/26852] New: bootstrap fails, if neither zip nor fastjar can be found debian-gcc at lists dot debian dot org
@ 2006-03-24 17:14 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-24 17:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-24 17:14 -------


*** This bug has been marked as a duplicate of 26829 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2006-03-24 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-24 17:10 [Bug bootstrap/26852] New: bootstrap fails, if neither zip nor fastjar can be found debian-gcc at lists dot debian dot org
2006-03-24 17:14 ` [Bug bootstrap/26852] " pinskia 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).