Skip to content
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

Need help to link update Meson version 0.61.2 to arpi4 build make system, as by default it pulls version 0.45.1. #34

Open
manishkherde opened this issue Mar 4, 2022 · 2 comments

Comments

@manishkherde
Copy link

manishkherde commented Mar 4, 2022

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

@nguyenanhgiau
Copy link

Hi,
Could you try to install meson with the below command:

python3 -m pip install meson==0.61.2

Best regards

@gogamid
Copy link

gogamid commented Aug 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants