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

Library packages conflicts when building on linux #715

Closed
erusyd opened this issue Apr 3, 2023 · 5 comments
Closed

Library packages conflicts when building on linux #715

erusyd opened this issue Apr 3, 2023 · 5 comments

Comments

@erusyd
Copy link

erusyd commented Apr 3, 2023

I want to use latest horizon eda on my Linux Mint 21.1, but when I install dependencies following instructions on https://horizon-eda.readthedocs.io/en/latest/build-linux.html, I get following error:

The following packages have unmet dependencies:
 kicad : Conflicts: liboce-foundation11 but 0.18.3-2 is to be installed
         Conflicts: liboce-modeling11 but 0.18.3-2 is to be installed
         Conflicts: liboce-ocaf11 but 0.18.3-2 is to be installed
         Conflicts: liboce-visualization11 but 0.18.3-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

So is it possible to do a static build on another Linux Mint machine?

@carrotIndustries
Copy link
Member

I can't reproduce this on a fresh ubuntu 22.04 VM with kicad installed from the repos. Where did you install kicad from?

@erusyd
Copy link
Author

erusyd commented Apr 3, 2023

I installed KiCad from this ppa:
https://launchpad.net/~kicad/+archive/ubuntu/kicad-7.0-releases

@erusyd
Copy link
Author

erusyd commented Apr 3, 2023

I think it is following libraries conflict with liboce-xxx:

libocct-data-exchange-7.5
  libocct-foundation-7.5 libocct-modeling-algorithms-7.5
  libocct-modeling-data-7.5 libocct-ocaf-7.5 libocct-visualization-7.5

@carrotIndustries
Copy link
Member

Instead of the conflicting packages, install libocct-data-exchange-dev and libocct-ocaf-dev

@erusyd
Copy link
Author

erusyd commented Apr 3, 2023

Thanks, succeeded.

@erusyd erusyd closed this as completed Apr 4, 2023
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

2 participants