Felix Miata changed bug 1194373
What Removed Added
CC   mvetter@suse.com

Comment # 13 on bug 1194373 from
(In reply to Thomas Zimmermann from comment #11)
> Problem: nothing provides 'libboost_python-py3.so.1.77.0()(64bit)' needed by
> the to be installed trinity-kig-14.0.11-1.osstw.x86_64
>  Solution 1: do not install trinity-desktop-14.0.11-1.osstw.noarch
>  Solution 2: break trinity-kig-14.0.11-1.osstw.x86_64 by ignoring some of its dependencies

I don't know where it went:
# rpm -qi libjasper4
Name        : libjasper4
Version     : 2.0.33
Release     : 1.2
Architecture: x86_64
Install Date: Fri Oct 29 01:26:58 2021
Group       : Productivity/Graphics/Convertors
Size        : 313426
License     : SUSE-Public-Domain
Signature   : RSA/SHA256, Sat Sep 18 09:48:19 2021, Key ID b88b2fd43dbdc284
Source RPM  : jasper-2.0.33-1.2.src.rpm
Build Date  : Sat Sep 18 09:47:50 2021
Build Host  : lamb23
Packager    : https://bugs.opensuse.org
Vendor      : openSUSE
URL         : https://jasper-software.github.io/jasper
Summary     : JPEG-2000 library
Description :
This package contains libjasper, a library implementing the JPEG-2000
image compression standard Part 1.
Distribution: openSUSE Tumbleweed
# rpm -q --changelog libjasper4 | grep \@ | head -n5
* Mon Aug 16 2021 Michael Vetter <mvetter@...>
* Mon Apr 19 2021 Michael Vetter <mvetter@...>
* Mon Apr 19 2021 Michael Vetter <mvetter@...>
* Mon Mar 29 2021 Michael Vetter <mvetter@...>
* Thu Mar 18 2021 Michael Vetter <mvetter@...>

I'm guessing you might suffer some broken icons installing without it, but it
should work for purposes of this bug.

(In reply to Thomas Zimmermann from comment #11)
> Resolving dependencies...
> Resolving package dependencies...
> Problem: nothing provides 'libboost_python-py3.so.1.77.0()(64bit)' needed by
> the to be installed trinity-kig-14.0.11-1.osstw.x86_64
>  Solution 1: do not install trinity-desktop-14.0.11-1.osstw.noarch
>  Solution 2: break trinity-kig-14.0.11-1.osstw.x86_64 by ignoring some of
> its dependencies

# zypper se -s trinity | wc -l
1302
# rpm -qa | grep trinity-kig
# rpm -qa | grep trinity | wc -l
40
#
Obviously I don't install everything. ;) I have no idea what trinity-kig is
about. From the installation instructions page:
[quote]
The trinity-desktop package is a comprehensive meta-package. To install
minimalist, substitute trinity-tdebase for trinity-desktop, and append
trinity-tdm if you wish to use TDM as your display manager.[/quote]

(In reply to Thomas Zimmermann from comment #12)
> And it also doesn't start on Leap 15.3 via startx or systemctl isolate
> graphical.target

Both TDM greeter and TDE sessions are working here, though not without log
niggles:
# pinxi -Sy
System:
  Host: gb250 Kernel: 5.3.18-150300.59.43-default x86_64 bits: 64
    Desktop: Trinity Distro: openSUSE Leap 15.3
# pinxi -Gayz
Graphics:
  Device-1: Intel HD Graphics 630 vendor: Gigabyte driver: i915 v: kernel
    ports: active: DP-1,HDMI-A-1 empty: DP-2,HDMI-A-2,HDMI-A-3 bus-ID: 00:02.0
    chip-ID: 8086:5912 class-ID: 0300
  Display: x11 server: X.Org v: 1.20.3 driver: loaded: modesetting
    display-ID: :0 screens: 1
  Screen-1: 0 s-res: 2560x2520 s-dpi: 120 s-size: 541x533mm (21.3x21.0")
    s-diag: 759mm (29.9")
  Monitor-1: DP-1 pos: primary,bottom model: K272HUL built: 2018
    res: 2560x1440 hz: 60 dpi: 109 gamma: 2.2 size: 598x336mm (23.5x13.2")
    modes: max: 2560x1440 min: 720x400
  Monitor-2: HDMI-1 mapped: HDMI-A-1 pos: primary,top model: SAMSUNG
    built: 2009 res: 1920x1080 hz: 60 dpi: 305 gamma: 2.2
    size: 160x90mm (6.3x3.5") modes: max: 1920x1080 min: 720x400
  OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (KBL GT2)
    v: 4.6 Mesa 20.2.4 compat-v: 3.0 direct render: Yes
# dmesg | grep -v init.d | egrep 'atomic|ailed'
[    0.173255] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic
allocations
[    0.173260] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic
allocations
[    0.173265] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic
allocations
[    7.093119] broken atomic modeset userspace detected, disabling atomic
[  205.637233] broken atomic modeset userspace detected, disabling atomic
[  747.457640] broken atomic modeset userspace detected, disabling atomic
# journalctl -b | egrep -i 'ailed|ion fault'
Feb 15 03:29:46 gb250 rpc.statd[651]: Failed to create listener xprt (statd, 1,
udp6)
Feb 15 03:29:46 gb250 rpc.statd[651]: Failed to create listener xprt (statd, 1,
tcp6)
Feb 15 03:32:57 gb250 kwin_x11[1815]: kf.config.core: "\"fsrestore1\" -
conversion of \"641,641,0,0\" to QRect failed"
Feb 15 03:32:57 gb250 kwin_x11[1815]: kf.config.core: "\"fsrestore2\" -
conversion of \"0,0,0,0\" to QRect failed"
Feb 15 03:32:58 gb250 org_kde_powerdevil[1864]: powerdevil:
org.kde.powerdevil.backlighthelper.brightness failed
# grep -v FIXME /var/log/tdm.log | wc -l
103
# wc -l /var/log/tdm.log
266 tdm.log


You are receiving this mail because: