When compiling xen-3.2.*, I experienced a sed error: sed: -e expression #6, char 902: unterminated `s' command The problem comes from gcc -v outputting some apostrophes. So the line in the Makefile has to be changed to use " instead of '. Reproducible: Always Steps to Reproduce: 1. emerge xen
Created attachment 152765 [details, diff] Xen makefile fix
(In reply to comment #1) > Created an attachment (id=152765) [edit] > Xen makefile fix > (In reply to comment #1) > Created an attachment (id=152765) [edit] > Xen makefile fix > This seems to be the same bug: http://bugs.gentoo.org/show_bug.cgi?id=217151 But your solution is better. The bug is there for every xen Version if gcc-4.3.0 from portage is used.
*** This bug has been marked as a duplicate of bug 217151 ***