From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Spurious "file errors" when making master Date: Thu, 26 May 2016 18:14:53 +0300 Message-ID: <83h9dk3l76.fsf@gnu.org> References: <5746A61F.3030406@gmx.at> <5746A78B.6050202@cs.ucla.edu> <5746B1B0.6070208@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1464275888 12425 80.91.229.3 (26 May 2016 15:18:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 May 2016 15:18:08 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 17:17:59 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b5x2r-00066f-4e for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 17:17:57 +0200 Original-Received: from localhost ([::1]:38921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5x2q-0002AE-Cj for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 11:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5wzt-00084F-Gq for emacs-devel@gnu.org; Thu, 26 May 2016 11:14:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5wzn-0002X3-Ds for emacs-devel@gnu.org; Thu, 26 May 2016 11:14:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5wzn-0002Wo-AJ; Thu, 26 May 2016 11:14:47 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2330 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b5wzl-0004xM-KC; Thu, 26 May 2016 11:14:45 -0400 In-reply-to: <5746B1B0.6070208@gmx.at> (message from martin rudalics on Thu, 26 May 2016 10:20:00 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204036 Archived-At: > Date: Thu, 26 May 2016 10:20:00 +0200 > From: martin rudalics > > >> Error running git rev-parse: (file-error "Searching for program" "No such file > >> or directory" "git") > > > > I don't observe this on Ubuntu 16.04. When are you seeing this? autogen.sh? gitlog-to-changelog? emacs-repository-version-git? > > Before dumping. The context is: > > ... > Loading dynamic-setting... > Loading x-dnd... > Loading term/common-win... > Loading term/x-win... > Loading mwheel... > Loading emacs-lisp/float-sup... > Loading vc/vc-hooks... > Loading vc/ediff-hook... > Loading uniquify... > Loading electric... > Loading emacs-lisp/eldoc... > Loading cus-start... > Loading tooltip... > Loading leim/leim-list.el (source)... > Waiting for git... > Error running git rev-parse: (file-error "Searching for program" "No such file or directory" "git") > Finding pointers to doc strings... > Finding pointers to doc strings...done I'd suggest to instrument the place where this happens to display the value of exec-path.