[racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Michael Sperber
I pulled plt-release, and get this: mkdir -p Racket.framework/Versions/5.91.0.900 gcc -o Racket.framework/Versions/5.91.0.900/Racket -pthread -framework CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -liconv ld: warning: could not create compact unwind for

Re: [racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Matthew Flatt
I don't recognize that error. What version of Mac OS X and the C toolchain are you using? At Wed, 18 Dec 2013 10:46:00 +0100, Michael Sperber wrote: I pulled plt-release, and get this: mkdir -p Racket.framework/Versions/5.91.0.900 gcc -o Racket.framework/Versions/5.91.0.900/Racket

[racket-dev] new release branch builds

2013-12-18 Thread Robby Findler
There are new release branch builds available: http://plt.eecs.northwestern.edu/release-snapshots/ Please use these ones for any testing you've not yet done. The notable changes (for which you may wish to do some extra testing) are: - some fixes to tab navigation - some database / docs

Re: [racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Michael Sperber
Matthew Flatt mfl...@cs.utah.edu writes: I don't recognize that error. What version of Mac OS X and the C toolchain are you using? Mountain Lion, XCode 5.0.2, and this gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) -- Regards,

Re: [racket-dev] new release branch builds

2013-12-18 Thread Robby Findler
Oh, and TR! There are some TR changes in this iteration, too. Robby On Wed, Dec 18, 2013 at 6:41 AM, Robby Findler ro...@eecs.northwestern.eduwrote: There are new release branch builds available: http://plt.eecs.northwestern.edu/release-snapshots/ Please use these ones for any testing

Re: [racket-dev] Duplicate tag warnings building docs?

2013-12-18 Thread Greg Hendershott
That worked! No warnings. (It must have been something outside the doc/ tree.) Thank you for pointing out how to use `git clean -x -d -f` as a sort of `make clean`. Probably that tip should go in INSTALL.TXT. And in a future version of the

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 Thread Sam Tobin-Hochstadt
On Mon, Dec 16, 2013 at 11:38 AM, Ryan Culpepper ry...@ccs.neu.edu wrote: Checklist items for the v6.0 release (using the v5.91 release candidate build) Even though Whalesong isn't on the checklist any more, here's a report on its status: I just tried installing Whalesong from Planet, and

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 Thread John Clements
On Dec 16, 2013, at 8:38 AM, Ryan Culpepper wrote: (Re-sending with corrected URL for release candidates. Thanks to Sam for the quick catch!) * John Clements cleme...@brinckerhoff.org - Stepper Tests Done. Updates: - Stepper Updates: update HISTORY (updates should show v6.0 as

Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-18 Thread Matthew Flatt
Thanks --- I've tracked down the problem and pushed repairs. At Tue, 17 Dec 2013 17:08:34 -0500, Greg Hendershott wrote: I see the same. Using HEAD (97ee349) today, built just now. On Sat, Dec 14, 2013 at 9:47 AM, Laurent laurent.ors...@gmail.com wrote: Hi, After a fresh `git pull

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 Thread Stephen Chang
* Stephen Chang stch...@ccs.neu.edu - Lazy Racket Tests - Lazy stepper tests all pass * Eli Barzilay e...@barzilay.org - Swindle Tests - XREPL Tests - Verify PL language - Racket Tree: compare new distribution tree to previous one - Run the unix installer tests -