electron-builder-binaries icon indicating copy to clipboard operation
electron-builder-binaries copied to clipboard

AppImage/armv7l `mksquashfs`?

Open hibiyasleep opened this issue 6 years ago • 3 comments

my build failing with this error:

⨯ error: fork/exec /home/hibiya/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/mksquashfs: no such file or directory

how can I supply these binaries (for PR maybe)? will temporal symlink work?

hibiyasleep avatar May 04 '18 06:05 hibiyasleep

Fixed (temporally) by updating mksquashfs and:

ln -s `which mksquashfs` ~/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/mksquashfs
ln -s `which desktop-file-validate` ~/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/desktop-file-validate

I'm not sure just uploading these binaries is fine.

hibiyasleep avatar May 08 '18 01:05 hibiyasleep

@hibiyasleep thanks your workaround worked for me too! Hoping a proper fix makes it upstream

petervanderwalt avatar Aug 24 '18 09:08 petervanderwalt

recent build seems to require a newer version of mksquashfs which takes in offset option, rendering the mksquashfs in ubuntu/debian repository unusable.

Building the mksquashfs here: https://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git

hirokiht avatar Sep 15 '18 08:09 hirokiht