From owner-freebsd-stable@FreeBSD.ORG Tue Aug 9 00:05:21 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 4715116A41F for ; Tue, 9 Aug 2005 00:05:21 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF4D143D46 for ; Tue, 9 Aug 2005 00:05:20 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id i8so1098277wra for ; Mon, 08 Aug 2005 17:05:20 -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=tFXHlPAjmLx/pZgbzl7Cvyta8o7aRinSizS4189pZCvdaE6lcQnE6sJ20zfypjFoKM0CIpOMfS4y/xYoTKPfgYvZnHuv29Jp3wwZowyXtBeR6jYDimeExI9u3xpkeWbJd1eaq7kxFTSngjqgDqLTxhEBur+QQ1uKdwLv/g4g43A= Received: by 10.54.29.72 with SMTP id c72mr5135177wrc; Mon, 08 Aug 2005 17:05:20 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Mon, 8 Aug 2005 17:05:20 -0700 (PDT) Message-ID: <790a9fff05080817054ff9e1d8@mail.gmail.com> Date: Mon, 8 Aug 2005 19:05:20 -0500 From: Scot Hetzel To: Randy Bush In-Reply-To: <17143.61777.552270.95710@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> 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 00:05:21 -0000 On 8/8/05, Randy Bush wrote: > > Did you do a 'make buildworld -DNO_SENDMAIL'? If you did, then you > > need to do a 'make installworld -DNO_SENDMAIL'. >=20 > NO_SENDMAIL is in /etc/make.conf >=20 >=20 Hmm, then it shouldn't have even tried to install libmilter.a. Is the install system the same system as the build system? If they are not, then make sure the install system /etc/make.conf has NO_SENDMAIL defined. Check your src/lib/Makefile, it should have: .if !defined(NO_SENDMAIL) _libmilter=3D=09libmilter _libsm=3D=09=09libsm _libsmdb=3D=09libsmdb _libsmutil=3D=09libsmutil .endif which only builds, and installs the above libraries when NO_SENDMAIL is not defined. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.