From owner-freebsd-ports@FreeBSD.ORG Tue Dec 5 14:53:47 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5901216A407; Tue, 5 Dec 2006 14:53:47 +0000 (UTC) (envelope-from dmk@ncf.ca) Received: from saruman.ncf.ca (saruman.ncf.ca [134.117.136.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB1F43CD2; Tue, 5 Dec 2006 14:51:52 +0000 (GMT) (envelope-from dmk@ncf.ca) Received: from ncf.ca (mail [134.117.136.45]) by saruman.ncf.ca (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J9T00EAV2NDNB@saruman.ncf.ca>; Tue, 05 Dec 2006 09:52:25 -0500 (EST) Received: from [74.101.81.228] by saruman.ncf.ca (mshttpd); Tue, 05 Dec 2006 09:52:25 -0500 Date: Tue, 05 Dec 2006 09:52:25 -0500 From: Dwayne MacKinnon To: obrien@FreeBSD.org Message-id: <188207188481.188481188207@ncf.ca> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 Patch 2 (built Jul 14 2004) Content-type: multipart/mixed; boundary="Boundary_(ID_oiBQREGkI+N271wnHfW7/Q)" Content-language: en X-Accept-Language: en Priority: normal Cc: freebsd-ports@FreeBSD.org Subject: vim 7.0.168 problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 14:53:47 -0000 This is a multi-part message in MIME format. --Boundary_(ID_oiBQREGkI+N271wnHfW7/Q) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Hello, I ran into an odd compile problem when trying to upgrade to vim 7.0.168 using the -DWITH_TCL flag. I'm on FreeBSD 6.1-RELEASE-p10 using ccache and portupgrade. Cheers, DMK --Boundary_(ID_oiBQREGkI+N271wnHfW7/Q) Content-type: text/plain; NAME=vim_error.txt Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=vim_error.txt configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h make -f Makefile all mkdir objects CC="cc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I/usr/local/include/tcl8.4 long -I/usr/local/lib/ruby/1.8/i386-freebsd6 " srcdir=. sh ./osdef.sh cc: long: No such file or directory cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -O -pipe -I/usr/X11R6/include -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -Wdeclaration-after-statement -I/usr/local/include -I/usr/local/lib/perl5/5.8.8/mach/CORE -I/usr/local/include/tcl8.4 long -I/usr/local/lib/ruby/1.8/i386-freebsd6 -o objects/buffer.o buffer.c cc: long: No such file or directory *** Error code 1 Stop in /usr/ports/editors/vim/work/vim70/src. *** Error code 1 Stop in /usr/ports/editors/vim/work/vim70/src. *** Error code 1 Stop in /usr/ports/editors/vim. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.60682.8 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=vim-gtk2-7.0.94 UPGRADE_PORT_VER=7.0.94 make -DWITH_GTK2 -DWITH_PERL -DWITH_RUBY -DWITH_TCL -DWITH_CSCOPE ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! editors/vim (vim-gtk2-7.0.94) (unknown build error) ---> Packages processed: 0 done, 25 ignored, 0 skipped and 1 failed --Boundary_(ID_oiBQREGkI+N271wnHfW7/Q)--