When compiling with makepkg parameters: --cleanbuild --syncdeps --noconfirm --clean and with aurutils I get the following error:
Downloading ripgrep failed: TypeError [ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:"
at new NodeError (node:internal/errors:399:5)
at new ClientRequest (node:_http_client:189:11)
at request (node:https:360:10)
at Object.get (node:https:394:15)
at /home/user/.cache/aurutils/sync/vscodium/src/vscode/node_modules/@vscode/ripgrep/lib/download.js:141:15
at new Promise (<anonymous>)
at get (/home/user/.cache/aurutils/sync/vscodium/src/vscode/node_modules/@vscode/ripgrep/lib/download.js:135:12)
at getAssetFromGithubApi (/home/user/.cache/aurutils/sync/vscodium/src/vscode/node_modules/@vscode/ripgrep/lib/download.js:190:27)
at async module.exports (/home/user/.cache/aurutils/sync/vscodium/src/vscode/node_modules/@vscode/ripgrep/lib/download.js:298:9)
at async main (/home/user/.cache/aurutils/sync/vscodium/src/vscode/node_modules/@vscode/ripgrep/lib/postinstall.js:72:9)
Am I doing something wrong or is there something faulty during the build-process?
Pinned Comments
cedricroijakkers commented on 2022-09-05 10:41 (UTC)
NOTE: If you are building in a chroot, make sure package
systemd-sysvcompat
is installed on your system, as this is required fornvm
. This cannot be included in the dependencies, since it will break on non-systemd distributions.