From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 11:17:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A55C016A41B for ; Thu, 30 Aug 2007 11:17:15 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 6F08E13C4CC for ; Thu, 30 Aug 2007 11:17:15 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so424679wxd for ; Thu, 30 Aug 2007 04:17:00 -0700 (PDT) Received: by 10.70.76.13 with SMTP id y13mr694490wxa.1188472619893; Thu, 30 Aug 2007 04:16:59 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id h39sm747465wxd.2007.08.30.04.16.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Aug 2007 04:16:59 -0700 (PDT) Date: Thu, 30 Aug 2007 07:17:19 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: References: X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070830071336.53B0.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re: Cannot rebuild Sendmail (with sasl2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 11:17:15 -0000 On August 29, 2007 at 02:02PM brad davison wrote: > After installing the cyrus-sasl2-saslauthd port, I am now unable to rebuild > sendmail and/or The World. [snip] The following is an excerpt from an article on FreeBSD regarding problems with 'buildworld' URL: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#Q23.4.14.6. //quote// 23.4.14.6. What do I do if something goes wrong? Make absolutely sure your environment has no extraneous cruft from earlier builds. This is simple enough. # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir Yes, make cleandir really should be run twice. Then restart the whole process, starting with make buildworld. //end quote// HTH -- Gerard The only reason some people get lost in thought is because it is unfamiliar territory. Paul Fix