Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66162 - vim 6.3-r1 triggers sparc32 compiler craziness
Summary: vim 6.3-r1 triggers sparc32 compiler craziness
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-02 14:31 UTC by Ciaran McCreesh
Modified: 2004-10-04 15:10 UTC (History)
2 users (show)

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


Attachments
vim-eclass-sparc32-stupidity-fix.patch (vim-eclass-sparc32-stupidity-fix.patch,849 bytes, patch)
2004-10-02 14:46 UTC, Ciaran McCreesh
Details | Diff
vim-eclass-sparc32-stupidity-fix.patch (vim-eclass-sparc32-stupidity-fix.patch,867 bytes, patch)
2004-10-04 05:02 UTC, Ciaran McCreesh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ciaran McCreesh 2004-10-02 14:31:09 UTC
vim 6.3-r1 is triggering that weird sparc32 compiler missing EOF bug. Since vim is rather widely used it's probably best to add in the usual workaround to the eclass.
Comment 1 Ciaran McCreesh 2004-10-02 14:46:54 UTC
Created attachment 40954 [details, diff]
vim-eclass-sparc32-stupidity-fix.patch

Jason / Ferris: please test
Comment 2 Guy Martin (RETIRED) gentoo-dev 2004-10-04 04:39:09 UTC
The patch is wrong. It should be 
find ${S} -name '*.c' | while read c; do echo >> "$c"; done
or something similar. This made vim compile on my ss20.

Currently the patch only creates a nice newline feeded file :)
Comment 3 Ciaran McCreesh 2004-10-04 05:02:06 UTC
Created attachment 41055 [details, diff]
vim-eclass-sparc32-stupidity-fix.patch

Argh! Erm. Yeah. Oops...
Comment 4 Ciaran McCreesh 2004-10-04 15:10:15 UTC
Done.