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

Latest Comments

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

sukanka commented on 2024-11-05 13:08 (UTC)

@marco.righi can you post the full log to a pastebin and paste the url? or can you try cloning this repo and run extra-x86_64-build in it?

marco.righi commented on 2024-11-05 05:54 (UTC)

Something wrong during yay -S balena-etcher

npm error gyp ERR! stack     at ChildProcess.emit (node:events:507:28)
npm error gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm error gyp ERR! System Linux 6.11.6-arch1-1
npm error gyp ERR! command "/usr/bin/node" "/media/data/users/home/marco/.cache/yay/balena-etcher/src/etcher-1.19.25/node_modules/.bin/node-gyp" "rebuild"
npm error gyp ERR! cwd /media/data/users/home/marco/.cache/yay/balena-etcher/src/etcher-1.19.25/node_modules/mountutils
npm error gyp ERR! node -v v23.1.0
npm error gyp ERR! node-gyp -v v9.4.1
npm error gyp ERR! not ok
npm error A complete log of this run can be found in: /media/data/users/home/marco/.cache/yay/balena-etcher/src/.npm/_logs/2024-11-05T05_50_44_404Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: balena-etcher-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 4

There are not enough characters to report the entire log.

ast3riskinc commented on 2024-10-11 20:34 (UTC)

Etcher is now a ZIP. (https://github.com/balena-io/etcher/releases/download/v1.19.25/balenaEtcher-linux-x64-1.19.25.zip)

(also this package is out of date)

matejdro commented on 2024-06-23 05:13 (UTC)

Why is this package forcing use of lts nodejs instead of regular nodejs?

ajacocks commented on 2024-05-17 17:27 (UTC) (edited on 2024-05-17 18:02 (UTC) by ajacocks)

There is an alternative download source for the headers here: https://nodejs.org/dist/latest-v20.x/node-v20.13.1-headers.tar.gz

Given that, the fix to the pkgbuild is quite simple:

replace: export npm_config_disturl=https://electronjs.org/headers with: export npm_config_disturl=https://nodejs.org/dist/

keilmillerjr commented on 2024-04-27 23:47 (UTC)

npm ERR! gyp http GET https://electronjs.org/headers/v20.12.2/node-v20.12.2-headers.tar.gz
npm ERR! gyp http 404 https://artifacts.electronjs.org/headers/v20.12.2/node-v20.12.2-headers.tar.gz?force_headers_dist=1

neoarch666 commented on 2024-04-10 17:10 (UTC)

hi i prefer install https://aur.archlinux.org/packages/appimagelauncher and open https://github.com/balena-io/etcher/releases/download/v1.18.11/balenaEtcher-1.18.11-x64.AppImage whit appimagelauncher (dependency electron25 so long of install whit balena-etcher aur ) thank you

3xploiton3 commented on 2024-02-06 00:31 (UTC) (edited on 2024-02-06 00:32 (UTC) by 3xploiton3)

failed to install

Downloading and installing node v16.20.2...
Downloading https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz...
############################################################################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
nvm is not compatible with the "npm_config_prefix" environment variable: currently set to "/home/hostname/.local"
Run `unset npm_config_prefix` to unset it.
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: balena-etcher-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 4

james commented on 2023-12-28 18:18 (UTC)

might want to use the pre-release for now as 1.18.14 doesn't work because of this bug: https://github.com/balena-io/etcher/issues/4138

It's fixed in the pre-releases: https://github.com/balena-io/etcher/releases

mxaddict commented on 2023-12-07 10:35 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index adec9df..2ea7005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64')
 _github_url='https://github.com/balena-io/etcher'
 url='https://balena.io/etcher'
 license=(Apache)
-depends=("electron19" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb")
+depends=("electron" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb")
 makedepends=("git" "python" "nvm")
 optdepends=("libnotify: for notifications")
 conflicts=("${_pkgname}"

Making this simple change works for balena etcher