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]

Re: java man page installation failure


Me too.  'make install' craps out with 3.4.0-20040406.

I will look for Paul Jarc's PR and add my datapoint to it.  For the
curious, I'm bootstrapping 3.4.0-20040406 on native i686-pc-linux-gnu.
gcc gcc-3_4-branch has been fine on this machine for months.

Michael C

===

for tool in gcjh jv-scan jcf-dump \
	gij jv-convert rmic rmiregistry ; do \
  tool_transformed_name=`echo $tool|sed 's,y,y,'`; \
  man_name=/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/${tool_transformed_name}.1; \
  rm -f $man_name ; \
  /usr/bin/install -c -m 644 doc/${tool}.1 $man_name; \
  chmod a-x $man_name ; \
done
/usr/bin/install: cannot stat `doc/gcjh.1': No such file or directory
chmod: failed to get attributes of `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/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 `/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/rmiregistry.1': No such file or directory
make[1]: *** [java.install-man] Error 1
make[1]: Leaving directory `/berman/migchain/build/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/gcc'
make: *** [install-gcc] Error 2


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