From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 03:19:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B9116A41F for ; Sat, 17 Sep 2005 03:19:58 +0000 (GMT) (envelope-from jmf@thecompanyonline.com) Received: from tco1.thecompanyonline.com (dsl017-004-080.ser1.dsl.speakeasy.net [69.17.4.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A4743D45 for ; Sat, 17 Sep 2005 03:19:57 +0000 (GMT) (envelope-from jmf@thecompanyonline.com) Received: from [127.0.0.1] ([216.109.255.7]) (authenticated bits=0) by tco1.thecompanyonline.com (8.13.3/8.13.1) with ESMTP id j8H3Jej2082294 for ; Fri, 16 Sep 2005 23:20:03 -0400 (EDT) (envelope-from jmf@thecompanyonline.com) Message-ID: <432B8B49.90200@thecompanyonline.com> Date: Fri, 16 Sep 2005 23:19:37 -0400 From: Jordan Freeman User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=4.0 tests=BAYES_50 autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on tco1.thecompanyonline.com X-Virus-Scanned: ClamAV 0.83/1083/Fri Sep 16 05:41:30 2005 on tco1.thecompanyonline.com X-Virus-Status: Clean Subject: Error code 71 on rebuilding libc. FreeBSD 5.4-p6. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 03:19:58 -0000 Performing a "make install" in /usr/src/lib/libc, here's the output : # make install install -C -o root -g wheel -m 444 libc.a /usr/lib install: libc.a: No such file or directory *** Error code 71 Stop in /usr/src/lib/libc. Howerer, when I "ll" for the file /usr/lib/libc.a in the /usr/lib directory, I get : # ll libc.a -r--r--r-- 1 root wheel 1918768 Aug 20 11:53 libc.a So the file is obviously there. There is a possibilty that I'm just being a twit. Any assistance would be greatly appreciated.