Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpkg-shlibdeps: warning: symbol found in none of the libraries. #15

Closed
dajhorn opened this issue Jan 1, 2012 · 1 comment
Closed

dpkg-shlibdeps: warning: symbol found in none of the libraries. #15

dajhorn opened this issue Jan 1, 2012 · 1 comment
Assignees

Comments

@dajhorn
Copy link
Member

dajhorn commented Jan 1, 2012

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).
@ghost ghost assigned dajhorn Jan 7, 2012
@dajhorn
Copy link
Member Author

dajhorn commented Feb 28, 2012

Closed by openzfs/zfs@7505628.

@dajhorn dajhorn closed this as completed Feb 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant