Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10418 - vim won't build..
Summary: vim won't build..
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 00:22 UTC by Torgeir Hansen
Modified: 2003-02-04 19:42 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 Torgeir Hansen 2002-11-08 00:22:27 UTC
I've had this problem on several systems now so it's time to report it..

vim won't build and returns a non-valid error message, in other words this
triggers a bug in vim.h (i've emailed vim@vim.org or whatever the addy was to
notify them of this problem)

However, it fails because the test that checks for sizeof_int ends up in 0!
(I'm using x86 systems so it should obviously be 4)
This is the somewhat comfusing part:
I unpacked the vim-sources (from /usr/portage/distfiles/) in my home-dir and
started to play around with it. After playing around with the configure-script
there it "suddenly" worked.

When this worked I decided to try the emerge again, and this time it worked?!!
(i didn't install the version in my home..)

I cannot figure out how the hell the ebuild suddenly worked - but it did?!

Other friends of mine has had this problem (emerge vim not working) too so this
is not a single user-error fault ;)
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-11-12 16:34:47 UTC
libtermcap needed to be in the deps... fixed.