Summary: | vim 6.3 fails to build because of unneeded definitions in src/auto/osdef.h | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tõnis Märtmaa <tonis> |
Component: | Current packages | Assignee: | Vim Maintainers <vim> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tõnis Märtmaa
2005-02-08 12:35:36 UTC
Gonna need more of the build log please... There should be something like this: configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h make: Entering directory `/var/tmp/portage/vim-7.0_alpha20050201/work/vim7/src' CC="i686-pc-linux-gnu-gcc -Iproto -DHAVE_CONFIG_H -O2 -march=pentium4 -fomit -frame-pointer -pipe -D__CIARANM_WAS_HERE__ " srcdir=. sh ./osdef.sh mkdir objects make: Leaving directory `/var/tmp/portage/vim-7.0_alpha20050201/work/vim7/src' Starting make in the src directory. Here it is: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h make: Entering directory `/var/tmp/portage/vim-6.3-r2/work/vim63/src' CC="i686-pc-linux-gnu-gcc -Iproto -DHAVE_CONFIG_H -O2 -march=pentium4 -fomit-frame-pointer -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.8.5/i686-linux/CORE -I/usr/include/python2.4 -pthread " srcdir=. sh ./osdef.sh mkdir objects make: Leaving directory `/var/tmp/portage/vim-6.3-r2/work/vim63/src' Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make first make[1]: Entering directory `/var/tmp/portage/vim-6.3-r2/work/vim63/src' i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -march=pentium4 -fomit-frame-pointer -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.8.5/i686-linux/CORE -I/usr/include/python2.4 -pthread -o objects/buffer.o buffer.c i686-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -march=pentium4 -fomit-frame-pointer -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.8.5/i686-linux/CORE -I/usr/include/python2.4 -pthread -o objects/charset.o charset.c In file included from vim.h:216, Does it work if you unset LANG and then restart the emerge. Yes it works, again that damn sed bug! Thank you for your help :) It's not a bug in sed, it's a bug in your frickin' broken alphabet :P I added an "unset LANG LC_ALL" in pkg_setup. |