Comment 4 for bug 1582513

Revision history for this message
Kyle Fazzari (kyrofa) wrote : Re: snapcraft python3 plugin generates invalid snaps

Jamie, the `libraries/16.04` file isn't for symlinks, but for determining what should or shouldn't be automatically copied into the snap when crawling for ELFs and parsing the output of ldd.

In this case, it seems that the libc6 deb is getting staged, which has absolute symlinks contained within it. My first take on this is that libc6 shouldn't be staged at all, since it's available on all systems (host and target).