jwinarske / meta-flutter

Yocto meta layer for recipes related to using Google Flutter Engine
MIT License
45 stars 22 forks source link

bitbake failed #16

Closed leimaohui closed 3 years ago

leimaohui commented 3 years ago

Hi, I tried bitbake depot-tools-native, but the following error occurs:

ERROR: depot-tools-native-git-r0 do_compile: Execution of '/ubinux-dev/ubinux-build/build-ubinux-armv8/tmp/work/x86_64-linux/depot-tools-native/git-r0/temp/run.do_compile.612648' failed with exit code 127:
Your copy of depot_tools is configured to fetch from an obsolete URL:

  https://chromium.googlesource.com/chromium/tools/depot_tools

Timeout; not updating remote URL.
CIPD selfupdate failed. Trying to bootstrap the CIPD client from scratch...
[P622047 07:17:57.572 client.go:306 W] RPC failed transiently. Will retry in 1s    {"error":"rpc error: code = Internal desc = prpc: when sending request: Post \"https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion\": dial tcp 172.217.175.244:443: i/o timeout", "host":"chrome-infra-packages.appspot.com", "method":"ResolveVersion", "service":"cipd.Repository", "sleepTime":"1s"}
[P622047 07:18:28.599 client.go:306 W] RPC failed transiently. Will retry in 2s    {"error":"rpc error: code = Internal desc = prpc: when sending request: Post \"https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion\": dial tcp 172.217.175.244:443: i/o timeout", "host":"chrome-infra-packages.appspot.com", "method":"ResolveVersion", "service":"cipd.Repository", "sleepTime":"2s"}
......

Do you know what's the matter?

jwinarske commented 3 years ago

What version of yocto are you based on?

leimaohui commented 3 years ago

My poky is "hardknott" almost the latest commit.

$ vim meta-yocto-bsp/conf/layer.conf
......
LAYERSERIES_COMPAT_yoctobsp = "hardknott"
......
jwinarske commented 3 years ago

Try the update I made to the recipe. It appears they changed the default branch from master to main. I no longer see an issue on my end.

jwinarske commented 3 years ago

resolving