Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2010 13:00:48 -0800
From:      "Don O'Neil" <lists@lizardhill.com>
To:        "'Polytropon'" <freebsd@edvax.de>
Cc:        php-general@lists.php.net, freebsd-questions@freebsd.org
Subject:   RE: Clean PHP 5.2.12 Build Core Dumping
Message-ID:  <25da01ca9237$fc0c94e0$f425bea0$@com>
In-Reply-To: <20100110112130.11ff370c.freebsd@edvax.de>
References:  <157701ca90c1$3a62ecd0$af28c670$@com>	<20100109073442.c86fe9e4.freebsd@edvax.de>	<188101ca918f$40141810$c03c4830$@com>	<hibil4$6bh$2@ger.gmane.org>	<19e201ca91a8$b1f70690$15e513b0$@com> <20100110112130.11ff370c.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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.

Where should I look next? Any help is appreciated. Thanks!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25da01ca9237$fc0c94e0$f425bea0$>