
On 23.05.2015 00:36, Athenas Jimenez wrote:
Hello!
I'm trying to compile libvirt using GCC 5.1 but one of the test are failing and I have no idea why :( Hopefully someone of you could help me, here part of my log:
========================================== libvirt 1.2.14: tests/test-suite.log ========================================== # TOTAL: 109 # PASS: 107 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: qemuxml2argvtest ====================== TEST: qemuxml2argvtest ........................................ 40 ....................!..!................ 80 ........................................ 120 ........................................ 160 ........................................ 200 ........................................ 240 ........................................ 280 ........................................ 320 ..........!.!..!........................ 360 ........................................ 400 ........................................ 440 ........!! 450 FAIL FAIL qemuxml2argvtest (exit status: 1)
This looks like this issue to me: https://www.redhat.com/archives/libvir-list/2015-May/msg00803.html Does this happened after gcc upgrade? I mean, older gcc just worked? If so Dan's right and gcc is inlining functions we don't want it to. Michal