First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 30998
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Maik Schreiber <blizzy-keyword-gentoo_bugs3.075080@blizzy.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 30998 depends on: 25013 Show dependency tree
Show dependency graph
Bug 30998 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2003-10-12 15:35 0000
net-misc/rdiff-backup is missing a dependency on net-libs/librsync. Although
there is a RDEPEND=">=net-libs/librsync-0.9.6", this is not sufficient.
rdiff-backup will fail to install correctly when librsync is not installed
before.

Please add DEPEND="${RDEPEND}", thanks.

------- Comment #1 From SpanKY 2003-10-12 23:00:31 0000 -------

*** This bug has been marked as a duplicate of 30987 ***

------- Comment #2 From Marius Mauch 2003-10-13 01:01:10 0000 -------
different problem

------- Comment #3 From Maik Schreiber 2003-10-13 10:59:29 0000 -------
Okay, so please do the following change:

Remove the RDEPEND=">=net-libs/librsync-0.9.6" line and replace it with the
following:

DEPEND=">=net-libs/librsync-0.9.6"
RDEPEND="${DEPEND}"

This should do the trick.

------- Comment #4 From Martin Holzer (RETIRED) 2003-10-13 11:59:03 0000 -------
this error is caused by: inherit distutils

------- Comment #5 From Martin Holzer (RETIRED) 2003-10-13 11:59:36 0000 -------
RDEPEND=">=net-libs/librsync-0.9.6"
DEPEND="${RDEPEND}"
doesn't help

if i remove inherit distutils, it works
any ideas ?

------- Comment #6 From Martin Holzer (RETIRED) 2003-10-15 11:53:53 0000 -------
adding distutils maintainer

------- Comment #7 From Alastair Tse (RETIRED) 2003-10-15 16:17:16 0000 -------
put inherit distutils at the top of the ebuild 

------- Comment #8 From Martin Holzer (RETIRED) 2003-10-16 13:44:17 0000 -------
you are right, moving it to the top works


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