Date: Sun, 13 Jul 1997 21:56:27 -0400 From: King Kaos <kingkaos@magicnet.net> To: ports@FreeBSD.ORG Subject: gmake - won't install? Message-ID: <33C9874B.41C67EA6@magicnet.net>
next in thread | raw e-mail | index | archive | help
HI. Heres the what happens when I install gmake-3.75 on FreeBSD 2.2-RELEASE % make all install >> Checksum OK for make-3.75.tar.gz. ===> Installing for gmake-3.75 /bin/sh ./mkinstalldirs /usr/local/bin /usr/local/info /usr/local/man/man1 rm -f /usr/local/bin/gmake /usr/local/info/make.info /usr/local/man/man1/gmake.1 cd glob; make libglob.a `libglob.a' is up to date. cc commands.o job.o dir.o file.o misc.o main.o read.o remake.o rule.o implicit.o default.o variable.o expand.o function.o vpath.o version.o ar.o arscan.o signame.o remote-stub.o getopt.o getopt1.o glob/libglob.a -lutil -lkvm -o make.new mv -f make.new make install -c -s -o bin -g bin -m 555 make /usr/local/bin/gmake.new chgrp kmem /usr/local/bin/gmake.new && chmod g+s /usr/local/bin/gmake.new rm -f /usr/local/bin/gmake.old mv /usr/local/bin/gmake /usr/local/bin/gmake.old mv: rename /usr/local/bin/gmake to /usr/local/bin/gmake.old: No such file or directory *** Error code 1 (ignored) mv /usr/local/bin/gmake.new /usr/local/bin/gmake if [ -r ./make.info ]; then dir=.; else dir=.; fi; for file in ${dir}/make.info*; do name="`basename $file`"; /usr/bin/install -c -o bin -g bin -m 644 $file `echo /usr/local/info/make.info | sed "s,make.info\$,$name,"`; done /usr/bin/install -c -o bin -g bin -m 644 ./make.man /usr/local/man/man1/gmake.1 /bin/chmod g-s /usr/local/bin/gmake /usr/bin/chgrp bin /usr/local/bin/gmake install-info: not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Please help me ASAP. Thanks. KING KAOS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33C9874B.41C67EA6>