Einige Pakete werden nicht aktualisiert

Started by harley-peter, 2026/04/20, 13:33:14

Previous topic - Next topic

Teriarch

@harley-peter
I guess libqt5webkit5_5.212.0~alpha4-42+b3_amd64.deb needs a little beta help
from its friends:
<https://wormhole.app/mMrYMY#KvalXmhdlYTmeUjqk3xbJA>

harley-peter


JotEs

Hallo,
seit einiger Zeit werden bei mir einige Pakete nicht aktualisiert:

QuoteAktualisiere nicht:
  libavcodec61  libavutil59  libswresample5  policycoreutils-dbus
Wie stelle ich fest, ob sie gelöscht werden können oder Abwarten das Richtige ist?

Isegrimm666

Hi JotES ...

Versuch mal ein:

apt remove --dry-run libavcodec61 mit allen Paketen. ('policycoreutils-dbus' kannst Du auslassen, da fehlt - noch - eine Abhängigkeit.

JotEs

Das brachte Klarheit. Vielen Dank.

Isegrimm666

Mit dem eben erfolgten 'full-upgrade' hat sich auch das Warten auf 'policycoreutils-dbus' erledigt.

IST-Zustand nach dem Upgrade:

┌──(isegrimm ㉿ T-A-K-A-Y-A)-▷[~]
└─▷$ dofu
OK:1 https://deb.debian.org/debian unstable InRelease
OK:2 https://packages.siduction.org/extra unstable InRelease
OK:3 https://packages.siduction.org/fixes unstable InRelease
Alle Pakete sind aktuell.                   
Zusammenfassung:                                   
  Aktualisiere: 0, Installiere: 0, Entferne: 0, Aktualisiere nicht: 0

ro_sid

Für das Paket und Programm
webcamoid

fehlt immer noch das (wohl) zu qt6 gehörende Paket qml6-module-qtgraphicaleffect (UNAVAILABLE).

Teriarch

#37
Ich bin ziemlich sicher, es sollte heißen

qml6-module-qt5compat-graphicaleffectsund nicht:
qml6-module-qtgraphicaleffectsIch hab das Paket  qml6-module-qt5compat-graphicaleffects_6.10.2-4_amd64.deb
mal um ein
Provides: qml6-module-qtgraphicaleffectsergänzt und die Version auf 6.10.2-4b verschoben:

<https://wormhole.app/mMJOPO#wYaDkU7cqNF_6Nipw9wtZA>

PS.: 
Aber vielleicht ist es besser, das Übel an der Quelle zu beseitigen und in
webcamoid_9.4.0-1b_amd64.deb die Abhängigkeit zu richten:

<https://wormhole.app/pvEOBP#1SGOsEZsTY7pTj78o1oKsA>

ro_sid

Danke sehr. Ich habe es heruntergeladen und werde es ausprobieren.
So ist es immerhin noch besser, als diese eine Paket "in der Schwebe" zu halten.

DeepDayze

@Teriarch
What changes needed to allow Webcamoid to update in relation to  qml6-module-qt5compat-graphicaleffects?

Teriarch

#40
@DeepDayze

> What changes needed to allow Webcamoid to update in relation to  qml6-module-qt5compat-graphicaleffects?

No changes to qml6-module-qt5compat-graphicaleffects version 6.10.2-4. W.r.t. webcamoid version 9.4.0-1 the following
changes are applied to the DEBIAN/control file:

--- a/DEBIAN/control    2026-08-01 13:15:19.740409709 +0200
+++ b/DEBIAN/control    2026-08-01 13:17:37.690811370 +0200
@@ -1,9 +1,9 @@
Package: webcamoid
-Version: 9.4.0-1
+Version: 9.4.0-1b
Architecture: amd64
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Installed-Size: 2620
-Depends: qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qtqml-models, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-templates, qml6-module-qtgraphicaleffects, qml6-module-qt-labs-platform, webcamoid-data (= 9.4.0-1), webcamoid-plugins (= 9.4.0-1), libavkys9 (>= 9.4.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6quickcontrols2-6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14)
+Depends: qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qtqml-models, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-templates, qml6-module-qt5compat-graphicaleffects, qml6-module-qt-labs-platform, webcamoid-data (= 9.4.0-1), webcamoid-plugins (= 9.4.0-1), libavkys9 (>= 9.4.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6quickcontrols2-6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14)
Section: video
Priority: optional
Homepage: https://webcamoid.github.io/
It's not as scary as it  looks. I promoted the version to 9.4.0-1b in order to allow for an immediate
overwrite in case Debian decides to update (and correct) the error. The only other change is
the replacement of qml6-module-qtgraphicaleffects in favor of  qml6-module-qt5compat-graphicaleffects
(the former package doesn't exist and a quick comparison with older versions indicates that
the latter version contains the same file names) within the "Depends:" directive . I append the
modified webcamoid_9.4.0-1b_amd64.deb once again for your convenience:

<https://wormhole.app/Q50RRK#AOdp9qeZpi1SDyaJnicYyg>

DeepDayze

#41
Quote from: Teriarch on 2026/08/01, 13:41:32@DeepDayze

> What changes needed to allow Webcamoid to update in relation to  qml6-module-qt5compat-graphicaleffects?

No changes to qml6-module-qt5compat-graphicaleffects version 6.10.2-4. W.r.t. webcamoid version 9.4.0-1 the following
changes are applied to the DEBIAN/control file:

--- a/DEBIAN/control    2026-08-01 13:15:19.740409709 +0200
+++ b/DEBIAN/control    2026-08-01 13:17:37.690811370 +0200
@@ -1,9 +1,9 @@
Package: webcamoid
-Version: 9.4.0-1
+Version: 9.4.0-1b
Architecture: amd64
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Installed-Size: 2620
-Depends: qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qtqml-models, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-templates, qml6-module-qtgraphicaleffects, qml6-module-qt-labs-platform, webcamoid-data (= 9.4.0-1), webcamoid-plugins (= 9.4.0-1), libavkys9 (>= 9.4.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6quickcontrols2-6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14)
+Depends: qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qtqml-models, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-templates, qml6-module-qt5compat-graphicaleffects, qml6-module-qt-labs-platform, webcamoid-data (= 9.4.0-1), webcamoid-plugins (= 9.4.0-1), libavkys9 (>= 9.4.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6quickcontrols2-6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14)
Section: video
Priority: optional
Homepage: https://webcamoid.github.io/
It's not as scary as it  looks. I promoted the version to 9.4.0-1b in order to allow for an immediate
overwrite in case Debian decides to update (and correct) the error. The only other change is
the replacement of qml6-module-qtgraphicaleffects in favor of  qml6-module-qt5compat-graphicaleffects
(the former package doesn't exist and a quick comparison with older versions indicates that
the latter version contains the same file names) within the "Depends:" directive . I append the
modified webcamoid_9.4.0-1b_amd64.deb once again for your convenience:

<https://wormhole.app/Q50RRK#AOdp9qeZpi1SDyaJnicYyg>
Thanks for that as I tried to download from your previous post but the link was expired. You been a great help to those who got stuck with Virtualbox previously and now with Webcamoid. Perhaps a bug report with this patch against Webcamoid so it can be fixed?

EDIT: Will your package be easily superseded by a fixed Webcamoid package from Debian repos at some point?

Teriarch

#42
@DeepDayze

> EDIT: Will your package be easily superseded by a fixed Webcamoid package from Debian repos at some point?

Yes it will. I advanced the version ever so slightly (9.4.0-1b vs. 9.4.0-1) for the forthcoming Debian update to take
over (I couldn't keep the old version, since the remote repository always breaks the tie in case of  version identity)
and also to prevent the modifications from being overwritten by the currently faulty Debian version.

> Perhaps a bug report with this patch against Webcamoid so it can be fixed?

I thought about that, on the other hand including a dependency on a nonexistent package is so
obviously wrong, that I have hope it will come to them very soon...

DeepDayze

@Teriarch, that's good to know if you build a custom package say to fix a simple bug that will be the case.