From owner-freebsd-questions@FreeBSD.ORG Mon Oct 24 13:23:36 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 6A22416A41F for ; Mon, 24 Oct 2005 13:23:36 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E560443D6D for ; Mon, 24 Oct 2005 13:23:34 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so235436qbd for ; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=U0ZrnwTY/JqWy575dDqhHPNHrHH8azWTRlLa5AYsVBAOh1A6SsM1yFuie27vMuvOnfTD6AVvILJedJrfQJ1IDDrBlx3kCI1tpBFDZZUE+9gWlH+ZmA6CC5vIOih02UvIkC9tugDeJ3ato5pBc21thZrx4t4yVlFZp+xDG0dSlPk= Received: by 10.65.95.3 with SMTP id x3mr373440qbl; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) Received: by 10.65.154.4 with HTTP; Mon, 24 Oct 2005 06:23:34 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2005 09:23:34 -0400 From: John DeStefano To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: "Andrew P." Subject: aclocal: not found 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: Mon, 24 Oct 2005 13:23:36 -0000 Per Andrew P.'s suggestions, I've changed my ports updating scheme from cvsup to portsnap in order to address some problems I was having with interdependencies. Unfortunately, I'm still running into trouble: no matter how I try to install mbstring (pkg_add, making/installing in the ports tree), it still fails. Here are the results after I resorted to a "portinstall -rRk php5-mbstring": ... =3D=3D=3D> PHPizing for php5-mbstring-5.0.5_1 aclocal: not found *** Error code 1 Stop in /usr/ports/converters/php5-mbstring. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall97852.15 make ** Fix the problem and try again. [Updating the pkgdb in /var/db/pkg ... - 409 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! lang/php5 (php5-5.0.0.a3_2) (install error) ! converters/php5-mbstring (unknown build error) ---> Packages processed: 0 done, 14 ignored, 0 skipped and 2 failed automake and autoconf are both installed. Not sure what else to do about "aclocal", or if that's truly the problem. Any ideas on the problem or a possible solution? I didn't reap much info from Google or the list archives. Thank you, ~John %uname -a FreeBSD zurg.thedestefanos.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Sun Mar 20 13:34:04 EST 2005 =20 root@zurg.thedestefanos.com:/usr/obj/usr/src/sys/GENERIC i386