image-builder-odroid-c2 icon indicating copy to clipboard operation
image-builder-odroid-c2 copied to clipboard

Problem installing bootini

Open StefanScherer opened this issue 8 years ago • 4 comments

In Travis build https://travis-ci.org/hypriot/image-builder-odroid-c2/builds/135669269

+ apt-get install -y linux-image-c2 bootini
Reading package lists...
Building dependency tree...
Reading state information...
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:
 bootini : Depends: kodi but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

What? bootini depends ON kodi???

StefanScherer avatar Jun 08 '16 20:06 StefanScherer

@StefanScherer Maybe try a no-install-recommends option for apt gets rid of those dependencies?

Govinda-Fichtner avatar Jun 09 '16 06:06 Govinda-Fichtner

Will do: https://travis-ci.org/hypriot/image-builder-odroid-c2/builds/136348967

StefanScherer avatar Jun 09 '16 06:06 StefanScherer

@StefanScherer Seems this did not help either. Why the hell does it depend on Kodi here?

Govinda-Fichtner avatar Jun 09 '16 07:06 Govinda-Fichtner

$ apt-cache showpkg bootini

shows

Package: bootini
Versions: 
20160528-31 (/var/lib/apt/lists/deb.odroid.in_c2_dists_xenial_main_binary-arm64_Packages)
 Description Language: 
                 File: /var/lib/apt/lists/deb.odroid.in_c2_dists_xenial_main_binary-arm64_Packages
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17
 Description Language: 
                 File: /var/lib/apt/lists/deb.odroid.in_c2_dists_xenial_main_binary-armhf_Packages
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17
 Description Language: 
                 File: /var/lib/dpkg/status
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17

20160525-29 (/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/apt/lists/deb.odroid.in_c2_dists_xenial_main_binary-arm64_Packages
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17
 Description Language: 
                 File: /var/lib/apt/lists/deb.odroid.in_c2_dists_xenial_main_binary-armhf_Packages
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17
 Description Language: 
                 File: /var/lib/dpkg/status
                  MD5: 7eb5dd157e4ddc7c8a1c89006f442f17


Reverse Depends: 
  bootini:armhf,bootini
Dependencies: 
20160528-31 - fix20160525 (0 (null)) fbset (0 (null)) fix20160327 (0 (null)) u-boot (0 (null)) xserver-xorg-video-mali (0 (null)) aml-libs (0 (null)) kodi (0 (null)) bootini:armhf (32 (null)) 
20160525-29 - fix20160525 (0 (null)) fbset (0 (null)) fix20160327 (0 (null)) u-boot (0 (null)) xserver-xorg-video-mali (0 (null)) aml-libs (0 (null)) kodi (0 (null)) bootini:armhf (32 (null)) 
Provides: 
20160528-31 - 
20160525-29 - 
Reverse Provides: 

StefanScherer avatar Jun 14 '16 07:06 StefanScherer