electron-userland / electron-builder-binaries

173 stars 60 forks source link

AppImage/armv7l `mksquashfs`? #14

Open hibiyasleep opened 6 years ago

hibiyasleep commented 6 years ago

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 commented 6 years ago

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.

petervanderwalt commented 5 years ago

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

hirokiht commented 5 years ago

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