From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 18:50:06 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 3821A16A4CE for ; Sun, 22 Feb 2004 18:50:06 -0800 (PST) Received: from hotmail.com (bay99-dav6.bay99.hotmail.com [65.54.174.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F5943D1D for ; Sun, 22 Feb 2004 18:50:06 -0800 (PST) (envelope-from bsdneophyte@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 22 Feb 2004 18:50:05 -0800 Received: from 68.66.233.16 by bay99-dav6.bay99.hotmail.com with DAV; Mon, 23 Feb 2004 02:50:05 +0000 X-Originating-IP: [68.66.233.16] X-Originating-Email: [bsdneophyte@hotmail.com] X-Sender: bsdneophyte@hotmail.com From: "bsd neophyte" To: Date: Sun, 22 Feb 2004 18:50:33 -0800 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 23 Feb 2004 02:50:05.0972 (UTC) FILETIME=[BE127D40:01C3F9B7] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: issue with building intltool-0.30 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: Mon, 23 Feb 2004 02:50:06 -0000 i was trying to make mozilla from the ports, when i noticed it was = taking much longer than it should. in this case it would be 2 days straight = (while this machine isn't a newer machine, it's a 360mhz sparc64... it = shouldn't be THIS slow). =20 i noticed what was happening was a constant looping of the following: =20 ----------- cd . \ && CONFIG_FILES=3DMakefile CONFIG_HEADERS=3D /usr/local/bin/bash /config.status config.status: creating Makefile cd . && /usr/ports/textproc/intltool/work/intltool-0.30/missing autoconf WARNING: `autoconf' is missing on your system. You should only need it = if you modified `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck running /bin/sh ./configure --libdir=3D/usr/local/libdata = --prefix=3D/usr/local --build=3Dsparc64-portbld-freebsd5.2 = build_alias=3Dsparc64-portbld-freebsd5.2 --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking for perl... /usr/bin/perl configure: creating ./config.status ------------ =20 i tried making it several times, but the same issue over and over. i independantly installed autoconf and m4 and tried to rebuild intltool alone... but still the same issue. =20 anyone know what to do to sort out this problem? =20 -Sameer