Hi, On Tue, May 06, 2008 at 02:31:29PM +0200, Sebastian K?sters wrote: > i think i found what was wrong. > > perl and m4 where missing. > > Because of the missing perl this error came > > ./bootstrap: --version: not found > > becaue he could not get the version auf automake bootstrap failed. > > now bootstrap runs. But after i should do "gmake" i get an error > > In Datei, eingef?gt von ./ccm.h:33, > von ccmlib_memapi.c:25: > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:26:26: > iso/math_iso.h: Datei oder Verzeichnis nicht gefunden
A file (iso/math_iso.h) referenced by math.h is not found. Similar with the following errors. Perhaps you still need to install something (floating point support?). Thanks, Dejan > In Datei, eingef?gt von > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:336, > von ./ccm.h:33, > von ccmlib_memapi.c:25: > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:30:24: > sys/ieeefp.h: Datei oder Verzeichnis nicht gefunden > In file included from > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:336, > from ./ccm.h:33, > from ccmlib_memapi.c:25: > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:104: > Fehler: Feld ?fpclass? hat unvollst?ndigen Typen > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:128: > Fehler: Feld ?rd? hat unvollst?ndigen Typen > gmake[2]: *** [ccmlib_memapi.lo] Error 1 > gmake[2]: Leaving directory `/install/heartbeat-2.1.3/membership/ccm' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/install/heartbeat-2.1.3/membership' > gmake: *** [all-recursive] Error 1 > > > Mit freundlichen Gr??en > > > Sebastian K?sters > > systems architect > Trade Haven GmbH > In der Steele 37, 40599 D?sseldorf > T +49 211 749659 14 mailto:[EMAIL PROTECTED] > F +49 211 749659 29 http://www.tradehaven.de > -------------------------------------------------------------------- > Gesch?ftsf?hrer: Michael Heck | Oliver Wagner Handelsregister D?sseldorf: > HRB 53379 > > > > Dejan Muhamedagic schrieb: >> Hi, >> >> On Tue, May 06, 2008 at 12:53:04PM +0200, Sebastian K?sters wrote: >> >>> it is called automake-1.9 and is in the patch. >>> >>> before i installed it it was also listed in the list as automake-1.9. >>> After i installed it it went out of the list, so i thin he found it >>> >> >> Something still doesn't work as expected. You can try debugging >> the bootstrap script. In particular do 'set -x' in the >> testProgram function. Sorry, not much experience with Solaris >> here. >> >> Thanks, >> >> Dejan >> >> >>> Mit freundlichen Gr??en >>> >>> >>> Sebastian K?sters >>> >>> systems architect >>> Trade Haven GmbH >>> In der Steele 37, 40599 D?sseldorf >>> T +49 211 749659 14 mailto:[EMAIL PROTECTED] >>> F +49 211 749659 29 http://www.tradehaven.de >>> -------------------------------------------------------------------- >>> Gesch?ftsf?hrer: Michael Heck | Oliver Wagner Handelsregister D?sseldorf: >>> HRB 53379 >>> >>> >>> >>> Dejan Muhamedagic schrieb: >>> >>>> Hi, >>>> >>>> On Tue, May 06, 2008 at 12:32:38PM +0200, Sebastian K?sters wrote: >>>> >>>>> thanks >>>>> >>>>> i did this now >>>>> >>>>> ./ConfigureMe configure >>>>> >>>>> Configure flags for Solaris: --disable-ldirectord --prefix=/opt/LXHAhb >>>>> --sysconfdir=/etc/opt/LXHAhb --localstatedir=/var/opt/LXHAhb >>>>> --with-pkgname=LXHAhb --disable-rpath >>>>> Running ./bootstrap --disable-ldirectord --prefix=/opt/LXHAhb >>>>> --sysconfdir=/etc/opt/LXHAhb --localstatedir=/var/opt/LXHAhb >>>>> --with-pkgname=LXHAhb --disable-rpath >>>>> ./bootstrap: autoconf213: not found >>>>> ./bootstrap: autoconf213: not found >>>>> ./bootstrap: autoconf253: not found >>>>> ./bootstrap: autoconf253: not found >>>>> ./bootstrap: autoconf259: not found >>>>> ./bootstrap: autoconf259: not found >>>>> Autoconf package autoconf found. >>>>> ./bootstrap: automake14: not found >>>>> ./bootstrap: automake14: not found >>>>> ./bootstrap: automake-1.4: not found >>>>> ./bootstrap: automake-1.4: not found >>>>> ./bootstrap: automake15: not found >>>>> ./bootstrap: automake15: not found >>>>> ./bootstrap: automake-1.5: not found >>>>> ./bootstrap: automake-1.5: not found >>>>> ./bootstrap: automake17: not found >>>>> ./bootstrap: automake17: not found >>>>> ./bootstrap: automake-1.7: not found >>>>> ./bootstrap: automake-1.7: not found >>>>> ./bootstrap: automake19: not found >>>>> ./bootstrap: automake19: not found >>>>> ./bootstrap: --version: not found >>>>> >>>>> You must have automake installed to compile the linux-ha package. >>>>> Download the appropriate package for your system, >>>>> or get the source tarball at: ftp://ftp.gnu.org/pub/gnu/automake/ >>>>> ./bootstrap: libtool14: not found >>>>> ./bootstrap: libtool14: not found >>>>> ./bootstrap: libtool15: not found >>>>> ./bootstrap: libtool15: not found >>>>> ./bootstrap: glibtool: not found >>>>> ./bootstrap: glibtool: not found >>>>> Libtool package libtool found. >>>>> >>>>> ./bootstrap exiting due to error (sorry!). >>>>> >>>>> i installed automake-1.9, libtool-1.5 and autoconf. >>>>> >>>>> but it stops.... >>>>> >>>> Looks like it can't find automake. bootstrap lists all the >>>> possible names: >>>> >>>> for command in automake automake14 automake-1.4 automake15 >>>> automake-1.5 automake17 automake-1.7 automake19 automake-1.9 How's your >>>> automake called? Is it in the path? >>>> >>>> Thanks, >>>> >>>> Dejan >>>> >>>> >>>>> Mit freundlichen Gr??en >>>>> >>>>> >>>>> Sebastian K?sters >>>>> >>>>> systems architect >>>>> Trade Haven GmbH >>>>> In der Steele 37, 40599 D?sseldorf >>>>> T +49 211 749659 14 mailto:[EMAIL PROTECTED] >>>>> F +49 211 749659 29 http://www.tradehaven.de >>>>> -------------------------------------------------------------------- >>>>> Gesch?ftsf?hrer: Michael Heck | Oliver Wagner Handelsregister >>>>> D?sseldorf: HRB 53379 >>>>> >>>>> >>>>> >>>>> Dejan Muhamedagic schrieb: >>>>> >>>>>> Hi, >>>>>> >>>>>> On Tue, Apr 29, 2008 at 03:30:46PM +0200, Sebastian K?sters wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> i tried to install Heartbeat 2.1.3 under Solaris 10 Sparc and get >>>>>>> this error message: >>>>>>> >>>>>>> In file included from ./ccm.h:33, >>>>>>> from ccmlib_memapi.c:25: >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:26:26: >>>>>>> iso/math_iso.h: No such file or directory >>>>>>> In file included from >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:336, >>>>>>> from ./ccm.h:33, >>>>>>> from ccmlib_memapi.c:25: >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:30:24: >>>>>>> >>>>>>> sys/ieeefp.h: No such file or directory >>>>>>> In file included from >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/math.h:336, >>>>>>> from ./ccm.h:33, >>>>>>> from ccmlib_memapi.c:25: >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:104: >>>>>>> >>>>>>> error: field `fpclass' has incomplete type >>>>>>> /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/include/floatingpoint.h:128: >>>>>>> >>>>>>> >>>>>> >>>>>>> error: field `rd' has incomplete type >>>>>>> gmake[2]: *** [ccmlib_memapi.lo] Error 1 >>>>>>> gmake[2]: Leaving directory `/install/heartbeat-2.1.3/membership/ccm' >>>>>>> gmake[1]: *** [install-recursive] Error 1 >>>>>>> gmake[1]: Leaving directory `/install/heartbeat-2.1.3/membership' >>>>>>> gmake: *** [install-recursive] Error 1 >>>>>>> >>>>>>> i searched with google but found nothing that helped me. >>>>>>> >>>>>>> the following Tools/Files are installed to get it work till this >>>>>>> point >>>>>>> >>>>>>> make >>>>>>> gmake >>>>>>> SUNWhea >>>>>>> SUNWarc >>>>>>> pkgconfig >>>>>>> libnet >>>>>>> glib 2.14 >>>>>>> binutils >>>>>>> >>>>>>> i configured it with ./ConfigureMe configure >>>>>>> >>>>>> Did you try ./ConfigureMe bootstrap first? It could also be a gcc >>>>>> installation problem. >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Dejan >>>>>> >>>>>> >>>>>>> then ./ConfigureMe make >>>>>>> >>>>>>> and then ./ConfigureMe install >>>>>>> >>>>>>> then, after a while, the error comes >>>>>>> >>>>>>> I hope the List can help me >>>>>>> >>>>>>> >>>>>>> thanks! >>>>>>> >>>>>>> -- >>>>>>> Mit freundlichen Gr??en / kind regards >>>>>>> >>>>>>> >>>>>>> Sebastian K?sters >>>>>>> >>>>>>> systems architect >>>>>>> Trade Haven GmbH >>>>>>> In der Steele 37, 40599 D?sseldorf >>>>>>> T +49 211 749659 14 mailto:[EMAIL PROTECTED] >>>>>>> F +49 211 749659 29 http://www.tradehaven.de >>>>>>> -------------------------------------------------------------------- >>>>>>> Gesch?ftsf?hrer: Michael Heck | Oliver Wagner Handelsregister >>>>>>> D?sseldorf: HRB 53379 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Linux-HA mailing list >>>>>>> [email protected] >>>>>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha >>>>>>> See also: http://linux-ha.org/ReportingProblems >>>>>>> >>>>>> _______________________________________________ >>>>>> Linux-HA mailing list >>>>>> [email protected] >>>>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha >>>>>> See also: http://linux-ha.org/ReportingProblems >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> Linux-HA mailing list >>>>> [email protected] >>>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha >>>>> See also: http://linux-ha.org/ReportingProblems >>>>> >>>> _______________________________________________ >>>> Linux-HA mailing list >>>> [email protected] >>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha >>>> See also: http://linux-ha.org/ReportingProblems >>>> >>>> >>> _______________________________________________ >>> Linux-HA mailing list >>> [email protected] >>> http://lists.linux-ha.org/mailman/listinfo/linux-ha >>> See also: http://linux-ha.org/ReportingProblems >>> >> _______________________________________________ >> Linux-HA mailing list >> [email protected] >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems >> >> > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
