Re: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-17 Thread hack988 hack988
I think Vasily Pupkin is right. http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.630;r2=1.631;f=h Found {portsdir}/Mk/bsd.port.mk and make sure the version is higher than 1.631(2009/12/18) In another side,your are use "*default tag=." in your supfile or /etc/make.conf? http://w

RE: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-13 Thread Don O'Neil
> === > I try a 'make all-depend-list' > the error shows up > = > which error show ? # make X11BASE is now deprecated. Unset X11BASE in make.conf and try again. *** Error code 1 Stop. That's the error... happens every time, no matter what I try to

Re: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-13 Thread hack988 hack988
=== I try a 'make all-depend-list' the error shows up = 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-list' > the error shows up. I don't even have the X11 system installed (it's a >

RE: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-12 Thread Don O'Neil
This is _exactly_ what I did, and as soon as I try a 'make all-depend-list' 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 straight off the ISO install and after a portsnap ins

Re: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-12 Thread hack988 hack988
1.add WITHOUT_X11=yes in /etc/make.conf 2.remove X11BASE="" 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 o

RE: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-11 Thread 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 s

RE: Clean PHP 5.2.12 Build Core Dumping

2010-01-10 Thread Don O'Neil
> > 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 v

Re: [PHP] Clean PHP 5.2.12 Build Core Dumping

2010-01-10 Thread Michael A. Peters
Don O'Neil wrote: Core was generated by `php'. Program terminated with signal 11, Segmentation fault. #0 0x081d50a7 in sqlite3Select (pParse=0xbbc00080, p=0x0, eDest=164102200, iParm=0, pParent=0x24, parentTab=139141440, pParentAgg=0x84c10d8, aff=0x0) at /usr/local/directadmin/customap

Re: Clean PHP 5.2.12 Build Core Dumping

2010-01-10 Thread Polytropon
On Sat, 9 Jan 2010 19:55:05 -0800, "Don O'Neil" wrote: > 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"). >

Re: Clean PHP 5.2.12 Build Core Dumping

2010-01-10 Thread Polytropon
On Sat, 09 Jan 2010 22:47:45 -0500, Michael Powell wrote: > If installing with the ports system you shouldn't need to be editing any > Makefiles. make config will give you list of options you may select from. That's correct. I forgot to add that there are some few ports that allow using an add

Re: Clean PHP 5.2.12 Build Core Dumping

2010-01-10 Thread Polytropon
On Sat, 9 Jan 2010 16:52:57 -0800, "Don O'Neil" wrote: > Ok... well, your idea is a good one, but it seems that the port is broken. > > I did a port update, which brought in the latest php build info from > December, but when I run 'make' (without even editing the Makefile to add my > own other m

RE: Clean PHP 5.2.12 Build Core Dumping

2010-01-09 Thread Don O'Neil
Well, I hadn't edited the Makefiles, I was planning on it (but won't now that you pointed out the make option), but never got past making the generic port I tried adding WITHOUT_X11=yes to /etc/make.conf as well as X11BASE= and X11BASE="", but I still get the same error. Where to go from here

RE: Clean PHP 5.2.12 Build Core Dumping

2010-01-09 Thread Michael Powell
Don O'Neil wrote: > Ok... well, your idea is a good one, but it seems that the port is broken. > > I did a port update, which brought in the latest php build info from > December, but when I run 'make' (without even editing the Makefile to add > my own other modules I need) I get this: If instal

RE: Clean PHP 5.2.12 Build Core Dumping

2010-01-09 Thread Don O'Neil
o:free...@edvax.de] > Sent: Friday, January 08, 2010 10:35 PM > To: Don O'Neil > Cc: php-gene...@lists.php.net; freebsd-questions@freebsd.org > Subject: Re: Clean PHP 5.2.12 Build Core Dumping > > On Fri, 8 Jan 2010 16:18:11 -0800, "Don O'Neil" > wrote: &

Re: Clean PHP 5.2.12 Build Core Dumping

2010-01-08 Thread Polytropon
On Fri, 8 Jan 2010 16:18:11 -0800, "Don O'Neil" wrote: > Ok... more info on the problem... > > I started with a clean untarred archive, ad just ran ./configure, make, make > test I get a core dump. Maybe this is not a FreeBSD source? I'd suggest using the FreeBSD ports system for installati

Clean PHP 5.2.12 Build Core Dumping

2010-01-08 Thread Don O'Neil
Ok... more info on the problem... I started with a clean untarred archive, ad just ran ./configure, make, make test I get a core dump. After running gdb on the core dump I noticed it was the sqlite stuff that was dumping, so I re-ran configure with --without-sqlite --without-pdo-sqlite --with

Clean PHP 5.2.12 Build Core Dumping

2010-01-08 Thread Don O'Neil
I'm trying to build a clean version of php 5.2.12 on my FreeBSD 6.1 box and even with NO OPTIONS, php core dumps during the make test phase. How do I go about tracking down what is causing this problem? ___ freebsd-questions@freebsd.org mailing list htt