Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 93352 invoked from network); 23 Jan 2008 20:12:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2008 20:12:15 -0000 Received: (qmail 86654 invoked by uid 500); 23 Jan 2008 20:11:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86634 invoked by uid 500); 23 Jan 2008 20:11:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86623 invoked by uid 99); 23 Jan 2008 20:11:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 12:11:55 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.82.250.83] (HELO mail120.messagelabs.com) (216.82.250.83) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 20:11:28 +0000 X-VirusChecked: Checked X-Env-Sender: to2958@att.com X-Msg-Ref: server-9.tower-120.messagelabs.com!1201119085!30475254!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [144.160.112.11] Received: (qmail 9176 invoked from network); 23 Jan 2008 20:11:26 -0000 Received: from sbcsmtp3.sbc.com (HELO tlph033.enaf.dadc.sbc.com) (144.160.112.11) by server-9.tower-120.messagelabs.com with AES256-SHA encrypted SMTP; 23 Jan 2008 20:11:26 -0000 Received: from enaf.dadc.sbc.com (localhost.localdomain [127.0.0.1]) by tlph033.enaf.dadc.sbc.com (8.14.0/8.14.0) with ESMTP id m0NKBPr7012874 for ; Wed, 23 Jan 2008 14:11:25 -0600 Received: from MOSTLS1MSGHUB62.ITServices.sbc.com (mostls1msghub62.itservices.sbc.com [132.201.5.248]) by tlph033.enaf.dadc.sbc.com (8.14.0/8.14.0) with ESMTP id m0NKBHHX012798 for ; Wed, 23 Jan 2008 14:11:18 -0600 Received: from mostls1msgusr74.ITServices.sbc.com ([132.201.128.22]) by MOSTLS1MSGHUB62.ITServices.sbc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 23 Jan 2008 14:11:17 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Jan 2008 14:11:16 -0600 Message-ID: <44FA708E00225B4395C2C24931E82307017142D3@mostls1msgusr74.ITServices.sbc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Make failing for 2.2.8 on AIX 5.3 Thread-Index: Achd/BxabqC4Rb1vSdiZff1eBr1nhw== From: "O'DELL, TODD E (ATTOPS)" To: X-OriginalArrivalTime: 23 Jan 2008 20:11:17.0546 (UTC) FILETIME=[1CBEB0A0:01C85DFC] X-TM-AS-Product-Ver: SMEX-7.0.0.1499-5.0.1023-15686.001 X-TM-AS-Result: No--1.963400-0.000000-2 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Make failing for 2.2.8 on AIX 5.3 I'm attempting to build the httpd 2.2.8 on an AIX 5.3 system. I'm using the IBM compiler cc_r. When I run this configuration it configures ok, though it doesn't find the Expat 1.95.8 I have at /apps/support/packages while it does find the OpenSSL at the same location. CC=3D"/usr/vac/bin/cc_r"; OBJECT_MODE=3D64 LDFLAGS=3D"$LDFLAGS -L/apps/support/packages/lib" LD_LIBRARY_PATH=3D"/apps/support/packages/lib" INCLUDE=3D"-I/apps/support/packages/include" CPPFLAGS=3D"-I/apps/support/packages/include" export CC export OBJECT_MODE export LDFLAGS export LD_LIBRARY_PATH export INCLUDE export CPPFLAGS ./configure \ --prefix=3D/web/apache/development \ --enable-so \ --enable-rewrite=3Dshared \ --enable-info=3Dshared \ --enable-status=3Dshared \ --enable-ssl=3Dshared \ --with-ssl=3D/apps/support/packages \ --with-expat=3D/apps/support/packages \ --disable-userdir \ --disable-autoindex The make error is: $ make Making all in srclib Making all in apr /bin/sh /home/users/webownr/source/httpd-2.2.8/srclib/apr/libtool --silent --mode=3Dcompile /usr/vac/bin/cc_r -qlanglvl=3Dextc89 -g -qHALT=3DE -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I/apps/support/packages/include -I./include -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo /bin/sh /home/users/webownr/source/httpd-2.2.8/srclib/apr/libtool --silent --mode=3Dcompile /usr/vac/bin/cc_r -qlanglvl=3Dextc89 -g -qHALT=3DE -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I/apps/support/packages/include -I./include -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo /bin/sh /home/users/webownr/source/httpd-2.2.8/srclib/apr/libtool --silent --mode=3Dcompile /usr/vac/bin/cc_r -qlanglvl=3Dextc89 -g -qHALT=3DE -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I/apps/support/packages/include -I./include -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo /bin/sh /home/users/webownr/source/httpd-2.2.8/srclib/apr/libtool --silent --mode=3Dcompile /usr/vac/bin/cc_r -qlanglvl=3Dextc89 -g -qHALT=3DE -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I/apps/support/packages/include -I./include -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/users/webownr/source/httpd-2.2.8/srclib/apr/include -o strings/apr_snprintf.lo -c=20 strings/apr_snprintf.c && touch strings/apr_snprintf.lo "strings/apr_snprintf.c", line 503.10: 1506-052 (S) Duplicate case label for value 4. Labels must be unique. "strings/apr_snprintf.c", line 583.31: 1506-1298 (W) The subscript 10 is out of range. The valid range is 0 to 9. "strings/apr_snprintf.c", line 674.10: 1506-052 (S) Duplicate case label for value 4. Labels must be unique. "strings/apr_snprintf.c", line 863.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 873.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 883.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 893.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 910.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 920.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 935.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 945.38: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 1108.42: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 1132.60: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 1151.55: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 1170.60: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. "strings/apr_snprintf.c", line 1195.64: 1506-1298 (W) The subscript 512 is out of range. The valid range is 0 to 511. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. $=20 $ exit What is the S error about the Duplicate case label telling me? When I look at the code it doesn't seem like it should be duplicate. Apr_snprintf.c: +499 u.tid =3D *tid; +500 switch(sizeof(u.tid)) { +501 case sizeof(apr_int32_t): +502 return conv_10(u.u32, TRUE, &is_negative, buf_end, len); +503 case sizeof(apr_int64_t): +504 return conv_10_quad(u.u64, TRUE, &is_negative, buf_end, len); +505 default: +506 /* not implemented; stick 0 in the buffer */ +507 return conv_10(0, TRUE, &is_negative, buf_end, len); +508 } Are apr_int32_t and apr_int64_t set to the same value? And help would be great ! ! ! Todd --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org