Re: [racket-dev] [plt] Push #24121: master branch updated

2012-01-10 Thread Neil Toronto
Forgot to say: please merge these into 5.2.1. Thanks! On 01/10/2012 03:24 PM, ntoro...@racket-lang.org wrote: ntoronto has updated `master' from dc2aa3ea5c to 5736695bae. http://git.racket-lang.org/plt/dc2aa3ea5c..5736695bae =[ 4 Commits ]

Re: [racket-dev] release branch compile issue

2012-01-10 Thread Robby Findler
Looks like you've somehow got multiple versions. Probably the easiest thing is to delete your build directory and try again. Robby On Tue, Jan 10, 2012 at 10:16 AM, Jordan Schatz wrote: > When compiling from the release branch make install dies with: > > racket/racketcgc -u \ >          "./../co

[racket-dev] release branch compile issue

2012-01-10 Thread Jordan Schatz
When compiling from the release branch make install dies with: racket/racketcgc -u \ "./../collects/setup/unixstyle-install.rkt" \ make-install-copytree "./.." \ "/home/jordan/bin//bin" "/home/jordan/bin//lib/racket/collects" "/home/jordan/bin//share/racket/doc" "/ho

[racket-dev] Request for help: PLaneT package removal causes resurrection in 5.2.0.900?

2012-01-10 Thread Danny Yoo
Something strange is happening with 'planet remove' and Whalesong in the upcoming Racket release. The act of trying to uninstall a PLaneT package appears to be triggering the immediate re-installation of the package! I'm including a transcript below. It looks like the act of Scribble's regenerati

Re: [racket-dev] racket unlinking bigloo lib

2012-01-10 Thread Matthew Flatt
At Tue, 10 Jan 2012 11:31:19 +0100, Marijn wrote: > Racket calls `ldconfig -n /usr/lib' in the course of doing `make > install' and this causes one of bigloo's shared object symlinks to be > unlinked. > I don't think racket should be calling ldconfig. That call comes from `libtool --mode=finish'.

[racket-dev] racket unlinking bigloo lib

2012-01-10 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi lists, Matthew, Manuel, this is about Gentoo bug 379931[1] which I'll summarize here. Racket calls `ldconfig -n /usr/lib' in the course of doing `make install' and this causes one of bigloo's shared object symlinks to be unlinked. I don't think ra