Re: [Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-16 Thread Jérémy Lal
2017-12-16 18:26 GMT+01:00 Félix Sipma :

> On 2017-12-14 17:45+0100, Jérémy Lal wrote:
> >>
> >> On 2017-12-13 14:55+0100, Félix Sipma wrote:
> >>> On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
>  On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
> > On 2017-11-05 21:27+0100, Jérémy Lal wrote:
> >> 2017-11-05 21:19 GMT+01:00 Félix Sipma :
> 
> >>> node version 8.9.0 LTS is available upstream. Could you consider
> >> packaging
> >>> it?
> 
> >> Sure, but nodejs 6.11.x first has to go in testing...
> >
> > Is there still something preventing 6.12.x from migrating to testing?
> 
>  Yes, it fails to build on mips and mipsel:
> 
>  https://buildd.debian.org/status/package.php?p=nodejs
> >>>
> >>> OK, thanks. More specifically, this test is failing:
> >>>
> >>> not ok 1219 parallel/test-zlib
> >>> ---
> >>> duration_ms: 154.551
> >>> severity: fail
> >>> stack: |-
> >>>   buffer.js:11
> >>>   super(arg1, arg2, arg3);
> >>>   ^
> >>>
> >>>   RangeError: Array buffer allocation failed
> >>>   at Buffer.Uint8Array (native)
> >>>   at FastBuffer (buffer.js:11:5)
> >>>   at createUnsafeBuffer (buffer.js:38:12)
> >>>   at allocate (buffer.js:181:12)
> >>>   at Function.Buffer.allocUnsafe (buffer.js:141:10)
> >>>   at Function.Buffer.concat (buffer.js:309:23)
> >>>   at InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.
> common.mustCall
> >> (/<>/test/parallel/test-zlib.js:153:29)
> >>>   at InflateRaw. (/<>/test/common/
> >> index.js:445:15)
> >>>   at emitNone (events.js:91:20)
> >>>   at InflateRaw.emit (events.js:185:7)
> >>> ...
> >>>
> >>> Could it be that the hosts ran out of RAM?
> >>
> > 2017-12-14 17:38 GMT+01:00 Félix Sipma :
> >
> >> It would be interesting to have 8.x in experimental to see if the build
> >> still
> >> fails. Who knows? We may be lucky :-).
> >>
> >> @Jérémy: could you consider uploading this?
> >
> > If everything goes well i'll upload it in a few hours.
> >
> > Jérémy
>
> Also note that 6.12.1 changelog mentions a lot of changes to tests...
>

That might be a start, yes. However we are seeing segfaults at runtime,
so even if tests are fixed these bugs won't go away.

Meanwhile i've been trying hard to compile nodejs 8,
with openssl 1.1.0 support backported from nodejs 9, and it works !
(it needs to build againt bundled libuv, cctest can't build, and few js
tests fail).

So i'm going to upload it to experimental really soon now (i'm doing last
minute
checks).

Jérémy
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-16 Thread Félix Sipma
On 2017-12-14 17:45+0100, Jérémy Lal wrote:
>>
>> On 2017-12-13 14:55+0100, Félix Sipma wrote:
>>> On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
 On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
>> 2017-11-05 21:19 GMT+01:00 Félix Sipma :

>>> node version 8.9.0 LTS is available upstream. Could you consider
>> packaging
>>> it?

>> Sure, but nodejs 6.11.x first has to go in testing...
>
> Is there still something preventing 6.12.x from migrating to testing?

 Yes, it fails to build on mips and mipsel:

 https://buildd.debian.org/status/package.php?p=nodejs
