Control: tag -1 +unreproducible

Hi Mel, Antonio,

On Sun, Jan 31, 2016 at 4:16 PM, Mel Davis <mdavis...@yahoo.com> wrote:
> Package: libneon27-gnutls
> Version: 0.30.1-3
> Severity: normal
[...]
> This morning, I ran 'apt full-upgrade'. The following is from the apt
> history:
[...]
> After the upgrade, I am unable to run mail.  The following is reported
> mail: symbol lookup error: /usr/lib/x86_64-linux-gnu/libmu_auth.so.4:
> undefined symbol: gnutls_mac_set_priority
>
>
> The problem could be with gnutls or with isc-dhcp, since both were updated.
> I'm unsure how to make that determination.
 I could not reproduce it in an up-to-date Stretch/amd64 install. If I
issue 'mail':
~# mail
No mail for root

Checking libmu_auth.so.4 is part of libmailutils4 and checking all
libs it linked with that and contains 'gnutls':
~# ldd /usr/lib/x86_64-linux-gnu/libmu_auth.so.4 | grep gnutls
    libgnutls.so.30 => /usr/lib/x86_64-linux-gnu/libgnutls.so.30
(0x00007f8c6de9a000)

As such, it has nothing to do with libneon27-gnutls as that lib is
part of libgnutls30; which has symbols starting with gnutls_mac:
~# nm -D /usr/lib/x86_64-linux-gnu/libgnutls.so.30 | grep gnutls_mac
0000000000050670 T gnutls_mac_get
00000000000c8150 T gnutls_mac_get_id
00000000000c81c0 T gnutls_mac_get_key_size
00000000000c8060 T gnutls_mac_get_name
00000000000c8200 T gnutls_mac_get_nonce_size
00000000000c8240 T gnutls_mac_list
00000000000c7fd0 T _gnutls_mac_to_entry

But not the mentioned gnutls_mac_set_priority one. Reading man
pages[1] shows that yes, it should be or simply was part of GnuTLS.
Why do you both think this bug is because of the neon update?

Cheers,
Laszlo/GCS
[1] http://man7.org/linux/man-pages/man3/gnutls_mac_set_priority.3.html

Reply via email to