Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233218

Summary: Ruby 1.8.6 headers being placed in an odd location
Product: Gentoo Linux Reporter: Wes <anomaly256>
Component: [OLD] UnspecifiedAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED CANTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.