
























% yay -S insomnia-electron-bin
AUR Explicit (1): insomnia-electron-bin-1:8.5.0-1 :: PKGBUILD up to date, skipping download: insomnia-electron-bin
1 insomnia-electron-bin (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 1 insomnia-electron-bin (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==>
==> Making package: insomnia-electron-bin 1:8.5.0-1 (Fri 29 Dec 2023 09:00:54 AM CET)
==> Retrieving sources...
-> Found Insomnia.Core-8.5.0.tar.gz
-> Found LICENSE
-> Found insomnia.sh
-> Found insomnia.desktop
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
Insomnia.Core-8.5.0.tar.gz ... Passed
LICENSE ... FAILED
insomnia.sh ... Passed
insomnia.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: /home/atodorovic/.cache/yay/insomnia-electron-bin context: exit status 1
:: (1/1) Parsing SRCINFO: insomnia-electron-bin
==> Making package: insomnia-electron-bin 1:8.5.0-1 (Fri 29 Dec 2023 09:00:55 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Insomnia.Core-8.5.0.tar.gz
-> Found LICENSE
-> Found insomnia.sh
-> Found insomnia.desktop
==> Validating source files with b2sums...
Insomnia.Core-8.5.0.tar.gz ... Passed
LICENSE ... FAILED
insomnia.sh ... Passed
insomnia.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
-> error making: insomnia-electron-bin-exit status 1
-> Failed to install the following packages. Manual intervention is required: insomnia-electron-bin - exit status 1
Out of date, png file gives 404. Please fix :)
@himan thanks for the report! It should be fixed now.
App threw an error during load
Error: The module '/tmp/.org.chromium.Chromium.SO5TEp'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 87. This version of Node.js requires
NODE_MODULE_VERSION 85. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2039)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/usr/lib/insomnia/app.asar/node_modules/@getinsomnia/node-libcurl/dist/Easy.js:5:18)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@fmauNeko Currently the build script tries to access a non existant folder, causing the build to fail every time.
When removing the architecture from the cd command, it works just fine.