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

Bug 105703

Summary: dev-lisp/clisp-2.34-r1 requires >=postgresql-8.0
Product: Gentoo Linux Reporter: Stefan Frank <sfrank>
Component: New packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Frank 2005-09-12 09:06:56 UTC
I just updated world and run into a problem with clisp. I've masked
>=postgres-8.0 because I've to use a 7.4 version. In the ebuild there is no
check on this condition:

postgres? ( dev-db/postgresql )

Emerge results in:

configure: error: PostgreSQL version 8.0 or better is required

The fix would probably look like:

postgres? ( >=dev-db/postgresql-8.0 )

I don't know wheter there is a possibility to compile postgre support into clisp
with version <8.0. I didn't find any information in the source package. 

Reproducible: Always
Steps to Reproduce:
1. emerge <=postgresql-8.0
2. emerge clisp
3.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-12-22 14:03:00 UTC
fixed in the latest ebuild