KanoComputing / kano-updater

GNU General Public License v2.0
9 stars 11 forks source link

Fix apt-transport-https dependency in Jessie #393

Closed radujipa closed 5 years ago

radujipa commented 5 years ago

When https://github.com/KanoComputing/kano-updater/pull/385 was backported, the version needed to be lowered to a version available in Jessie as the one in Stretch is higher. The error produced when updating a v3.x image is the following:

radu@radu ~ $ sudo apt install kano-updater
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 kano-updater : Depends: apt-transport-https (>= 1.4.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Interestingly, this was not visible in the logs at all... The updater just failed to update itself and log anything about that error.

radujipa commented 5 years ago

I've now did a run through a 3.x and it now updated properly