First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 104502
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Eric Ireland <Artanin@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 104502 depends on: Show dependency tree
Bug 104502 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-01 11:42 0000
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 From Marcelo Goes 2005-09-01 16:15:01 0000 -------
Fixed in cvs.
Thanks for reporting!

First Last Prev Next    No search results available      Search page      Enter new bug