-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory - while building meta-flutter for yocto project #17
Comments
I would like to ask you, are you using the recipe file as it is or are you customizing it?
We have already done the same thing in https://github.com/sony/meta-flutter/blob/main/recipes-graphics/flutter-engine/flutter-engine.bb#L37 |
Hi Mr. Hidenori Mastubayashi, |
Unfortunately, I have no idea to fsolve this issue at this time, but could you try https://github.com/sony/flutter-embedded-linux/wiki/Building-Flutter-Engine-from-source#python-2? |
@sathishkumar458 You might consider using https://github.com/meta-flutter/meta-flutter |
memo for my work.
|
Creating Flutter engine for Linux target machine (qemuarm64)
Followed steps as mentioned in the below link (i.e Meta-flutter Yocto Project)
https://github.com/sony/meta-flutter
i. Wayland backend -
a. bitbake flutter-wayland-client -- while making bitbake of Flutter engine getting below errors,
Error:
Error: failed to update packages, see the log.
/home/user/FlutterPort/build/tmp/work/aarch64-poky-linux/flutter-engine/1.0-r0/git/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
cat: /home/user/FlutterPort/build/tmp/work/aarch64-poky-linux/flutter-engine/1.0-r0/git/python3_bin_reldir.txt: No such file or directory
/home/user/FlutterPort/build/tmp/work/aarch64-poky-linux/flutter-engine/1.0-r0/git/vpython3: line 52: /home/user/FlutterPort/build/tmp/work/aarch64-poky-linux/flutter-engine/1.0-r0/git/.cipd_bin/vpython3: No such file or directory
WARNING: exit code 127 from a shell command.
Tried Below Solutions:
i. git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
ii. export PATH=/path/to/depot_tools:$PATH
Could anyone please help/support to proceed further.
The text was updated successfully, but these errors were encountered: