From owner-freebsd-questions@FreeBSD.ORG Mon May 3 17:44:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668D016A4CE for ; Mon, 3 May 2004 17:44:23 -0700 (PDT) Received: from dns13.mail.yahoo.co.jp (dns13.mail.yahoo.co.jp [210.81.151.173]) by mx1.FreeBSD.org (Postfix) with SMTP id 711E043D49 for ; Mon, 3 May 2004 17:44:22 -0700 (PDT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns13.mail.yahoo.co.jp with SMTP; 4 May 2004 00:44:21 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id 448587F88; Tue, 4 May 2004 09:44:18 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id 391E3982A; Tue, 4 May 2004 09:44:15 +0900 (JST) Date: Tue, 4 May 2004 09:44:14 +0900 From: horio shoichi To: Petre Bandac In-Reply-To: <20040503155857.1cfd92d3@xxl.rdsbv.ro> References: <20040503155857.1cfd92d3@xxl.rdsbv.ro> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040504.004414.d59c1fde303ed717.10.0.3.20@bugsgrief.net> cc: freebsd-questions@freebsd.org Subject: Re: vim make install error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 00:44:23 -0000 On Mon, 3 May 2004 15:58:57 +0300 Petre Bandac 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