Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2004 09:47:51 -0300
From:      "Mauricio Brunstein" <mbrunstein@comnet.com.ar>
To:        <freebsd-ports-bugs@freebsd.org>
Subject:   Vim-lite make error
Message-ID:  <20040505124800.992F443D31@mx1.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040505124800.992F443D31>