Date: Sat, 05 Feb 2000 17:27:11 -0500 From: John <papalia@udel.edu> To: freebsd-questions@freebsd.org Subject: Failed installworld Message-ID: <4.1.20000205172523.009e2360@mail.udel.edu>
next in thread | raw e-mail | index | archive | help
Hey all... Trying to buildworld and installworld, I ran into some trouble with the install. I can reproduce it as follows: merlin# pwd /var/src/bin/cat merlin# make clean rm -f cat cat.o cat.1.gz cat.1.cat.gz merlin# make depend merlin# make cc -O -pipe -Wall -Wformat -c /var/src/bin/cat/cat.c cc -O -pipe -Wall -Wformat -static -o cat cat.o gzip -cn /var/src/bin/cat/cat.1 > cat.1.gz merlin# make install install -c -s -o root -g wheel -m 555 cat /bin /usr/libexec/elf/strip: /bin/stL13747: Operation not permitted *** Error code 70 Stop. Any ideas what's causing the error? And why Error code 70? It's usually followed by a string of error code 1's as well. Any help would be *GREATLY* appreciated. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.20000205172523.009e2360>