From owner-freebsd-questions@FreeBSD.ORG Wed Jan 13 11:44:27 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 750A0106566B for ; Wed, 13 Jan 2010 11:44:27 +0000 (UTC) (envelope-from hack988@dev.htwap.com) Received: from mail-iw0-f177.google.com (mail-iw0-f177.google.com [209.85.223.177]) by mx1.freebsd.org (Postfix) with ESMTP id 4212F8FC17 for ; Wed, 13 Jan 2010 11:44:26 +0000 (UTC) Received: by iwn7 with SMTP id 7so7851222iwn.7 for ; Wed, 13 Jan 2010 03:44:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.9.33 with SMTP id j33mr753981ibj.37.1263383060313; Wed, 13 Jan 2010 03:44:20 -0800 (PST) X-Originating-IP: [221.232.148.213] In-Reply-To: <008601ca93ce$4044b0b0$c0ce1210$@com> 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> <01fa01ca931e$8a32d6d0$9e988470$@com> <4d03254c1001121213v67fda3ecn4e094697aceaa953@mail.gmail.com> <008601ca93ce$4044b0b0$c0ce1210$@com> Date: Wed, 13 Jan 2010 19:44:20 +0800 Message-ID: <4d03254c1001130344p5b486f42j5bd753c625951c80@mail.gmail.com> From: hack988 hack988 To: "Don O'Neil" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: php-general@lists.php.net, freebsd-questions@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: Wed, 13 Jan 2010 11:44:27 -0000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I try a 'make all-depend-list' the error shows up =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D which error show ? 2010/1/13 Don O'Neil : > This is _exactly_ what I did, and as soon as I try a 'make all-depend-lis= t' > the error shows up. I don't even have the X11 system installed (it's a > headless server, with no GUI). > > This is on a CLEAN 6.1 install, without any upgrades/patches, just straig= ht > off the ISO install and after a portsnap install/extract. > > I tried building it _before_ I updated the ports and it would build a 5.1= .2 > php ok, but I need 5.2.12. Something has changed in the port between 5.1.= 2 > and 5.2.12 > >> 1.add >> WITHOUT_X11=3Dyes >> in /etc/make.conf >> 2.remove >> X11BASE=3D"" >> from that file and >> >> 4.make all-depend-list >> 5.make clean all depend soft >> 6.make menuconfig set X11 disable >> 7.make &&make install >> >> >> 2010/1/12 Don O'Neil : >> > 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=3Dyes to /etc/make.conf as well as >> >> X11BASE=3D >> >> > and >> >> > > X11BASE=3D"", 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=3Dyes in /etc/make, and without it. I even searche= d >> >> 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. =A0Unset X11BASE in make.conf and try >> again. >> >> *** Error code 1 >> >> >> >> Stop. >> >> >> > >> > >> > -- >> > PHP General Mailing List (http://www.php.net/) >> > To unsubscribe, visit: http://www.php.net/unsub.php >> > >> > >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> No virus found in this incoming message. >> Checked by AVG - www.avg.com >> Version: 9.0.725 / Virus Database: 270.14.136/2616 - Release Date: >> 01/11/10 23:35:00 > >