On Fri, May 10, 2024 at 08:21:57AM +0200, Robert Palm wrote:

Hi, any suggestions how to fix this ?

tron$ pkg_check
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok
--- consolekit2-1.2.6p4 -------------------
/usr/local/share/polkit-1/rules.d/10-openbsd-consolekit.rules should exist
--- dbus-daemon-launch-helper-1.14.10 -------------------
can't read /usr/local/libexec/dbus-daemon-launch-helper
--- polkit-124 -------------------
/usr/local/share/polkit-1/rules.d/50-default.rules should exist


tron$ doas pkg_add -u
quirks-7.21 signed on 2024-05-07T10:33:22Z
gstreamer1-1.24.2->1.24.3 forward dependencies:
| Dependency of gstreamer1-plugins-base-1.24.2 on gstreamer1-=1.24.2 doesn't match
Merging gstreamer1-plugins-base-1.24.2->1.24.3 (ok)
gstreamer1+gstreamer1-plugins-base-1.24.2->1.24.3 forward dependencies:
| Dependency of gstreamer1-plugins-libav-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match | Dependency of gstreamer1-plugins-good-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match | Dependency of gstreamer1-plugins-bad-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match
Merging gstreamer1-plugins-libav-1.24.2->1.24.3 (ok)
NOT MERGING: can't find update for [gstreamer1-plugins-good-1.24.2] (ok)
Merging gstreamer1-plugins-bad-1.24.2->1.24.3 (ok)
Proceed with update anyway ? [y/N/a] N
gstreamer1-plugins-base-1.24.2->1.24.3 forward dependencies:
| Dependency of gstreamer1-plugins-libav-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match | Dependency of gstreamer1-plugins-bad-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match | Dependency of gstreamer1-plugins-good-1.24.2 on gstreamer1-plugins-base-=1.24.2 doesn't match
Merging gstreamer1-plugins-libav-1.24.2->1.24.3 (ok)
Merging gstreamer1-plugins-bad-1.24.2->1.24.3 (ok)
NOT MERGING: can't find update for [gstreamer1-plugins-good-1.24.2] (ok)
Proceed with update anyway ? [y/N/a] N
Couldn't find updates for gstreamer1-1.24.2 gstreamer1-plugins-bad-1.24.2 gstreamer1-plugins-base-1.24.2 gstreamer1-plugins-libav-1.24.2 Couldn't install gstreamer1-1.24.3 gstreamer1-plugins-bad-1.24.3 gstreamer1-plugins-base-1.24.3 gstreamer1-plugins-libav-1.24.3



Thanks!


I would first run "pkg_info -mz > ~/packages.txt" to bookmark the packages I currently have on my system.
Then I would delete all orphaned packages by doing "pkg_delete -a".
Do another "pkg_check" and if good, do a "pkg_add -uiv".
Then if I lose one of my critical packages I needed, I can just run "pkg_add -l ~/packages.txt" to ensure the latest version of my packages are installed if not present.

- Ampie

Reply via email to