Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7203

Summary: dev-db/postgresql-7.2.2 dependency on virtual/jdk-1.3.1 fails
Product: Portage Development Reporter: Pekka Paalanen <pq>
Component: UnclassifiedAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: minor CC: esigra, kevin, seemant
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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