Fw: Re: wip/szyszka

pin <[email protected]> Tue, 30 May 2023 12:15:28 +0000
Newsgroups gmane.os.netbsd.devel.x11
Message-ID <UOxW0Ua_4zLBzPwWnkwpwM1qiJSwkKo3Os6zCSFN0TXPrmw9KtZnVim9NbxQbRkDabv4wqWXJQC45Acqg-87X4dm5FPo9rnOED9uv5Zk2Js=@protonmail.com>




Sent with Proton Mail secure email.

------- Forwarded Message -------
From: pin <[email protected]>
Date: On Tuesday, May 30th, 2023 at 2:08 PM
Subject: Re: wip/szyszka
To: David Brownlee <[email protected]>


> ------- Original Message -------
> On Tuesday, May 30th, 2023 at 1:11 PM, David Brownlee [email protected] wrote:
> 
> > Aha - another example for PR#57445, and a simpler app than Firefox for it.
> > 
> > I see the same crash, and the same workaround works:
> > 
> > env LD_PRELOAD=/usr/X11R7/lib/libEGL.so szyszka
> 
> 
> I thought the same and tried it before I saw your reply.
> Unfortunately, I'm not as lucky :)
> 
> env LD_PRELOAD=/usr/X11R7/lib/libEGL.so szyszka
> thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { domain: gdk-pixbuf-error-quark, code: 3, message: "Unrecognized image file format" }', src/help_function.rs:344:58
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> Exception: env exited with 101
> [tty 1]:1:1: env LD_PRELOAD=/usr/X11R7/lib/libEGL.so szyszka
> 
> > Could I suggest a similar workaround - to the package - install
> > szyszka in $PREFIX/libexec/szyszka and have a simple wrapper for
> > NetBSD
> > 
> > https://mail-index.netbsd.org/pkgsrc-changes/2023/05/30/msg275715.html
> > 
> > David
> 
> 
> Please feel free to commit the change to the wip package.
> Thanks!
> 
> We can wait with the import until PR#57445 is fixed.