This is the mail archive of the gcc-bugs@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]

Fortran files missing


Hi,

"make info" fails in gcc with:

gmake[1]: Entering directory `/phys/b60/data62/manfred-work/GNU/egcs-19980617-sparc-sun-solaris2.6/gcc'
case "c proto gcov  c++ f77 objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC  -DSVR4  -O9 -g -D__EXTENSIONS__   -DHAVE_CONFIG_H -DHAIFA  \
   `echo ../../egcs-19980617/gcc/f/ansify.c | sed 's,^\./,,'` -o f/ansify; \
  f/ansify < ../../egcs-19980617/gcc/f/intdoc.in > f/intdoc.h0 ../../egcs-19980617/gcc/f/intdoc.in; \
  gcc  -DIN_GCC  -DSVR4  -O9 -g -D__EXTENSIONS__   -DHAVE_CONFIG_H -DHAIFA  -I./f \
   `echo ../../egcs-19980617/gcc/f/intdoc.c | sed 's,^\./,,'` -o f/intdoc; \
  f/intdoc > ../../egcs-19980617/gcc/f/intdoc.texi; \
  rm f/intdoc f/ansify f/intdoc.h0; \
fi
In file included from ../../egcs-19980617/gcc/f/ansify.c:25:
../../egcs-19980617/gcc/f/hconfig.j:25: hconfig.h: No such file or directory
../../egcs-19980617/gcc/f/ansify.c:26: system.j: No such file or directory
/bin/sh: f/ansify: not found
In file included from ../../egcs-19980617/gcc/f/intdoc.c:25:
../../egcs-19980617/gcc/f/hconfig.j:25: hconfig.h: No such file or directory
../../egcs-19980617/gcc/f/intdoc.c:26: system.j: No such file or directory
/bin/sh: f/intdoc: not found
rm: cannot remove `f/intdoc': No such file or directory
rm: cannot remove `f/ansify': No such file or directory
gmake[1]: *** [../../egcs-19980617/gcc/f/intdoc.texi] Error 1
gmake[1]: Target `info' not remade because of errors.

It looks like three files are missing:

    Mon Jun 15 22:21:57 1998  Craig Burley  <burley@gnu.org>

	* system.j: New file.
	* toplev.j: New file.
	* output.j: New source file.

I looked at egcs.cygnus.com in file /egcs/carton/cvsfiles/egcs/gcc/f/CVS/fileattr,
and it turns out that these three files are missing an ";_expand="?

$ hostname
egcs.cygnus.com
$ pwd
/egcs/carton/cvsfiles/egcs/gcc/f/CVS
$ grep -v _expand= fileattr 
Foutput.j       _head=1.1
Fsystem.j       _head=1.1
Ftoplev.j       _head=1.1

Could anybody who's familiar with CVS please take care of this?

Thanks.

manfred


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