emacs-devel
[Top][All Lists]
Advanced

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

Re: Building master fails on Windows 10 when testing etc/NEWS file


From: Paul Eggert
Subject: Re: Building master fails on Windows 10 when testing etc/NEWS file
Date: Wed, 18 Sep 2019 05:23:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 9/18/19 4:36 AM, Juanma Barranquero wrote:

   ELC      ../lisp/replace.elc
Can't find D:\Devel\emacs\repo\trunk\src\bootstrap-emacs.exe to refresh
preloaded Lisp files

Thanks, I installed the attached to try to fix that.

Loading leim/leim-list.el (source)...
Waiting for git...
Error running git rev-parse: (file-error "Searching for program"
"Permission denied" "git")
Waiting for git...
Error running git rev-parse --abbrev-ref: (file-error "Searching for
program" "Permission denied" "git")

Is there a 'git' program in your PATH? What's the output of the following shell script (or equivalent) on your host?

IFS=':'
for dir in $PATH; do
  ls -ld "$dir" "$dir/git"
  echo =============
done

Attachment: 0001-Be-less-picky-about-EACCES-in-file-test-predicates.patch
Description: Text Data


reply via email to

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