all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* build error on osx
@ 2017-08-11 19:58 Jean-Christophe Helary
  2017-08-11 23:09 ` Paul Eggert
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Christophe Helary @ 2017-08-11 19:58 UTC (permalink / raw)
  To: emacs-devel

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


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

* Re: build error on osx
  2017-08-11 19:58 build error on osx Jean-Christophe Helary
@ 2017-08-11 23:09 ` Paul Eggert
  2017-08-12  7:33   ` Jean-Christophe Helary
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggert @ 2017-08-11 23:09 UTC (permalink / raw)
  To: Jean-Christophe Helary, emacs-devel

I suggest "make bootstrap", or failing that, rebuilding from a fresh checkout.



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

* Re: build error on osx
  2017-08-11 23:09 ` Paul Eggert
@ 2017-08-12  7:33   ` Jean-Christophe Helary
  2017-08-13 17:40     ` Jean-Christophe Helary
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Christophe Helary @ 2017-08-12  7:33 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel


> On Aug 12, 2017, at 1:09, Paul Eggert <eggert@cs.ucla.edu> wrote:
> 
> I suggest "make bootstrap", or failing that, rebuilding from a fresh checkout.

Thank you for the hint Paul. It looks like make was looking for a makeinfo >= 4.13 that I had but the path did not catch it. So I reorganized my path and things seem to work fine now.

Jean-Christophe 


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

* Re: build error on osx
  2017-08-12  7:33   ` Jean-Christophe Helary
@ 2017-08-13 17:40     ` Jean-Christophe Helary
  2017-08-13 18:07       ` Paul Eggert
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Christophe Helary @ 2017-08-13 17:40 UTC (permalink / raw)
  To: emacs-devel

More problems with the build process (just made a git pull):

  ELC      ../lisp/emacs-lisp/tabulated-list.elc
Reloading stale files.el
Loading /Users/suzume/Documents/Code/emacs/lisp/files.el (source)...
Reloading stale faces.el
Loading /Users/suzume/Documents/Code/emacs/lisp/faces.el (source)...
Reloading stale loaddefs.el
Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
Reloading stale simple.el
Loading /Users/suzume/Documents/Code/emacs/lisp/simple.el (source)...
Reloading stale tabulated-list.el
Loading /Users/suzume/Documents/Code/emacs/lisp/emacs-lisp/tabulated-list.el (source)...
>>Error occurred processing ../lisp/emacs-lisp/tabulated-list.el: Symbol's function definition is void ((make-temp-file-internal))
make[2]: *** [../lisp/emacs-lisp/tabulated-list.elc] Error 1
make[1]: *** [../lisp/emacs-lisp/tabulated-list.elc] Error 2
make: *** [src] Error 2

Any idea ?

Jean-Christophe 

> On Aug 12, 2017, at 9:33, Jean-Christophe Helary <jean.christophe.helary@gmail.com> wrote:
> 
> 
>> On Aug 12, 2017, at 1:09, Paul Eggert <eggert@cs.ucla.edu> wrote:
>> 
>> I suggest "make bootstrap", or failing that, rebuilding from a fresh checkout.
> 
> Thank you for the hint Paul. It looks like make was looking for a makeinfo >= 4.13 that I had but the path did not catch it. So I reorganized my path and things seem to work fine now.
> 
> Jean-Christophe




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

* Re: build error on osx
  2017-08-13 17:40     ` Jean-Christophe Helary
@ 2017-08-13 18:07       ` Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2017-08-13 18:07 UTC (permalink / raw)
  To: Jean-Christophe Helary, emacs-devel

Jean-Christophe Helary wrote:
>>> Error occurred processing ../lisp/emacs-lisp/tabulated-list.el: Symbol's function definition is void ((make-temp-file-internal))
> make[2]: *** [../lisp/emacs-lisp/tabulated-list.elc] Error 1
> make[1]: *** [../lisp/emacs-lisp/tabulated-list.elc] Error 2
> make: *** [src] Error 2
> 
> Any idea ?

Looks like you're building with an out-of-date Emacs. Try "make bootstrap", and 
if that doesn't work, a fresh checkout.



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

end of thread, other threads:[~2017-08-13 18:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 19:58 build error on osx Jean-Christophe Helary
2017-08-11 23:09 ` Paul Eggert
2017-08-12  7:33   ` Jean-Christophe Helary
2017-08-13 17:40     ` Jean-Christophe Helary
2017-08-13 18:07       ` Paul Eggert

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.