Summary: | emerge with distcc fails with: ERROR: unknown host | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Miguel Sousa Filipe <miguel.filipe> |
Component: | Unclassified | Assignee: | Lisa Seelye (RETIRED) <lisa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Miguel Sousa Filipe
2003-06-01 13:01:04 UTC
www linux # grep DISTCC /etc/make.conf DISTCC_HOSTS="127.0.0.1 193.136.164.1 193.136.164.11" www linux # emerge info Portage 2.0.48 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.26GHz GENTOO_MIRRORS="ftp://ftp.rnl.ist.utl.pt/gentoo http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm cups encode gif imlib libg++ mikmod mmx mpeg ncurses nls oggvorbis pdflib png quicktime spell svga truetype xml2 xv gdbm berkdb slang readline tcpd pam libwww ssl perl python -X -gtk -gnome -alsa -xmms -kde -motif -opengl -qt -esd -arts -sdl jpeg -avi crypt zlib mysql -gpm php -java imap ipv6" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -mcpu=i686 -pipe" CXXFLAGS="" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j5" AUTOCLEAN="yes" SYNC="rsync://ftp.rnl.ist.utl.pt/gentoo-portage" FEATURES="sandbox ccache distcc userpriv usersandbox notitles fixpackages" What version of distcc are you using? Have you tried upgrading to the latest 2.5-r1? I will be marking that version as stable this week sometime, so please try that to see if these problems are resolved. Your reported use of 'CC=distcc' also indicates you have probably not read (or have decided to ignore) the Gentoo distcc documentation. Please view the latest revision on our new development wiki: http://wiki.dev.gentoo.org/gentoo/moin.cgi/UsingDistcc?action=show For reference, the original URL mentioned in the ebuild contains mostly the same information, though the wiki is now slightly more up-to-date: http://cvs.gentoo.org/~zwelch/distcc.html Try following the suggestions presented there, as well as the linked QuestionsAndAnswers page. If things remain problematic, please report more of the basic details about your problems, with clear and simple steps to reproduce the problem. Thank you for using Gentoo. try: unset $DISTCC_HOSTS distcc-config --set-hosts "host1 host2 host3" The problem is you have DISTCC_HOSTS= in the string of hosts, which clearly is not a valid host. |