[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
updating source tree
I'm having some problems updating the src.
I installed 2.4, copied the source from the CD
to /usr/src.
Now I try to update it with anonymous CVS.
export CVSROOT=anoncvs@anoncvs.no.openbsd.org:/cvs
export CVS_RSH=/usr/local/bin/ssh
export CVS_IGNORE_REMOTE_ROOT
cd /usr/src
cvs -d $CVSROOT up -PAd
Everything seems to work OK, but after a while this happens
cvs update: in directory lib/libm/noieee_src
cvs update: cannot open CVS/Entries for reading: No such file or directory
cvs server: Updating lib/libm/noieee_src
cvs update: move away lib/libm/noieee_src/mathimpl.h; it is in the way
C lib/libm/noieee_src/mathimpl.h
...
more output like this
...
U lib/libm/noieee_src/n_cbrt.c
cvs [update aborted]: cannot open CVS/Entries.log: No such file or
directory
And that's it. The same every time I try it.
I had a look at/in the CVS directory, everything looks OK.
I had a look at/in lib/libm/noieee_src, everything looks OK.
Any ideas of what the problem might be. Trial and error on this
is very time consuming since I at the moment use a dial-up line.
BTW, I use bash.
Thanks
Tony Sarendal
tony@torped.se