Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215510 - Need to migrate ruby-postgresql to ruby-pg
Summary: Need to migrate ruby-postgresql to ruby-pg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
: 217950 (view as bug list)
Depends on: 295483
Blocks:
  Show dependency tree
 
Reported: 2008-03-31 02:03 UTC by Reuben Martin
Modified: 2010-01-12 15:42 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Martin 2008-03-31 02:03:32 UTC
The postgresql ruby gem is starting to suffer from bit rot, and is now being officially replaced by ruby-pg.

The old ruby-postgresql has been forked and updated (to provide easier upgrade path), as well as the newer ruby-pg gem being created. Both are compatible with the older gem. The ebuilds need to reflect this at some point.

https://rubyforge.org/projects/ruby-pg/
http://dev.rubyonrails.org/ticket/10948
http://dev.rubyonrails.org/ticket/11127


Reproducible: Always
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-04-16 16:06:12 UTC
*** Bug 217950 has been marked as a duplicate of this bug. ***
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-06-26 06:34:28 UTC
The new ruby-postgres from the ruby-pg project is in the tree now, ruby-pg to some further on.
Comment 3 Alex Legler (RETIRED) archtester gentoo-dev Security 2008-10-01 15:23:57 UTC
For reference: ruby-pg is in the Ruby overlay now. (working with ruby 1.8 and 1.9)
Comment 4 Anthony Mutiso 2010-01-12 15:33:12 UTC
fails to compile on ~amd64. Output of PORTAGE_ELOG_SYSTEM="save" MAKEOPTS="-j1 -w --debug=bjm" emerge dev-ruby/pg below.

...
Must remake target `all'.
Successfully remade target file `all'.
make: Leaving directory `/var/tmp/portage/dev-ruby/pg-0.8.0/work/ruby18/pg-0.8.0
/ext'
/var/tmp/portage/dev-ruby/pg-0.8.0/work/ruby18/pg-0.8.0 /var/tmp/portage/dev-rub
y/pg-0.8.0/work
 * Running compile phase for all ...
(in /var/tmp/portage/dev-ruby/pg-0.8.0/work/all/pg-0.8.0)
rake aborted!
no such file to load -- spec/rake/spectask
/var/tmp/portage/dev-ruby/pg-0.8.0/work/all/pg-0.8.0/Rakefile:5
(See full trace by running task with --trace)
...
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-01-12 15:42:16 UTC
Please open a new bug for that problem (although I guess it needs rspec as build-time dependency even when tests are disabled).