From owner-freebsd-questions Tue May 9 01:14:59 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06092 for questions-outgoing; Tue, 9 May 1995 01:14:59 -0700 Received: from inet-user-gw-1.us.oracle.com (inet-user-gw-1.us.oracle.com [192.86.155.82]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA06086 for ; Tue, 9 May 1995 01:14:56 -0700 Received: from iesun1.ie.oracle.com by inet-user-gw-1.us.oracle.com with SMTP (8.6.12/37.7) id BAA07420; Tue, 9 May 1995 01:14:46 -0700 Received: by iesun1.ie.oracle.com (4.1/37.3.TJL.1.84) id AA20753; Tue, 9 May 95 09:14:08 BST Message-Id: <9505090814.AA20753@iesun1.ie.oracle.com> From: Henry Chung Subject: HELP: can not remove file libc.so.2.0 after make world failed To: questions@FreeBSD.org Date: Tue, 9 May 95 9:14:07 BST Cc: jkh@time.cdrom.com X-Mailer: ELM [version 2.3 PL11] Sender: questions-owner@FreeBSD.org Precedence: bulk Hello People, I think this has been asked, I'm not sure, and I can't find it in my mail folder. The system I have is FreeBSD 2.0 fresh install from CD-ROM, and I haven't apply any patch to it. Then I did a "make world" with DESTDIR=/usr/obj. "make world" failed, the reason it failed because the "sys" in /usr/obj/usr/include is pointed to itself, and make complain it can not find "ioctl.h". Anyway after "make world" failed, I then "cd /usr/obj" and did a "rm -rf *", and it complains that: /usr/obj/usr/lib/libc.so.2.0: operation not permitted. I login as root, and even bring the machine to single user mode, also get the same error, and the file can be removed. o Q1: How do I remove the /usr/obj/usr/lib/libc.so.2.0 file? o Q2: How do I get "make world" working? Like what patch I need to apply? o Q3: How do I get all these patches? Like ftp or mail? Thank you very much for all your time. Regards, -- Henry