>>>
>>> OK, thanks. More specifically, this test is failing:
>>>
>>> not ok 1219 parallel/test-zlib
>>> ---
>>> duration_ms: 154.551
>>> severity: fail
>>> stack: |-
>>>   buffer.js:11
>>>   super(arg1, arg2, arg3);
>>>   ^
>>>
>>>   RangeError: Array buffer allocation failed
>>>   at Buffer.Uint8Array (native)
>>>   at FastBuffer (buffer.js:11:5)
>>>   at createUnsafeBuffer (buffer.js:38:12)
>>>   at allocate (buffer.js:181:12)
>>>   at Function.Buffer.allocUnsafe (buffer.js:141:10)
>>>   at Function.Buffer.concat (buffer.js:309:23)
>>>   at 
>>> InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.common.mustCall
>> (/<>/test/parallel/test-zlib.js:153:29)
>>>   at InflateRaw. (/<>/test/common/
>> index.js:445:15)
>>>   at emitNone (events.js:91:20)
>>>   at InflateRaw.emit (events.js:185:7)
>>> ...
>>>
>>> Could it be that the hosts ran out of RAM?
>>
> 2017-12-14 17:38 GMT+01:00 Félix Sipma :
> 
>> It would be interesting to have 8.x in experimental to see if the build
>> still
>> fails. Who knows? We may be lucky :-).
>>
>> @Jérémy: could you consider uploading this?
> 
> If everything goes well i'll upload it in a few hours.
> 
> Jérémy

Also note that 6.12.1 changelog mentions a lot of changes to tests...


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-14 Thread Félix Sipma
On 2017-12-14 17:45+0100, Jérémy Lal wrote:
>>
>> On 2017-12-13 14:55+0100, Félix Sipma wrote:
>>> On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
 On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
>> 2017-11-05 21:19 GMT+01:00 Félix Sipma :

>>> node version 8.9.0 LTS is available upstream. Could you consider
>> packaging
>>> it?

>> Sure, but nodejs 6.11.x first has to go in testing...
>
> Is there still something preventing 6.12.x from migrating to testing?

 Yes, it fails to build on mips and mipsel:

 https://buildd.debian.org/status/package.php?p=nodejs
>>>
>>> OK, thanks. More specifically, this test is failing:
>>>
>>> not ok 1219 parallel/test-zlib
>>> ---
>>> duration_ms: 154.551
>>> severity: fail
>>> stack: |-
>>>   buffer.js:11
>>>   super(arg1, arg2, arg3);
>>>   ^
>>>
>>>   RangeError: Array buffer allocation failed
>>>   at Buffer.Uint8Array (native)
>>>   at FastBuffer (buffer.js:11:5)
>>>   at createUnsafeBuffer (buffer.js:38:12)
>>>   at allocate (buffer.js:181:12)
>>>   at Function.Buffer.allocUnsafe (buffer.js:141:10)
>>>   at Function.Buffer.concat (buffer.js:309:23)
>>>   at 
>>> InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.common.mustCall
>> (/<>/test/parallel/test-zlib.js:153:29)
>>>   at InflateRaw. (/<>/test/common/
>> index.js:445:15)
>>>   at emitNone (events.js:91:20)
>>>   at InflateRaw.emit (events.js:185:7)
>>> ...
>>>
>>> Could it be that the hosts ran out of RAM?
>>
> 2017-12-14 17:38 GMT+01:00 Félix Sipma :
> 
>> It would be interesting to have 8.x in experimental to see if the build
>> still
>> fails. Who knows? We may be lucky :-).
>>
>> @Jérémy: could you consider uploading this?
> 
> If everything goes well i'll upload it in a few hours.
> 
> Jérémy

