From owner-freebsd-stable@FreeBSD.ORG Tue Aug 9 01:15:14 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 73FAD16A41F for ; Tue, 9 Aug 2005 01:15:14 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017AD43D45 for ; Tue, 9 Aug 2005 01:15:13 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so1134347wra for ; Mon, 08 Aug 2005 18:15:13 -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=cJWgTYH9fVobAUBBEdbEepbQyEjIUKcPD6dI1XF0uAqDJ6SRL2ZVXKL7AJ5IiYLKBjgiumdGlfuxYH5vkdmcpaVrBSt5SpB/y8D3aHcB40Zu6BrXpyqBphYNjvdfZqITvEBz+eNjtxXh0wSJeeSicAdV8n5VmWW3d/Mhvt+hkK8= Received: by 10.54.53.63 with SMTP id b63mr5069085wra; Mon, 08 Aug 2005 18:15:13 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Mon, 8 Aug 2005 18:15:13 -0700 (PDT) Message-ID: <790a9fff050808181546df29ed@mail.gmail.com> Date: Mon, 8 Aug 2005 20:15:13 -0500 From: Scot Hetzel To: Randy Bush In-Reply-To: <17144.197.240197.415758@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> <790a9fff05080816561c653e73@mail.gmail.com> <17143.61777.552270.95710@roam.psg.com> <790a9fff05080817054ff9e1d8@mail.gmail.com> <17143.63487.787071.348531@roam.psg.com> <790a9fff05080817482a42256f@mail.gmail.com> <17144.197.240197.415758@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: Tue, 09 Aug 2005 01:15:14 -0000 On 8/8/05, Randy Bush wrote: > > you may have to go into the src/lib/libmd and do a 'make install' from > > there. >=20 > # pwd > /usr/src > # cd lib/libmd > # make install > install -C -o root -g wheel -m 444 libmd.a /usr/lib > install -C -o root -g wheel -m 444 libmd_p.a /usr/lib > install: libmd_p.a: No such file or directory > *** Error code 71 >=20 Add NOPROFILE to get rid of the *_p.a libraries, and try again. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.