Issue still persist. I suppose it is general make issue. It fails to create all.deps file and that's reason build is getting triggered all the time.
There are multiple reasons it could fail 1. path is too long: Make it relative path and not a absolute path 2. all.deps is becoming a huge file due to all dependencies included in it. On Monday, 16 April 2012 13:55:41 UTC+1, Ben Noordhuis wrote: > > On Mon, Apr 16, 2012 at 14:40, Habib Virji <[email protected]> wrote: > > Thanks Ben, I had a look and dependency error warning is gone but it > still > > triggers the build all the time. > > > > Is it due to making node build in different directory. What triggers > > openssl, node, v8 and uv build? > > I fixed an ARG_MAX bug in gyp that introduced a regression where it > kept rebuilding the tree (which I didn't notice because I usually > build with `make -C out`, mea culpa). Isaac then fixed that in > 04271a5[1]. > > If gyp keeps rebuilding and a fresh clone doesn't make the problem go > away, please open an issue. > > [1] https://github.com/joyent/node/commit/04271a5 > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
