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]

java man page installation failure (was: GCC 3.4.0 PrereleaseAvailable)


My "make install" of the 3.4.0 prerelease ends with:

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=/package/misc/spf/gcc-3.4.0-20040406/man/man1/${tool_transformed_name}.1; \
  rm -f $man_name ; \
  /command/install -c -m 644 doc/${tool}.1 $man_name; \
  chmod a-x $man_name ; \
done
/command/install: cannot stat `doc/gcjh.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/gcjh.1': No such file or directory
/command/install: cannot stat `doc/jv-scan.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/jv-scan.1': No such file or directory
/command/install: cannot stat `doc/jcf-dump.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/jcf-dump.1': No such file or directory
/command/install: cannot stat `doc/gij.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/gij.1': No such file or directory
/command/install: cannot stat `doc/jv-convert.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/jv-convert.1': No such file or directory
/command/install: cannot stat `doc/rmic.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/rmic.1': No such file or directory
/command/install: cannot stat `doc/rmiregistry.1': No such file or directory
chmod: cannot access `/package/misc/spf/gcc-3.4.0-20040406/man/man1/rmiregistry.1': No such file or directory
make[1]: *** [java.install-man] Error 1
make[1]: Leaving directory `/fs/data/mount/home/prj/src/spf/gcc-3.4.0-20040406-build/gcc'
make: *** [install-gcc] Error 2

This seems to happen because gcc/java/Make-lang.in assumes
srcdir==builddir (or at least, srcdir==cwd).  But I'd expect such a
bug would have already been found and fixed - is it possible something
strange in my environment is causing this?  Should I file a Bugzilla
report?


paul


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