-
Notifications
You must be signed in to change notification settings - Fork 6
Regression in so3/usr build.sh #162
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
Comments
What problem are you having ? The lvperf docker images use that script and they don't have bash installed
Yes You can install pip3 install --user pcpp and i'll update the submodule next week when lvgl 9.3 is released Or, if you prefer, you can update the submodule already as that dependency has already been removed in lvgl: git submodule update --remote |
I get the following error:
Maybe something wrong with my loca/bin/sh |
I did that, but I keep getting the error mentioned above. |
And what happens when you run: pcpp --version If you can't find |
According to our debug session this morning, it turned out that my binary |
It still remains the |
That's interesting, in my setup Using > dash build.sh
build.sh: 5: function: not found And after fixing the > dash build.sh
Platform is virt64
build.sh: 64: [: n: unexpected operator
build.sh: 76: [: y: unexpected operator
Starting Release build
build.sh: 87: [: virt64: unexpected operator
build.sh: 89: [: virt64: unexpected operator I will open a PR to remove all I'm wondering if this is new with ubuntu 24.04 |
You're perfectly right. I have a symlink of |
I opened #163 to fix it The |
It looks like
sh
doesn't support thefunction
keyword, unlikebash
.Furthermore, I get the following error related to pcpp:
The text was updated successfully, but these errors were encountered: