> http://build-failures.rhaalovely.net/sparc64/2023-03-13/games/love/11.log

love-11 doesn't seem to support big-endians (yet?).
ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/games/love/11/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    27 Feb 2023 10:53:43 -0000      1.1.1.1
+++ Makefile    17 Mar 2023 09:28:07 -0000
@@ -1,3 +1,7 @@
+# ./modules/data/HashFunction.cpp:25:3: error:
+# Hashing not yet implemented for big endian
+NOT_FOR_ARCHS =                ${BE_ARCHS}
+
 VERSION =              11.4
 
 SHARED_LIBS =          love-${VERSION} 0.0


> http://build-failures.rhaalovely.net/sparc64/2023-03-13/lang/guile2.log

no idea why it hanged :/

> http://build-failures.rhaalovely.net/sparc64/2023-03-13/lang/guile3.log

: GUILE_BOOTSTRAP_STAGE=stage0 ../meta/build-env guild compile 
--target="sparc64-unknown-openbsd7.3" -W0 -O1 -L 
"/usr/obj/ports/guile3-3.0.9/guile-3.0.9/module" -o "system/vm/frame.go" 
"../module/system/vm/frame.scm"
: Abort trap (core dumped)

maybe the same issue powerpc has, bad prebuilt stage0 ?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/lang/guile3/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    26 Feb 2023 18:06:35 -0000      1.5
+++ Makefile    17 Mar 2023 09:33:15 -0000
@@ -1,5 +1,6 @@
 # https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26854#11
 BROKEN-powerpc = stage0 abort trap, bad prebuilt/32-bit-big-endian
+BROKEN-sparc64 = stage0 abort trap, bad prebuilt/64-bit-big-endian ?
 
 DPB_PROPERTIES =       parallel
 

Reply via email to