Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231789 - ruby bindings of paludis-0.28.0 are linked against old version of paludis
Summary: ruby bindings of paludis-0.28.0 are linked against old version of paludis
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 17:01 UTC by Christian Apeltauer
Modified: 2008-07-14 17:34 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,3.26 KB, text/plain)
2008-07-14 17:04 UTC, Christian Apeltauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Apeltauer 2008-07-14 17:01:48 UTC
When I emerged the first time paludis-0.28.0 and tried to run ruby scripts using paludis' ruby bindings, I got an error, because /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/Paludis.so is linked against the previous version of paludis instead of the newly emerged one. A second emerging of paludis solved the problem.
 There is also an upstream bug: http://trac.pioto.org/paludis/ticket/616.

Reproducible: Always

Steps to Reproduce:
1. upgrade from <paludis-0.28.0 to paludis-0.28.0
2. irb
3. require 'Paludis'
Actual Results:  
/usr/lib64/ruby/site_ruby/1.8/x86_64-linux/Paludis.so: libpaludisnoconfigenvironment.so.26: cannot open shared object file: No such file or directory - /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/Paludis.so (LoadError)
	from /usr/share/paludis/ruby/demos/find_unused_distfiles.rb:4

Expected Results:  
Loading of of the paludis module for ruby
Comment 1 Christian Apeltauer 2008-07-14 17:04:06 UTC
Created attachment 160368 [details]
emerge --info

Actually I used gcc-4.3.1-r1 for the emerge, because compilation fails with gcc-3.4.6, my standard compiler
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-14 17:34:27 UTC
Paludis bug.