corecdp 2.2.2 fakeroot issue
- This topic has 1 reply, 2 voices, and was last updated 12 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › corecdp 2.2.2 fakeroot issue
Hi,
I am trying to create the corecdp-2.2.2 corecdp-base-image from the git repository, but when bitbake gets to the fakeroot_1.14.5.bb package, a warning is displayed “Missing SRC_URI checksum for /home/dev/corecdp/sources/fakeroot_1.14.5.orig.tar.bz2, consider adding to the recipe…” and then there is an error that ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz cannot check archive integrity” and the process exits.
I found some discussion regarding fakeroot issues, but not a clear answer. This is my first experience with ‘git’ and ‘bitbake’, so a detailed answer would be very helpful.
What is the recommended fix for this issue?
Also, I was able to build corecdp-base-image from the tarball, so another approach would be to stick with the tarball version and abandon the ‘git’ version
Thanks!
These issues come up sometimes because the original source download gets repackaged and uploaded, causing the checksum to mismatch. Building from the tarball avoids these types of download issues because the tarball includes all source downloads needed in the “sources” subdir.
Also, the tarball includes a copy of the git repository.
Jesse