I downloaded cluster-1.03.00 tarball and tried to build it against kernel 2.6.9-42.7.Elsmp, but got a bunch of compiling errors. Has anyone seen this before?
Thanks
lin
[root@cfs2 cluster-1.03.00]# ./configure --kernel_src=/usr/src/kernels/2.6.9-42.7.EL-smp-i686
[root@cfs2 cluster-1.03.00]# make install
cd cman-kernel && make install
make[1]: Entering directory `/usr/src/cluster-1.03.00/cman-kernel'
cd src && make install
make[2]: Entering directory `/usr/src/cluster-1.03.00/cman-kernel/src'
rm -f cluster
ln -s . cluster
make -C /usr/src/kernels/2.6.9-42.7.EL-smp-i686 M=/usr/src/cluster-1.03.00/cman-kernel/src modules USING_KBUILD=yes
make[3]: Entering directory `/usr/src/kernels/2.6.9-42.7.EL-smp-i686'
CC [M] /usr/src/cluster-1.03.00/cman-kernel/src/cnxman.o
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c: In function `cl_alloc_sock':
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:934: warning: passing arg 3 of `sk_alloc' makes integer from pointer without a cast
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:934: warning: passing arg 4 of `sk_alloc' makes pointer from integer without a cast
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c: In function `cl_bind':
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:1075: error: `SOCK_ZAPPED' undeclared (first use in this function)
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:1075: error: (Each undeclared identifier is reported only once
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:1075: error: for each function it appears in.)
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c: At top level:
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:4250: error: unknown field `owner' specified in initializer
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:4250: warning: missing braces around initializer
/usr/src/cluster-1.03.00/cman-kernel/src/cnxman.c:4250: warning: (near initialization for `cl_proto.stats')
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster