Re: Mac and regular expressions

2007-07-16 Thread Dag-Erling Smørgrav
Arnór Kristjánsson <[EMAIL PROTECTED]> writes: > Would remote root access to a Mac OS X Server box help? It would help in the short run; I could at least make sure 1.1 runs on MacOS X. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no

Re: Mac and regular expressions

2007-07-16 Thread Arnór Kristjánsson
>> and won't unless someone donates a Mac to the core developers? > I'd rather say "until the core developers get their hands on a Mac", > which may happen in a variety of ways. Linpro is an Apple partner, > so we may be able to get a good price. Would remote root access to a Mac OS X Server

Re: Mac and regular expressions

2007-07-06 Thread Martin Aspeli
Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Martin Aspeli writes: >> Hi, >> >> I think I'm being bitten by a bug related to Mac OS X (10.4) and regular >> expressions. > >> $ /usr/local/sbin/varnishd -a localhost:8080 -f /etc/varnish.conf >> Assert error in mgt_CallCc(), mgt_vcc.c

Re: Mac and regular expressions

2007-07-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Martin Aspeli writes: >Hi, > >I think I'm being bitten by a bug related to Mac OS X (10.4) and regular >expressions. >$ /usr/local/sbin/varnishd -a localhost:8080 -f /etc/varnish.conf >Assert error in mgt_CallCc(), mgt_vcc.c line 214: > Condition((dlclose(p)) ==

Re: Mac and regular expressions

2007-07-05 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > I'd rather say "until the core developers get their hands on a Mac", > which may happen in a variety of ways. Linpro is an Apple partner, so > we may be able to get a good price. (of course, I'd prefer an XServe or some other 64-bit model, but the

Re: Mac and regular expressions

2007-07-05 Thread Dag-Erling Smørgrav
"Martin Aspeli" <[EMAIL PROTECTED]> writes: > That's a shame. So what we're saying is that Varnish at this point > doesn't really support Mac OS X correct > and won't unless someone donates a Mac to the core developers? I'd rather say "until the core developers get their hands on a Mac", which m

Re: Mac and regular expressions

2007-07-05 Thread Martin Aspeli
> > Neither do I, but we're basing this on an assumption (which may or may > > not be correct) about the OS X regex implementation. If you can > > identify any points in the code where I could apply some hypothetical > > patch/change or add debug info that may at least help prove or > > disprove th

Re: Mac and regular expressions

2007-07-05 Thread Dag-Erling Smørgrav
"Martin Aspeli" <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > I don't want code in the repo that I can't test myself, or at least > > build. > Neither do I, but we're basing this on an assumption (which may or may > not be correct) about the OS X regex implementa

Re: Mac and regular expressions

2007-07-05 Thread Dag-Erling Smørgrav
"Martin Aspeli" <[EMAIL PROTECTED]> writes: > Buy a Mac Mini? :) Sure, what's your credit card number again? :) > I can help you test if you can give me instructions. I don't want code in the repo that I can't test myself, or at least build. DES -- Dag-Erling Smørgrav Senior Software Develope

Re: Mac and regular expressions

2007-07-05 Thread Martin Aspeli
Hi Dag On 7/5/07, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > "Martin Aspeli" <[EMAIL PROTECTED]> writes: > > Buy a Mac Mini? :) > > Sure, what's your credit card number again? :) Find a customer with one, that's what I normally do. :) > > I can help you test if you can give me instruction

Re: Mac and regular expressions

2007-07-05 Thread Martin Aspeli
Buy a Mac Mini? :) I can help you test if you can give me instructions. My C skills are perhaps a bit rusty, but I can definitely make it build and try out things. Just from a quick Google, http://developer.apple.com/documentation/Darwin/Reference/Manpages/man3/regex.3.html seems to suggest that

Re: Mac and regular expressions

2007-07-05 Thread Dag-Erling Smørgrav
Martin Aspeli <[EMAIL PROTECTED]> writes: > I think I'm being bitten by a bug related to Mac OS X (10.4) and regular > expressions. Looks like MacOS's libc lacks the POSIX regexp API. Unfortunately, until we manage to get hold of a MacOS box to test on, there isn't much we can do to fix the build

Mac and regular expressions

2007-07-05 Thread Martin Aspeli
Hi, I think I'm being bitten by a bug related to Mac OS X (10.4) and regular expressions. I've build Varnish using MacPorts, and also tried to build manually. To get it to build manually, I've had to apply this patch: http://projects.linpro.no/pipermail/varnish-misc/2007-June/000485.html The re