First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 31014
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Salgar Alvidason <Salgar@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 31014 depends on: Show dependency tree
Show dependency graph
Bug 31014 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-12 22:29 0000
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 From Heinrich Wendel (RETIRED) 2003-10-13 03:07:32 0000 -------
which linebreak do you mean? please attach a patch.

------- Comment #2 From Salgar Alvidason 2003-10-13 10:01:25 0000 -------
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 From Martin Holzer (RETIRED) 2003-10-13 11:44:12 0000 -------
fixed in cvs

First Last Prev Next    No search results available      Search page      Enter new bug