From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 09:32:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C6E16A4BF; Wed, 27 Aug 2003 09:32:39 -0700 (PDT) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2904F43FE1; Wed, 27 Aug 2003 09:32:38 -0700 (PDT) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h7RGWae06510; Wed, 27 Aug 2003 18:32:36 +0200 (MEST) Date: Wed, 27 Aug 2003 18:32:36 +0200 (CEST) From: Harti Brandt To: Gregory Neil Shapiro In-Reply-To: <20030827162600.GM86522@horsey.gshapiro.net> Message-ID: <20030827182854.M637@beagle.fokus.fraunhofer.de> References: <20030826121245.F51682@beagle.fokus.fraunhofer.de> <20030827111812.Y16500@beagle.fokus.fraunhofer.de> <20030827162600.GM86522@horsey.gshapiro.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: SENDMAIL_MC X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 16:32:39 -0000 On Wed, 27 Aug 2003, Gregory Neil Shapiro wrote: GNS>> The problem (I think) is in src/etc/sendmail/Makefile: GNS>> GNS>> .if defined(SENDMAIL_MC) GNS>> INSTALL_CF= ${SENDMAIL_MC:T:R}.cf GNS>> GNS>> This leaves INSTALL_CF with fokus.cf (the path is stripped off) and GNS>> there is (of course) no fokus.cf in src/etc/sendmail. GNS> GNS>But there should be one in /usr/obj/usr/src/etc/sendmail/. Is there? No. And now I got it. Sorry, my fault. At some time not so long ago buildworld tried to build INSTALL_CF in /etc/mail. I do my buildworlds as a non-privileged user and they failed therefor. So I added magic in /etc/make.conf to not define SENDMAIL_MC when doing buildworld. This worked until the build/install was really fixed not so long ago, but now is obviously wrong. Thanks for your help, harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org