pkgsrc-Bugs archive

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

Re: pkg/58739



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

From: PHO <pho%cielonegro.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/58739
Date: Mon, 18 Aug 2025 13:36:44 +0900

 There is something wrong in the upstream code. The the build system 
 detects that the assembler on the build machine cannot do SVE2, it 
 correctly suppresses compiling functions like I444ToARGBRow_SVE2(). 
 However, it fails to tell potential users of those functions to not use 
 the SVE2 implementation, which results in references to missing symbols. 
 We don't know the cause of this but jklos@'s hack works fine.
 


Home | Main Index | Thread Index | Old Index