Bugzilla – Bug 1221286
Mesa-demo + Mesa-demo-x packages missing
Last modified: 2024-05-07 13:14:24 UTC
Mesa-demo package is missing on Leap 15.6. At least Mesa-demo-x would be important to check GL support. Mesa-demo-egl and Mesa-demo-es would be also useful.
(In reply to Stefan Dirsch from comment #0) > Mesa-demo package is missing on Leap 15.6. At least Mesa-demo-x would be > important to check GL support. Mesa-demo-egl and Mesa-demo-es would be also > useful. Sorry, for SP6/Leap 15.6 it's still Mesa-demo and Mesa-demo-x.
https://cdn.opensuse.org/repositories/X11:/XOrg/openSUSE_Leap_15.6/x86_64/ & https://cdn.opensuse.org/repositories/X11:/XOrg/openSUSE_Leap_15.5/x86_64/ have it
(In reply to Felix Miata from comment #3) > https://cdn.opensuse.org/repositories/X11:/XOrg/openSUSE_Leap_15.6/x86_64/ & > https://cdn.opensuse.org/repositories/X11:/XOrg/openSUSE_Leap_15.5/x86_64/ > have it I guess you mean Mesa-demo-es and Mesa-demo-egl. Unfortunately I forgot update Mesa-demo for SP6/Leap 15.6, so the binaries of these subpackages are still in Mesa-demo on SP6.
Lubos? ping!
Lubos?
Mesa-demo-x isn't missing, I can see it's available from 15.6 official repo via zypper, Mesa-demo-x-8.3.0-1.33. Mesa-demo is missing indeed, or say it was added to the filter list by a script, the reason behind that is it needs libGLEW2_1 package(from SUSE:SLE-15:GA/glew) while SLE-15-SP6 had libGLEW2_2(from SUSE:SLE-15-SP6:GA/glew), it suppose everything should depend on newer glew thus suggests to add libGLEW2_1 to the filter list, because of that, others dely on libGLEW2_1 were added to the filter list also, including "Mesa-demo". I did unblocked libGLEW2_1 and Mesa-demo, Mesa-demo will be available in the next build.
(In reply to Max Lin from comment #7) > Mesa-demo-x isn't missing, I can see it's available from 15.6 official repo > via zypper, Mesa-demo-x-8.3.0-1.33. > > Mesa-demo is missing indeed, or say it was added to the filter list by a > script, the reason behind that is it needs libGLEW2_1 package(from > SUSE:SLE-15:GA/glew) while SLE-15-SP6 had libGLEW2_2(from > SUSE:SLE-15-SP6:GA/glew), it suppose everything should depend on newer glew > thus suggests to add libGLEW2_1 to the filter list, because of that, others > dely on libGLEW2_1 were added to the filter list also, including > "Mesa-demo". I did unblocked libGLEW2_1 and Mesa-demo, Mesa-demo will be > available in the next build. Thanks! Then things look good.
for the record, this is the relevant change https://build.opensuse.org/package/rdiff/openSUSE:Leap:15.6/000package-groups?linkrev=base&rev=1215
(In reply to Stefan Dirsch from comment #8) > Thanks! Then things look good. All things??? # inxi -S System: Host: gb970 Kernel: 6.4.0-150600.16-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Leap 15.6 # zypper se -s a-demo | grep x86 | grep -v 32b | Mesa-demo | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg i+ | Mesa-demo-egl | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg i+ | Mesa-demo-es | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg i+ | Mesa-demo-x | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg v | Mesa-demo-x | package | 8.3.0-1.33 | x86_64 | OSS #
(In reply to Felix Miata from comment #10) > (In reply to Stefan Dirsch from comment #8) > > Thanks! Then things look good. > > All things??? > > # inxi -S > System: > Host: gb970 Kernel: 6.4.0-150600.16-default arch: x86_64 bits: 64 > Console: pty pts/0 Distro: openSUSE Leap 15.6 > # zypper se -s a-demo | grep x86 | grep -v 32b > | Mesa-demo | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg > i+ | Mesa-demo-egl | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg > i+ | Mesa-demo-es | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg > i+ | Mesa-demo-x | package | 9.0.0-lp156.87.4 | x86_64 | X11Xorg > v | Mesa-demo-x | package | 8.3.0-1.33 | x86_64 | OSS > # Hmm. Max already did explain why Mesa-demo is still missing, didn't he?