From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 17F876B4BD for ; Wed, 20 Nov 2013 13:00:03 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id rAKCxxkk017723; Wed, 20 Nov 2013 13:00:00 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9ZsDP_YbU5Di; Wed, 20 Nov 2013 12:59:59 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id rAKCxsM8017714 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 20 Nov 2013 12:59:55 GMT Message-ID: <1384952390.16887.54.camel@ted> From: Richard Purdie To: Mike Looijmans Date: Wed, 20 Nov 2013 12:59:50 +0000 In-Reply-To: <528CA4D3.6020109@topic.nl> References: <528CA4B0.3060907@topic.nl> <528CA4D3.6020109@topic.nl> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: tslib keeps failing on checksum X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 20 Nov 2013 13:00:06 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Wed, 2013-11-20 at 13:02 +0100, Mike Looijmans wrote: > On 11/20/2013 12:09 PM, Mike Looijmans wrote: > > On 11/20/2013 11:38 AM, Martin Jansa wrote: > >> On Wed, Nov 20, 2013 at 11:01:36AM +0100, Mike Looijmans wrote: > >>> I get this error every time I try t build the current oe-core master: > >>> > >>> ERROR: Checksum failure fetching > >>> https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz;downloadfilename=tslib-1.1.tar.xz > >>> > >>> ERROR: Function failed: Fetcher failure for URL: > >>> 'https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz;downloadfilename=tslib-1.1.tar.xz'. > >>> > >>> Checksum mismatch! > >>> File: '/home/mike/zynq-next/build/downloads/tslib-1.1.tar.xz' has md5 checksum > >>> d41d8cd98f00b204e9800998ecf8427e when 14771f8607b341bb4b297819d37e837d was > >>> expected > >>> > >>> Now the weird thing is, that when I fetch the thing using wget, I get ablob > >>> with the right checksum: > >>> > >>> # wget https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz > >>> # md5sum tslib-1.1.tar.xz > >>> 14771f8607b341bb4b297819d37e837d tslib-1.1.tar.xz > >>> > >>> Is oe-core using some other flavour of wget or what else could cause this kind > >>> of fetch error? > >> > >> Have you tried to unpack both tarballs and compare content in them? > > > > Nope, I just assumed they're two somewhat different copies of the same > > software (e.g. one of them has a "downloaded from here" remark or so). > > Anything in particular I should look for? > > After upgrading I tried again. The file as downloaded by bitbake is completely > empty. Nothing in it. The md5 sum of this empty file is > d41d8cd98f00b204e9800998ecf8427e indeed. > > I'm now using bitbake 1.21.0 (current master) and OE rev > 0eb947454e1c92467283e6f1adeca67c7c57698b to build with, with the above results > still. > > (I know I can just move my own file into the download directory and get on > with it, but i'd rather actually solve this problem). > > There's a direct connection to the internet, no proxy (just a router) that > might have been caching things. > > Any suggestions? Can you share the tslib do_fetch logs (all of them). I'm interested to see what happened historically in the build... Cheers, Richard