From 5de8397e0710797dc0489ff84ed03d183a06d768 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:13:41 -0400 Subject: [PATCH 1/5] calibre-install-latest-rpi.sh fails with Calibre 3.24 and 3.25 (calibre-install-latest.sh works for now!) --- roles/calibre/tasks/debs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 2fdd5cfdc..b00a69d7f 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -19,7 +19,8 @@ # HOWEVER: it's strongly suggested you wait for apt (blessed by your OS!) - name: Upgrade to Calibre testing .deb's - target Raspbian (rpi) - command: scripts/calibre-install-latest-rpi.sh + #command: scripts/calibre-install-latest-rpi.sh #fails with Calibre 3.24 & 3.25, and beyond? + command: scripts/calibre-install-latest.sh #Debian approach works for now (3.24 & 3.25) when: is_rpi and internet_available - name: Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18) From 33a7e546b7d8059fe23b420c38313c8113deea5c Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:15:14 -0400 Subject: [PATCH 2/5] Update calibre-install-latest.sh --- scripts/calibre-install-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/calibre-install-latest.sh b/scripts/calibre-install-latest.sh index 37764db79..7de7a163f 100755 --- a/scripts/calibre-install-latest.sh +++ b/scripts/calibre-install-latest.sh @@ -3,7 +3,7 @@ # Thanks to Jerry Vonau (https://github.com/jvonau) who made this critical # breakthrough possible! # -# Calibre 3.23 is the latest available from testing as of 2018-05-10: +# Calibre 3.25 is the latest available from testing as of 2018-06-10: # # https://packages.debian.org/search?keywords=calibre # http://deb.debian.org/debian/pool/main/c/calibre/ From 99d4049f502bef877c58b9057c32c69eceea8786 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:15:29 -0400 Subject: [PATCH 3/5] Update calibre-install-unstable.sh --- scripts/calibre-install-unstable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/calibre-install-unstable.sh b/scripts/calibre-install-unstable.sh index abb950f7c..333985103 100755 --- a/scripts/calibre-install-unstable.sh +++ b/scripts/calibre-install-unstable.sh @@ -3,7 +3,7 @@ # Thanks to Jerry Vonau (https://github.com/jvonau) who made this critical # breakthrough possible! # -# Calibre 3.23 is the latest available from testing as of 2018-05-10: +# Calibre 3.25 is the latest available from testing as of 2018-06-10: # # https://packages.debian.org/search?keywords=calibre # http://deb.debian.org/debian/pool/main/c/calibre/ From 2258b3ea5f661224f1c1698904bcda4c6f400656 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:23:02 -0400 Subject: [PATCH 4/5] Update calibre-install-latest-rpi.sh --- scripts/calibre-install-latest-rpi.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/calibre-install-latest-rpi.sh b/scripts/calibre-install-latest-rpi.sh index a5d520bda..61aad01a5 100755 --- a/scripts/calibre-install-latest-rpi.sh +++ b/scripts/calibre-install-latest-rpi.sh @@ -3,7 +3,16 @@ # Thanks to Jerry Vonau (https://github.com/jvonau) who made this critical # breakthrough possible! # -# Calibre 3.23 is the latest available from testing as of 2018-05-10: +# Worked up to Calibre 3.23 from May 2018. +# Calibre 3.24 and 3.25 fail to "apt install" in June 2018: +# +# The following packages have unmet dependencies: +# calibre : Depends: python-pyqt5 (>= 5.10.1+dfsg-2) but 5.10.1+dfsg-1+rpi1 is to be installed +# E: Unable to correct problems, you have held broken packages. +# +# Debian approach (calibre-install-latest.sh) is the workaround for now: https://github.com/iiab/iiab/pull/832 +# +# Calibre 3.25 is the latest available from testing as of 2018-06-10: # # http://raspbian.raspberrypi.org/raspbian/pool/main/c/calibre/ # http://archive.raspbian.org/raspbian/pool/main/c/calibre/ From 854103a83002059d10614080a04e1ec839d3d630 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:31:46 -0400 Subject: [PATCH 5/5] Update calibre-install-latest-rpi.sh --- scripts/calibre-install-latest-rpi.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/calibre-install-latest-rpi.sh b/scripts/calibre-install-latest-rpi.sh index 61aad01a5..ada054c88 100755 --- a/scripts/calibre-install-latest-rpi.sh +++ b/scripts/calibre-install-latest-rpi.sh @@ -10,7 +10,9 @@ # calibre : Depends: python-pyqt5 (>= 5.10.1+dfsg-2) but 5.10.1+dfsg-1+rpi1 is to be installed # E: Unable to correct problems, you have held broken packages. # -# Debian approach (calibre-install-latest.sh) is the workaround for now: https://github.com/iiab/iiab/pull/832 +# Debian approach (calibre-install-latest.sh) is the workaround for now: +# +# https://github.com/iiab/iiab/pull/833 # # Calibre 3.25 is the latest available from testing as of 2018-06-10: #