Hi all!

I'm getting some problems compiling pacemaker gui... my dependencies are...

Perl-TimeDate OpenIPMI-libs lm_sensors libxslt libibverbs librdmacm
pkgconfig libtool intltool gettext-devel glib2-devel python-devel
libxml2-devel pam-devel ncurses-devel pygtk2 corosync libtool-ltdl
libqb resource-agents clusterlib libtool-ltdl-devel
cluster-glue-libs-devel pacemaker-libs-devel pacemaker
pacemaker-cluster-libs heartbeat heartbeat-devel swig gnutls-devel

I've downloaded
http://hg.clusterlabs.org/pacemaker/pygui/archive/efff2a4588e5.tar.bz2

./bootstrap --enable-heartbeat OK


pacemaker-mgmt configuration:
Version = 2.0 (Build: efff2a4588e5ce3b3373210cfb72651cd5a6c213)
Prefix = /usr
Executables = /usr/sbin
Man pages = /usr/share/man
Libraries = /usr/lib64
Header files = /usr/include
Arch-independent files = /usr/share
State information = /usr/var
System configuration = /usr/etc
Init (rc) scripts = /etc/init.d
Use system LTDL = yes
HA group name = haclient
HA user name = hacluster
Build snmp subagent = no
SNMP libraries = gmake[1]: Entering directory
`/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt'
Making all in daemon
gmake[2]: Entering directory
`/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt/daemon'
/bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include
-I../../libltdl -I../../libltdl -I../../linux-ha -I../../linux-ha
-I../.. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libxml2 -I../../include -I../../include -I../../libltdl
-I../../libltdl -I../../linux-ha -I../../linux-ha -I../.. -I../.. -g
-O2 -I/usr/include/heartbeat -I/usr/include/pacemaker -fgnu89-inline
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
libhbmgmt_la-mgmt_lib.lo -MD -MP -MF .deps/libhbmgmt_la-mgmt_lib.Tpo
-c -o libhbmgmt_la-mgmt_lib.lo `test -f 'mgmt_lib.c' || echo
'./'`mgmt_lib.c
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include
-I../../include -I../../include -I../../libltdl -I../../libltdl
-I../../linux-ha -I../../linux-ha -I../.. -I../..
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libxml2 -I../../include -I../../include -I../../libltdl
-I../../libltdl -I../../linux-ha -I../../linux-ha -I../.. -I../.. -g
-O2 -I/usr/include/heartbeat -I/usr/include/pacemaker -fgnu89-inline
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
libhbmgmt_la-mgmt_lib.lo -MD -MP -MF .deps/libhbmgmt_la-mgmt_lib.Tpo
-c mgmt_lib.c -fPIC -DPIC -o .libs/libhbmgmt_la-mgmt_lib.o
cc1: warnings being treated as errors
mgmt_lib.c: In function ‘init_mgmt_lib’:
mgmt_lib.c:97: error: implicit declaration of function ‘is_heartbeat_cluster’
gmake[2]: *** [libhbmgmt_la-mgmt_lib.lo] Error 1
gmake[2]: Leaving directory
`/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt/daemon'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt'
gmake: *** [all-recursive] Error 1

With Heartbeat support = 1
With AIS support = corosync
With AIS prefix = /usr
CC_WARNINGS = -Wall -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith
-Wwrite-strings -Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY
Mangled CFLAGS = -g -O2 -I/usr/include/heartbeat
-I/usr/include/pacemaker -fgnu89-inline -Wall -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char
Libraries = -lbz2 -lplumb -lpils -lxml2 -lc -lpam -lrt -ldl -lltdl
Now type 'gmake' to compile the system, noting that
'gmake' is often available as 'make'.

when i do gmake...

gmake[1]: Entering directory `/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt'
Making all in daemon
gmake[2]: Entering directory
`/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt/daemon'
/bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include
-I../../libltdl -I../../libltdl -I../../linux-ha -I../../linux-ha
-I../.. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libxml2 -I../../include -I../../include -I../../libltdl
-I../../libltdl -I../../linux-ha -I../../linux-ha -I../.. -I../.. -g
-O2 -I/usr/include/heartbeat -I/usr/include/pacemaker -fgnu89-inline
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
libhbmgmt_la-mgmt_lib.lo -MD -MP -MF .deps/libhbmgmt_la-mgmt_lib.Tpo
-c -o libhbmgmt_la-mgmt_lib.lo `test -f 'mgmt_lib.c' || echo
'./'`mgmt_lib.c
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include
-I../../include -I../../include -I../../libltdl -I../../libltdl
-I../../linux-ha -I../../linux-ha -I../.. -I../..
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libxml2 -I../../include -I../../include -I../../libltdl
-I../../libltdl -I../../linux-ha -I../../linux-ha -I../.. -I../.. -g
-O2 -I/usr/include/heartbeat -I/usr/include/pacemaker -fgnu89-inline
-Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings
-Wcast-qual -Wcast-align -Wbad-function-cast -Winline
-Wmissing-format-attribute -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -Werror -ansi
-D_GNU_SOURCE -DANSI_ONLY -ggdb3 -funsigned-char -MT
libhbmgmt_la-mgmt_lib.lo -MD -MP -MF .deps/libhbmgmt_la-mgmt_lib.Tpo
-c mgmt_lib.c -fPIC -DPIC -o .libs/libhbmgmt_la-mgmt_lib.o
cc1: warnings being treated as errors
mgmt_lib.c: In function ‘init_mgmt_lib’:
mgmt_lib.c:97: error: implicit declaration of function ‘is_heartbeat_cluster’
gmake[2]: *** [libhbmgmt_la-mgmt_lib.lo] Error 1
gmake[2]: Leaving directory
`/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt/daemon'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt'
gmake: *** [all-recursive] Error 1


any clues anyone? Pacemaker works OK, my problem is compiling gui only
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to