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

Conflict on apt-get install #1

Open
fbaiodias opened this issue Aug 5, 2016 · 7 comments
Open

Conflict on apt-get install #1

fbaiodias opened this issue Aug 5, 2016 · 7 comments

Comments

@fbaiodias
Copy link

Hello!

I'm trying to deploy dashboard-viewer to my raspberry pi but I'm getting the following error when pushing to resin.io:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-core : Conflicts: xserver-xorg-video-modesetting
 xserver-xorg-video-modesetting : Depends: xorg-video-abi-18
 xserver-xorg-video-vesa : Depends: xorg-video-abi-18
E: Unable to correct problems, you have held broken packages.
Removing intermediate container eddeaa0fa27d
       Error while processing push: Error: The command '/bin/sh -c apt-get update && apt-get install -y   iceweasel dropbear xserver-xorg-core xserver-xorg-video-fbdev x11-xserver-utils   libgl1-mesa-dri xserver-xorg-video-modesetting xserver-xorg-video-vesa   matchbox-window-manager openvpn xautomation feh   && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Do you have any ideas on how to fix this?

Thank you!

@imsickofmaps
Copy link

@xicombd I had the same issue - did you resolve it and can share or shall I go hunting?

@fbaiodias
Copy link
Author

@imsickofmaps not really, ended up using this alternative instead

@Jbithell
Copy link

I'm having the same issue

@Jbithell
Copy link

I used the alternative suggested by @xicombd

@ancientz
Copy link

Hi,

Just posted a fix for this problem #2

@vergissberlin
Copy link

Unfortunately currently this build ends with a exception. May you can fix that?

Build failed: BuildError: The command '/bin/sh -c apt-get update && apt-get install -y   iceweasel dropbear xserver-xorg-core xserver-xorg-video-fbdev x11-xserver-utils   libgl1-mesa-dri xserver-xorg-video-modesetting xserver-xorg-video-vesa   matchbox-window-manager openvpn xautomation feh   && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

@ancientz
Copy link

ancientz commented Feb 1, 2017

You have to remove xserver-xorg-video-modesetting xserver-xorg-video-vesa from the apt-get.
My fix has that, #2

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

5 participants