Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 55579 invoked from network); 11 Mar 2005 09:22:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Mar 2005 09:22:13 -0000 Received: (qmail 35196 invoked by uid 500); 11 Mar 2005 09:22:12 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 35156 invoked by uid 500); 11 Mar 2005 09:22:12 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 35141 invoked by uid 99); 11 Mar 2005 09:22:12 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 11 Mar 2005 01:22:09 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j2B9M7Ir006521 for ; Fri, 11 Mar 2005 10:22:07 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j2B9M6Og006519; Fri, 11 Mar 2005 10:22:06 +0100 Date: Fri, 11 Mar 2005 10:22:06 +0100 Message-Id: <200503110922.j2B9M6Og006519@ajax.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 33946] - definition of EILSEQ is missing X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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=33946 ------- Additional Comments From new@foo-baz.com 2005-03-11 10:22 ------- (In reply to comment #1) > It looks like the error codes in that switch statement are all wrong; can you > try replacing EILSEQ with APR_BADCH? Running the test suite would be useful: Done that. Results (3 cases): * 1 case, apr-util configured without --with-iconv: ERROR: apr_xlate_open(UTF-8, UTF-8) This function has not been implemented on this platform FAIL: UTF-8 -> UTF-8 ERROR: apr_xlate_open(ISO-8859-1, UTF-8) This function has not been implemented on this platform FAIL: UTF-8 -> ISO-8859-1 ERROR: apr_xlate_open(UTF-8, ISO-8859-1) This function has not been implemented on this platform FAIL: ISO-8859-1 -> UTF-8 ERROR: apr_xlate_open(ISO-8859-2, ISO-8859-1) This function has not been implemented on this platform FAIL: ISO-8859-1 -> ISO-8859-2 ERROR: apr_xlate_open(ISO-8859-1, ISO-8859-2) This function has not been implemented on this platform FAIL: ISO-8859-2 -> ISO-8859-1 ERROR: apr_xlate_open(UTF-7, UTF-8) This function has not been implemented on this platform FAIL: UTF-8 -> UTF-7 ERROR: apr_xlate_open(UTF-8, UTF-7) This function has not been implemented on this platform FAIL: UTF-7 -> UTF-8 * 2 case, apr-util configured with --with-iconv pointing to source directory of apr-iconv PASS: UTF-8 -> UTF-8 ERROR: apr_xlate_open(ISO-8859-1, UTF-8) Invalid argument FAIL: UTF-8 -> ISO-8859-1 ERROR: apr_xlate_open(UTF-8, ISO-8859-1) Invalid argument FAIL: ISO-8859-1 -> UTF-8 ERROR: apr_xlate_open(ISO-8859-2, ISO-8859-1) Invalid argument FAIL: ISO-8859-1 -> ISO-8859-2 ERROR: apr_xlate_open(ISO-8859-1, ISO-8859-2) Invalid argument FAIL: ISO-8859-2 -> ISO-8859-1 ERROR: apr_xlate_open(UTF-7, UTF-8) Invalid argument FAIL: UTF-8 -> UTF-7 ERROR: apr_xlate_open(UTF-8, UTF-7) Invalid argument FAIL: UTF-7 -> UTF-8 * case 3, apr-util configured with --with-iconv=/usr/local, which points to normal iconv PASS: UTF-8 -> UTF-8 PASS: UTF-8 -> ISO-8859-1 PASS: ISO-8859-1 -> UTF-8 PASS: ISO-8859-1 -> ISO-8859-2 PASS: ISO-8859-2 -> ISO-8859-1 PASS: UTF-8 -> UTF-7 PASS: UTF-7 -> UTF-8 -- 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@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org