all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 30603@debbugs.gnu.org
Subject: [bug#30603] Upgrade Racket to 6.12
Date: Mon, 05 Mar 2018 11:54:33 -0600	[thread overview]
Message-ID: <87h8puquih.fsf@dustycloud.org> (raw)
In-Reply-To: <87a7vv1ziy.fsf@dustycloud.org>

Christopher Lemmer Webber writes:

> Danny Milosavljevic writes:
>
>> Hmmm... doesn't that break the GC?
>>
>> I would just remove MZ_IS_NEG_ZERO in the first place.  There's a fallback in the caller...
>>
>> Or use a newer gcc so MZ_IS_NEG_ZERO expands to a builtin.
>
> Hm, maybe it does break the GC.  I actually admittedly have no idea how
> the patch I applied "fixes" things... I was just miming the "solution"
> in:
>
>   https://github.com/racket/racket/issues/464#issuecomment-26626089
>
> I have filed my own issue but have not yet heard back:
>
>   https://github.com/racket/racket/issues/1962
>
> Danny, which of the suggestions you made do you think we should do?
> Maybe removing MZ_IS_NEG_ZERO is easier?  I don't know what implications
> there are in bumping up gcc...

I just discovered that this doesn't have to do with a new release of
Racket, but some other dependency that Racket must be using (GCC?) that
recently broke our ability to compile Racket, including Racket 6.11, the
current Racket in Guix.  I can't build it, and the error is the same
kind of error as what I was getting with 6.12:

  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]

  reply	other threads:[~2018-03-05 17:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25  5:42 [bug#30603] Upgrade Racket to 6.12 Christopher Lemmer Webber
2018-02-26  1:19 ` Marius Bakke
2018-02-26  4:16   ` Danny Milosavljevic
2018-02-26 16:33     ` Christopher Lemmer Webber
2018-03-05 17:54       ` Christopher Lemmer Webber [this message]
2018-03-06  9:07         ` Danny Milosavljevic
2018-04-01 13:42 ` Christopher Lemmer Webber
2018-04-01 21:11   ` Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h8puquih.fsf@dustycloud.org \
    --to=cwebber@dustycloud.org \
    --cc=30603@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.