Racket doesn't build any more, xform error

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Lemmer Webber
  • Ludovic Courtès
Owner
unassigned
Submitted by
Christopher Lemmer Webber
Severity
normal

Debbugs page

Christopher Lemmer Webber wrote 7 years ago
(address . bug-guix@gnu.org)
87efkyqtet.fsf@dustycloud.org
Related to the attempt to upgrade Racket to 6.12:

Apparently the patch I proposed may break GC, so another option should
be found. But more interestingly is that my thought that things broke
because of a change from Racket 6.11 to 6.12 appears to be wrong... I am
also getting a similar error in trying to build Racket 6.11. I assume
this must be a dependency change but I don't yet know which:

env XFORM_USE_PRECOMP=xsrc/precomp.h ../racketcgc -cqu ./xform.rkt --setup . --depends --cpp "gcc -E -I./.. -I./../include -I./../../rktio -I../../rktio -g -O2 -pthread -DUSE_SENORA_GC " --keep-lines -o xsrc/number.c ./../src/number.c
Error [GCING] 1780 in ./../src/number.c: Function minus_zero_p declared __xform_nongcing__, but includes a function call at __signbitf128.
Error [GCING] 1958 in ./../src/number.c: Function double_is_integer declared __xform_nongcing__, but includes a function call at __isinff128.
Error [GCING] 4050 in ./../src/number.c: Function double_fits_fixnum declared __xform_nongcing__, but includes a function call at __isinff128.
xform: Errors converting
context...:
/tmp/guix-build-racket-6.11.drv-0/racket-6.11/src/racket/gc2/xform-collects/compiler/private/xfor...:8:2: xform
/tmp/guix-build-racket-6.11.drv-0/racket-6.11/src/racket/gc2/xform-collects/xform/xform-mod.rkt: [running body]
/tmp/guix-build-racket-6.11.drv-0/racket-6.11/src/racket/gc2/xform.rkt: [running body]
make[4]: *** [Makefile:268: xsrc/number.c] Error 1

It seems that Racket last built successfully in late December:

Christopher Lemmer Webber wrote 7 years ago
87d0zhlir7.fsf@dustycloud.org
Fixed bugs #30714 and #30603 in 75afbd247876d62f27cb2c90098bd59040f7e614
Closed
Ludovic Courtès wrote 7 years ago
(address . 30714@debbugs.gnu.org)(address . cwebber@dustycloud.org)
87tvste0us.fsf@gnu.org
Christopher Lemmer Webber <cwebber@dustycloud.org> skribis:

Toggle quote (2 lines)
> Fixed bugs #30714 and #30603 in 75afbd247876d62f27cb2c90098bd59040f7e614

Awesome, thank you, Chris!

Ludo’.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30714@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30714
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help