^ Reported as https://bugzilla.redhat.com/show_bug.cgi?id=2183423
lxqt-config
requires a rebuild, and has been blocking this update of libkscreen-qt5
since it hit stable.
Problem: package lxqt-config-1.2.0-1.fc37.x86_64 requires libKF5Screen.so.7()(64bit), but none of the providers can be installed
- cannot install both libkscreen-qt5-5.27.3-1.fc37.x86_64 and libkscreen-qt5-5.26.5-1.fc37.x86_64
- cannot install both libkscreen-qt5-5.27.3-1.fc37.x86_64 and libkscreen-qt5-5.26.2-1.fc37.x86_64
- cannot install the best update candidate for package lxqt-config-1.2.0-1.fc37.x86_64
- cannot install the best update candidate for package libkscreen-qt5-5.26.5-1.fc37.x86_64
(The lxqt-config issue is already reported as bug 2175536.)
This seems fine, but lxqt-config didn't get rebuilt, it seems, and it depends on libkscreen-qt5
. The new build's soversion bump from libKF5Screen.so.7
to libKF5Screen.so.8
causes a conflict with the current lxqt-config-1.2.0-1
.
RapidJSON support can be confirmed, BTW, by using the built-in jsonencode()
or jsondecode()
functions from Octave. For example:
>> jsondecode('{"a": 1}')
ans =
scalar structure containing the fields:
a = 1
>>
Looks good, I can install python-CommonMark-utils without it conflicting with cmark, and I can install python3-CommonMark without needing python-CommonMark-utils at all. Thanks!
After spinning up a VM and installing along with my GEdit plugin package, everything is working perfectly. Thanks again for the quick response!
Confirmed, kernelshark-1:1.2-2.fc33.x86_64
successfully installs as an upgrade to kernelshark-2.8.3-4.fc33.x86_64
I've submitted rhbz 1909725 to track the kernelshark version-numbering issue.
I can confirm that manually forcing a dnf downgrade kernelshark-1.2-1.fc33
unblocks the trace-cmd update, allowing a dnf upgrade trace-cmd
to successfully install 2.9.1-4.fc33. But that's going to continue to cause problems due to the existence of kernelshark-2.8.3-4.fc33 in the fedora repo for F33.
The only workable solutions are to either raise the kernelshark version numbering above 2.8.3, or add an 'Epoch: 1' to the kernelshark.spec and push out a new kernelshark-1:1.2-2.fc33 package as an upgrade from kernelshark-2.8.3-4.fc33.
@zsun: kernelshark is still conflicting with trace-cmd two months later, so I'm afraid something seems to have broken down with the updates chaining here.
The current F33 package is kernelshark-2.8.3-4.fc33 which requires 'trace-cmd(x86-64) = 2.8.3-4.fc33' and blocks the installation of trace-cmd-2.9.1-2.fc33.
If the kernelshark version numbering is going to be reset down to a lower value (I see kernelshark-1.2-1.fc33 attached to this update), then you'll need to set an Epoch number to get it to install in place of kernelshark-2.8.3-4.fc33, and to avoid it continually trying to upgrade itself to 2.8.3 after install.
This update has been unpushed.
Unfortunately, both this build and the previous 4.19.2-300
completely hosed my system, in what seems to be an incompatibility with the Nvidia binary drivers (rpmfusion 410.xx
series). I initially thought it was the update to xorg-x11-drv-nvidia-410.78-1.fc29.x86_64
that caused the problem, but after downgrading to 410.66
and still encountering it, I was forced to go back to 4.18.17-300.fc29.x86_64
(with nvidia 410.78
, so that update's definitely not the problem in and of itself).
(These symptoms are identical to my previous report on -300
:) Startup goes fine at first, but at some point during my session login a null pointer dereference in the kernel drm code is logged. After that point, the system gives the appearance of working but really it's toast. Firefox sits in the process table but never displays anything at all, gThumb dumps core, Chrome opens up literally empty windows (not even the client side decorations), and if I try to shut the machine down it completely freezes and requires a 4-second lean on the power button to switch it off.
Here's the kernel oops in -301
, as logged to the journal:
Nov 22 05:41:14 teevey kernel: rfkill: input handler disabled
Nov 22 05:41:15 teevey kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000080
Nov 22 05:41:15 teevey kernel: PGD 0 P4D 0
Nov 22 05:41:15 teevey kernel: Oops: 0000 [#1] SMP PTI
Nov 22 05:41:15 teevey kernel: CPU: 2 PID: 2634 Comm: gst-plugin-scan Tainted: P OE 4.19.2-301.fc29.x86_64 #1
Nov 22 05:41:15 teevey kernel: Hardware name: Hewlett-Packard HP Compaq 6200 Pro MT PC/1497, BIOS J01 v02.29 04/04/2016
Nov 22 05:41:15 teevey kernel: RIP: 0010:drm_lease_owner+0xd/0x20 [drm]
Nov 22 05:41:15 teevey kernel: Code: 83 c4 18 5b 5d c3 b8 ea ff ff ff eb e2 b8 ed ff ff ff eb db e8 b4 59 e3 f7 0f 1f 40 00 66 66 66 66 90 48 89 f8 eb 03 48 89 d0 <48> 8b 90 80 00 00 00 48 85 d2 75 f1 c3 66 0f 1f 44 00 00 66 66 66
Nov 22 05:41:15 teevey kernel: RSP: 0018:ffffba0a44cbfb90 EFLAGS: 00010202
Nov 22 05:41:15 teevey kernel: RAX: 0000000000000000 RBX: ffff927093e81600 RCX: ffff927093e816c8
Nov 22 05:41:15 teevey kernel: RDX: ffff927093c99f00 RSI: 0000000000000000 RDI: 0000000000000000
Nov 22 05:41:15 teevey kernel: RBP: ffff92711266a800 R08: 0000000000000000 R09: 0000000000000000
Nov 22 05:41:15 teevey kernel: R10: ffffddde464faf80 R11: 0000000000000002 R12: ffff92711266a888
Nov 22 05:41:15 teevey kernel: R13: 0000000000000000 R14: ffff927093e816c8 R15: dead000000000100
Nov 22 05:41:15 teevey kernel: FS: 00007f427ca56740(0000) GS:ffff927125b00000(0000) knlGS:0000000000000000
Nov 22 05:41:15 teevey kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 22 05:41:15 teevey kernel: CR2: 0000000000000080 CR3: 000000018d0a2001 CR4: 00000000000606e0
Nov 22 05:41:15 teevey kernel: Call Trace:
Nov 22 05:41:15 teevey kernel: drm_is_current_master+0x1a/0x30 [drm]
Nov 22 05:41:15 teevey kernel: drm_master_release+0x3e/0x140 [drm]
Nov 22 05:41:15 teevey kernel: drm_file_free.part.4+0x2db/0x2e0 [drm]
Nov 22 05:41:15 teevey kernel: drm_open+0x1e5/0x200 [drm]
Nov 22 05:41:15 teevey kernel: ? drm_dev_enter+0x19/0x50 [drm]
Nov 22 05:41:15 teevey kernel: drm_stub_open+0xaf/0xf0 [drm]
Nov 22 05:41:15 teevey kernel: chrdev_open+0xa2/0x1c0
Nov 22 05:41:15 teevey kernel: ? cdev_put.part.0+0x20/0x20
Nov 22 05:41:15 teevey kernel: do_dentry_open+0x132/0x340
Nov 22 05:41:15 teevey kernel: path_openat+0x33a/0x1610
Nov 22 05:41:15 teevey kernel: ? sprintf+0x56/0x70
Nov 22 05:41:15 teevey kernel: ? uevent_show+0xde/0x100
Nov 22 05:41:15 teevey kernel: do_filp_open+0x93/0x100
Nov 22 05:41:15 teevey kernel: ? __check_object_size+0xa3/0x181
Nov 22 05:41:15 teevey kernel: do_sys_open+0x186/0x210
Nov 22 05:41:15 teevey kernel: do_syscall_64+0x5b/0x160
Nov 22 05:41:15 teevey kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
Nov 22 05:41:15 teevey kernel: RIP: 0033:0x7f427ccb1626
Nov 22 05:41:15 teevey kernel: Code: 89 54 24 08 e8 7b f4 ff ff 8b 74 24 0c 48 8b 3c 24 41 89 c0 44 8b 54 24 08 b8 01 01 00 00 89 f2 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 30 44 89 c7 89 44 24 08 e8 a6 f4 ff ff 8b 44
Nov 22 05:41:15 teevey kernel: RSP: 002b:00007fffe2179f10 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
Nov 22 05:41:15 teevey kernel: RAX: ffffffffffffffda RBX: 000055a59f4c4120 RCX: 00007f427ccb1626
Nov 22 05:41:15 teevey kernel: RDX: 0000000000080002 RSI: 000055a59f4c78e0 RDI: 00000000ffffff9c
Nov 22 05:41:15 teevey kernel: RBP: 000055a59f4c41c0 R08: 0000000000000000 R09: 00454d414e564544
Nov 22 05:41:15 teevey kernel: R10: 0000000000000000 R11: 0000000000000293 R12: 000055a59f4c7c10
Nov 22 05:41:15 teevey kernel: R13: 000055a59f4c4120 R14: 000055a59f4c7280 R15: 000055a59f4c6420
Nov 22 05:41:15 teevey kernel: Modules linked in: rfcomm devlink nf_nat_tftp nf_conntrack_sane nf_conntrack_tftp nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 nf_log_ipv4 nf_log_common xt_LOG xt_pkttype xt_conntrack ebtable_nat ip6table_nat nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep btusb btrtl btbcm btintel bluetooth ecdh_generic joydev fuse snd_usb_audio snd_usbmidi_lib snd_rawmidi nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp nvidia(POE) kvm_intel iTCO_wdt
Nov 22 05:41:15 teevey kernel: gpio_ich iTCO_vendor_support kvm snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel irqbypass snd_hda_codec crct10dif_pclmul drm_kms_helper crc32_pclmul snd_hda_core snd_hwdep snd_seq drm snd_seq_device ghash_clmulni_intel intel_cstate snd_pcm intel_uncore intel_rapl_perf hp_wmi sparse_keymap ipmi_si rfkill snd_timer wmi_bmof snd ipmi_devintf ipmi_msghandler lpc_ich soundcore i2c_i801 tpm_infineon pcc_cpufreq binfmt_misc crc32c_intel e1000e serio_raw wmi
Nov 22 05:41:15 teevey kernel: CR2: 0000000000000080
Nov 22 05:41:15 teevey kernel: ---[ end trace 47e979a724910cde ]---
Nov 22 05:41:15 teevey kernel: RIP: 0010:drm_lease_owner+0xd/0x20 [drm]
Nov 22 05:41:15 teevey kernel: Code: 83 c4 18 5b 5d c3 b8 ea ff ff ff eb e2 b8 ed ff ff ff eb db e8 b4 59 e3 f7 0f 1f 40 00 66 66 66 66 90 48 89 f8 eb 03 48 89 d0 <48> 8b 90 80 00 00 00 48 85 d2 75 f1 c3 66 0f 1f 44 00 00 66 66 66
Nov 22 05:41:15 teevey kernel: RSP: 0018:ffffba0a44cbfb90 EFLAGS: 00010202
Nov 22 05:41:15 teevey kernel: RAX: 0000000000000000 RBX: ffff927093e81600 RCX: ffff927093e816c8
Nov 22 05:41:15 teevey kernel: RDX: ffff927093c99f00 RSI: 0000000000000000 RDI: 0000000000000000
Nov 22 05:41:15 teevey kernel: RBP: ffff92711266a800 R08: 0000000000000000 R09: 0000000000000000
Nov 22 05:41:15 teevey kernel: R10: ffffddde464faf80 R11: 0000000000000002 R12: ffff92711266a888
Nov 22 05:41:15 teevey kernel: R13: 0000000000000000 R14: ffff927093e816c8 R15: dead000000000100
Nov 22 05:41:15 teevey kernel: FS: 00007f427ca56740(0000) GS:ffff927125b00000(0000) knlGS:0000000000000000
Nov 22 05:41:15 teevey kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 22 05:41:15 teevey kernel: CR2: 0000000000000080 CR3: 000000018d0a2001 CR4: 00000000000606e0
Nov 22 05:43:42 teevey kernel: rfkill: input handler enabled
Unfortunately both this build and the -301
that followed it completely hosed my system, in what seems to be an incompatibility with the Nvidia binary drivers (rpmfusion 410.xx
series). I initially thought it was the update to xorg-x11-drv-nvidia-410.78-1.fc29.x86_64
that caused the problem, but after downgrading to 410.66
and still encountering it, I was forced to go back to 4.18.17-300.fc29.x86_64
(with nvidia 410.78
, so that update's definitely not the problem in and of itself).
Startup goes fine at first, but at some point during my session login a null pointer dereference in the kernel drm
code is logged. After that point, the system gives the appearance of working but really it's toast. Firefox sits in the process table but never displays anything at all, gThumb dumps core, Chrome opens up literally empty windows (not even the client side decorations), and if I try to shut the machine down it completely freezes and requires a 4-second lean on the power button to switch it off.
Here's the kernel oops as logged to the journal:
Nov 22 05:24:18 teevey kernel: rfkill: input handler disabled
Nov 22 05:24:20 teevey kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000080
Nov 22 05:24:20 teevey kernel: PGD 0 P4D 0
Nov 22 05:24:20 teevey kernel: Oops: 0000 [#1] SMP PTI
Nov 22 05:24:20 teevey kernel: CPU: 0 PID: 2647 Comm: gst-plugin-scan Tainted: P OE 4.19.2-300.fc29.x86_64 #1
Nov 22 05:24:20 teevey kernel: Hardware name: Hewlett-Packard HP Compaq 6200 Pro MT PC/1497, BIOS J01 v02.29 04/04/2016
Nov 22 05:24:20 teevey kernel: RIP: 0010:drm_lease_owner+0xd/0x20 [drm]
Nov 22 05:24:20 teevey kernel: Code: 83 c4 18 5b 5d c3 b8 ea ff ff ff eb e2 b8 ed ff ff ff eb db e8 b4 59 c9 e6 0f 1f 40 00 66 66 66 66 90 48 89 f8 eb 03 48 89 d0 <48> 8b 90 80 00 00 00 48 85 d2 75 f1 c3 66 0f 1f 44 00 00 66 66 66
Nov 22 05:24:20 teevey kernel: RSP: 0018:ffff9b558314fb90 EFLAGS: 00010202
Nov 22 05:24:20 teevey kernel: RAX: 0000000000000000 RBX: ffff8ff973d22a00 RCX: ffff8ff973d22ac8
Nov 22 05:24:20 teevey kernel: RDX: ffff8ff95efd0000 RSI: 0000000000000000 RDI: 0000000000000000
Nov 22 05:24:20 teevey kernel: RBP: ffff8ff9e03de000 R08: 0000000000000000 R09: 0000000000000000
Nov 22 05:24:20 teevey kernel: R10: ffffcdd6487aee00 R11: 0000000000000002 R12: ffff8ff9e03de088
Nov 22 05:24:20 teevey kernel: R13: 0000000000000000 R14: ffff8ff973d22ac8 R15: dead000000000100
Nov 22 05:24:20 teevey kernel: FS: 00007f97abbe5740(0000) GS:ffff8ff9e5a00000(0000) knlGS:0000000000000000
Nov 22 05:24:20 teevey kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 22 05:24:20 teevey kernel: CR2: 0000000000000080 CR3: 000000018f4c2002 CR4: 00000000000606f0
Nov 22 05:24:20 teevey kernel: Call Trace:
Nov 22 05:24:20 teevey kernel: drm_is_current_master+0x1a/0x30 [drm]
Nov 22 05:24:20 teevey kernel: drm_master_release+0x3e/0x140 [drm]
Nov 22 05:24:20 teevey kernel: drm_file_free.part.4+0x2db/0x2e0 [drm]
Nov 22 05:24:20 teevey kernel: drm_open+0x1e5/0x200 [drm]
Nov 22 05:24:20 teevey kernel: ? drm_dev_enter+0x19/0x50 [drm]
Nov 22 05:24:20 teevey kernel: drm_stub_open+0xaf/0xf0 [drm]
Nov 22 05:24:20 teevey kernel: chrdev_open+0xa2/0x1c0
Nov 22 05:24:20 teevey kernel: ? cdev_put.part.0+0x20/0x20
Nov 22 05:24:20 teevey kernel: do_dentry_open+0x132/0x340
Nov 22 05:24:20 teevey kernel: path_openat+0x33a/0x1610
Nov 22 05:24:20 teevey kernel: ? sprintf+0x56/0x70
Nov 22 05:24:20 teevey kernel: ? uevent_show+0xde/0x100
Nov 22 05:24:20 teevey kernel: do_filp_open+0x93/0x100
Nov 22 05:24:20 teevey kernel: ? __check_object_size+0xa3/0x181
Nov 22 05:24:20 teevey kernel: do_sys_open+0x186/0x210
Nov 22 05:24:20 teevey kernel: do_syscall_64+0x5b/0x160
Nov 22 05:24:20 teevey kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
Nov 22 05:24:20 teevey kernel: RIP: 0033:0x7f97abe40626
Nov 22 05:24:20 teevey kernel: Code: 89 54 24 08 e8 7b f4 ff ff 8b 74 24 0c 48 8b 3c 24 41 89 c0 44 8b 54 24 08 b8 01 01 00 00 89 f2 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 30 44 89 c7 89 44 24 08 e8 a6 f4 ff ff 8b 44
Nov 22 05:24:20 teevey kernel: RSP: 002b:00007ffecd105d30 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
Nov 22 05:24:20 teevey kernel: RAX: ffffffffffffffda RBX: 000055864630d120 RCX: 00007f97abe40626
Nov 22 05:24:20 teevey kernel: RDX: 0000000000080002 RSI: 0000558646311080 RDI: 00000000ffffff9c
Nov 22 05:24:20 teevey kernel: RBP: 000055864630d1c0 R08: 0000000000000000 R09: 0045505954564544
Nov 22 05:24:20 teevey kernel: R10: 0000000000000000 R11: 0000000000000293 R12: 0000558646310480
Nov 22 05:24:20 teevey kernel: R13: 000055864630d120 R14: 000055864630fd90 R15: 00005586462bf3e0
Nov 22 05:24:20 teevey kernel: Modules linked in: rfcomm devlink nf_nat_tftp nf_conntrack_sane nf_conntrack_tftp nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 nf_log_ipv4 nf_log_common xt_LOG xt_pkttype xt_conntrack ebtable_nat ip6table_nat nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep btusb btrtl btbcm btintel bluetooth ecdh_generic joydev fuse snd_usb_audio snd_usbmidi_lib snd_rawmidi nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm snd_hda_codec_hdmi iTCO_wdt gpio_ich
Nov 22 05:24:20 teevey kernel: iTCO_vendor_support irqbypass crct10dif_pclmul crc32_pclmul nvidia(POE) ghash_clmulni_intel intel_cstate intel_uncore intel_rapl_perf snd_hda_codec_realtek snd_hda_codec_generic hp_wmi sparse_keymap rfkill snd_hda_intel snd_hda_codec ipmi_si wmi_bmof drm_kms_helper snd_hda_core i2c_i801 snd_hwdep snd_seq snd_seq_device snd_pcm drm snd_timer ipmi_devintf tpm_infineon snd ipmi_msghandler soundcore lpc_ich pcc_cpufreq binfmt_misc crc32c_intel serio_raw e1000e wmi
Nov 22 05:24:20 teevey kernel: CR2: 0000000000000080
Nov 22 05:24:20 teevey kernel: ---[ end trace ed40e5048f28256c ]---
Nov 22 05:24:20 teevey kernel: RIP: 0010:drm_lease_owner+0xd/0x20 [drm]
Nov 22 05:24:20 teevey kernel: Code: 83 c4 18 5b 5d c3 b8 ea ff ff ff eb e2 b8 ed ff ff ff eb db e8 b4 59 c9 e6 0f 1f 40 00 66 66 66 66 90 48 89 f8 eb 03 48 89 d0 <48> 8b 90 80 00 00 00 48 85 d2 75 f1 c3 66 0f 1f 44 00 00 66 66 66
Nov 22 05:24:20 teevey kernel: RSP: 0018:ffff9b558314fb90 EFLAGS: 00010202
Nov 22 05:24:20 teevey kernel: RAX: 0000000000000000 RBX: ffff8ff973d22a00 RCX: ffff8ff973d22ac8
Nov 22 05:24:20 teevey kernel: RDX: ffff8ff95efd0000 RSI: 0000000000000000 RDI: 0000000000000000
Nov 22 05:24:20 teevey kernel: RBP: ffff8ff9e03de000 R08: 0000000000000000 R09: 0000000000000000
Nov 22 05:24:20 teevey kernel: R10: ffffcdd6487aee00 R11: 0000000000000002 R12: ffff8ff9e03de088
Nov 22 05:24:20 teevey kernel: R13: 0000000000000000 R14: ffff8ff973d22ac8 R15: dead000000000100
Nov 22 05:24:20 teevey kernel: FS: 00007f97abbe5740(0000) GS:ffff8ff9e5a00000(0000) knlGS:0000000000000000
Nov 22 05:24:20 teevey kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 22 05:24:20 teevey kernel: CR2: 0000000000000080 CR3: 000000018f4c2002 CR4: 00000000000606f0
Looking at ifas' comment, the previous means that I need to update xapps
from updates-testing. So it sounds like nemo-4.0.1
should really Requires: xapps >= 1.4
, due to the symbol present in xapps-1.4.1-1.fc29
, that isn't in libxapp.so.1
from xapps-1.2.2-1.fc29
?
After updating nemo
and nemo-extensions
(only), running nemo-desktop
results in:
nemo-desktop: symbol lookup error: nemo-desktop: undefined symbol: xapp_icon_chooser_dialog_get_type
One good thing: The blender-rpm-macros from this update can be installed without upgrading blender, to fix the
dnf
issue: