Hi Dejan, Thank you for your quick reply!
I am trying the latest one(commit:20b2773d013d600486c0) and encounter the other error like this; # git clone http://github.com/ClusterLabs/resource-agents/ # cd resource-agents/ # ./autogen.sh # ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-ras-set=linux-ha # make rpm rpmbuild --define "_sourcedir /root/Desktop/work/20110622/resource-agents" --define "_specdir /root/Desktop/work/20110622/resource-agents" --define "_builddir /root/Desktop/work/20110622/resource-agents" --define "_srcrpmdir /root/Desktop/work/20110622/resource-agents" --define "_rpmdir /root/Desktop/work/20110622/resource-agents" -ba resource-agents.spec error: File /root/Desktop/work/20110622/resource-agents/resource-agents-3.1.9.9-20b27.tar.bz2: No such file or directory make: *** [rpm] Error 1 # grep -R "3.1.9" . Binary file ./.git/objects/pack/pack-d1760dd14f85ad98b7060f9a0fb09b8d5defda42.pack matches ./.git/packed-refs:400de371394ded696629bb3d0380d0c0fb0ef0aa refs/tags/agents-1.0.4-rc ./resource-agents.spec:Version: 3.1.9 ./resource-agents.spec:* Wed Jun 22 2011 Autotools generated version <[email protected]> - 3.1.9-1-9.20b27. Where does 3.1.9 come from? %version% macro in .spec should get converted to 3.9.1. Thanks, Junko 2011/6/22 Dejan Muhamedagic <[email protected]>: > Hi Junko-san, > > On Wed, Jun 22, 2011 at 02:12:53PM +0900, Junko IKEDA wrote: >> Hi, >> >> I posted this into the General List, >> I'm sorry to bother you. >> >> I got the latest resource-agents 3.9.1(commit >> b8c0487f68978a1857e0eb1a137f61880cb435e6), >> and found that ethmonitor RA had something sensitive description. > > Yes, entirely my fault. > >> Please see the attached patch. > > Many thanks! > > Dejan > >> >> # git clone http://github.com/ClusterLabs/resource-agents/ >> # cd resource-agents/ >> # ./autogen.sh >> # ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc >> --with-ras-set=linux-ha >> # make >> >> /usr/bin/xsltproc --novalid \ >> --stringparam package resource-agents \ >> --stringparam version 3.9.1.7-b8c0 \ >> --output ocf_heartbeat_ethmonitor.xml \ >> ./ra2refentry.xsl metadata-ethmonitor.xml >> metadata-ethmonitor.xml:41: parser error : Opening and ending tag >> mismatch: interface_name line 40 and longdesc >> </longdesc> >> ^ >> metadata-ethmonitor.xml:44: parser error : Opening and ending tag >> mismatch: longdesc line 39 and parameter >> </parameter> >> ^ >> metadata-ethmonitor.xml:104: parser error : expected '>' >> </parameters> >> ^ >> metadata-ethmonitor.xml:113: parser error : Opening and ending tag >> mismatch: parameters line 29 and resource-agent >> </resource-agent> >> ^ >> metadata-ethmonitor.xml:114: parser error : Premature end of data in >> tag resource-agent line 3 >> >> ^ >> unable to parse metadata-ethmonitor.xml >> gmake[2]: *** [ocf_heartbeat_ethmonitor.xml] Error 6 >> rm metadata-LVM.xml metadata-Pure-FTPd.xml metadata-SAPDatabase.xml >> metadata-ManageRAID.xml metadata-CTDB.xml metadata-Xen.xml >> metadata-SAPInstance.xml metadata-Xinetd.xml metadata-Route.xml >> metadata-ICP.xml metadata-MailTo.xml metadata-SysInfo.xml >> metadata-Squid.xml metadata-IPaddr.xml metadata-Delay.xml >> metadata-SendArp.xml metadata-VirtualDomain.xml metadata-db2.xml >> metadata-AoEtarget.xml metadata-Stateful.xml metadata-ethmonitor.xml >> metadata-Dummy.xml metadata-ServeRAID.xml metadata-Evmsd.xml >> metadata-eDir88.xml metadata-VIPArip.xml metadata-IPsrcaddr.xml >> metadata-WinPopup.xml metadata-ClusterMon.xml metadata-Filesystem.xml >> metadata-SphinxSearchDaemon.xml metadata-WAS6.xml metadata-apache.xml >> metadata-AudibleAlarm.xml metadata-conntrackd.xml >> metadata-LinuxSCSI.xml metadata-EvmsSCC.xml metadata-IPaddr2.xml >> metadata-Raid1.xml metadata-WAS.xml metadata-drbd.xml >> metadata-ManageVE.xml metadata-anything.xml >> gmake[2]: Leaving directory >> `/root/Desktop/work/20110622/resource-agents/doc' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory `/root/Desktop/work/20110622/resource-agents' >> make: *** [all] Error 2 >> >> >> Best Regards, >> Junko IKEDA >> >> NTT DATA INTELLILINK CORPORATION > > >> _______________________________________________________ >> Linux-HA-Dev: [email protected] >> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev >> Home Page: http://linux-ha.org/ > > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ > _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
