unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
       [not found] <51b94c78-71c3-499d-8a69-38ecb0710795@Spark>
@ 2019-12-24  4:00 ` HaiJun Zhang
  2019-12-24 15:31   ` Eli Zaretskii
  2019-12-30 11:27   ` Alan Third
  0 siblings, 2 replies; 19+ messages in thread
From: HaiJun Zhang @ 2019-12-24  4:00 UTC (permalink / raw)
  To: 38727

[-- Attachment #1: Type: text/plain, Size: 3268 bytes --]

In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin17.7.0, NS appkit-1561.61 Version 10.13.6 (Build 17G10021))
 of 2019-12-23 built on jundeMac
Repository revision: 3ee8ee8476fef2a5e8159f7597e36e0953295ce2
Repository branch: build-emacs-mod
Windowing system distributor ‘Apple', version 10.3.1561
System Description: Mac OS X 10.13.6

There is noticeable refresh of the emacs frame when pressing ‘C-h k’.
No refresh for ‘C-h f’ and ‘C-h a’.


Recent messages:

Type C-x 1 to delete the help window.
Quit

Quit
C-x C-g is undefined
Quit

Quit
C-x C-g is undefined

Configured using:
 ‘configure —with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp’ --with-modules --disable-acl
 —without-makeinfo CFLAGS=-O2’

Configured features:
RSVG GLIB NOTIFY KQUEUE GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS
MODULES THREADS PDUMPER LCMS2 GMP

Important settings:
  value of $LANG: zh_CN.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs text-property-search mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date
subr-x cl-extra seq byte-opt gv bytecomp byte-compile cconv help-fns
radix-tree help-mode easymenu cl-loaddefs cl-lib china-util tooltip
eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
term/ns-win ns-win ucs-normalize mule-util term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads kqueue cocoa ns
lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 48893 7120)
 (symbols 48 6184 0)
 (strings 32 16311 2754)
 (string-bytes 1 534849)
 (vectors 16 11620)
 (vector-slots 8 193256 7394)
 (floats 8 29 20)
 (intervals 56 238 0)
 (buffers 1000 12))


[-- Attachment #2: Type: text/html, Size: 4766 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2019-12-24  4:00 ` bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k' HaiJun Zhang
@ 2019-12-24 15:31   ` Eli Zaretskii
  2019-12-24 16:44     ` HaiJun Zhang
  2019-12-30 11:27   ` Alan Third
  1 sibling, 1 reply; 19+ messages in thread
From: Eli Zaretskii @ 2019-12-24 15:31 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

> Date: Tue, 24 Dec 2019 12:00:01 +0800
> From: HaiJun Zhang <netjune@outlook.com>
> 
> In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin17.7.0, NS appkit-1561.61 Version 10.13.6 (Build
> 17G10021)) 
>  of 2019-12-23 built on jundeMac
> Repository revision: 3ee8ee8476fef2a5e8159f7597e36e0953295ce2
> Repository branch: build-emacs-mod
> Windowing system distributor ‘Apple', version 10.3.1561
> System Description: Mac OS X 10.13.6
> 
> There is noticeable refresh of the emacs frame when pressing ‘C-h k’. 
> No refresh for ‘C-h f’ and ‘C-h a’. 

I cannot reproduce this with the current master, so I guess this is
Darwin-specific.





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2019-12-24 15:31   ` Eli Zaretskii
@ 2019-12-24 16:44     ` HaiJun Zhang
  0 siblings, 0 replies; 19+ messages in thread
From: HaiJun Zhang @ 2019-12-24 16:44 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

在 2019年12月24日 +0800 PM11:32,Eli Zaretskii <eliz@gnu.org>,写道:
> I cannot reproduce this with the current master, so I guess this is
> Darwin-specific.

Yes. I just tried on linux. It is ok on linux.

Eval the following code can reproduce the problem:

(let ((cursor-in-echo-area t))
  (read-key-sequence “hello: “))


[-- Attachment #2: Type: text/html, Size: 924 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2019-12-24  4:00 ` bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k' HaiJun Zhang
  2019-12-24 15:31   ` Eli Zaretskii
@ 2019-12-30 11:27   ` Alan Third
  2019-12-30 13:29     ` HaiJun Zhang
       [not found]     ` <e54c1ede-ffe7-405c-9452-c1f2717065c3@Spark>
  1 sibling, 2 replies; 19+ messages in thread
From: Alan Third @ 2019-12-30 11:27 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Tue, Dec 24, 2019 at 12:00:01PM +0800, HaiJun Zhang wrote:
> In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin17.7.0, NS appkit-1561.61 Version 10.13.6 (Build 17G10021))
>  of 2019-12-23 built on jundeMac
> Repository revision: 3ee8ee8476fef2a5e8159f7597e36e0953295ce2
> Repository branch: build-emacs-mod
> Windowing system distributor ‘Apple', version 10.3.1561
> System Description: Mac OS X 10.13.6
> 
> There is noticeable refresh of the emacs frame when pressing ‘C-h k’.
> No refresh for ‘C-h f’ and ‘C-h a’.

Hi, I can’t replicate this. I suspect it’s something in your config
slowing redisplay enough for bug#32932 to appear.

Can you try the branch scratch/ns/draw-to-bitmap and see if the same
issue occurs there?

-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2019-12-30 11:27   ` Alan Third
@ 2019-12-30 13:29     ` HaiJun Zhang
       [not found]     ` <e54c1ede-ffe7-405c-9452-c1f2717065c3@Spark>
  1 sibling, 0 replies; 19+ messages in thread
From: HaiJun Zhang @ 2019-12-30 13:29 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

在 2019年12月30日 +0800 PM7:27,Alan Third <alan@idiocy.org>,写道:
>
> Hi, I can’t replicate this. I suspect it’s something in your config
> slowing redisplay enough for bug#32932 to appear.
>

It is 100% reproducible on my machine with or without my config. The machine is macbook pro 2016. The OS is macOS 10.13.6.
There is a record video in the attachment.

> Can you try the branch scratch/ns/draw-to-bitmap and see if the same
> issue occurs there?
>
I can’t reproduce the problem with this branch.

[-- Attachment #2: Type: text/html, Size: 1141 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
       [not found]     ` <e54c1ede-ffe7-405c-9452-c1f2717065c3@Spark>
@ 2019-12-30 13:29       ` HaiJun Zhang
  2020-01-06  1:39         ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2019-12-30 13:29 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727


[-- Attachment #1.1: Type: text/plain, Size: 670 bytes --]

The missing attachment.

在 2019年12月30日 +0800 PM9:29,HaiJun Zhang <netjune@outlook.com>,写道:
> 在 2019年12月30日 +0800 PM7:27,Alan Third <alan@idiocy.org>,写道:
> >
> > Hi, I can’t replicate this. I suspect it’s something in your config
> > slowing redisplay enough for bug#32932 to appear.
> >
>
> It is 100% reproducible on my machine with or without my config. The machine is macbook pro 2016. The OS is macOS 10.13.6.
> There is a record video in the attachment.
>
> > Can you try the branch scratch/ns/draw-to-bitmap and see if the same
> > issue occurs there?
> >
> I can’t reproduce the problem with this branch.

[-- Attachment #1.2: Type: text/html, Size: 1537 bytes --]

[-- Attachment #2: emacs_flicker.mp4 --]
[-- Type: application/octet-stream, Size: 547428 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2019-12-30 13:29       ` HaiJun Zhang
@ 2020-01-06  1:39         ` HaiJun Zhang
  2020-02-16  3:47           ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-01-06  1:39 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

The result of git bisect is the following commit:

commit 094fcf62d289f19a4633275812e9e5e500463e91
Author: Alan Third <alan@idiocy.org>
Date: Mon Oct 29 15:37:35 2018 +0000

Fix more drawing bugs in NS port (bug#32932)

* src/nsterm.m (ns_row_rect): New function.
(ns_clip_to_row): Remove function.
(ns_copy_bits): Fix mistake.
(ns_shift_glyphs_for_insert): Mark the frame as dirty instead of
directly copying.
(ns_draw_fringe_bitmap): Stop using ns_clip_to_row.
(ns_draw_window_cursor): Stop using ns_clip_to_row and perform a
display when not in redisplay.
(ns_update_window_begin): Remove redundant code that never executes.
([EmacsView drawRect:]): Show the rectangle being exposed in NSTRACE.
* src/xdisp.c (expose_window_tree) [HAVE_NS]:
(expose_frame) [HAVE_NS]: Redraw even if the frame is garbaged.

[-- Attachment #2: Type: text/html, Size: 1632 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-01-06  1:39         ` HaiJun Zhang
@ 2020-02-16  3:47           ` HaiJun Zhang
  2020-02-16 11:27             ` Alan Third
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-02-16  3:47 UTC (permalink / raw)
  To: 38727

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Will this be fixed before emacs 27 released?
The whole frame flickers which makes me uncomfortable. Hope it will be fixed.


[-- Attachment #2: Type: text/html, Size: 410 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-16  3:47           ` HaiJun Zhang
@ 2020-02-16 11:27             ` Alan Third
  2020-02-18 22:14               ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Third @ 2020-02-16 11:27 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Sun, Feb 16, 2020 at 11:47:50AM +0800, HaiJun Zhang wrote:
> Will this be fixed before emacs 27 released?
> The whole frame flickers which makes me uncomfortable. Hope it will be fixed.

I’ve pushed a fix to the master branch, but unfortunately I don’t
think the fix will make it into Emacs 27. The fix has noticeably worse
performance than the current Emacs 27 branch, and even though I think
it will be fast enough, I can’t guarantee it for all situations. As a
result I’d rather the fix isn’t applied to Emacs 27 just in case we
end up doing a release that breaks people’s workflows. The current
bugs in Emacs 27 are annoying, but they can be easily worked around.
-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-16 11:27             ` Alan Third
@ 2020-02-18 22:14               ` HaiJun Zhang
  2020-02-19 11:59                 ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-02-18 22:14 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

Besides the flicker, it also renders blank windows sometimes.
I will try the master. Thanks.
在 2020年2月16日 +0800 PM7:27,Alan Third <alan@idiocy.org>,写道:
> On Sun, Feb 16, 2020 at 11:47:50AM +0800, HaiJun Zhang wrote:
> > Will this be fixed before emacs 27 released?
> > The whole frame flickers which makes me uncomfortable. Hope it will be fixed.
>
> I’ve pushed a fix to the master branch, but unfortunately I don’t
> think the fix will make it into Emacs 27. The fix has noticeably worse
> performance than the current Emacs 27 branch, and even though I think
> it will be fast enough, I can’t guarantee it for all situations. As a
> result I’d rather the fix isn’t applied to Emacs 27 just in case we
> end up doing a release that breaks people’s workflows. The current
> bugs in Emacs 27 are annoying, but they can be easily worked around.
> --
> Alan Third

[-- Attachment #2: Type: text/html, Size: 1609 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-18 22:14               ` HaiJun Zhang
@ 2020-02-19 11:59                 ` HaiJun Zhang
  2020-02-19 20:19                   ` Alan Third
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-02-19 11:59 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]

I tried the master today. Emacs just shows a blank window.
I run it in src directory:
cd  src
./emacs -Q

OS: macOS 10.13.6.


在 2020年2月19日 +0800 AM6:16,HaiJun Zhang <netjune@outlook.com>,写道:
> Besides the flicker, it also renders blank windows sometimes.
> I will try the master. Thanks.
> 在 2020年2月16日 +0800 PM7:27,Alan Third <alan@idiocy.org>,写道:
> > On Sun, Feb 16, 2020 at 11:47:50AM +0800, HaiJun Zhang wrote:
> > > Will this be fixed before emacs 27 released?
> > > The whole frame flickers which makes me uncomfortable. Hope it will be fixed.
> >
> > I’ve pushed a fix to the master branch, but unfortunately I don’t
> > think the fix will make it into Emacs 27. The fix has noticeably worse
> > performance than the current Emacs 27 branch, and even though I think
> > it will be fast enough, I can’t guarantee it for all situations. As a
> > result I’d rather the fix isn’t applied to Emacs 27 just in case we
> > end up doing a release that breaks people’s workflows. The current
> > bugs in Emacs 27 are annoying, but they can be easily worked around.
> > --
> > Alan Third

