Hi Joachim Banzhaf, On 1/14/06, Joachim Banzhaf <[EMAIL PROTECTED]> wrote: > Hi devs, > > since bugzilla informed me about bugs 946 and 977 being fixed (thanks Andrew), > I updated my cvs workspace and tried to build heartbeat packages from it. > It seems that since my last cvs update (around Dec 22) something happened that > broke it: > > cvs update > > ... > > ./ConfigureMe package > > ... > > heartbeat configuration: > Version = "2.0.3" > Executables = "/usr/sbin" > Man pages = "/usr/man" > Libraries = "/usr/lib" > Header files = "/usr/include" > Data files = "/usr/share" > State information = "/var" > System configuration = "/etc" > Init (rc) scripts = "/etc/init.d" > Use system LTDL = "yes" > HA group name = "haclient" > HA group id = "90" > HA user name = "hacluster" > HA user user id = "90" > Build snmp subagent = "no" > SNMP libraries = "" > ucd_snmp_devel name = "" > Build New CRM = "yes" > Build New LRM = "yes" > Build Ldirectord = "yes" > Build CIM providers = "no" > CC_WARNINGS = " -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 > -Werror " > Mangled CFLAGS = " -fno-unit-at-a-time -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 -Werror -ggdb3 -funsigned-char" > Libraries = "-lbz2 -lz -lc -lrt -ldl -lltdl" > Running gmake rpm > cd . && /bin/sh /root/heartbeat/linux-ha/missing --run aclocal-1.9 > cd . && /bin/sh /root/heartbeat/linux-ha/missing --run automake-1.9 --foreign > lib/plugins/Makefile.am:27: required directory lib/plugins/quorum does not > exist > lib/plugins/Makefile.am:27: required directory lib/plugins/tiebreaker does not > exist
Both the directories are relatively new, so you may need a '-d' option for cvs update. > configure.in:2665: required file `lib/plugins/quorum/Makefile.in' not found > configure.in:2665: required file `lib/plugins/tiebreaker/Makefile.in' not > found > gmake: *** [Makefile.in] Error 1 > > Any ideas? > > http://linux-ha.org/CVS is an empty page right now, We are sorry for this convenience. This problem may be caused by our recent upgrade to the website. I believe it can be fixed pretty soon since it used to work well :) > so I cannot check whether > I should give "cvs update" some parameters. > > Starting the build from a new workspace resolved it, but maybe next time I can > avoid that? > Yes, by the '-d' option you will fix the majority of missing files/directories problems. > By the way: I saw a configure warning about cimon/mof not being built. What > would that be good for? > I don't know, but James Pan will absolutely know its usage :) > regards, > > Joachim Banzhaf > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ > -- 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/
