This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

3.4.0-20040406 regression: 'make install' fails with Java. PR12730?


Looks like http://gcc.gnu.org/PR12730 isn't quite done.
I built 3.4.0-20040406 with Java support enabled
using my crosstool script, and the build failed with

/usr/bin/install: cannot stat `doc/gcjh.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-gcjh.1': No such file or directory
/usr/bin/install: cannot stat `doc/jv-scan.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-jv-scan.1': No such file or directory
/usr/bin/install: cannot stat `doc/jcf-dump.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-jcf-dump.1': No such file or directory
/usr/bin/install: cannot stat `doc/gij.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-gij.1': No such file or directory
/usr/bin/install: cannot stat `doc/jv-convert.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-jv-convert.1': No such file or directory
/usr/bin/install: cannot stat `doc/rmic.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-rmic.1': No such file or directory
/usr/bin/install: cannot stat `doc/rmiregistry.1': No such file or directory
chmod: failed to get attributes of `/opt/crosstool/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/man/man1/i686-unknown-linux-gnu-rmiregistry.1': No such file or directory
make[1]: *** [java.install-man] Error 1
make[1]: Leaving directory `/home/dank/wk/crosstool-0.28-rc4h/build/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.3.2/build-gcc/gcc'
make: *** [install-gcc] Error 2

Full build log and config.status's at http://kegel.com/crosstool/pr12730b.tar.gz
Steps to reproduce:
  wget kegel.com/crosstool/crosstool-0.28-rc4h.tar.gz
  tar -xzvf crosstool-0.28-rc4h.tar.gz
  cd crosstool-0.28-rc4h
  sh demo-i686.sh

It'd be nice if this could be fixed before 3.4.0.
- Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]