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.79
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2025-03-01 03:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 30 Next › Last »

<deleted-account> commented on 2020-02-19 23:51 (UTC)

I can confirm the bug @Serial reported on 2020-02-18 22:07

Unlike him/her I am using Arch Linux

Linux version 5.5.4-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Sat, 15 Feb 2020 00:36:29 +0000

romax commented on 2020-02-19 23:46 (UTC) (edited on 2020-02-19 23:49 (UTC) by romax)

Visible in the log (ctrl+shift+i then 'console' tab) is an npm related error:

Uncaught Error: The module '/usr/lib/balena-etcher/node_modules/xxhash/build/Release/hash.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 75. This version of Node.js requires
NODE_MODULE_VERSION 76. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at process.func (electron/js2c/asar.js:140)
    at process.func [as dlopen] (electron/js2c/asar.js:140)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1016)
    at Object.func (electron/js2c/asar.js:140)
    at Object.func [as .node] (electron/js2c/asar.js:140)
    at Module.load (internal/modules/cjs/loader.js:816)
    at Module._load (internal/modules/cjs/loader.js:728)
    at Module._load (electron/js2c/asar.js:717)
    at Function.Module._load (electron/js2c/asar.js:717)
    at Module.require (internal/modules/cjs/loader.js:853)
    at require (internal/modules/cjs/helpers.js:74)
    at Object.<anonymous> (/usr/lib/balena-etch…ash/lib/xxhash.js:4)
    at Object.<anonymous> (/usr/lib/balena-etch…sh/lib/xxhash.js:52)
    at Module._compile (internal/modules/cjs/loader.js:968)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:986)
    at Module.load (internal/modules/cjs/loader.js:816)

Serial commented on 2020-02-19 03:07 (UTC)

Once again the released package is in trouble, as can be seen in the image of the link below.

[img]https://i.imgur.com/Xkton17.gif[/img]

OS: ArcoLinuxB-deepin v20.2.12 Kernel: 5.5.4-arch1-1

gin078 commented on 2020-01-30 19:36 (UTC) (edited on 2020-01-30 19:41 (UTC) by gin078)

@Serial Manjaro has their own fully supported Etcher package, available here: https://gitlab.manjaro.org/packages/community/etcher. I recommend using that package, as this package is only intended for/supporting Arch Linux.

Serial commented on 2020-01-30 18:09 (UTC)

Hello people

I tried to install the new version of balena ecther on manjaro-Deepin 18.1.5 and it doesn't install, with the following error messages:

npm ERR! A complete log of this run can be found in: npm ERR! /home/edson/.npm/_logs/2020-01-30T17_52_13_056Z-debug.log make: *** [Makefile: 97: electron-develop] Error 1 ==> ERROR: A failure occurred in build ().      Aborting ...

gin078 commented on 2020-01-30 16:15 (UTC)

@Serial what WM/DE is that? I will try to reproduce locally and fix.

Serial commented on 2020-01-28 01:32 (UTC)

@gin078

I hadn't seen that there was another update to the balena-etcher version 2: 1.5.72-2

After updating this new version the problem was solved.

The only detail I noticed is that the icon on the taskbar is electron and not Balena-etcher, as seen in the image below:

https://imgur.com/GD7aRC2

Serial commented on 2020-01-28 01:05 (UTC)

The print is from version 2: 1.5.72-1 that has a problem, where it updated this afternoon.

At least it is the most recent version that appears here in the AUR

[img]https://i.imgur.com/sUMllRw.png[/img]

Follows the requested:

cat /usr/bin/balena-etcher-electron

!/bin/bash

ARGS="--no-sandbox" if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then ARGS="" fi exec electron6 "${ARGS}" /usr/lib/balena-etcher "$@"

gin078 commented on 2020-01-28 00:50 (UTC)

@Serial is this gif having updated already to 2:1.5.72-2?

If so, can you provide the output of cat /usr/bin/balena-etcher-electron please?

Serial commented on 2020-01-28 00:39 (UTC)

@gin078

https://imgur.com/a/9ia3oHm

Thanks