Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2004 09:44:14 +0900
From:      horio shoichi <bugsgrief@bugsgrief.net>
To:        Petre Bandac <petre@rdsbv.ro>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vim make install error
Message-ID:  <20040504.004414.d59c1fde303ed717.10.0.3.20@bugsgrief.net>
In-Reply-To: <20040503155857.1cfd92d3@xxl.rdsbv.ro>
References:  <20040503155857.1cfd92d3@xxl.rdsbv.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 May 2004 15:58:57 +0300
Petre Bandac <petre@rdsbv.ro> wrote:
> after a cvsup today - when portupgrading
> 
> 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/work/vim62/src.
> *** Error code 1
> 
> Stop in /usr/ports/editors/vim.
> 
> please cc to me, as this address is not subscribed
> 
> thanks,
> 
> petre
> -- 
> Login: petre          			Name: Petre Bandac
> Directory: /home/petre              	Shell: /usr/local/bin/zsh
> On since Wed Apr 28 09:00 (EEST) on ttyv0, idle 5 days 6:57 (messages off)
> On since Sun May  2 19:31 (EEST) on ttyp8, idle 16:06, from gate
> New mail received Fri Feb 20 10:38 2004 (EET)
>      Unread since Tue Feb 17 12:31 2004 (EET)
> No Plan.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

This problem is already discussed in stable@. It worked for me.

If you are really in a hurry, do the following:

	% cd $PORTSDIR/editors/vim
	% make patch
	% rm -rf work/vim62/src/po
	% make build
	%

However, due to the nature of the error (missing src/po/Makefile), you
might want to await for a few days for repair.



horio shoichi



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