Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221269 - app-emulation/xen-3.2.*: sed error
Summary: app-emulation/xen-3.2.*: sed error
Status: RESOLVED DUPLICATE of bug 217151
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-10 20:44 UTC by Frederick Alexander Thomssen
Modified: 2008-08-26 22:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Xen makefile fix (xen-makefile.patch,683 bytes, patch)
2008-05-10 20:46 UTC, Frederick Alexander Thomssen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederick Alexander Thomssen 2008-05-10 20:44:48 UTC
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
Comment 1 Frederick Alexander Thomssen 2008-05-10 20:46:02 UTC
Created attachment 152765 [details, diff]
Xen makefile fix
Comment 2 Bert Karwatzki 2008-06-05 22:15:16 UTC
(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.
Comment 3 Robert Buchholz (RETIRED) gentoo-dev 2008-08-26 22:55:28 UTC

*** This bug has been marked as a duplicate of bug 217151 ***