Re: MesaGL development on Fedora

2023-12-28 Thread Mischa Baars
Hi Marek,

Although 23.1.9 is the version that is used throughout the system, loading
the custom library resolved through /etc/ld.so.cache destabilizes things.
Maybe it's simpler to use 'LD_LIBRARY_PATH=/usr/local/mesa-23.1.9/lib64
path/to/binary', to ensure that only this specific application uses this
specific library, then to create more custom libraries at this point.

Regards,
Mischa.

On Mon, Dec 25, 2023 at 1:46 PM Marek Olšák  wrote:

> Hi,
>
> All Mesa libraries must come from the same build so as not to be
> rejected at runtime.
>
> Marek
>
> On Mon, Dec 25, 2023 at 7:15 AM Mischa Baars 
> wrote:
> >
> > Hello,
> >
> > I was going over MesaGL Blending when I discovered an issue that needs
> fixing. The problem is that when I compile and install a custom version of
> the Fedora mesa-libGL package, i.e.
> https://archive.mesa3d.org/mesa-23.1.9.tar.xz, that my system
> (gnome-terminal, firefox, chromium) becomes unstable even without the patch
> applied. At first I thought it was the patch, but it isn't.
> >
> > Help would be appreciated.
> >
> > Best regards,
> > Mischa Baars.
> >
>


Re: MesaGL development on Fedora

2023-12-28 Thread Mischa Baars
In continuation of our earlier conversation (
https://gitlab.freedesktop.org/mesa/mesa/-/issues/10257):

I did not get this error message creating a fork of the GNOME/gtk project
five minutes ago, but I do get the message when trying to create a fork of
the mesa project: An error occurred while forking the project. Please try
again.

Any idea why?

Regards,
Mischa.

On Tue, Dec 26, 2023 at 11:11 AM Mischa Baars  wrote:

> Hi Marek,
>
> Although 23.1.9 is the version that is used throughout the system, loading
> the custom library resolved through /etc/ld.so.cache destabilizes things.
> Maybe it's simpler to use 'LD_LIBRARY_PATH=/usr/local/mesa-23.1.9/lib64
> path/to/binary', to ensure that only this specific application uses this
> specific library, then to create more custom libraries at this point.
>
> Regards,
> Mischa.
>
> On Mon, Dec 25, 2023 at 1:46 PM Marek Olšák  wrote:
>
>> Hi,
>>
>> All Mesa libraries must come from the same build so as not to be
>> rejected at runtime.
>>
>> Marek
>>
>> On Mon, Dec 25, 2023 at 7:15 AM Mischa Baars 
>> wrote:
>> >
>> > Hello,
>> >
>> > I was going over MesaGL Blending when I discovered an issue that needs
>> fixing. The problem is that when I compile and install a custom version of
>> the Fedora mesa-libGL package, i.e.
>> https://archive.mesa3d.org/mesa-23.1.9.tar.xz, that my system
>> (gnome-terminal, firefox, chromium) becomes unstable even without the patch
>> applied. At first I thought it was the patch, but it isn't.
>> >
>> > Help would be appreciated.
>> >
>> > Best regards,
>> > Mischa Baars.
>> >
>>
>


Re: MesaGL development on Fedora

2023-12-25 Thread Marek Olšák
Hi,

All Mesa libraries must come from the same build so as not to be
rejected at runtime.

Marek

On Mon, Dec 25, 2023 at 7:15 AM Mischa Baars  wrote:
>
> Hello,
>
> I was going over MesaGL Blending when I discovered an issue that needs 
> fixing. The problem is that when I compile and install a custom version of 
> the Fedora mesa-libGL package, i.e. 
> https://archive.mesa3d.org/mesa-23.1.9.tar.xz, that my system 
> (gnome-terminal, firefox, chromium) becomes unstable even without the patch 
> applied. At first I thought it was the patch, but it isn't.
>
> Help would be appreciated.
>
> Best regards,
> Mischa Baars.
>