Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104502 - Prelude-manager-0.8 Requires <libprelude-0.9
Summary: Prelude-manager-0.8 Requires <libprelude-0.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 11:42 UTC by Eric Ireland
Modified: 2005-09-01 16:15 UTC (History)
0 users

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 Eric Ireland 2005-09-01 11:42:18 UTC
When prelude-manager-0.8 is tried to be compiled against >=libprelude-0.9 and
failes.  The prelude-manager ebuild should be updated to relect this.

Reproducible: Always
Steps to Reproduce:
1. emerge >=libprelude-0.9
2. emerge prelude-manager
3. failure

Actual Results:  
Compile Failure.

Expected Results:  
Complied and installed.

Needed change in ebuild:

RDEPEND="virtual/libc
        !dev-libs/libprelude-cvs
        !app-admin/prelude-manager-cvs
        dev-libs/libprelude
        ssl? ( dev-libs/openssl )
        doc? ( dev-util/gtk-doc )
        mysql? ( dev-db/mysql )
        postgres? ( dev-db/postgresql )"
should be
RDEPEND="virtual/libc
        !dev-libs/libprelude-cvs
        !app-admin/prelude-manager-cvs
        <dev-libs/libprelude-0.9
        ssl? ( dev-libs/openssl )
        doc? ( dev-util/gtk-doc )
        mysql? ( dev-db/mysql )
        postgres? ( dev-db/postgresql )"
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2005-09-01 16:15:01 UTC
Fixed in cvs.
Thanks for reporting!