From owner-freebsd-questions Sat Sep 2 19:10:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id E2BFA37B422 for ; Sat, 2 Sep 2000 19:10:30 -0700 (PDT) Received: from evileye (203-79-95-29.apx0.paradise.net.nz [203.79.95.29]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id e832ARu19837 for ; Sun, 3 Sep 2000 14:10:27 +1200 (NZST) Message-ID: <002b01c0154c$196151c0$0101a8c0@evileye> From: "Mark Ibell" To: Subject: bin.mtree broken in 4.1-RELEASE? Date: Sun, 3 Sep 2000 14:10:09 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I tried to run the following command recently on a 4.1-RELEASE system: # mtree -e -f bin.mtree -p / But the above failed at three places: ... usr/lib/libtermcap_p.a: type (link, file) permissions (0755, 0444) size (14, 427308) mtree: line 14427: libtermcap_p.a: No such file or directory And likewise at libtermlib & libtinfo. These three entries link to /usr/lib/libncurses_p.a which exists on my system and if I remove the three offending entries from bin.mtree all is well. Am I missing something here? Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message