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

broken packages in the container make building failing #27

Open
mymike00 opened this issue Oct 7, 2019 · 5 comments
Open

broken packages in the container make building failing #27

mymike00 opened this issue Oct 7, 2019 · 5 comments

Comments

@mymike00
Copy link

mymike00 commented Oct 7, 2019

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 of 3.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/

@lduboeuf
Copy link
Contributor

lduboeuf commented Oct 9, 2019

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/

@doniks
Copy link

doniks commented Oct 31, 2019

@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!

@lduboeuf
Copy link
Contributor

yes, but need to compile c++ code :) .

@doniks
Copy link

doniks commented Oct 31, 2019

oh, I thought all of libertine is python. ok

@wdehoog
Copy link

wdehoog commented Nov 3, 2019

sadly building unity8 does indeed not work. is there any other way to do so besides cross-builder?

dobey added a commit to ubports/unity-api that referenced this issue Feb 19, 2020
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
UniversalSuperBox pushed a commit to ubports/unity-api that referenced this issue Feb 19, 2020
* 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
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

4 participants