From lucy-issues-return-411-apmail-incubator-lucy-issues-archive=incubator.apache.org@incubator.apache.org Sat Dec 31 22:35:55 2011 Return-Path: X-Original-To: apmail-incubator-lucy-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-lucy-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD25EB99F for ; Sat, 31 Dec 2011 22:35:55 +0000 (UTC) Received: (qmail 47966 invoked by uid 500); 31 Dec 2011 22:35:55 -0000 Delivered-To: apmail-incubator-lucy-issues-archive@incubator.apache.org Received: (qmail 47951 invoked by uid 500); 31 Dec 2011 22:35:55 -0000 Mailing-List: contact lucy-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-issues@incubator.apache.org Delivered-To: mailing list lucy-issues@incubator.apache.org Received: (qmail 47943 invoked by uid 99); 31 Dec 2011 22:35:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2011 22:35:55 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2011 22:35:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 91C5C132D4F for ; Sat, 31 Dec 2011 22:35:30 +0000 (UTC) Date: Sat, 31 Dec 2011 22:35:30 +0000 (UTC) From: "Marvin Humphrey (Created) (JIRA)" To: lucy-issues@incubator.apache.org Message-ID: <636597197.56225.1325370930598.JavaMail.tomcat@hel.zones.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Subject: [lucy-issues] [jira] [Created] (LUCY-206) Work around broken export in Perl 5.15.5+ Work around broken export in Perl 5.15.5+ ----------------------------------------- Key: LUCY-206 URL: https://issues.apache.org/jira/browse/LUCY-206 Project: Lucy Issue Type: Bug Components: Perl bindings Affects Versions: 0.2.2 (incubating), 0.2.1 (incubating), 0.2.0 (incubating), 0.1.0 (incubating) Reporter: Marvin Humphrey Assignee: Marvin Humphrey Fix For: 0.3.0 (incubating) In Perl 5.15.5 and 5.15.6, the perlapi macro to_utf8_lower() does not work properly because it depends on an alias which is not getting defined. This causes the current implementation of Lucy::Analysis::CaseFolder to break. We can work around the problem for now by providing the missing #define. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira