* Potential removal of unmaintained node-openzwave-shared @ 2023-03-22 12:08 Jelle Licht 2023-03-22 18:07 ` Maxim Cournoyer 2023-03-25 16:58 ` Philip McGrath 0 siblings, 2 replies; 4+ messages in thread From: Jelle Licht @ 2023-03-22 12:08 UTC (permalink / raw) To: guix-devel Hey guix, In getting `Node.js' updated to a more recent LTS version[0], I found out that node-openzwave-shared no longer builds with modern versions of node [1]; random people on the Internet seem to indicate that the hip new thing is Z-Wave JS [2]. Long story short, what is our de facto policy here? 1) Keep around a copy of Node 14 and all node-openzwave-shared deps, even after the End Of Life of 2023-04-30 2) Remove node-openzwave-shared, and move to Node 18 whenever possible without this package. 3) Patch node-openzwave-shared' so it builds with newer versions of Node, and move to Node 18. 4) Remove node-openzwave-shared, move to Node 18, package the relevant parts of Z-Wave JS. I don't have the time nor means for anything but option 2) myself, so if consensus deems any of the other options a better way forward, volunteers are invited to apply :-) - Jelle [0]: https://issues.guix.gnu.org/59188 [1]: https://github.com/OpenZWave/node-openzwave-shared/issues/398 [2]: https://github.com/zwave-js?type=source ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Potential removal of unmaintained node-openzwave-shared 2023-03-22 12:08 Potential removal of unmaintained node-openzwave-shared Jelle Licht @ 2023-03-22 18:07 ` Maxim Cournoyer 2023-03-25 16:58 ` Philip McGrath 1 sibling, 0 replies; 4+ messages in thread From: Maxim Cournoyer @ 2023-03-22 18:07 UTC (permalink / raw) To: Jelle Licht; +Cc: guix-devel Hi, Jelle Licht <jlicht@fsfe.org> writes: > Hey guix, > > In getting `Node.js' updated to a more recent LTS version[0], I found > out that node-openzwave-shared no longer builds with modern versions of > node [1]; random people on the Internet seem to indicate that > the hip new thing is Z-Wave JS [2]. > > Long story short, what is our de facto policy here? > > 1) Keep around a copy of Node 14 and all node-openzwave-shared deps, > even after the End Of Life of 2023-04-30 > 2) Remove node-openzwave-shared, and move to Node 18 whenever possible > without this package. > 3) Patch node-openzwave-shared' so it builds with newer versions of > Node, and move to Node 18. > 4) Remove node-openzwave-shared, move to Node 18, package the relevant > parts of Z-Wave JS. > > I don't have the time nor means for anything but option 2) myself, so if > consensus deems any of the other options a better way forward, > volunteers are invited to apply :-) I'd opt for 2, unless it's a very important packages deeply ingrained in the dependency graph (haven't checked). -- Thanks, Maxim ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Potential removal of unmaintained node-openzwave-shared 2023-03-22 12:08 Potential removal of unmaintained node-openzwave-shared Jelle Licht 2023-03-22 18:07 ` Maxim Cournoyer @ 2023-03-25 16:58 ` Philip McGrath 2023-03-30 12:37 ` Jelle Licht 1 sibling, 1 reply; 4+ messages in thread From: Philip McGrath @ 2023-03-25 16:58 UTC (permalink / raw) To: Jelle Licht, guix-devel Hi, On Wed, Mar 22, 2023, at 8:08 AM, Jelle Licht wrote: > Hey guix, > > In getting `Node.js' updated to a more recent LTS version[0], I found > out that node-openzwave-shared no longer builds with modern versions of > node [1]; random people on the Internet seem to indicate that > the hip new thing is Z-Wave JS [2]. > > Long story short, what is our de facto policy here? > > 1) Keep around a copy of Node 14 and all node-openzwave-shared deps, > even after the End Of Life of 2023-04-30 > 2) Remove node-openzwave-shared, and move to Node 18 whenever possible > without this package. > 3) Patch node-openzwave-shared' so it builds with newer versions of > Node, and move to Node 18. > 4) Remove node-openzwave-shared, move to Node 18, package the relevant > parts of Z-Wave JS. > > I don't have the time nor means for anything but option 2) myself, so if > consensus deems any of the other options a better way forward, > volunteers are invited to apply :-) > > [0]: https://issues.guix.gnu.org/59188 > [1]: https://github.com/OpenZWave/node-openzwave-shared/issues/398 > [2]: https://github.com/zwave-js?type=source I added this package, so I have some interest in trying options 3 or 4, but I don't think this should block Node 18 in any case. Is there a log message for the build failure somewhere? I don't see any details at [2], and I'm a bit surprised by the failure. It's true that open-zwave and, by extension, node-openzwave-shared currently have no active maintainers. On the other hand, AIUI, it still works fine, and e.g. Debian Bookworm still has libopenzwave1.6 packaged: my impression is that the only changes in several years, even before the loss of maintainers, have been adding XML definitions for new hardware. On the other hand, while I've heard good things about Z-Wave JS and on principle would favor a memory-safe language, the large number of NPM dependencies seem likely to make it difficult to package. (The person who recommended it in [2] is one of its maintainers, FYI.) -Philip ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Potential removal of unmaintained node-openzwave-shared 2023-03-25 16:58 ` Philip McGrath @ 2023-03-30 12:37 ` Jelle Licht 0 siblings, 0 replies; 4+ messages in thread From: Jelle Licht @ 2023-03-30 12:37 UTC (permalink / raw) To: Philip McGrath, guix-devel Hi, "Philip McGrath" <philip@philipmcgrath.com> writes: > Hi, > > On Wed, Mar 22, 2023, at 8:08 AM, Jelle Licht wrote: >> Hey guix, >> >> In getting `Node.js' updated to a more recent LTS version[0], I found >> out that node-openzwave-shared no longer builds with modern versions of >> node [1]; random people on the Internet seem to indicate that >> the hip new thing is Z-Wave JS [2]. >> >> Long story short, what is our de facto policy here? >> >> 1) Keep around a copy of Node 14 and all node-openzwave-shared deps, >> even after the End Of Life of 2023-04-30 >> 2) Remove node-openzwave-shared, and move to Node 18 whenever possible >> without this package. >> 3) Patch node-openzwave-shared' so it builds with newer versions of >> Node, and move to Node 18. >> 4) Remove node-openzwave-shared, move to Node 18, package the relevant >> parts of Z-Wave JS. >> >> I don't have the time nor means for anything but option 2) myself, so if >> consensus deems any of the other options a better way forward, >> volunteers are invited to apply :-) >> >> [0]: https://issues.guix.gnu.org/59188 >> [1]: https://github.com/OpenZWave/node-openzwave-shared/issues/398 >> [2]: https://github.com/zwave-js?type=source > > I added this package, so I have some interest in trying options 3 or 4, but I don't think this should block Node 18 in any case. > > Is there a log message for the build failure somewhere? I don't see any details at [2], and I'm a bit surprised by the failure. I've played around with it, and was able to get it to compile (and pass tests?) in v6 of the node patch series: https://issues.guix.gnu.org/59188#83 Could you see if that works for your workflows? Thanks! - Jelle ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-30 12:38 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-22 12:08 Potential removal of unmaintained node-openzwave-shared Jelle Licht 2023-03-22 18:07 ` Maxim Cournoyer 2023-03-25 16:58 ` Philip McGrath 2023-03-30 12:37 ` Jelle Licht
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.