Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 811330

Summary: app-containers/snapd: incompatibility with sys-fs/squashfs-tools-4.5
Product: Gentoo Linux Reporter: Cyril Pascal <cyril.pascal_gentoobugs>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Cyril Pascal 2021-09-01 13:18:59 UTC
snapd daemon program seems to be incompatible with squashfs 4.5

Reproducible: Always

Steps to Reproduce:
1. install snapd : emerge -av snapd
2. launch snapd daemon : systemctl enable --now snapd
3. snap install hello 
Actual Results:  
snap install fails with error "snap is unusable due to missing files"


Expected Results:  
snap should install the package

Same here at debian : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993233
snapd fix https://github.com/snapcore/snapd/pull/10567

Temporary fix is to emerge =sys-fs/squashfs-tools-4.4_p1 instead of current stable =sys-fs/squashfs-tools-4.5
Comment 1 Ronald Farrer 2021-09-08 17:21:58 UTC
This was a show stopper for me and the above linked patch does fix the issue. There is also a discussion about the issue https://forum.snapcraft.io/t/cannot-install-snap-file-snap-is-unusable-due-to-missing-files/25719/26 that shows the same "missing files" error.
Comment 2 Tim Mohlmann 2021-09-14 18:28:19 UTC
(In reply to Cyril Pascal from comment #0)
snapd fix https://github.com/snapcore/snapd/pull/10567
> 
> Temporary fix is to emerge =sys-fs/squashfs-tools-4.4_p1 instead of current
> stable =sys-fs/squashfs-tools-4.5

sys-fs/squashfs-tools-4.4_p1 is no longer available in the tree.