Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31014 - emerge phpdocs-0.26 fails because of bad ebuild
Summary: emerge phpdocs-0.26 fails because of bad ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL: http://csociety-ftp.ecn.purdue.edu/pu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-12 22:29 UTC by Salgar Alvidason
Modified: 2003-10-13 11:44 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 Salgar Alvidason 2003-10-12 22:29:54 UTC
Theres an linebreak in the ebuild that should not be there I think.
See app-vim/phpdocs/phpdocs-0.26.ebuild line 15/16.

Reproducible: Always
Steps to Reproduce:
1. emerge phpdocs

Actual Results:  
emerge failed

Expected Results:  
emerge without errors =)
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-13 03:07:32 UTC
which linebreak do you mean? please attach a patch.
Comment 2 Salgar Alvidason 2003-10-13 10:01:25 UTC
Ah i got it.
There a \013(shown as ^M in vi) in the ebuild which sometimes gets lost during
rsync (don't ask me why!?)

This should fix it:
15,16c15
<       sed -i 's/
< $//' ${S}/plugin/phpdoc.vim || die "sed failed"
---
>       sed -i 's/\r$//' ${S}/plugin/phpdoc.vim || die "sed failed"
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 11:44:12 UTC
fixed in cvs