Le dim. 16 août 2026 à 14:41, Slavko <[email protected]> a écrit : > Package: njs > Severity: grave > Version: 1.0.0-1+b1 > > When i want to start njs CLI with QuickJS engine, it fails to start: > > njs -n QuickJS > JS_NewContext() failed > njs_engine_qjs_init() failed > njs_create_engine() failed > > Without this option, njs runs with native engine:: > > njs > interactive njs (njs:1.0.0) > > >> njs.engine > 'njs' > > The docs for njs module [1] has note, that from version 1.0.0, the njs > engine is deprecated, but i cannot test scripts in CLI with new engine, > thus i set severity to grave. >
You're right, it's even worse, the package currently FTBFS, as several -dev packages are missing during build. I'm currently trying to fix this. > regards > > [1] https://nginx.org/en/docs/http/ngx_http_js_module.html#js_engine > > -- > Slavko > https://www.slavino.sk > > _______________________________________________ > Pkg-nginx-maintainers mailing list > [email protected] > > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-nginx-maintainers >

