You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change in openzfs/zfs#509 reduces number of shlibdep warnings from several hundred to less than one hundred.
Ideally, pkg-zfs would be completely lintian clean, but this warning seems to be a deficiency in the analysis tool. The actual package dependency is correctly generated.
dh_shlibdeps
dpkg-shlibdeps: warning: symbol xdr_control used by debian/libnvpair1/lib/libnvpair.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol pthread_setspecific used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol getexecname used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol pthread_key_create used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol pthread_atfork used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol gethrtime used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol strlcpy used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol pthread_getspecific used by debian/libuutil1/lib/libuutil.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_iter_root used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol libzfs_init used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_iter_filesystems used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_get_type used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_prop_get used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol libzfs_print_on_error used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol libzfs_fini used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_get_name used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol libzfs_run_process used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol zfs_is_mounted used by debian/libuutil1/lib/libuutil.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: 2 other similar warnings have been skipped (use -v to see them all).
dpkg-shlibdeps: warning: symbol nv_alloc_init used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_size used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_dup used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nv_fixed_ops used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_byte_array used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_boolean used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_int64 used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_nvlist_array used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_int8 used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol nvlist_add_string used by debian/libzpool1/lib/libzpool.so.1.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: 41 other similar warnings have been skipped (use -v to see them all).
The text was updated successfully, but these errors were encountered:
The change in openzfs/zfs#509 reduces number of shlibdep warnings from several hundred to less than one hundred.
Ideally, pkg-zfs would be completely lintian clean, but this warning seems to be a deficiency in the analysis tool. The actual package dependency is correctly generated.
The text was updated successfully, but these errors were encountered: