all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs master broken
@ 2017-09-13 21:54 Angelo Graziosi
  2017-09-14  0:59 ` Paul Eggert
  2017-09-14  2:41 ` Eli Zaretskii
  0 siblings, 2 replies; 8+ messages in thread
From: Angelo Graziosi @ 2017-09-13 21:54 UTC (permalink / raw)
  To: emacs-devel

A recent commit should have broken the build of master. 

I would say this:

Mark Oteiza commit: 5d4c539bd7e15e7fd0fb092276791b6287260a9a

Add lcms2 interface
configure.ac: Add boilerplate for configuring and detecting liblcms2.
etc/NEWS: Mention new configure option and color-distance change.
src/Makefile.in: Add references to lcms.c and liblcms.
src/emacs.c: Define lcms2 symbols.
src/lcms.c: New file.
src/lisp.h: Add declaration for lcms2.
src/xfaces.c: Add optional METRIC argument.


or this:

Mark Oteiza commit: 3d96fc15362453f43f3f04ffa288a57ee1e633c3


Provide an lcms2 feature
* src/lcms.c (syms_of_lcms2): Provide "lcms2".


Indeed on MSYS2/MinGW64 I see the following (but, maybe, it is general).

  Angelo

[...]
  GEN      ../../lisp/international/cp51932.el
  GEN      ../../lisp/international/eucjp-ms.el
  GEN      charsets.stamp
make[2]: uscita dalla directory "/tmp/emacs-master/admin/charsets"
make -C ../admin/unidata charscript.el
make[2]: ingresso nella directory "/tmp/emacs-master/admin/unidata"
  GEN      ../../lisp/international/charscript.el
make[2]: uscita dalla directory "/tmp/emacs-master/admin/unidata"
  CCLD     temacs.exe
lcms.o:lcms.c:(.text+0x196): undefined reference to `cmsCIE2000DeltaE'
lcms.o:lcms.c:(.text+0x196): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIE2000DeltaE'
lcms.o:lcms.c:(.text+0x591): undefined reference to `cmsCIECAM02Init'
lcms.o:lcms.c:(.text+0x591): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Init'
lcms.o:lcms.c:(.text+0x59e): undefined reference to `cmsCIECAM02Init'
lcms.o:lcms.c:(.text+0x59e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Init'
lcms.o:lcms.c:(.text+0x5b1): undefined reference to `cmsCIECAM02Forward'
lcms.o:lcms.c:(.text+0x5b1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Forward'
lcms.o:lcms.c:(.text+0x5c1): undefined reference to `cmsCIECAM02Forward'
lcms.o:lcms.c:(.text+0x5c1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Forward'
lcms.o:lcms.c:(.text+0x5c9): undefined reference to `cmsCIECAM02Done'
lcms.o:lcms.c:(.text+0x5c9): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Done'
lcms.o:lcms.c:(.text+0x5d1): undefined reference to `cmsCIECAM02Done'
lcms.o:lcms.c:(.text+0x5d1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIECAM02Done'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:600: temacs.exe] Error 1
make[1]: uscita dalla directory "/tmp/emacs-master/src"
make: *** [Makefile:416: src] Error 2



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

end of thread, other threads:[~2017-09-14 20:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 21:54 Emacs master broken Angelo Graziosi
2017-09-14  0:59 ` Paul Eggert
2017-09-14  1:14   ` Mark Oteiza
2017-09-14  2:41 ` Eli Zaretskii
2017-09-14 16:50   ` Eli Zaretskii
2017-09-14 20:26     ` Angelo Graziosi
2017-09-14 18:57   ` Andy Moreton
2017-09-14 19:24     ` Eli Zaretskii

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.