GNU bug report logs -
#37445
27.0.50; Permission denied after make install
Previous Next
Reported by: Tino Calancha <tino.calancha <at> gmail.com>
Date: Wed, 18 Sep 2019 09:03:02 UTC
Severity: normal
Found in version 27.0.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Wed, 18 Sep 2019, Paul Eggert wrote:
> I installed the attached patch, which should fix the bug even when
> PICKY_EACCES is nonzero. Boldly closing the bug report.
Hi Paul,
I think the commit message mentions the opposite of what is actually done
in the code.
commit 30026cfe666e9647aeef73e26df5ffca2fa2c662
Author: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Thu Sep 19 00:19:11 2019 -0700
Default PICKY_ACCESS to false on non-MS
* src/fileio.c (PICKY_EACCES) [!DOS_NT]: Default to false.
This is the code we have now:
#ifndef PICKY_EACCES
# ifdef DOS_NT
enum { PICKY_EACCES = false };
# else
enum { PICKY_EACCES = true };
# endif
#endif
This code starts Emacs on my Linux machine but it refuses to load my
.emacs file:
M-: (load-file ".emacs")
Load error for /home/user_foo/.emacs:
(file-error Testing file Permission denied
/home/ec2-user/soft/emacs-master/src)
This bug report was last modified 5 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.