Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Leif Hedstrom
On 2/6/12 10:19 AM, Igor Galić wrote: - Original Message - On 6 Feb 2012, at 14:45, Nick Kew wrote: Getting this on MacOS: Followup: I compiled with -O0 in CFLAGS and CXXFLAGS, and with --enable-debug The problem goes away and it runs OK. Hrm... that *should* work out of the box. Bu

Re: ESI

2012-02-06 Thread Kevin Fox
On Fri, 2012-02-03 at 14:49 -0800, Leif Hedstrom wrote: > On 2/3/12 1:06 PM, Kevin Fox wrote: > > On Thu, 2012-02-02 at 09:49 -0800, Fox, Kevin M wrote: > >> With a few tweeks here and there, I was just able to get it to build and > >> properly parse a simple esi file. > >> > >> I'll post a patch

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Galić
- Original Message - > > On 6 Feb 2012, at 14:45, Nick Kew wrote: > > > Getting this on MacOS: > > Followup: I compiled with -O0 in CFLAGS and CXXFLAGS, and with > --enable-debug > The problem goes away and it runs OK. Hrm... that *should* work out of the box. But it's something we can f

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Nick Kew
On 6 Feb 2012, at 14:45, Nick Kew wrote: > Getting this on MacOS: Followup: I compiled with -O0 in CFLAGS and CXXFLAGS, and with --enable-debug The problem goes away and it runs OK. -- Nick Kew

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Galić
- Original Message - > Yep > > --- Store.cc.orig 2012-02-06 10:11:26.365180262 -0500 > +++ Store.cc2012-02-06 10:11:56.035330329 -0500 > @@ -629,7 +629,7 @@ >blocks = size / STORE_BLOCK_SIZE; >file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR); > > - Debug("cache_init",

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Brezac
Yep --- Store.cc.orig 2012-02-06 10:11:26.365180262 -0500 +++ Store.cc2012-02-06 10:11:56.035330329 -0500 @@ -629,7 +629,7 @@ blocks = size / STORE_BLOCK_SIZE; file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR); - Debug("cache_init", "Span::init - %s hw_sector_size = %d size = %

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Galić
- Original Message - > Solaris 10 (u8) x86-64 - gcc 4.4.2 - almost +1 > > I get this compile error, but once fixed it passes regression > testing. > > make[2]: Entering directory > `/src/trafficserver-3.1.2-unstable/iocore/cache' > g++ -DHAVE_CONFIG_H  -I. -I../../lib/ts  -I../../iocore/e

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Galić
- Original Message - > > On 4 Feb 2012, at 02:05, Leif Hedstrom wrote: > > > Hi all, > > > > I've prepared a package for a v3.1.2 release. Please take a look at > > the artifacts, check the STATUS/README/CHANGES files, and do > > builds and tests. After finishing your examination of the r

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Igor Brezac
Solaris 10 (u8) x86-64 - gcc 4.4.2 - almost +1 I get this compile error, but once fixed it passes regression testing. make[2]: Entering directory `/src/trafficserver-3.1.2-unstable/iocore/cache' g++ -DHAVE_CONFIG_H  -I. -I../../lib/ts  -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Nick Kew
On 4 Feb 2012, at 02:05, Leif Hedstrom wrote: > Hi all, > > I've prepared a package for a v3.1.2 release. Please take a look at the > artifacts, check the STATUS/README/CHANGES files, and do builds and tests. > After finishing your examination of the release candidate, please cast your > ±/0

Re: [VOTE] Release Apache Traffic Server v3.1.2

2012-02-06 Thread Jim Jagielski
Tested OSX 10.7.3 (Xcode 4.2.1), Fed16 and Ubuntu 11.10. +1 On Feb 4, 2012, at 10:30 AM, Leif Hedstrom wrote: > Argh, I didn't push the tag, doing so now . > > On Feb 4, 2012, at 3:04 AM, Igor Galić wrote: > >> >> >> - Original Message - >>> Hi all, >>> >>> I've prepared a package