unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
@ 2016-01-31 16:27 Richard Copley
  2016-01-31 17:04 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Copley @ 2016-01-31 16:27 UTC (permalink / raw)
  To: 22501

Building Emacs from a clean checkout of the current emacs-25, I get
the error:

  ELC      /G/emacs/repo/emacs/lisp/term/ns-win.elc
G:/emacs/repo/emacs/lisp/term/ns-win.el:54:1:Error: Wrong type
argument: char-table-p, "uni-combining.el"

ns-win.el itself hasn't changed recently.

In GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)
 of 2016-01-25 built on MACHINE
Repository revision: 6475f9265ecf21a8d49bc3ac0dc66010c9ec6b05
Windowing system distributor 'Microsoft Corp.', version 10.0.10586
Configured using:
 'configure --prefix /c/emacs/emacs-20160125-012901
 --without-imagemagick --disable-dependency-tracking
 --enable-locallisppath=%emacs_dir%/../site-lisp 'CFLAGS=-Og -g -ggdb''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS

Important settings:
  value of $LANG: ENG
  locale-coding-system: cp1252

Major mode: Compilation

Minor modes in effect:
  diff-auto-refine-mode: t
  shell-dirtrack-mode: t
  tooltip-mode: t
  global-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
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark set
Compilation exited abnormally with code 2
Mark set
Mark saved where search started
Mark deactivated

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec
epg epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils vc vc-dispatcher
vc-git diff-mode easy-mmode map character-fold misearch multi-isearch
shell pcomplete compile comint ansi-color ring seq byte-opt gv bytecomp
byte-compile cconv cl-extra help-mode easymenu cl-loaddefs pcase cl-lib
dired time-date mule-util tooltip eldoc electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table w32-win
w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame 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 charscript case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer 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
w32notify dbusbind w32 multi-tty make-network-process emacs)

Memory information:
((conses 16 127962 12171)
 (symbols 56 21466 0)
 (miscs 48 67 171)
 (strings 32 30682 13958)
 (string-bytes 1 719951)
 (vectors 16 16113)
 (vector-slots 8 502695 4989)
 (floats 8 189 178)
 (intervals 56 4231 0)
 (buffers 976 14))





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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-01-31 16:27 bug#22501: 25.0.50; Build failure byte compiling ns-win.el Richard Copley
@ 2016-01-31 17:04 ` Eli Zaretskii
  2016-01-31 21:24   ` Richard Copley
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-01-31 17:04 UTC (permalink / raw)
  To: Richard Copley; +Cc: 22501

> From: Richard Copley <rcopley@gmail.com>
> Date: Sun, 31 Jan 2016 16:27:43 +0000
> 
> Building Emacs from a clean checkout of the current emacs-25, I get
> the error:
> 
>   ELC      /G/emacs/repo/emacs/lisp/term/ns-win.elc
> G:/emacs/repo/emacs/lisp/term/ns-win.el:54:1:Error: Wrong type
> argument: char-table-p, "uni-combining.el"
> 
> ns-win.el itself hasn't changed recently.

Please post the entire transcript of the failed build, starting from
the configure script, and please show the configure and make commands
you used.

