You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@gmail.com> on 2011/07/27 11:20:28 UTC

[VOTE] Release Apache Tomcat Native 1.1.21

Hi,

Native 1.1.21 is available for testing.
Compared with 1.1.21 and earlier versions it fixes some bugs.

If you want to take a look, the final source distribution can be
downloaded from:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
(Will be visible after the server sync is done)

Win32/Win64 binaries will be available at:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/

So here's the vote.
It will be closed in about 72 hours
(or sooner if enough votes are encountered)


Apache Tomcat Native 1.1.21 is:

[ ] Stable - no major issues, no regressions
[ ] Beta   - at least one significant issue -- tell us what it is
[ ] Alpha  - multiple significant issues -- tell us what they are

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
> Hm are you sure you need both -arch i386  and  -arch x86_64? - I think -arch
> x86_64 should be enought on macosx.

i386 is to build embed a 32 bits version

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mladen Turk <mt...@apache.org>.
On 07/29/2011 08:32 AM, jean-frederic clere wrote:
>>
>> I mention that because buildconf require APR source directory whereas
>> I used to build it (on OSX/ or Linux) against provided APR, i.e. like
>> this :
>>
>> CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
>> ./configure --with-apr=/usr --with-ssl=/usr
>> --with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> Hm are you sure you need both -arch i386 and -arch x86_64? - I think -arch x86_64 should be enought on macosx.
>

Yes, both are needed. so that -d32/-d64 work without mangling the library paths.
Think that both APR and OpenSSL on Mac are fat binaries, so our build should be as well

Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/28/2011 09:23 PM, Henri Gomez wrote:
>>> So here's the vote.
>>> It will be closed in about 72 hours
>>> (or sooner if enough votes are encountered)
>>
>> There is no configure available into jni/native this time ?
>
> I mention that because buildconf require APR source directory whereas
> I used to build it (on OSX/ or Linux) against provided APR, i.e. like
> this :
>
> CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
> ./configure --with-apr=/usr --with-ssl=/usr
> --with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Hm are you sure you need both -arch i386  and  -arch x86_64? - I think 
-arch x86_64 should be enought on macosx.

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
>> xmac:~ henri$ java -d32 -version
>> java version "1.6.0_26"
>> Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
>> Java HotSpot(TM) Client VM (build 20.1-b02-384, mixed mode)
>
> Cool I will install lion then :D

It's the same VM for Lion and Snow Leopard. Be careful with Lion, it's
sometime unstable :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/29/2011 11:41 AM, Henri Gomez wrote:
>> Does the JVM there supports the -d32 now?
>
> Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) :
>
> xmac:~ henri$ java -d64 -version
> java version "1.6.0_26"
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
> Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
>
> xmac:~ henri$ java -d32 -version
> java version "1.6.0_26"
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
> Java HotSpot(TM) Client VM (build 20.1-b02-384, mixed mode)

Cool I will install lion then :D

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
> Does the JVM there supports the -d32 now?

Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) :

xmac:~ henri$ java -d64 -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)

xmac:~ henri$ java -d32 -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) Client VM (build 20.1-b02-384, mixed mode)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/29/2011 01:09 AM, Henri Gomez wrote:
>> Yep I will retagged and reroll the release tomorrow morning, my tests now
>> looks ok :D
>
> I get the source from the tags and tried to build them on OS/X 10.7 Lion.
>

Does the JVM there supports the -d32 now?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
> Yep I will retagged and reroll the release tomorrow morning, my tests now
> looks ok :D

I get the source from the tags and tried to build them on OS/X 10.7 Lion.

2 changes :

1) Java 6 headers are now here :
/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers

2) tcnative lib is now created as libtcnative-1.0.dylib instead of
expected libtcnative-1.0.1.22.dylib (XCode 4.1 effect ?)

I updated my blog post accordingly :
http://blog.hgomez.net/2011/07/13/building-universal-apache-tomcat-native-library-on-osx/

Cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/28/2011 11:24 PM, Rainer Jung wrote:
> On 28.07.2011 21:23, Henri Gomez wrote:
>>>> So here's the vote.
>>>> It will be closed in about 72 hours
>>>> (or sooner if enough votes are encountered)
>>>
>>> There is no configure available into jni/native this time ?
>>
>> I mention that because buildconf require APR source directory whereas
>> I used to build it (on OSX/ or Linux) against provided APR, i.e. like
>> this :
>>
>> CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
>> ./configure --with-apr=/usr --with-ssl=/usr
>> --with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> That was already reported earlier in this thread.
> JFC is preparing a new Tarball.

Yep I will retagged and reroll the release tomorrow morning, my tests 
now looks ok :D

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Rainer Jung <ra...@kippdata.de>.
On 28.07.2011 21:23, Henri Gomez wrote:
>>> So here's the vote.
>>> It will be closed in about 72 hours
>>> (or sooner if enough votes are encountered)
>>
>> There is no configure available into jni/native this time ?
> 
> I mention that because buildconf require APR source directory whereas
> I used to build it (on OSX/ or Linux) against provided APR, i.e. like
> this :
> 
> CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
> ./configure --with-apr=/usr --with-ssl=/usr
> --with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

That was already reported earlier in this thread.
JFC is preparing a new Tarball.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
>> So here's the vote.
>> It will be closed in about 72 hours
>> (or sooner if enough votes are encountered)
>
> There is no configure available into jni/native this time ?

I mention that because buildconf require APR source directory whereas
I used to build it (on OSX/ or Linux) against provided APR, i.e. like
this :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Henri Gomez <he...@gmail.com>.
> Native 1.1.21 is available for testing.
> Compared with 1.1.21 and earlier versions it fixes some bugs.
>
> If you want to take a look, the final source distribution can be
> downloaded from:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
> (Will be visible after the server sync is done)
>
> Win32/Win64 binaries will be available at:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>
> So here's the vote.
> It will be closed in about 72 hours
> (or sooner if enough votes are encountered)

There is no configure available into jni/native this time ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/27/2011 02:04 PM, Mladen Turk wrote:
> On 07/27/2011 11:20 AM, jean-frederic clere wrote:
>>
>> Win32/Win64 binaries will be available at:
>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>
>>
>
> Think we should stop shipping anything that is not voted for.
> You should have call for a vote after the binaries are uploaded.
> Otherwise we would need a new vote for the binaries.

Please vote now. I have added the binaries.

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 7/27/2011 1:16 PM, jean-frederic clere wrote:
> 
> Well does it make sense to vote for a binary?

IMHO, not as a 'release vote'.  Testing it, is great, but testing
isn't the purpose of release voting.  Mladen attests he's compiled
from the asf source, then the binary corresponds to the ASF release.

Unless of course you want to start comparing binary objects or the
disassembled packages.  Committers have earned our trust.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/27/2011 02:04 PM, Mladen Turk wrote:
> On 07/27/2011 11:20 AM, jean-frederic clere wrote:
>>
>> Win32/Win64 binaries will be available at:
>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>
>>
>
> Think we should stop shipping anything that is not voted for.
> You should have call for a vote after the binaries are uploaded.
> Otherwise we would need a new vote for the binaries.

Well does it make sense to vote for a binary?

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mladen Turk <mt...@apache.org>.
On 07/27/2011 11:20 AM, jean-frederic clere wrote:
>
> Win32/Win64 binaries will be available at:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>

Think we should stop shipping anything that is not voted for.
You should have call for a vote after the binaries are uploaded.
Otherwise we would need a new vote for the binaries.


