Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148657 - app-misc/alexandria-0.6.1 failes with dev-ruby/ruby-zoom-0.2.0
Summary: app-misc/alexandria-0.6.1 failes with dev-ruby/ruby-zoom-0.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 08:36 UTC by Christoph Mende (RETIRED)
Modified: 2006-10-02 22:04 UTC (History)
0 users

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


Attachments
files/0.2.0-ldflags.patch (0.2.0-ldflags.patch,451 bytes, patch)
2006-10-02 06:35 UTC, Nguyen Thai Ngoc Duy (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Mende (RETIRED) gentoo-dev 2006-09-22 08:36:07 UTC
% alexandria
/usr/lib64/ruby/site_ruby/1.8/x86_64-linux/zoom.so: /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/zoom.so: undefined symbol: ZOOM_record_destroy - /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/zoom.so (LoadError)
        from /usr/lib64/ruby/site_ruby/1.8/alexandria/book_providers/z3950.rb:18        from /usr/lib64/ruby/site_ruby/1.8/alexandria/book_providers.rb:238
        from /usr/lib64/ruby/site_ruby/1.8/alexandria.rb:88
        from /usr/bin/alexandria:7
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-28 06:23:04 UTC
@ruby - you'll take this one? maintainer retired - Bug 56803.
Comment 2 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2006-10-02 06:35:53 UTC
Created attachment 98604 [details, diff]
files/0.2.0-ldflags.patch

You can use this patch to fix the bug. However because I've encountered a segfault bug in ruby-zoom, this patch won't go to portage for now.
To use the patch, add the following line to ruby-zoom ebuild:
PATCHES="${FILESDIR}/0.2.0-ldflags.patch"
and place the patch in directory ruby-zoom/files.
Comment 3 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2006-10-02 22:04:21 UTC
ruby-zoom-0.2.2 has been added to the tree which also fixes the mentioned segfault bug.