[libvirt] libvirt 1.2.19-rc1 can't configure

I'm try to configure libvirt 1.2.19-rc1 but get strange error. configure ended with: checking whether <pthread.h> pollutes the namespace... no checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for library containing pthread_create and pthread_join... -pthread checking for pthread_sigmask in -pthread... yes checking whether pthread_sigmask is only a macro... no complete log: https://gist.github.com/raw/f8dc44de0ed7b0675755 -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru

On Fri, Aug 28, 2015 at 07:35:17PM +0300, Vasiliy Tolstov wrote:
I'm try to configure libvirt 1.2.19-rc1 but get strange error. configure ended with: checking whether <pthread.h> pollutes the namespace... no checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for library containing pthread_create and pthread_join... -pthread checking for pthread_sigmask in -pthread... yes checking whether pthread_sigmask is only a macro... no
complete log: https://gist.github.com/raw/f8dc44de0ed7b0675755
You seem to be memory limited in your build host - the last message is: sh: error while loading shared libraries: cannot create cache for search path: Cannot allocate memory Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

2015-08-28 19:39 GMT+03:00 Daniel P. Berrange <berrange@redhat.com>:
You seem to be memory limited in your build host - the last message is:
sh: error while loading shared libraries: cannot create cache for search path: Cannot allocate memory
I'm check this, but libvirt 1.2.18 build fine in the same time, and i have is about 3.5Gb free memory. And while configure running i'm always have about 3Gb free memory. -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru

2015-08-29 10:00 GMT+03:00 Vasiliy Tolstov <v.tolstov@selfip.ru>:
I'm check this, but libvirt 1.2.18 build fine in the same time, and i have is about 3.5Gb free memory. And while configure running i'm always have about 3Gb free memory.
I found problem - this is my ptrace based sanbox used for build =(. Thanks! -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru
participants (2)
-
Daniel P. Berrange
-
Vasiliy Tolstov