Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105703 - dev-lisp/clisp-2.34-r1 requires >=postgresql-8.0
Summary: dev-lisp/clisp-2.34-r1 requires >=postgresql-8.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 09:06 UTC by Stefan Frank
Modified: 2007-09-22 23:42 UTC (History)
1 user (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 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