From owner-freebsd-questions Wed Jun 28 20:31:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id D84B637C39C for ; Wed, 28 Jun 2000 20:31:32 -0700 (PDT) (envelope-from Ryugen@palaver.org) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Wed, 28 Jun 2000 22:32:17 -0500 Received: from office.palaver.org (unverified [216.176.8.9]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 28 Jun 2000 22:31:31 -0500 Message-Id: <4.3.2.7.2.20000628222643.00ad4b40@mail.palaver.org> X-Sender: rfisher@mail.palaver.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 28 Jun 2000 22:31:26 -0500 To: freebsd-questions@FreeBSD.ORG From: Ryugen@palaver.org (Ryugen C. Fisher) Subject: Strange Permissions In-Reply-To: <00062910010900.01006@dannyh.freebsd.org> References: <20000628140150.99879.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In trying to do a make world the errors occur that stop the execution..

tracing these error back I find that the make file can not delete:

/usr/obj/usr/src/tmp/usr/lib/

drwxr-xr-x  2 root  wheel    5120 Jun 28 17:43 ./
drwxr-xr-x  3 root  wheel     512 Jun 28 17:43 ../
-r--r--r--  1 root  wheel  520040 Apr 14 23:05 libc.so.3
-r--r--r--  1 root  wheel  599247 Apr 14 23:05 libc_r.so.3
-r--r--r--  1 root  wheel    7168 Apr 14 22:09 libcipher.so.2
-r--r--r--  1 root  wheel   12965 Apr 14 23:05 libdescrypt.so.2

These files seem to be read only... even to root!   how do I get rid of them so that make world can continue?




To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message