-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Snap fails to build on Ubuntu 20.04 (multipass problem) #83
Comments
I would suggest using an Ubuntu 18.04 container (e.g. |
👋 Thanks for opening your first issue here! If you have a question about using To help make it easier for us to investigate your issue, please follow the contributing guidelines. |
Since this is really an |
Ok, I can wait. |
Same error on Ubuntu 19.10 |
I'm experiencing this same issue on Ubuntu 20.10. I've migrated from I have Electron Forge Version:
Electron Version:
Operating System:
|
@markibanez would suggest looking at this package that I've created as this one appears to not be maintained anymore: https://github.com/davidwinter/electron-forge-maker-snap |
I'm unable to build snaps on either 18.04 or 20.04 - see electron/forge#1652 (comment) Is this project being maintained? Is there any further diagnostic information I can send that would help? |
@abulka would suggest looking at this package that I've created as this one appears to not be maintained anymore: https://github.com/davidwinter/electron-forge-maker-snap |
Preflight Checklist
Issue Details
Expected Behavior
Builds the {app's name}.snap in out/make/snap/x64.
Actual Behavior
I've configured build to .deb, zip and snap. They build sucefully except snap, which gives this error:
As you see, this error says nothing.
I know it seems fixed in electron/forge#1531, but snapcraft apt package has been depercated (maybe because it now uses Multipass snap).
To Reproduce
Repo:
https://github.com/humanoide123/app
Clone, yarn install and yarn run make (or do the same with npm)
Manual:
yarn create electron-app app-name --template=typescript-webpack
(I'm using yarn, but guess it's not important)@electron-forge/maker-snap
as devDependency (yarn add -D @electron-forge/maker-snap
)package.json
:yarn run make
ornode_modules/bin/electron-forge make
Additional Information
It seems not important except for the message "An error ocurred with the instance... Ensure that Multipass is setup correctly and try again". Seems like a problem when invoking Multipass (i've already used snapcraft on another project, so I'm sure Multipass problem is not mine)
The text was updated successfully, but these errors were encountered: