Re: Questions about port revision numbers, portsnap, csup

2010-04-20 Thread Joe Auty
Greg Larkin wrote: Joe Auty wrote: Greg Larkin wrote: John Levine wrote: I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc library. (Apache is 2.0, Freebsd is still 7.0, if that

Re: Questions about port revision numbers, portsnap, csup

2010-04-20 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Greg Larkin wrote: Joe Auty wrote: Greg Larkin wrote: John Levine wrote: I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc

Re: Questions about port revision numbers, portsnap, csup

2010-04-20 Thread Joe Auty
Greg, After applying the update (which I noticed was available immediately after my last response to you, sorry about that!), everything is just peachy now, or at least not causing the segfaults, thanks! Not to sound unappreciative and purely in the spirit of being constructive, I'd suggest a

Re: Questions about port revision numbers, portsnap, csup

2010-04-20 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Greg, After applying the update (which I noticed was available immediately after my last response to you, sorry about that!), everything is just peachy now, or at least not causing the segfaults, thanks! Not to sound

Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Joe Auty
Hello, I've identified my pecl-APC install as being broken after upgrading to PHP 5.3.2. According to the commit history listed here: http://www.freshports.org/www/pecl-APC/ there is a fix out. However, doing a portsnap fetch update does not seem to fetch this latest revision to this port, after

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Hello, Hi Joe, I've identified my pecl-APC install as being broken after upgrading to PHP 5.3.2. Does pecl-APC not compile, or is it functionally broken after compiling succesfully? According to the commit history listed

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Joe Auty
Greg Larkin wrote: Does pecl-APC not compile, or is it functionally broken after compiling succesfully? It compiles, but once loaded it causes either Apache child processes to segfault or abort traps depending on where the extension is listed in my extensions.ini file. Apache itself is running

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/04/2010 18:10:36, Joe Auty wrote: Hello, I've identified my pecl-APC install as being broken after upgrading to PHP 5.3.2. According to the commit history listed here: http://www.freshports.org/www/pecl-APC/ there is a fix out. However,

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Greg Larkin wrote: Does pecl-APC not compile, or is it functionally broken after compiling succesfully? It compiles, but once loaded it causes either Apache child processes to segfault or abort traps depending on where the

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread John Levine
I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc library. (Apache is 2.0, Freebsd is still 7.0, if that matters.) cd /usr/ports fetch

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Levine wrote: I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc library. (Apache is 2.0, Freebsd is still 7.0, if that matters.) cd

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Joe Auty
Greg Larkin wrote: John Levine wrote: I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc library. (Apache is 2.0, Freebsd is still 7.0, if that matters.) cd /usr/ports fetch

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread John R. Levine
fetch http://people.freebsd.org/~glarkin/diffs/pecl-APC-3.1.3p1.diff patch pecl-APC-3.1.3p1.diff Didn't work, because pecl-APC is www/pecl-APC, not devel/pecl-APC. I edited the patch to be www/ rather than devel/ at which point the patch applied but make failed due to one of the other patches:

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Greg Larkin wrote: John Levine wrote: I have the same problem, recently upgraded to PHP 5.3.2 and Apache was crashing whenever I tried to use a mediawiki page until I commented out the apc library. (Apache is 2.0, Freebsd is

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread RW
On Mon, 19 Apr 2010 19:04:05 +0100 Matthew Seaman m.sea...@infracaninophile.co.uk wrote: You could change to using csup rather than portsnap, but be aware that this pretty much means scrubbing all of your portsnap state. Indeed, for best results with csup, starting with an empty /usr/ports

Re: Questions about port revision numbers, portsnap, csup

2010-04-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John R. Levine wrote: fetch http://people.freebsd.org/~glarkin/diffs/pecl-APC-3.1.3p1.diff patch pecl-APC-3.1.3p1.diff Didn't work, because pecl-APC is www/pecl-APC, not devel/pecl-APC. I edited the patch to be www/ rather than devel/ at which