Re: [VOTE] Release v3.3.1

2013-03-12 Thread Alan M. Carroll
Saturday, March 9, 2013, 10:35:30 PM, you wrote: > On 3/9/13 4:26 PM, Leif Hedstrom wrote: >> Hi all, >> I've prepared a release for v3.3.1, which has quite a few improvements and >> bug fixes over 3.3.0. Please see the CHANGES for more details. >> The artifacts are available at >> http://peop

Re: [VOTE] Release v3.3.1

2013-03-12 Thread Igor Galić
Leif, I haven't had time to test yet - would you mind extending the vote? -- i - Original Message - > Saturday, March 9, 2013, 10:35:30 PM, you wrote: > > > On 3/9/13 4:26 PM, Leif Hedstrom wrote: > >> Hi all, > > >> I've prepared a release for v3.3.1, which has quite a few > >> impro

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-12 Thread Alan M. Carroll
Unfortunately this commit breaks my build and executable. FC 18. --enable-debug and --enable-wccp. Building: autoreconf -i fails. [amc@yuna ats]$ autoreconf -i configure.ac:1115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CO

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-12 Thread James Peach
On 12/03/2013, at 7:57 PM, Alan M. Carroll wrote: > Unfortunately this commit breaks my build and executable. FC 18. > --enable-debug and --enable-wccp. > > Building: > >autoreconf -i > > fails. > > [amc@yuna ats]$ autoreconf -i > configure.ac:1115: warning: AC_LANG_CONFTEST: no AC_LANG

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-12 Thread Igor Galić
- Original Message - > Unfortunately this commit breaks my build and executable. FC 18. > --enable-debug and --enable-wccp. > > Building: > > autoreconf -i Should you `autoreconf -if` ? > fails. > > [amc@yuna ats]$ autoreconf -i > configure.ac:1115: warning: AC_LANG_CONFTEST: no

Re: TS-1742: Freelists: using 64bit versions w/ double word compare and swap

2013-03-12 Thread Brian Geffon
I dont fully understand how this would work in the 8 byte case if memory alignment was the issue. Brian On Tue, Mar 12, 2013 at 10:36 PM, Igor Galić wrote: > > > - Original Message - > > Unfortunately this commit breaks my build and executable. FC 18. > > --enable-debug and --enable-wcc