From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vx0-f175.google.com ([209.85.220.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rfqvw-0006Zy-IC; Wed, 28 Dec 2011 11:40:33 +0100 Received: by vcbf1 with SMTP id f1so8998448vcb.6 for ; Wed, 28 Dec 2011 02:33:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Y+rLOm0fqAH16d1PHNL74Vwvjrt55cQVHH4H4lp3jn4=; b=VywR5PO+RPQTjmAgMtl6hRQEg36CPMO0L74cGz9T6Ep9UYHWqNa9Tb85mLd9FyEz4q CXXb22xQ5RUeXGIv1P8FojQqxAXQM9ZJjutP8Oczb0I6PuWKgY2b3HTi1y1H8FZXQkBo Baowd6KSI8rxlJWqGCcmrDuerxcv4EfZof8eY= MIME-Version: 1.0 Received: by 10.52.178.195 with SMTP id da3mr15253626vdc.20.1325068395786; Wed, 28 Dec 2011 02:33:15 -0800 (PST) Received: by 10.52.160.137 with HTTP; Wed, 28 Dec 2011 02:33:15 -0800 (PST) Date: Wed, 28 Dec 2011 11:33:15 +0100 Message-ID: From: Frans Meulenbroeks To: openembedded-devel , Patches and discussions about the oe-core layer Subject: non-fetching recipes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 10:40:33 -0000 Content-Type: multipart/alternative; boundary=bcaec51a7d5a08b17f04b52487e4 --bcaec51a7d5a08b17f04b52487e4 Content-Type: text/plain; charset=ISO-8859-1 Hi, I noticed that several recipes are non-fetchers. These are mostly the ones with sources hosted on kernel.org. Is there an issue with kernel.org again? I noticed this for oe classic where libpam and util-linux-ng did not fetch (as well as opkg-utils but that one is from openmoko). oe maintenance branch seems to have the same problems as well as using binutils 2.21 which is not available any more. master does not have this as it has been moved to 2.21a. I'm crossposting this to oe-core, because I noticed it uses the same location for libpam (and probably util-linux). Someone might want to run some fetchalls. Frans. --bcaec51a7d5a08b17f04b52487e4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I noticed that several recipes are non-fetchers. These are mostl= y the ones with sources hosted on kernel.org<= /a>.
Is there an issue with
kernel.org again?

I noticed this for oe classic where libpam and util-linux-ng did not fe= tch (as well as opkg-utils but that one is from openmoko).
oe maintenanc= e branch seems to have the same problems as well as using binutils 2.21 whi= ch is not available any more. master does not have this as it has been move= d to 2.21a.

I'm crossposting this to oe-core, because I noticed it uses the sam= e location for libpam (and probably util-linux).

Someone might want = to run some fetchalls.

Frans.
--bcaec51a7d5a08b17f04b52487e4-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RfzW5-0006le-PI for openembedded-core@lists.openembedded.org; Wed, 28 Dec 2011 20:50:25 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 28 Dec 2011 11:43:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="101078327" Received: from unknown (HELO [10.255.13.80]) ([10.255.13.80]) by fmsmga001.fm.intel.com with ESMTP; 28 Dec 2011 11:43:07 -0800 Message-ID: <4EFB714B.30206@linux.intel.com> Date: Wed, 28 Dec 2011 11:43:07 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Cc: Frans Meulenbroeks , openembedded-devel Subject: Re: non-fetching recipes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 19:50:26 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/28/2011 02:33 AM, Frans Meulenbroeks wrote: > Hi, > > I noticed that several recipes are non-fetchers. These are mostly the > ones with sources hosted on kernel.org . > Is there an issue with kernel.org again? > It's not down again, a number of the sources have not been restored or have been moved, still trying to track some of this down. There should be source mirrors at the yoctoproject.org website as well as the openembedded,org site (not sure if this full url). > I noticed this for oe classic where libpam and util-linux-ng did not > fetch (as well as opkg-utils but that one is from openmoko). > oe maintenance branch seems to have the same problems as well as using > binutils 2.21 which is not available any more. master does not have this > as it has been moved to 2.21a. > > I'm crossposting this to oe-core, because I noticed it uses the same > location for libpam (and probably util-linux). > > Someone might want to run some fetchalls. > We do run a nightly fetch, but I think we have our mirror set so we don't see the full fails, it might be a good idea to figure out the complete failure set right now with no PREMIRROR or MIRRRORs. I will look into this. Sau! > Frans. > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core