Unix Programming - RCS 5.7 install/check failed

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > November 2005 > RCS 5.7 install/check failed





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author RCS 5.7 install/check failed
jacksuyu@gmail.com

2005-11-04, 5:57 pm

After configure and make RCS 5.7.

I tried "make check", I got error:

cd man && make check
cd src && make check
make: Fatal error: Don't know how to make target `check'
Current working directory /opt/rcs-5.7/src
*** Error code 1
make: Fatal error: Command failed for target `check'


If I run "make install", I also got error. The unix box I am using
mount /usr/local to some other unix box. how can I specify another
directory to write man files?


cd man && make install
../../mkinstalldirs /usr/local/man/man1 /usr/local/man/man5
for m in ci co ident merge rcs rcsclean rcsdiff rcsintro rcsmerge rlog;
do \
.././install-sh -c -m 644 ./$m.1 /usr/local/man/man1/$m.1; \
done
cp: cannot create /usr/local/man/man1/#inst.7429#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7439#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7449#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7459#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7469#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7479#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7489#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7499#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7509#: Read-only file
system
cp: cannot create /usr/local/man/man1/#inst.7519#: Read-only file
system
*** Error code 2 (ignored)
{ test -f rcsfile.5 || cd .; } && \
..././install-sh -c -m 644 rcsfile.5 /usr/local/man/man5/rcsfile.5
cp: cannot create /usr/local/man/man5/#inst.7530#: Read-only file
system
*** Error code 2 (ignored)
cd src && make install
../../mkinstalldirs /usr/local/bin
for p in ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog; do \
.././install-sh -c $p /usr/local/bin/$p; \
done
cp: cannot create /usr/local/bin/#inst.7554#: Read-only file system
*** Error code 2
make: Fatal error: Command failed for target `install'
Current working directory /opt/rcs-5.7/src
*** Error code 1
make: Fatal error: Command failed for target `install'

jacksuyu@gmail.com

2005-11-04, 5:57 pm

Oh, I know how to change a man directory now.

But I still don't know why it can't find target "check"..

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com