Re: [racket-dev] crash running raco setup with racket 6.1

2014-10-23 Thread Matthew Flatt
I can confirm the crash with a Cairo 1.14 build on 64-bit Mac OS X. I've submitted a bug report for Cairo (Bug 85372). For the record, here's how I assembled the report: The crash happened for me when building the "plot" documentation. By successively pruning the document's source, I whittled th

Re: [racket-dev] crash running raco setup with racket 6.1

2014-10-23 Thread David Bremner
Jens Axel Søgaard writes: > > It might me worth doubling checking that the versions of the shared > libaries that Racket loads matches your expectations. > > Then again, maybe there were an API change in Cairo that > caused the problem - and if so the above is irrelevant. > Since I'm building fo

Re: [racket-dev] crash running raco setup with racket 6.1

2014-10-23 Thread Jens Axel Søgaard
Hi David, FWIW here is how I built the libraries for DrRacket from scratch on OS X. I found out that it was important that the libcairo loaded by DrRacket was built with the same versions of the "helper libraries" that DrRacket loads. The readme has the details: https://github.com/soegaard/ra

Re: [racket-dev] crash running raco setup with racket 6.1

2014-10-23 Thread David Bremner
David Bremner writes: > > As a point of information, I can duplicate the crash with yesterdays > snapshot (20141022-d9f2a84). I didn't bother getting a backtrace there, > but I can if it would help. I verified that the version of libcairo2 is what makes a difference. Installing Debian version 1.

Re: [racket-dev] crash running raco setup with racket 6.1

2014-10-23 Thread David Bremner
David Bremner writes: > Building racket 6.1, from racket-6.1-src.tgz, the debian build > calls make install twice, > the first time with PLT_EXTRA="--no-docs --no-zo", and the second time > with PLT_EXTRA="--no-launcher --no-install --no-post-install". This > second (main) call is crashing after

[racket-dev] crash running raco setup with racket 6.1

2014-10-22 Thread David Bremner
Building racket 6.1, from racket-6.1-src.tgz, the debian build calls make install twice, the first time with PLT_EXTRA="--no-docs --no-zo", and the second time with PLT_EXTRA="--no-launcher --no-install --no-post-install". This second (main) call is crashing after some recent change in Debian unst