From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 5 05:48:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65E216A4CF for ; Wed, 5 May 2004 05:48:04 -0700 (PDT) Received: from smtp6.arnet.com.ar (smtp6.arnet.com.ar [200.45.191.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 992F443D31 for ; Wed, 5 May 2004 05:48:00 -0700 (PDT) (envelope-from mbrunstein@comnet.com.ar) Received: (qmail 28752 invoked from network); 5 May 2004 12:45:32 -0000 Received: from unknown (HELO mauroxpn) (200.45.96.51) by smtp6.arnet.com.ar with SMTP; 5 May 2004 12:45:32 -0000 From: "Mauricio Brunstein" To: Date: Wed, 5 May 2004 09:47:51 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcQyny2FEoMACXuIS22wigqgVl8HFA== Message-Id: <20040505124800.992F443D31@mx1.FreeBSD.org> Subject: Vim-lite make error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 12:48:05 -0000 I did a cvsup last night and after issue the following commands on my FreeBSD machine: # pkgdb -F # portsdb -Uu After that, I've tried to upgrade the ports with: # portupgrade -a When it reaches the vim-lite port, it stops with the same error that make give me when I've deinstalled the package with pkg_delete (I've had installed it originally with sysinstall when I installed the OS) and installed again w/make: ------------------------------------------- # cd /usr/ports/editors/vim-lite # make ..... ..... >> Checksum OK for vim/6.2.519. >> Checksum OK for vim/6.2.521. ===> Patching for vim-lite-6.2.521 ===> Applying distribution patches for vim-lite-6.2.521 ===> Applying FreeBSD patches for vim-lite-6.2.521 ===> vim-lite-6.2.521 depends on shared library: iconv.3 - found ===> Configuring for vim-lite-6.2.521 cd testdir; make -f Makefile clean rm -rf *.out *.rej *.orig test.log tiny.vim small.vim mbyte.vim test.ok X* rm -f *.o objects/* core vim.core vim xxd/*.o rm -f xxd/xxd auto/osdef.h auto/pathdef.c auto/if_perl.c rm -f conftest* *~ auto/link.sed if test -d po; then cd po; make prefix= clean; fi make: don't know how to make clean. Stop *** Error code 2 Stop in /usr/ports/editors/vim-lite/work/vim62/src. *** Error code 1 Stop in /usr/ports/editors/vim-lite. ------------------------------------------- Please HELP!!!! It appears to me that there is an error in the updated makefile, but I had not tried to make vim before to issue the cvsup to update the ports tree. Or may be I'm doing something wrong. Thank you for all your work!!! Mauricio.