On Fri, May 1, 2015 at 6:06 PM, Denys Dmytriyenko <[email protected]> wrote: > Hi, > > Has anyone ever seen this message during <image>.do_rootfs task? > > Collected errors: > * opkg_install_pkg: Package <package> md5sum mismatch. Either the opkg or > the package index are corrupt. Try 'opkg update'. > * opkg_install_cmd: Cannot install package <package>. > > We started seeing it on random packages inside the <image> 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 > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core
Hi, yes, I have seen this during multimachine builds. My TMPDIR is on tmpfs in ram so everytime I reboot it is re-populated from sstate. Configuring packagegroup-base. Collected errors: * opkg_install_pkg: Package update-rc.d md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package psplash. * opkg_install_pkg: Package update-rc.d md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package packagegroup-base-extended. * opkg_install_pkg: Package run-postinsts md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package run-postinsts. * opkg_install_pkg: Package update-rc.d md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package packagegroup-core-boot. ERROR: Function failed: do_rootfs I retried right now after reboot (clean tmpdir) but this time it didn't happen. Once/if I find the way to reproduce it I'll open a bug. Cheers Andrea -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
