Hi, Technically, it is not a build failure. The build works, but the process is aborted due to a test failure. There is something wrong in the source code, which causes the test to not pass. In the best-case scenario, it's a bug that only affects non-x86 platforms, and in the worst-case scenario, it's an error that exists on all platforms, but it is not exploited by the x86 compiler.
I'll try to take a look at the code to see if I can identify the problem, but perhaps we should open an issue with the creator. I've had similar problems in C++ due to headers that change between different compilers. One example that comes to mind is the abs(float) function in C++, which is defined in some compilers and others uses a version for integers instead of floats if you don't include cmath. The code, as in this case, may still compile, but the results will differ. But those errors are difficult to detect and require debugging the program. That's why I would first try to have the author do it, indicating that the tests fail on X architecture, and then act according to their instructions. El mié, 19 jul 2023 a las 13:11, Michael R. Crusoe (< michael.r.cru...@gmail.com>) escribió: > Hey César, > > Can you look at the build failures for non-x86? > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041451 > > > https://buildd.debian.org/status/fetch.php?pkg=gmap&arch=arm64&ver=2023-06-01%2Bds-1&stamp=1689254473&raw=0 > > Note: /<<PKGBUILDDIR>>/build/src/gmap.nosimd does not exist. For faster > speed, may want to compile package on an non-SIMD machine > Error: appropriate GMAP version not found > > But otherwise the build suceeds > > On Mon, Jul 17, 2023 at 12:57 PM César Pomar <cesarpoma...@gmail.com> > wrote: > >> Hi Andreas, >> >> It's a pleasure to be involved. If there's anything pending that I can >> assist with, please let me know. >> >> Best regards, >> César >> >> El jue, 13 jul 2023 a las 14:16, Andreas Tille (<andr...@an3as.eu>) >> escribió: >> >>> Hi César, >>> >>> Am Thu, Jul 13, 2023 at 09:49:03AM +0200 schrieb César Pomar: >>> > I can also take a look. ... >>> >>> Thanks a lot for becoming involved >>> Andreas. >>> >>> -- >>> http://fam-tille.de >>> >>>