From owner-cvs-ports Mon May 26 01:57:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA07885 for cvs-ports-outgoing; Mon, 26 May 1997 01:57:14 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca6-13.ix.netcom.com [199.35.213.205]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA07858; Mon, 26 May 1997 01:56:46 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id BAA00935; Mon, 26 May 1997 01:56:44 -0700 (PDT) Date: Mon, 26 May 1997 01:56:44 -0700 (PDT) Message-Id: <199705260856.BAA00935@silvia.HIP.Berkeley.EDU> To: obrien@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199705250259.TAA10358@freefall.freebsd.org> (obrien@FreeBSD.ORG) Subject: Re: cvs commit: ports/editors/vim5beta - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Beta version of Vim 5.0. * Vim 5.0 beta is still under development (hasn't really reached a final beta * stage). Until that point, I don't want to change the stable vim-4.6 port. * * Note that Vim5.0 has syntax coloring and Perl 5.004 support. That's great, but it doesn't compile here. ------- ===> Installing for vim-5.0h gcc -c -DHAVE_CONFIG_H -DUSE_GUI_MOTIF -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R6/include -O2 -pipe -Wall -Wshadow -I/usr/X11R6/include version.c In file included from /usr/X11R6/include/Xm/DragC.h:33, from /usr/X11R6/include/Xm/DragDrop.h:26, from /usr/X11R6/include/Xm/Transfer.h:42, from /usr/X11R6/include/Xm/Xm.h:746, from gui.h:16, from structs.h:39, from vim.h:640, from version.c:10: /usr/X11R6/include/Xm/Display.h:90: warning: declaration of `time' shadows global declaration gcc -o vim buffer.o charset.o digraph.o edit.o eval.o ex_cmds.o ex_docmd.o ex_getln.o fileio.o getchar.o main.o mark.o memfile.o memline.o message.o misc1.o misc2.o normal.o ops.o option.o os_unix.o pathdef.o quickfix.o regexp.o screen.o search.o syntax.o tag.o term.o ui.o undo.o window.o gui.o gui_motif.o gui_x11.o pty.o version.o -L/usr/X11R6/lib -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a -lXt -lSM -lICE -lXext -lX11 -ltermcap pty.o: Undefined symbol `_ptsname' referenced from text segment pty.o: Undefined symbol `_grantpt' referenced from text segment pty.o: Undefined symbol `_unlockpt' referenced from text segment mv -f /usr/local/bin/vim /usr/local/bin/vim.old rm -f /usr/local/bin/vim.old cp vim /usr/local/bin cp: vim: No such file or directory gmake: *** [installvimbin] Error 1 *** Error code 2 ------- Actually, the makefile is broken, it shouldn't have exited with status 0 if the build failed. (As you can see, this is the part that it tried to build it again in the install stage.) I have HAVE_MOTIF set, if that makes a difference. Also, the Motif header complaining about the `time' redeclaration is annoying but that's probably not vim's fault. ;) Satoshi