pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/60072: x11/xfce4-screeshooter crash on RaspberryPi 4



The following reply was made to PR pkg/60072; it has been noted by GNATS.

From: Ramiro Aceves <ea1abz%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 pkgsrc-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/60072: x11/xfce4-screeshooter crash on RaspberryPi 4
Date: Fri, 13 Mar 2026 09:31:48 +0100

 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 <bsiegert%netbsd.org@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 > 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, ea1abz%gmail.com@localhost 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.
 


Home | Main Index | Thread Index | Old Index