Re: help needed to resolve nodejs transition #963039

2020-07-13 Thread Adrian Bunk
On Fri, Jul 03, 2020 at 07:50:55PM +0200, Jérémy Lal wrote: >... > One can install nodejs 10 along with libnode64, and build node-iconv > using libnode-dev 12 which links to libnode72. > > However, running node-iconv tests in the autopkgtests environment requires > the nodejs version that is

Re: help needed to resolve nodejs transition #963039

2020-07-03 Thread Jérémy Lal
Le ven. 3 juil. 2020 à 20:53, Jonas Smedegaard a écrit : > Quoting Jonas Smedegaard (2020-07-03 20:45:22) > > Quoting Jérémy Lal (2020-07-03 19:50:55) > > > I have a problem with the transition of nodejs: > > > from version 10 with abi libnode64 > > > to version 12 with abi libnode72 > > > > > >

Re: help needed to resolve nodejs transition #963039

2020-07-03 Thread Jonas Smedegaard
Quoting Jonas Smedegaard (2020-07-03 20:45:22) > Quoting Jérémy Lal (2020-07-03 19:50:55) > > I have a problem with the transition of nodejs: > > from version 10 with abi libnode64 > > to version 12 with abi libnode72 > > > > C(++) addons like node-iconv can be compiled using libnode-dev, > > so

Re: help needed to resolve nodejs transition #963039

2020-07-03 Thread Jonas Smedegaard
Quoting Jérémy Lal (2020-07-03 19:50:55) > I have a problem with the transition of nodejs: > from version 10 with abi libnode64 > to version 12 with abi libnode72 > > C(++) addons like node-iconv can be compiled using libnode-dev, > so installing an addon automatically installs the right

Re: help needed to resolve nodejs transition #963039

2020-07-03 Thread Paul Gevers
Hi Jérémy, On 03-07-2020 19:50, Jérémy Lal wrote: > Those failures seem to be preventing transition to testing (which is > understandable). > Two questions: > - how to fix the issue now One option is that the libnode72 add a Breaks on the broken versions of node-iconv, node-expat, node-* in

help needed to resolve nodejs transition #963039

2020-07-03 Thread Jérémy Lal
Hi, I have a problem with the transition of nodejs: from version 10 with abi libnode64 to version 12 with abi libnode72 C(++) addons like node-iconv can be compiled using libnode-dev, so installing an addon automatically installs the right libnodeXX version. (all addons Build-Depend