-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reason for --without-snapshot
in configure
#31
Comments
Yes, the generated Here is more info about current situation with v8 snapshots and Node.js cross-compiling: I have an option to compile There is some discussion about exporting |
@imyller hmm interesting, so potentially we could just modify the gyp file for building |
@imyller hey, so I did some quick read throughs of the build system and tried this out, which seems to work:
specifically I modified the So it builds fine for the native and host packages at least for x64 <=> qemux86_64. There are a number of concerns/questions/thoughts I have at this point:
HTH |
Great work! I see that there is some logic for defining https://github.com/nodejs/node/blob/v5.10.1/configure#L694 We might be able to avoid using sed by specifically defining |
I tried that approach, and I'm sure I missed something, but this value was set explicitly no matter what I did |
ref #34 |
V8 snaphots are being worked on in There are unresolved issues with cross-compilation dependencies affecting |
@mbroadst Is it possible to share your Yocto Layer file for rethinkdb? (if not confidential) |
@mbroadst Thank you very much! Really do appreciate it! Long night tonight to compile this :) |
@mbroadst one file 0004-remove-no-registry-flag-for-npm-install.patch is missing. Do you have it available by any chance? |
@markrey oops yeah here it is: https://gist.github.com/mbroadst/b4f4b11d22e8fd9529b4f01507f31845 |
Hi, I'm trying to cross-compile rethinkdb using yocto which includes a static build of v8, and I've been running into problems with the generated snapshot utility. I noticed in your recipes that you disable the snapshot, is that because you couldn't get it working? Just wondering if you could help with some insight here, thanks!
The text was updated successfully, but these errors were encountered: