Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215293 - rubygems-1.1.0 has been released
Summary: rubygems-1.1.0 has been released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 09:45 UTC by Richard Brown (RETIRED)
Modified: 2008-03-29 15:20 UTC (History)
0 users

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


Attachments
rubygems-1.0.1-to-1.1.0.diff (rubygems-1.0.1-to-1.1.0.diff,1.49 KB, patch)
2008-03-29 09:48 UTC, Richard Brown (RETIRED)
Details | Diff
rubygems-1.1.0-setup.patch (rubygems-1.1.0-setup.patch,1.38 KB, patch)
2008-03-29 09:49 UTC, Richard Brown (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Brown (RETIRED) gentoo-dev 2008-03-29 09:45:26 UTC
The ebuild can stay pretty much the same, but we need a new setup patch to sort out --prefix properly. I've done this locally.

There is a problem, in that when I install rake with rubygems-1.1.0 I'm getting an access violation with the gems installer trying to write to the gem cache outside of $D, so I haven't added these into gentoo-x86 yet.
Comment 1 Richard Brown (RETIRED) gentoo-dev 2008-03-29 09:48:15 UTC
Created attachment 147612 [details, diff]
rubygems-1.0.1-to-1.1.0.diff

patch ebuild
Comment 2 Richard Brown (RETIRED) gentoo-dev 2008-03-29 09:49:16 UTC
Created attachment 147613 [details, diff]
rubygems-1.1.0-setup.patch

patch setup.rb to respect the prefix
Comment 3 Richard Brown (RETIRED) gentoo-dev 2008-03-29 10:20:48 UTC
remote_fetcher.rb line 91 in the download method is to blame for writing outside the box, I'll try and look at fixing it later today.
Comment 4 Richard Brown (RETIRED) gentoo-dev 2008-03-29 15:20:52 UTC
ok, it's in cvs