From owner-freebsd-stable@FreeBSD.ORG Mon Aug 8 23:56:26 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A066516A41F for ; Mon, 8 Aug 2005 23:56:26 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F1F043D45 for ; Mon, 8 Aug 2005 23:56:25 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so825583wra for ; Mon, 08 Aug 2005 16:56:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LyQ7eZgCz/zn9OvGi0RgEcojVB1x1+GSGoq5uvZpQ0Y3BrKH3WbPWl3KSL8YgiM+KGdQbC8JEPP5Sk6xKlfjYO7rq+Y03+mnOEiqZQhkmZcQG8UTU36E4wdo0iwtwXACHL7nGphs5B6hScJTfF8Nt9PPeQcSDsIbfJKwnUes/S0= Received: by 10.54.158.13 with SMTP id g13mr5233603wre; Mon, 08 Aug 2005 16:56:24 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Mon, 8 Aug 2005 16:56:24 -0700 (PDT) Message-ID: <790a9fff05080816561c653e73@mail.gmail.com> Date: Mon, 8 Aug 2005 18:56:24 -0500 From: Scot Hetzel To: Randy Bush In-Reply-To: <17143.55126.928714.853442@roam.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17143.55126.928714.853442@roam.psg.com> Cc: FreeBSD Stable Subject: Re: 4->5 libmilter.a install failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 23:56:26 -0000 On 8/8/05, Randy Bush wrote: > at the make installworld step in the 4->5 upgrade sequence. >=20 > /usr/share/man/man3/item_value.3.gz -> /usr/share/man/man3/mitem_value.3.= gz > /usr/share/man/man3/set_item_value.3.gz -> /usr/share/man/man3/mitem_valu= e.3.gz > /usr/share/man/man3/item_visible.3.gz -> /usr/share/man/man3/mitem_visibl= e.3.gz > =3D=3D=3D> lib/libmilter > install -C -o root -g wheel -m 444 libmilter.a /usr/lib > install: libmilter.a: No such file or directory > *** Error code 71 >=20 > how can i get past this to get a clean enough system to be able to build > again? Did you do a 'make buildworld -DNO_SENDMAIL'? If you did, then you need to do a 'make installworld -DNO_SENDMAIL'. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.