Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7203 - dev-db/postgresql-7.2.2 dependency on virtual/jdk-1.3.1 fails
Summary: dev-db/postgresql-7.2.2 dependency on virtual/jdk-1.3.1 fails
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
: 7197 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-29 04:17 UTC by Pekka Paalanen
Modified: 2011-10-30 22:22 UTC (History)
3 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 Pekka Paalanen 2002-08-29 04:17:38 UTC
Trying to run "emerge --pretend --update world" fails with:
!!! Error: couldn't find match for "=virtual/jdk-1.3.1" in dev-db/postgresql-7.2.2

emerge rsync didn't correct this at the time, but there's an easy workaround.

Edit /usr/portage/dev-db/postgresql/postgresql-7.2.2.ebuild
There is a mention about a java dep workaround.
So change the line:
java? ( =virtual/jdk-1.3.1 >=dev-java/ant-1.3 )
to:
java? ( =virtual/jdk-1.3* >=dev-java/ant-1.3 )

I had this error with Portage 2.0.28.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-29 04:35:43 UTC
*** Bug 7197 has been marked as a duplicate of this bug. ***
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-08-30 11:54:22 UTC
committed