all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xue Fuqiao <xfq.free@gmail.com>
To: emacs-devel@gnu.org
Subject: Cannot build master
Date: Sun, 11 Oct 2015 10:22:25 +0800	[thread overview]
Message-ID: <CAAF+z6HpBADTdmPvoEpp_5GRqrgVLznVQKfceAN3q4y62Uc3-g@mail.gmail.com> (raw)

As of commit 29dfca23553b9995a8ec3b50090a652a6a0ecb01, I can't build
master on OS X.


/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
  CC       regex.o
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     profile
  CC       pop.o
  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:6010:13: warning: null passed to a callee that requires a non-null
      argument [-Wnonnull]
      [self windowDidMove:nil];   // Update top/left.
            ^             ~~~
nsterm.m:6339:10: warning: null passed to a callee that requires a non-null
      argument [-Wnonnull]
  [NSApp registerServicesMenuSendTypes: ns_send_types
         ^
nsterm.m:6679:13: warning: null passed to a callee that requires a non-null
      argument [-Wnonnull]
      [self windowWillEnterFullScreen:nil];
            ^                         ~~~
nsterm.m:6685:13: warning: null passed to a callee that requires a non-null
      argument [-Wnonnull]
      [self windowDidEnterFullScreen:nil];
            ^                        ~~~
nsterm.m:6714:13: warning: null passed to a callee that requires a non-null
      argument [-Wnonnull]
      [self windowWillExitFullScreen:nil];
            ^                        ~~~
nsterm.m:6718: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:148: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:708: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:732: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
  GEN      ../../etc/charsets/8859-2.map
  GEN      ../../etc/charsets/8859-3.map
  GEN      ../../etc/charsets/8859-4.map
  GEN      ../../etc/charsets/8859-5.map
  GEN      ../../etc/charsets/8859-6.map
  GEN      ../../etc/charsets/8859-7.map
  GEN      ../../etc/charsets/8859-8.map
  GEN      ../../etc/charsets/8859-9.map
  GEN      ../../etc/charsets/8859-10.map
  GEN      ../../etc/charsets/8859-11.map
  GEN      ../../etc/charsets/8859-13.map
  GEN      ../../etc/charsets/8859-14.map
  GEN      ../../etc/charsets/8859-15.map
  GEN      ../../etc/charsets/8859-16.map
  GEN      ../../etc/charsets/IBM037.map
  GEN      ../../etc/charsets/IBM038.map
  GEN      ../../etc/charsets/IBM256.map
  GEN      ../../etc/charsets/IBM273.map
  GEN      ../../etc/charsets/IBM274.map
  GEN      ../../etc/charsets/IBM275.map
  GEN      ../../etc/charsets/IBM277.map
  GEN      ../../etc/charsets/IBM278.map
  GEN      ../../etc/charsets/IBM280.map
  GEN      ../../etc/charsets/IBM281.map
  GEN      ../../etc/charsets/IBM284.map
  GEN      ../../etc/charsets/IBM285.map
  GEN      ../../etc/charsets/IBM290.map
  GEN      ../../etc/charsets/IBM297.map
  GEN      ../../etc/charsets/IBM420.map
  GEN      ../../etc/charsets/IBM423.map
  GEN      ../../etc/charsets/IBM424.map
  GEN      ../../etc/charsets/IBM437.map
  GEN      ../../etc/charsets/IBM500.map
  GEN      ../../etc/charsets/IBM850.map
  GEN      ../../etc/charsets/IBM851.map
  GEN      ../../etc/charsets/IBM852.map
  GEN      ../../etc/charsets/IBM855.map
  GEN      ../../etc/charsets/IBM856.map
  GEN      ../../etc/charsets/IBM857.map
  GEN      ../../etc/charsets/IBM860.map
  GEN      ../../etc/charsets/IBM861.map
  GEN      ../../etc/charsets/IBM862.map
  GEN      ../../etc/charsets/IBM863.map
  GEN      ../../etc/charsets/IBM864.map
  GEN      ../../etc/charsets/IBM865.map
  GEN      ../../etc/charsets/IBM866.map
  GEN      ../../etc/charsets/IBM868.map
  GEN      ../../etc/charsets/IBM869.map
  GEN      ../../etc/charsets/IBM870.map
  GEN      ../../etc/charsets/IBM871.map
  GEN      ../../etc/charsets/IBM874.map
  GEN      ../../etc/charsets/IBM875.map
  GEN      ../../etc/charsets/IBM880.map
  GEN      ../../etc/charsets/IBM891.map
  GEN      ../../etc/charsets/IBM903.map
  GEN      ../../etc/charsets/IBM904.map
  GEN      ../../etc/charsets/IBM905.map
  GEN      ../../etc/charsets/IBM918.map
  GEN      ../../etc/charsets/IBM1004.map
  GEN      ../../etc/charsets/IBM1026.map
  GEN      ../../etc/charsets/IBM1047.map
  GEN      ../../etc/charsets/CP737.map
  GEN      ../../etc/charsets/CP775.map
  GEN      ../../etc/charsets/CP1125.map
  GEN      ../../etc/charsets/CP1250.map
  GEN      ../../etc/charsets/CP1251.map
  GEN      ../../etc/charsets/CP1252.map
  GEN      ../../etc/charsets/CP1253.map
  GEN      ../../etc/charsets/CP1254.map
  GEN      ../../etc/charsets/CP1255.map
  GEN      ../../etc/charsets/CP1256.map
  GEN      ../../etc/charsets/CP1257.map
  GEN      ../../etc/charsets/CP1258.map
  GEN      ../../etc/charsets/CP10007.map
  GEN      ../../etc/charsets/GB2312.map
  GEN      ../../etc/charsets/GBK.map
  GEN      ../../etc/charsets/GB180302.map
  GEN      ../../etc/charsets/GB180304.map
  GEN      ../../etc/charsets/BIG5.map
  GEN      ../../etc/charsets/BIG5-HKSCS.map
  GEN      ../../etc/charsets/CNS-1.map
  GEN      ../../etc/charsets/CNS-2.map
  GEN      ../../etc/charsets/CNS-3.map
  GEN      ../../etc/charsets/CNS-4.map
  GEN      ../../etc/charsets/CNS-5.map
  GEN      ../../etc/charsets/CNS-6.map
  GEN      ../../etc/charsets/CNS-7.map
  GEN      ../../etc/charsets/CNS-F.map
  GEN      ../../etc/charsets/JISX0201.map
  GEN      ../../etc/charsets/JISX0208.map
  GEN      ../../etc/charsets/JISX0212.map
  GEN      ../../etc/charsets/JISX2131.map
  GEN      ../../etc/charsets/JISX2132.map
  GEN      ../../etc/charsets/JISC6226.map
  GEN      ../../etc/charsets/CP932-2BYTE.map
  GEN      ../../etc/charsets/KSC5601.map
  GEN      ../../etc/charsets/KSC5636.map
  GEN      ../../etc/charsets/JOHAB.map
  GEN      ../../etc/charsets/KOI-8.map
  GEN      ../../etc/charsets/KOI8-R.map
  GEN      ../../etc/charsets/KOI8-U.map
  GEN      ../../etc/charsets/KOI8-T.map
  GEN      ../../etc/charsets/ALTERNATIVNYJ.map
  GEN      ../../etc/charsets/MIK.map
  GEN      ../../etc/charsets/PTCP154.map
  GEN      ../../etc/charsets/TIS-620.map
  GEN      ../../etc/charsets/VISCII.map
  GEN      ../../etc/charsets/VSCII.map
  GEN      ../../etc/charsets/VSCII-2.map
  GEN      ../../etc/charsets/KA-PS.map
  GEN      ../../etc/charsets/KA-ACADEMY.map
  GEN      ../../etc/charsets/HP-ROMAN8.map
  GEN      ../../etc/charsets/NEXTSTEP.map
  GEN      ../../etc/charsets/MACINTOSH.map
  GEN      ../../etc/charsets/EBCDICUK.map
  GEN      ../../etc/charsets/EBCDICUS.map
  GEN      ../../etc/charsets/stdenc.map
  GEN      ../../etc/charsets/symbol.map
  GEN      ../../etc/charsets/CP949-2BYTE.map
  GEN      ../../etc/charsets/BIG5-1.map
  GEN      ../../etc/charsets/BIG5-2.map
  GEN      ../../lisp/international/cp51932.el
  GEN      charsets.stamp
/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
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp
autoloads EMACS="../src/bootstrap-emacs"
  GEN      net/tramp-loaddefs.el
Warning: arch-independent data dir
'/Users/xfq/emacs-repo/main/nextstep/Emacs.app/Contents/Resources/etc/':
No such file or directory
Error: charsets directory not found:
/Users/xfq/emacs-repo/main/nextstep/Emacs.app/Contents/Resources/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!
make[2]: *** [net/tramp-loaddefs.el] Error 1
make[1]: *** [../lisp/loaddefs.el] Error 2
make: *** [src] Error 2


I'm not really sure what's going on here, because the continuous build
on hydra[1] looks OK.

[1] https://hydra.nixos.org/job/gnu/emacs-trunk/build.x86_64-darwin



             reply	other threads:[~2015-10-11  2:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11  2:22 Xue Fuqiao [this message]
2015-10-11 21:32 ` Cannot build master Paul Eggert
2015-10-12  0:44   ` Xue Fuqiao

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=CAAF+z6HpBADTdmPvoEpp_5GRqrgVLznVQKfceAN3q4y62Uc3-g@mail.gmail.com \
    --to=xfq.free@gmail.com \
    --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.