Disabling auto-push based on time and bumping karma requirement while we consider options
Installation works (pulls in golang-x-sys-devel) on c9s. Uninstallation works fine too.
Tested, works fine
Previous kronosnet-epel
installs fine if epel-testing
is disabled, so with the bumped release it should be fine. Tried installing doxygen2man
and it pulls in libqb
so all looks fine.
This is because epel-testing has -3.el9 while epel-next-testing has -2.el9.next - you'll need to keep them in sync
Not currently installable
Error:
Problem 1: cannot install the best candidate for the job
- nothing provides libknet1(x86-64) = 1.22-4.el9_0 needed by kronosnet-tests-1.24-3.el9.x86_64
Problem 2: package libknet1-plugins-all-1.24-3.el9.x86_64 requires libknet1-compress-plugins-all(x86-64) = 1.24-3.el9, but none of the providers can be installed
- package libknet1-compress-plugins-all-1.24-3.el9.x86_64 requires libknet1-compress-zstd-plugin(x86-64) = 1.24-3.el9, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides libknet1(x86-64) = 1.22-4.el9_0 needed by libknet1-compress-zstd-plugin-1.24-3.el9.x86_64
Installs fine
$ sudo dnf --refresh --enablerepo=epel-testing install kronosnet-tests libknet1-plugins-all
pulls in 22 packages on my Alma 9 container, and removing them removes the same 22 packages cleanly.
This broke Emacs; _gst_meta_tag_memory_reference
is undefined. Rolling back gstreamer1-plugins-base
to the 1.20.3-2.fc37 in updates
fixes the issue
rust-update-set on main [?]
✦ ❯ emacs: symbol lookup error: /lib64/libgstvideo-1.0.so.0: undefined symbol: _gst_meta_tag_memory_reference
fish: Job 1, 'emacs rust-update-set/dependenc…' has ended
rust-update-set on main [?]
❯ rpm -qf /usr/lib64/libgstvideo-1.0.so.0
gstreamer1-plugins-base-1.20.4-1.fc37.x86_64
rust-update-set on main [?]
❯ sudo dnf distro-sync gstreamer1-plugins-base
[sudo] password for michel:
Last metadata expiration check: 0:23:24 ago on Mon 31 Oct 2022 10:21:16 AM CDT.
Dependencies resolved.
===========================================================================================================================
Package Architecture Version Repository Size
===========================================================================================================================
Downgrading:
gstreamer1-plugins-base x86_64 1.20.3-2.fc37 fedora 2.2 M
Transaction Summary
===========================================================================================================================
Downgrade 1 Package
Total download size: 2.2 M
Is this ok [y/N]: y
Downloading Packages:
gstreamer1-plugins-base-1.20.3-2.fc37.x86_64.rpm 692 kB/s | 2.2 MB 00:03
---------------------------------------------------------------------------------------------------------------------------
Total 645 kB/s | 2.2 MB 00:03
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Downgrading : gstreamer1-plugins-base-1.20.3-2.fc37.x86_64 1/2
Cleanup : gstreamer1-plugins-base-1.20.4-1.fc37.x86_64 2/2
Running scriptlet: gstreamer1-plugins-base-1.20.4-1.fc37.x86_64 2/2
Verifying : gstreamer1-plugins-base-1.20.3-2.fc37.x86_64 1/2
Verifying : gstreamer1-plugins-base-1.20.4-1.fc37.x86_64 2/2
Downgraded:
gstreamer1-plugins-base-1.20.3-2.fc37.x86_64
Complete!
^[[A^[[A⏎
rust-update-set on main [?] took 53s
❯ emacs rust-update-set/dependency_check.py &
rust-update-set on main [?]