Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I would have liked to reopen bug #12725 but since bugzilla is restricted I had to open a whole new bug. Please refer to bug #12725 before reading this bug report. Bug #12725 does not fix its problem completely. net-misc/host adds the program "hostx" while dnetc looks only for "host". net-dns/bind-tools adds its own host program also named "host" but net-misc/host also works if you symbolically link /usr/bin/host to /usr/bin/hostx (ln -s hostx host). Maybe net-dns/bind-tools and net-misc/host need to block each other? That way the symbolic link host -> hostx could be made in the net-misc/host ebuild without interfearing anything. I do not know if there is a way to modify dnetc to search for "hostx" instead of "host" but if there is it would be the best solution. I will have to look into it later. Reproducible: Always Steps to Reproduce:
I am having this problem as well and I also narrowed it down to a missing dependency of bind-tools, because dnetc uses /usr/bin/host please see the follow link for more details. http://n0cgi.distributed.net/bugs/show_bug.cgi?id=3590 How to reproduce: # emerge dnetc # cd /opt/distributed.net/ # ./dnetc -update Actual Results: distributed.net client for Linux Copyright 1997-2003, distributed.net Please visit http://www.distributed.net/ for up-to-date contest information. dnetc v2.9005-483-CFR-03032617 for Linux (Linux 2.6.4-rc1). Please provide the *entire* version descriptor when submitting bug reports. The distributed.net bug report pages are at http://www.distributed.net/bugs/ Using email address (distributed.net ID) 'dnetc@quantumtunnel.net' [Mar 04 16:45:05 UTC] Net::failed to resolve name "us.v29.distributed.net" error 2: No such file or directory Work Around: # emerge bind-tools
*** This bug has been marked as a duplicate of 48250 ***