Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 24535 invoked from network); 21 Jan 2005 22:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 22:49:16 -0000 Received: (qmail 82438 invoked by uid 500); 21 Jan 2005 22:49:14 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 82399 invoked by uid 500); 21 Jan 2005 22:49:14 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 82380 invoked by uid 99); 21 Jan 2005 22:49:14 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 21 Jan 2005 14:49:13 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0LMnAB7005133 for ; Fri, 21 Jan 2005 17:49:10 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0LMnAO18558 for ; Fri, 21 Jan 2005 17:49:10 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j0LMn9SN000420 for ; Fri, 21 Jan 2005 22:49:09 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j0LMn8kk000419 for dev@apr.apache.org; Fri, 21 Jan 2005 22:49:08 GMT Date: Fri, 21 Jan 2005 22:49:08 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: 1.1.0-rc1 Done Message-ID: <20050121224908.GA32577@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <41F0A0EC.6060503@force-elite.com> <57424.196.31.24.162.1106330223.squirrel@www.sharp.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <57424.196.31.24.162.1106330223.squirrel@www.sharp.fm> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, Jan 21, 2005 at 07:57:03PM +0200, Graham Leggett wrote: > Paul Querna said: > > > APR and APR-Util in tar.{bz2,gz,Z} are available at: > > http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ > > The following compile warnings are thrown on Solaris v2.9 for apr: I'd guess this is not a regression but a Solaris sendfile API wart: http://article.gmane.org/gmane.comp.apache.apr.devel/5500 > /bin/bash /usr/tmp/minfrin/apr-1.1.0/libtool --silent --mode=compile gcc > -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS > -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include > -I/usr/tmp/minfrin/apr-1.1.0/include/arch/unix -I./include/arch/unix > -I/usr/tmp/minfrin/apr-1.1.0/include -o network_io/unix/sendrecv.lo -c > network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo > network_io/unix/sendrecv.c: In function `apr_socket_sendfile': > network_io/unix/sendrecv.c:863: warning: cast from pointer to integer of > different size > network_io/unix/sendrecv.c:887: warning: cast from pointer to integer of > different size > > Regards, > Graham > --