Package Details: balena-etcher 2:1.18.14-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
Conflicts: etcher, etcher-bin, etcher-git
Submitter: gin078
Maintainer: zhullyb (Clansty, sukanka, lilac)
Last Packager: lilac
Votes: 254
Popularity: 0.78
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2023-12-20 22:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 29 Next › Last »

yurikoles commented on 2022-12-02 10:53 (UTC)

python2 is in fact unneeded. I verified that etcher-git builds fine with python (3), which is being pulled node-gyp.

mirr0r commented on 2022-12-01 06:06 (UTC) (edited on 2022-12-01 06:11 (UTC) by mirr0r)

@WhiredPlanck same error:

node: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory.

everythings is updated and library installed is major version higher:

~ ls -l /usr/lib/icu/
totale 4
drwxr-xr-x 2 root root 4096 27 nov 18.20 72.1
lrwxrwxrwx 1 root root    4 17 nov 17.18 current -> 72.1
lrwxrwxrwx 1 root root   20 17 nov 17.18 Makefile.inc -> current/Makefile.inc
lrwxrwxrwx 1 root root   19 17 nov 17.18 pkgdata.inc -> current/pkgdata.inc

Any suggestion?

randomxusr commented on 2022-12-01 04:59 (UTC)

Getting an electron rebuild error - "An unhandled error occurred inside electron-rebuild"

Any suggestions for how to resolve this?

emceebois commented on 2022-11-25 07:43 (UTC)

The "callback was already called" error is still causing build failures as of the 2022-11-23 update.

WhiredPlanck commented on 2022-11-24 05:31 (UTC)

@blabred Please upgrade your system and restart then retry.

blabred commented on 2022-11-14 18:33 (UTC)

Got this error while trying to update:

git submodule update --init && \
npm ci && \
npm run webpack
node: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
make: *** [Makefile:92: electron-develop] Error 127
==> ERROR: Se produjo un fallo en build().
    Cancelando...
 -> error compilando: balena-etcher

jodema commented on 2022-11-14 17:12 (UTC)

I am also still having the same issue that emceebois posted 6 days ago and SpineEyE commented on yesterday. Any ideas why and how to fix it?

SpineEyE commented on 2022-11-13 20:41 (UTC)

I stil have the same issue that emceebois posted 5 days ago. Does anyone have any clue why this happens?

emceebois commented on 2022-11-08 18:54 (UTC) (edited on 2022-11-14 20:41 (UTC) by emceebois)

I'm getting the following error trying to update this with yay today:

[10:51:05] Webpack (10%) - Build modules

/home/username/.cache/yay/balena-etcher/src/etcher/node_modules/loader-runner/lib/LoaderRunner.js:119
                        throw new Error("callback(): The callback was already called.");
         ^
Error: callback(): The callback was already called.
    at context.callback (/home/username/.cache/yay/balena-etcher/src/etcher/node_modules/loader-runner/lib/LoaderRunner.js:119:10)
    at Object.ESBuildLoader (/home/username/.cache/yay/balena-etcher/src/etcher/node_modules/esbuild-loader/dist/loader.js:62:9)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
make: *** [Makefile:92: electron-develop] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: balena-etcher

EDIT: Confirming that this is still an issue as of the 2022-11-13 update. Thank you to SpineEyE and jodema for confirming replication of this bug. If a maintainer needs additional logs or system information in order to diagnose the problem, please let me know and I will be happy to assist.

yurikoles commented on 2022-11-08 03:27 (UTC)

Upstream issues releases like crazy today, seems to be due to switch to some flowzone GHA stack.