As always when you know what to look for one can trace further. config.h and config.log has no massive difference that would indicate the issue. But before the linking already on the preprocessor step it is broken. So we can ignore the linker step.
The good case has: # 91 "../../../../gnulib/tests/../../gnulib/lib/getopt-core.h" rpl_getopt [...] getopt_loop (int argc, const char **argv, [...] while ((c = rpl_getopt (argc, (char **) argv, options)) != -1) OTOH the bad case has: # nothing on rpl_getopt while ((c = getopt (argc, (char **) argv, options)) != -1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718668 Title: Libvirt FTBFS in Artful on x86 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1718668/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
