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

Bug 320617

Summary: app-text/migemo-0.40-r4 should not install files in /usr/lib/ruby/site_ruby directly
Product: Gentoo Linux Reporter: Hans de Graaff <graaff>
Component: New packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 203706    
Attachments: Proposal ebuild for migemo using ruby-ng.eclass.
A patch for migemo. from Debian.

Description Hans de Graaff gentoo-dev Security 2010-05-19 18:27:35 UTC
app-text/migemo-0.40-r4 currently installs the following files directly into /usr/lib/ruby/site_ruby:

./usr/lib64/ruby/site_ruby/migemo-cache.rb
./usr/lib64/ruby/site_ruby/migemo-index.rb
./usr/lib64/ruby/site_ruby/migemo-convert.rb
./usr/lib64/ruby/site_ruby/migemo-regex.rb
./usr/lib64/ruby/site_ruby/migemo-dict.rb
./usr/lib64/ruby/site_ruby/migemo.rb

These files should be installed in the sub-directory for the specific ruby version for which the package is installed, e.g. in /usr/lib/ruby/site_ruby/1.8 so that multiple ruby versions can be installed in parallel and code for one version is not accidentally loaded by another.
Comment 1 Hans de Graaff gentoo-dev Security 2011-10-10 18:06:44 UTC
Just a heads up that we expect to unmask a version of ruby 1.9 within the next few weeks. If this packages isn't fixed at that time I'm going to mask it. Let me know if you need help with fixing it.
Comment 2 Tomoh K. 2011-10-11 11:57:45 UTC
Created attachment 289553 [details]
Proposal ebuild for migemo using ruby-ng.eclass.
Comment 3 Tomoh K. 2011-10-11 11:58:35 UTC
Created attachment 289555 [details]
A patch for migemo. from Debian.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2011-10-12 17:05:44 UTC
in cvs. thanks.