Great, thanks! I went on irc, and bremner told me that mips is architecture
limited to 2G per process, even if https://db.debian.org/machines.cgi (I didn't
knew this ressource!) says mips-sil-01.debian.org has 8G of RAM... Maybe a clue?


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-14 Thread Jérémy Lal
>
> On 2017-12-13 14:55+0100, Félix Sipma wrote:
> > On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
> >> On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
> >>> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
>  2017-11-05 21:19 GMT+01:00 Félix Sipma :
> >>
> > node version 8.9.0 LTS is available upstream. Could you consider
> packaging
> > it?
> >>
>  Sure, but nodejs 6.11.x first has to go in testing...
> >>>
> >>> Is there still something preventing 6.12.x from migrating to testing?
> >>
> >> Yes, it fails to build on mips and mipsel:
> >>
> >> https://buildd.debian.org/status/package.php?p=nodejs
> >
> > OK, thanks. More specifically, this test is failing:
> >
> > not ok 1219 parallel/test-zlib
> >  ---
> >  duration_ms: 154.551
> >  severity: fail
> >  stack: |-
> >buffer.js:11
> >super(arg1, arg2, arg3);
> >^
> >
> >RangeError: Array buffer allocation failed
> >at Buffer.Uint8Array (native)
> >at FastBuffer (buffer.js:11:5)
> >at createUnsafeBuffer (buffer.js:38:12)
> >at allocate (buffer.js:181:12)
> >at Function.Buffer.allocUnsafe (buffer.js:141:10)
> >at Function.Buffer.concat (buffer.js:309:23)
> >at 
> > InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.common.mustCall
> (/<>/test/parallel/test-zlib.js:153:29)
> >at InflateRaw. (/<>/test/common/
> index.js:445:15)
> >at emitNone (events.js:91:20)
> >at InflateRaw.emit (events.js:185:7)
> >  ...
> >
> > Could it be that the hosts ran out of RAM?
>
>
>
2017-12-14 17:38 GMT+01:00 Félix Sipma :

> It would be interesting to have 8.x in experimental to see if the build
> still
> fails. Who knows? We may be lucky :-).
>
> @Jérémy: could you consider uploading this?
>

If everything goes well i'll upload it in a few hours.

Jérémy
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-14 Thread Félix Sipma
It would be interesting to have 8.x in experimental to see if the build still
fails. Who knows? We may be lucky :-).

@Jérémy: could you consider uploading this?

On 2017-12-13 14:55+0100, Félix Sipma wrote:
> On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
>> On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
>>> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
 2017-11-05 21:19 GMT+01:00 Félix Sipma :
>> 
> node version 8.9.0 LTS is available upstream. Could you consider packaging
> it?
>> 
 Sure, but nodejs 6.11.x first has to go in testing...
>>> 
>>> Is there still something preventing 6.12.x from migrating to testing?
>> 
>> Yes, it fails to build on mips and mipsel:
>> 
>> https://buildd.debian.org/status/package.php?p=nodejs
> 
> OK, thanks. More specifically, this test is failing:
> 
> not ok 1219 parallel/test-zlib
>  ---
>  duration_ms: 154.551
>  severity: fail
>  stack: |-
>buffer.js:11
>super(arg1, arg2, arg3);
>^
>
>RangeError: Array buffer allocation failed
>at Buffer.Uint8Array (native)
>at FastBuffer (buffer.js:11:5)
>at createUnsafeBuffer (buffer.js:38:12)
>at allocate (buffer.js:181:12)
>at Function.Buffer.allocUnsafe (buffer.js:141:10)
>at Function.Buffer.concat (buffer.js:309:23)
>at 
> InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.common.mustCall 
> (/<>/test/parallel/test-zlib.js:153:29)
>at InflateRaw. 
> (/<>/test/common/index.js:445:15)
>at emitNone (events.js:91:20)
>at InflateRaw.emit (events.js:185:7)
>  ...
> 
> Could it be that the hosts ran out of RAM?




signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-13 Thread Félix Sipma
On 2017-12-02 13:21+0100, Sébastien Villemot wrote:
> On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
>> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
>>> 2017-11-05 21:19 GMT+01:00 Félix Sipma :
> 
 node version 8.9.0 LTS is available upstream. Could you consider packaging
 it?
> 
>>> Sure, but nodejs 6.11.x first has to go in testing...
>> 
>> Is there still something preventing 6.12.x from migrating to testing?
> 
> Yes, it fails to build on mips and mipsel:
> 
> https://buildd.debian.org/status/package.php?p=nodejs

