Hi Davis,
This is a problem with our Makefile, not your missing package.

On 2/17/06, Davis, Jacob <[EMAIL PROTECTED]> wrote:
> Thank you for the help.
> There was no AR environment variable set, but editing the libtool script as 
> you suggested solved the AR problem.
>
> Sadly, I know have a new problem. The build continues untill I get to mgmt:
>
> ------snip--------
> Making all in mgmt
> gmake[2]: Entering directory `/root/download/heartbeat-2.0.3/lib/mgmt'
> source='pymgmt_wrap.c' object='_pymgmt_la-pymgmt_wrap.lo' libtool=yes \
> depfile='.deps/_pymgmt_la-pymgmt_wrap.Plo' 
> tmpdepfile='.deps/_pymgmt_la-pymgmt_wrap.TPlo' \
> depmode=none /bin/bash ../../depcomp \
> /bin/bash ../../libtool  --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
> -I../../linux-ha -I../../include -I../../include -I../../include 
> -I../../linux-ha -I../../linux-ha -I../../libltdl -I../../libltdl -I../..     
>      -I../..  -DLIBNET_LIL_ENDIAN  -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include   -I/usr/include/libxml2

>-I/opt/LXHAhb/include/python2.3

Python.h file could not be found, because /opt/LXHAhb/include/ is the
place where header files from heartbeat should be installed, not the
place to find python headers.

I'm going to file a bug on this problem.

>-I../../include -w -g -O2  -Wall -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes -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   -ggdb3
-funsigned-char -c -o _pymgmt_la-pymgmt_wrap.lo `test -f
'pymgmt_wrap.c' || echo './'`pymgmt_wrap.c
>  gcc -DHAVE_CONFIG_H -I. -I. -I../../linux-ha -I../../include -I../../include 
> -I../../include -I../../linux-ha -I../../linux-ha -I../../libltdl 
> -I../../libltdl -I../.. -I../.. -DLIBNET_LIL_ENDIAN -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
> -I/opt/LXHAhb/include/python2.3 -I../../include -w -g -O2 -Wall 
> -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes 
> -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 -ggdb3 
> -funsigned-char -c pymgmt_wrap.c  -fPIC -DPIC -o 
> .libs/_pymgmt_la-pymgmt_wrap.o
> pymgmt_wrap.c:22:20: Python.h: No such file or directory
> pymgmt_wrap.c:622: error: syntax error before "PyObject_HEAD"
> pymgmt_wrap.c:625: error: syntax error before '}' token
> pymgmt_wrap.c:630: error: syntax error before '*' token
> pymgmt_wrap.c: In function `PySwigObject_print':
> pymgmt_wrap.c:633: error: `v' undeclared (first use in this function)
> pymgmt_wrap.c:633: error: (Each undeclared identifier is reported only once
> pymgmt_wrap.c:633: error: for each function it appears in.)
> pymgmt_wrap.c:634: error: `fp' undeclared (first use in this function)
> pymgmt_wrap.c: At top level:
> pymgmt_wrap.c:641: error: syntax error before '*' token
> pymgmt_wrap.c:642: error: syntax error before '*' token
> pymgmt_wrap.c: In function `PySwigObject_repr':
>
> ... Many more pymgmt_wrap.c errors repeated here .....
>
> gmake[2]: *** [_pymgmt_la-pymgmt_wrap.lo] Error 1
> gmake[2]: Leaving directory `/root/download/heartbeat-2.0.3/lib/mgmt'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/root/download/heartbeat-2.0.3/lib'
> gmake: *** [all-recursive] Error 1
> ------snip--------
>
> Python 2.3 is definitely installed.
> What am I missing?
>
> -Jake
>
> -----Original Message-----
> From: [EMAIL PROTECTED] on behalf of Xun Sun
> Sent: Thu 2/16/2006 1:00 AM
> To: General Linux-HA mailing list
> Subject: Re: [Linux-HA] Solaris10 x86
>
> This line of command is supposed to be:
>     ar cru .libs/......
>
> You might have exported a shell variable "AR=false" before running
> ./ConfigureMe configure or ./ConfigureMe bootstrap, the file might
> have been affected by it is <linux-ha>/libtool, which caused this
> problem.
>
> To solve the problem, you may modify the libtool script manually
>     or
> Make sure "AR" is not set, remove the configure script, then run
> ./ConfigureMe configure
>
> --
> Thanks & regards
> Xun Sun
>
> _______________________________________________
> Linux-HA mailing list
> [EMAIL PROTECTED]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
>
--
Thanks & regards
Xun Sun
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to