Bug 1221286 - Mesa-demo + Mesa-demo-x packages missing
Summary: Mesa-demo + Mesa-demo-x packages missing
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Other (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Lubos Kocman
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-12 10:50 UTC by Stefan Dirsch
Modified: 2024-05-07 13:14 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Dirsch 2024-03-12 10:50:14 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.
Comment 2 Stefan Dirsch 2024-03-12 11:47:44 UTC
(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.
Comment 4 Stefan Dirsch 2024-03-12 12:46:40 UTC
(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.
Comment 5 Stefan Dirsch 2024-04-19 21:39:12 UTC
Lubos? ping!
Comment 6 Stefan Dirsch 2024-05-07 07:50:35 UTC
Lubos?
Comment 7 Max Lin 2024-05-07 09:33:12 UTC
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.
Comment 8 Stefan Dirsch 2024-05-07 09:41:42 UTC
(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.
Comment 9 Max Lin 2024-05-07 09:52:48 UTC
for the record, this is the relevant change https://build.opensuse.org/package/rdiff/openSUSE:Leap:15.6/000package-groups?linkrev=base&rev=1215
Comment 10 Felix Miata 2024-05-07 10:57:31 UTC
(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
#
Comment 11 Stefan Dirsch 2024-05-07 13:14:24 UTC
(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?