MFH: r506313
Mark BROKEN on i386
xmlio.cpp:97:6: error: redefinition of 'append_attribute'
void append_attribute (rapidxml::xml_document<> &doc,
^
xmlio.cpp:82:6: note: previous definition is here
void append_attribute (rapidxml::xml_document<> &doc,
^
xmlio.cpp:103:6: error: redefinition of 'retrieve_attribute'
bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, time_t &answer) {
^
xmlio.cpp:88:6: note: previous definition is here
bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, int &answer) {
^
Reported by: pkg-fallout