This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/26829] New: broken classpath install (missed tools.zip)
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2006 16:43:58 -0000
- Subject: [Bug bootstrap/26829] New: broken classpath install (missed tools.zip)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
(...)
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