search for: nettle_secp_256r1

Displaying 4 results from an estimated 4 matches for "nettle_secp_256r1".

2014 Jan 27
4
[virt-builder] symbol lookup error: /lib64/libgnutls.so.28 - undefined symbol: nettle_secp_256r1
Running virt-builder in a guest Fedora-20 guest hypervisor w/ Rawhide Kernel, throws the below: $ virt-builder fedora-20 --format qcow2 --size 20G virt-builder: symbol lookup error: /lib64/libgnutls.so.28: undefined symbol: nettle_secp_256r1 Version on L1 (guest hypervisor) -------------------------------- $ uname -r; rpm -q libvirt-daemon-kvm qemu-system-x86 \ libguestfs gnutls 3.14.0-0.rc0.git9.1.fc21.x86_64 libvirt-daemon-kvm-1.2.1-1.fc21.x86_64 qemu-system-x86-1.7.0-4.fc21.x86_64 libguestfs-1.25.29-1.fc21.x86_64...
2014 Jan 27
1
Re: [virt-builder] symbol lookup error: /lib64/libgnutls.so.28 - undefined symbol: nettle_secp_256r1
...thy wrote: > > Running virt-builder in a guest Fedora-20 guest hypervisor w/ Rawhide > > Kernel, throws the below: > > > > $ virt-builder fedora-20 --format qcow2 --size 20G > > virt-builder: symbol lookup error: /lib64/libgnutls.so.28: undefined > > symbol: nettle_secp_256r1 > > A couple of ideas: > 1) libgnutls has been upgraded and it uses newer symbols from libnettle > without a proper versioned dependency on it > 2) libnettle has been upgraded, removing symbols used by libgnutls (that > would be an ABI break) > > So either there was...
2014 Jan 27
0
Re: [virt-builder] symbol lookup error: /lib64/libgnutls.so.28 - undefined symbol: nettle_secp_256r1
.../2014 11:06 AM, Kashyap Chamarthy wrote: > Running virt-builder in a guest Fedora-20 guest hypervisor w/ Rawhide > Kernel, throws the below: > > $ virt-builder fedora-20 --format qcow2 --size 20G > virt-builder: symbol lookup error: /lib64/libgnutls.so.28: undefined > symbol: nettle_secp_256r1 > > > Version on L1 (guest hypervisor) > -------------------------------- > > $ uname -r; rpm -q libvirt-daemon-kvm qemu-system-x86 \ > libguestfs gnutls > 3.14.0-0.rc0.git9.1.fc21.x86_64 > libvirt-daemon-kvm-1.2.1-1.fc21.x86_64 > qemu-system-x86-1.7.0-...
2014 Jan 27
0
Re: [virt-builder] symbol lookup error: /lib64/libgnutls.so.28 - undefined symbol: nettle_secp_256r1
...y 2014 11:06:14 Kashyap Chamarthy wrote: > Running virt-builder in a guest Fedora-20 guest hypervisor w/ Rawhide > Kernel, throws the below: > > $ virt-builder fedora-20 --format qcow2 --size 20G > virt-builder: symbol lookup error: /lib64/libgnutls.so.28: undefined > symbol: nettle_secp_256r1 A couple of ideas: 1) libgnutls has been upgraded and it uses newer symbols from libnettle without a proper versioned dependency on it 2) libnettle has been upgraded, removing symbols used by libgnutls (that would be an ABI break) So either there was an ABI break, or there's a too low d...