From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 20:27:35 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 C4DB316A41C for ; Tue, 7 Jun 2005 20:27:35 +0000 (GMT) (envelope-from phil@cryer.us) Received: from cryer.us (dsl093-192-243.stl1.dsl.speakeasy.net [66.93.192.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668D243D4C for ; Tue, 7 Jun 2005 20:27:33 +0000 (GMT) (envelope-from phil@cryer.us) Received: from phil [199.249.176.251] by cryer.us with NetMail ModWeb Module; Tue, 07 Jun 2005 15:27:26 -0500 From: "Phil Cryer" To: freebsd-questions@freebsd.org Date: Tue, 07 Jun 2005 15:27:26 -0500 X-Mailer: NetMail ModWeb Module X-Sender: phil X-Priority: 3 X-MSMail-Priority: Normal MIME-Version: 1.0 Message-ID: <1118176046.87f0e9cphil@cryer.us> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Automake version mismatch - can't install anything via ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: phil@cryer.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 20:27:35 -0000 While trying to update automake19 I messed something up, now even though I = can pkg_add it, it fails to update via ports. Worse still I can't instal= l ANY ports now, even though I've run portupdate, rm -rf /usr/ports/*/*/w= ork and everything else suggested. Here's the error when I try to instal= l automake19: [root@pepe /usr/ports]# cd devel/automake19 [root@pepe /usr/ports/devel/automake19]# make install =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/automake19 - no= t found =3D=3D=3D> Verifying install for /usr/local/bin/automake19 in /usr/ports= /devel/automake19 =3D=3D=3D> automake-1.9.5 depends on file: /usr/local/bin/perl5.8.6 - fou= nd This forum is my thread, showing all that I have tried, but I'm getting wor= ried that nothing there is helping, so I wanted to open it up to a larger= audience. http://www.bsdforums.org/forums/showthread.php?s=3D&threadid=3D31728&highli= ght=3Daclocal+%60configure.ac Thanks P