Re: mesa@23.1.4: missing symbols

2023-11-07 Thread Sergio Pastor Pérez
Good evening. Diving on the issues of the official `mission-center' repository I've noticed this issue: https://gitlab.com/mission-center-devs/mission-center/-/issues/87 Which has been recently merged into main as per the following merge request [1]: 1: https://gitlab.com/mission-center-devs/mi

Re: mesa@23.1.4: missing symbols

2023-11-05 Thread Sergio Pastor Pérez
Hello John. I've been experimenting with `libglvnd'. I've patched the calls to `dlopen` so they pick the `libGL.so.1` from the package `inputs`, which includes `libglvnd'. That's all well and good but a new issue seems to arise. At runtime, the application panics when asserting the creation a `FR

Re: mesa@23.1.4: missing symbols

2023-11-03 Thread John Kehayias
Hi Sergio, On Fri, Nov 03, 2023 at 06:05 PM, Sergio Pastor Pérez wrote: > Hi. > > I've noticed that the `mesa' package we provide is missing some > symbols that according to the OpenGL specification should be present on > the `libGL.so.1` library. > I'll put the punchline up top with a few more

mesa@23.1.4: missing symbols

2023-11-03 Thread Sergio Pastor Pérez
Hi. I've noticed that the `mesa' package we provide is missing some symbols that according to the OpenGL specification should be present on the `libGL.so.1` library. The following commands demonstrate the issue: --8<---cut here---start->8--- $ guix build mesa /