From owner-freebsd-current Sun Aug 9 22:48:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13502 for freebsd-current-outgoing; Sun, 9 Aug 1998 22:48:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13494 for ; Sun, 9 Aug 1998 22:48:52 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.8.7/8.8.7) with SMTP id BAA29411 for ; Mon, 10 Aug 1998 01:48:31 -0400 (EDT) Received: by mozart (5.65c/SAS/Domains/5-6-90) id AA08376; Mon, 10 Aug 1998 01:48:30 -0400 From: "John W. DeBoskey" Message-Id: <199808100548.AA08376@mozart> Subject: chflags: <> Operation not permitted To: freebsd-current@FreeBSD.ORG Date: Mon, 10 Aug 1998 01:48:30 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've been getting the following error for a little over a week now during my nightly build.. Does anyone have any ideas as to what's going on ? -------------------------------------------------------------- Cleaning up the temporary build tree -------------------------------------------------------------- mkdir -p /usr/obj/usr/src/tmp chflags -R noschg /usr/obj/usr/src/tmp/ chflags: /usr/obj/usr/src/tmp/usr/lib/aout/libdescrypt.so.2.0: Operation not permitted *** Error code 1 Stop. FreeBSD# uname -a FreeBSD FreeBSD.pc.sas.com 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Jul 21 09:24:24 EDT 1998 root@FreeBSD.pc.sas.com:/usr/src/sys/compile/FreeBSD i386 FreeBSD# cd /usr/obj/usr/src/tmp/usr/lib/aout/ FreeBSD# ls -lo libdescrypt.so.2.0 -r--r--r-- 1 bin bin schg 16718 Aug 8 02:53 libdescrypt.so.2.0 FreeBSD# rm -f libdescrypt.so.2.0 rm: libdescrypt.so.2.0: Operation not permitted FreeBSD# chflags noschg libdescrypt.so.2.0 chflags: libdescrypt.so.2.0: Operation not permitted The only way I've been able to remove this file is to newfs the filesystem... :-( Note: the above output is without the filesystem being newfs'd before the make. Comments? Critiques? Stupid user problem? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message