Package Details: balena-etcher 2:2.1.0-1

Git Clone URL: https://aur.archlinux.org/balena-etcher.git (read-only, click to copy)
Package Base: balena-etcher
Description: Flash OS images to SD cards & USB drives, safely and easily
Upstream URL: https://balena.io/etcher
Licenses: Apache-2.0
Conflicts: etcher, etcher-bin, etcher-git
Submitter: gin078
Maintainer: zhullyb (Clansty, sukanka, lilac)
Last Packager: sukanka
Votes: 263
Popularity: 0.80
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2025-03-01 03:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 30 Next › Last »

lpc123 commented on 2020-11-04 19:04 (UTC)

Confirmed failure reported by PongTea. Suspected issue: new electron9 dependency. Even after installing electron9, balena-etcher-electron.sh still fails.

PongTea commented on 2020-11-04 18:57 (UTC)

Building fails with this message:

==> Validating source files with sha256sums...
    etcher ... Skipped
    balena-etcher-electron.sh ... FAILED
    balena-etcher-electron.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
Failed to build balena-etcher

gin078 commented on 2020-09-18 12:24 (UTC)

Thanks for reporting @allexj, I added patch as a proper dependency.

allexj commented on 2020-09-18 08:21 (UTC) (edited on 2020-09-18 08:24 (UTC) by allexj)

It failed for me, it says: Dependency missing: patch

So I had to do: sudo pacman -S patch

then it worked.

Also, I received this message: found 10 vulnerabilities (4 low, 6 high)run npm audit fix to fix them, or npm audit for details

Should I be worried?

yurikoles commented on 2020-06-17 20:46 (UTC)

Hi @gin078,

Please apply Arch Wiki advice on git submodules, e.g. like I did in etcher-git recently.

apastuszak commented on 2020-06-11 23:58 (UTC) (edited on 2020-06-11 23:59 (UTC) by apastuszak)

@gin078 nodejs-lts-carbon

gin078 commented on 2020-06-11 15:57 (UTC)

@apastuszak what node version are you using? I've just forced a rebuild in a pristine environment, and the build succeeded: https://travis-ci.org/github/xginn8/aur-bldr/jobs/694853704

apastuszak commented on 2020-06-11 13:57 (UTC) (edited on 2020-06-11 13:59 (UTC) by apastuszak)

This is giving me install problems:

35142 error code ELIFECYCLE
35143 error errno 1
35144 error electron-chromedriver@9.0.0 install: `node ./download-chromedriver.js`
35144 error Exit status 1
35145 error Failed at the electron-chromedriver@9.0.0 install script.
35145 error This is probably not a problem with npm. There is likely additional logging output above.
35146 verbose exit [ 1, true ]```

gin078 commented on 2020-06-01 13:53 (UTC)

@dalto fixed, thanks for reporting!