Thanks.





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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-01-31 17:04 ` Eli Zaretskii
@ 2016-01-31 21:24   ` Richard Copley
  2016-01-31 21:26     ` Richard Copley
  2016-02-01 19:47     ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Richard Copley @ 2016-01-31 21:24 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 22501

> Please post the entire transcript of the failed build, starting from
> the configure script, and please show the configure and make commands
> you used.
>
> Thanks.

While trying to recreating the transcript I built at -j1, -j2 and -j4
without any errors. Finally when I tried my usual level -j8, the build
failed again as before.

Building at -j8 was working ok until a few days ago. To be exact, my
latest good build was of "6475f9265ecf21a8d49bc3ac0dc66010c9ec6b05"
(emacs-25 at 2016-01-25 01:29:01).

Transcript attached. There's a lot of repetition so I processed it
with "uniq -c" which halved the length.
Commands:

'/g/emacs/repo/emacs/configure' --prefix
/c/emacs/emacs-20160131-201846 --without-imagemagick
--disable-dependency-tracking
--enable-locallisppath=%emacs_dir%/../site-lisp

make -j8 -C '/g/emacs/build-scripts/build'

Thanks.





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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-01-31 21:24   ` Richard Copley
@ 2016-01-31 21:26     ` Richard Copley
  2016-02-01 19:47     ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Richard Copley @ 2016-01-31 21:26 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 22501

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

> Transcript attached
Here it is.

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

      1 [MSYS] '/g/emacs/repo/emacs/configure' --prefix /c/emacs/emacs-20160131-201846 --without-imagemagick --disable-dependency-tracking --enable-locallisppath=%emacs_dir%/../site-lisp
      1 checking for xcrun... no
      1 checking for GNU Make... make
      1 checking for a BSD-compatible install... /usr/bin/install -c
      1 checking whether build environment is sane... yes
      1 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
      1 checking for gawk... gawk
      1 checking whether make supports nested variables... (cached) yes
      1 checking build system type... x86_64-pc-mingw64
      1 checking host system type... x86_64-pc-mingw64
      1 checking the compiler's target... x86_64-w64-mingw32
      1 checking for gcc... gcc
      1 checking whether the C compiler works... yes
      1 checking for C compiler default output file name... a.exe
      1 checking for suffix of executables... .exe
      1 checking whether we are cross compiling... no
      1 checking for suffix of object files... o
      1 checking whether we are using the GNU C compiler... yes
      1 checking whether gcc accepts -g... yes
      1 checking whether gcc understands -c and -o together... yes
      1 checking for style of include used by make... GNU
      1 checking dependency style of gcc... none
      1 checking for gcc option to accept ISO C99... none needed
      1 checking for gcc option to accept ISO Standard C... (cached) none needed
      1 checking for putenv... yes
      1 checking for tzset... yes
      1 checking for fchmod... no
      1 checking for readlinkat... (cached) yes
      1 checking for faccessat... (cached) yes
      1 checking for fcntl... (cached) yes
      1 checking for fdopendir... (cached) not-needed
      1 checking for fstatat... (cached) yes
      1 checking for fsync... (cached) yes
      1 checking for gettimeofday... yes
      1 checking for nanotime... no
      1 checking for lstat... (cached) yes
      1 checking for mkostemp... (cached) yes
      1 checking for pipe2... (cached) yes
      1 checking for pselect... (cached) yes
      1 checking for readlink... (cached) yes
      1 checking for strtoimax... yes
      1 checking for strtoumax... yes
      1 checking for symlink... (cached) yes
      1 checking for localtime_r... no
      1 checking for timegm... no
      1 checking for futimes... no
      1 checking for futimesat... no
      1 checking for futimens... no
      1 checking for utimensat... no
      1 checking for lutimes... no
      1 checking for getdtablesize... no
      1 checking for secure_getenv... no
      1 checking how to run the C preprocessor... gcc -I /G/emacs/repo/emacs/nt/inc -E
      1 checking for grep that handles long lines and -e... /usr/bin/grep
      1 checking for egrep... /usr/bin/grep -E
      1 checking for ANSI C header files... yes
      1 checking for sys/types.h... yes
      1 checking for sys/stat.h... yes
      1 checking for stdlib.h... yes
      1 checking for string.h... yes
      1 checking for memory.h... yes
      1 checking for strings.h... yes
      1 checking for inttypes.h... yes
      1 checking for stdint.h... yes
      1 checking for unistd.h... yes
      1 checking minix/config.h usability... no
      1 checking minix/config.h presence... no
      1 checking for minix/config.h... no
      1 checking whether it is safe to define __EXTENSIONS__... yes
      1 checking whether _XOPEN_SOURCE should be defined... no
      1 checking for Minix Amsterdam compiler... no
      1 checking for ar... ar
      1 checking the archiver (ar) interface... ar
      1 checking for ar... (cached) ar
      1 checking for ranlib... ranlib
      1 checking for special C compiler options needed for large files... no
      1 checking for _FILE_OFFSET_BITS value needed for large files... 64
      1 checking whether the compiler is clang... no
      1 checking whether make supports nested variables... (cached) yes
      1 checking whether ln -s works for files in the same directory... no, using /bin/ln -s
      1 checking for install-info... /usr/bin/install-info
      1 checking for gzip... /usr/bin/gzip
      1 checking for -znocombreloc... no
      1 checking whether addresses are sanitized... no
      1 checking for library containing sqrt... none required
      1 checking for pkg-config... /mingw64/bin/pkg-config
      1 checking pkg-config is at least version 0.9.0... yes
      1 checking for machine/soundcard.h... no
      1 checking for sys/soundcard.h... no
      1 checking for soundcard.h... no
      1 checking for mmsystem.h... yes
      1 checking for _oss_ioctl in -lossaudio... no
      1 checking for ALSA... no
      1 checking for sys/systeminfo.h... no
      1 checking for sys/sysinfo.h... no
      1 checking for coff.h... no
      1 checking for pty.h... no
      1 checking for sys/resource.h... no
      1 checking for sys/utsname.h... no
      1 checking for pwd.h... yes
      1 checking for utmp.h... no
      1 checking for util.h... no
      1 checking for sys/socket.h... yes
      1 checking for stdlib.h... (cached) yes
      1 checking for unistd.h... (cached) yes
      1 checking for sys/param.h... yes
      1 checking for pthread.h... (cached) no
      1 checking for malloc/malloc.h... no
      1 checking for maillock.h... no
      1 checking for sys/un.h... no
      1 checking for dirent.h... yes
      1 checking for execinfo.h... no
      1 checking for stdio_ext.h... no
      1 checking for getopt.h... (cached) no
      1 checking for sys/time.h... yes
      1 checking for wchar.h... yes
      1 checking for stdint.h... (cached) yes
      1 checking for inttypes.h... (cached) yes
      1 checking for sys/select.h... no
      1 checking for sys/stat.h... (cached) yes
      1 checking for utime.h... yes
      1 checking if personality LINUX32 can be set... no
      1 checking for term.h... no
      1 checking whether time.h and sys/time.h may both be included... yes
      1 checking whether sys_siglist is declared... no
      1 checking whether __sys_siglist is declared... no
      1 checking for sys/wait.h that is POSIX.1 compatible... yes
      1 checking for net/if.h... no
      1 checking for ifaddrs.h... no
      1 checking for net/if_dl.h... no
      1 checking for struct ifreq.ifr_flags... no
      1 checking for struct ifreq.ifr_hwaddr... no
      1 checking for struct ifreq.ifr_netmask... no
      1 checking for struct ifreq.ifr_broadaddr... no
      1 checking for struct ifreq.ifr_addr... no
      1 checking for struct ifreq.ifr_addr.sa_len... no
      1 checking whether gcc understands -MMD -MF... yes
      1 checking for long file names... yes
      1 checking for X... no
      1 checking whether Windows API headers are recent enough... yes
      1 checking for windres... windres
      1 checking whether malloc is Doug Lea style... no
      1 checking for getpagesize... yes
      1 checking for working mmap... no
      1 checking for main in -lXbsd... no
      1 checking for RSVG... yes
      1 checking for DBUS... yes
      1 checking for dbus_watch_get_unix_fd... yes
      1 checking for dbus_type_is_valid... yes
      1 checking for dbus_validate_bus_name... yes
      1 checking for dbus_validate_path... yes
      1 checking for dbus_validate_interface... yes
      1 checking for dbus_validate_member... yes
      1 checking for lgetfilecon in -lselinux... no
      1 checking for LIBGNUTLS... yes
      1 checking for LIBGNUTLS3... yes
      1 checking windows.h usability... yes
      1 checking windows.h presence... yes
      1 checking for windows.h... yes
      1 checking for X11/xpm.h... yes
      1 checking for jpeglib 6b or later... -ljpeg
      1 checking for library containing inflateEnd... -lz
      1 checking for dladdr... no
      1 checking png.h usability... yes
      1 checking png.h presence... yes
      1 checking for png.h... yes
      1 checking whether png_longjmp is declared... yes
      1 checking tiffio.h usability... yes
      1 checking tiffio.h presence... yes
      1 checking for tiffio.h... yes
      1 checking gif_lib.h usability... yes
      1 checking gif_lib.h presence... yes
      1 checking for gif_lib.h... yes
      1 checking gpm.h usability... no
      1 checking gpm.h presence... no
      1 checking for gpm.h... no
      1 checking for LIBXML2... yes
      1 checking whether netdb declares h_errno... (cached) yes
      1 checking for maillock in -lmail... no
      1 checking for maillock in -llockfile... no
      1 checking for liblockfile.so... no
      1 checking for accept4... no
      1 checking for fchdir... no
      1 checking for gethostname... (cached) yes
      1 checking for getrusage... no
      1 checking for get_current_dir_name... no
      1 checking for lrand48... no
      1 checking for random... (cached) yes
      1 checking for rint... yes
      1 checking for select... (cached) yes
      1 checking for getpagesize... (cached) yes
      1 checking for setlocale... yes
      1 checking for newlocale... no
      1 checking for getrlimit... no
      1 checking for setrlimit... no
      1 checking for shutdown... (cached) yes
      1 checking for getaddrinfo... no
      1 checking for pthread_sigmask... (cached) yes
      1 checking for strsignal... no
      1 checking for setitimer... (cached) yes
      1 checking for sendto... (cached) yes
      1 checking for recvfrom... (cached) yes
      1 checking for getsockname... (cached) yes
      1 checking for getpeername... (cached) yes
      1 checking for getifaddrs... no
      1 checking for freeifaddrs... no
      1 checking for gai_strerror... no
      1 checking for sync... no
      1 checking for getpwent... no
      1 checking for endpwent... no
      1 checking for getgrent... no
      1 checking for endgrent... no
      1 checking for cfmakeraw... no
      1 checking for cfsetspeed... no
      1 checking for copysign... yes
      1 checking for __executable_start... no
      1 checking for log2... yes
      1 checking for aligned_alloc... no
      1 checking for posix_memalign... no
      1 checking for __builtin_unwind_init... yes
      1 checking for _LARGEFILE_SOURCE value needed for large files... no
      1 checking for grantpt... no
      1 checking for getpt... no
      1 checking for posix_openpt... no
      1 checking for library containing tputs... none required
      1 checking for timerfd interface... no
      1 checking whether signals can be handled on alternate stack... no
      1 checking for res_init with -lresolv... no
      1 checking valgrind/valgrind.h usability... no
      1 checking valgrind/valgrind.h presence... no
      1 checking for valgrind/valgrind.h... no
      1 checking for struct unipair.unicode... no
      1 checking for socket... (cached) yes
      1 checking netinet/in.h usability... yes
      1 checking netinet/in.h presence... yes
      1 checking for netinet/in.h... yes
      1 checking arpa/inet.h usability... yes
      1 checking arpa/inet.h presence... yes
      1 checking for arpa/inet.h... yes
      1 checking for pid_t... yes
      1 checking vfork.h usability... no
      1 checking vfork.h presence... no
      1 checking for vfork.h... no
      1 checking for fork... no
      1 checking for vfork... no
      1 checking for snprintf... yes
      1 checking whether GLib is linked in... no
      1 checking for nl_langinfo and CODESET... (cached) yes
      1 checking for mbstate_t... yes
      1 checking for _setjmp... no
      1 checking for sigsetjmp... no
      1 checking for usable FIONREAD... yes
      1 checking for usable SIGIO... no
      1 checking for struct alignment... yes
      1 checking for working alloca.h... no
      1 checking for alloca... yes
      1 checking for unsigned long long int... yes
      1 checking whether byte ordering is bigendian... no
      1 checking whether the preprocessor supports include_next... yes
      1 checking whether system header files limit the line length... no
      1 checking whether strtold conforms to C99... yes
      1 checking if environ is properly declared... yes
      1 checking for complete errno.h... no
      1 checking for EMULTIHOP value... no
      1 checking for ENOLINK value... no
      1 checking for EOVERFLOW value... yes
      1 checking for mode_t... yes
      1 checking whether fdatasync is declared... no
      1 checking for st_dm_mode in struct stat... no
      1 checking whether strmode is declared... no
      1 checking whether lstat correctly handles trailing slash... (cached) yes
      1 checking for getopt.h... (cached) no
      1 checking whether getenv is declared... yes
      1 checking for C/C++ restrict keyword... __restrict
      1 checking for struct timeval... yes
      1 checking for wide-enough struct timeval.tv_sec member... (cached) yes
      1 checking for long long int... yes
      1 checking whether stdint.h conforms to C99... yes
      1 checking for 64-bit off_t... yes
      1 checking whether memrchr is declared... no
      1 checking whether alarm is declared... (cached) yes
      1 checking whether <sys/select.h> is self-contained... no
      1 checking for sigset_t... no
      1 checking for wchar_t... yes
      1 checking whether struct tm is in sys/time.h or time.h... time.h
      1 checking for struct tm.tm_zone... no
      1 checking whether tzname is declared... yes
      1 checking for tzname... yes
      1 checking for struct tm.tm_gmtoff... no
      1 checking whether strtoimax is declared... yes
      1 checking whether strtoumax is declared... yes
      1 checking whether stat file-mode macros are broken... no
      1 checking for struct timespec in <time.h>... yes
      1 checking whether the utimes function works... no
      1 checking for struct utimbuf... yes
      1 checking type of array argument to getgroups... int
      1 checking whether getdtablesize is declared... no
      1 checking sys/acl.h usability... yes
      1 checking sys/acl.h presence... yes
      1 checking for sys/acl.h... yes
      1 checking for library containing acl_get_file... (cached) none required
      1 checking for acl_get_file... (cached) yes
      1 checking for acl_get_fd... no
      1 checking for acl_set_file... (cached) yes
      1 checking for acl_set_fd... no
      1 checking for acl_free... (cached) yes
      1 checking for acl_from_mode... no
      1 checking for acl_from_text... (cached) yes
      1 checking for acl_delete_def_file... no
      1 checking for acl_extended_file... no
      1 checking for acl_delete_fd_np... no
      1 checking for acl_delete_file_np... no
      1 checking for acl_copy_ext_native... no
      1 checking for acl_create_entry_np... no
      1 checking for acl_to_short_text... no
      1 checking for acl_free_text... no
      1 checking for working acl_get_file... (cached) yes
      1 checking acl/libacl.h usability... no
      1 checking acl/libacl.h presence... no
      1 checking for acl/libacl.h... no
      1 checking for acl_entries... no
      1 checking for ACL_FIRST_ENTRY... no
      1 checking for ACL_TYPE_EXTENDED... no
      1 checking byteswap.h usability... no
      1 checking byteswap.h presence... no
      1 checking for byteswap.h... no
      1 checking for library containing clock_gettime... none required
      1 checking for clock_gettime... yes
      1 checking for clock_settime... yes
      1 checking whether dup2 works... (cached) yes
      1 checking whether fcntl handles F_DUPFD correctly... (cached) yes
      1 checking whether fcntl understands F_DUPFD_CLOEXEC... (cached) yes
      1 checking for fdatasync... (cached) yes
      1 checking whether fdopendir is declared... no
      1 checking whether fdopendir works... (cached) no-but-not-needed-so-yes
      1 checking for __fpending... no
      1 checking how to determine the number of pending output bytes on a stream... fp->_ptr - fp->_base
      1 checking whether fstatat (..., 0) works... (cached) yes
      1 checking for getloadavg... (cached) yes
      1 checking sys/loadavg.h usability... no
      1 checking sys/loadavg.h presence... no
      1 checking for sys/loadavg.h... no
      1 checking whether getloadavg is declared... no
      1 checking whether gettimeofday clobbers localtime buffer... no
      1 checking for gettimeofday with POSIX signature... almost
      1 checking for memrchr... no
      1 checking for working mktime... (cached) yes
      1 checking whether signature of pselect conforms to POSIX... (cached) yes
      1 checking whether pselect detects invalid fds... (cached) yes
      1 checking whether pthread_sigmask works without -lpthread... yes
      1 checking whether pthread_sigmask returns error numbers... (cached) yes
      1 checking whether pthread_sigmask unblocks signals correctly... (cached) not relevant
      1 checking whether readlink signature is correct... yes
      1 checking whether readlink handles trailing slash correctly... (cached) yes
      1 checking whether readlinkat signature is correct... yes
      1 checking for sig2str... no
      1 checking for volatile sig_atomic_t... yes
      1 checking for sighandler_t... no
      1 checking for socklen_t... yes
      1 checking for ssize_t... yes
      1 checking for struct stat.st_atim.tv_nsec... no
      1 checking for struct stat.st_atimespec.tv_nsec... no
      1 checking for struct stat.st_atimensec... no
      1 checking for struct stat.st_atim.st__tim.tv_nsec... no
      1 checking for struct stat.st_birthtimespec.tv_nsec... no
      1 checking for struct stat.st_birthtimensec... no
      1 checking for struct stat.st_birthtim.tv_nsec... no
      1 checking for working stdalign.h... yes
      1 checking for max_align_t... yes
      1 checking whether NULL can be used in arbitrary expressions... yes
      1 checking which flavor of printf attribute matches inttypes macros... gnu
      1 checking for stpcpy... no
      1 checking whether strtoimax works... yes
      1 checking whether symlink handles trailing slash correctly... (cached) yes
      1 checking whether <sys/select.h> is self-contained... (cached) no
      1 checking for nlink_t... no
      1 checking whether localtime_r is declared... no
      1 checking for timezone_t... no
      1 checking for library containing timer_settime... no
      1 checking for timer_settime... no
      1 checking for variable-length arrays... yes
      1 checking for __mktime_internal... no
      1 checking whether gcc  accepts -nopie... no
      1 
      1 Configured for 'x86_64-w64-mingw32'.
      1 
      1   Where should the build process find the source code?    /G/emacs/repo/emacs
      1   What compiler should emacs be built with?               gcc  -Og -g -ggdb
      1   Should Emacs use the GNU version of malloc?             no
      1     (The GNU allocators don't work with this system configuration.)
      1   Should Emacs use a relocating allocator for buffers?    no
      1   Should Emacs use mmap(2) for buffer allocation?         yes
      1   What window system should Emacs use?                    w32
      1   What toolkit should Emacs use?                          none
      1   Where do we find X Windows header files?                NONE
      1   Where do we find X Windows libraries?                   NONE
      1   Does Emacs use -lXaw3d?                                 no
      1   Does Emacs use -lXpm?                                   yes
      1   Does Emacs use -ljpeg?                                  yes
      1   Does Emacs use -ltiff?                                  yes
      1   Does Emacs use a gif library?                           yes 
      1   Does Emacs use a png library?                           yes 
      1   Does Emacs use -lrsvg-2?                                yes
      1   Does Emacs use cairo?                                   no
      1   Does Emacs use imagemagick?                             no
      1   Does Emacs support sound?                               yes
      1   Does Emacs use -lgpm?                                   no
      1   Does Emacs use -ldbus?                                  yes
      1   Does Emacs use -lgconf?                                 no
      1   Does Emacs use GSettings?                               no
      1   Does Emacs use a file notification library?             yes (w32)
      1   Does Emacs use access control lists?                    yes 
      1   Does Emacs use -lselinux?                               no
      1   Does Emacs use -lgnutls?                                yes
      1   Does Emacs use -lxml2?                                  yes
      1   Does Emacs use -lfreetype?                              no
      1   Does Emacs use -lm17n-flt?                              no
      1   Does Emacs use -lotf?                                   no
      1   Does Emacs use -lxft?                                   no
      1   Does Emacs directly use zlib?                           yes
      1   Does Emacs have dynamic modules support?                no
      1   Does Emacs use toolkit scroll bars?                     yes
      1   Does Emacs support Xwidgets (requires gtk3)?            no
      1 
      1 
      1 checking that generated files are newer than configure... done
      1 configure: creating ./config.status
      1 config.status: creating nt/emacs.rc
      1 config.status: creating nt/emacsclient.rc
      1 config.status: creating /G/emacs/repo/emacs/doc/man/emacs.1
      1 config.status: creating Makefile
      1 config.status: creating lib/Makefile
      1 config.status: creating lib-src/Makefile
      1 config.status: creating oldXMenu/Makefile
      1 config.status: creating doc/emacs/Makefile
      1 config.status: creating doc/misc/Makefile
      1 config.status: creating doc/lispintro/Makefile
      1 config.status: creating doc/lispref/Makefile
      1 config.status: creating src/Makefile
      1 config.status: creating lwlib/Makefile
      1 config.status: creating lisp/Makefile
      1 config.status: creating leim/Makefile
      1 config.status: creating nextstep/Makefile
      1 config.status: creating nt/Makefile
      1 config.status: creating test/automated/Makefile
      1 config.status: creating admin/charsets/Makefile
      1 config.status: creating admin/unidata/Makefile
      1 config.status: creating admin/grammars/Makefile
      1 config.status: creating src/config.h
      1 config.status: executing depfiles commands
      1 config.status: executing src/epaths.h commands
      1 config.status: executing src/.gdbinit commands
      1 config.status: executing doc/emacs/emacsver.texi commands
      1 config.status: executing etc-refcards-emacsver.tex commands
      1  +++ make (run)
      1 [MSYS] make -j8 -C '/g/emacs/build-scripts/build'
      1 make: Entering directory '/g/emacs/build-scripts/build'
      1 make -C nt all
      1 make -C lib all
      1 make info-real info-dir
      1 make[1]: Entering directory '/g/emacs/build-scripts/build/nt'
      1   RC       emacs.res
      1   CCLD     addpm.exe
      1   CCLD     cmdproxy.exe
      1 make[1]: Entering directory '/g/emacs/build-scripts/build/lib'
      1   CCLD     ddeclient.exe
      1   GEN      alloca.h
      1   GEN      byteswap.h
      1   GEN      errno.h
      1 make[1]: Entering directory '/g/emacs/build-scripts/build'
      1   GEN      execinfo.h
      1   CCLD     runemacs.exe
      1   GEN      arg-nonnull.h
      1   GEN      c++defs.h
      1   GEN      warn-on-use.h
      1   GEN      getopt.h
      1 make -C doc/lispref info
      1 make -C doc/lispintro info
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/doc/lispref'
      1 /usr/bin/mkdir -p /G/emacs/repo/emacs/doc/lispref/../../info
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/doc/lispintro'
      1 /usr/bin/mkdir -p /G/emacs/repo/emacs/doc/lispintro/../../info
      1 make -C doc/emacs info
      1   GEN      /G/emacs/repo/emacs/doc/lispref/../../info/elisp.info
      1   GEN      /G/emacs/repo/emacs/doc/lispintro/../../info/eintr.info
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/doc/emacs'
      1   GEN      string.h
      1   GEN      /G/emacs/repo/emacs/doc/emacs/../../info/emacs.info
      1   GEN      time.h
      1 make  all-am
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lib'
      1   CC       acl-errno-valid.o
      1   CC       acl-internal.o
      1 make -C doc/misc info
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/doc/misc'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ada-mode.info
      1   CC       get-permissions.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/auth.info
      1   GEN      /G/emacs/repo/emacs/info/dir
      1   CC       binary-io.o
      1 make[1]: Leaving directory '/g/emacs/build-scripts/build/nt'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/autotype.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/bovine.info
      1   CC       c-ctype.o
      1   CC       c-strcasecmp.o
      1   CC       c-strncasecmp.o
      1   CC       close-stream.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/calc.info
      1   CC       count-one-bits.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ccmode.info
      1   CC       count-trailing-zeros.o
      1   CC       md5.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/cl.info
      1   CC       sha1.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/dbus.info
      1   CC       sha256.o
      1   CC       sha512.o
      1   CC       dtoastr.o
      1   CC       dtotimespec.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/dired-x.info
      1   CC       filemode.o
      1   CC       gettime.o
      1   CC       qcopy-acl.o
      1   CC       stat-time.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ebrowse.info
      1   CC       strftime.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ede.info
      1   CC       timespec.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ediff.info
      1   CC       timespec-add.o
      1   CC       timespec-sub.o
      1   CC       u64.o
      1   CC       utimens.o
      1   CC       acl_entries.o
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/doc/lispintro'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/edt.info
      1   CC       execinfo.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/eieio.info
      1   CC       fpending.o
      1   CC       getopt.o
      1   CC       getopt1.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/emacs-mime.info
      1   CC       memrchr.o
      1   CC       mktime.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/epa.info
      1   CC       sig2str.o
      1   CC       stpcpy.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/erc.info
      1   CC       time_r.o
      1   CC       time_rz.o
      1   CC       timegm.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ert.info
      1   AR       libgnu.a
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lib'
      1 make[1]: Leaving directory '/g/emacs/build-scripts/build/lib'
      1 make -C lib-src all
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/eshell.info
      1 make[1]: Entering directory '/g/emacs/build-scripts/build/lib-src'
      1   CC       regex.o
      1   CC       ntlib.o
      1   RC       emacsclient.res
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/eudc.info
      1   CC       pop.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/efaq.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/eww.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/flymake.info
      1   CCLD     etags.exe
      1   CCLD     ctags.exe
      1   CCLD     emacsclient.exe
      1   CCLD     emacsclientw.exe
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/forms.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/gnus.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/emacs-gnutls.info
      1   CCLD     ebrowse.exe
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/htmlfontify.info
      1   CCLD     profile.exe
      1   CCLD     movemail.exe
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/idlwave.info
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ido.info
      1   CCLD     hexl.exe
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/info.info
      1   CCLD     update-game-score.exe
      1   CCLD     make-docfile.exe
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/mairix-el.info
      1 make[1]: Leaving directory '/g/emacs/build-scripts/build/lib-src'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/message.info
      1 make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
      1 make[1]: Entering directory '/g/emacs/build-scripts/build/src'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/mh-e.info
      1   GEN      lisp.mk
      1   GEN      globals.h
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/newsticker.info
      1   GEN      buildobj.h
      1 make -C ../nt ../src/emacs.res
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/nt'
      1   RC       ../src/emacs.res
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/nt'
      1 make -C ../admin/charsets all
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/nxml-mode.info
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/admin/charsets'
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-2.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-3.map
      1 make -C ../admin/unidata charscript.el
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/admin/unidata'
      1   GEN      /G/emacs/repo/emacs/lisp/international/charscript.el
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/admin/unidata'
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-4.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/octave-mode.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-5.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-6.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-7.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-8.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-9.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-10.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-11.map
      1 make -C ../admin/charsets cp51932.el
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/admin/charsets'
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP932-2BYTE.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-13.map
      1 make -C ../admin/charsets eucjp-ms.el
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/admin/charsets'
      1   GEN      /G/emacs/repo/emacs/lisp/international/eucjp-ms.el
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-14.map
      1   GEN      /G/emacs/repo/emacs/lisp/international/cp51932.el
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/admin/charsets'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/org.info
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/admin/charsets'
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-15.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/pcl-cvs.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/8859-16.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/pgg.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM037.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM038.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM256.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM273.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM274.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM275.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM277.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM278.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM280.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/rcirc.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM281.map
      1   CC       firstfile.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM284.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/remember.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM285.map
      1   CC       dispnew.o
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/doc/emacs'
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/reftex.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM290.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM297.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM420.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM423.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM424.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM437.map
      1   CC       frame.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM500.map
      1   CC       scroll.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM850.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM851.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM852.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM855.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM856.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM857.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM860.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/sasl.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM861.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/sc.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM862.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM863.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM864.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM865.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM866.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM868.map
      1   CC       xdisp.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM869.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/semantic.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM870.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM871.map
      1   CC       menu.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM874.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM875.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM880.map
      1   CC       window.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM891.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM903.map
      1   CC       charset.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM904.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM905.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM918.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM1004.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/ses.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM1026.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/IBM1047.map
      1   CC       coding.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP737.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP775.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1125.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1250.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/sieve.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1251.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1252.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1253.map
      1   CC       category.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1254.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1255.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1256.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/smtpmail.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1257.map
      1   CC       ccl.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP1258.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP10007.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/speedbar.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP720.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP858.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/GB2312.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/GBK.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/srecode.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/GB180302.map
      1   CC       character.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/todo-mode.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/BIG5.map
      1   CC       chartab.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/BIG5-HKSCS.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/tramp.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-1.map
      1   CC       bidi.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-2.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/url.info
      1   CC       term.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-3.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-4.map
      1   CC       terminal.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-5.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-6.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/vhdl-mode.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-7.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CNS-F.map
      1   CC       xfaces.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/vip.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX0201.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/viper.info
      1   CC       dbusbind.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX0208.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX0212.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX2132.map
      1   CC       emacs.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISC6226.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX213A.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KSC5601.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/widget.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KSC5636.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/wisent.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JOHAB.map
      1   CC       keyboard.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KOI-8.map
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/woman.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KOI8-R.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KOI8-U.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KOI8-T.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/ALTERNATIVNYJ.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MIK.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/PTCP154.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/TIS-620.map
      1   CC       macros.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/VISCII.map
      1   CC       keymap.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/VSCII.map
      1   CC       sysdep.o
      1   GEN      /G/emacs/repo/emacs/doc/misc/../../info/efaq-w32.info
      1   GEN      /G/emacs/repo/emacs/etc/charsets/VSCII-2.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KA-PS.map
      1   CC       buffer.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/KA-ACADEMY.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/HP-ROMAN8.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/NEXTSTEP.map
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/doc/lispref'
      1   CC       filelock.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MACINTOSH.map
      1   CC       insdel.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/EBCDICUK.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/EBCDICUS.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/stdenc.map
      1   CC       marker.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/symbol.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/CP949-2BYTE.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/BIG5-1.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/BIG5-2.map
      1   CC       minibuf.o
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/doc/misc'
      1 make[1]: Leaving directory '/g/emacs/build-scripts/build'
      1   CC       fileio.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-ethiopic.map
      1   CC       dired.o
      1   CC       cmds.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-ipa.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-is13194.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-sisheng.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-tibetan.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-lviscii.map
      1   CC       casetab.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/MULE-uviscii.map
      1   CC       casefiddle.o
      1   GEN      /G/emacs/repo/emacs/etc/charsets/GB180304.map
      1   GEN      /G/emacs/repo/emacs/etc/charsets/JISX2131.map
      1   CC       indent.o
      1   CC       search.o
      1   GEN      /G/emacs/repo/emacs/admin/charsets/charsets.stamp
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/admin/charsets'
      1   CC       regex.o
      1   CC       undo.o
      1   CC       alloc.o
      1   CC       data.o
      1   CC       doc.o
      1   CC       editfns.o
      1   CC       callint.o
      1   CC       eval.o
      1   CC       floatfns.o
      1   CC       fns.o
      1   CC       font.o
      1   CC       print.o
      1   CC       lread.o
      1   CC       syntax.o
      1   CC       unexw32.o
      1   CC       bytecode.o
      1   CC       process.o
      1   CC       gnutls.o
      1   CC       callproc.o
      1   CC       region-cache.o
      1   CC       sound.o
      1   CC       atimer.o
      1   CC       doprnt.o
      1   CC       intervals.o
      1   CC       textprop.o
      1   CC       composite.o
      1   CC       xml.o
      1   CC       w32notify.o
      1   CC       profiler.o
      1   CC       decompress.o
      1   CC       w32fns.o
      1   CC       w32menu.o
      1   CC       w32reg.o
      1   CC       w32font.o
      1   CC       w32term.o
      1   CC       w32xfns.o
      1   CC       w32select.o
      1   CC       w32uniscribe.o
      1   CC       w32.o
      1   CC       w32console.o
      1   CC       w32heap.o
      1   CC       w32inevt.o
      1   CC       w32proc.o
      1   CC       fontset.o
      1   CC       fringe.o
      1   CC       image.o
      1   CC       tparam.o
      1   CC       lastfile.o
      1   CCLD     temacs.exe
      1 /usr/bin/mkdir -p ../etc
      1 : paxctl -r temacs.exe
      1 : setfattr -n user.pax.flags -v er temacs.exe
      1 make -C ../lisp update-subdirs
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 ./temacs --batch --load loadup bootstrap
      1 Loading loadup.el (source)...
      1 Using load-path (g:/emacs/repo/emacs/lisp g:/emacs/repo/emacs/lisp/emacs-lisp g:/emacs/repo/emacs/lisp/language g:/emacs/repo/emacs/lisp/international g:/emacs/repo/emacs/lisp/textmodes g:/emacs/repo/emacs/lisp/vc)
      1 Loading emacs-lisp/byte-run (source)...
      1 Loading emacs-lisp/backquote (source)...
      1 Loading subr (source)...
      1 Loading version (source)...
      1 Loading widget (source)...
      1 Loading custom (source)...
      1 Loading emacs-lisp/map-ynp (source)...
      1 Loading international/mule (source)...
      1 Loading international/mule-conf (source)...
      1 Loading env (source)...
      1 Loading format (source)...
      1 Loading bindings (source)...
      1 Loading window (source)...
      1 Loading g:/emacs/repo/emacs/lisp/files.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/macroexp.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/pcase.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/macroexp.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/cus-face.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/faces.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/button.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/ldefs-boot.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/nadvice.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/cl-preloaded.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/minibuffer.el (source)...
      1 ../../repo/emacs/lisp/minibuffer.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a <foo>-function variable modified by `add-function'.
      1 Loading g:/emacs/repo/emacs/lisp/abbrev.el (source)...
      1 ../../repo/emacs/lisp/abbrev.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a <foo>-function variable modified by `add-function'.
      1 Loading g:/emacs/repo/emacs/lisp/simple.el (source)...
      1 ../../repo/emacs/lisp/simple.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a <foo>-function variable modified by `add-function'.
      1 Loading g:/emacs/repo/emacs/lisp/help.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/jka-cmpr-hook.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/epa-hook.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/international/mule-cmds.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/case-table.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/international/characters.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/composite.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/chinese.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/cyrillic.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/indian.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/sinhala.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/english.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/ethiopic.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/european.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/czech.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/slovak.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/romanian.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/greek.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/hebrew.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/international/cp51932.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/international/eucjp-ms.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/japanese.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/korean.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/lao.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/tai-viet.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/thai.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/tibetan.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/vietnamese.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/misc-lang.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/utf-8-lang.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/georgian.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/khmer.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/burmese.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/language/cham.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/indent.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/cl-generic.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/frame.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/startup.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/term/tty-colors.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/font-core.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/facemenu.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/syntax.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/font-lock.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/jit-lock.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/mouse.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/scroll-bar.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/select.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/timer.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/isearch.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/rfn-eshadow.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/menu-bar.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/lisp.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/textmodes/page.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/register.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/textmodes/paragraphs.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/progmodes/prog-mode.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/lisp-mode.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/progmodes/elisp-mode.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/textmodes/text-mode.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/textmodes/fill.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/newcomment.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/replace.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/tabulated-list.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/buff-menu.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/fringe.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/regexp-opt.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/image.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/international/fontset.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/dnd.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/tool-bar.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/term/common-win.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/w32-vars.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/term/w32-win.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/disp-table.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/w32-fns.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/ls-lisp.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/dos-w32.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/mwheel.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/float-sup.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/vc/vc-hooks.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/vc/ediff-hook.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/uniquify.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/electric.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/emacs-lisp/eldoc.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/cus-start.el (source)...
      1 Loading g:/emacs/repo/emacs/lisp/tooltip.el (source)...
      1 Finding pointers to doc strings...
      1 Finding pointers to doc strings...done
      1 Dumping under the name emacs
      1 95787 pure bytes used
      1 Dumping from G:/emacs/build-scripts/build/src/temacs.exe
      1           to G:/emacs/build-scripts/build/src/emacs.exe
      1 : paxctl -zex emacs.exe
      1 mv -f emacs.exe bootstrap-emacs.exe
      1 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe"
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/macroexp.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/cconv.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/byte-opt.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/bytecomp.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/autoload.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs.exe"
      4 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   GEN      /G/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el
      1   ELC      /G/emacs/repo/emacs/lisp/bindings.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/abbrev.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/buff-menu.elc
      1   ELC      /G/emacs/repo/emacs/lisp/button.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/case-table.elc
      1   ELC      /G/emacs/repo/emacs/lisp/composite.elc
      1   ELC      /G/emacs/repo/emacs/lisp/cus-face.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   GEN      /G/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el
      1   GEN      /G/emacs/repo/emacs/lisp/net/tramp-loaddefs.el
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/cus-start.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/custom.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/disp-table.elc
      1 
      1 In abbrev--default-expand:
      1 G:/emacs/repo/emacs/lisp/abbrev.el:847:8:Warning: `with-wrapper-hook' is an
      1     obsolete macro (as of 24.4); use a <foo>-function variable modified by
      1     `add-function'.
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/dnd.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/dos-fns.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/dos-vars.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/dos-w32.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/dynamic-setting.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/electric.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/backquote.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/byte-run.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/cl-generic.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/cl-preloaded.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 
      1 In toplevel form:
      1 G:/emacs/repo/emacs/lisp/emacs-lisp/byte-run.el:48:1:Warning:
      1     `macro-declaration-function' is an obsolete function (as of 24.3); use
      1     `macro-declarations-alist' instead.
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/eldoc.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/float-sup.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/lisp-mode.elc
      1 
      1 In toplevel form:
      1 G:/emacs/repo/emacs/lisp/emacs-lisp/float-sup.el:31:1:Warning: global/dynamic
      1     var `pi' lacks a prefix
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/lisp.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/macroexp.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/map-ynp.elc
      1 
      1 In beginning-of-defun-raw:
      1 G:/emacs/repo/emacs/lisp/emacs-lisp/lisp.el:367:27:Warning:
      1     `syntax-begin-function' is an obsolete variable (as of 25.1).
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/nadvice.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/regexp-opt.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/syntax.elc
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/tabulated-list.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/emacs-lisp/timer.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/env.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/epa-hook.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/facemenu.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/faces.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/files.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/font-lock.elc
      1   ELC      /G/emacs/repo/emacs/lisp/font-core.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/format.elc
      2 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 
      1 In font-lock-initial-fontify:
      1 G:/emacs/repo/emacs/lisp/font-lock.el:641:47:Warning:
      1     `font-lock-fontify-buffer' is for interactive use only; use
      1     `font-lock-ensure' or `font-lock-flush' instead.
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      5 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/frame.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 
      1 In font-lock-compile-keywords:
      1 G:/emacs/repo/emacs/lisp/font-lock.el:1766:34:Warning: `syntax-begin-function'
      1     is an obsolete variable (as of 25.1).
      3 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/fringe.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      3 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/help.elc
      1   ELC      /G/emacs/repo/emacs/lisp/image.elc
      1 
      1 In create-file-buffer:
      1 G:/emacs/repo/emacs/lisp/files.el:1712:8:Warning: function create-file-buffer
      1     used to take 0+ arguments, now takes 1
      1 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/cal-loaddefs.el are the same file
      3 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1   ELC      /G/emacs/repo/emacs/lisp/indent.elc
      3 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      3 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/international/charscript.elc
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe"
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/admin/unidata'
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1   ELC      /G/emacs/repo/emacs/admin/unidata/uvs.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   GEN      /G/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 G:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el and g:/emacs/repo/emacs/lisp/mh-e/mh-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/admin/unidata/unidata-gen.elc
      3 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1   ELC      /G/emacs/repo/emacs/lisp/international/cp51932.elc
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   GEN      unidata.txt
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1   ELC      /G/emacs/repo/emacs/lisp/international/eucjp-ms.elc
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/international/fontset.elc
      1 G:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el and g:/emacs/repo/emacs/lisp/net/tramp-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/international/mule-cmds.elc
      1   ELC      /G/emacs/repo/emacs/lisp/international/mule-conf.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/international/mule.elc
      1 
      1 In insert-directory:
      1 G:/emacs/repo/emacs/lisp/files.el:6348:43:Warning: function insert-directory
      1     used to take 0+ arguments, now takes 2-4
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/isearch.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/jit-lock.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/jka-cmpr-hook.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/burmese.elc
      1   GEN      /G/emacs/repo/emacs/lisp/international/charprop.el
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/cham.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/chinese.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/cyrillic.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/czech.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/english.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/ethiopic.elc
      4 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/european.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/georgian.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/greek.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/hebrew.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/indian.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/japanese.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/khmer.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/korean.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/lao.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/misc-lang.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/romanian.elc
      1   ELC      /G/emacs/repo/emacs/lisp/language/sinhala.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/slovak.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/tai-viet.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/thai.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/tibetan.elc
      4 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/utf-8-lang.elc
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/language/vietnamese.elc
      1   ELC      /G/emacs/repo/emacs/lisp/ls-lisp.elc
      1   ELC      /G/emacs/repo/emacs/lisp/menu-bar.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/minibuffer.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/mouse.elc
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/mwheel.elc
      1   ELC      /G/emacs/repo/emacs/lisp/newcomment.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/progmodes/elisp-mode.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/progmodes/prog-mode.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1   ELC      /G/emacs/repo/emacs/lisp/register.elc
      1 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 
      1 In display-completion-list:
      1 G:/emacs/repo/emacs/lisp/minibuffer.el:1698:12:Warning:
      1     display-completion-list called with 2 arguments, but accepts only 1
      4 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 
      1 In completion--in-region:
      1 G:/emacs/repo/emacs/lisp/minibuffer.el:1967:62:Warning: `with-wrapper-hook' is
      1     an obsolete macro (as of 24.4); use a <foo>-function variable modified by
      1     `add-function'.
      4 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/replace.elc
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/rfn-eshadow.elc
      1   ELC      /G/emacs/repo/emacs/lisp/scroll-bar.elc
      1 G:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/diary-loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/select.elc
      1 G:/emacs/repo/emacs/lisp/minibuffer.el:2925:1:Warning: Unused lexical variable `p1'
      1 G:/emacs/repo/emacs/lisp/minibuffer.el:2925:1:Warning: Unused lexical variable `p2'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/simple.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   GEN      /G/emacs/repo/emacs/lisp/calendar/hol-loaddefs.el
      1   ELC      /G/emacs/repo/emacs/lisp/startup.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/subr.elc
      1   ELC      /G/emacs/repo/emacs/lisp/term/common-win.elc
      1   ELC      /G/emacs/repo/emacs/lisp/term/internal.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 
      1 In toplevel form:
      1 G:/emacs/repo/emacs/lisp/startup.el:126:1:Warning: global/dynamic var `argv'
      1     lacks a prefix
      1 G:/emacs/repo/emacs/lisp/startup.el:133:1:Warning: global/dynamic var `argi'
      1     lacks a prefix
      1   ELC      /G/emacs/repo/emacs/lisp/term/ns-win.elc
      1 
      1 In declare-function:
      1 G:/emacs/repo/emacs/lisp/subr.el:32:11:Warning: macro declare-function used to
      1     take 2+ arguments, now takes 2-4
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      2 Eager macro-expansion failure: (wrong-type-argument char-table-p "uni-combining.el")
      1 
      1 In toplevel form:
      1 G:/emacs/repo/emacs/lisp/term/ns-win.el:54:1:Error: Wrong type argument: char-table-p, "uni-combining.el"
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1   ELC      /G/emacs/repo/emacs/lisp/term/pc-win.elc
      1 make[2]: Entering directory '/g/emacs/build-scripts/build/lisp'
      1 Makefile:252: recipe for target '/G/emacs/repo/emacs/lisp/term/ns-win.elc' failed
      1 make[2]: *** [/G/emacs/repo/emacs/lisp/term/ns-win.elc] Error 1
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 Makefile:714: recipe for target '/G/emacs/repo/emacs/lisp/term/ns-win.elc' failed
      1 make[1]: *** [/G/emacs/repo/emacs/lisp/term/ns-win.elc] Error 2
      1 make[1]: *** Waiting for unfinished jobs....
      1   ELC      /G/emacs/repo/emacs/lisp/term/tty-colors.elc
      3 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 
      1 In buffer-substring--filter:
      1 G:/emacs/repo/emacs/lisp/simple.el:4019:52:Warning: `with-wrapper-hook' is an
      1     obsolete macro (as of 24.4); use a <foo>-function variable modified by
      1     `add-function'.
      2 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      6 G:/emacs/repo/emacs/lisp/calendar/hol-loaddefs.el and g:/emacs/repo/emacs/lisp/calendar/hol-loaddefs.el are the same file
      1 Directories for loaddefs: /G/emacs/repo/emacs/lisp /G/emacs/repo/emacs/lisp/calc /G/emacs/repo/emacs/lisp/calendar /G/emacs/repo/emacs/lisp/cedet /G/emacs/repo/emacs/lisp/cedet/ede /G/emacs/repo/emacs/lisp/cedet/semantic /G/emacs/repo/emacs/lisp/cedet/semantic/analyze /G/emacs/repo/emacs/lisp/cedet/semantic/bovine /G/emacs/repo/emacs/lisp/cedet/semantic/decorate /G/emacs/repo/emacs/lisp/cedet/semantic/symref /G/emacs/repo/emacs/lisp/cedet/semantic/wisent /G/emacs/repo/emacs/lisp/cedet/srecode /G/emacs/repo/emacs/lisp/emacs-lisp /G/emacs/repo/emacs/lisp/emulation /G/emacs/repo/emacs/lisp/erc /G/emacs/repo/emacs/lisp/eshell /G/emacs/repo/emacs/lisp/gnus /G/emacs/repo/emacs/lisp/international /G/emacs/repo/emacs/lisp/language /G/emacs/repo/emacs/lisp/leim /G/emacs/repo/emacs/lisp/leim/quail /G/emacs/repo/emacs/lisp/mail /G/emacs/repo/emacs/lisp/mh-e /G/emacs/repo/emacs/lisp/net /G/emacs/repo/emacs/lisp/nxml /G/emacs/repo/emacs/lisp/org /G/emacs/repo/emacs/lisp/play /G/emacs/repo/emacs/lisp/progmodes /G/emacs/repo/emacs/lisp/textmodes /G/emacs/repo/emacs/lisp/url /G/emacs/repo/emacs/lisp/vc
      1   GEN      /G/emacs/repo/emacs/lisp/loaddefs.el
      7 G:/emacs/repo/emacs/lisp/loaddefs.el and g:/emacs/repo/emacs/lisp/loaddefs.el are the same file
      1 Writing g:/emacs/repo/emacs/lisp/international/charprop.el...
      5 G:/emacs/repo/emacs/lisp/loaddefs.el and g:/emacs/repo/emacs/lisp/loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/admin/unidata'
     16 G:/emacs/repo/emacs/lisp/loaddefs.el and g:/emacs/repo/emacs/lisp/loaddefs.el are the same file
      1 Making generated-autoload-file local to  *autoload-file* while let-bound!
    580 G:/emacs/repo/emacs/lisp/loaddefs.el and g:/emacs/repo/emacs/lisp/loaddefs.el are the same file
      1 make[2]: Leaving directory '/g/emacs/build-scripts/build/lisp'
      1 make[1]: Leaving directory '/g/emacs/build-scripts/build/src'
      1 Makefile:394: recipe for target 'src' failed
      1 make: *** [src] Error 2
      1 make: Leaving directory '/g/emacs/build-scripts/build'

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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-01-31 21:24   ` Richard Copley
  2016-01-31 21:26     ` Richard Copley
@ 2016-02-01 19:47     ` Eli Zaretskii
  2016-02-02 19:45       ` Richard Copley
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-02-01 19:47 UTC (permalink / raw)
  To: Richard Copley; +Cc: 22501

> From: Richard Copley <rcopley@gmail.com>
> Date: Sun, 31 Jan 2016 21:24:49 +0000
> Cc: 22501@debbugs.gnu.org
> 
> > Please post the entire transcript of the failed build, starting from
> > the configure script, and please show the configure and make commands
> > you used.
> >
> > Thanks.
> 
> While trying to recreating the transcript I built at -j1, -j2 and -j4
> without any errors. Finally when I tried my usual level -j8, the build
> failed again as before.

That is one reason why I asked for the full transcript.

> Building at -j8 was working ok until a few days ago. To be exact, my
> latest good build was of "6475f9265ecf21a8d49bc3ac0dc66010c9ec6b05"
> (emacs-25 at 2016-01-25 01:29:01).

Parallel builds have their exact timing dependent on many factors,
including those utterly unrelated to the changes in Emacs.  IOW, the
reason for the problem might not be any change in Emacs.

> Transcript attached. There's a lot of repetition so I processed it
> with "uniq -c" which halved the length.

That is actually not such a good idea: it makes the job of comparing
your build with mine harder.  (In this case, it didn't matter,
though.)  If the transcript is too large, it is better to send it as a
compressed attachment.

> Commands:
> 
> '/g/emacs/repo/emacs/configure' --prefix
> /c/emacs/emacs-20160131-201846 --without-imagemagick
> --disable-dependency-tracking
> --enable-locallisppath=%emacs_dir%/../site-lisp
> 
> make -j8 -C '/g/emacs/build-scripts/build'

Thanks.  Does the change below help?

diff --git a/src/Makefile.in b/src/Makefile.in
index fab10ae..5c15792 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -501,6 +501,9 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
 $(lispsource)/international/ucs-normalize.elc: | \
   $(lispsource)/international/charprop.el
 
+$(lispsource)/term/ns-win.elc: | \
+  $(lispsource)/international/charprop.el
+
 lispintdir = ${lispsource}/international
 ${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE
 	${MAKE} -C ../admin/charsets $(notdir $@)





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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-02-01 19:47     ` Eli Zaretskii
@ 2016-02-02 19:45       ` Richard Copley
  2016-02-02 20:11         ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Copley @ 2016-02-02 19:45 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 22501

> Thanks.  Does the change below help?
>
> diff --git a/src/Makefile.in b/src/Makefile.in
> index fab10ae..5c15792 100644
> --- a/src/Makefile.in
> +++ b/src/Makefile.in
> @@ -501,6 +501,9 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
>  $(lispsource)/international/ucs-normalize.elc: | \
>    $(lispsource)/international/charprop.el
>
> +$(lispsource)/term/ns-win.elc: | \
> +  $(lispsource)/international/charprop.el
> +
>  lispintdir = ${lispsource}/international
>  ${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE
>         ${MAKE} -C ../admin/charsets $(notdir $@)

Thanks, yes it does.





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

* bug#22501: 25.0.50; Build failure byte compiling ns-win.el
  2016-02-02 19:45       ` Richard Copley
@ 2016-02-02 20:11         ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2016-02-02 20:11 UTC (permalink / raw)
  To: Richard Copley; +Cc: 22501-done

> From: Richard Copley <rcopley@gmail.com>
> Date: Tue, 2 Feb 2016 19:45:30 +0000
> Cc: 22501@debbugs.gnu.org
> 
> > Thanks.  Does the change below help?
> >
> > diff --git a/src/Makefile.in b/src/Makefile.in
> > index fab10ae..5c15792 100644
> > --- a/src/Makefile.in
> > +++ b/src/Makefile.in
> > @@ -501,6 +501,9 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
> >  $(lispsource)/international/ucs-normalize.elc: | \
> >    $(lispsource)/international/charprop.el
> >
> > +$(lispsource)/term/ns-win.elc: | \
> > +  $(lispsource)/international/charprop.el
> > +
> >  lispintdir = ${lispsource}/international
> >  ${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE
> >         ${MAKE} -C ../admin/charsets $(notdir $@)
> 
> Thanks, yes it does.

Pushed.





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

end of thread, other threads:[~2016-02-02 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 16:27 bug#22501: 25.0.50; Build failure byte compiling ns-win.el Richard Copley
2016-01-31 17:04 ` Eli Zaretskii
2016-01-31 21:24   ` Richard Copley
2016-01-31 21:26     ` Richard Copley
2016-02-01 19:47     ` Eli Zaretskii
2016-02-02 19:45       ` Richard Copley
2016-02-02 20:11         ` Eli Zaretskii

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).