Cheers
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mark Thomas <ma...@apache.org>.
On 28/07/2011 10:04, jean-frederic clere wrote:
> On 07/28/2011 10:10 AM, Mark Thomas wrote:
>> On 27/07/2011 10:20, jean-frederic clere wrote:
>>> Hi,
>>>
>>> Native 1.1.21 is available for testing.
>>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>>
>>> If you want to take a look, the final source distribution can be
>>> downloaded from:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>>> (Will be visible after the server sync is done)
>>>
>>> Win32/Win64 binaries will be available at:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>>
>>>
>>> So here's the vote.
>>> It will be closed in about 72 hours
>>> (or sooner if enough votes are encountered)
>>>
>>>
>>> Apache Tomcat Native 1.1.21 is:
>>>
>>> [ ] Stable - no major issues, no regressions
>>> [ ] Beta   - at least one significant issue -- tell us what it is
>>> [ ] Alpha  - multiple significant issues -- tell us what they are
>>
>> I vote Broken. Compared to the 1.1.20 release, the following files are
>> missing.
>> jni\native\build-outputs.mk
>> jni\native\configure
>> jni\native\tcnative.spec
>> jni\native\build\apr_common.m4
>> jni\native\build\config.guess
>> jni\native\build\config.sub
>> jni\native\build\find_apr.m4
>> jni\native\build\install.sh
>>
>> I don't see anything in the changelog to explain why they are missing
>> and both jni\native\BUILDING and the documentation are written on the
>> basis that they are present.
> 
> I think that packaging failed :-(
> I will arrange the jnirelease.sh so that it breaks if something goes
> wrong and redo the tag and release.

Tx. Give me five minutes to fix some typos I spotted.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mark Thomas <ma...@apache.org>.
On 28/07/2011 10:04, jean-frederic clere wrote:
> On 07/28/2011 10:10 AM, Mark Thomas wrote:
>> On 27/07/2011 10:20, jean-frederic clere wrote:
>>> Hi,
>>>
>>> Native 1.1.21 is available for testing.
>>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>>
>>> If you want to take a look, the final source distribution can be
>>> downloaded from:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>>> (Will be visible after the server sync is done)
>>>
>>> Win32/Win64 binaries will be available at:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>>
>>>
>>> So here's the vote.
>>> It will be closed in about 72 hours
>>> (or sooner if enough votes are encountered)
>>>
>>>
>>> Apache Tomcat Native 1.1.21 is:
>>>
>>> [ ] Stable - no major issues, no regressions
>>> [ ] Beta   - at least one significant issue -- tell us what it is
>>> [ ] Alpha  - multiple significant issues -- tell us what they are
>>
>> I vote Broken. Compared to the 1.1.20 release, the following files are
>> missing.
>> jni\native\build-outputs.mk
>> jni\native\configure
>> jni\native\tcnative.spec
>> jni\native\build\apr_common.m4
>> jni\native\build\config.guess
>> jni\native\build\config.sub
>> jni\native\build\find_apr.m4
>> jni\native\build\install.sh
>>
>> I don't see anything in the changelog to explain why they are missing
>> and both jni\native\BUILDING and the documentation are written on the
>> basis that they are present.
> 
> I think that packaging failed :-(
> I will arrange the jnirelease.sh so that it breaks if something goes
> wrong and redo the tag and release.

I also spotted that the version number inside the windows binary still
said 1.2.20.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/28/2011 01:22 PM, Mark Thomas wrote:
> On 28/07/2011 10:39, Mark Thomas wrote:
>> On 28/07/2011 10:04, jean-frederic clere wrote:
>>> On 07/28/2011 10:10 AM, Mark Thomas wrote:
>>>> On 27/07/2011 10:20, jean-frederic clere wrote:
>>>>> Hi,
>>>>>
>>>>> Native 1.1.21 is available for testing.
>>>>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>>>>
>>>>> If you want to take a look, the final source distribution can be
>>>>> downloaded from:
>>>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>>>>> (Will be visible after the server sync is done)
>>>>>
>>>>> Win32/Win64 binaries will be available at:
>>>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>>>>
>>>>>
>>>>> So here's the vote.
>>>>> It will be closed in about 72 hours
>>>>> (or sooner if enough votes are encountered)
>>>>>
>>>>>
>>>>> Apache Tomcat Native 1.1.21 is:
>>>>>
>>>>> [ ] Stable - no major issues, no regressions
>>>>> [ ] Beta   - at least one significant issue -- tell us what it is
>>>>> [ ] Alpha  - multiple significant issues -- tell us what they are
>>>>
>>>> I vote Broken. Compared to the 1.1.20 release, the following files are
>>>> missing.
>>>> jni\native\build-outputs.mk
>>>> jni\native\configure
>>>> jni\native\tcnative.spec
>>>> jni\native\build\apr_common.m4
>>>> jni\native\build\config.guess
>>>> jni\native\build\config.sub
>>>> jni\native\build\find_apr.m4
>>>> jni\native\build\install.sh
>>>>
>>>> I don't see anything in the changelog to explain why they are missing
>>>> and both jni\native\BUILDING and the documentation are written on the
>>>> basis that they are present.
>>>
>>> I think that packaging failed :-(
>>> I will arrange the jnirelease.sh so that it breaks if something goes
>>> wrong and redo the tag and release.
>>
>> I was able to get the library to build by running buildconf locally. The
>> JSP TCK passes when running with HTTP APR with 1.2.21 and I am currently
>> running the Servlet TCK.
>
> That passes too for:
> - HTTP
> - HTTP + mod_proxy_http
> - AJP + mod_jk
> - AJP + mod_proxy_ajp

Cool so I will tag in a while,

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mark Thomas <ma...@apache.org>.
On 28/07/2011 10:39, Mark Thomas wrote:
> On 28/07/2011 10:04, jean-frederic clere wrote:
>> On 07/28/2011 10:10 AM, Mark Thomas wrote:
>>> On 27/07/2011 10:20, jean-frederic clere wrote:
>>>> Hi,
>>>>
>>>> Native 1.1.21 is available for testing.
>>>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>>>
>>>> If you want to take a look, the final source distribution can be
>>>> downloaded from:
>>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>>>> (Will be visible after the server sync is done)
>>>>
>>>> Win32/Win64 binaries will be available at:
>>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>>>
>>>>
>>>> So here's the vote.
>>>> It will be closed in about 72 hours
>>>> (or sooner if enough votes are encountered)
>>>>
>>>>
>>>> Apache Tomcat Native 1.1.21 is:
>>>>
>>>> [ ] Stable - no major issues, no regressions
>>>> [ ] Beta   - at least one significant issue -- tell us what it is
>>>> [ ] Alpha  - multiple significant issues -- tell us what they are
>>>
>>> I vote Broken. Compared to the 1.1.20 release, the following files are
>>> missing.
>>> jni\native\build-outputs.mk
>>> jni\native\configure
>>> jni\native\tcnative.spec
>>> jni\native\build\apr_common.m4
>>> jni\native\build\config.guess
>>> jni\native\build\config.sub
>>> jni\native\build\find_apr.m4
>>> jni\native\build\install.sh
>>>
>>> I don't see anything in the changelog to explain why they are missing
>>> and both jni\native\BUILDING and the documentation are written on the
>>> basis that they are present.
>>
>> I think that packaging failed :-(
>> I will arrange the jnirelease.sh so that it breaks if something goes
>> wrong and redo the tag and release.
> 
> I was able to get the library to build by running buildconf locally. The
> JSP TCK passes when running with HTTP APR with 1.2.21 and I am currently
> running the Servlet TCK.

That passes too for:
- HTTP
- HTTP + mod_proxy_http
- AJP + mod_jk
- AJP + mod_proxy_ajp

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mark Thomas <ma...@apache.org>.
On 28/07/2011 10:04, jean-frederic clere wrote:
> On 07/28/2011 10:10 AM, Mark Thomas wrote:
>> On 27/07/2011 10:20, jean-frederic clere wrote:
>>> Hi,
>>>
>>> Native 1.1.21 is available for testing.
>>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>>
>>> If you want to take a look, the final source distribution can be
>>> downloaded from:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>>> (Will be visible after the server sync is done)
>>>
>>> Win32/Win64 binaries will be available at:
>>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>>
>>>
>>> So here's the vote.
>>> It will be closed in about 72 hours
>>> (or sooner if enough votes are encountered)
>>>
>>>
>>> Apache Tomcat Native 1.1.21 is:
>>>
>>> [ ] Stable - no major issues, no regressions
>>> [ ] Beta   - at least one significant issue -- tell us what it is
>>> [ ] Alpha  - multiple significant issues -- tell us what they are
>>
>> I vote Broken. Compared to the 1.1.20 release, the following files are
>> missing.
>> jni\native\build-outputs.mk
>> jni\native\configure
>> jni\native\tcnative.spec
>> jni\native\build\apr_common.m4
>> jni\native\build\config.guess
>> jni\native\build\config.sub
>> jni\native\build\find_apr.m4
>> jni\native\build\install.sh
>>
>> I don't see anything in the changelog to explain why they are missing
>> and both jni\native\BUILDING and the documentation are written on the
>> basis that they are present.
> 
> I think that packaging failed :-(
> I will arrange the jnirelease.sh so that it breaks if something goes
> wrong and redo the tag and release.

I was able to get the library to build by running buildconf locally. The
JSP TCK passes when running with HTTP APR with 1.2.21 and I am currently
running the Servlet TCK.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by jean-frederic clere <jf...@gmail.com>.
On 07/28/2011 10:10 AM, Mark Thomas wrote:
> On 27/07/2011 10:20, jean-frederic clere wrote:
>> Hi,
>>
>> Native 1.1.21 is available for testing.
>> Compared with 1.1.21 and earlier versions it fixes some bugs.
>>
>> If you want to take a look, the final source distribution can be
>> downloaded from:
>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
>> (Will be visible after the server sync is done)
>>
>> Win32/Win64 binaries will be available at:
>> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
>>
>> So here's the vote.
>> It will be closed in about 72 hours
>> (or sooner if enough votes are encountered)
>>
>>
>> Apache Tomcat Native 1.1.21 is:
>>
>> [ ] Stable - no major issues, no regressions
>> [ ] Beta   - at least one significant issue -- tell us what it is
>> [ ] Alpha  - multiple significant issues -- tell us what they are
>
> I vote Broken. Compared to the 1.1.20 release, the following files are
> missing.
> jni\native\build-outputs.mk
> jni\native\configure
> jni\native\tcnative.spec
> jni\native\build\apr_common.m4
> jni\native\build\config.guess
> jni\native\build\config.sub
> jni\native\build\find_apr.m4
> jni\native\build\install.sh
>
> I don't see anything in the changelog to explain why they are missing
> and both jni\native\BUILDING and the documentation are written on the
> basis that they are present.

I think that packaging failed :-(
I will arrange the jnirelease.sh so that it breaks if something goes 
wrong and redo the tag and release.

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat Native 1.1.21

Posted by Mark Thomas <ma...@apache.org>.
On 27/07/2011 10:20, jean-frederic clere wrote:
> Hi,
> 
> Native 1.1.21 is available for testing.
> Compared with 1.1.21 and earlier versions it fixes some bugs.
> 
> If you want to take a look, the final source distribution can be
> downloaded from:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source
> (Will be visible after the server sync is done)
> 
> Win32/Win64 binaries will be available at:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/
> 
> So here's the vote.
> It will be closed in about 72 hours
> (or sooner if enough votes are encountered)
> 
> 
> Apache Tomcat Native 1.1.21 is:
> 
> [ ] Stable - no major issues, no regressions
> [ ] Beta   - at least one significant issue -- tell us what it is
> [ ] Alpha  - multiple significant issues -- tell us what they are

I vote Broken. Compared to the 1.1.20 release, the following files are
missing.
jni\native\build-outputs.mk
jni\native\configure
jni\native\tcnative.spec
jni\native\build\apr_common.m4
jni\native\build\config.guess
jni\native\build\config.sub
jni\native\build\find_apr.m4
jni\native\build\install.sh

I don't see anything in the changelog to explain why they are missing
and both jni\native\BUILDING and the documentation are written on the
basis that they are present.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org