You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Marvin Humphrey (Created) (JIRA)" <ji...@apache.org> on 2011/12/31 23:35:30 UTC

[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

        

[lucy-issues] [jira] [Resolved] (LUCY-206) Work around broken export in Perl 5.15.5+

Posted by "Marvin Humphrey (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-206.
----------------------------------

    Resolution: Fixed
    
> 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.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> 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

        

[lucy-issues] [jira] [Resolved] (LUCY-206) Work around broken export in Perl 5.15.6

Posted by "Marvin Humphrey (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-206.
----------------------------------

    Resolution: Fixed

Looks like this latest patch does the trick.
                
> Work around broken export in Perl 5.15.6
> ----------------------------------------
>
>                 Key: LUCY-206
>                 URL: https://issues.apache.org/jira/browse/LUCY-206
>             Project: Lucy
>          Issue Type: Bug
>          Components: Perl bindings
>    Affects Versions: 0.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-Spell-out-perlapi-function-to_utf8_lower.patch, 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> In Perl 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

        

[lucy-issues] [jira] [Reopened] (LUCY-206) Work around broken export in Perl 5.15.6

Posted by "Marvin Humphrey (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey reopened LUCY-206:
----------------------------------


The first attempt only worked on non-threaded Perls, so we need to be a little
more sophisticated in providing the replacement macro.
                
> Work around broken export in Perl 5.15.6
> ----------------------------------------
>
>                 Key: LUCY-206
>                 URL: https://issues.apache.org/jira/browse/LUCY-206
>             Project: Lucy
>          Issue Type: Bug
>          Components: Perl bindings
>    Affects Versions: 0.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> In Perl 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

        

[lucy-issues] [jira] [Updated] (LUCY-206) Work around broken export in Perl 5.15.6

Posted by "Marvin Humphrey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-206:
---------------------------------

    Attachment: 0001-LUCY-206-Spell-out-perlapi-function-to_utf8_lower.patch

Here's another try that uses fully-spelled out underlying
functions.  It may be a little faster on threaded Perls, too.
                
> Work around broken export in Perl 5.15.6
> ----------------------------------------
>
>                 Key: LUCY-206
>                 URL: https://issues.apache.org/jira/browse/LUCY-206
>             Project: Lucy
>          Issue Type: Bug
>          Components: Perl bindings
>    Affects Versions: 0.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-Spell-out-perlapi-function-to_utf8_lower.patch, 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> In Perl 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

        

[lucy-issues] [jira] [Updated] (LUCY-206) Work around broken export in Perl 5.15.5+

Posted by "Marvin Humphrey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-206:
---------------------------------

    Attachment: 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
    
> 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.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> 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

        

[lucy-issues] [jira] [Updated] (LUCY-206) Work around broken export in Perl 5.15.6

Posted by "Marvin Humphrey (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-206:
---------------------------------

    Description: 
In Perl 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.

  was:
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.

        Summary: Work around broken export in Perl 5.15.6  (was: Work around broken export in Perl 5.15.5+)
    
> Work around broken export in Perl 5.15.6
> ----------------------------------------
>
>                 Key: LUCY-206
>                 URL: https://issues.apache.org/jira/browse/LUCY-206
>             Project: Lucy
>          Issue Type: Bug
>          Components: Perl bindings
>    Affects Versions: 0.1.0 (incubating), 0.2.0 (incubating), 0.2.1 (incubating), 0.2.2 (incubating)
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.3.0 (incubating)
>
>         Attachments: 0001-LUCY-206-provide-define-missing-from-Perl-5.15.5.patch
>
>
> In Perl 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