From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id A49FF605BB for ; Mon, 13 Jun 2016 07:23:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u5D7NMOB028936; Mon, 13 Jun 2016 08:23:22 +0100 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 1VmqWIqrXEMk; Mon, 13 Jun 2016 08:23:22 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u5D7NJPq028933 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 13 Jun 2016 08:23:20 +0100 Message-ID: <1465802599.13979.195.camel@linuxfoundation.org> From: Richard Purdie To: Chen Qi , openembedded-core@lists.openembedded.org Date: Mon, 13 Jun 2016 08:23:19 +0100 In-Reply-To: References: X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 4/9] gzip: upgrade to 1.8 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: Mon, 13 Jun 2016 07:23:24 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2016-06-12 at 10:21 +0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} > (100%) > > diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes > -extended/gzip/gzip_1.8.bb > similarity index 100% > rename from meta/recipes-extended/gzip/gzip_1.6.bb > rename to meta/recipes-extended/gzip/gzip_1.8.bb WARNING: gzip-1.8-r0 do_fetch: Checksum mismatch for local file /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz Cleaning and trying again. WARNING: gzip-1.8-r0 do_fetch: Renaming /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz to /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz_bad-checksum_732553152814b22dc35aa0267df5286c ERROR: gzip-1.8-r0 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz ERROR: gzip-1.8-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz'. Checksum mismatch! File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz' has md5 checksum 732553152814b22dc35aa0267df5286c when 38603cb2843bf5681ff41aab3bcd6a20 was expected File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz' has sha256 checksum 1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e when 97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e was expected If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe: SRC_URI[md5sum] = "732553152814b22dc35aa0267df5286c" SRC_URI[sha256sum] = "1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e" Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. Cheers, Richard