From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 15:58:51 2009 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 8604E106570C for ; Thu, 15 Jan 2009 15:58:51 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA03.emeryville.ca.mail.comcast.net (qmta03.emeryville.ca.mail.comcast.net [76.96.30.32]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5D18FC18 for ; Thu, 15 Jan 2009 15:58:50 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by QMTA03.emeryville.ca.mail.comcast.net with comcast id 3ql61b0080lTkoCA3rynpH; Thu, 15 Jan 2009 15:58:47 +0000 Received: from bsd.remdog.net ([76.102.24.75]) by OMTA04.emeryville.ca.mail.comcast.net with comcast id 3rym1b0071dCpWs8Qrymdl; Thu, 15 Jan 2009 15:58:47 +0000 Message-ID: <496F5D35.1030604@comcast.net> Date: Thu, 15 Jan 2009 07:58:45 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.18 (X11/20081220) MIME-Version: 1.0 To: Boris Samorodov References: <496EBE7A.9030706@comcast.net> <35217558@ipt.ru> In-Reply-To: <35217558@ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: Can't install from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 15:58:52 -0000 > Rem P Roberti writes: > > >> Boy, this hasn't been a good night. I am unable to install from >> ports. When I attempt to do >> a compile I get this error message: >> >> 1 open conditional: >> at line 131 (evaluated to true) >> make: fatal errors encountered -- cannot continue >> > > This may help to narrow down your problem: > . update your ports tree; > . temporarily remove /etc/make.conf. > > > WBR > And it turns out that the make.conf file was the culprit. I had put an entry in there to prevent CUPS from installing lp in the wrong place, and that caused the problem. All is well. Rem