automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't get away from automake on remote machine


From: Alexandre Duret-Lutz
Subject: Re: can't get away from automake on remote machine
Date: Tue, 30 Apr 2002 14:06:00 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Skip" == Skip Montanaro <address@hidden> writes:

[...]

 Skip> configure: creating ./config.status
 Skip> rm: cannot remove `conf5861': Input/output error

[...]

 Skip> I have a few questions.  First, what's causing the "cannot remove" error
 Skip> when the configure script is executed? 

That could be an NFS server which reuse inode numbers.  The
Linux user-mode NFS server (unfsd) is known for this.  Switch to
using kernel NFS server if that's your case.

 Skip> Second, why does missing want to execute automake?

The tool you used to carry your files (here, CVS) messed their
timestamps.  Use `make dist' if you need something more accurate.

[...]

-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]