From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Unable to build from git on emacs-24.5 (866501efe0) Date: Thu, 16 Apr 2015 09:24:17 +0200 Message-ID: <552F63A1.6010306@swipnet.se> References: 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 1429169086 5072 80.91.229.3 (16 Apr 2015 07:24:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Apr 2015 07:24:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 16 09:24:36 2015 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 1YieA6-0006WI-Ud for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2015 09:24:35 +0200 Original-Received: from localhost ([::1]:35557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YieA5-0005ki-2h for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2015 03:24:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YieA1-0005kb-UY for emacs-devel@gnu.org; Thu, 16 Apr 2015 03:24:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yie9y-0002qL-OD for emacs-devel@gnu.org; Thu, 16 Apr 2015 03:24:29 -0400 Original-Received: from mailfe09.swip.net ([212.247.155.1]:35187 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yie9y-0002py-IK for emacs-devel@gnu.org; Thu, 16 Apr 2015 03:24:26 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 416086076 for emacs-devel@gnu.org; Thu, 16 Apr 2015 09:24:21 +0200 Original-Received: from jdvpro.hq.ismobile.com (unknown [176.57.193.190]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id 19C691A003E for ; Thu, 16 Apr 2015 07:24:21 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.155.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185493 Archived-At: Please send the complete make output. Jan D. Paul Nathan skrev den 2015-04-15 18:48: > Hi, > > I have a recently upgraded OSX Yosemite (10.10) system I am attempting > to build emacs on. I have attempted to update my Xcode, command-line > tools, brew, etc, prior to performing a build. > > I begin by running git checkout emacs-24.5 > > After running autogen.sh, then ./configure --with-ns, then invoking > make, I receive this information. > > make[1]: Circular bootstrap-emacs <- temacs dependency dropped. > cd ../lisp; /Applications/Xcode.app/Contents/Developer/usr/bin/make > update-subdirs > for file in `find . -type d -print`; do case $file in .*/cedet* | > .*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \ > for file in $wins; do \ > ./../build-aux/update-subdirs $file; \ > done; > if test "no" = "yes"; then \ > rm -f bootstrap-emacs; \ > ln temacs bootstrap-emacs; \ > else \ > ./temacs --batch --load loadup bootstrap || exit 1; \ > test "X" = X || -zex emacs; \ > mv -f emacs bootstrap-emacs; \ > fi > /bin/sh: ./temacs: No such file or directory > make[1]: *** [bootstrap-emacs] Error 1 > make: *** [src] Error 2 > > Make has the right of it: find . | grep temacs from the repository root > returns nothing. > > I perfectly am willing to believe that my system is misconfigured and > the issue lies solely in the computer and the user, however, I am not > sure exactly where to start the hunt to find the misconfiguration. > > Please advise. > > Thank you for your time, > Paul