[-- Attachment #2.1: Type: text/html, Size: 2305 bytes --]

[-- Attachment #2.2: Attachment.png --]
[-- Type: image/png, Size: 96410 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-19 11:59                 ` HaiJun Zhang
@ 2020-02-19 20:19                   ` Alan Third
  2020-02-20  2:02                     ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Third @ 2020-02-19 20:19 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Wed, Feb 19, 2020 at 07:59:02PM +0800, HaiJun Zhang wrote:
> I tried the master today. Emacs just shows a blank window.
> I run it in src directory:
> cd  src
> ./emacs -Q
> 
> OS: macOS 10.13.6.

You might be the first person to try it on macOS below 10.14, although
I don’t expect that to cause a problem.

Can you please send me the output generated when you compiled it, in
case I’m using something that’s been changed?
-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-19 20:19                   ` Alan Third
@ 2020-02-20  2:02                     ` HaiJun Zhang
  2020-02-20 23:20                       ` Alan Third
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-02-20  2:02 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727


[-- Attachment #1.1: Type: text/plain, Size: 574 bytes --]

Yes.
在 2020年2月20日 +0800 AM4:19,Alan Third <alan@idiocy.org>,写道:
> On Wed, Feb 19, 2020 at 07:59:02PM +0800, HaiJun Zhang wrote:
> > I tried the master today. Emacs just shows a blank window.
> > I run it in src directory:
> > cd  src
> > ./emacs -Q
> >
> > OS: macOS 10.13.6.
>
> You might be the first person to try it on macOS below 10.14, although
> I don’t expect that to cause a problem.
>
> Can you please send me the output generated when you compiled it, in
> case I’m using something that’s been changed?
> --
> Alan Third

[-- Attachment #1.2: Type: text/html, Size: 1160 bytes --]

[-- Attachment #2: build_emacs.log --]
[-- Type: application/octet-stream, Size: 118811 bytes --]


jun@jundeMac ~/s/emacs-git> ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
You can now run './configure'.
jun@jundeMac ~/s/emacs-git> ./configure --with-ns --with-modules --disable-acl --with
out-makeinfo CFLAGS="-O2 -g0"

checking for xcrun... xcrun
checking for make... yes
checking for GNU Make... make
checking build system type... x86_64-apple-darwin17.7.0
checking host system type... x86_64-apple-darwin17.7.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit
-function-declaration
checking for ar... ar
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the compiler is clang... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether C compiler handles -Wno-switch... yes
checking whether C compiler handles -Wno-pointer-sign... yes
checking whether C compiler handles -Wno-string-plus-int... yes
checking whether C compiler handles -Wno-unknown-attributes... yes
checking whether C compiler handles -Wno-initializer-overrides... yes
checking whether C compiler handles -Wno-tautological-compare... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare...
 yes
checking for a BSD-compatible install... /usr/bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... brew
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for linux/fs.h... no
checking for malloc.h... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for sys/vfs.h... no
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for X... no
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking if the Objective C compiler supports instancetype... yes
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for getaddrinfo_a in -lanl... no
checking for dbus-1 >= 1.0... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... none required
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for timer_getoverrun... no
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... no
checking for log2... yes
checking for pthread_setname_np... yes
checking whether pthread_setname_np takes a single argument... yes
checking for aligned_alloc... no
checking for posix_memalign... yes
checking whether aligned_alloc is declared... no
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for sbrk... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for explicit_bzero... no
checking for faccessat... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mkostemp... yes
checking for tzset... yes
checking for pipe2... no
checking for pselect... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for futimes... yes
checking for futimesat... no
checking for futimens... yes
checking for utimensat... yes
checking for lutimes... yes
checking for getdtablesize... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether lstat correctly handles trailing slash... no
checking for mode_t... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether memmem is declared... yes
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for sigset_t... yes
checking for wchar_t... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether the utimes function works... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... no
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking for explicit_memset... no
checking for access... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking for __fpending... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking how to get file system space usage... checking for statvfs function (SVR4)...
 no
checking for two-argument statfs with statfs.f_frsize member... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking for statfs that truncates block counts... no
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking for memmem... yes
checking whether memmem works... no
checking for mempcpy... no
checking for memrchr... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking whether isblank is declared... yes
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime loops forever near extrema... no
checking for timezone_t... no
checking for library containing timer_settime... no
checking for timer_settime... no
checking for variable-length arrays... yes
checking whether open recognizes a trailing slash... no
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking whether the compiler supports the __inline keyword... yes
checking for __mktime_internal... no
checking for gcc option to disable position independent executables... not needed

Configured for 'x86_64-apple-darwin17.7.0'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -O2 -g0
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no
  Does Emacs use a png library?                           no
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             no
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (kqueue)
  Does Emacs use access control lists?                    no
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use -lgmp?                                   yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets (requires gtk3)?            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper



Run 'make' to build Emacs, then run 'src/emacs' to test it.
Run 'make install' in order to build an application bundle.
The application will go to nextstep/Emacs.app and can be run or moved
from there.
The application will be fully self-contained.

configure: creating ./config.status
config.status: creating src/emacs-module.h
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Info.plist
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/Inf
oPlist.strings
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
configure: WARNING: This configuration installs a 'movemail' program
that does not retrieve POP3 email.  By default, Emacs 25 and earlier
installed a 'movemail' program that retrieved POP3 email via only
insecure channels, a practice that is no longer recommended but that
you can continue to support by using './configure --with-pop'.
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use './configure --with-mailutils'.
jun@jundeMac ~/s/emacs-git> make
/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      getopt-cdefs.h
  GEN      ieee754.h
  GEN      inttypes.h
  GEN      limits.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
  CC       fingerprint.o
  CC       canonicalize-lgpl.o
  CC       copy-file-range.o
  CC       euidaccess.o
  CC       explicit_bzero.o
  CC       faccessat.o
  CC       fpending.o
  CC       fstatat.o
  CC       fsusage.o
  CC       getgroups.o
  CC       getopt.o
  CC       getopt1.o
  CC       group-member.o
  CC       lstat.o
  CC       memmem.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mktime.o
  CC       open.o
  CC       readlink.o
  CC       readlinkat.o
  CC       regex.o
  CC       sig2str.o
  CC       symlink.o
  CC       time_rz.o
  CC       timegm.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       openat-proc.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       cloexec.o
  CC       close-stream.o
  CC       count-leading-zeros.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       filevercmp.o
  CC       gettime.o
  CC       malloca.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.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
  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     hexl
  CC       pop.o
  CCLD     movemail
  CCLD     make-docfile
  CCLD     make-fingerprint
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='$(srcdir)/.
./.git/logs/HEAD' all
  GEN      lisp.mk
  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       bignum.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-emacs.o
  CC       undo.o
  CC       alloc.o
  CC       pdumper.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       dynlib.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       process.o
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       kqueue.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       json.o
  CC       nsterm.o
nsterm.m:2110:11: warning: 'NSWindow' may not respond to 'setAppearance'
  [window setAppearance];
   ~~~~~~ ^
nsterm.m:7475:8: warning: 'NSWindow' may not respond to 'setAppearance'
  [win setAppearance];
   ~~~ ^
2 warnings generated.
  CC       nsfns.o
  CC       nsmenu.o
  CC       nsselect.o
  CC       nsimage.o
  CC       macfont.o
  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/CP720.map
  GEN      ../../etc/charsets/CP858.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/JISX213A.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      ../../etc/charsets/MULE-ethiopic.map
  GEN      ../../etc/charsets/MULE-ipa.map
  GEN      ../../etc/charsets/MULE-is13194.map
  GEN      ../../etc/charsets/MULE-sisheng.map
  GEN      ../../etc/charsets/MULE-tibetan.map
  GEN      ../../etc/charsets/MULE-lviscii.map
  GEN      ../../etc/charsets/MULE-uviscii.map
  GEN      ../../lisp/international/cp51932.el
  GEN      ../../lisp/international/eucjp-ms.el
  GEN      charsets.stamp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript
.el
  GEN      ../../lisp/international/charscript.el
  CCLD     temacs
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/AppKit.
tbd and library file /System/Library/Frameworks//AppKit.framework/AppKit are out of sy
nc. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tb
d and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync.
Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.fram
ework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//
ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling
back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions
/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Li
brary/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A
/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.frame
work/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UI
Foundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library
file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Ver
sions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framewo
rk/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/V
ersions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.f
ramework/Versions/A/CoreGraphics are out of sync. Falling back to library file for lin
king.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versi
ons/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Ver
sions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versio
ns/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versio
ns/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/L
ibrary/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Ve
rsions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/V
ersions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.f
ramework/Versions/A/CoreServices are out of sync. Falling back to library file for lin
king.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library
file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HI
Services.framework/Versions/A/HIServices are out of sync. Falling back to library file
 for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd an
d library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fra
meworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling
back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework
/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFounda
tion.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file
 for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Vers
ions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/
Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /Syste
m/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/V
ersions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /S
ystem/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.frame
work/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /Syste
m/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/V
ersions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /S
ystem/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.frame
work/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Fr
ameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are o
ut of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library
 file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices are out of sync. Falling back to library fi
le for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library
 file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFi
leList.framework/Versions/A/SharedFileList are out of sync. Falling back to library fi
le for linking.
/usr/local/bin/gmkdir -p ../etc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp update-subdirs
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
dump mode: pbootstrap
Using load-path (/Users/jun/source/emacs-git/lisp /Users/jun/source/emacs-git/lisp/ema
cs-lisp /Users/jun/source/emacs-git/lisp/progmodes /Users/jun/source/emacs-git/lisp/la
nguage /Users/jun/source/emacs-git/lisp/international /Users/jun/source/emacs-git/lisp
/textmodes /Users/jun/source/emacs-git/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading /Users/jun/source/emacs-git/lisp/files.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/macroexp.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/pcase.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/macroexp.el (source)...
Loading /Users/jun/source/emacs-git/lisp/cus-face.el (source)...
Loading /Users/jun/source/emacs-git/lisp/faces.el (source)...
Loading /Users/jun/source/emacs-git/lisp/button.el (source)...
Loading /Users/jun/source/emacs-git/lisp/ldefs-boot.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/nadvice.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/cl-preloaded.el (source)...
Loading /Users/jun/source/emacs-git/lisp/obarray.el (source)...
Loading /Users/jun/source/emacs-git/lisp/abbrev.el (source)...
Loading /Users/jun/source/emacs-git/lisp/simple.el (source)...
Loading /Users/jun/source/emacs-git/lisp/help.el (source)...
Loading /Users/jun/source/emacs-git/lisp/jka-cmpr-hook.el (source)...
Loading /Users/jun/source/emacs-git/lisp/epa-hook.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/mule-cmds.el (source)...
Loading /Users/jun/source/emacs-git/lisp/case-table.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/characters.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/charscript.el (source)...
Loading /Users/jun/source/emacs-git/lisp/composite.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/chinese.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/cyrillic.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/indian.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/sinhala.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/english.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/ethiopic.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/european.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/czech.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/slovak.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/romanian.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/greek.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/hebrew.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/cp51932.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/eucjp-ms.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/japanese.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/korean.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/lao.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/tai-viet.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/thai.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/tibetan.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/vietnamese.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/misc-lang.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/utf-8-lang.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/georgian.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/khmer.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/burmese.el (source)...
Loading /Users/jun/source/emacs-git/lisp/language/cham.el (source)...
Loading /Users/jun/source/emacs-git/lisp/indent.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/cl-generic.el (source)...
Loading /Users/jun/source/emacs-git/lisp/minibuffer.el (source)...
Loading /Users/jun/source/emacs-git/lisp/frame.el (source)...
Loading /Users/jun/source/emacs-git/lisp/startup.el (source)...
Loading /Users/jun/source/emacs-git/lisp/term/tty-colors.el (source)...
Loading /Users/jun/source/emacs-git/lisp/font-core.el (source)...
Loading /Users/jun/source/emacs-git/lisp/facemenu.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/syntax.el (source)...
Loading /Users/jun/source/emacs-git/lisp/font-lock.el (source)...
Loading /Users/jun/source/emacs-git/lisp/jit-lock.el (source)...
Loading /Users/jun/source/emacs-git/lisp/mouse.el (source)...
Loading /Users/jun/source/emacs-git/lisp/scroll-bar.el (source)...
Loading /Users/jun/source/emacs-git/lisp/select.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/timer.el (source)...
Loading /Users/jun/source/emacs-git/lisp/isearch.el (source)...
Loading /Users/jun/source/emacs-git/lisp/rfn-eshadow.el (source)...
Loading /Users/jun/source/emacs-git/lisp/menu-bar.el (source)...
Loading /Users/jun/source/emacs-git/lisp/tab-bar.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/lisp.el (source)...
Loading /Users/jun/source/emacs-git/lisp/textmodes/page.el (source)...
Loading /Users/jun/source/emacs-git/lisp/register.el (source)...
Loading /Users/jun/source/emacs-git/lisp/textmodes/paragraphs.el (source)...
Loading /Users/jun/source/emacs-git/lisp/progmodes/prog-mode.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/lisp-mode.el (source)...
Loading /Users/jun/source/emacs-git/lisp/progmodes/elisp-mode.el (source)...
Loading /Users/jun/source/emacs-git/lisp/textmodes/text-mode.el (source)...
Loading /Users/jun/source/emacs-git/lisp/textmodes/fill.el (source)...
Loading /Users/jun/source/emacs-git/lisp/newcomment.el (source)...
Loading /Users/jun/source/emacs-git/lisp/replace.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/tabulated-list.el (source)...
Loading /Users/jun/source/emacs-git/lisp/buff-menu.el (source)...
Loading /Users/jun/source/emacs-git/lisp/fringe.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/regexp-opt.el (source)...
Loading /Users/jun/source/emacs-git/lisp/image.el (source)...
Loading /Users/jun/source/emacs-git/lisp/international/fontset.el (source)...
Loading /Users/jun/source/emacs-git/lisp/dnd.el (source)...
Loading /Users/jun/source/emacs-git/lisp/tool-bar.el (source)...
Loading /Users/jun/source/emacs-git/lisp/term/common-win.el (source)...
Loading /Users/jun/source/emacs-git/lisp/mwheel.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/float-sup.el (source)...
Loading /Users/jun/source/emacs-git/lisp/vc/vc-hooks.el (source)...
Loading /Users/jun/source/emacs-git/lisp/vc/ediff-hook.el (source)...
Loading /Users/jun/source/emacs-git/lisp/uniquify.el (source)...
Loading /Users/jun/source/emacs-git/lisp/electric.el (source)...
Loading /Users/jun/source/emacs-git/lisp/emacs-lisp/eldoc.el (source)...
Loading /Users/jun/source/emacs-git/lisp/cus-start.el (source)...
Loading /Users/jun/source/emacs-git/lisp/tooltip.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
dumping fingerprint: 92ea58dd2c050da1b405388db54d2eb76102b9e9afec49a64279d30c55799849
Dump complete
Byte counts: header=80 hot=13715344 discardable=121152 cold=9480560
Reloc counts: hot=957587 discardable=4712
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp compile-first EMACS
="../src/bootstrap-emacs"
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
  ELC      emacs-lisp/autoload.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp autoloads EMACS="..
/src/bootstrap-emacs"
  ELC      international/titdic-cnv.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/b
ootstrap-emacs"
  GEN      ../lisp/leim/quail/CCDOSPY.el
  GEN      ../lisp/leim/quail/Punct.el
  GEN      ../lisp/leim/quail/QJ.el
  GEN      ../lisp/leim/quail/SW.el
  GEN      ../lisp/leim/quail/TONEPY.el
  GEN      ../lisp/leim/quail/4Corner.el
  GEN      ../lisp/leim/quail/ARRAY30.el
  GEN      ../lisp/leim/quail/ECDICT.el
  GEN      ../lisp/leim/quail/ETZY.el
  GEN      ../lisp/leim/quail/Punct-b5.el
  GEN      ../lisp/leim/quail/PY-b5.el
  GEN      ../lisp/leim/quail/QJ-b5.el
  GEN      ../lisp/leim/quail/ZOZY.el
  GEN      ../lisp/leim/quail/tsang-b5.el
  GEN      ../lisp/leim/quail/tsang-cns.el
  GEN      ../lisp/leim/quail/PY.el
  GEN      ../lisp/leim/quail/ZIRANMA.el
  GEN      ../lisp/leim/quail/CTLau.el
  GEN      ../lisp/leim/quail/CTLau-b5.el
  GEN      ../lisp/language/pinyin.el
  GEN      ../lisp/leim/leim-list.el
/usr/local/bin/gmkdir -p ../lisp/leim/ja-dic
  GEN      ../lisp/leim/ja-dic/ja-dic.el
  INFO     Processing OKURI-ARI entries
  INFO     Processing POSTFIX entries
  INFO     Processing PREFIX entries
  INFO     Collecting OKURI-NASI entries
  INFO     Collecting OKURI-NASI entries...
  INFO     Collecting OKURI-NASI entries...29%
  INFO     Collecting OKURI-NASI entries...39%
  INFO     Collecting OKURI-NASI entries...49%
  INFO     Collecting OKURI-NASI entries...59%
  INFO     Collecting OKURI-NASI entries...69%
  INFO     Collecting OKURI-NASI entries...79%
  INFO     Collecting OKURI-NASI entries...89%
  INFO     Collecting OKURI-NASI entries...99%
  INFO     Collecting OKURI-NASI entries...done
  INFO     Processing OKURI-NASI entries
  INFO     Processing OKURI-NASI entries...
  INFO     Processing OKURI-NASI entries...10%
  INFO     Processing OKURI-NASI entries...20%
  INFO     Processing OKURI-NASI entries...30%
  INFO     Processing OKURI-NASI entries...40%
  INFO     Processing OKURI-NASI entries...50%
  INFO     Processing OKURI-NASI entries...60%
  INFO     Processing OKURI-NASI entries...70%
  INFO     Processing OKURI-NASI entries...80%
  INFO     Processing OKURI-NASI entries...90%
  INFO     Processing OKURI-NASI entries...100%
  INFO     Processing OKURI-NASI entries...done
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS
="../../src/bootstrap-emacs"
  GEN      ../../lisp/cedet/semantic/bovine/c-by.el
  GEN      ../../lisp/cedet/semantic/bovine/make-by.el
  GEN      ../../lisp/cedet/semantic/bovine/scm-by.el
  GEN      ../../lisp/cedet/semantic/wisent/javat-wy.el
  GEN      ../../lisp/cedet/semantic/wisent/js-wy.el
  GEN      ../../lisp/cedet/semantic/wisent/python-wy.el
  GEN      ../../lisp/cedet/srecode/srt-wy.el
  GEN      calendar/cal-loaddefs.el
  INFO     Scraping files for cal-loaddefs.el...
  INFO     Scraping files for cal-loaddefs.el...53%
  INFO     Scraping files for cal-loaddefs.el...96%
  INFO     Scraping files for cal-loaddefs.el...done
  GEN      calendar/diary-loaddefs.el
  INFO     Scraping files for diary-loaddefs.el...
  INFO     Scraping files for diary-loaddefs.el...58%
  INFO     Scraping files for diary-loaddefs.el...done
  GEN      calendar/hol-loaddefs.el
  INFO     Scraping files for hol-loaddefs.el...
  INFO     Scraping files for hol-loaddefs.el...60%
  INFO     Scraping files for hol-loaddefs.el...done
  GEN      mh-e/mh-loaddefs.el
  INFO     Scraping files for mh-loaddefs.el...
  INFO     Scraping files for mh-loaddefs.el...48%
  INFO     Scraping files for mh-loaddefs.el...84%
  INFO     Scraping files for mh-loaddefs.el...done
  GEN      net/tramp-loaddefs.el
  INFO     Scraping files for tramp-loaddefs.el...
  INFO     Scraping files for tramp-loaddefs.el...24%
  INFO     Scraping files for tramp-loaddefs.el...46%
  INFO     Scraping files for tramp-loaddefs.el...67%
  INFO     Scraping files for tramp-loaddefs.el...86%
  INFO     Scraping files for tramp-loaddefs.el...done
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./c
edet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semant
ic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./esh
ell ./gnus ./image ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail
 ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
  GEN      loaddefs.el
  INFO     Scraping files for loaddefs.el...
  INFO     Scraping files for loaddefs.el...10%
  INFO     Scraping files for loaddefs.el...20%
  INFO     Scraping files for loaddefs.el...30%
  INFO     Scraping files for loaddefs.el...40%
  INFO     Scraping files for loaddefs.el...50%
  INFO     Scraping files for loaddefs.el...60%
  INFO     Scraping files for loaddefs.el...70%
  INFO     Scraping files for loaddefs.el...80%
  INFO     Scraping files for loaddefs.el...90%
  INFO     Scraping files for loaddefs.el...100%
  INFO     Scraping files for loaddefs.el...done
  ELC      ../lisp/abbrev.elc
  ELC      ../lisp/bindings.elc
  ELC      ../lisp/buff-menu.elc
  ELC      ../lisp/button.elc
  ELC      ../lisp/case-table.elc
  ELC      ../lisp/composite.elc
  ELC      ../lisp/cus-face.elc
  ELC      ../lisp/cus-start.elc
  ELC      ../lisp/custom.elc
  ELC      ../lisp/disp-table.elc
  ELC      ../lisp/dnd.elc
  ELC      ../lisp/dos-fns.elc
  ELC      ../lisp/dos-vars.elc
  ELC      ../lisp/dos-w32.elc
  ELC      ../lisp/dynamic-setting.elc
  ELC      ../lisp/electric.elc
  ELC      ../lisp/emacs-lisp/backquote.elc
  ELC      ../lisp/emacs-lisp/byte-run.elc
  ELC      ../lisp/emacs-lisp/cl-generic.elc
  ELC      ../lisp/emacs-lisp/cl-preloaded.elc
  ELC      ../lisp/emacs-lisp/eldoc.elc
  ELC      ../lisp/emacs-lisp/float-sup.elc
  ELC      ../lisp/emacs-lisp/lisp-mode.elc
  ELC      ../lisp/emacs-lisp/lisp.elc
  ELC      ../lisp/emacs-lisp/map-ynp.elc
  ELC      ../lisp/emacs-lisp/nadvice.elc
  ELC      ../lisp/emacs-lisp/regexp-opt.elc
  ELC      ../lisp/emacs-lisp/syntax.elc
  ELC      ../lisp/emacs-lisp/tabulated-list.elc
  ELC      ../lisp/emacs-lisp/timer.elc
  ELC      ../lisp/env.elc
  ELC      ../lisp/epa-hook.elc
  ELC      ../lisp/facemenu.elc
  ELC      ../lisp/faces.elc
  ELC      ../lisp/files.elc
  ELC      ../lisp/font-core.elc
  ELC      ../lisp/font-lock.elc
  ELC      ../lisp/format.elc
  ELC      ../lisp/frame.elc
  ELC      ../lisp/fringe.elc
  ELC      ../lisp/help.elc
  ELC      ../lisp/image.elc
  ELC      ../lisp/indent.elc
  ELC      ../lisp/international/charscript.elc
  ELC      ../lisp/international/characters.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS=
"../../src/bootstrap-emacs"
  ELC      uvs.elc
  GEN      ../../src/macuvs.h
  ELC      unidata-gen.elc
  GEN      unidata.txt
  GEN      ../../lisp/international/uni-bidi.el
  GEN      ../../lisp/international/uni-brackets.el
  GEN      ../../lisp/international/uni-category.el
  GEN      ../../lisp/international/uni-combining.el
  GEN      ../../lisp/international/uni-comment.el
  GEN      ../../lisp/international/uni-decimal.el
  GEN      ../../lisp/international/uni-decomposition.el
  GEN      ../../lisp/international/uni-digit.el
  GEN      ../../lisp/international/uni-lowercase.el
  GEN      ../../lisp/international/uni-mirrored.el
  GEN      ../../lisp/international/uni-name.el
  GEN      ../../lisp/international/uni-numeric.el
  GEN      ../../lisp/international/uni-old-name.el
  GEN      ../../lisp/international/uni-special-lowercase.el
  GEN      ../../lisp/international/uni-special-titlecase.el
  GEN      ../../lisp/international/uni-special-uppercase.el
  GEN      ../../lisp/international/uni-titlecase.el
  GEN      ../../lisp/international/uni-uppercase.el
  GEN      ../../lisp/international/charprop.el
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.e
l
make[2]: Nothing to be done for `cp51932.el'.
  ELC      ../lisp/international/cp51932.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.
el
make[2]: Nothing to be done for `eucjp-ms.el'.
  ELC      ../lisp/international/eucjp-ms.elc
  ELC      ../lisp/international/fontset.elc
  ELC      ../lisp/international/mule-cmds.elc
  ELC      ../lisp/international/mule-conf.elc
  ELC      ../lisp/international/mule-util.elc
  ELC      ../lisp/international/mule.elc
  ELC      ../lisp/international/ucs-normalize.elc
  ELC      ../lisp/isearch.elc
  ELC      ../lisp/jit-lock.elc
  ELC      ../lisp/jka-cmpr-hook.elc
  ELC      ../lisp/language/burmese.elc
  ELC      ../lisp/language/cham.elc
  ELC      ../lisp/language/chinese.elc
  ELC      ../lisp/language/cyrillic.elc
  ELC      ../lisp/language/czech.elc
  ELC      ../lisp/language/english.elc
  ELC      ../lisp/language/ethiopic.elc
  ELC      ../lisp/language/european.elc
  ELC      ../lisp/language/georgian.elc
  ELC      ../lisp/language/greek.elc
  ELC      ../lisp/language/hebrew.elc
  ELC      ../lisp/language/indian.elc
  ELC      ../lisp/language/japanese.elc
  ELC      ../lisp/language/khmer.elc
  ELC      ../lisp/language/korean.elc
  ELC      ../lisp/language/lao.elc
  ELC      ../lisp/language/misc-lang.elc
  ELC      ../lisp/language/romanian.elc
  ELC      ../lisp/language/sinhala.elc
  ELC      ../lisp/language/slovak.elc
  ELC      ../lisp/language/tai-viet.elc
  ELC      ../lisp/language/thai.elc
  ELC      ../lisp/language/tibetan.elc
  ELC      ../lisp/language/utf-8-lang.elc
  ELC      ../lisp/language/vietnamese.elc
  ELC      ../lisp/ls-lisp.elc
  ELC      ../lisp/menu-bar.elc
  ELC      ../lisp/minibuffer.elc
  ELC      ../lisp/mouse.elc
  ELC      ../lisp/mwheel.elc
  ELC      ../lisp/newcomment.elc
  ELC      ../lisp/obarray.elc
  ELC      ../lisp/progmodes/elisp-mode.elc
  ELC      ../lisp/progmodes/prog-mode.elc
  ELC      ../lisp/register.elc
  ELC      ../lisp/replace.elc
  ELC      ../lisp/rfn-eshadow.elc
  ELC      ../lisp/scroll-bar.elc
  ELC      ../lisp/select.elc
  ELC      ../lisp/simple.elc
  ELC      ../lisp/startup.elc
  ELC      ../lisp/subr.elc
  ELC      ../lisp/tab-bar.elc
  ELC      ../lisp/term/common-win.elc
  ELC      ../lisp/term/internal.elc
  ELC      ../lisp/term/ns-win.elc
  ELC      ../lisp/term/pc-win.elc
  ELC      ../lisp/term/tty-colors.elc
  ELC      ../lisp/term/w32-win.elc
  ELC      ../lisp/term/x-win.elc
  ELC      ../lisp/textmodes/fill.elc
  ELC      ../lisp/textmodes/page.elc
  ELC      ../lisp/textmodes/paragraphs.elc
  ELC      ../lisp/textmodes/text-mode.elc
  ELC      ../lisp/tool-bar.elc
  ELC      ../lisp/tooltip.elc
  ELC      ../lisp/uniquify.elc
  ELC      ../lisp/vc/ediff-hook.elc
  ELC      ../lisp/vc/vc-hooks.elc
  ELC      ../lisp/version.elc
  ELC      ../lisp/w32-fns.elc
  ELC      ../lisp/w32-vars.elc
  ELC      ../lisp/widget.elc
  ELC      ../lisp/window.elc
  ELC      ../lisp/x-dnd.elc
  GEN      ../etc/DOC
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump
Loading loadup.el (source)...
dump mode: pdump
Using load-path (/Users/jun/source/emacs-git/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading obarray...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading term/common-win...
Loading international/mule-util...
Loading international/ucs-normalize...
Loading term/ns-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading leim/leim-list.el (source)...
Waiting for git...
Waiting for git...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 15736 strings, 4630 vectors, 39515 conses, 3942 bytecodes, 244 others
Dumping under the name emacs.pdmp
dumping fingerprint: 92ea58dd2c050da1b405388db54d2eb76102b9e9afec49a64279d30c55799849
Dump complete
Byte counts: header=80 hot=10691472 discardable=121152 cold=4572272
Reloc counts: hot=597047 discardable=4699
Adding name emacs-28.0.50.1
Adding name emacs-28.0.50.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../nextstep all
rm -rf /Users/jun/source/emacs-git/nextstep/Emacs.app
/usr/local/bin/gmkdir -p /Users/jun/source/emacs-git/nextstep/Emacs.app
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \
          ( cd /Users/jun/source/emacs-git/nextstep/Emacs.app ; umask 022; tar xf - )
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \
          ( cd Cocoa/Emacs.base ; tar cfh - . ) | \
            ( cd /Users/jun/source/emacs-git/nextstep/Emacs.app ; umask 022; tar xf -
)
touch /Users/jun/source/emacs-git/nextstep/Emacs.app
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../src emacs
  CC       macfont.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
make[4]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript
.el
make[4]: Nothing to be done for `charscript.el'.
  CCLD     temacs
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/AppKit.
tbd and library file /System/Library/Frameworks//AppKit.framework/AppKit are out of sy
nc. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tb
d and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync.
Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.frame
work/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UI
Foundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library
file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.fram
ework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//
ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling
back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Ver
sions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framewo
rk/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions
/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Li
brary/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A
/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/V
ersions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.f
ramework/Versions/A/CoreGraphics are out of sync. Falling back to library file for lin
king.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versi
ons/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Ver
sions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versio
ns/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versio
ns/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/L
ibrary/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Ve
rsions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/V
ersions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.f
ramework/Versions/A/CoreServices are out of sync. Falling back to library file for lin
king.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library
file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HI
Services.framework/Versions/A/HIServices are out of sync. Falling back to library file
 for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.frame
work/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd an
d library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fra
meworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling
back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework
/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFounda
tion.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file
 for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Vers
ions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/
Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /Syste
m/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/V
ersions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /S
ystem/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.frame
work/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /Syste
m/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/V
ersions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /S
ystem/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.frame
work/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Fr
ameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are o
ut of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library
 file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices are out of sync. Falling back to library fi
le for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Ve
rsions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library
 file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFi
leList.framework/Versions/A/SharedFileList are out of sync. Falling back to library fi
le for linking.
/usr/local/bin/gmkdir -p ../etc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp update-subdirs
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
dump mode: pbootstrap
Using load-path (/Users/jun/source/emacs-git/lisp /Users/jun/source/emacs-git/lisp/ema
cs-lisp /Users/jun/source/emacs-git/lisp/progmodes /Users/jun/source/emacs-git/lisp/la
nguage /Users/jun/source/emacs-git/lisp/international /Users/jun/source/emacs-git/lisp
/textmodes /Users/jun/source/emacs-git/lisp/vc)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading /Users/jun/source/emacs-git/lisp/loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading obarray...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading /Users/jun/source/emacs-git/lisp/international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading term/common-win...
Loading international/mule-util...
Loading international/ucs-normalize...
Loading term/ns-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading /Users/jun/source/emacs-git/lisp/leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
dumping fingerprint: 92ea58dd2c050da1b405388db54d2eb76102b9e9afec49a64279d30c55799849
Dump complete
Byte counts: header=80 hot=11288928 discardable=121152 cold=5740232
Reloc counts: hot=622906 discardable=4699
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp compile-first EMACS
="../src/bootstrap-emacs"
make[4]: Nothing to be done for `compile-first'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS=
"../../src/bootstrap-emacs"
make[4]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.e
l
make[4]: Nothing to be done for `cp51932.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.
el
make[4]: Nothing to be done for `eucjp-ms.el'.
  GEN      ../etc/DOC
rm -f emacs && cp -f temacs emacs
/usr/local/bin/gmkdir -p /Users/jun/source/emacs-git/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs /Users/jun/source/emacs-git/nextstep/Emacs.app/Contents/MacOS/Emacs
/usr/local/bin/gmkdir -p /Users/jun/source/emacs-git/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs.pdmp /Users/jun/source/emacs-git/nextstep/Emacs.app/Contents/MacOS/
Emacs.pdmp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/e
macs"
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS
="../../src/emacs"
make[2]: Nothing to be done for `all'.
  ELC      emacs-lisp/eieio.elc
  ELC      emacs-lisp/eieio-base.elc
  ELC      cedet/semantic/db.elc
  ELC      align.elc
  ELC      allout-widgets.elc
  ELC      allout.elc
  ELC      ansi-color.elc
  ELC      apropos.elc
  ELC      arc-mode.elc
  ELC      array.elc
  ELC      auth-source-pass.elc
  ELC      auth-source.elc
  ELC      autoarg.elc
  ELC      autoinsert.elc
  ELC      autorevert.elc
  ELC      avoid.elc
  ELC      battery.elc
  ELC      bookmark.elc
  ELC      bs.elc
  ELC      calculator.elc
  ELC      cdl.elc
  ELC      char-fold.elc
  ELC      chistory.elc
  ELC      cmuscheme.elc
  ELC      color.elc
  ELC      comint.elc
  ELC      completion.elc
  ELC      cus-dep.elc
  ELC      cus-edit.elc
  ELC      cus-theme.elc
  ELC      dabbrev.elc
  ELC      delim-col.elc
  ELC      delsel.elc
  ELC      descr-text.elc
  ELC      desktop.elc
  ELC      dframe.elc
  ELC      dired-aux.elc
  ELC      dired-x.elc
  ELC      dired.elc
  ELC      dirtrack.elc
  ELC      display-fill-column-indicator.elc
  ELC      display-line-numbers.elc
  ELC      doc-view.elc
  ELC      dom.elc
  ELC      double.elc
  ELC      ebuff-menu.elc
  ELC      echistory.elc
  ELC      ecomplete.elc
  ELC      edmacro.elc
  ELC      ehelp.elc
  ELC      elec-pair.elc
  ELC      elide-head.elc
  ELC      emacs-lock.elc
  ELC      epa-dired.elc
  ELC      epa-file.elc
  ELC      epa-mail.elc
  ELC      epa.elc
  ELC      epg-config.elc
  ELC      epg.elc
  ELC      expand.elc
  ELC      ezimage.elc
  ELC      face-remap.elc
  ELC      ffap.elc
  ELC      filecache.elc
  ELC      fileloop.elc
  ELC      filenotify.elc
  ELC      files-x.elc
  ELC      filesets.elc
  ELC      find-cmd.elc
  ELC      find-dired.elc
  ELC      find-file.elc
  ELC      find-lisp.elc
  ELC      finder.elc
  ELC      flow-ctrl.elc
  ELC      foldout.elc
  ELC      follow.elc
  ELC      format-spec.elc
  ELC      forms.elc
  ELC      frameset.elc
  ELC      generic-x.elc
  ELC      help-at-pt.elc
  ELC      help-fns.elc
  ELC      help-macro.elc
  ELC      help-mode.elc
  ELC      hex-util.elc
  ELC      hexl.elc
  ELC      hfy-cmap.elc
  ELC      hi-lock.elc
  ELC      hilit-chg.elc
  ELC      hippie-exp.elc
  ELC      hl-line.elc
  ELC      htmlfontify.elc
  ELC      ibuf-ext.elc
  ELC      ibuf-macs.elc
  ELC      ibuffer.elc
  ELC      icomplete.elc
  ELC      ido.elc
  ELC      ielm.elc
  ELC      iimage.elc
  ELC      image-dired.elc
  ELC      image-file.elc
  ELC      image-mode.elc
  ELC      imenu.elc
  ELC      info-look.elc
  ELC      info-xref.elc
  ELC      info.elc
  ELC      informat.elc
  ELC      isearchb.elc
  ELC      jka-compr.elc
  ELC      json.elc
  ELC      jsonrpc.elc
  ELC      kermit.elc
  ELC      kmacro.elc
  ELC      linum.elc
  ELC      loadhist.elc
  ELC      locate.elc
  ELC      lpr.elc
  ELC      macros.elc
  ELC      makesum.elc
  ELC      man.elc
  ELC      master.elc
  ELC      mb-depth.elc
  ELC      md4.elc
  ELC      midnight.elc
  ELC      minibuf-eldef.elc
  ELC      misc.elc
  ELC      misearch.elc
  ELC      mouse-copy.elc
  ELC      mouse-drag.elc
  ELC      mpc.elc
  ELC      msb.elc
  ELC      notifications.elc
  ELC      novice.elc
  ELC      outline.elc
  ELC      paren.elc
  ELC      password-cache.elc
  ELC      pcmpl-cvs.elc
  ELC      pcmpl-gnu.elc
  ELC      pcmpl-linux.elc
  ELC      pcmpl-rpm.elc
  ELC      pcmpl-unix.elc
  ELC      pcmpl-x.elc
  ELC      pcomplete.elc
  ELC      pixel-scroll.elc
  ELC      plstore.elc
  ELC      printing.elc
  ELC      proced.elc
  ELC      profiler.elc
  ELC      ps-bdf.elc
  ELC      ps-def.elc
  ELC      ps-mule.elc
  ELC      ps-print.elc
  ELC      ps-samp.elc
  ELC      recentf.elc
  ELC      rect.elc
  ELC      registry.elc
  ELC      repeat.elc
  ELC      reposition.elc
  ELC      reveal.elc
  ELC      rot13.elc
  ELC      rtree.elc
  ELC      ruler-mode.elc
  ELC      savehist.elc
  ELC      saveplace.elc
  ELC      scroll-all.elc
  ELC      scroll-lock.elc
  ELC      server.elc
  ELC      ses.elc
  ELC      shadowfile.elc
  ELC      shell.elc
  ELC      skeleton.elc
  ELC      so-long.elc
  ELC      sort.elc
  ELC      soundex.elc
  ELC      speedbar.elc
  ELC      strokes.elc
  ELC      svg.elc
  ELC      t-mouse.elc
  ELC      tab-line.elc
  ELC      tabify.elc
  ELC      talk.elc
  ELC      tar-mode.elc
  ELC      tempo.elc
  ELC      term.elc
  ELC      thingatpt.elc
  ELC      thread.elc
  ELC      thumbs.elc
  ELC      time-stamp.elc
  ELC      time.elc
  ELC      timezone.elc
  ELC      tmm.elc
  ELC      tree-widget.elc
  ELC      tutorial.elc
  ELC      type-break.elc
  ELC      userlock.elc
  ELC      vcursor.elc
  ELC      view.elc
  ELC      vt-control.elc
  ELC      vt100-led.elc
  ELC      wdired.elc
  ELC      whitespace.elc
  ELC      wid-browse.elc
  ELC      wid-edit.elc
  ELC      windmove.elc
  ELC      winner.elc
  ELC      woman.elc
  ELC      xdg.elc
  ELC      xml.elc
  ELC      xt-mouse.elc
  ELC      xwidget.elc
  ELC      calc/calc-aent.elc
  ELC      calc/calc-alg.elc
  ELC      calc/calc-arith.elc
  ELC      calc/calc-bin.elc
  ELC      calc/calc-comb.elc
  ELC      calc/calc-cplx.elc
  ELC      calc/calc-embed.elc
  ELC      calc/calc-ext.elc
  ELC      calc/calc-fin.elc
  ELC      calc/calc-forms.elc
  ELC      calc/calc-frac.elc
  ELC      calc/calc-funcs.elc
  ELC      calc/calc-graph.elc
  ELC      calc/calc-help.elc
  ELC      calc/calc-incom.elc
  ELC      calc/calc-keypd.elc
  ELC      calc/calc-lang.elc
  ELC      calc/calc-macs.elc
  ELC      calc/calc-map.elc
  ELC      calc/calc-math.elc
  ELC      calc/calc-menu.elc
  ELC      calc/calc-misc.elc
  ELC      calc/calc-mode.elc
  ELC      calc/calc-mtx.elc
  ELC      calc/calc-nlfit.elc
  ELC      calc/calc-poly.elc
  ELC      calc/calc-prog.elc
  ELC      calc/calc-rewr.elc
  ELC      calc/calc-rules.elc
  ELC      calc/calc-sel.elc
  ELC      calc/calc-stat.elc
  ELC      calc/calc-store.elc
  ELC      calc/calc-stuff.elc
  ELC      calc/calc-trail.elc
  ELC      calc/calc-undo.elc
  ELC      calc/calc-units.elc
  ELC      calc/calc-vec.elc
  ELC      calc/calc-yank.elc
  ELC      calc/calc.elc
  ELC      calc/calcalg2.elc
  ELC      calc/calcalg3.elc
  ELC      calc/calccomp.elc
  ELC      calc/calcsel2.elc
  ELC      calendar/appt.elc
  ELC      calendar/cal-bahai.elc
  ELC      calendar/cal-china.elc
  ELC      calendar/cal-coptic.elc
  ELC      calendar/cal-dst.elc
  ELC      calendar/cal-french.elc
  ELC      calendar/cal-hebrew.elc
  ELC      calendar/cal-html.elc
  ELC      calendar/cal-islam.elc
  ELC      calendar/cal-iso.elc
  ELC      calendar/cal-julian.elc
  ELC      calendar/cal-mayan.elc
  ELC      calendar/cal-menu.elc
  ELC      calendar/cal-move.elc
  ELC      calendar/cal-persia.elc
  ELC      calendar/cal-tex.elc
  ELC      calendar/cal-x.elc
  ELC      calendar/calendar.elc
  ELC      calendar/diary-lib.elc
  ELC      calendar/holidays.elc
  ELC      calendar/icalendar.elc
  ELC      calendar/iso8601.elc
  ELC      calendar/lunar.elc
  ELC      calendar/parse-time.elc
  ELC      calendar/solar.elc
  ELC      calendar/time-date.elc
  ELC      calendar/timeclock.elc
  ELC      calendar/todo-mode.elc
  ELC      cedet/cedet-cscope.elc
  ELC      cedet/cedet-files.elc
  ELC      cedet/cedet-global.elc
  ELC      cedet/cedet-idutils.elc
  ELC      cedet/cedet.elc
  ELC      cedet/data-debug.elc
  ELC      cedet/ede.elc
  ELC      cedet/inversion.elc
  ELC      cedet/mode-local.elc
  ELC      cedet/pulse.elc
  ELC      cedet/semantic.elc
  ELC      cedet/srecode.elc
  ELC      cedet/ede/auto.elc
  ELC      cedet/ede/autoconf-edit.elc
  ELC      cedet/ede/base.elc
  ELC      cedet/ede/config.elc
  ELC      cedet/ede/cpp-root.elc
  ELC      cedet/ede/custom.elc
  ELC      cedet/ede/detect.elc
  ELC      cedet/ede/dired.elc
  ELC      cedet/ede/emacs.elc
  ELC      cedet/ede/files.elc
  ELC      cedet/ede/generic.elc
  ELC      cedet/ede/linux.elc
  ELC      cedet/ede/locate.elc
  ELC      cedet/ede/make.elc
  ELC      cedet/ede/makefile-edit.elc
  ELC      cedet/ede/pconf.elc
  ELC      cedet/ede/pmake.elc
  ELC      cedet/ede/proj-archive.elc
  ELC      cedet/ede/proj-aux.elc
  ELC      cedet/ede/proj-comp.elc
  ELC      cedet/ede/proj-elisp.elc
  ELC      cedet/ede/proj-info.elc
  ELC      cedet/ede/proj-misc.elc
  ELC      cedet/ede/proj-obj.elc
  ELC      cedet/ede/proj-prog.elc
  ELC      cedet/ede/proj-scheme.elc
  ELC      cedet/ede/proj-shared.elc
  ELC      cedet/ede/proj.elc
  ELC      cedet/ede/project-am.elc
  ELC      cedet/ede/shell.elc
  ELC      cedet/ede/simple.elc
  ELC      cedet/ede/source.elc
  ELC      cedet/ede/speedbar.elc
  ELC      cedet/ede/srecode.elc
  ELC      cedet/ede/system.elc
  ELC      cedet/ede/util.elc
  ELC      cedet/semantic/analyze.elc
  ELC      cedet/semantic/bovine.elc
  ELC      cedet/semantic/chart.elc
  ELC      cedet/semantic/complete.elc
  ELC      cedet/semantic/ctxt.elc
  ELC      cedet/semantic/db-debug.elc
  ELC      cedet/semantic/db-ebrowse.elc
  ELC      cedet/semantic/db-el.elc
  ELC      cedet/semantic/db-file.elc
  ELC      cedet/semantic/db-find.elc
  ELC      cedet/semantic/db-global.elc
  ELC      cedet/semantic/db-javascript.elc
  ELC      cedet/semantic/db-mode.elc
  ELC      cedet/semantic/db-ref.elc
  ELC      cedet/semantic/db-typecache.elc
  ELC      cedet/semantic/debug.elc
  ELC      cedet/semantic/decorate.elc
  ELC      cedet/semantic/dep.elc
  ELC      cedet/semantic/doc.elc
  ELC      cedet/semantic/ede-grammar.elc
  ELC      cedet/semantic/edit.elc
  ELC      cedet/semantic/find.elc
  ELC      cedet/semantic/format.elc
  ELC      cedet/semantic/fw.elc
  ELC      cedet/semantic/grammar-wy.elc
  ELC      cedet/semantic/grammar.elc
  ELC      cedet/semantic/html.elc
  ELC      cedet/semantic/ia-sb.elc
  ELC      cedet/semantic/ia.elc
  ELC      cedet/semantic/idle.elc
  ELC      cedet/semantic/imenu.elc
  ELC      cedet/semantic/java.elc
  ELC      cedet/semantic/lex-spp.elc
  ELC      cedet/semantic/lex.elc
  ELC      cedet/semantic/mru-bookmark.elc
  ELC      cedet/semantic/sb.elc
  ELC      cedet/semantic/scope.elc
  ELC      cedet/semantic/senator.elc
  ELC      cedet/semantic/sort.elc
  ELC      cedet/semantic/symref.elc
  ELC      cedet/semantic/tag-file.elc
  ELC      cedet/semantic/tag-ls.elc
  ELC      cedet/semantic/tag-write.elc
  ELC      cedet/semantic/tag.elc
  ELC      cedet/semantic/texi.elc
  ELC      cedet/semantic/util-modes.elc
  ELC      cedet/semantic/util.elc
  ELC      cedet/semantic/wisent.elc
  ELC      cedet/semantic/analyze/complete.elc
  ELC      cedet/semantic/analyze/debug.elc
  ELC      cedet/semantic/analyze/fcn.elc
  ELC      cedet/semantic/analyze/refs.elc
  ELC      cedet/semantic/bovine/c-by.elc
  ELC      cedet/semantic/bovine/c.elc
  ELC      cedet/semantic/bovine/debug.elc
  ELC      cedet/semantic/bovine/el.elc
  ELC      cedet/semantic/bovine/gcc.elc
  ELC      cedet/semantic/bovine/grammar.elc
  ELC      cedet/semantic/bovine/make-by.elc
  ELC      cedet/semantic/bovine/make.elc
  ELC      cedet/semantic/bovine/scm-by.elc
  ELC      cedet/semantic/bovine/scm.elc
  ELC      cedet/semantic/decorate/include.elc
  ELC      cedet/semantic/decorate/mode.elc
  ELC      cedet/semantic/symref/cscope.elc
  ELC      cedet/semantic/symref/filter.elc
  ELC      cedet/semantic/symref/global.elc
  ELC      cedet/semantic/symref/grep.elc
  ELC      cedet/semantic/symref/idutils.elc
  ELC      cedet/semantic/symref/list.elc
  ELC      cedet/semantic/wisent/comp.elc
  ELC      cedet/semantic/wisent/grammar.elc
  ELC      cedet/semantic/wisent/java-tags.elc
  ELC      cedet/semantic/wisent/javascript.elc
  ELC      cedet/semantic/wisent/javat-wy.elc
  ELC      cedet/semantic/wisent/js-wy.elc
  ELC      cedet/semantic/wisent/python-wy.elc
  ELC      cedet/semantic/wisent/python.elc
  ELC      cedet/semantic/wisent/wisent.elc
  ELC      cedet/srecode/args.elc
  ELC      cedet/srecode/compile.elc
  ELC      cedet/srecode/cpp.elc
  ELC      cedet/srecode/ctxt.elc
  ELC      cedet/srecode/dictionary.elc
  ELC      cedet/srecode/document.elc
  ELC      cedet/srecode/el.elc
  ELC      cedet/srecode/expandproto.elc
  ELC      cedet/srecode/extract.elc
  ELC      cedet/srecode/fields.elc
  ELC      cedet/srecode/filters.elc
  ELC      cedet/srecode/find.elc
  ELC      cedet/srecode/getset.elc
  ELC      cedet/srecode/insert.elc
  ELC      cedet/srecode/java.elc
  ELC      cedet/srecode/map.elc
  ELC      cedet/srecode/mode.elc
  ELC      cedet/srecode/semantic.elc
  ELC      cedet/srecode/srt-mode.elc
  ELC      cedet/srecode/srt-wy.elc
  ELC      cedet/srecode/srt.elc
  ELC      cedet/srecode/table.elc
  ELC      cedet/srecode/template.elc
  ELC      cedet/srecode/texi.elc
  ELC      emacs-lisp/advice.elc
  ELC      emacs-lisp/avl-tree.elc
  ELC      emacs-lisp/backtrace.elc
  ELC      emacs-lisp/benchmark.elc
  ELC      emacs-lisp/bindat.elc
  ELC      emacs-lisp/chart.elc
  ELC      emacs-lisp/check-declare.elc
  ELC      emacs-lisp/checkdoc.elc
  ELC      emacs-lisp/cl-extra.elc
  ELC      emacs-lisp/cl-indent.elc
  ELC      emacs-lisp/cl-lib.elc
  ELC      emacs-lisp/cl-macs.elc
  ELC      emacs-lisp/cl-print.elc
  ELC      emacs-lisp/cl-seq.elc
  ELC      emacs-lisp/copyright.elc
  ELC      emacs-lisp/crm.elc
  ELC      emacs-lisp/cursor-sensor.elc
  ELC      emacs-lisp/debug.elc
  ELC      emacs-lisp/derived.elc
  ELC      emacs-lisp/disass.elc
  ELC      emacs-lisp/easy-mmode.elc
  ELC      emacs-lisp/easymenu.elc
  ELC      emacs-lisp/edebug.elc
  ELC      emacs-lisp/eieio-compat.elc
  ELC      emacs-lisp/eieio-core.elc
  ELC      emacs-lisp/eieio-custom.elc
  ELC      emacs-lisp/eieio-datadebug.elc
  ELC      emacs-lisp/eieio-opt.elc
  ELC      emacs-lisp/eieio-speedbar.elc
  ELC      emacs-lisp/elint.elc
  ELC      emacs-lisp/elp.elc
  ELC      emacs-lisp/ert-x.elc
  ELC      emacs-lisp/ert.elc
  ELC      emacs-lisp/ewoc.elc
  ELC      emacs-lisp/faceup.elc
  ELC      emacs-lisp/find-func.elc
  ELC      emacs-lisp/generator.elc
  ELC      emacs-lisp/generic.elc
  ELC      emacs-lisp/gv.elc
  ELC      emacs-lisp/helper.elc
  ELC      emacs-lisp/inline.elc
  ELC      emacs-lisp/let-alist.elc
  ELC      emacs-lisp/lisp-mnt.elc
  ELC      emacs-lisp/map.elc
  ELC      emacs-lisp/package-x.elc
  ELC      emacs-lisp/package.elc
  ELC      emacs-lisp/pcase.elc
  ELC      emacs-lisp/pp.elc
  ELC      emacs-lisp/radix-tree.elc
  ELC      emacs-lisp/re-builder.elc
  ELC      emacs-lisp/regi.elc
  ELC      emacs-lisp/ring.elc
  ELC      emacs-lisp/rmc.elc
  ELC      emacs-lisp/rx.elc
  ELC      emacs-lisp/seq.elc
  ELC      emacs-lisp/shadow.elc
  ELC      emacs-lisp/smie.elc
  ELC      emacs-lisp/subr-x.elc
  ELC      emacs-lisp/tcover-ses.elc
  ELC      emacs-lisp/tcover-unsafep.elc
  ELC      emacs-lisp/testcover.elc
  ELC      emacs-lisp/text-property-search.elc
  ELC      emacs-lisp/thunk.elc
  ELC      emacs-lisp/timer-list.elc
  ELC      emacs-lisp/tq.elc
  ELC      emacs-lisp/trace.elc
  ELC      emacs-lisp/unsafep.elc
  ELC      emacs-lisp/warnings.elc
  ELC      emulation/cua-base.elc
  ELC      emulation/cua-gmrk.elc
  ELC      emulation/cua-rect.elc
  ELC      emulation/edt-lk201.elc
  ELC      emulation/edt-mapper.elc
  ELC      emulation/edt-pc.elc
  ELC      emulation/edt-vt100.elc
  ELC      emulation/edt.elc
  ELC      emulation/keypad.elc
  ELC      emulation/viper-cmd.elc
  ELC      emulation/viper-ex.elc
  ELC      emulation/viper-init.elc
  ELC      emulation/viper-keym.elc
  ELC      emulation/viper-macs.elc
  ELC      emulation/viper-mous.elc
  ELC      emulation/viper-util.elc
  ELC      emulation/viper.elc
  ELC      erc/erc-autoaway.elc
  ELC      erc/erc-backend.elc
  ELC      erc/erc-button.elc
  ELC      erc/erc-capab.elc
  ELC      erc/erc-compat.elc
  ELC      erc/erc-dcc.elc
  ELC      erc/erc-desktop-notifications.elc
  ELC      erc/erc-ezbounce.elc
  ELC      erc/erc-fill.elc
  ELC      erc/erc-goodies.elc
  ELC      erc/erc-ibuffer.elc
  ELC      erc/erc-identd.elc
  ELC      erc/erc-imenu.elc
  ELC      erc/erc-join.elc
  ELC      erc/erc-lang.elc
  ELC      erc/erc-list.elc
  ELC      erc/erc-log.elc
  ELC      erc/erc-match.elc
  ELC      erc/erc-menu.elc
  ELC      erc/erc-netsplit.elc
  ELC      erc/erc-networks.elc
  ELC      erc/erc-notify.elc
  ELC      erc/erc-page.elc
  ELC      erc/erc-pcomplete.elc
  ELC      erc/erc-replace.elc
  ELC      erc/erc-ring.elc
  ELC      erc/erc-services.elc
  ELC      erc/erc-sound.elc
  ELC      erc/erc-speedbar.elc
  ELC      erc/erc-spelling.elc
  ELC      erc/erc-stamp.elc
  ELC      erc/erc-track.elc
  ELC      erc/erc-truncate.elc
  ELC      erc/erc-xdcc.elc
  ELC      erc/erc.elc
  ELC      eshell/em-alias.elc
  ELC      eshell/em-banner.elc
  ELC      eshell/em-basic.elc
  ELC      eshell/em-cmpl.elc
  ELC      eshell/em-dirs.elc
  ELC      eshell/em-glob.elc
  ELC      eshell/em-hist.elc
  ELC      eshell/em-ls.elc
  ELC      eshell/em-pred.elc
  ELC      eshell/em-prompt.elc
  ELC      eshell/em-rebind.elc
  ELC      eshell/em-script.elc
  ELC      eshell/em-smart.elc
  ELC      eshell/em-term.elc
  ELC      eshell/em-tramp.elc
  ELC      eshell/em-unix.elc
  ELC      eshell/em-xtra.elc
  ELC      eshell/esh-arg.elc
  ELC      eshell/esh-cmd.elc
  ELC      eshell/esh-ext.elc
  ELC      eshell/esh-io.elc
  ELC      eshell/esh-mode.elc
  ELC      eshell/esh-module.elc
  ELC      eshell/esh-opt.elc
  ELC      eshell/esh-proc.elc
  ELC      eshell/esh-util.elc
  ELC      eshell/esh-var.elc
  ELC      eshell/eshell.elc
  ELC      gnus/canlock.elc
  ELC      gnus/deuglify.elc
  ELC      gnus/gmm-utils.elc
  ELC      gnus/gnus-agent.elc
  ELC      gnus/gnus-art.elc
  ELC      gnus/gnus-async.elc
  ELC      gnus/gnus-bcklg.elc
  ELC      gnus/gnus-bookmark.elc
  ELC      gnus/gnus-cache.elc
  ELC      gnus/gnus-cite.elc
  ELC      gnus/gnus-cloud.elc
  ELC      gnus/gnus-cus.elc
  ELC      gnus/gnus-delay.elc
  ELC      gnus/gnus-demon.elc
  ELC      gnus/gnus-diary.elc
  ELC      gnus/gnus-dired.elc
  ELC      gnus/gnus-draft.elc
  ELC      gnus/gnus-dup.elc
  ELC      gnus/gnus-eform.elc
  ELC      gnus/gnus-fun.elc
  ELC      gnus/gnus-gravatar.elc
  ELC      gnus/gnus-group.elc
  ELC      gnus/gnus-html.elc
  ELC      gnus/gnus-icalendar.elc
  ELC      gnus/gnus-int.elc
  ELC      gnus/gnus-kill.elc
  ELC      gnus/gnus-logic.elc
  ELC      gnus/gnus-mh.elc
  ELC      gnus/gnus-ml.elc
  ELC      gnus/gnus-mlspl.elc
  ELC      gnus/gnus-msg.elc
  ELC      gnus/gnus-notifications.elc
  ELC      gnus/gnus-picon.elc
  ELC      gnus/gnus-range.elc
  ELC      gnus/gnus-registry.elc
  ELC      gnus/gnus-rfc1843.elc
  ELC      gnus/gnus-salt.elc
  ELC      gnus/gnus-score.elc
  ELC      gnus/gnus-sieve.elc
  ELC      gnus/gnus-spec.elc
  ELC      gnus/gnus-srvr.elc
  ELC      gnus/gnus-start.elc
  ELC      gnus/gnus-sum.elc
  ELC      gnus/gnus-topic.elc
  ELC      gnus/gnus-undo.elc
  ELC      gnus/gnus-util.elc
  ELC      gnus/gnus-uu.elc
  ELC      gnus/gnus-vm.elc
  ELC      gnus/gnus-win.elc
  ELC      gnus/gnus.elc
  ELC      gnus/gssapi.elc
  ELC      gnus/legacy-gnus-agent.elc
  ELC      gnus/mail-source.elc
  ELC      gnus/message.elc
  ELC      gnus/mm-archive.elc
  ELC      gnus/mm-bodies.elc
  ELC      gnus/mm-decode.elc
  ELC      gnus/mm-encode.elc
  ELC      gnus/mm-extern.elc
  ELC      gnus/mm-partial.elc
  ELC      gnus/mm-url.elc
  ELC      gnus/mm-util.elc
  ELC      gnus/mm-uu.elc
  ELC      gnus/mm-view.elc
  ELC      gnus/mml-sec.elc
  ELC      gnus/mml-smime.elc
  ELC      gnus/mml.elc
  ELC      gnus/mml1991.elc
  ELC      gnus/mml2015.elc
  ELC      gnus/nnagent.elc
  ELC      gnus/nnbabyl.elc
  ELC      gnus/nndiary.elc
  ELC      gnus/nndir.elc
  ELC      gnus/nndoc.elc
  ELC      gnus/nndraft.elc
  ELC      gnus/nneething.elc
  ELC      gnus/nnfolder.elc
  ELC      gnus/nngateway.elc
  ELC      gnus/nnheader.elc
  ELC      gnus/nnimap.elc
  ELC      gnus/nnir.elc
  ELC      gnus/nnmail.elc
  ELC      gnus/nnmaildir.elc
  ELC      gnus/nnmairix.elc
  ELC      gnus/nnmbox.elc
  ELC      gnus/nnmh.elc
  ELC      gnus/nnml.elc
  ELC      gnus/nnnil.elc
  ELC      gnus/nnoo.elc
  ELC      gnus/nnregistry.elc
  ELC      gnus/nnrss.elc
  ELC      gnus/nnspool.elc
  ELC      gnus/nntp.elc
  ELC      gnus/nnvirtual.elc
  ELC      gnus/nnweb.elc
  ELC      gnus/score-mode.elc
  ELC      gnus/smiley.elc
  ELC      gnus/smime.elc
  ELC      gnus/spam-report.elc
  ELC      gnus/spam-stat.elc
  ELC      gnus/spam-wash.elc
  ELC      gnus/spam.elc
  ELC      image/compface.elc
  ELC      image/exif.elc
  ELC      image/gravatar.elc
  ELC      image/image-converter.elc
  ELC      international/ccl.elc
  ELC      international/isearch-x.elc
  ELC      international/iso-ascii.elc
  ELC      international/iso-cvt.elc
  ELC      international/iso-transl.elc
  ELC      international/ja-dic-cnv.elc
  ELC      international/ja-dic-utl.elc
  ELC      international/kinsoku.elc
  ELC      international/kkc.elc
  ELC      international/latexenc.elc
  ELC      international/latin1-disp.elc
  ELC      international/mule-diag.elc
  ELC      international/ogonek.elc
  ELC      international/quail.elc
  ELC      international/rfc1843.elc
  ELC      international/robin.elc
  ELC      international/utf-7.elc
  ELC      international/utf7.elc
  ELC      language/china-util.elc
  ELC      language/cyril-util.elc
  ELC      language/ethio-util.elc
  ELC      language/hanja-util.elc
  ELC      language/ind-util.elc
  ELC      language/japan-util.elc
  ELC      language/korea-util.elc
  ELC      language/lao-util.elc
  ELC      language/pinyin.elc
  ELC      language/thai-util.elc
  ELC      language/thai-word.elc
  ELC      language/tibet-util.elc
  ELC      language/tv-util.elc
  ELC      language/viet-util.elc
  ELC      leim/ja-dic/ja-dic.elc
  INFO     Extracting OKURI-NASI entries
  INFO     Extracting OKURI-NASI entries...
  INFO     Extracting OKURI-NASI entries...24%
  INFO     Extracting OKURI-NASI entries...46%
  INFO     Extracting OKURI-NASI entries...69%
  INFO     Extracting OKURI-NASI entries...94%
  INFO     Extracting OKURI-NASI entries...done
  ELC      leim/quail/4Corner.elc
  ELC      leim/quail/ARRAY30.elc
  ELC      leim/quail/CCDOSPY.elc
  ELC      leim/quail/CTLau-b5.elc
  ELC      leim/quail/CTLau.elc
  ELC      leim/quail/ECDICT.elc
  ELC      leim/quail/ETZY.elc
  ELC      leim/quail/PY-b5.elc
  ELC      leim/quail/PY.elc
  ELC      leim/quail/Punct-b5.elc
  ELC      leim/quail/Punct.elc
  ELC      leim/quail/QJ-b5.elc
  ELC      leim/quail/QJ.elc
  ELC      leim/quail/SW.elc
  ELC      leim/quail/TONEPY.elc
  ELC      leim/quail/ZIRANMA.elc
  ELC      leim/quail/ZOZY.elc
  ELC      leim/quail/arabic.elc
  ELC      leim/quail/croatian.elc
  ELC      leim/quail/cyril-jis.elc
  ELC      leim/quail/cyrillic.elc
  ELC      leim/quail/czech.elc
  ELC      leim/quail/ethiopic.elc
  ELC      leim/quail/georgian.elc
  ELC      leim/quail/greek.elc
  ELC      leim/quail/hangul.elc
  ELC      leim/quail/hanja-jis.elc
  ELC      leim/quail/hanja.elc
  ELC      leim/quail/hanja3.elc
  ELC      leim/quail/hebrew.elc
  ELC      leim/quail/indian.elc
  ELC      leim/quail/ipa-praat.elc
  ELC      leim/quail/ipa.elc
  ELC      leim/quail/japanese.elc
  ELC      leim/quail/lao.elc
  ELC      leim/quail/latin-alt.elc
  ELC      leim/quail/latin-ltx.elc
  ELC      leim/quail/latin-post.elc
  ELC      leim/quail/latin-pre.elc
  ELC      leim/quail/lrt.elc
  ELC      leim/quail/persian.elc
  ELC      leim/quail/programmer-dvorak.elc
  ELC      leim/quail/py-punct.elc
  ELC      leim/quail/pypunct-b5.elc
  ELC      leim/quail/quick-b5.elc
  ELC      leim/quail/quick-cns.elc
  ELC      leim/quail/rfc1345.elc
  ELC      leim/quail/sami.elc
  ELC      leim/quail/sgml-input.elc
  ELC      leim/quail/sisheng.elc
  ELC      leim/quail/slovak.elc
  ELC      leim/quail/symbol-ksc.elc
  ELC      leim/quail/tamil-dvorak.elc
  ELC      leim/quail/thai.elc
  ELC      leim/quail/tibetan.elc
  ELC      leim/quail/tsang-b5.elc
  ELC      leim/quail/tsang-cns.elc
  ELC      leim/quail/uni-input.elc
  ELC      leim/quail/viqr.elc
  ELC      leim/quail/vntelex.elc
  ELC      leim/quail/vnvni.elc
  ELC      leim/quail/welsh.elc
  ELC      mail/binhex.elc
  ELC      mail/emacsbug.elc
  ELC      mail/feedmail.elc
  ELC      mail/flow-fill.elc
  ELC      mail/footnote.elc
  ELC      mail/hashcash.elc
  ELC      mail/ietf-drums.elc
  ELC      mail/mail-extr.elc
  ELC      mail/mail-hist.elc
  ELC      mail/mail-parse.elc
  ELC      mail/mail-prsvr.elc
  ELC      mail/mail-utils.elc
  ELC      mail/mailabbrev.elc
  ELC      mail/mailalias.elc
  ELC      mail/mailclient.elc
  ELC      mail/mailheader.elc
  ELC      mail/metamail.elc
  ELC      mail/mspools.elc
  ELC      mail/qp.elc
  ELC      mail/reporter.elc
  ELC      mail/rfc2045.elc
  ELC      mail/rfc2047.elc
  ELC      mail/rfc2231.elc
  ELC      mail/rfc2368.elc
  ELC      mail/rfc822.elc
  ELC      mail/rmail-spam-filter.elc
  ELC      mail/rmail.elc
  ELC      mail/rmailedit.elc
  ELC      mail/rmailkwd.elc
  ELC      mail/rmailmm.elc
  ELC      mail/rmailmsc.elc
  ELC      mail/rmailout.elc
  ELC      mail/rmailsort.elc
  ELC      mail/rmailsum.elc
  ELC      mail/sendmail.elc
  ELC      mail/smtpmail.elc
  ELC      mail/supercite.elc
  ELC      mail/uce.elc
  ELC      mail/undigest.elc
  ELC      mail/unrmail.elc
  ELC      mail/uudecode.elc
  ELC      mail/yenc.elc
  ELC      mh-e/mh-alias.elc
  ELC      mh-e/mh-buffers.elc
  ELC      mh-e/mh-comp.elc
  ELC      mh-e/mh-compat.elc
  ELC      mh-e/mh-e.elc
  ELC      mh-e/mh-folder.elc
  ELC      mh-e/mh-funcs.elc
  ELC      mh-e/mh-gnus.elc
  ELC      mh-e/mh-identity.elc
  ELC      mh-e/mh-inc.elc
  ELC      mh-e/mh-junk.elc
  ELC      mh-e/mh-letter.elc
  ELC      mh-e/mh-limit.elc
  ELC      mh-e/mh-mime.elc
  ELC      mh-e/mh-print.elc
  ELC      mh-e/mh-scan.elc
  ELC      mh-e/mh-search.elc
  ELC      mh-e/mh-seq.elc
  ELC      mh-e/mh-show.elc
  ELC      mh-e/mh-speed.elc
  ELC      mh-e/mh-thread.elc
  ELC      mh-e/mh-tool-bar.elc
  ELC      mh-e/mh-utils.elc
  ELC      mh-e/mh-xface.elc
  ELC      net/ange-ftp.elc
  ELC      net/browse-url.elc
  ELC      net/dbus.elc
  ELC      net/dig.elc
  ELC      net/dns.elc
  ELC      net/eudc-bob.elc
  ELC      net/eudc-export.elc
  ELC      net/eudc-hotlist.elc
  ELC      net/eudc-vars.elc
  ELC      net/eudc.elc
  ELC      net/eudcb-bbdb.elc
  ELC      net/eudcb-ldap.elc
  ELC      net/eudcb-mab.elc
  ELC      net/eww.elc
  ELC      net/gnutls.elc
  ELC      net/goto-addr.elc
  ELC      net/hmac-def.elc
  ELC      net/hmac-md5.elc
  ELC      net/imap.elc
  ELC      net/ldap.elc
  ELC      net/mailcap.elc
  ELC      net/mairix.elc
  ELC      net/net-utils.elc
  ELC      net/netrc.elc
  ELC      net/network-stream.elc
  ELC      net/newst-backend.elc
  ELC      net/newst-plainview.elc
  ELC      net/newst-reader.elc
  ELC      net/newst-ticker.elc
  ELC      net/newst-treeview.elc
  ELC      net/newsticker.elc
  ELC      net/nsm.elc
  ELC      net/ntlm.elc
  ELC      net/pop3.elc
  ELC      net/puny.elc
  ELC      net/quickurl.elc
  ELC      net/rcirc.elc
  ELC      net/rfc2104.elc
  ELC      net/rlogin.elc
  ELC      net/sasl-cram.elc
  ELC      net/sasl-digest.elc
  ELC      net/sasl-ntlm.elc
  ELC      net/sasl-scram-rfc.elc
  ELC      net/sasl-scram-sha256.elc
  ELC      net/sasl.elc
  ELC      net/secrets.elc
  ELC      net/shr-color.elc
  ELC      net/shr.elc
  ELC      net/sieve-manage.elc
  ELC      net/sieve-mode.elc
  ELC      net/sieve.elc
  ELC      net/snmp-mode.elc
  ELC      net/soap-client.elc
  ELC      net/soap-inspect.elc
  ELC      net/socks.elc
  ELC      net/telnet.elc
  ELC      net/tramp-adb.elc
  ELC      net/tramp-archive.elc
  ELC      net/tramp-cache.elc
  ELC      net/tramp-cmds.elc
  ELC      net/tramp-compat.elc
  ELC      net/tramp-ftp.elc
  ELC      net/tramp-gvfs.elc
  ELC      net/tramp-integration.elc
  ELC      net/tramp-rclone.elc
  ELC      net/tramp-sh.elc
  ELC      net/tramp-smb.elc
  ELC      net/tramp-sudoedit.elc
  ELC      net/tramp-uu.elc
  ELC      net/tramp.elc
  ELC      net/trampver.elc
  ELC      net/webjump.elc
  ELC      net/zeroconf.elc
  ELC      nxml/nxml-enc.elc
  ELC      nxml/nxml-maint.elc
  ELC      nxml/nxml-mode.elc
  ELC      nxml/nxml-ns.elc
  ELC      nxml/nxml-outln.elc
  ELC      nxml/nxml-parse.elc
  ELC      nxml/nxml-rap.elc
  ELC      nxml/nxml-util.elc
  ELC      nxml/rng-cmpct.elc
  ELC      nxml/rng-dt.elc
  ELC      nxml/rng-loc.elc
  ELC      nxml/rng-maint.elc
  ELC      nxml/rng-match.elc
  ELC      nxml/rng-nxml.elc
  ELC      nxml/rng-parse.elc
  ELC      nxml/rng-pttrn.elc
  ELC      nxml/rng-uri.elc
  ELC      nxml/rng-util.elc
  ELC      nxml/rng-valid.elc
  ELC      nxml/rng-xsd.elc
  ELC      nxml/xmltok.elc
  ELC      nxml/xsd-regexp.elc
  ELC      obsolete/abbrevlist.elc
  ELC      obsolete/assoc.elc
  ELC      obsolete/bruce.elc
  ELC      obsolete/cc-compat.elc
  ELC      obsolete/cl-compat.elc
  ELC      obsolete/cl.elc
  ELC      obsolete/complete.elc
  ELC      obsolete/crisp.elc
  ELC      obsolete/cust-print.elc
  ELC      obsolete/erc-hecomplete.elc
  ELC      obsolete/eudcb-ph.elc
  ELC      obsolete/fast-lock.elc
  ELC      obsolete/gs.elc
  ELC      obsolete/gulp.elc
  ELC      obsolete/html2text.elc
  ELC      obsolete/info-edit.elc
  ELC      obsolete/iswitchb.elc
  ELC      obsolete/landmark.elc
  ELC      obsolete/lazy-lock.elc
  ELC      obsolete/ledit.elc
  ELC      obsolete/levents.elc
  ELC      obsolete/lmenu.elc
  ELC      obsolete/longlines.elc
  ELC      obsolete/lucid.elc
  ELC      obsolete/mailpost.elc
  ELC      obsolete/mantemp.elc
  ELC      obsolete/meese.elc
  ELC      obsolete/mouse-sel.elc
  ELC      obsolete/old-emacs-lock.elc
  ELC      obsolete/old-whitespace.elc
  ELC      obsolete/otodo-mode.elc
  ELC      obsolete/patcomp.elc
  ELC      obsolete/pc-mode.elc
  ELC      obsolete/pc-select.elc
  ELC      obsolete/pgg-def.elc
  ELC      obsolete/pgg-gpg.elc
  ELC      obsolete/pgg-parse.elc
  ELC      obsolete/pgg-pgp.elc
  ELC      obsolete/pgg-pgp5.elc
  ELC      obsolete/pgg.elc
  ELC      obsolete/rcompile.elc
  ELC      obsolete/s-region.elc
  ELC      obsolete/sb-image.elc
  ELC      obsolete/sregex.elc
  ELC      obsolete/starttls.elc
  ELC      obsolete/sup-mouse.elc
  ELC      obsolete/terminal.elc
  ELC      obsolete/tls.elc
  ELC      obsolete/tpu-edt.elc
  ELC      obsolete/tpu-extras.elc
  ELC      obsolete/tpu-mapper.elc
  ELC      obsolete/url-ns.elc
  ELC      obsolete/vc-arch.elc
  ELC      obsolete/vi.elc
  ELC      obsolete/vip.elc
  ELC      obsolete/ws-mode.elc
  ELC      obsolete/yow.elc
  ELC      org/ob-C.elc
  ELC      org/ob-J.elc
  ELC      org/ob-R.elc
  ELC      org/ob-abc.elc
  ELC      org/ob-asymptote.elc
  ELC      org/ob-awk.elc
  ELC      org/ob-calc.elc
  ELC      org/ob-clojure.elc
  ELC      org/ob-comint.elc
  ELC      org/ob-coq.elc
  ELC      org/ob-core.elc
  ELC      org/ob-css.elc
  ELC      org/ob-ditaa.elc
  ELC      org/ob-dot.elc
  ELC      org/ob-ebnf.elc
  ELC      org/ob-emacs-lisp.elc
  ELC      org/ob-eshell.elc
  ELC      org/ob-eval.elc
  ELC      org/ob-exp.elc
  ELC      org/ob-forth.elc
  ELC      org/ob-fortran.elc
  ELC      org/ob-gnuplot.elc
  ELC      org/ob-groovy.elc
  ELC      org/ob-haskell.elc
  ELC      org/ob-hledger.elc
  ELC      org/ob-io.elc
  ELC      org/ob-java.elc
  ELC      org/ob-js.elc
  ELC      org/ob-latex.elc
  ELC      org/ob-ledger.elc
  ELC      org/ob-lilypond.elc
  ELC      org/ob-lisp.elc
  ELC      org/ob-lob.elc
  ELC      org/ob-lua.elc
  ELC      org/ob-makefile.elc
  ELC      org/ob-matlab.elc
  ELC      org/ob-maxima.elc
  ELC      org/ob-mscgen.elc
  ELC      org/ob-ocaml.elc
  ELC      org/ob-octave.elc
  ELC      org/ob-org.elc
  ELC      org/ob-perl.elc
  ELC      org/ob-picolisp.elc
  ELC      org/ob-plantuml.elc
  ELC      org/ob-processing.elc
  ELC      org/ob-python.elc
  ELC      org/ob-ref.elc
  ELC      org/ob-ruby.elc
  ELC      org/ob-sass.elc
  ELC      org/ob-scheme.elc
  ELC      org/ob-screen.elc

In org-babel-screen-test:
org/ob-screen.el:120:4: Warning: value returned from (format
    "org-babel-screen: File not readable yet.") is unused
  ELC      org/ob-sed.elc
  ELC      org/ob-shell.elc
  ELC      org/ob-shen.elc
  ELC      org/ob-sql.elc
  ELC      org/ob-sqlite.elc
  ELC      org/ob-stan.elc
  ELC      org/ob-table.elc
  ELC      org/ob-tangle.elc
  ELC      org/ob-vala.elc
  ELC      org/ob.elc
  ELC      org/ol-bbdb.elc
  ELC      org/ol-bibtex.elc
  ELC      org/ol-docview.elc
  ELC      org/ol-eshell.elc
  ELC      org/ol-eww.elc
  ELC      org/ol-gnus.elc
  ELC      org/ol-info.elc
  ELC      org/ol-irc.elc
  ELC      org/ol-mhe.elc
  ELC      org/ol-rmail.elc
  ELC      org/ol-w3m.elc
  ELC      org/ol.elc
  ELC      org/org-agenda.elc
  ELC      org/org-archive.elc
  ELC      org/org-attach-git.elc
  ELC      org/org-attach.elc
  ELC      org/org-capture.elc
  ELC      org/org-clock.elc
  ELC      org/org-colview.elc
  ELC      org/org-compat.elc
  ELC      org/org-crypt.elc
  ELC      org/org-ctags.elc
  ELC      org/org-datetree.elc
  ELC      org/org-duration.elc
  ELC      org/org-element.elc
  ELC      org/org-entities.elc
  ELC      org/org-faces.elc
  ELC      org/org-feed.elc
  ELC      org/org-footnote.elc
  ELC      org/org-goto.elc
  ELC      org/org-habit.elc
  ELC      org/org-id.elc
  ELC      org/org-indent.elc
  ELC      org/org-inlinetask.elc
  ELC      org/org-keys.elc
  ELC      org/org-lint.elc
  ELC      org/org-list.elc
  ELC      org/org-macro.elc
  ELC      org/org-macs.elc
  ELC      org/org-mobile.elc
  ELC      org/org-mouse.elc
  ELC      org/org-num.elc
  ELC      org/org-pcomplete.elc
  ELC      org/org-plot.elc
  ELC      org/org-protocol.elc
  ELC      org/org-src.elc
  ELC      org/org-table.elc
  ELC      org/org-tempo.elc
  ELC      org/org-timer.elc
  ELC      org/org.elc
  ELC      org/ox-ascii.elc
  ELC      org/ox-beamer.elc
  ELC      org/ox-html.elc
  ELC      org/ox-icalendar.elc
  ELC      org/ox-latex.elc
  ELC      org/ox-man.elc
  ELC      org/ox-md.elc
  ELC      org/ox-odt.elc
  ELC      org/ox-org.elc
  ELC      org/ox-publish.elc
  ELC      org/ox-texinfo.elc
  ELC      org/ox.elc
  ELC      play/5x5.elc
  ELC      play/animate.elc
  ELC      play/blackbox.elc
  ELC      play/bubbles.elc
  ELC      play/cookie1.elc
  ELC      play/decipher.elc
  ELC      play/dissociate.elc
  ELC      play/doctor.elc
  ELC      play/dunnet.elc
  ELC      play/fortune.elc
  ELC      play/gamegrid.elc
  ELC      play/gametree.elc
  ELC      play/gomoku.elc
  ELC      play/handwrite.elc
  ELC      play/hanoi.elc
  ELC      play/life.elc
  ELC      play/morse.elc
  ELC      play/mpuz.elc
  ELC      play/pong.elc
  ELC      play/snake.elc
  ELC      play/solitaire.elc
  ELC      play/spook.elc
  ELC      play/studly.elc
  ELC      play/tetris.elc
  ELC      play/zone.elc
  ELC      progmodes/antlr-mode.elc
  ELC      progmodes/asm-mode.elc
  ELC      progmodes/autoconf.elc
  ELC      progmodes/bat-mode.elc
  ELC      progmodes/bug-reference.elc
  ELC      progmodes/cc-bytecomp.elc
  ELC      progmodes/cc-defs.elc
  ELC      progmodes/cc-vars.elc
  ELC      progmodes/cc-langs.elc
  ELC      progmodes/cc-engine.elc
  ELC      progmodes/cc-align.elc
  ELC      progmodes/cc-awk.elc
  ELC      progmodes/cc-cmds.elc
  ELC      progmodes/cc-fonts.elc
  ELC      progmodes/cc-guess.elc
  ELC      progmodes/cc-menus.elc
  ELC      progmodes/cc-styles.elc
  ELC      progmodes/cc-mode.elc
  ELC      progmodes/cfengine.elc
  ELC      progmodes/cmacexp.elc
  ELC      progmodes/compile.elc
  ELC      progmodes/cperl-mode.elc
  ELC      progmodes/cpp.elc
  ELC      progmodes/cwarn.elc
  ELC      progmodes/dcl-mode.elc
  ELC      progmodes/ebnf-abn.elc
  ELC      progmodes/ebnf-bnf.elc
  ELC      progmodes/ebnf-dtd.elc
  ELC      progmodes/ebnf-ebx.elc
  ELC      progmodes/ebnf-iso.elc
  ELC      progmodes/ebnf-otz.elc
  ELC      progmodes/ebnf-yac.elc
  ELC      progmodes/ebnf2ps.elc
  ELC      progmodes/ebrowse.elc
  ELC      progmodes/etags.elc
  ELC      progmodes/executable.elc
  ELC      progmodes/f90.elc
  ELC      progmodes/flymake-cc.elc
  ELC      progmodes/flymake-proc.elc
  ELC      progmodes/flymake.elc
  ELC      progmodes/fortran.elc
  ELC      progmodes/gdb-mi.elc
  ELC      progmodes/glasses.elc
  ELC      progmodes/grep.elc
  ELC      progmodes/gud.elc
  ELC      progmodes/hideif.elc
  ELC      progmodes/hideshow.elc
  ELC      progmodes/icon.elc
  ELC      progmodes/idlw-complete-structtag.elc
  ELC      progmodes/idlw-help.elc
  ELC      progmodes/idlw-shell.elc
  ELC      progmodes/idlw-toolbar.elc
  ELC      progmodes/idlwave.elc
  ELC      progmodes/inf-lisp.elc
  ELC      progmodes/js.elc
  ELC      progmodes/ld-script.elc
  ELC      progmodes/m4-mode.elc
  ELC      progmodes/make-mode.elc
  ELC      progmodes/meta-mode.elc
  ELC      progmodes/mixal-mode.elc
  ELC      progmodes/modula2.elc
  ELC      progmodes/octave.elc
  ELC      progmodes/opascal.elc
  ELC      progmodes/pascal.elc
  ELC      progmodes/perl-mode.elc
  ELC      progmodes/project.elc
  ELC      progmodes/prolog.elc
  ELC      progmodes/ps-mode.elc
  ELC      progmodes/python.elc
  ELC      progmodes/ruby-mode.elc
  ELC      progmodes/scheme.elc
  ELC      progmodes/sh-script.elc
  ELC      progmodes/simula.elc
  ELC      progmodes/sql.elc
  ELC      progmodes/subword.elc
  ELC      progmodes/tcl.elc
  ELC      progmodes/vera-mode.elc
  ELC      progmodes/verilog-mode.elc
  ELC      progmodes/vhdl-mode.elc
  ELC      progmodes/which-func.elc
  ELC      progmodes/xref.elc
  ELC      progmodes/xscheme.elc
  ELC      term/AT386.elc
  ELC      term/bobcat.elc
  ELC      term/cygwin.elc
  ELC      term/iris-ansi.elc
  ELC      term/konsole.elc
  ELC      term/linux.elc
  ELC      term/lk201.elc
  ELC      term/news.elc
  ELC      term/rxvt.elc
  ELC      term/screen.elc
  ELC      term/sun.elc
  ELC      term/tmux.elc
  ELC      term/tvi970.elc
  ELC      term/vt100.elc
  ELC      term/vt200.elc
  ELC      term/w32console.elc
  ELC      term/wyse50.elc
  ELC      term/xterm.elc
  ELC      textmodes/artist.elc
  ELC      textmodes/bib-mode.elc
  ELC      textmodes/bibtex-style.elc
  ELC      textmodes/bibtex.elc
  ELC      textmodes/conf-mode.elc
  ELC      textmodes/css-mode.elc
  ELC      textmodes/dns-mode.elc
  ELC      textmodes/enriched.elc
  ELC      textmodes/flyspell.elc
  ELC      textmodes/ispell.elc
  ELC      textmodes/less-css-mode.elc
  ELC      textmodes/makeinfo.elc
  ELC      textmodes/mhtml-mode.elc
  ELC      textmodes/nroff-mode.elc
  ELC      textmodes/page-ext.elc
  ELC      textmodes/picture.elc
  ELC      textmodes/po.elc
  ELC      textmodes/refbib.elc
  ELC      textmodes/refer.elc
  ELC      textmodes/refill.elc
  ELC      textmodes/reftex-auc.elc
  ELC      textmodes/reftex-cite.elc
  ELC      textmodes/reftex-dcr.elc
  ELC      textmodes/reftex-global.elc
  ELC      textmodes/reftex-index.elc
  ELC      textmodes/reftex-parse.elc
  ELC      textmodes/reftex-ref.elc
  ELC      textmodes/reftex-sel.elc
  ELC      textmodes/reftex-toc.elc
  ELC      textmodes/reftex-vars.elc
  ELC      textmodes/reftex.elc
  ELC      textmodes/remember.elc
  ELC      textmodes/rst.elc
  ELC      textmodes/sgml-mode.elc
  ELC      textmodes/table.elc
  ELC      textmodes/tex-mode.elc
  ELC      textmodes/texinfmt.elc
  ELC      textmodes/texinfo.elc
  ELC      textmodes/texnfo-upd.elc
  ELC      textmodes/tildify.elc
  ELC      textmodes/two-column.elc
  ELC      textmodes/underline.elc
  ELC      url/url-about.elc
  ELC      url/url-auth.elc
  ELC      url/url-cache.elc
  ELC      url/url-cid.elc
  ELC      url/url-cookie.elc
  ELC      url/url-dav.elc
  ELC      url/url-dired.elc
  ELC      url/url-domsuf.elc
  ELC      url/url-expand.elc
  ELC      url/url-file.elc
  ELC      url/url-ftp.elc
  ELC      url/url-future.elc
  ELC      url/url-gw.elc
  ELC      url/url-handlers.elc
  ELC      url/url-history.elc
  ELC      url/url-http.elc
  ELC      url/url-imap.elc
  ELC      url/url-irc.elc
  ELC      url/url-ldap.elc
  ELC      url/url-mailto.elc
  ELC      url/url-methods.elc
  ELC      url/url-misc.elc
  ELC      url/url-news.elc
  ELC      url/url-nfs.elc
  ELC      url/url-parse.elc
  ELC      url/url-privacy.elc
  ELC      url/url-proxy.elc
  ELC      url/url-queue.elc
  ELC      url/url-tramp.elc
  ELC      url/url-util.elc
  ELC      url/url-vars.elc
  ELC      url/url.elc
  ELC      vc/add-log.elc
  ELC      vc/compare-w.elc
  ELC      vc/cvs-status.elc
  ELC      vc/diff-mode.elc
  ELC      vc/diff.elc
  ELC      vc/ediff-diff.elc
  ELC      vc/ediff-help.elc
  ELC      vc/ediff-init.elc
  ELC      vc/ediff-merg.elc
  ELC      vc/ediff-mult.elc
  ELC      vc/ediff-ptch.elc
  ELC      vc/ediff-util.elc
  ELC      vc/ediff-vers.elc
  ELC      vc/ediff-wind.elc
  ELC      vc/ediff.elc
  ELC      vc/emerge.elc
  ELC      vc/log-edit.elc
  ELC      vc/log-view.elc
  ELC      vc/pcvs-defs.elc
  ELC      vc/pcvs-info.elc
  ELC      vc/pcvs-parse.elc
  ELC      vc/pcvs-util.elc
  ELC      vc/pcvs.elc
  ELC      vc/smerge-mode.elc
  ELC      vc/vc-annotate.elc
  ELC      vc/vc-bzr.elc
  ELC      vc/vc-cvs.elc
  ELC      vc/vc-dav.elc
  ELC      vc/vc-dir.elc
  ELC      vc/vc-dispatcher.elc
  ELC      vc/vc-filewise.elc
  ELC      vc/vc-git.elc
  ELC      vc/vc-hg.elc
  ELC      vc/vc-mtn.elc
  ELC      vc/vc-rcs.elc
  ELC      vc/vc-sccs.elc
  ELC      vc/vc-src.elc
  ELC      vc/vc-svn.elc
  ELC      vc/vc.elc
  GEN      cus-load.el
  INFO     Scanning files for custom...
  INFO     Scanning files for custom...10%
  INFO     Scanning files for custom...20%
  INFO     Scanning files for custom...30%
  INFO     Scanning files for custom...40%
  INFO     Scanning files for custom...50%
  INFO     Scanning files for custom...60%
  INFO     Scanning files for custom...70%
  INFO     Scanning files for custom...80%
  INFO     Scanning files for custom...90%
  INFO     Scanning files for custom...100%
  INFO     Scanning files for custom...done
  INFO     Generating ./cus-load.el...
  INFO     Generating ./cus-load.el...done
  GEN      finder-inf.el
  INFO     Scanning files for finder...
  INFO     Scanning files for finder...17%
  INFO     Scanning files for finder...37%
  INFO     Scanning files for finder...56%
  INFO     Scanning files for finder...72%
  INFO     Scanning files for finder...89%
  INFO     Scanning files for finder...done
jun@jundeMac ~/s/emacs-git> cd src
jun@jundeMac ~/s/e/src> ./emacs -Q

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-20  2:02                     ` HaiJun Zhang
@ 2020-02-20 23:20                       ` Alan Third
  2020-02-21  2:34                         ` HaiJun Zhang
  0 siblings, 1 reply; 19+ messages in thread
From: Alan Third @ 2020-02-20 23:20 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Thu, Feb 20, 2020 at 10:02:44AM +0800, HaiJun Zhang wrote:
> Yes.
> 在 2020年2月20日 +0800 AM4:19,Alan Third <alan@idiocy.org>,写道:
> > On Wed, Feb 19, 2020 at 07:59:02PM +0800, HaiJun Zhang wrote:
> > > I tried the master today. Emacs just shows a blank window.
> > > I run it in src directory:
> > > cd  src
> > > ./emacs -Q
> > >
> > > OS: macOS 10.13.6.
> >
> > You might be the first person to try it on macOS below 10.14, although
> > I don’t expect that to cause a problem.
> >
> > Can you please send me the output generated when you compiled it, in
> > case I’m using something that’s been changed?

These errors are interesting:

ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/AppKit.
tbd and library file /System/Library/Frameworks//AppKit.framework/AppKit are out of sy
nc. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tb
d and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync.
Falling back to library file for linking.

I think that means the command line utils need to be reinstalled.

    xcode-select --install

-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-20 23:20                       ` Alan Third
@ 2020-02-21  2:34                         ` HaiJun Zhang
  2020-02-21 20:30                           ` Alan Third
  0 siblings, 1 reply; 19+ messages in thread
From: HaiJun Zhang @ 2020-02-21  2:34 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 1795 bytes --]

jun@jundeMac ~/s/emacs-git> xcode-select —install
xcode-select: error: command line tools are already installed, use “Software Update" to install updates

There are no updates for command line tools in “Software Update”. And I can’t upgrade xcode to latest version because it doesn’t support 10.13.6. It seems that I have to upgrade the OS.

I will keep with emacs 26 before I upgrade the os.

Thanks.
在 2020年2月21日 +0800 AM7:20,Alan Third <alan@idiocy.org>,写道:
> On Thu, Feb 20, 2020 at 10:02:44AM +0800, HaiJun Zhang wrote:
> > Yes.
> > 在 2020年2月20日 +0800 AM4:19,Alan Third <alan@idiocy.org>,写道:
> > > On Wed, Feb 19, 2020 at 07:59:02PM +0800, HaiJun Zhang wrote:
> > > > I tried the master today. Emacs just shows a blank window.
> > > > I run it in src directory:
> > > > cd  src
> > > > ./emacs -Q
> > > >
> > > > OS: macOS 10.13.6.
> > >
> > > You might be the first person to try it on macOS below 10.14, although
> > > I don’t expect that to cause a problem.
> > >
> > > Can you please send me the output generated when you compiled it, in
> > > case I’m using something that’s been changed?
>
> These errors are interesting:
>
> ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/AppKit.
> tbd and library file /System/Library/Frameworks//AppKit.framework/AppKit are out of sy
> nc. Falling back to library file for linking.
> ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tb
> d and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync.
> Falling back to library file for linking.
>
> I think that means the command line utils need to be reinstalled.
>
> xcode-select --install
>
> --
> Alan Third

[-- Attachment #2: Type: text/html, Size: 2905 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-21  2:34                         ` HaiJun Zhang
@ 2020-02-21 20:30                           ` Alan Third
  2020-03-05 17:19                             ` Alan Third
  2020-03-24  4:01                             ` HaiJun Zhang
  0 siblings, 2 replies; 19+ messages in thread
From: Alan Third @ 2020-02-21 20:30 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Fri, Feb 21, 2020 at 10:34:51AM +0800, HaiJun Zhang wrote:
> jun@jundeMac ~/s/emacs-git> xcode-select —install
> xcode-select: error: command line tools are already installed, use “Software Update" to install updates
> 
> There are no updates for command line tools in “Software Update”.
> And I can’t upgrade xcode to latest version because it doesn’t
> support 10.13.6. It seems that I have to upgrade the OS.
> 
> I will keep with emacs 26 before I upgrade the os.

I’m not sure what else you could try as this isn’t a situation I’ve
been in. All I can say is that error strongly implies your build
environment is broken somehow.

Are you able to build Emacs 26?

-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-21 20:30                           ` Alan Third
@ 2020-03-05 17:19                             ` Alan Third
  2020-03-24  3:58                               ` HaiJun Zhang
  2020-03-24  4:01                             ` HaiJun Zhang
  1 sibling, 1 reply; 19+ messages in thread
From: Alan Third @ 2020-03-05 17:19 UTC (permalink / raw)
  To: HaiJun Zhang; +Cc: 38727

On Fri, Feb 21, 2020 at 08:30:33PM +0000, Alan Third wrote:
> On Fri, Feb 21, 2020 at 10:34:51AM +0800, HaiJun Zhang wrote:
> > jun@jundeMac ~/s/emacs-git> xcode-select —install
> > xcode-select: error: command line tools are already installed, use “Software Update" to install updates
> > 
> > There are no updates for command line tools in “Software Update”.
> > And I can’t upgrade xcode to latest version because it doesn’t
> > support 10.13.6. It seems that I have to upgrade the OS.
> > 
> > I will keep with emacs 26 before I upgrade the os.
> 
> I’m not sure what else you could try as this isn’t a situation I’ve
> been in. All I can say is that error strongly implies your build
> environment is broken somehow.
> 
> Are you able to build Emacs 26?

Can you please try the master branch again? I think I’ve fixed a
problem that may have been the cause of your issues.
-- 
Alan Third





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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-03-05 17:19                             ` Alan Third
@ 2020-03-24  3:58                               ` HaiJun Zhang
  0 siblings, 0 replies; 19+ messages in thread
From: HaiJun Zhang @ 2020-03-24  3:58 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

在 2020年3月6日 +0800 AM1:19,Alan Third <alan@idiocy.org>,写道:
>
> Can you please try the master branch again? I think I’ve fixed a
> problem that may have been the cause of your issues.
> --
> Alan Third

I tried. It works now. Thanks.

I found two other issues:

1. There is delay(about 1~3s) before cursor color restores after emacs frame becomes focused from unfocused.
2. Emacs renders blank window(not full of window) sometimes. It is much rarer than emacs-27. But it happens.

For 1: I can reproduce it 100% with my profile.
For 2: I can’t reproduce it 100%.


[-- Attachment #2: Type: text/html, Size: 1382 bytes --]

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

* bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k'
  2020-02-21 20:30                           ` Alan Third
  2020-03-05 17:19                             ` Alan Third
@ 2020-03-24  4:01                             ` HaiJun Zhang
  1 sibling, 0 replies; 19+ messages in thread
From: HaiJun Zhang @ 2020-03-24  4:01 UTC (permalink / raw)
  To: Alan Third; +Cc: 38727

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

在 2020年2月22日 +0800 AM4:30,Alan Third <alan@idiocy.org>,写道:
> I’m not sure what else you could try as this isn’t a situation I’ve
> been in. All I can say is that error strongly implies your build
> environment is broken somehow.
>
> Are you able to build Emacs 26?

Yes.

I have found a similar issue here: https://github.com/microsoft/azure-pipelines-image-generation/issues/1181



[-- Attachment #2: Type: text/html, Size: 1003 bytes --]

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

end of thread, other threads:[~2020-03-24  4:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <51b94c78-71c3-499d-8a69-38ecb0710795@Spark>
2019-12-24  4:00 ` bug#38727: 27.0.50; The frame refreshes when pressing 'C-h k' HaiJun Zhang
2019-12-24 15:31   ` Eli Zaretskii
2019-12-24 16:44     ` HaiJun Zhang
2019-12-30 11:27   ` Alan Third
2019-12-30 13:29     ` HaiJun Zhang
     [not found]     ` <e54c1ede-ffe7-405c-9452-c1f2717065c3@Spark>
2019-12-30 13:29       ` HaiJun Zhang
2020-01-06  1:39         ` HaiJun Zhang
2020-02-16  3:47           ` HaiJun Zhang
2020-02-16 11:27             ` Alan Third
2020-02-18 22:14               ` HaiJun Zhang
2020-02-19 11:59                 ` HaiJun Zhang
2020-02-19 20:19                   ` Alan Third
2020-02-20  2:02                     ` HaiJun Zhang
2020-02-20 23:20                       ` Alan Third
2020-02-21  2:34                         ` HaiJun Zhang
2020-02-21 20:30                           ` Alan Third
2020-03-05 17:19                             ` Alan Third
2020-03-24  3:58                               ` HaiJun Zhang
2020-03-24  4:01                             ` HaiJun Zhang

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).