qt5-Transition

Begonnen von axt, 2018/12/27, 04:22:03

Vorheriges Thema - Nächstes Thema

vayu

Zitat von: finotti in 2019/01/07, 15:52:31FWIW, all my systems have been upgraded a while ago without removals....

I'm pretty sure the qt5 transition is done: https://release.debian.org/transitions/
finotti, thanks for letting me know.
Knowing that plus this very cool command I've never seen before helped me get my system all up to date.apt-get -o Debug::pkgProblemResolver=yes dist-upgrade

finotti

Zitat von: drb in 2019/01/07, 17:15:30
The problem appears to be that I need akonadi-backend-sqlite 4:18.08.1-1+b2 but apt can't find it in sid, although it is the only package apparently available!
I just noticed that in your output of apt policy...  (I had missed it before.)  The obvious: did you run "apt update"?  If so, maybe change your repository, as it does show up as available to me:# apt policy akonadi-backend-sqlite
akonadi-backend-sqlite:
  Installed: 4:18.08.1-1+b2
  Candidate: 4:18.08.1-1+b2
  Version table:
*** 4:18.08.1-1+b2 500
        500 http://httpredir.debian.org/debian sid/main amd64 Packages
        500 http://httpredir.debian.org/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status


drb

Isn't the version I have 4:18.08.1-1.1 later than 4:18.08.1-1+b2? Even though only 4:18.08.1-1+b2 is downloadable from debian sid.

jure

ZitatThe problem appears to be that I need akonadi-backend-sqlite 4:18.08.1-1+b2 but apt can't find it in sid, although it is the only package apparently available!

try to disable "http://packages.siduction.org/fixes unstable/main amd64 Packages" in /etc/apt/sources.list.d....

than the debian version 4:18.08.1-1+b2  should be installed
Gruss Juergen

drb

Thanks. I have already tried that earlier but still have a problem that b2 isn't found.

jure

hmm - I did it just 15min before and reinstalled akonadi-backend-sqlite here

now it is
apt policy akonadi-backend-sqlite
akonadi-backend-sqlite:
  Installiert:           4:18.08.1-1+b2
  Installationskandidat: 4:18.08.1-1+b2
  Versionstabelle:
*** 4:18.08.1-1+b2 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Gruss Juergen

drb

Did you let it go then reinstall it?
Also, what is your debian sources list?

jure

yes I let it go 29.12.2018 and now reinstalled it

cat /etc/apt/sources.list.d/debian.list
# debian loadbalancer
deb http://httpredir.debian.org/debian/ unstable main contrib non-free
#deb-src http://http.debian.net/debian/ unstable main contrib non-free

#testing
#deb http://httpredir.debian.org/debian/ testing main contrib non-free

# Experimental
#deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ experimental main contrib non-free

# stable
#deb http://ftp.nl.debian.org/debian/ stable main contrib non-free
Gruss Juergen

drb

#38
It looks like I've got to let  4:18.08.1-1.1 go then reinstall 4:18.08.1-1+b2 after disabling siduction/fixes.
PS Removal of akonadi-backend-sqlite, two dist-upgrades and reinstallation of akonadi-backend-sqlite got there!