From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 13:02:25 2006 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 65FB616A422 for ; Sun, 26 Feb 2006 13:02:25 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AAF43D45 for ; Sun, 26 Feb 2006 13:02:24 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id 0E4391D02B8 for ; Sun, 26 Feb 2006 08:05:12 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27649-04 for ; Sun, 26 Feb 2006 08:05:11 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 962A21D02B2 for ; Sun, 26 Feb 2006 08:05:11 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1QD2M4W020517 for ; Sun, 26 Feb 2006 08:02:22 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Sun, 26 Feb 2006 08:02:23 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom In-Reply-To: <20060226103536.GA12884@xor.obsecurity.org> References: <20060226051554.FBBB.GERARD@seibercom.net> <20060226103536.GA12884@xor.obsecurity.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060226080028.64F9.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV 0.88/1304/Sun Feb 26 06:47:28 2006 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Unable to find 'automake' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 13:02:25 -0000 Kris Kennaway wrote: > On Sun, Feb 26, 2006 at 05:17:30AM -0500, Gerard Seibert wrote: > > Kris Kennaway wrote: > > > > > On Sat, Feb 25, 2006 at 06:23:42PM -0500, Gerard Seibert wrote: > > > > Using FreeBSD 5.4 > > > > > > > > While building 'portmanager', I noticed this error message: > > > > > > > > Making all in libMG > > > > Making all in src > > > > cd ../.. && /bin/sh > > > > /usr/ports/sysutils/portmanager/work/portmanager-0.4.1/missing --run > > > > automake --gnu libMG/src/Makefile > > > > automake: not found > > > > WARNING: `automake' 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. > > > > > > Verify that your system clock is correct. > > > > > > Kris > > > > The system clock is right on. Why would that affect it anyway? > > If file timestamps are off then it will think the auto* files are out > of date and need to be regenerated. > > Kris > Thanks for the explanation. Unfortunately, that does not appear to be the source of the problem. Obviously, this is not a critical situation; however, I would like to nail down why it is happening. Do you have any other avenues that I might explore? Gerard