Re: [racket-dev] build problems on plt/release branch?

2012-10-17 Thread Danny Yoo
> > Ok, will do. Will report back when the build completes. Followup: wow. Ok, so I figured out what was going on, sorta. Let me show it just in case anyone else encounters something this weird. --- So I first tried making my repository clean by doing "git clean -fdx", which is supposed to r

Re: [racket-dev] build problems on plt/release branch?

2012-10-17 Thread Danny Yoo
On Wed, Oct 17, 2012 at 12:38 PM, Eli Barzilay wrote: > A few minutes ago, Ryan Culpepper wrote: >> Try building the release branch in a fresh clone. (It should be safe >> to clone your existing clone (or "checkout") rather than clone >> directly from the server.) If the errors go away, I would su

Re: [racket-dev] build problems on plt/release branch?

2012-10-17 Thread Eli Barzilay
A few minutes ago, Ryan Culpepper wrote: > Try building the release branch in a fresh clone. (It should be safe > to clone your existing clone (or "checkout") rather than clone > directly from the server.) If the errors go away, I would suspect > the problem is that git clean missed some things. >

Re: [racket-dev] build problems on plt/release branch?

2012-10-17 Thread Ryan Culpepper
Try building the release branch in a fresh clone. (It should be safe to clone your existing clone (or "checkout") rather than clone directly from the server.) If the errors go away, I would suspect the problem is that git clean missed some things. I just tried it and encountered no errors. Ry

[racket-dev] build problems on plt/release branch?

2012-10-17 Thread Danny Yoo
Does anyone else see severe build problems on the plt/release branch? I'm seeing a lot of compile-time errors during 'raco setup'; it's making it difficult to test things because when a problem occurs, I'm not sure if it's my fault or if the repo is just in a weird state. I made sure to clean my