[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2022-01-05 Thread Christian Ehrhardt 
We ahve that in Jammy snapd | 2.53+21.10ubuntu1 | jammy | source, amd64, arm64, armhf, ppc64el, riscv64, s390x Removing openssl task to not show this outdated update-excuse ** Tags removed: update-excuse -- You received this bug notification because you are a member of Ubuntu

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-10-07 Thread Ian Johnson
Dan, note that although we set the SNAP_REEXEC environment variable in that integration test, that environment variable is actually not obeyed when it comes to the mksquashfs command which is called here:

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-10-07 Thread Dan Bungert
Snapd team advises that this will be fixed in 2.52.1, and that affected users should pick up that version when available or, in the mean time, pickup a newer snapd. Currently the beta channel has this 2.52.1 version, which does appear to resolve the issue. Based on this advise I'm removing

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-29 Thread Ian Johnson
As seb128 found, the issue is also affecting the debian package of snapd since when we call mksquashfs, we actually have code which specifically calls mksquashfs from the "system" snap which is either the snapd snap or the core snap, this is presumably to ensure that a consistent mksquashfs is

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-29 Thread Sebastien Bacher
unsure if the bug should be made to affect to snapd ubuntu package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943077 Title: snapd fails to autopkgtest on mksquashfs, which is looking for

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-29 Thread Sebastien Bacher
The issue is impacting impish daily $ sudo snap pack src libgcc_s.so.1 must be installed for pthread_cancel to work erreur : cannot pack "src": mksquashfs call failed $ snap version snap2.53~pre1.git19b68f708 snapd 2.53~pre1.git19b68f708 series 16 ubuntu 21.10 kernel 5.13.0-16-generic

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-21 Thread Dan Bungert
Changing states - the change was committed on snapd, not squashfs-tools. ** Changed in: snapd Status: New => Fix Committed ** Changed in: squashfs-tools (Ubuntu) Status: Fix Committed => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-09 Thread Dan Bungert
Retesting with snapd 2.52+git658.g005f554-dirty (13328), mksquashfs is able to work as expected. I believe that when we are able to autopkgtest against a snap with that fix, that this problem will be resolved. ** Changed in: squashfs-tools (Ubuntu) Status: New => Fix Committed -- You

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-08 Thread Michael Hudson-Doyle
https://github.com/snapcore/snapd/pull/10757 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943077 Title: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s To manage

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-08 Thread Michael Hudson-Doyle
(I confirmed by bind mount shenanigans that putting the libgcc_s.so.1 from the core snapd into the snapd snap makes this work) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943077 Title: snapd

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-08 Thread Michael Hudson-Doyle
So what is going on here is that libc is trying to load libgcc_s.so.1 and as it is not in the snap it ends up loading it from the host. Apparently in all releases from xenial through to hirsute this has worked but for whatever reason it does not work on impish. I think the appropriate fix is for

[Bug 1943077] Re: snapd fails to autopkgtest on mksquashfs, which is looking for libgcc_s

2021-09-08 Thread Dan Bungert
Added openssh and squashfs-tools so that this bug shows on the proposed- migration report. ** Also affects: openssh (Ubuntu) Importance: Undecided Status: New ** Also affects: squashfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification