Ich wollte gerade die Standart-Installation von CVS 1.11 auf unserem 1&1 RootServer ausführen und bekomme dabei immer den Error: make[1]: *** [cvs.info] Error 127
Scheint irgendwas mit den docs zu sein, da die Datei in dem Verzeichnis liegt. Was kann ich gegen den error tun? Kann ich die docs auch nicht mitinstallieren?
martin
Fehler 127 bei CVS Installation
-
captaincrunch
- Userprojekt

- Posts: 7066
- Joined: 2002-10-09 14:30
- Location: Dorsten
- Contact:
Re: Fehler 127 bei CVS Installation
Wie wär's denn mal mit einer ausführlicheren Fehlermeldung, oder noch besser einem Link auf den "Mitschnitt" der Installation?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Re: Fehler 127 bei CVS Installation
pxxxxxxxxx:~ # cd /home/htdocs/web5/html/cvs
pxxxxxxxxx:/home/htdocs/web5/html/cvs # ./configure
loading cache ./config.cache
checking for prefix by checking for cvs... no
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... no
checking for byacc... no
checking for perl... (cached) /usr/bin/perl
checking for csh... (cached) /bin/csh
checking whether #! works in shell scripts... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for errno.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for utime.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for ndbm.h... (cached) no
checking for limits.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) no
checking for direct.h... (cached) no
checking for sys/bsdtypes.h... (cached) no
checking for sys/resource.h... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working const... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for st_blksize in struct stat... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for mkdir... (cached) yes
checking for rename... (cached) yes
checking for strstr... (cached) yes
checking for dup2... (cached) yes
checking for strerror... (cached) yes
checking for valloc... (cached) yes
checking for waitpid... (cached) yes
checking for memmove... (cached) yes
checking for strtoul... (cached) yes
checking for fchmod... (cached) yes
checking for fsync... (cached) yes
checking for ftime... (cached) yes
checking for mktemp... (cached) yes
checking for putenv... (cached) yes
checking for vprintf... (cached) yes
checking for ftruncate... (cached) yes
checking for timezone... (cached) yes
checking for getpagesize... (cached) yes
checking for initgroups... (cached) yes
checking for fchdir... (cached) yes
checking for sigaction... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigvec... (cached) yes
checking for sigsetmask... (cached) yes
checking for sigblock... (cached) yes
checking for tempnam... (cached) yes
checking for tzset... (cached) yes
checking for readlink... (cached) yes
checking for wait3... (cached) yes
checking for mknod... (cached) yes
checking for getpassphrase... (cached) no
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether closedir returns void... (cached) no
checking for library containing getspnam... (cached) none required
checking whether utime accepts a null argument... (cached) yes
checking for long file names... (cached) yes
checking for working fnmatch... (cached) yes
checking for main in -lnsl... (cached) yes
checking for library containing connect... (cached) none required
checking for library containing gethostbyname... (cached) none required
default place for krb4 is /usr/kerberos
checking for krb.h...
checking for krb_get_err_text... (cached) no
default place for GSSAPI is /usr/cygnus/kerbnet
checking for krb5.h... (cached) no
checking for gssapi.h... (cached) no
checking for gssapi/gssapi.h... (cached) no
checking for gssapi/gssapi_generic.h... (cached) no
checking for gethostname... (cached) yes
checking for library containing crypt... (cached) -lcrypt
checking for cygwin32... (cached) no
configure: warning: saving ./src/options.h in ./src/options.h-SAVED
configure: warning: You may wish to check that local options have not been lost.
configure: warning: Do not re-run ./configure or ./config.status until you have....
creating ./config.status
creating Makefile
creating lib/Makefile
creating src/Makefile
creating zlib/Makefile
creating diff/Makefile
creating doc/Makefile
creating man/Makefile
creating tools/Makefile
creating contrib/Makefile
creating windows-NT/Makefile
creating windows-NT/SCC/Makefile
creating os2/Makefile
creating emx/Makefile
creating vms/Makefile
creating stamp-h
creating config.h
config.h is unchanged
creating src/options.h
pxxxxxxxxx:/home/htdocs/web5/html/cvs # make
making all in lib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/lib'
making all in zlib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/zlib'
making all in diff
make[1]: Entering directory `/home/htdocs/web5/html/cvs/diff'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/diff'
making all in src
make[1]: Entering directory `/home/htdocs/web5/html/cvs/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/src'
making all in man
make[1]: Entering directory `/home/htdocs/web5/html/cvs/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/man'
making all in doc
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
making all in contrib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/contrib'
making all in tools
make[1]: Entering directory `/home/htdocs/web5/html/cvs/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/tools'
making all in windows-NT
make[1]: Entering directory `/home/htdocs/web5/html/cvs/windows-NT'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/windows-NT'
making all in os2
make[1]: Entering directory `/home/htdocs/web5/html/cvs/os2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/os2'
making all in emx
make[1]: Entering directory `/home/htdocs/web5/html/cvs/emx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/emx'
making all in vms
make[1]: Entering directory `/home/htdocs/web5/html/cvs/vms'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/vms'
pxxxxxxxxx:/home/htdocs/web5/html/cvs # make install
making all in lib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/lib'
making all in zlib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/zlib'
making all in diff
make[1]: Entering directory `/home/htdocs/web5/html/cvs/diff'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/diff'
making all in src
make[1]: Entering directory `/home/htdocs/web5/html/cvs/src'
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c add.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c admin.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c buffer.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c checkin.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c checkout.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c classify.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c client.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c commit.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c create_adm.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c cvsrc.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c diff.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c edit.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c entries.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c expand_path.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c fileattr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c find_names.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c hardlink.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c hash.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c history.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c ignore.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c import.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c lock.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c log.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c login.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c logmsg.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c main.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c mkmodules.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c modules.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c myndbm.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c no_diff.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c parseinfo.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c patch.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c rcs.c
gcc -I. -I.. -I. -I../lib -I../diff -DHAVE_CONFIG_H -g -O2 -c ./rcscmds.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c recurse.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c release.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c remove.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c repos.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c root.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c rtag.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c scramble.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c server.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c status.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c tag.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c update.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c watch.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c wrapper.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c vers_ts.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c subr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c filesubr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c run.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c version.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c error.c
gcc -I. -I.. -I. -I../lib -I../zlib -DHAVE_CONFIG_H -g -O2 -c ./zlib.c
gcc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -lcrypt -o cvs
filesubr.o(.text+0xea3): In function `cvs_temp_name':
/home/htdocs/web5/html/cvs/src/filesubr.c:700: the use of `tempnam' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/src'
making all in man
make[1]: Entering directory `/home/htdocs/web5/html/cvs/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/man'
making all in doc
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
making all in contrib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/contrib'
making all in tools
make[1]: Entering directory `/home/htdocs/web5/html/cvs/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/tools'
making all in windows-NT
make[1]: Entering directory `/home/htdocs/web5/html/cvs/windows-NT'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/windows-NT'
making all in os2
make[1]: Entering directory `/home/htdocs/web5/html/cvs/os2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/os2'
making all in emx
make[1]: Entering directory `/home/htdocs/web5/html/cvs/emx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/emx'
making all in vms
make[1]: Entering directory `/home/htdocs/web5/html/cvs/vms'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/vms'
cd doc && make AR='ar' CC='gcc' CFLAGS='-g -O2' LDFLAGS='' LIBPROGS='' LIBS='-lcrypt ' MAKE='make' MAKEINFO='makeinfo' RANLIB='ranlib' TEXI2DVI='texi2dvi' YACC='yacc' bindir='/usr/local/bin' infodir='/usr/local/info' libdir='/usr/local/lib' mandir='/usr/local/man' prefix='/usr/local' exec_prefix='/usr/local' install-info || exit 1
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
if [ ! -f ./CVSvn.texi ]; then
ln -s ./CVSvn.texi . ||
ln ./CVSvn.texi . ||
cp ./CVSvn.texi . ; else true; fi
makeinfo ./cvs.texinfo -o cvs.info
make[1]: makeinfo: Command not found
make[1]: *** [cvs.info] Error 127
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
make: *** [install-info] Error 1
pxxxxxxxxx:/home/htdocs/web5/html/cvs #
pxxxxxxxxx:/home/htdocs/web5/html/cvs # ./configure
loading cache ./config.cache
checking for prefix by checking for cvs... no
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... no
checking for byacc... no
checking for perl... (cached) /usr/bin/perl
checking for csh... (cached) /bin/csh
checking whether #! works in shell scripts... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for errno.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for utime.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for ndbm.h... (cached) no
checking for limits.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) no
checking for direct.h... (cached) no
checking for sys/bsdtypes.h... (cached) no
checking for sys/resource.h... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working const... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for st_blksize in struct stat... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for mkdir... (cached) yes
checking for rename... (cached) yes
checking for strstr... (cached) yes
checking for dup2... (cached) yes
checking for strerror... (cached) yes
checking for valloc... (cached) yes
checking for waitpid... (cached) yes
checking for memmove... (cached) yes
checking for strtoul... (cached) yes
checking for fchmod... (cached) yes
checking for fsync... (cached) yes
checking for ftime... (cached) yes
checking for mktemp... (cached) yes
checking for putenv... (cached) yes
checking for vprintf... (cached) yes
checking for ftruncate... (cached) yes
checking for timezone... (cached) yes
checking for getpagesize... (cached) yes
checking for initgroups... (cached) yes
checking for fchdir... (cached) yes
checking for sigaction... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigvec... (cached) yes
checking for sigsetmask... (cached) yes
checking for sigblock... (cached) yes
checking for tempnam... (cached) yes
checking for tzset... (cached) yes
checking for readlink... (cached) yes
checking for wait3... (cached) yes
checking for mknod... (cached) yes
checking for getpassphrase... (cached) no
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether closedir returns void... (cached) no
checking for library containing getspnam... (cached) none required
checking whether utime accepts a null argument... (cached) yes
checking for long file names... (cached) yes
checking for working fnmatch... (cached) yes
checking for main in -lnsl... (cached) yes
checking for library containing connect... (cached) none required
checking for library containing gethostbyname... (cached) none required
default place for krb4 is /usr/kerberos
checking for krb.h...
checking for krb_get_err_text... (cached) no
default place for GSSAPI is /usr/cygnus/kerbnet
checking for krb5.h... (cached) no
checking for gssapi.h... (cached) no
checking for gssapi/gssapi.h... (cached) no
checking for gssapi/gssapi_generic.h... (cached) no
checking for gethostname... (cached) yes
checking for library containing crypt... (cached) -lcrypt
checking for cygwin32... (cached) no
configure: warning: saving ./src/options.h in ./src/options.h-SAVED
configure: warning: You may wish to check that local options have not been lost.
configure: warning: Do not re-run ./configure or ./config.status until you have....
creating ./config.status
creating Makefile
creating lib/Makefile
creating src/Makefile
creating zlib/Makefile
creating diff/Makefile
creating doc/Makefile
creating man/Makefile
creating tools/Makefile
creating contrib/Makefile
creating windows-NT/Makefile
creating windows-NT/SCC/Makefile
creating os2/Makefile
creating emx/Makefile
creating vms/Makefile
creating stamp-h
creating config.h
config.h is unchanged
creating src/options.h
pxxxxxxxxx:/home/htdocs/web5/html/cvs # make
making all in lib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/lib'
making all in zlib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/zlib'
making all in diff
make[1]: Entering directory `/home/htdocs/web5/html/cvs/diff'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/diff'
making all in src
make[1]: Entering directory `/home/htdocs/web5/html/cvs/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/src'
making all in man
make[1]: Entering directory `/home/htdocs/web5/html/cvs/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/man'
making all in doc
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
making all in contrib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/contrib'
making all in tools
make[1]: Entering directory `/home/htdocs/web5/html/cvs/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/tools'
making all in windows-NT
make[1]: Entering directory `/home/htdocs/web5/html/cvs/windows-NT'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/windows-NT'
making all in os2
make[1]: Entering directory `/home/htdocs/web5/html/cvs/os2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/os2'
making all in emx
make[1]: Entering directory `/home/htdocs/web5/html/cvs/emx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/emx'
making all in vms
make[1]: Entering directory `/home/htdocs/web5/html/cvs/vms'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/vms'
pxxxxxxxxx:/home/htdocs/web5/html/cvs # make install
making all in lib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/lib'
making all in zlib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/zlib'
making all in diff
make[1]: Entering directory `/home/htdocs/web5/html/cvs/diff'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/diff'
making all in src
make[1]: Entering directory `/home/htdocs/web5/html/cvs/src'
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c add.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c admin.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c buffer.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c checkin.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c checkout.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c classify.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c client.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c commit.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c create_adm.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c cvsrc.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c diff.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c edit.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c entries.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c expand_path.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c fileattr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c find_names.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c hardlink.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c hash.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c history.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c ignore.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c import.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c lock.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c log.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c login.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c logmsg.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c main.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c mkmodules.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c modules.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c myndbm.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c no_diff.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c parseinfo.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c patch.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c rcs.c
gcc -I. -I.. -I. -I../lib -I../diff -DHAVE_CONFIG_H -g -O2 -c ./rcscmds.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c recurse.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c release.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c remove.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c repos.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c root.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c rtag.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c scramble.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c server.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c status.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c tag.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c update.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c watch.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c wrapper.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c vers_ts.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c subr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c filesubr.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c run.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c version.c
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -O2 -c error.c
gcc -I. -I.. -I. -I../lib -I../zlib -DHAVE_CONFIG_H -g -O2 -c ./zlib.c
gcc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -lcrypt -o cvs
filesubr.o(.text+0xea3): In function `cvs_temp_name':
/home/htdocs/web5/html/cvs/src/filesubr.c:700: the use of `tempnam' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/src'
making all in man
make[1]: Entering directory `/home/htdocs/web5/html/cvs/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/man'
making all in doc
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
making all in contrib
make[1]: Entering directory `/home/htdocs/web5/html/cvs/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/contrib'
making all in tools
make[1]: Entering directory `/home/htdocs/web5/html/cvs/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/tools'
making all in windows-NT
make[1]: Entering directory `/home/htdocs/web5/html/cvs/windows-NT'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/windows-NT'
making all in os2
make[1]: Entering directory `/home/htdocs/web5/html/cvs/os2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/os2'
making all in emx
make[1]: Entering directory `/home/htdocs/web5/html/cvs/emx'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/emx'
making all in vms
make[1]: Entering directory `/home/htdocs/web5/html/cvs/vms'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/vms'
cd doc && make AR='ar' CC='gcc' CFLAGS='-g -O2' LDFLAGS='' LIBPROGS='' LIBS='-lcrypt ' MAKE='make' MAKEINFO='makeinfo' RANLIB='ranlib' TEXI2DVI='texi2dvi' YACC='yacc' bindir='/usr/local/bin' infodir='/usr/local/info' libdir='/usr/local/lib' mandir='/usr/local/man' prefix='/usr/local' exec_prefix='/usr/local' install-info || exit 1
make[1]: Entering directory `/home/htdocs/web5/html/cvs/doc'
if [ ! -f ./CVSvn.texi ]; then
ln -s ./CVSvn.texi . ||
ln ./CVSvn.texi . ||
cp ./CVSvn.texi . ; else true; fi
makeinfo ./cvs.texinfo -o cvs.info
make[1]: makeinfo: Command not found
make[1]: *** [cvs.info] Error 127
make[1]: Leaving directory `/home/htdocs/web5/html/cvs/doc'
make: *** [install-info] Error 1
pxxxxxxxxx:/home/htdocs/web5/html/cvs #
-
captaincrunch
- Userprojekt

- Posts: 7066
- Joined: 2002-10-09 14:30
- Location: Dorsten
- Contact:
Re: Fehler 127 bei CVS Installation
make[1]: makeinfo: Command not found
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Re: Fehler 127 bei CVS Installation
argh danke das hatte ich überhaupt nicht geblickt, aber was muß ich jetzt tun?
Re: Fehler 127 bei CVS Installation
kann man den cvs server denn nicht einfach ohne docs installieren?