From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 1F06C4C80815 for ; Wed, 10 Nov 2010 07:50:50 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id oAADolih003165; Wed, 10 Nov 2010 13:50:47 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02821-07; Wed, 10 Nov 2010 13:50:43 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id oAADoWLa003159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Nov 2010 13:50:37 GMT From: Richard Purdie To: Kumar Gala In-Reply-To: References: <625BA99ED14B2D499DC4E29D8138F1504D2271119D@shsmsx502.ccr.corp.intel.com> <401A3267-606A-4A1E-9F45-18F75B6B3FB7@kernel.crashing.org> <1289395789.1272.260.camel@rex> Date: Wed, 10 Nov 2010 21:50:29 +0800 Message-ID: <1289397029.1272.315.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net Cc: "yocto@yoctoproject.org" Subject: Re: problem with fetching? X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 13:50:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2010-11-10 at 07:31 -0600, Kumar Gala wrote: > On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote: > > > On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote: > >> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source. > >> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed > >> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1 > >> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed > >> > >> Attached is the full log. > > > > Are you behind some kind of proxy/firewall? Its interesting its a cvs > > based recipe that is failing so it could be your cvs setup. > > Yes, behind a proxy/firewall. cvs is not normally allowed out. > > > You could try placing > > http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz > > > > into the downloads directory manually and touching the > > config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the > > fetcher the fetch is complete. If that works it would suggest the mirror > > fallback code in the fetcher isn't working as intended. > > I'm new to this, where would my download dir be? It defaults to "build/downloads" so in the build directory unless you changed it in local.conf. Cheers, Richard