Bug 267747 - net-im/signal-desktop fails to build due to node/yarn incompatibility
Summary: net-im/signal-desktop fails to build due to node/yarn incompatibility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-13 17:19 UTC by f451
Modified: 2022-12-05 09:56 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f451 2022-11-13 17:19:23 UTC
Hello,

net-im/signal-desktop fails to build in poudriere-devel-3.3.99.20220831 on
stable/13-n252944-e52aaa644ce1 amd64 and a new ports tree as of 10 minutes ago with the following error

[00:01:19] yarn install v1.22.18
[00:01:19] [1/6] Validating package.json...
[00:01:19] error signal-desktop@5.56.0: The engine "node" is incompatible with this module. Expected version "16.17.1". Got "16.18.1"
[00:01:19] error Found incompatible module.
[00:01:19] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[00:01:19] *** Error code 1
[00:01:19] 
[00:01:19] Stop.
[00:01:19] make: stopped in /usr/ports/net-im/signal-desktop

other info
[00:00:00] Makefile datestamp: -rw-r--r--  1 root  wheel  8198 Sep 25 22:02 /usr/ports/net-im/signal-desktop/Makefile
[00:00:00] Ports top last git commit: f34010140b
[00:00:00] Ports top unclean checkout: no
[00:00:00] Port dir last git commit: 9cd56568fa
[00:00:00] Port dir unclean checkout: no
[00:00:00] Poudriere version: poudriere-git-3.3.99.20220831
[00:00:00] Host OSVERSION: 1301509
[00:00:00] Jail OSVERSION: 1301509
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-13 20:04:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f594c8a1d115e705256728bf74a7519da751daf3

commit f594c8a1d115e705256728bf74a7519da751daf3
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-11-13 19:59:42 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-11-13 20:03:30 +0000

    net-im/signal-desktop: Fix build after node update

    Regen the cache file for node 16.18.1

    PR:             267747

 net-im/signal-desktop/distinfo                 | 6 +++---
 net-im/signal-desktop/files/patch-package.json | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 f451 2022-11-14 02:02:18 UTC
(In reply to commit-hook from comment #1)

it built, tyvm :D