From owner-freebsd-questions Sat Feb 5 14:29: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by builder.freebsd.org (Postfix) with ESMTP id 7FC1C4679 for ; Sat, 5 Feb 2000 14:28:59 -0800 (PST) Received: from morgaine (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with SMTP id RAA13749 for ; Sat, 5 Feb 2000 17:29:49 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.1.20000205172523.009e2360@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 05 Feb 2000 17:27:11 -0500 To: freebsd-questions@freebsd.org From: John Subject: Failed installworld Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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