From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 03:45:41 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 780C716A41F for ; Sat, 17 Sep 2005 03:45:41 +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 EE02F43D46 for ; Sat, 17 Sep 2005 03:45:40 +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 j8H3jISs082603; Fri, 16 Sep 2005 23:45:32 -0400 (EDT) (envelope-from jmf@thecompanyonline.com) Message-ID: <432B9144.1030101@thecompanyonline.com> Date: Fri, 16 Sep 2005 23:45:08 -0400 From: Jordan Freeman User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson References: <432B8B49.90200@thecompanyonline.com> <20050917033824.GB97440@dan.emsphone.com> In-Reply-To: <20050917033824.GB97440@dan.emsphone.com> 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 Cc: freebsd-questions@freebsd.org Subject: Re: 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:45:41 -0000 Dan Nelson wrote: >In the last episode (Sep 16), Jordan Freeman said: > > >>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. >> >> > >Did you run "make" first? > > > Negative.... libc is compiling as I type this. May I fall on my sword now??? Jordan Freeman