http://bugzilla.opensuse.org/show_bug.cgi?id=1060506 http://bugzilla.opensuse.org/show_bug.cgi?id=1060506#c5 Fabian Vogt <fabian@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |fabian@ritter-vogt.de Assignee|opensuse-kde-bugs@opensuse. |screening-team-bugs@suse.de |org | Summary|libkolabxml packages differ |xerces-c serialization |for every build |varies across builds --- Comment #5 from Fabian Vogt <fabian@ritter-vogt.de> --- FWICT, the issue is the serialization in xerces-c, which dumps elements based on the order in internal hash tables. Those tables use a hash derived from the key pointers in some cases ("PtrHasher"), so the order can depend on the memory layout. XTemplateSerializer.cpp has an define "XERCES_DEBUG_SORT_GRAMMAR" which if enabled sorts the keys more deterministically (?). With that defined, xsdbin emits consistent output here. Oh, and there's also a bug that alignment space is not zeroed, but that's actually deterministic, so not an issue in this context. -- You are receiving this mail because: You are on the CC list for the bug.