Comment 0 for bug 1584346

Revision history for this message
Anthony Wong (anthonywong) wrote :

I think this bug is an issue of the ubuntu store, if this is not the correct project to report to, please re-assign to the correct one.

When I upload my package to the store, it reports this failure:
package contains external symlinks: usr/lib/x86_64-linux-gnu/libmvec.so lint-snap-v2_external_symlinks

But ubuntu-core has the necessary file:

$ ls -l /snap/ubuntu-core/current/lib/x86_64-linux-gnu/libmvec*
-rw-r--r-- 1 root root 166368 Apr 15 06:16 /snap/ubuntu-core/current/lib/x86_64-linux-gnu/libmvec-2.23.so
lrwxrwxrwx 1 root root 15 Apr 15 06:16 /snap/ubuntu-core/current/lib/x86_64-linux-gnu/libmvec.so.1 -> libmvec-2.23.so

This is in my snap:

$ ls -l /snap/shadowsocks/current/usr/lib/x86_64-linux-gnu/libmvec.so*
lrwxrwxrwx 1 root root 34 Apr 15 06:17 /snap/shadowsocks/current/usr/lib/x86_64-linux-gnu/libmvec.so -> /lib/x86_64-linux-gnu/libmvec.so.1

/lib/x86_64-linux-gnu/libmvec.so.1 was not in a previous version of ubuntu-core, so I wonder if this failure is due to the check in ubuntu store is not up-to-date?