From: Angelo Graziosi <angelo.g0@libero.it>
To: emacs-devel@gnu.org
Subject: Emacs master broken
Date: Wed, 13 Sep 2017 23:54:28 +0200 (CEST) [thread overview]
Message-ID: <1811494088.227193.1505339668811@mail.libero.it> (raw)
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
next reply other threads:[~2017-09-13 21:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 21:54 Angelo Graziosi [this message]
2017-09-14 0:59 ` Emacs master broken 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1811494088.227193.1505339668811@mail.libero.it \
--to=angelo.g0@libero.it \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.