View previous topic :: View next topic |
Author |
Message |
zojas Veteran
Joined: 22 Apr 2002 Posts: 1138 Location: Phoenix, AZ
|
Posted: Mon Oct 04, 2004 6:01 am Post subject: vim-core emerge has an awk error |
|
|
trying to emerge vim-core-6.3-r2 (then vim, then gvim). added the ppc-macos keyword to the ebuild. when emerging I get this error at the configure stage:
Code: |
6.3.014: src/option.c src/version.c
6.3.015: src/eval.c src/version.c
6.3.016: src/option.c src/version.c
6.3.017: src/normal.c src/version.c
6.3.018:awk: src/ex_cmds.h makes too many open files
input record number 1610, file
source line number 16
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
gzip: stdout: Broken pipe
!!! ERROR: app-editors/vim-core-6.3-r2 failed.
!!! Function apply_vim_patches, Line 157, Exitcode 2
|
do I need to emerge a different awk first, which can handle this?
thanks. _________________ http://www.desertsol.com/~kevin/ppc |
|
Back to top |
|
|
danie n00b
Joined: 11 Oct 2004 Posts: 5 Location: los angeles
|
Posted: Mon Oct 11, 2004 4:55 am Post subject: gvim |
|
|
If your end goal is gvim then you will have your work cut out for you, since there are a number of unkeyworded packages that need to be compiled to get to gvim. If you just need vim, I think that OS X 10.3 comes with vim 6.2, which you might be able to use with gvim. In order to see everything that leads to gvim, you can emerge -pv gvim.
Also since your edits will disappear with the next sync, it is best not to directly edit the ebuild; if you are interested in compiling a specific version of a package then you should add it to /etc/portage/package.unmask:
echo "=app-editors/vim-core-6.3-r2" >> /etc/portage/package.unmask. |
|
Back to top |
|
|
zojas Veteran
Joined: 22 Apr 2002 Posts: 1138 Location: Phoenix, AZ
|
Posted: Mon Oct 11, 2004 5:01 am Post subject: |
|
|
thanks for the tip about the package.unmask file.
I forgot to mention that I like gvim with the athena widgets rather than gtk, so there aren't really any dependencies to worry about. I want gvim since I use X11 in full screen mode in OS X.
Code: |
quasar:~ root# USE="-gtk -gtk2 -motif" emerge -pv gvim
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] app-editors/vim-core-6.3-r2 -acl -debug -livecd -ncurses -nls (-selinux) 0 kB
[ebuild N ] app-editors/gvim-6.3-r1 -acl -cscope -debug (-gnome) (-gpm) -gtk -gtk2 -motif -ncurses -nls +perl +python +ruby (-selinux) 0 kB
Total size of downloads: 0 kB
|
_________________ http://www.desertsol.com/~kevin/ppc |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|