Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365405 - dev-python/pygame-1.9.2_pre3082 fails to build with sed error
Summary: dev-python/pygame-1.9.2_pre3082 fails to build with sed error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-30 12:32 UTC by Johannes Kimmel
Modified: 2011-04-30 18:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Kimmel 2011-04-30 12:32:51 UTC
pygame fails to build with the following error:

http://paste.pocoo.org/show/380696/

the problem is line 45 in the ebuild:

...
44     if ! use X; then
45         sed -e "s:^scrap :#&" -i Setup || die "sed failed"
46     fi
...

it fails with: "sed: -e expression #1, char 12: unterminated `s' command"

maybe it has to be "sed -e "s:^scrap :#&:" -i Setup"
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-30 18:07:21 UTC
This bug has been fixed.