| Summary: | dev-lisp/clisp-2.34-r1 requires >=postgresql-8.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stefan Frank <sfrank> |
| Component: | New packages | Assignee: | 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: | --- | |
fixed in the latest ebuild |
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.