squashfs-tools: needs to depend on libgcc-s1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned | ||
squashfs-tools (Debian) |
New
|
Unknown
|
|||
squashfs-tools (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I'm getting this error running the ADT test for snapd on impish:
021-09-08 07:49:43 Error executing autopkgtest:
-----
++ snap debug confinement
+ '[' strict '!=' strict ']'
+ /home/gopath/
error: cannot pack "/home/
-----
libgcc_s.so.1 must be installed for pthread_cancel to work
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on /home/gopath/
-----
error: cannot read snap file: "/var/lib/
is not a snap or snapdir
-----
Related branches
- Steve Langasek: Approve
-
Diff: 15 lines (+7/-0)1 file modifiedubuntu-release (+7/-0)
Changed in squashfs-tools (Ubuntu): | |
status: | New → Confirmed |
assignee: | nobody → Dan Bungert (dbungert) |
assignee: | Dan Bungert (dbungert) → nobody |
summary: |
- snapd autopkgtest smoke/sandbox failure on impish + squashfs-tools: needs to depend on libgcc-s1 |
Changed in squashfs-tools (Debian): | |
status: | Unknown → New |
AFAIU the extra line in the output (libgcc_s.so.1 must be installed for pthread_cancel to work) appears when mksquashfs is invoked as squashfs-tools is missing a dependency on libgc-s1 (previously libgcc1).