On Thu, May 3, 2018 at 3:19 PM, Jérémy Lal <kapo...@melix.org> wrote:


2018-05-03 11:32 GMT+02:00 Pirate Praveen <prav...@onenetbeyond.org>:


On ബു, മേയ് 2, 2018 at 9:04 വൈകു, Jérémy Lal <kapo...@melix.org> wrote:
Correction: nodejs 8.11 supports both openssl 1.0.1 or openssl >= 1.1.0g.
So if you build it using libss1.0-dev it should be all right.
I prefer option 2...

Thanks. I tried with libss1.0-dev and build passed, but tests failed (tried with lxc and also in sbuild chroot).

5 tests failed in lxc, but only test failed in sbuild (this test failed in both). Any idea?

not ok 400 parallel/test-dns-resolveany
  ---
  duration_ms: 0.911
  severity: fail
  stack: |-
    assert.js:669
    assert.ifError = function ifError(err) { if (err) throw err; };
                                                      ^

    Error: queryAny EBADRESP example.org
        at errnoException (dns.js:50:10)
        at QueryReqWrap.onresolve [as oncomplete] (dns.js:238:19)


This test runs a server on 127.0.0.1:<randomavailableport>, so your build env needs
to have local interface up.

Jérémy


I suspected some issues with my local setup and rerun it on another machine, but got the same error. Shouldn't setting up of the server be part of package? May be it needs some libraries to be backported? Can you try it?

https://people.debian.org/~praveen/gitlab/ has both libuv1 and http-parser backported.
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to