We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log: FAILED: out/target/product/rpi4/obj/MESON_MESA3D/.build.timestamp
The Meson build system Version: 0.45.1 Source dir: /media/aosp_portl/repos/AOSP/repo_rpi4_12r29/out/target/product/rpi4/obj/MESON_MESA3D Build dir: /media/aosp_portl/repos/AOSP/repo_rpi4_12r29/out/target/product/rpi4/obj/MESON_MESA3D/build Build type: cross build Program python3 found: YES (/usr/bin/python3)
meson.build:21:0: ERROR: Function does not take keyword arguments.
The text was updated successfully, but these errors were encountered:
Hi, Could you try to install meson with the below command:
python3 -m pip install meson==0.61.2
Best regards
Sorry, something went wrong.
Remove meson and update if you have python3
sudo apt-get remove meson sudo apt-get install python3 python3-pip python3-setuptools \ python3-wheel ninja-build pip3 install --user meson source .profile
No branches or pull requests
Log:
FAILED: out/target/product/rpi4/obj/MESON_MESA3D/.build.timestamp
The Meson build system
Version: 0.45.1
Source dir: /media/aosp_portl/repos/AOSP/repo_rpi4_12r29/out/target/product/rpi4/obj/MESON_MESA3D
Build dir: /media/aosp_portl/repos/AOSP/repo_rpi4_12r29/out/target/product/rpi4/obj/MESON_MESA3D/build
Build type: cross build
Program python3 found: YES (/usr/bin/python3)
meson.build:21:0: ERROR: Function does not take keyword arguments.
============================================
Meson already update-
$ meson --version
0.61.2
Also, tried various python versions-
sudo ln -fs /usr/bin/python3.6 /usr/bin/pytho
The text was updated successfully, but these errors were encountered: