Wind-River / meta-tensorflow

Other
13 stars 18 forks source link

Bazel Checksum missmatch @icu component #6

Open elPrac opened 4 years ago

elPrac commented 4 years ago

Hi!

I was trying to add meta-tensorflow to my build but when tensorflow is compiled i get the following error message

:ERROR: .../aarch64-poky-linux/tensorflow/1.13.0-r0/git/tensorflow/tools/pip_package/BUILD:149:1:
 no such package '@icu//': java.io.IOException: Error downloading 
[https://mirror.bazel.build/github.com/unicode-org/icu/archive/release-62-1.tar.gz, 
https://github.com/unicode-org/icu/archive/release-62-1.tar.gz] to .../aarch64-poky-linux
/tensorflow/1.13.0-r0/bazel/output_base/external/icu/release-62-1.tar.gz: 
Checksum was 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181 but
 wanted e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761 and 
referenced by '//tensorflow/tools/pip_package:licenses'

i needed to modify git/third_party/icu/workspace.bzl within my build tmp/work i think this is a tensorflow-repo issue but i wanted to post it here if someone has the same problem... After this change:

./git/third_party/icu/workspace.bzl:14: sha256 = "86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181"

Error isn't showed up anymore, but new ones appeared... I'm currentrly working with meta-* zeus version.

roeey777 commented 3 years ago

I'm having the same issue while fetching icu