-
Notifications
You must be signed in to change notification settings - Fork 17
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
broken packages in the container make building failing #27
Comments
i'm experiencing the same issue for Unity8 and messaging-app( broken packages ) . I just did basic setup as written in doc. Tried to installed dependencies, but without success Full logs here while running "crossbuilder" on ubuntu-app-launch" repo: https://paste.ubuntu.com/p/JbyFNBwjcc/ |
@mymike00 thanks for raising this. I think I got stuck w something similar in the past. For hacking on libertine, a workaround is to simply edit the python code on the device itself. You might give it a try! |
yes, but need to compile c++ code :) . |
oh, I thought all of libertine is python. ok |
sadly building unity8 does indeed not work. is there any other way to do so besides cross-builder? |
This adds a Breaks/Conflicts on libunity-api0 for libunity-api1 to resolve the installability issue when upgrading a system which already ahs the former installed, due to the ABI break being released without the package name being fixed to match. Also change the URL to the GitHub URL. Fixes #20 and ubports/crossbuilder#27
* Resolve file conflict with Conflicts/Replaces. This adds a Conflicts/Replaces on libunity-api0 for libunity-api1 to resolve the installability issue when upgrading a system which already has the former installed, due to the ABI break being released without the package name being fixed to match. Also change the URL to the GitHub URL. Fixes #20 and ubports/crossbuilder#27
I tried setting up a new crossbuilder working environment (all the containers etc...). I had some problems with lxc not running, permission denied for the unix scoket and other errors like these. I ended up installing a new version of the lxd snap (
--channel=latest/stable
instead of3.0/stable
) and this solved the lxc issues (idk if these conflicts with crossbuilder issue described below...)Now I have problems during building itself: it complains about broken packages (33) and at the end it seems nothing happens...
this is the log building libertine: https://paste.ubuntu.com/p/BtwdfRyTRG/
I also tried building another component (system settings) and the log seems quite similar... https://paste.ubuntu.com/p/zdpMQn7Gfk/
The text was updated successfully, but these errors were encountered: