From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 06:46:27 2005 Return-Path: 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 C732116A4CE for ; Sun, 2 Jan 2005 06:46:27 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C77343D2F for ; Sun, 2 Jan 2005 06:46:27 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j026kO4R009517 for ; Sun, 2 Jan 2005 01:46:25 -0500 (EST) Date: Sun, 02 Jan 2005 06:51:26 +0000 From: jason henson To: freebsd-questions@freebsd.org References: <1104646349l.81772l.0l@BARTON> <1104647486l.81835l.0l@BARTON> In-Reply-To: <1104647486l.81835l.0l@BARTON> (from jason@ec.rr.com on Sun Jan 2 01:31:26 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1104648686l.81943l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: buildworld fails with sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 06:46:27 -0000 On 01/02/05 01:31:26, jason henson wrote: > On 01/02/05 01:17:58, Kris Kennaway wrote: >> On Sun, Jan 02, 2005 at 06:12:29AM +0000, jason henson wrote: >> > BARTON# cd /usr/src/etc && make -DNOPROFILE >> > =3D=3D=3D> sendmail >> > make: don't know how to make freebsd.cf. Stop >> > *** Error code 2 >> > >> > Stop in /usr/src/etc. >> > >> > I searched the archives and found where make -n freebsd.cf or =20 >> make >>=20 >> > obj, make all would fix it. No good here. I also deleted >> usr/src/etc >> > and did it again. Any suggestions? >>=20 >> Don't do that :-) Running 'make' in random parts of the source tree >> isn't supported, that's what 'buildworld' is for. >>=20 >> Kris >> > I know and I wouldn't do it at random. I just have been trouble =20 > shooting and wanted to get the error msg easily without waiting on =20 > buildworld. I have done everything by the book, as for the steps go. > So still no suggestions? I read on an archive where you had a =20 > smilliar/same problem Kris, do you remember it? >=20 > Also are you an android or something, I see you responding to emails =20 > 24/7 within minutes. You are like a paid support team! Do you ever =20 > sleep? > I think I got it! Some more searching revealed a comman problem with =20 the standard refuse file having src/etc/sendmail/freebsd.mc* in it. =20 Hopifully this will solve the problem. Thanks for the help, Keep up the good work.