At Fri, 18 Dec 2015 13:21:29 -0400, David Bremner wrote:
> Just to update, the default (-j4) build is still failing on ppc64el /
> aarm64 with racket 6.3
> 
>        
> https://buildd.debian.org/status/fetch.php?pkg=racket&arch=ppc64el&ver=6.3-2&st
> amp=1450447398
> 
> I can try a single threaded build later, but I wondered if the huge
> number of warnings from the JIT code was normal.

Those warnings are normal for some variants of gcc, but the JIT should
not be used at all for PPC64, so that seems likely to be the problem.

The PPC JIT is currently enabled by

  # if defined(__powerpc__) && !defined(__powerpc64__)

What should it be?


>From here, it looks like the arm64 build is ok:

 https://buildd.debian.org/status/logs.php?pkg=racket&ver=6.3-2

The x32 failure makes sense, though. Currently, Racket in various ways
assumes that x86_64 means 64-bit pointers and longs.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/56746fbb.64c7420a.69b74.14a3SMTPIN_ADDED_MISSING%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to