This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH for F77 info files (was: Re: Fortran files missing)
- To: law at cygnus dot com
- Subject: Re: PATCH for F77 info files (was: Re: Fortran files missing)
- From: Manfred Hollstein <manfred at s-direktnet dot de>
- Date: Fri, 19 Jun 1998 10:51:59 +0200 (MET DST)
- Cc: burley at gnu dot org, ian at cygnus dot com, d dot love at dl dot ac dot uk, egcs-bugs at cygnus dot com
- References: <13706.8453.892284.589610@slsvhmt> <10787.898245651@hurl.cygnus.com>
- Reply-To: manfred at s-direktnet dot de, Manfred dot Hollstein at ks dot sel dot alcatel dot de
On Fri, 19 June 1998, 02:40:51, law@hurl.cygnus.com wrote:
>
> In message <13706.8453.892284.589610@slsvhmt>you write:
> > > What does cvs status output.j report?
> >
> > $ cvs status output.j
> > Enter passphrase for RSA key 'manfred@slsvhmt':
> > Warning: Remote host denied X11 forwarding, perhaps xauth program could not
> > be run on the server side.
> > ===================================================================
> > File: no file output.j Status: Needs Checkout
> >
> > Working revision: No entry for output.j
> > Repository revision: 1.1 /egcs/carton/cvsfiles/egcs/gcc/f/output.j,v
> >
> > Do I need to do a 'cvs co' for these files? But if so, why did I get
> > the other new files with my usual 'cvs update'???
> It's worth a try. I'm not a CVS expert., so I've got no clue why they're
> not checked out when you do an update, though I have seen this behavior
> before.
$ pwd
/u/b60/manfred/work/GNU/cvsroot/snapshot/egcs/gcc/f
$ cvs co output.j system.j toplev.j
Enter passphrase for RSA key 'manfred@slsvhmt':
Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side.
cvs server: cannot find module `output.j' - ignored
cvs server: cannot find module `system.j' - ignored
cvs server: cannot find module `toplev.j' - ignored
cvs [checkout aborted]: cannot expand modules
$ cd ../../..
$ cvs co egcs/gcc/f/{output.j,system.j,toplev.j}
Enter passphrase for RSA key 'manfred@slsvhmt':
Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side.
U egcs/gcc/f/output.j
U egcs/gcc/f/system.j
U egcs/gcc/f/toplev.j
OK, now I got these. BUT, how can I be sure, there aren't any other
files missing? I guess I should do an initial checkout once again and
then compare the trees.
Very odd... Anyway, thanks for your help.
manfred