On Thu, Mar 04, 2010 at 04:58:40PM +0100, Kai Kuka wrote: > Hi List, > > > > May I hope you can help me. > > I've try to compile from the latest heartbeat packages rpm files. I've do > the RedHat Server AS x86_64. > > The packages heartbeat and clue works perfect (after resolving the missing > dependencies). > > > > But if I try to make RPM's from the resource-agents source I've getting the > following errors > > # rpmbuild -ba resource-agents.spec > > ... > > ra2refentry.xsl metadata-SysInfo.xml > > /usr/bin/xsltproc \ > > --xinclude \ > > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xslocf_heartbeat_SysInfo.xml > > http://www.oasis-open.org/docbook/xml/4.4/dbcentx.mod:348: parser error : > Char 0x221 out of allowed range > > %ISOgrk1; > > ^
Your copy (freshly fetched or local copy in catalogue) of http://www.oasis-open.org/docbook/xml/4.4/dbcentx.mod has an invalid (multibyte) character at line 348. The rest can be ignored. Please make sure docbook-dtds is installed, and do a "rpm -V docbook-dtds". Any mismatch? -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
