Bug 48250 - app-misc/dnetc depends on bind-tools to work properly
|
Bug#:
48250
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: aliz@gentoo.org
|
Reported By: toralf.foerster@gmx.de
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: app-misc/dnetc depends on bind-tools to work properly
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-04-18 11:55 0000
|
net-misc/host
seems not to be enough
Reproducible: Always
Steps to Reproduce:
1. emerge dnetc
2.
3.
Actual Results:
no download of ne working unitsafter emerging bind-tools the application dnetc
works properly
sorry for the bug report above (wrong copy and paste)
here again:
dnetc works properly, if bind-tools are emerged, without bind-tools dnetc fails to download new working units
I think, that the RDEPEND="net-misc/host" in the ebuild of dnetc does not
provide the functionality of hte host - command needed by dnetc. Here is a
output of pstree on my machine:
??dnetc,12895 -quiet -ini /opt/distributed.net/dnetc.ini
? ??sh,7961 -c host\040-t\040A\040us80.v29.distributed.net\0402>/dev/null
? ??host,17449 -t A us80.v29.distributed.net
dnetc executes the host command with parameter "-t A" wich might not be
implemented in net-misc/host, isn't it ?
Fixed in CVS, thanks!
Problem was that net-misc/host installs its binary has hostx.
ok, now I have only one question:
If a user has already installed bind-tools before he emerges dnetc the ebuild of dnetc does not install net-misc/host ?
(Because in that case the host-command is installed twice from different packages)
*** Bug 38242 has been marked as a duplicate of this bug. ***