Re: Unable to find 'automake'

2006-02-26 Thread Gerard Seibert
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?

Gerard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to find 'automake'

2006-02-26 Thread Kris Kennaway
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



pgpOIOX6UqNBz.pgp
Description: PGP signature


Re: Unable to find 'automake'

2006-02-26 Thread Gerard Seibert
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unable to find 'automake'

2006-02-25 Thread Gerard Seibert

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.

I checked the /var/db/pkg directory and found this listing:

drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.4.6_2/
drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.5_2,1/
drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.9.6/

Since the build finished without and problems, I assume that it is a 
harmless error message. I was wondering though why it was displayed 
however? Am I looking in the wrong place for the 'automake' program? I 
have Perl 5.8.8 installed if that means anything.


Thanks!

--
Gerard Seibert
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to find 'automake'

2006-02-25 Thread Michael C. Shultz
On Saturday 25 February 2006 15:23, 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.

 I checked the /var/db/pkg directory and found this listing:

 drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.4.6_2/
 drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.5_2,1/
 drwxr-xr-x2 root  wheel  -  512 Feb 22 21:26 automake-1.9.6/

 Since the build finished without and problems, I assume that it is a
 harmless error message. I was wondering though why it was displayed
 however? Am I looking in the wrong place for the 'automake' program? I
 have Perl 5.8.8 installed if that means anything.

 Thanks!

There is no reason for automake to run if nothing in the ports package
has been modified. I think it is safe to ignore.  There is a recent change to 
portmanager in FreeBSD that isn't by me, if anything in that change effected 
the files in the warning notice that might be the explanation.

-Mike
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to find 'automake'

2006-02-25 Thread Kris Kennaway
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


pgpJ1ZYJXX9gc.pgp
Description: PGP signature