OK, thanks. More specifically, this test is failing:

not ok 1219 parallel/test-zlib
  ---
  duration_ms: 154.551
  severity: fail
  stack: |-
buffer.js:11
super(arg1, arg2, arg3);
^

RangeError: Array buffer allocation failed
at Buffer.Uint8Array (native)
at FastBuffer (buffer.js:11:5)
at createUnsafeBuffer (buffer.js:38:12)
at allocate (buffer.js:181:12)
at Function.Buffer.allocUnsafe (buffer.js:141:10)
at Function.Buffer.concat (buffer.js:309:23)
at 
InflateRaw.stream.Stream.stream.Stream.node.pipe.pipe.on.on.common.mustCall 
(/<>/test/parallel/test-zlib.js:153:29)
at InflateRaw. (/<>/test/common/index.js:445:15)
at emitNone (events.js:91:20)
at InflateRaw.emit (events.js:185:7)
  ...

Could it be that the hosts ran out of RAM?


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-02 Thread Sébastien Villemot
On Sat, Dec 02, 2017 at 01:08:55PM +0100, Félix Sipma wrote:
> On 2017-11-05 21:27+0100, Jérémy Lal wrote:
> > 2017-11-05 21:19 GMT+01:00 Félix Sipma :

> >> node version 8.9.0 LTS is available upstream. Could you consider packaging
> >> it?

> > Sure, but nodejs 6.11.x first has to go in testing...
> 
> Is there still something preventing 6.12.x from migrating to testing?

Yes, it fails to build on mips and mipsel:

 https://buildd.debian.org/status/package.php?p=nodejs

-- 
⢀⣴⠾⠻⢶⣦⠀  Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁  Debian Developer
⢿⡄⠘⠷⠚⠋⠀  http://sebastien.villemot.name
⠈⠳⣄  http://www.debian.org


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-12-02 Thread Félix Sipma
On 2017-11-05 21:27+0100, Jérémy Lal wrote:
> 2017-11-05 21:19 GMT+01:00 Félix Sipma :
> 
>> Package: nodejs
>> Version: 6.11.4~dfsg-1
>> Severity: wishlist
>>
>> node version 8.9.0 LTS is available upstream. Could you consider packaging
>> it?
>>
>> Thanks!
> 
> Sure, but nodejs 6.11.x first has to go in testing...

Is there still something preventing 6.12.x from migrating to testing?


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-11-05 Thread Félix Sipma
On 2017-11-05 21:27+0100, Jérémy Lal wrote:
> Sure, but nodejs 6.11.x first has to go in testing...

Maybe you could upload 8.9.0 to experimental? It can't hurt, and, who knows, it
may also fix #878674...


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-11-05 Thread Jérémy Lal
2017-11-05 21:19 GMT+01:00 Félix Sipma :

> Package: nodejs
> Version: 6.11.4~dfsg-1
> Severity: wishlist
>
> node version 8.9.0 LTS is available upstream. Could you consider packaging
> it?
>
> Thanks!


Sure, but nodejs 6.11.x first has to go in testing...

Jérémy
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#880936: nodejs: updated version available upstream

2017-11-05 Thread Félix Sipma
Package: nodejs
Version: 6.11.4~dfsg-1
Severity: wishlist

node version 8.9.0 LTS is available upstream. Could you consider packaging it?

Thanks!

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nodejs depends on:
ii  libc-ares2   1.13.0-2
ii  libc62.24-17
ii  libgcc1  1:7.2.0-12
ii  libicu57 57.1-8
ii  libssl1.0.2  1.0.2m-2
ii  libstdc++6   7.2.0-12
ii  libuv1   1.9.1-3
ii  zlib1g   1:1.2.8.dfsg-5

Versions of packages nodejs recommends:
ii  ca-certificates  20170717
pn  nodejs-doc   

nodejs suggests no packages.

-- no debconf information


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel