From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 3604 seconds by postgrey-1.34 at layers.openembedded.org; Fri, 01 May 2015 17:06:27 UTC Received: from vms173023pub.verizon.net (vms173023pub.verizon.net [206.46.173.23]) by mail.openembedded.org (Postfix) with ESMTP id 2EE3D73E14; Fri, 1 May 2015 17:06:27 +0000 (UTC) Received: from gandalf.denix.org ([108.28.31.169]) by vms173023.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPSA id <0NNO006I9I23TN70@vms173023.mailsrvcs.net>; Fri, 01 May 2015 11:06:16 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=JbALdvP9 c=1 sm=1 tr=0 a=fMO+sUsoiA3cqMJ/JkSOnA==:117 a=jLWw55sr_RoA:10 a=kj9zAlcOel0A:10 a=0gcC27t9AAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=h1PgugrvaO0A:10 a=S7esbjWVKTV4GOUmln0A:9 a=CjuIK1q_8ugA:10 Received: by gandalf.denix.org (Postfix, from userid 1000) id 39EC4200DD; Fri, 1 May 2015 12:06:03 -0400 (EDT) Date: Fri, 01 May 2015 12:06:02 -0400 From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Message-id: <20150501160602.GA5885@denix.org> MIME-version: 1.0 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-devel@lists.openembedded.org Subject: opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt. 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: Fri, 01 May 2015 17:06:28 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline Hi, Has anyone ever seen this message during .do_rootfs task? Collected errors: * opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package . We started seeing it on random packages inside the few weeks ago on different machines. At the time we had switched to bitbake 1.26. But even trying different bitbake versions still occasionally caused the same error, so the culprit is still unknwon. Using oe-core/daisy for now. Any comments or suggestions to where start looking would be appreciated! Thanks. -- Denys