Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 58834 invoked from network); 13 Jul 2006 09:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 09:59:08 -0000 Received: (qmail 41300 invoked by uid 500); 13 Jul 2006 09:59:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 41079 invoked by uid 500); 13 Jul 2006 09:59:05 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 41068 invoked by uid 99); 13 Jul 2006 09:59:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 02:59:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jfclere@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 02:59:04 -0700 Received: by nf-out-0910.google.com with SMTP id l24so99691nfc for ; Thu, 13 Jul 2006 02:58:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=G1eebnkS4dEQK4MUI1VfoW2lcyvAqoOQiMLCDl28FpWjdwKudrpyT18j0kgCQLmoAMpSWCOCcjHxJrocDVtgbxWnfVdpRSTM0lgmG3uox+gakfUQJn49teccxVAt+WQvHTfyrHQnryJnzCXbZIf2qwlVeJkhLA+RhFOSgIjYXBY= Received: by 10.49.1.15 with SMTP id d15mr677167nfi; Thu, 13 Jul 2006 02:58:42 -0700 (PDT) Received: from ?192.168.4.43? ( [217.8.202.234]) by mx.gmail.com with ESMTP id p20sm1692935nfc.2006.07.13.02.58.42; Thu, 13 Jul 2006 02:58:42 -0700 (PDT) Message-ID: <44B6194C.4030902@gmail.com> Date: Thu, 13 Jul 2006 11:58:36 +0200 From: Jean-frederic Clere User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 X-Accept-Language: en, fr MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Next try: mod_jk 1.2.17 release candidate ready to test References: <44B4412A.30708@apache.org> <6291fc850607120847x5fca867bu9394349778e0d877@mail.gmail.com> <44B60242.1000402@kippdata.de> <6291fc850607130144o453650b2q5e7800e42057e759@mail.gmail.com> In-Reply-To: <6291fc850607130144o453650b2q5e7800e42057e759@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henri Gomez wrote: > 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 Use mod_proxy for that ;-) Cheers Jean-Frederic > > > 2006/7/13, Rainer Jung : > >> 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 : >> >> 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: dev-unsubscribe@tomcat.apache.org >> >> For additional commands, e-mail: dev-help@tomcat.apache.org >> >> >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org >> > For additional commands, e-mail: dev-help@tomcat.apache.org >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: dev-help@tomcat.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org