Re: [racket-dev] GNU lightning version

2014-09-08 Thread Yaroslav Tsarko

Hi Matthew,

First, thank you for very thorough answer. It is now more clear the 
current state of things.


How would you estimate (roughly, of course) it would take to drop 
current Lightning support and
start using vanilla Lightning unmodified (or, may be, slightly 
modified)? I understand that those
two versions differ in some places you`ve mentioned, but, may be, it is 
not needed now since the

latest vanilla Lightning implement them?

--
Thanks,
Yaroslav

_
 Racket Developers list:
 http://lists.racket-lang.org/dev


[racket-dev] Racket build crashes on CGC mode

2014-09-08 Thread Asumu Takikawa
Hi all,

I've found a reproducible crash while building Racket using the CGC mode
on my Linux machine:

  $ ../configure --enable-cgcdefault --enable-sgc
  $ make  make install

  [... output ...]

  raco setup: 2 making: collects/file
  While receiving message from parallel-do worker 0 UNKNOWN::98: read:
  bad syntax `#'
  Makefile:178: recipe for target 'install-cgc' failed
  make[1]: *** [install-cgc] Error 1
  make[1]: Leaving directory
  '/home/asumu/plt/racket-sgc/racket/src/build'
  Makefile:86: recipe for target 'install' failed
  make: *** [install] Error 2
  $ WORKER SEND MESSAGE ERROR: error writing to stream port
system error: Broken pipe; errno=32
  WORKER SEND MESSAGE ERROR: error writing to stream port
system error: Broken pipe; errno=32
  WORKER SEND MESSAGE ERROR: error writing to stream port
system error: Broken pipe; errno=32
  WORKER SEND MESSAGE ERROR: error writing to stream port
system error: Broken pipe; errno=32

(I don't actually need to use CGC, but I was just curious to see what
 would happen)

Cheers,
Asumu
_
  Racket Developers list:
  http://lists.racket-lang.org/dev