How come, it worked for 1.2.16?

Henri Gomez schrieb:
> I don't know if we could called it a regression but the API spec is to
> used a socklen_t not an int or unsigned int.
> 
> iSeries compiler is very strict on such 'cast' and probably some
> others. gcc is a little more conciliant :)
> 
> BTW, I think next major version of mod_jk (1.3 / 3.x ?) should use APR
> to be simpler and better integrated in Apache 2.x
> 
> 
> 2006/7/13, Rainer Jung <[EMAIL PROTECTED]>:
>> Hi Henri,
>>
>> thanks for reporting this. This has already been part of 1.2.16. I
>> thought you found only one bug for that platform, which we fixed
>> (unixd.h).
>>
>> I can build 1.2.17 on solaris 64 bit sparc, and on linux 32 bit and 64
>> bit AMD (both times SuSE Enterprise 9).
>>
>> I get a couple of warnings, but not for this line.
>>
>> Of course you are riht, that we should be more careful here with types,
>> especially since we use two different types for rclen ind the same file.
>>
>> But is it a regression?
>>
>> Rainer
>>
>> Henri Gomez schrieb:
>> > jk 1.2.17 build failed on iSeries v5R3.
>> >
>> > /home/apache/jk/native/common/jk_connect.c, 198.38: CZM0280(30)
>> Function
>> >  argument assignment between types "int*" and "unsigned int*" is not
>> >  allowed.
>> >
>> > getsockopt on Linux is defined like this :
>> >
>> >       int getsockopt(int s, int level, int optname, void *optval,
>> > socklen_t *optlen);
>> >
>> >
>> > rclen should be socklen_t instead of unsigned int...
>> >
>> > With this iSeries build without problems...
>> >
>> >> 2006/7/12, Rainer Jung <[EMAIL PROTECTED]>:
>> >> Hi,
>> >>
>> >> thanks to everyone who tested 1.2.16. Unfortunately we had one
>> >> regression bug in the status worker (hanging update request because of
>> >> double locking). For full results please see:
>> >>
>> >> http://marc.theaimsgroup.com/?l=tomcat-dev&m=115234851210076&w=2
>> >>
>> >> Today version 1.2.17 of the Apache Tomcat mod_jk web server connector
>> >> has been tagged. This version fixes the new bugs from 1.2.16 and adds
>> >> one improvement. Please test and share your experience.
>> >>
>> >> If no critical bugs will be found, we will have a formal release vote
>> >> starting at Saturday, July 15th.
>> >>
>> >> The source distribution can be downloaded from:
>> >>
>> >> http://tomcat.apache.org/dev/dist/
>> >>
>> >> The updated documentation can be found at
>> >>
>> >> http://tomcat.apache.org/dev/docs/tomcat-connectors-1.2.17/
>> >>
>> >> Please see
>> >>
>> >>
>> http://tomcat.apache.org/dev/docs/tomcat-connectors-1.2.17/changelog.html
>> >>
>> >> for a complete list of changes.
>> >>
>> >> Regards,
>> >>
>> >> Rainer
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to