From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Build failure for Emacs master Date: Thu, 14 Apr 2016 10:03:19 +0200 Message-ID: <570F4EC7.3060403@alice.it> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <570C4307.6050907@alice.it> <83k2k2g82s.fsf@gnu.org> <570EA823.1010404@alice.it> <570EBADD.2060604@cs.ucla.edu> <570EC198.5090407@alice.it> <570EF300.3050104@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1460621047 18430 80.91.229.3 (14 Apr 2016 08:04:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2016 08:04:07 +0000 (UTC) Cc: Emacs development discussions To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 10:03:56 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 1aqcFo-00070V-AL for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 10:03:56 +0200 Original-Received: from localhost ([::1]:34401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqcFn-0001wX-HT for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 04:03:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqcFU-0001uL-K0 for emacs-devel@gnu.org; Thu, 14 Apr 2016 04:03:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqcFP-0003WS-KO for emacs-devel@gnu.org; Thu, 14 Apr 2016 04:03:36 -0400 Original-Received: from smtp201.alice.it ([82.57.200.97]:56696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqcFP-0003WD-9c for emacs-devel@gnu.org; Thu, 14 Apr 2016 04:03:31 -0400 Original-Received: from [192.168.1.101] (79.19.227.36) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 56FAA8730972411D; Thu, 14 Apr 2016 10:03:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: <570EF300.3050104@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:202899 Archived-At: Il 14/04/2016 03:31, Paul Eggert ha scritto: > On 04/13/2016 03:00 PM, Angelo Graziosi wrote: >> >> './autogen.sh all' does not work using >> http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz as >> source: > > That's a different approach from what's in INSTALL.REPO. INSTALL.REPO In MSYS2 and other OS there are *-git packages just to have the last development source not because that people aims to develop and maintain the applications of those packages.. So even when Emacs source comes from git you should not need other option for autogen.sh... > assumes you're building from a Git clone; among other things, that's why > INSTALL.REPO requires that you have Git installed. Since you're using a > strategy that does not involve Git, a different procedure is called for. > > './autogen.sh all' can be adjusted to work for your use case. I > installed the attached patch, which attempts to do that. Please give it > a try. Maybe when I have some time..