[Linux-ha-dev] cluster-glue-1.0.7: WARNING: linux/errqueue.h: present but cannot be compiled

2011-04-28 Thread Ermete Gaudenzi
Hi guys,

I have a warning in the configure script of cluster-glue-1.0.7
downloaded from: http://hg.linux-ha.org/glue/archive/5e06b2ddd24b.tar.bz2
The log says to report to this mailing list :-)

The project configures and compiles correctly and I built a working
cluster with 2 machines.
Can i just ignore the warning or it's better to take some action?

Here some additional info:

commandline:
./configure --with-daemon-user=hacluster --with-daemon-group=haclient
--prefix=/usr --sysconfdir=/etc --localstatedir=/var

Log snippet from ./configure console output:

checking for limits.h... yes
checking linux/errqueue.h usability... no
checking linux/errqueue.h presence... yes
configure: WARNING: linux/errqueue.h: present but cannot be compiled
configure: WARNING: linux/errqueue.h: check for missing
prerequisite headers?
configure: WARNING: linux/errqueue.h: see the Autoconf documentation
configure: WARNING: linux/errqueue.h: section Present But Cannot
Be Compiled
configure: WARNING: linux/errqueue.h: proceeding with the preprocessor's result
configure: WARNING: linux/errqueue.h: in the future, the compiler will
take precedence
configure: WARNING: ## -- ##
configure: WARNING: ## Report this to linux-ha-dev@lists.linux-ha.org ##
configure: WARNING: ## -- ##
checking for linux/errqueue.h... yes
checking malloc.h usability... yes

uname -a:
Linux localhost.localdomain 2.6.18-194.0.0.0.3.el5PAE #1 SMP Mon Mar
29 16:18:19 EDT 2010 i686 i686 i386 GNU/Linux

linux distribution:
Oracle Enterprise Linux Unbreakable R5 U5

Ermete Gaudenzi
___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/


Re: [Linux-ha-dev] cluster-glue-1.0.7: WARNING: linux/errqueue.h: present but cannot be compiled

2011-04-28 Thread Ermete Gaudenzi
Ok with the patch the warning message disappears and the program works.
In config.log the checks for errqueue.h have the same results (present
but not usable).

The same problem is found on pacemaker-1.0.10
downloaded from:
http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/da7075976b5f.tar.bz2

Will this be fixed in next release?

Thanks for your help ;-)
Ermete Gaudenzi
___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/