From owner-freebsd-questions@FreeBSD.ORG Tue Jan 12 00:31:06 2010 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 B817810656AB; Tue, 12 Jan 2010 00:31:06 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit7.lizardhill.com (kermit7.lizardhill.com [64.69.41.223]) by mx1.freebsd.org (Postfix) with ESMTP id 7054E8FC1D; Tue, 12 Jan 2010 00:31:06 +0000 (UTC) Received: from ip68-104-23-65.lv.lv.cox.net ([68.104.23.65] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1NUUel-000Gz3-D6; Mon, 11 Jan 2010 16:30:47 -0800 From: "Don O'Neil" To: , References: <157701ca90c1$3a62ecd0$af28c670$@com> <20100109073442.c86fe9e4.freebsd@edvax.de> <188101ca918f$40141810$c03c4830$@com> <19e201ca91a8$b1f70690$15e513b0$@com> <20100110112130.11ff370c.freebsd@edvax.de> <25da01ca9237$fc0c94e0$f425bea0$@com> In-Reply-To: <25da01ca9237$fc0c94e0$f425bea0$@com> Date: Mon, 11 Jan 2010 16:31:10 -0800 Message-ID: <01fa01ca931e$8a32d6d0$9e988470$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcqR3qRfOg6OeDmNSbecsldJZohMiQAWLe/wADmeZKA= Content-Language: en-us Cc: 'Polytropon' , ale@freebsd.org Subject: RE: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1 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: Tue, 12 Jan 2010 00:31:06 -0000 Ok.. just for grins I installed a new instance of 6.1, NO Patches, just straight off the ISO... I loaded the ports that came WITH the distro, and was able to make php 5.1.2 ok... When I did a portsnap fetch, portsnap extract, then went into the /usr/ports/lang/php5 and just typed make I get the same error... SO as it seems, the port is broken, at least for working with FreeBSD 6.1. Can anyone give me some hints on how to build this sucker by hand? Seems as though there are a bunch of patches that are referenced in the distinfo file. I REALLY need to get this taken care of asap, any help is appreciated. Thanks! > > > I tried adding WITHOUT_X11=yes to /etc/make.conf as well as > X11BASE= > > and > > > X11BASE="", but I still get the same error. > > > > Remove them. This makes sure they are not defined, not even > > empty (as in "#define BLA -> symbol 'BLA' is defined"). > > > > > Where to go from here? Do I have and old version of something that > is > > > causing this? I get this error _right away_ before anything is even > > built. > > > > It seems to be a check by the Makefile at port's top level. > > Ok... I have no definition for X11BASE anywhere, not in my env, not in > my > /etc/make.conf, nowhwere... > > However, it's still complaining about X11BASE being deprecated. I tried > just > adding WITHOUT_X11=yes in /etc/make, and without it. I even searched > all the > Makefiles in /usr/ports, and in the /usr/ports/lang/php5 dir to find > any > reference to X11, or X, or X11BASE, but nada... I don't even know where > this > error message is being generated from. > > I can't even do a basic make without it immediately spitting out the > error: > > # make > X11BASE is now deprecated. Unset X11BASE in make.conf and try again. > *** Error code 1 > > Stop. >