unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Unable to build from git on emacs-24.5 (866501efe0)
@ 2015-04-15 16:48 Paul Nathan
  2015-04-15 18:39 ` Dmitry Gutov
  2015-04-16  7:24 ` Jan D.
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Nathan @ 2015-04-15 16:48 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1732 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to build from git on emacs-24.5 (866501efe0)
  2015-04-15 16:48 Unable to build from git on emacs-24.5 (866501efe0) Paul Nathan
@ 2015-04-15 18:39 ` Dmitry Gutov
  2015-04-16  7:24 ` Jan D.
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Gutov @ 2015-04-15 18:39 UTC (permalink / raw)
  To: Paul Nathan, Emacs developers

On 04/15/2015 07:48 PM, Paul Nathan wrote:

> After running autogen.sh, then ./configure --with-ns, then invoking
> make

Try 'make bootstrap'.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to build from git on emacs-24.5 (866501efe0)
  2015-04-15 16:48 Unable to build from git on emacs-24.5 (866501efe0) Paul Nathan
  2015-04-15 18:39 ` Dmitry Gutov
@ 2015-04-16  7:24 ` Jan D.
  1 sibling, 0 replies; 3+ messages in thread
From: Jan D. @ 2015-04-16  7:24 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-16  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 16:48 Unable to build from git on emacs-24.5 (866501efe0) Paul Nathan
2015-04-15 18:39 ` Dmitry Gutov
2015-04-16  7:24 ` Jan D.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).