Summary: | dev-ruby/pg-0.9.0-r1 stable request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hans de Graaff <graaff> |
Component: | New packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | STABLEREQ |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | None | ||
Whiteboard: | None | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 356269, 357489 | ||
Bug Blocks: | |||
Attachments: | build.log failing test on x86 |
Description
Hans de Graaff
![]() ![]() amd64 done Created attachment 267523 [details]
build.log failing test on x86
It fails a test here on x86 with FEATURES="userpriv test".
(In reply to comment #2) > Created attachment 267523 [details] > build.log failing test on x86 > > It fails a test here on x86 with FEATURES="userpriv test". which version of postgres are you testing against? (In reply to comment #3) > > It fails a test here on x86 with FEATURES="userpriv test". > > which version of postgres are you testing against? [ebuild R ] dev-db/postgresql-server-9.0.3 USE="nls perl python xml -doc -pg_legacytimestamp (-selinux) -tcl -uuid" LINGUAS="de -af -cs -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 13,712 kB # eselect postgresql list Available postgresql installations 9.0 <-* <-S base-9.0.3 server-9.0.3 # ps -ef | grep postg postgres 22085 1 0 12:25 ? 00:00:00 /usr/lib/postgresql-9.0/bin/postgres --silent-mode=true postgres 22087 22085 0 12:25 ? 00:00:00 postgres: writer process postgres 22088 22085 0 12:25 ? 00:00:00 postgres: wal writer process postgres 22089 22085 0 12:25 ? 00:00:00 postgres: autovacuum launcher process postgres 22090 22085 0 12:25 ? 00:00:00 postgres: stats collector process Confirmed with that version. It works fine with the 8.0 slot of postgresql-server. This is fixed in pg-0.10.1, but that version has new dependencies that aren't stable yet. I have now fixed this by explicitly requesting postgresql-server:8.0 for testing in pg-0.9.0-r1. rdoc seems to be a missing dependency: /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ree18/pg-0.9.0 /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work * Running compile phase for all ... (in /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/all/pg-0.9.0) abort: there is no Mercurial repository here (.hg not found) rake aborted! Could not find RubyGem rdoc (>= 2.4.3) (In reply to comment #6) > rdoc seems to be a missing dependency: This was already fixed for pg-0.10.1, now also fixed for pg-0.9.0. dev-ruby/rdoc has a stable request as part of bug 357939. x86 stable. Thanks ia64/sparc stable missing test dependecy on dev-ruby/diff-lcs (In reply to comment #10) > missing test dependecy on dev-ruby/diff-lcs ppc/ppc64 stable nevertheless |