It happened a few more times overnight, but doesn't happen 100% of the time.
This started happening when I started running make all examples_noinst -j4 instead of make all -j4 The Makefile is generated by cmake. Coincidentally, I started seeing cmake's progress percentage going above 100%. Discussing this on http://www.cmake.org/pipermail/cmake/2014-June/057897.html somebody mentioned that cmake-generated makefiles behave badly when invoked with multiple targets and -j. Sure enough, I see the target in question being invoked twice. So in my case this is probably a cmake bug, and in other cases, it may be a poorly written Makefile problem, a disk error, or who knows what. Let's let this bug stay closed. I'll probably file a cmake bug report when I know more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/423756 Title: ld: internal error _bfd_merged_section_offset To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/423756/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
