Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 18427 invoked from network); 27 Jun 2007 14:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 14:19:00 -0000 Received: (qmail 61000 invoked by uid 500); 27 Jun 2007 14:19:03 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 60981 invoked by uid 500); 27 Jun 2007 14:19:03 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 60969 invoked by uid 99); 27 Jun 2007 14:19:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 07:19:02 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 07:18:59 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id DF5197141E0; Wed, 27 Jun 2007 07:18:38 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 42755] New: - Can not determine the proper size for ssize_t Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 27 Jun 2007 07:18:38 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42755 Summary: Can not determine the proper size for ssize_t Product: APR Version: HEAD Platform: Sun OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: APR AssignedTo: bugs@apr.apache.org ReportedBy: choi@bea.com Building Apache2.2 httpd-2.2.4 on Solaris 10 (sparc) gets the following error after configure it. http://issues.apache.org/bugzilla/show_bug.cgi?id=13051 could be a similar to my problem, but I do not have mod_webapp. Any help would be appreciated. By the way, is there any directly installable to Solaris 10? Thank you so much for any help, - yung $ make Making all in srclib make[1]: Entering directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib' Making all in apr make[2]: Entering directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr' make[3]: Entering directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr' /bin/bash /usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr/libtool --silent -- mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=10 - D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./include -I/usr/local/BEA/Apache2.2/ httpd-2.2.4/srclib/apr/include/arch/unix -I./include/arch/unix -I/usr/local/BEA/ Apache2.2/httpd-2.2.4/srclib/apr/include -o passwd/apr_getpass.lo -c passwd/ apr_getpass.c && touch passwd/apr_getpass.lo In file included from /usr/include/sys/t_lock.h:19, from /usr/include/sys/vnode.h:40, from /usr/include/sys/stream.h:22, from /usr/include/netinet/in.h:62, from /usr/include/sys/socket.h:221, from include/apr.h:117, from include/apr_pools.h:37, from /usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr/include/ arch/unix/../apr_private_common.h:24, from /usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr/include/ arch/unix/apr_private.h:779, from passwd/apr_getpass.c:22: /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.7.2/include/sys/param.h:187: warning: `NBBY' redefined /usr/include/sys/select.h:99: warning: this is the location of the previous definition In file included from include/apr_pools.h:37, from /usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr/include/ arch/unix/../apr_private_common.h:24, from /usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr/include/ arch/unix/apr_private.h:779, from passwd/apr_getpass.c:22: include/apr.h:347: #error Can not determine the proper size for ssize_t make[3]: *** [passwd/apr_getpass.lo] Error 1 make[3]: Leaving directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/BEA/Apache2.2/httpd-2.2.4/srclib' make: *** [all-recursive] Error 1 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org