[Bug 889740] New: libhubbub fails to build on ppc64
https://bugzilla.novell.com/show_bug.cgi?id=889740 https://bugzilla.novell.com/show_bug.cgi?id=889740#c0 Summary: libhubbub fails to build on ppc64 Classification: openSUSE Product: openSUSE Factory Version: 201407* Platform: PowerPC-64 OS/Version: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dvaleev@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- libhubbub fails to build on ppc64 and ppc64le (big and little endian) due to failed test: ==> test_tree2 [tree-construction/tests7.dat].......................FAIL Whenever I run test manually it succeeds. What is weird so far is at the moment it fails I see in the log: Unreferencing node 0x1003240d310 (0) [2 : head] Unreferencing node 0x1003240d4f0 (0) [2 : p] Unreferencing node 0x1003240d450 (0) [2 : div] Unreferencing node 0x1003240d3b0 (0) [2 : body] Unreferencing node 0x1003240d290 (0) [2 : html]PASS -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889740 https://bugzilla.novell.com/show_bug.cgi?id=889740#c1 Dinar Valeev <dvaleev@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fstrba@suse.com --- Comment #1 from Dinar Valeev <dvaleev@suse.com> 2014-07-31 14:53:06 UTC --- Here are my findings: 1)it passes outside of the chroot without any modifications 2)tree-construction/tests7.dat have 32 testcases if I remove any random testcase it passes. Means there is a new line between (0) [2 : html] and PASS 3) following patch also workarounds the problem: --- a/test/tree2.c +++ b/test/tree2.c @@ -462,7 +462,7 @@ hubbub_error unref_node(void *ctx, void *node) n->refcnt--; - printf("Unreferencing node %p (%d) [%d : %s]\n", node, + printf("Unreferencing node %p (%d) [%d : %s] \n", node, n->refcnt, n->type, n->type == ELEMENT ? n->data.element.name : ""); -- 1.8.5.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889740 https://bugzilla.novell.com/show_bug.cgi?id=889740#c4 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |bwiedemann@suse.com InfoProvider| |dvaleev@suse.com --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-08-12 13:31:36 CEST --- so is this patch also going upstream / to Factory and thus this issue finally resolved? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889740 https://bugzilla.novell.com/show_bug.cgi?id=889740#c5 Dinar Valeev <dvaleev@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|dvaleev@suse.com | --- Comment #5 from Dinar Valeev <dvaleev@suse.com> 2014-08-12 11:43:23 UTC --- Submitted to Factory. Haven't asked upstream yet about that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com