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 18:36:21 +0200 Message-ID: <570FC705.8010602@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 1460651829 18393 80.91.229.3 (14 Apr 2016 16:37:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2016 16:37:09 +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 18:36: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 1aqkGE-0006zf-0z for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 18:36:54 +0200 Original-Received: from localhost ([::1]:42815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqkGD-0002Zz-7J for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 12:36:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqkFo-0002Tp-Ue for emacs-devel@gnu.org; Thu, 14 Apr 2016 12:36:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqkFl-0007yn-N8 for emacs-devel@gnu.org; Thu, 14 Apr 2016 12:36:28 -0400 Original-Received: from smtp203.alice.it ([82.57.200.99]:55670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqkFl-0007y3-Bx for emacs-devel@gnu.org; Thu, 14 Apr 2016 12:36:25 -0400 Original-Received: from [192.168.1.101] (79.19.227.36) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 56FAA325098DAF3E; Thu, 14 Apr 2016 18:36:23 +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.99 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:202917 Archived-At: Just for completeness... I have seen you have committed the patch.. Using emacs-master.tar.gz as source, the result is $ ./autogen.sh all Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65)... ok Checking for automake (need at least version 1.11)... ok Your system has the required tools. Running 'autoreconf -fi -I m4' ... configure.ac:796: installing 'build-aux/ar-lib' configure.ac:139: installing 'build-aux/config.guess' configure.ac:139: installing 'build-aux/config.sub' configure.ac:136: installing 'build-aux/install-sh' configure.ac:136: installing 'build-aux/missing' lib/Makefile.am: installing 'build-aux/depcomp' You can now run './configure'. which should be Ok. Right? Angelo Il 14/04/2016 03:31, Paul Eggert ha scritto: > './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.