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 > > > > > >

Bug#964232: ITP: fairy-stockfish -- chess variant engine derived from Stockfish, including Shogi and XiangQi support

2020-07-03 Thread Yann Dirson
Package: wnpp Severity: wishlist Owner: Yann Dirson * Package name: fairy-stockfish Version : 11.1 Upstream Author : Fabian Fichter (unknown email) * URL : https://github.com/ianfab/Fairy-Stockfish * License : GPLv3+ Programming Lang: C++ Description :

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 i

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 libnodeXX

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 testi

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 libnode-dev).