emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build error on osx


From: Jean-Christophe Helary
Subject: build error on osx
Date: Fri, 11 Aug 2017 21:58:27 +0200

I was able to build emacs without any issues until the git pull I did this 
morning.

Now I have this error when I run make install:

  CC       nsimage.o
make[1]: Circular bootstrap-emacs <- temacs dependency dropped.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all 
EMACS="../../src/bootstrap-emacs"
make[2]: Nothing to be done for `all'.
  CC       macfont.o
  CC       terminfo.o
  CC       lastfile.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata 
charscript.el
make[2]: Nothing to be done for `charscript.el'.
  CCLD     temacs
../build-aux/install-sh -c -d ../etc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp autoloads 
EMACS="../src/bootstrap-emacs"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all 
EMACS="../src/bootstrap-emacs"
make[3]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars 
all EMACS="../../src/bootstrap-emacs"
make[3]: Nothing to be done for `all'.
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede 
./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine 
./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent 
./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image 
./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e 
./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
  GEN      loaddefs.el
dyld: Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.8.dylib
  Referenced from: 
/Users/suzume/Documents/Code/emacs/lisp/../src/bootstrap-emacs
  Reason: image not found
/bin/sh: line 1: 96083 Abort trap: 6           EMACSLOADPATH= 
'../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l autoload 
--eval '(setq autoload-ensure-writable t)' --eval '(setq 
autoload-builtin-package-versions t)' --eval '(setq generated-autoload-file 
(expand-file-name (unmsys--file-name "loaddefs.el")))' -f 
batch-update-autoloads . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic 
./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate 
./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp 
./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim 
./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes 
./textmodes ./url ./vc
make[2]: *** [loaddefs.el] Error 134
make[1]: *** [../lisp/loaddefs.el] Error 2
make: *** [src] Error 2

and nothing from here.

Do you have any idea what could cause that in recent code modifications (I 
think my previous git pull was made about 2 weeks ago)?

Jean-Christophe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]