-
Notifications
You must be signed in to change notification settings - Fork 58
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
Can't build lunch aosp_rpi4_car-userdebug #162
Comments
As noted, Raspberry Vanilla The actual error message is in the output somewhere before what you copy&pasted here. |
Hi, I tried to build from android 14 branch https://github.com/raspberry-vanilla/android_local_manifest/tree/android-14.0 but it still failed at 93% here is the error further back from what I pasted before [ 93% 132487/142034] target Prebuilt: libidmap2_policies (out/target/product/rpi4/obj/SHARED_LIBRARIES/libidmap2_policies_intermediates/libidmap2_policies.so) |
Have you followed the instructions on how to setup the build environment? Step 2. Install additional packages:
What does |
Just for the record, I'm also trying to build, but android-14.0.0_r22 branch/aosp_rpi4-userdebug product. Despite that I've faced the same error regarding jinja2, now, some external projects doesn't compile:
Even bypassing this, forcing a specific sha at hwcomposer, the build process continues but it fails at another point (mesa in this case):
It looks like that some external repos have moved forward/fetching new things but are not compatible anymore with the rest of the AOSP tree. Is this true or I've missed something here? |
Why
Maybe it would benefit this specific issue if you mentioned how you resolved this? Assuming followed the instructions on how to setup the build environment as above?
The error message
As mentioned elsewhere, you can see from the device manifest (https://github.com/raspberry-vanilla/android_local_manifest/blob/android-14.0.0_r22/manifest_brcm_rpi.xml) what repositories are frozen to |
It was an arbitrary test over A14 and I didn't known that r22 branch was not maintained/valid anymore. I was just looking for an A14 baseline.
Yes, I just did the pip install command.
Yes, I understood the error message, but the problem is what is the possible commit point that is valid to build the mesa inside the tree. Actually, I did a couple of tests without positive results.
Yeah, I'll try that and see how it goes. Tks for the answer and regards!!! |
Sorry, don't quite understand the question. Mesa 24.1 and up require Building something with |
Yes, I made a confusion regarding that. I was trying to make the external/mesa subproject compatible with my host meson version rather the opposite. I'll try to check that too. |
Hi,
I followed the instructions on this repository
https://github.com/raspberry-vanilla/android_local_manifest/tree/android-13.0
but every time, when I'm about 93% I encounter an error that stops the build.
Please see the error below:
ninja: build stopped: subcommand failed.
[ 8% 1075/12199] //external/rust/crates/base64:libbase64_rust rustc src/lib.rs
[ 8% 1076/12199] //external/rust/crates/base64:libbase64_rust rustc src/lib.rs [apex29]
ninja: build stopped: subcommand failed.
15:47:34 ninja failed with: exit status 1
I am using Ubuntu 22.04.5 LTS laptop with 32gb of ram and 512gb of storage.
Did I miss something or are there dependencies that I need to install first?
Thanks for your help.
The text was updated successfully, but these errors were encountered: