From 5f25579233f8a465033beee7501df514e70dd8ff Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 12 Oct 2018 19:11:51 -0400 Subject: [PATCH] Update main.yml --- roles/calibre/defaults/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/calibre/defaults/main.yml b/roles/calibre/defaults/main.yml index 39b13a434..2881fc284 100644 --- a/roles/calibre/defaults/main.yml +++ b/roles/calibre/defaults/main.yml @@ -28,7 +28,11 @@ calibre_bin_deb_pin_version: "{{ calibre_deb_pin_version }}" # for calibre-bi ## The following packages have unmet dependencies: ## calibre-bin : Depends: libpodofo0.9.5 (>= 0.9.5-7) but it is not installable ## E: Unable to correct problems, you have held broken packages. -#calibre_bin_deb_pin_version: 3.32.0+dfsg-1+b1 # for calibre-bin_3.32.0+dfsg-1+b1_armhf.deb (706K, 2018-10-08) SEEMS TO WORK AS OF 2018-10-10, THOUGH MYSTERIOUSLY IT HAD NOT WORKED ON 2018-10-08 +#calibre_bin_deb_pin_version: 3.32.0+dfsg-1+b1 # for calibre-bin_3.32.0+dfsg-1+b1_armhf.deb (706K, 2018-10-08) FAILED ON 2018-10-08 (ERROR ABOVE), MYSTERIOUSLY WORKED ON 2018-10-10, FAILED ON 2018-10-12 -- THIS LATEST ERROR MIGHT RELATE TO SAMBA AND/OR THE NEW RASPBIAN 2018-10-09: +# The following packages have unmet dependencies: +# pkg-config : Depends: libdpkg-perl but it is not going to be installed +# samba : Depends: update-inetd but it is not going to be installed +# E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). # USE TO TEST debs.yml (RASPBIAN APPROACH!) ON DEBIAN 9.X: (now handled by calibre_via_debs in /opt/iiab/iiab/vars/*) #calibre_debs_on_debian: True