Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage/armv7l mksquashfs? #14

Open
hibiyasleep opened this issue May 4, 2018 · 3 comments
Open

AppImage/armv7l mksquashfs? #14

hibiyasleep opened this issue May 4, 2018 · 3 comments

Comments

@hibiyasleep
Copy link

hibiyasleep commented May 4, 2018

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 hibiyasleep changed the title armv7l mksquashfs? AppImage/armv7l mksquashfs? May 4, 2018
@hibiyasleep
Copy link
Author

hibiyasleep commented May 8, 2018

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
Copy link

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

@hirokiht
Copy link

hirokiht commented Sep 15, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants