From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 08:11:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6E1CD16A41F for ; Tue, 26 Jul 2005 08:11:06 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF09C43D45 for ; Tue, 26 Jul 2005 08:11:05 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 14927 invoked by uid 0); 26 Jul 2005 08:11:03 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 26 Jul 2005 08:11:03 -0000 Message-ID: <42E5F028.3020101@gmx.net> Date: Tue, 26 Jul 2005 10:11:20 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050521) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Lynch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help Me Please!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 08:11:06 -0000 Joseph Lynch wrote: >cd . && /usr/local/bin/bash >/usr/ports/textproc/intltool/work/intltool-0.34/missing --run >automake-1.9 --gnu >/usr/ports/textproc/intltool/work/intltool-0.34/missing: line 52: >automake-1.9: command not found >WARNING: `automake-1.9' is missing on your system. You should only need it if > you modified `Makefile.am', `acinclude.m4' or `configure.in'. > You might want to install the `Automake' and `Perl' packages. > Grab them from any GNU archive site. >cd . && /usr/local/bin/bash >/usr/ports/textproc/intltool/work/intltool-0.34/missing --run autoconf >/usr/ports/textproc/intltool/work/intltool-0.34/missing: line 52: >autoconf: command not found >WARNING: `autoconf' is missing on your system. You should only need it if > you modified `configure.in'. You might want to install the > `Autoconf' and `GNU m4' packages. Grab them from any GNU > archive site. >/usr/local/bin/bash ./config.status --recheck >running /usr/local/bin/bash ./configure --libdir=/usr/local/libdata >--prefix=/usr/local --build=i386-portbld-freebsd4.11 >build_alias=i386-portbld-freebsd4.11 --no-create --no-recursion > > >Hello, I keep getting this error while install application on freebsd. >I have freebsd 4.11 stable I just reformatted and reinstalled it >because I kept getting errors on the last install I did. I have >cvsup'ed ports nermous times and also I did a portupgrade upgrade.. >Could anybody please help me with this problem?? Thankss > >P.S. > I have those packages installed already, I did rehash and make >install clean after install. Thanks >_______________________________________________ >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" > > > > You just want to install intltool ? then why not just 'cd /usr/ports/textproc/intltool/ && make install distclean' ? good luck -- -Frank Staals