Created attachment 900196 [details] patch to allow builds with gcc xml Description of problem: virt-p2v in 1.27.13 fails to build with gcc 4.9 because the libxml is before the list of internal libraries Version-Release number of selected component (if applicable): 1.27.13 How reproducible: Try to build it with gcc 4.9 Steps to Reproduce: 1. build with gcc 4.9 2. watch it fail 3. Actual results: Expected results: Additional info: Attached is a patch that will fix the build issue
Can you provide a full build log showing the build failure? Also, instead of moving libxml at the end, can you please try whether moving libutils.la as first item works too?
What is the error without this patch? We use gcc 4.9 and have not seen this problem.
I pushed this patch which should fix this bug: https://github.com/libguestfs/libguestfs/commit/bbae6136abe6432648be94decedc6c96cbe63328