You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Rush Manbert (JIRA)" <ji...@apache.org> on 2009/04/14 00:34:14 UTC

[jira] Created: (THRIFT-459) Ruby installation always tries to write to /Library/Ruby/site

Ruby installation always tries to write to /Library/Ruby/site
-------------------------------------------------------------

                 Key: THRIFT-459
                 URL: https://issues.apache.org/jira/browse/THRIFT-459
             Project: Thrift
          Issue Type: Bug
          Components: Library (Ruby)
    Affects Versions: 0.1
         Environment: Mac OSX
            Reporter: Rush Manbert


The Ruby installation always tries to write into /Library/Ruby/site, and pays no attention to the --prefix configuration setting.

I realize that it probably does not make sense to install the Ruby library cide into prefixDir/lib, but I think it does make sense to be able to build it and install it somewhere other than the standard system location. Not everyone that builds Thrift wants to install the build products to the standard locations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-459) Ruby installation always tries to write to /Library/Ruby/site

Posted by "Matthieu Imbert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Imbert updated THRIFT-459:
-----------------------------------

    Attachment: 0001-THRIFT-459.-add-RUBY_PREFIX-for-configuring-where-to.patch

patch to add RUBY_PREFIX similar to JAVA_PREFIX or PY_PREFIX

> Ruby installation always tries to write to /Library/Ruby/site
> -------------------------------------------------------------
>
>                 Key: THRIFT-459
>                 URL: https://issues.apache.org/jira/browse/THRIFT-459
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>    Affects Versions: 0.1
>         Environment: Mac OSX
>            Reporter: Rush Manbert
>         Attachments: 0001-THRIFT-459.-add-RUBY_PREFIX-for-configuring-where-to.patch
>
>
> The Ruby installation always tries to write into /Library/Ruby/site, and pays no attention to the --prefix configuration setting.
> I realize that it probably does not make sense to install the Ruby library cide into prefixDir/lib, but I think it does make sense to be able to build it and install it somewhere other than the standard system location. Not everyone that builds Thrift wants to install the build products to the standard locations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-459) Ruby installation always tries to write to /Library/Ruby/site

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury resolved THRIFT-459.
----------------------------------

         Assignee: Matthieu Imbert
    Fix Version/s: 0.4
       Resolution: Fixed

I just committed this. Thanks for the patch!

> Ruby installation always tries to write to /Library/Ruby/site
> -------------------------------------------------------------
>
>                 Key: THRIFT-459
>                 URL: https://issues.apache.org/jira/browse/THRIFT-459
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>    Affects Versions: 0.1
>         Environment: Mac OSX
>            Reporter: Rush Manbert
>            Assignee: Matthieu Imbert
>             Fix For: 0.4
>
>         Attachments: 0001-THRIFT-459.-add-RUBY_PREFIX-for-configuring-where-to.patch
>
>
> The Ruby installation always tries to write into /Library/Ruby/site, and pays no attention to the --prefix configuration setting.
> I realize that it probably does not make sense to install the Ruby library cide into prefixDir/lib, but I think it does make sense to be able to build it and install it somewhere other than the standard system location. Not everyone that builds Thrift wants to install the build products to the standard locations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.