emacs-devel
[Top][All Lists]
Advanced

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

Re: CVS problems?


From: Karl Fogel
Subject: Re: CVS problems?
Date: Tue, 20 Oct 2009 22:46:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:
>> Trying to checkout Emacs from CVS fails. For example:
>
>> $ cvs up -dP
>> can't create temporary directory /tmp/cvs-serv4934
>> Read-only file system
>
>> Or:
>
>> $ cvs -d:pserver:address@hidden:/sources/emacs co emacs
>> can't create temporary directory /tmp/cvs-serv5281
>> Read-only file system
>
>> This happens both on my GNU/Linux Kubuntu (8.04, 9.04) and Cygwin.
>
>> Any comment?
>
> Yes, this a known bug in the Emacs dumper.  Try `make really-bootstrap'.

(Are you sure you're answering the right email, Stefan? :-) )

I've filed https://savannah.gnu.org/support/index.php?107070 for this.

The problem is that the CVS server's /tmp dir is mounted read-only.  I
get the error too:

  $ cvs up -dP
  can't create temporary directory /tmp/cvs-serv23644
  Read-only file system
  $ 

I also got this warning the first time I ran that just now:

  Warning: Permanently added the RSA host key for IP address
           '140.186.70.72' to the list of known hosts.

...which makes me suspect savannah switched the CVS server to a new
machine, and that the new machine is not configured right.

-Karl




reply via email to

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