multipass
multipass copied to clipboard
Snap Install Failing On Solus
Describe the bug Automatic installation of the Multipass Snap via Snapcraft fails on Solus.
To Reproduce
Running snapcraft
(installed via Snap) for the first time, it tries to install Multipass.
Installation of Multipass then fails via the error message shown down in the logs section.
Installation via Snap fails too, stable
aswell as beta
.
To make sure that this isn't a general problem with my snap installation, I ran snap install firefox
afterwards, which installed Firefox without any issue.
Expected behavior Multipass gets installed and can be used by Snapcraft.
Logs
Info Output from Snapcraft
ahahn94@solus ~/Code/RssEpisodeExtractor $ snapcraft
Support for 'multipass' needs to be set up. Would you like to do it now? [y/N]: y
snapd is not logged in, snap install commands will use sudo
error: cannot perform the following tasks:
- Run install hook of "multipass" snap if present (run hook "install":
-----
cannot update snap namespace: cannot use "/etc/fonts" as mount point: not a directory
snap-update-ns failed with code 1
-----)
Error while installing snap 'multipass' from channel 'latest/stable'
Info Output from Snap install
ahahn94@solus ~/Code/RssEpisodeExtractor $ snap install multipass --classic --beta
error: cannot perform the following tasks:
- Run install hook of "multipass" snap if present (run hook "install":
-----
cannot update snap namespace: cannot use "/etc/fonts" as mount point: not a directory
snap-update-ns failed with code 1
-----)
ahahn94@solus ~/Code/RssEpisodeExtractor $ snap install multipass --classic --stable
error: cannot perform the following tasks:
- Run install hook of "multipass" snap if present (run hook "install":
-----
cannot update snap namespace: cannot use "/etc/fonts" as mount point: not a directory
snap-update-ns failed with code 1
-----)
Additional info
- OS: Solus 4.3, all packages up-to-date
Additional context None.