Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534086 - [science overlay] sci-physics/root-6.00.02 should depend dev-db/postgresql
Summary: [science overlay] sci-physics/root-6.00.02 should depend dev-db/postgresql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 10:55 UTC by Juergen Rose
Modified: 2015-01-02 01:02 UTC (History)
1 user (show)

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


Attachments
root-6.00.02.ebuild (root-6.00.02.ebuild,11.74 KB, text/plain)
2014-12-31 10:55 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2014-12-31 10:55:31 UTC
Created attachment 392750 [details]
root-6.00.02.ebuild

'emerge -vD =root-6.00.02' fails with:

root@caiman:/root(23)# emerge -vD =root-6.00.02

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-db/postgresql-base:=".
(dependency required by "sci-physics/root-6.00.02::science[postgres,-minimal]" [ebuild])
(dependency required by "=root-6.00.02" [argument])


dev-db/postgresql-base is no more in the portage tree. Therefore "dev-db/postgresql-base" in CDEPEND of root-6.00.02.ebuild should be replaced by "dev-db/postgresql".

The attached ebuild works.
Comment 1 Andrew Savchenko gentoo-dev 2015-01-01 15:20:43 UTC
Hi, and happy New Year!

Thanks for the report. Fixed now.

virtual/postgresql is used instead. Note for future contributions: please submit patches to ebuilds, not whole ebuilds. This makes review of changes much easier.
Comment 2 Andrew Savchenko gentoo-dev 2015-01-02 01:02:11 UTC
(In reply to Andrew Savchenko from comment #1)
> virtual/postgresql is used instead.

Ooops, you were right: dev-db/postgresql should be used instead. Haven't updated my tree for a few days. Should be fixed now.