You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2016/03/10 11:25:40 UTC

[lucy-issues] [jira] [Commented] (CLOWNFISH-81) Cannot install

    [ https://issues.apache.org/jira/browse/CLOWNFISH-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189029#comment-15189029 ] 

Nick Wellnhofer commented on CLOWNFISH-81:
------------------------------------------

Did you run {{./Build}} after running {{perl Build.PL}}? The usual sequence of commands to build Perl distributions with {{Module::Build}} is

{noformat}
perl Build.PL
./Build
./Build test
./Build install
{noformat}

The line

{noformat}
ld: warning: cannot find entry symbol _start; defaulting to 00000000004000b0
{noformat}

is probably just a harmless warning.

> Cannot install
> --------------
>
>                 Key: CLOWNFISH-81
>                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-81
>             Project: Apache Lucy-Clownfish
>          Issue Type: Bug
>          Components: Charmonizer
>    Affects Versions: 0.4.4
>         Environment: Linux - gcc 4.9.1
>            Reporter: david martin
>
> When installing the latest stable release:
> perl Build.PL
> ld: warning: cannot find entry symbol _start; defaulting to 00000000004000b0
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'Clownfish-CFC' version '0.4.99_1'
> os: Linux 2.6.32-431.el6.x86_64
> perl version: v5.22.1
> gcc:  4.9.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)