You are not logged in.
Pages: 1
Yo,
I have weird error since like 1 week when I try to update some packages :
Not upgrading:
gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-0 python3-apt
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 3
doas apt-cache policy gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-0 python3-apt
gives :
python3-apt
gstreamer1.0-plugins-bad:
Installed: 1.24.12-2+b1
Candidate: 1.24.12-3
Version table:
1.24.12-3 500
500 http://deb.devuan.nz/merged ceres/main amd64 Packages
500 http://deb.devuan.org/merged ceres/main amd64 Packages
*** 1.24.12-2+b1 100
100 /var/lib/dpkg/status
libgstreamer-plugins-bad1.0-0:
Installed: 1.24.12-2+b1
Candidate: 1.24.12-3
Version table:
1.24.12-3 500
500 http://deb.devuan.nz/merged ceres/main amd64 Packages
500 http://deb.devuan.org/merged ceres/main amd64 Packages
*** 1.24.12-2+b1 100
100 /var/lib/dpkg/status
python3-apt:
Installed: 2.9.8
Candidate: 2.9.9
Version table:
2.9.9 500
500 http://deb.devuan.nz/merged ceres/main amd64 Packages
500 http://deb.devuan.org/merged ceres/main amd64 Packages
*** 2.9.8 100
100 /var/lib/dpkg/status
Does anyone know why only those packages get error 500 ? Everything else is going well and upgrading
Offline
The reason for holding back an upgrade would be becuse it wants to bring in another, new package, which is something an upgrade doesn't do. You can find out which new package is concerned and install that, or you maybe do a dist-upgrade instead.
Offline
ah yes didn't think of "dist-upgrade", thanks ralph
that solved 2/3 of the problem, still python3-apt didn't update, but I will wait for devs
solved
Offline
that solved 2/3 of the problem, still python3-apt didn't update, but I will wait for devs
That depends on a package in the unstable/ceres that does not exist.
root@9600k:~# apt install -s -t unstable python3-apt
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:
Unsatisfied dependencies:
python3-apt : Depends: libapt-pkg7.0 (>= 2.9.27+exp1) but it is not installable
Error: Unable to correct problems, you have held broken packages.
root@9600k:~# apt-cache policy libapt-pkg7.0
libapt-pkg7.0:
Installed: (none)
Candidate: (none)
Version table:
Offline
Are you using unstable too, green ? No problemo ?
Yeah, have to wait for the devs to do the stuff I think, thanks for precision.
Offline
Are you using unstable too, green ? No problemo ?
I use the testing/unstable combination with apt pinning to get the packages from testing first then if needed from the unstable if they have not got there yet. It works well without problems.
Offline
Pages: 1