Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233218 - Ruby 1.8.6 headers being placed in an odd location
Summary: Ruby 1.8.6 headers being placed in an odd location
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 04:01 UTC by Wes
Modified: 2009-05-10 19:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wes 2008-07-29 04:01:41 UTC
It seems the ruby 1.8.6 ebuild from stable places it's headers in "/usr/lib/ruby/1.8/i686-linux/" instead of under "/usr/include/ruby-1.8.6" like hand-compiling from source does.  Is this intentional?  If so, why??


Reproducible: Always

Steps to Reproduce:
emerge =dev-lang/ruby-1.8.6
Actual Results:  
header files end up under /usr/lib instead of /usr/include

Expected Results:  
header files join the rest of the header file family under /usr/include
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-05-10 19:43:16 UTC
(In reply to comment #0)
> It seems the ruby 1.8.6 ebuild from stable places it's headers in
> "/usr/lib/ruby/1.8/i686-linux/" instead of under "/usr/include/ruby-1.8.6" like
> hand-compiling from source does.

I cannot reproduce this.

From a quick glance around, this seems to be the actual behaviour in 1.8, Ruby 1.9.1 does install the headers correctly into /usr/include.

If you can provide a patch, please reopen this bug, in the meantime I'm closing this as cantfix.