Created attachment 258793 [details] signal-desktop-7.46.0.log Hi, i have a problem with the poudriere build with signal-desktop-7.46.0
Same build failure here on 14.2-RELEASE amd64.
looks like it's just the package-lock.json missing from the files?
(In reply to FiLiS from comment #2) ah, no, after that, it needs pnpm-lock.yaml, but then it dies again --- ... npm error code ENOTCACHED npm error request to https://registry.npmjs.org/@signalapp%2fmock-server failed: cache mode is 'only-if-cached' but no cached response is available. npm error A complete log of this run can be found in: /wrkdirs/usr/ports/net-im/signal-desktop/work/.npm/_logs/2025-03-19T06_46_52_260Z-debug-0.log *** Error code 1 ---
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=22d7a340768bf0a25286beabdabf13931c82732d commit 22d7a340768bf0a25286beabdabf13931c82732d Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2025-03-19 07:29:35 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2025-03-19 07:33:26 +0000 net-im/signal-desktop: Add missing files I forgot to git add them. Reported by: many PR: 285515 .../signal-desktop/files/package-lock.json (new) | 32948 +++++++++++++++++++ .../signal-desktop/files/patch-package.json (new) | 91 + .../files/patch-patches_better-sqlite3.patch (new) | 14 + .../patch-patches_electron-builder.patch (new) | 14 + .../patch-patches_signalapp-ringrtc.patch (new) | 13 + ...patch-scripts_generate-acknowledgments.js (new) | 14 + net-im/signal-desktop/files/pnpm-lock.yaml (new) | 20593 ++++++++++++ 7 files changed, 53687 insertions(+)
Sorry, I forgot to add a bunch of files.