From owner-freebsd-ports@FreeBSD.ORG Wed Jan 26 15:49:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122D716A4D3 for ; Wed, 26 Jan 2005 15:49:33 +0000 (GMT) Received: from web53602.mail.yahoo.com (web53602.mail.yahoo.com [206.190.37.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 27E7143D31 for ; Wed, 26 Jan 2005 15:49:32 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 62119 invoked by uid 60001); 26 Jan 2005 15:49:31 -0000 Message-ID: <20050126154931.62117.qmail@web53602.mail.yahoo.com> Received: from [65.213.7.6] by web53602.mail.yahoo.com via HTTP; Wed, 26 Jan 2005 07:49:31 PST X-RocketYMMF: siremick Date: Wed, 26 Jan 2005 07:49:31 -0800 (PST) From: "Scott I. Remick" To: marcus@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ports@FreeBSD.org Subject: gaim screwed up, not happy with automake/autoconf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 15:49:33 -0000 I'm not exactly sure what happened, but my system (FreeBSD 5.3-RELEASE) seems very screwed up now. I was building Gaim (updating from 1.1.1 to 1.1.2 w/ portupgrade) and my system paniced right after the point of uninstalling 1.1.1 but before 1.1.2 was installed. So now I'm gaim-less. I tried just going into net/gaim and doing a "make clean install" but noticed that the messages scrolling by seemed to repeat after a while. Here's the important part I think: Print debugging messages...... : no Gaim will be installed in /usr/X11R6/bin. configure complete, now type 'make' ===> Building for gaim-1.1.2 cd . && /bin/sh /usr/ports/net/gaim/work/gaim-1.1.2/missing --run automake-1.9 --gnu automake-1.9: 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.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/net/gaim/work/gaim-1.1.2/missing --run autoconf /bin/sh ./config.status --recheck Here are the things I've tried so far: - doing a "rm -R" on net/gaim and then a new cvsup, thinking maybe the panic corrupted my ports tree. - pkg_delete on automake* and autoconf*, then manually installing them fresh. Actually this actually didn't work like it should, so I had to install from packages. Here was what automake was saying: ===> Building for automake-1.9.4 Making all in . cd . && perllibdir=/usr/ports/devel/automake19/work/automake-1.9.4"/lib:./lib" /usr/ports/devel/automake19/work/automake-1.9.4/automake --libdir=lib --gnu /usr/ports/devel/automake19/work/automake-1.9.4/automake: not found *** Error code 1 Stop in /usr/ports/devel/automake19/work/automake-1.9.4. *** Error code 1 (continuing the things I've tried...) - making links for automake to automake19, and autoconf to autoconf259 Where do I go from here?