[Pkg-javascript-devel] Bug#766484: FTBFS in a cowbuilder: Error: listen EADDRNOTAVAIL

2014-11-26 Thread James Cowgill
Control: tags -1 patch On Sat, 22 Nov 2014 13:48:43 +0100 Tobias Frost t...@debian.org wrote: I saw your offer to prepare a patch, which would be very appreciated. I would sponsor this as an NMU. Well this is the patch mentioned earlier from 0.10.33 [1] which fixes the build for me. Thanks,

[Pkg-javascript-devel] Bug#766484: Info received (FTBFS in a cowbuilder: Error: listen EADDRNOTAVAIL)

2014-11-26 Thread James Cowgill
Oops, actually attach the patch this time. James From 707cc25011d142fe4ade14ce2aa083a96ef15bcb Mon Sep 17 00:00:00 2001 From: Fedor Indutny fe...@indutny.com Date: Wed, 15 Oct 2014 20:50:15 +0400 Subject: [PATCH] test: fix test-crypto-stream Because of constant-timeness change made in

[Pkg-javascript-devel] Bug#774849: libuv: sometimes FTBFS with test 'tcp_close_while_connecting' failing

2015-01-08 Thread James Cowgill
Source: libuv Version: 0.10.28-5 Severity: important Tags: upstream Forwarded: https://github.com/libuv/libuv/issues/125 Hi, libuv sometimes FTBFS for me with testsuite errors depending on which machine I build it on. It seems to fail to build on machines within a network which blocks most

[Pkg-javascript-devel] Bug#793828: node-express-generator: crashes if run within a non-empty directory

2015-07-27 Thread James Cowgill
Package: node-express-generator Version: 4.0.0-2 Severity: important Tags: fixed-upstream Hi, express crashes if run within a non-empty directory: james@helena:/tmp$ express /usr/lib/nodejs/express-generator/bin/express:62 program.confirm('destination is not empty, continue? ',

[Pkg-javascript-devel] Bug#888021: nodejs: should be compiled with FPXX ABI on 32-bit mips

2018-01-22 Thread James Cowgill
Package: nodejs Version: 8.9.3~dfsg-9 Severity: important Tags: patch Hi, As I wrote on debian-mips[1], the reason various node packages have been failing on mipsel is because nodejs is using the fp32 ABI instead of the fpxx ABI which gcc uses. This in turn triggers some bugs on the buildds.