[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cannot build master on OS X
From: |
Xue Fuqiao |
Subject: |
Cannot build master on OS X |
Date: |
Sat, 7 Nov 2015 15:32:30 +0800 |
As of commit 60959975b1b44ad9c4a4019a0a203c8a3bf08fd3, I can't build
master on OS X (version 10.11.1).
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all
GEN alloca.h
GEN byteswap.h
GEN dirent.h
GEN fcntl.h
GEN getopt.h
GEN inttypes.h
GEN signal.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/select.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN time.h
GEN unistd.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CC acl-errno-valid.o
CC acl-internal.o
CC get-permissions.o
CC set-permissions.o
CC allocator.o
CC binary-io.o
CC c-ctype.o
CC c-strcasecmp.o
CC c-strncasecmp.o
CC careadlinkat.o
CC close-stream.o
CC count-one-bits.o
CC count-trailing-zeros.o
CC md5.o
CC sha1.o
CC sha256.o
CC sha512.o
CC dtoastr.o
CC dtotimespec.o
CC filemode.o
CC gettime.o
CC pipe2.o
CC qcopy-acl.o
CC stat-time.o
CC strftime.o
CC tempname.o
CC timespec.o
CC timespec-add.o
CC timespec-sub.o
CC u64.o
CC unistd.o
CC utimens.o
CC openat-die.o
CC save-cwd.o
CC acl_entries.o
CC fpending.o
CC fstatat.o
CC getopt.o
CC getopt1.o
CC lstat.o
CC memrchr.o
CC mkostemp.o
CC mktime.o
CC openat-proc.o
CC readlink.o
CC readlinkat.o
CC secure_getenv.o
CC sig2str.o
CC stat.o
CC symlink.o
CC time_rz.o
CC timegm.o
AR libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
file: libgnu.a(u64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
file: libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
file: libgnu.a(u64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
file: libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all
CCLD etags
CCLD ctags
CCLD emacsclient
CCLD ebrowse
CCLD profile
CCLD movemail
CCLD hexl
CCLD update-game-score
CCLD make-docfile
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
GEN globals.h
CC dispnew.o
CC frame.o
CC scroll.o
CC xdisp.o
CC menu.o
CC window.o
CC charset.o
CC coding.o
CC category.o
CC ccl.o
CC character.o
CC chartab.o
CC bidi.o
CC cm.o
CC term.o
CC terminal.o
CC xfaces.o
CC emacs.o
CC keyboard.o
CC macros.o
CC keymap.o
CC sysdep.o
CC buffer.o
CC filelock.o
CC insdel.o
CC marker.o
CC minibuf.o
CC fileio.o
CC dired.o
CC cmds.o
CC casetab.o
CC casefiddle.o
CC indent.o
CC search.o
CC regex.o
CC undo.o
CC alloc.o
CC data.o
GEN buildobj.h
CC doc.o
CC editfns.o
CC callint.o
CC eval.o
CC floatfns.o
CC fns.o
CC font.o
CC print.o
CC lread.o
CC syntax.o
CC unexmacosx.o
CC bytecode.o
CC process.o
CC gnutls.o
CC callproc.o
CC region-cache.o
CC sound.o
CC atimer.o
CC doprnt.o
CC intervals.o
CC textprop.o
CC composite.o
CC xml.o
CC profiler.o
CC decompress.o
CC fontset.o
CC fringe.o
CC image.o
CC nsterm.o
nsterm.m:6270:13: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[self windowDidMove:nil]; // Update top/left.
^ ~~~
nsterm.m:6642:10: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[NSApp registerServicesMenuSendTypes: ns_send_types
^
nsterm.m:7042:13: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[self windowWillEnterFullScreen:nil];
^ ~~~
nsterm.m:7048:13: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[self windowDidEnterFullScreen:nil];
^ ~~~
nsterm.m:7076:13: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[self windowWillExitFullScreen:nil];
^ ~~~
nsterm.m:7080:13: warning: null passed to a callee that requires a non-null
argument [-Wnonnull]
[self windowDidExitFullScreen:nil];
^ ~~~
6 warnings generated.
CC nsfns.o
CC nsmenu.o
nsmenu.m:141:26: warning: 'attachedMenu' is deprecated: first deprecated in OS X
10.2 [-Wdeprecated-declarations]
id attMenu = [menu attachedMenu];
^
/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:267:1: note:
'attachedMenu' has been explicitly marked deprecated here
- (null_unspecified NSMenu *)attachedMenu NS_DEPRECATED_MAC(10_0, 10_2);
^
nsmenu.m:701:9: warning: 'setMenuChangedMessagesEnabled:' is deprecated: first
deprecated in OS X 10.11 [-Wdeprecated-declarations]
[self setMenuChangedMessagesEnabled: NO];
^
/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:273:16: note:
property 'menuChangedMessagesEnabled' is declared deprecated here
@property BOOL menuChangedMessagesEnabled NS_DEPRECATED_MAC(10_0, 10_11);
^
/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:273:16: note:
'setMenuChangedMessagesEnabled:' has been explicitly marked deprecated
here
nsmenu.m:725:9: warning: 'setMenuChangedMessagesEnabled:' is deprecated: first
deprecated in OS X 10.11 [-Wdeprecated-declarations]
[self setMenuChangedMessagesEnabled: YES];
^
/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:273:16: note:
property 'menuChangedMessagesEnabled' is declared deprecated here
@property BOOL menuChangedMessagesEnabled NS_DEPRECATED_MAC(10_0, 10_11);
^
/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:273:16: note:
'setMenuChangedMessagesEnabled:' has been explicitly marked deprecated
here
3 warnings generated.
CC nsselect.o
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"
CC macfont.o
macfont.m:222:23: warning: implicit conversion from enumeration type
'CTCharacterCollection' (aka 'enum CTCharacterCollection') to different
enumeration type 'NSCharacterCollection'
(aka 'enum NSCharacterCollection') [-Wenum-conversion]
collection:collection
^~~~~~~~~~
macfont.m:289:18: warning: 'setUsesScreenFonts:' is deprecated: first deprecated
in OS X 10.11 [-Wdeprecated-declarations]
[layoutManager setUsesScreenFonts:YES];
^
/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:566:16:
note:
property 'usesScreenFonts' is declared deprecated here
@property BOOL usesScreenFonts NS_DEPRECATED_MAC(10_0, 10_11);
^
/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:566:16:
note:
'setUsesScreenFonts:' has been explicitly marked deprecated here
macfont.m:344:18: warning: 'setUsesScreenFonts:' is deprecated: first deprecated
in OS X 10.11 [-Wdeprecated-declarations]
[layoutManager setUsesScreenFonts:screen_font_p];
^
/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:566:16:
note:
property 'usesScreenFonts' is declared deprecated here
@property BOOL usesScreenFonts NS_DEPRECATED_MAC(10_0, 10_11);
^
/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:566:16:
note:
'setUsesScreenFonts:' has been explicitly marked deprecated here
macfont.m:417:22: warning:
'getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:bidiLevels:'
is deprecated: first deprecated in OS X 10.11 - Use
-getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead
[-Wdeprecated-declarations]
[layoutManager getGlyphsInRange:(NSMakeRange (glyphIndex, 1))
^
/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:580:1:
note:
'getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:bidiLevels:'
has been explicitly marked deprecated here
- (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGl...
^
4 warnings generated.
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
/usr/local/bin/gmkdir -p ../etc
: paxctl -r temacs
: setfattr -n user.pax.flags -v er temacs
ELC ../lisp/emacs-lisp/cl-generic.elc
Reloading stale custom.el
Loading /Users/xfq/git/emacs/lisp/custom.el (source)...
Reloading stale files.el
Loading /Users/xfq/git/emacs/lisp/files.el (source)...
Reloading stale faces.el
Loading /Users/xfq/git/emacs/lisp/faces.el (source)...
Reloading stale loaddefs.el
Loading /Users/xfq/git/emacs/lisp/loaddefs.el (source)...
Reloading stale simple.el
Loading /Users/xfq/git/emacs/lisp/simple.el (source)...
simple.el: ‘with-wrapper-hook’ is an obsolete macro (as of 24.4); use
a <foo>-function variable modified by ‘add-function’.
Reloading stale help.el
Loading /Users/xfq/git/emacs/lisp/help.el (source)...
Reloading stale cl-generic.el
Loading /Users/xfq/git/emacs/lisp/emacs-lisp/cl-generic.el (source)...
Reloading stale frame.el
Loading /Users/xfq/git/emacs/lisp/frame.el (source)...
Reloading stale startup.el
Loading /Users/xfq/git/emacs/lisp/startup.el (source)...
Reloading stale syntax.el
Loading /Users/xfq/git/emacs/lisp/emacs-lisp/syntax.el (source)...
Reloading stale isearch.el
Loading /Users/xfq/git/emacs/lisp/isearch.el (source)...
Reloading stale elisp-mode.el
Loading /Users/xfq/git/emacs/lisp/progmodes/elisp-mode.el (source)...
Reloading stale ns-win.el
Loading /Users/xfq/git/emacs/lisp/term/ns-win.el (source)...
In toplevel form:
emacs-lisp/cl-generic.el:1001:1:Error: Wrong type argument:
cl--generic-generalizer, [cl-struct-cl--generic-generalizer 80 #[257
"\300\301D\302BB\207" [gethash car-safe (cl--generic-head-used)] 4 "
(fn NAME)"] #[257 "\211\242\300=\205 \211C\207" [head] 3 "
(fn TAG)"]]
make[2]: *** [../lisp/emacs-lisp/cl-generic.elc] Error 1
make[1]: *** [../lisp/emacs-lisp/cl-generic.elc] Error 2
make: *** [src] Error 2
- Cannot build master on OS X,
Xue Fuqiao <=