[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in installing automake-1.9.6 on solaris
From: |
Stepan Kasal |
Subject: |
Re: error in installing automake-1.9.6 on solaris |
Date: |
Mon, 18 Jul 2005 19:32:51 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Thu, Jul 14, 2005 at 02:07:53PM +0800, Hu Wen Ze, SLC COM CD/MN AS R&D (BJ)
wrote:
> bash-2.03# make
> Making all in .
> cd . && perllibdir=/var/spool/pkg/gnu/automake-1.9.6"/lib:./lib"
> /var/spool/pkg/gnu/automake-1.9.6/aclocal --acdir=m4
> bash: /var/spool/pkg/gnu/automake-1.9.6/aclocal: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for target `aclocal.m4'
I can reproduce the bug if I do this:
tar xf automake-1.9.6.tar
cd automake-1.9.6
touch configure.ac
make
But under normal circumstances this rule shouldn't be hit and $(ACLOCAL)
shouldn't be run.
Is it possible that the time stamps got screwed somehow?
Is /var/spool/pkg/gnu/ mounted from another computer? If yes, is the time
properly synced?
HTH,
Stepan Kasal