Re: pkg/60072: x11/xfce4-screeshooter crash on RaspberryPi 4
Ramiro Aceves <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
El 12/3/26 a las 19:00, Benny Siegert via gnats escribió: > The following reply was made to PR pkg/60072; it has been noted by GNATS. > > From: Benny Siegert <[email protected]> > To: [email protected] > Cc: [email protected], [email protected], [email protected] > Subject: Re: pkg/60072: x11/xfce4-screeshooter crash on RaspberryPi 4 > Date: Thu, 12 Mar 2026 17:59:08 +0000 (UTC) > > On Thu, 12 Mar 2026, [email protected] via gnats wrote: > > > Thread 1 "" received signal SIGILL, Illegal instruction. > > variance_16xh_neon_dotprod (sum=<synthetic pointer>, sse=0xffffffe99f54, h=16, > > This sounds like your libaom is compiled to use Neon VFP instructions, but > your hardware doesn't support them. > > -- > Benny > Hi Benny. It seems to fix placing this in multimedia/libaom Makefile: CMAKE_CONFIGURE_ARGS+= -DENABLE_NEON_DOTPROD=0 I do not know if it is a proper fix. Regards.