Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185711 - [PATCH] dev-ruby/ruby-mp3info 64-bit bug
Summary: [PATCH] dev-ruby/ruby-mp3info 64-bit bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL: http://rubyforge.org/tracker/index.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 21:23 UTC by James Le Cuirot
Modified: 2007-09-18 18:27 UTC (History)
1 user (show)

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


Attachments
mp3info.patch (mp3info.patch,1.92 KB, patch)
2007-07-17 21:23 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2007-07-17 21:23:19 UTC
There is a problem with dev-ruby/mp3info on 64-bit systems. The issue is described at the given URL. Basically, it tries to add a method to an Integer instance, which is okay on 32-bit systems where the instance is a Bignum, but not on 64-bit systems where it is a Fixnum, because Fixnum objects have immediate value. I will attach a patch here and I have also submitted the patch at the given URL but upstream appears to be dead so I doubt it will be merged.
Comment 1 James Le Cuirot gentoo-dev 2007-07-17 21:23:43 UTC
Created attachment 125216 [details, diff]
mp3info.patch
Comment 2 James Le Cuirot gentoo-dev 2007-07-19 10:06:24 UTC
Ah maybe upstream isn't dead after all. Some changes including this one have just been merged so I guess a new release will be made shortly.
Comment 3 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2007-08-23 14:24:00 UTC
I guess we just need to wait for a new release then. James, please reopen this bug when there is a new release. Thanks
Comment 4 James Le Cuirot gentoo-dev 2007-09-18 13:58:00 UTC
0.5.1 has been released and renaming the ebuild works. The update does appear to have hit the gems database but I don't think the file has hit all the mirrors yet.
Comment 5 Hans de Graaff gentoo-dev Security 2007-09-18 18:27:15 UTC
0.5.1 is now in CVS. Thanks for tracking the issue and the alert.