-
Notifications
You must be signed in to change notification settings - Fork 346
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
V8 plugin fails to build with recent libv8 source #430
Comments
I'd say just disable the plugin for debian, if nobody cared upstream pretty sure there's not much interest in debian. |
For Debian the plugin has already been isolated to gracefully be omitted without loosing all of uWSGI if this issue does not get addressed in time. That said, I would very much appreciate this issue getting fixed properly: I consider this plugin valuable for production systems. |
hi @jonassmedegaard do you know of any company using it ? if someone is using it in production systems maybe we can ask for a sponsorship |
Sorry, I am not in touch with anyone with money to spare using uWSGI, company or not. |
whoops - sorry: I realize now that I filed this against the docs not the code project - should I re-file or can owners of these projects reassign? |
@jonassmedegaard not a problem, by the way, i do not know of anyone using the v8 plugin so unless @xrmx has some objection i think we can start deprecating it. |
oh - I am sad to hear that :-( I have not yet had the need for it, but was hoping to soon explore uWSGI-based hosting of exciting stuff like https://solid.inrupt.com/ using that plugin. |
...and for far simpler projects as well - e.g. Leaflet maps slightly too complex to be served as static files. |
@jonassmedegaard regarding solid i think it requires the node api, v8 may not be enough |
Quoting Riccardo Magliocchetti (2018-12-28 21:11:18)
@jonassmedegaard regarding solid i think it requires the node api, v8 may not be enough
Yeah, that's right.
- Jonas
…--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
|
Hi,
the v8 plugin succesfully builds with the libv8 3.14 as shipped in Debian for some years.
If fails to build with newer libv8 howver. E.g. fails like this with libv8 6.2 (as shipped with Debian in package nodejs-dev 8.11.2~dfsg-1):
Since is quite unfortunate, since libv8 3.14 is quite old and is unlikely to be available in production environemts due to lack of attention for patching its potential security flaws. Specifically, that library not be included in the upcoming stable release of Debian. :-(
The text was updated successfully, but these errors were encountered: