From unknown Wed Jun 18 23:07:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50058 <50058@debbugs.gnu.org> To: bug#50058 <50058@debbugs.gnu.org> Subject: Status: 28.0.5; emacs build fails with undefined reference to malloc_info Reply-To: bug#50058 <50058@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:07:24 +0000 retitle 50058 28.0.5; emacs build fails with undefined reference to malloc_= info reassign 50058 emacs submitter 50058 birdsite@airmail.cc severity 50058 normal tag 50058 patch moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 12:18:03 2021 Received: (at submit) by debbugs.gnu.org; 14 Aug 2021 16:18:03 +0000 Received: from localhost ([127.0.0.1]:45301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEwM9-0005hD-Lz for submit@debbugs.gnu.org; Sat, 14 Aug 2021 12:18:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:39978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEu6R-0003nP-CJ for submit@debbugs.gnu.org; Sat, 14 Aug 2021 09:53:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47970) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEu6R-0004mz-2c for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2021 09:53:35 -0400 Received: from mail.cock.li ([37.120.193.124]:44330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEu6I-0002q3-7H for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2021 09:53:34 -0400 From: birdsite@airmail.cc DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1628948457; bh=ooJagkcohHdNKmCeDJSIK0w2qVycYrVNwWNEXDG4XKU=; h=From:To:Subject:Date:From; b=PGDXjoOf5xX2e9nWYo9GX3TBKt1l/mEZ4kPaQrC0K6K9/qqlpCenS9rPLvgnnrNrQ uuZ0pDyR9B7bcqXEFGvsWakoIWiIzigqCsHnzSvWjUIUIvkTR/CJp9tkBDg7L+5jxP vPQjbDLznaW9x5S5krWq8xqM5MZFSoQaeOHZQG1gaSv8jLenM3O12E6Kijlhg3csqb +yZfFnhFEEkyuY+oKonZB13UyHXB7AeB9Feg06wRML9DggOhiPvYNFVsN82/U8yJzU rzcoyA6gs+Ue0LhJicN8ctcvwZX/6sJRlrkcFKEkIMxmaNLALC7bzjWIwN0Rm+nskV 4YvdViS4v+ppQ== To: bug-gnu-emacs@gnu.org Subject: 28.0.5; emacs build fails with undefined reference to malloc_info Date: Sat, 14 Aug 2021 19:26:12 +0545 Message-ID: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=37.120.193.124; envelope-from=birdsite@airmail.cc; helo=mail.cock.li X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 14 Aug 2021 12:17:57 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hello, Recently while building emacs from source in void-linux using musl libc, the make program exits saying undefined reference to malloc_info. Using git-bisect, i've found that the problem started with commit 621bb79b7044dcc277386eb7338c0eb1e08c29c7 `New debugging command 'malloc-info'' This commit was introduced in 2020 Nov 10 The problem is present in the HEAD as of 2021 Aug 11 with commit 244acc5a057b0d6ff03754af14d71808b6f20233 `Replace some `string-match-p' calls in Tramp' I beleive the problem exists because i'm using musl libc and not glibc. Two build logs have been attached which were created using similar technique: git checkout -b first 621bb79b70 make 2&> ../make_emacs_621bb79 (the second log with commit 244acc5a). These command was executed in bash. For any additional information, i will try to reply with this email address but since this one is unreliable at times, i hope that replying through newsgroup is okay. --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=make_emacs_244acc.log Content-Description: build log of commit 244acc5a cd . && ./autogen.sh autoconf Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Building aclocal.m4 ... Running 'autoreconf -fi -I m4' ... You can now run './configure'. if [ -x ./config.status ]; then \ ./config.status --recheck; \ else \ ./configure --cache-file=/dev/null; \ fi running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-imagemagick --with-cairo --with-modules --without-dbus --without-gconf --without-gsettings --no-create --no-recursion checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for linux/fs.h... yes checking for malloc.h... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for utmp.h... yes checking for util.h... no checking for sanitizer/lsan_interface.h... no checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... no checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... yes checking for ieee754.h... no checking for limits.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/select.h... yes checking for sys/random.h... yes checking for sys/stat.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether gcc accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warith-conversion... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... yes checking whether C compiler handles -Wattribute-alias=2... yes checking whether C compiler handles -Wformat=2... yes checking whether C compiler handles -Wformat-truncation=2... yes checking whether C compiler handles -Wimplicit-fallthrough=5... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wvla-larger-than=4031... yes checking whether C compiler handles -Wredundant-decls... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-override-init... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-type-limits... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking for a BSD-compatible install... /bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... /bin/install-info checking for gzip... /bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for port... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for library containing sqrt... none required checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >= 1.0.0... yes checking for ADDR_NO_RANDOMIZE... yes checking if Linux sysinfo may be used... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for X... libraries , headers checking whether malloc is Doug Lea style... no checking for sbrk... yes checking for __lsan_ignore_object... no checking for fchmod... yes checking for canonicalize_file_name... no checking for faccessat... yes checking for realpath... yes checking for lstat... yes checking for readlinkat... yes checking for explicit_bzero... yes checking for memset_s... no checking for fchmodat... yes checking for lchmod... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for futimens... yes checking for getrandom... yes checking for gettimeofday... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for readlink... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for timegm... yes checking for utimensat... yes checking for getdtablesize... yes checking for futimes... yes checking for futimesat... yes checking for lutimes... yes checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... none needed checking for thread support... yes checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking X11 version 6... 6 or newer checking for librsvg-2.0 >= 2.14.0... yes checking for MagickWand >= 7... yes checking for MagickRelinquishMemory... yes checking for MagickExportImagePixels... yes checking for MagickMergeImageLayers... yes checking for MagickAutoOrientImage... yes checking for getaddrinfo_a in -lanl... no checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... no checking for gtk+-2.0 >= 2.24 glib-2.0 >= 2.28... no checking for lgetfilecon in -lselinux... no checking for gnutls >= 2.12.2... yes checking for libsystemd >= 222... no checking for jansson >= 2.7... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for xaw3d... no checking for libXaw... yes; using Lucid toolkit checking X11 toolkit version... 6 or newer checking for library containing XmuConvertStandardSelection... -lXmu checking for XRenderQueryExtension in -lXrender... yes checking for cairo >= 1.8.0... yes checking for freetype2... yes checking for fontconfig >= 2.2.0... yes checking for FT_Face_GetCharVariantIndex... yes checking for libotf... yes checking for OTF_get_variation_glyphs in -lotf... yes checking for m17n-flt... no checking for harfbuzz >= 0.9.42... yes checking X11/Xlib-xcb.h usability... yes checking X11/Xlib-xcb.h presence... yes checking for X11/Xlib-xcb.h... yes checking for xcb_translate_coordinates in -lxcb... yes checking for XGetXCBConnection in -lX11-xcb... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking for jpeglib 6b or later... -ljpeg checking for lcms2... yes checking for library containing inflateEnd... -lz checking for dladdr... yes checking for dlfunc... no checking for libpng >= 1.0.0... yes checking whether png_longjmp is declared... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for GifMakeMapObject in -lgif... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking for xrandr >= 1.2.2... yes checking for xinerama >= 1.0.2... yes checking for xfixes >= 4.0.0... yes checking for X11/extensions/Xdbe.h... yes checking for XdbeAllocateBackBufferName in -lXext... yes checking for libxml-2.0 > 2.6.17... yes checking for htmlReadMemory in -lxml2... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking linux/seccomp.h usability... yes checking linux/seccomp.h presence... yes checking for linux/seccomp.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes checking linux/filter.h usability... yes checking linux/filter.h presence... yes checking for linux/filter.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes checking for libseccomp >= 2.4.0... no checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for trunc... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for pthread_sigmask... (cached) yes checking for strsignal... yes checking for setitimer... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for getpwent... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for __executable_start... yes checking for log2... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking whether pthread_setname_np takes a single argument... no checking whether pthread_setname_np takes three arguments... no checking for aligned_alloc... yes checking whether aligned_alloc is declared... yes checking for posix_madvise... yes checking for __builtin_frame_address... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... no checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking whether -ltinfo library defines BC... yes checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... no checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for typeof syntax and keyword spelling... typeof checking for statement expressions... yes checking for working alloca.h... yes checking for alloca... yes checking whether lstat correctly handles trailing slash... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for getcwd... yes checking for C/C++ restrict keyword... __restrict__ checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking for mode_t... yes checking whether strmode is declared... no checking for gawk... gawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether is self-contained... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for sigset_t... yes checking for wchar_t... yes checking whether fcloseall is declared... no checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether the utimes function works... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... -lacl checking for acl_get_file... yes checking for acl_get_fd... yes checking for acl_set_file... yes checking for acl_set_fd... yes checking for acl_free... yes checking for acl_from_mode... yes checking for acl_from_text... yes checking for acl_delete_def_file... yes checking for acl_extended_file... yes checking for acl_delete_fd_np... no checking for acl_delete_file_np... no checking for acl_copy_ext_native... no checking for acl_create_entry_np... no checking for acl_to_short_text... no checking for acl_free_text... no checking for working acl_get_file... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking for acl_entries... yes checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... no checking for alloca as a compiler built-in... yes checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for copy_file_range... yes checking for d_type member in directory struct... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking whether fchmodat works... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes checking for flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... no checking whether fstatat (..., 0) works... yes checking for sys/mount.h... yes checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking whether futimens works... no checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for stpcpy... yes checking for working strnlen... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking for nlink_t... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... no checking for library containing timer_settime... none required checking for timer_settime... yes checking whether utimensat works... yes checking for variable-length arrays... yes checking for rawmemchr... no checking whether getdtablesize works... yes checking for timer_getoverrun... yes checking for gcc option to disable position independent executables... not needed Configured for 'x86_64-pc-linux-musl'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -g3 -O2 Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use a png library? yes -lpng16 -lz Does Emacs use -lrsvg-2? yes Does Emacs use cairo? yes Does Emacs use -llcms2? yes Does Emacs use imagemagick? yes Does Emacs use native APIs for images? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lglibc (inotify) Does Emacs use access control lists? yes -lacl Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? no Does Emacs use -lsystemd? no Does Emacs use -ljansson? yes Does Emacs use the GMP library? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes Does Emacs support legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper Does Emacs have native lisp compiler? no configure: creating ./config.status configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. MAKE='make' ./config.status config.status: creating src/verbose.mk config.status: creating src/emacs-module.h config.status: creating Makefile config.status: creating lib/gnulib.mk config.status: creating ./doc/man/emacs.1 config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating test/Makefile config.status: creating admin/charsets/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating src/config.h config.status: executing src/epaths.h commands make[1]: Entering directory '/home/me/src/emacs' make[1]: Leaving directory '/home/me/src/emacs' config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[1]: Entering directory '/home/me/src/emacs/doc/lispintro' make[1]: Entering directory '/home/me/src/emacs/doc/lispref' GEN ../../info/elisp.info GEN ../../info/eintr.info make[1]: Entering directory '/home/me/src/emacs/doc/emacs' GEN ../../info/emacs.info make[1]: Entering directory '/home/me/src/emacs/lib' GEN alloca.h GEN dirent.h GEN execinfo.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN ieee754.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fingerprint.o CC canonicalize-lgpl.o CC execinfo.o CC fcntl.o CC free.o CC fsusage.o CC futimens.o CC getopt.o CC getopt1.o CC rawmemchr.o CC regex.o CC sig2str.o CC sigdescr_np.o CC time_rz.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o make[1]: Leaving directory '/home/me/src/emacs/doc/lispintro' GEN info/dir CC md5.o CC sha1.o CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o CC file-has-acl.o CC filemode.o CC filevercmp.o CC gettime.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC malloc/scratch_buffer_dupfree.o CC malloc/scratch_buffer_grow.o CC malloc/scratch_buffer_grow_preserve.o CC malloc/scratch_buffer_set_array_size.o CC stat-time.o CC tempname.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o AR libgnu.a make[1]: Leaving directory '/home/me/src/emacs/lib' make -C lib-src all make[1]: Entering directory '/home/me/src/emacs/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CC pop.o CCLD make-docfile CCLD make-fingerprint CCLD movemail make[1]: Leaving directory '/home/me/src/emacs/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all make[1]: Entering directory '/home/me/src/emacs/src' GEN lisp.mk GEN globals.h GEN buildobj.h make -C ../admin/charsets all make[2]: Entering directory '/home/me/src/emacs/admin/charsets' GEN ../../etc/charsets/8859-2.map GEN ../../etc/charsets/8859-3.map make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/me/src/emacs/admin/unidata' GEN ../../etc/charsets/8859-4.map GEN ../../lisp/international/charscript.el GEN ../../etc/charsets/8859-5.map make[2]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C ../admin/charsets cp51932.el GEN ../../etc/charsets/8859-6.map make[2]: Entering directory '/home/me/src/emacs/admin/charsets' GEN ../../etc/charsets/CP932-2BYTE.map GEN ../../etc/charsets/8859-7.map GEN ../../etc/charsets/8859-8.map GEN ../../etc/charsets/8859-9.map GEN ../../etc/charsets/8859-10.map GEN ../../etc/charsets/8859-11.map GEN ../../etc/charsets/8859-13.map GEN ../../etc/charsets/8859-14.map GEN ../../etc/charsets/8859-15.map GEN ../../etc/charsets/8859-16.map GEN ../../lisp/international/cp51932.el make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/charsets eucjp-ms.el GEN ../../etc/charsets/IBM037.map make[2]: Entering directory '/home/me/src/emacs/admin/charsets' GEN ../../lisp/international/eucjp-ms.el GEN ../../etc/charsets/IBM038.map GEN ../../etc/charsets/IBM256.map GEN ../../etc/charsets/IBM273.map GEN ../../etc/charsets/IBM274.map GEN ../../etc/charsets/IBM275.map GEN ../../etc/charsets/IBM277.map GEN ../../etc/charsets/IBM278.map GEN ../../etc/charsets/IBM280.map make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../lwlib/ liblw.a make[2]: Entering directory '/home/me/src/emacs/lwlib' CC lwlib.o GEN ../../etc/charsets/IBM281.map GEN ../../etc/charsets/IBM284.map GEN ../../etc/charsets/IBM285.map GEN ../../etc/charsets/IBM290.map GEN ../../etc/charsets/IBM297.map GEN ../../etc/charsets/IBM420.map GEN ../../etc/charsets/IBM423.map GEN ../../etc/charsets/IBM424.map GEN ../../etc/charsets/IBM437.map GEN ../../etc/charsets/IBM500.map GEN ../../etc/charsets/IBM850.map GEN ../../etc/charsets/IBM851.map GEN ../../etc/charsets/IBM852.map GEN ../../etc/charsets/IBM855.map GEN ../../etc/charsets/IBM856.map GEN ../../etc/charsets/IBM857.map GEN ../../etc/charsets/IBM860.map GEN ../../etc/charsets/IBM861.map GEN ../../etc/charsets/IBM862.map GEN ../../etc/charsets/IBM863.map GEN ../../etc/charsets/IBM864.map GEN ../../etc/charsets/IBM865.map GEN ../../etc/charsets/IBM866.map GEN ../../etc/charsets/IBM868.map GEN ../../etc/charsets/IBM869.map GEN ../../etc/charsets/IBM870.map GEN ../../etc/charsets/IBM871.map GEN ../../etc/charsets/IBM874.map GEN ../../etc/charsets/IBM875.map GEN ../../etc/charsets/IBM880.map GEN ../../etc/charsets/IBM891.map GEN ../../etc/charsets/IBM903.map GEN ../../etc/charsets/IBM904.map GEN ../../etc/charsets/IBM905.map GEN ../../etc/charsets/IBM918.map GEN ../../etc/charsets/IBM1004.map GEN ../../etc/charsets/IBM1026.map GEN ../../etc/charsets/IBM1047.map GEN ../../etc/charsets/CP737.map GEN ../../etc/charsets/CP775.map GEN ../../etc/charsets/CP1125.map GEN ../../etc/charsets/CP1250.map GEN ../../etc/charsets/CP1251.map GEN ../../etc/charsets/CP1252.map GEN ../../etc/charsets/CP1253.map GEN ../../etc/charsets/CP1254.map GEN ../../etc/charsets/CP1255.map GEN ../../etc/charsets/CP1256.map GEN ../../etc/charsets/CP1257.map GEN ../../etc/charsets/CP1258.map GEN ../../etc/charsets/CP10007.map GEN ../../etc/charsets/GB2312.map GEN ../../etc/charsets/GBK.map CC lwlib-Xlw.o GEN ../../etc/charsets/GB180302.map CC xlwmenu.o GEN ../../etc/charsets/BIG5.map GEN ../../etc/charsets/BIG5-HKSCS.map GEN ../../etc/charsets/CNS-1.map GEN ../../etc/charsets/CNS-2.map GEN ../../etc/charsets/CNS-3.map GEN ../../etc/charsets/CNS-4.map GEN ../../etc/charsets/CNS-5.map CC lwlib-Xaw.o GEN ../../etc/charsets/CNS-6.map GEN ../../etc/charsets/CNS-7.map GEN ../../etc/charsets/CNS-F.map GEN ../../etc/charsets/JISX0201.map GEN ../../etc/charsets/JISX0208.map CC lwlib-utils.o GEN ../../etc/charsets/JISX0212.map GEN ../../etc/charsets/JISX2131.map GEN ../../etc/charsets/JISX2132.map GEN ../../etc/charsets/JISC6226.map GEN ../../etc/charsets/KSC5601.map GEN liblw.a make[2]: Leaving directory '/home/me/src/emacs/lwlib' CC dispnew.o GEN ../../etc/charsets/KSC5636.map GEN ../../etc/charsets/JOHAB.map GEN ../../etc/charsets/KOI-8.map GEN ../../etc/charsets/KOI8-R.map GEN ../../etc/charsets/KOI8-U.map GEN ../../etc/charsets/KOI8-T.map GEN ../../etc/charsets/ALTERNATIVNYJ.map GEN ../../etc/charsets/MIK.map GEN ../../etc/charsets/PTCP154.map GEN ../../etc/charsets/TIS-620.map GEN ../../etc/charsets/VISCII.map GEN ../../etc/charsets/VSCII.map GEN ../../etc/charsets/VSCII-2.map GEN ../../etc/charsets/KA-PS.map GEN ../../etc/charsets/KA-ACADEMY.map GEN ../../etc/charsets/HP-ROMAN8.map GEN ../../etc/charsets/NEXTSTEP.map GEN ../../etc/charsets/MACINTOSH.map GEN ../../etc/charsets/EBCDICUK.map GEN ../../etc/charsets/EBCDICUS.map GEN ../../etc/charsets/stdenc.map GEN ../../etc/charsets/symbol.map GEN ../../etc/charsets/CP949-2BYTE.map GEN ../../etc/charsets/BIG5-1.map GEN ../../etc/charsets/BIG5-2.map GEN ../../etc/charsets/GB180304.map GEN charsets.stamp make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' CC frame.o make[1]: Leaving directory '/home/me/src/emacs/doc/emacs' CC scroll.o CC xdisp.o CC menu.o CC xmenu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o CC cm.o CC term.o CC terminal.o CC xfaces.o CC xterm.o make[1]: Leaving directory '/home/me/src/emacs/doc/lispref' CC xfns.o CC xselect.o CC xrdb.o CC xsmfns.o CC xsettings.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC bignum.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o alloc.c: In function 'Fmalloc_info': alloc.c:7329:7: warning: implicit declaration of function 'malloc_info'; did you mean 'Fmalloc_info'? [-Wimplicit-function-declaration] 7329 | if (malloc_info (0, stderr)) | ^~~~~~~~~~~ | Fmalloc_info alloc.c:7329:7: warning: nested extern declaration of 'malloc_info' [-Wnested-externs] CC pdumper.o CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o In file included from print.c:44: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from print.c:23: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC lread.o In file included from lread.c:74: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from lread.c:25: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC emacs-module.o CC syntax.o CC bytecode.o CC comp.o CC dynlib.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC lcms.o CC inotify.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC xfont.o CC ftfont.o CC ftcrfont.o CC hbfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o CC json.o CC terminfo.o CC lastfile.o CC widget.o CCLD temacs /bin/ld: alloc.o: in function `Fmalloc_info': /home/me/src/emacs/src/alloc.c:7329: undefined reference to `malloc_info' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:633: temacs] Error 1 make[1]: Leaving directory '/home/me/src/emacs/src' make: *** [Makefile:443: src] Error 2 --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=make_emacs_621bb79.log Content-Description: build log of commit 621bb79 cd . && ./autogen.sh autoconf Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Building aclocal.m4 ... Running 'autoreconf -fi -I m4' ... You can now run './autogen.sh git'. if [ -x ./config.status ]; then \ ./config.status --recheck; \ else \ ./configure --cache-file=/dev/null; \ fi running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-imagemagick --with-cairo --with-modules --without-dbus --without-gconf --without-gsettings --no-create --no-recursion checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether gcc accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warith-conversion... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... yes checking whether C compiler handles -Wattribute-alias=2... yes checking whether C compiler handles -Wformat=2... yes checking whether C compiler handles -Wformat-truncation=2... yes checking whether C compiler handles -Wimplicit-fallthrough=5... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wvla-larger-than=4031... yes checking whether C compiler handles -Wredundant-decls... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-override-init... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-type-limits... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking for a BSD-compatible install... /bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... /bin/install-info checking for gzip... /bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for library containing sqrt... none required checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >= 1.0.0... yes checking for linux/fs.h... yes checking for malloc.h... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for utmp.h... yes checking for util.h... no checking for sanitizer/lsan_interface.h... no checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... no checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... yes checking for ieee754.h... no checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/select.h... yes checking for sys/random.h... yes checking for sys/stat.h... (cached) yes checking for ADDR_NO_RANDOMIZE... yes checking if Linux sysinfo may be used... yes checking for term.h... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for X... libraries , headers checking whether malloc is Doug Lea style... no checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... none needed checking for thread support... yes checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking X11 version 6... 6 or newer checking for librsvg-2.0 >= 2.14.0... yes checking for MagickWand >= 7... yes checking for MagickRelinquishMemory... yes checking for MagickExportImagePixels... yes checking for MagickMergeImageLayers... yes checking for MagickAutoOrientImage... yes checking for getaddrinfo_a in -lanl... no checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... no checking for gtk+-2.0 >= 2.24 glib-2.0 >= 2.28... no checking for lgetfilecon in -lselinux... no checking for gnutls >= 2.12.2... yes checking for libsystemd >= 222... no checking for jansson >= 2.7... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for xaw3d... no checking for libXaw... yes; using Lucid toolkit checking X11 toolkit version... 6 or newer checking for library containing XmuConvertStandardSelection... -lXmu checking X11/extensions/Xrender.h usability... yes checking X11/extensions/Xrender.h presence... yes checking for X11/extensions/Xrender.h... yes checking for XRenderQueryExtension in -lXrender... yes checking for cairo >= 1.8.0... yes checking for freetype2... yes checking for fontconfig >= 2.2.0... yes checking for FT_Face_GetCharVariantIndex... yes checking for libotf... yes checking for OTF_get_variation_glyphs in -lotf... yes checking for m17n-flt... no checking for harfbuzz >= 0.9.42... yes checking X11/Xlib-xcb.h usability... yes checking X11/Xlib-xcb.h presence... yes checking for X11/Xlib-xcb.h... yes checking for xcb_translate_coordinates in -lxcb... yes checking for XGetXCBConnection in -lX11-xcb... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking for jpeglib 6b or later... -ljpeg checking for lcms2... yes checking for library containing inflateEnd... -lz checking for dladdr... yes checking for dlfunc... no checking for libpng >= 1.0.0... yes checking whether png_longjmp is declared... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for GifMakeMapObject in -lgif... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking for xrandr >= 1.2.2... yes checking for xinerama >= 1.0.2... yes checking for xfixes >= 4.0.0... yes checking for X11/extensions/Xdbe.h... yes checking for XdbeAllocateBackBufferName in -lXext... yes checking for libxml-2.0 > 2.6.17... yes checking for htmlReadMemory in -lxml2... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for trunc... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for pthread_sigmask... (cached) yes checking for strsignal... yes checking for setitimer... yes checking for timer_getoverrun... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for getpwent... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for __executable_start... yes checking for log2... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking whether pthread_setname_np takes a single argument... no checking whether pthread_setname_np takes three arguments... no checking for aligned_alloc... yes checking whether aligned_alloc is declared... yes checking for posix_madvise... yes checking for __builtin_frame_address... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... no checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for __lsan_ignore_object... no checking for sbrk... yes checking for fchmod... yes checking for canonicalize_file_name... no checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for explicit_bzero... yes checking for memset_s... no checking for faccessat... yes checking for fchmodat... yes checking for lchmod... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for futimens... yes checking for getrandom... yes checking for gettimeofday... yes checking for lstat... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for timegm... yes checking for utimensat... yes checking for getdtablesize... yes checking for futimes... yes checking for futimesat... yes checking for lutimes... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... no checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for typeof syntax and keyword spelling... typeof checking for statement expressions... yes checking for working alloca.h... yes checking for alloca... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for getcwd... yes checking for C/C++ restrict keyword... __restrict checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking whether lstat correctly handles trailing slash... yes checking for mode_t... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... no checking for gawk... gawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether is self-contained... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for sigset_t... yes checking for wchar_t... yes checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether the utimes function works... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... -lacl checking for acl_get_file... yes checking for acl_get_fd... yes checking for acl_set_file... yes checking for acl_set_fd... yes checking for acl_free... yes checking for acl_from_mode... yes checking for acl_from_text... yes checking for acl_delete_def_file... yes checking for acl_extended_file... yes checking for acl_delete_fd_np... no checking for acl_delete_file_np... no checking for acl_copy_ext_native... no checking for acl_create_entry_np... no checking for acl_to_short_text... no checking for acl_free_text... no checking for working acl_get_file... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking for acl_entries... yes checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... no checking for alloca as a compiler built-in... yes checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for copy_file_range... yes checking for d_type member in directory struct... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether fstatat (..., 0) works... yes checking for sys/mount.h... yes checking how to get file system space usage... checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking whether futimens works... no checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for stpcpy... yes checking for working strnlen... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking for nlink_t... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... no checking for library containing timer_settime... none required checking for timer_settime... yes checking whether utimensat works... yes checking for variable-length arrays... yes checking whether getdtablesize works... yes checking for gcc option to disable position independent executables... not needed Configured for 'x86_64-pc-linux-musl'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -g3 -O2 Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use a png library? yes -lpng16 -lz Does Emacs use -lrsvg-2? yes Does Emacs use cairo? yes Does Emacs use -llcms2? yes Does Emacs use imagemagick? yes Does Emacs use native APIs for images? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lglibc (inotify) Does Emacs use access control lists? yes -lacl Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? no Does Emacs use -lsystemd? no Does Emacs use -ljansson? yes Does Emacs use the GMP library? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes Does Emacs support legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper configure: creating ./config.status configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. MAKE='make' ./config.status config.status: creating src/emacs-module.h config.status: creating Makefile config.status: creating lib/gnulib.mk config.status: creating ./doc/man/emacs.1 config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating test/Makefile config.status: creating admin/charsets/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating src/config.h config.status: executing src/epaths.h commands make[1]: Entering directory '/home/me/src/emacs' make[1]: Leaving directory '/home/me/src/emacs' config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make -C lib all make info-real info-dir make[1]: Entering directory '/home/me/src/emacs/lib' GEN alloca.h GEN dirent.h GEN execinfo.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h make[1]: Entering directory '/home/me/src/emacs' make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info GEN ieee754.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdint.h GEN stdio.h make[2]: Entering directory '/home/me/src/emacs/doc/lispintro' make[2]: Entering directory '/home/me/src/emacs/doc/lispref' GEN ../../info/eintr.info make[2]: Entering directory '/home/me/src/emacs/doc/emacs' GEN ../../info/emacs.info GEN ../../info/elisp.info GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fingerprint.o CC canonicalize-lgpl.o CC execinfo.o CC fcntl.o CC fsusage.o CC futimens.o CC getopt.o CC getopt1.o CC regex.o CC sig2str.o CC sigdescr_np.o CC time_rz.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o CC md5.o CC sha1.o make[2]: Leaving directory '/home/me/src/emacs/doc/lispintro' CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC filemode.o CC filevercmp.o CC gettime.o CC malloca.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC stat-time.o CC tempname.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o make -C doc/misc info make[2]: Entering directory '/home/me/src/emacs/doc/misc' GEN ../../info/auth.info AR libgnu.a make[1]: Leaving directory '/home/me/src/emacs/lib' make -C lib-src all make[1]: Entering directory '/home/me/src/emacs/lib-src' CCLD etags GEN ../../info/autotype.info GEN ../../info/bovine.info GEN ../../info/calc.info CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CC pop.o CCLD make-docfile CCLD make-fingerprint CCLD movemail make[1]: Leaving directory '/home/me/src/emacs/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all make[1]: Entering directory '/home/me/src/emacs/src' GEN lisp.mk GEN globals.h GEN buildobj.h make -C ../admin/charsets all make[2]: Entering directory '/home/me/src/emacs/admin/charsets' GEN ../../etc/charsets/8859-2.map GEN ../../etc/charsets/8859-3.map GEN ../../etc/charsets/8859-4.map GEN ../../etc/charsets/8859-5.map GEN ../../etc/charsets/8859-6.map GEN ../../etc/charsets/8859-7.map GEN ../../etc/charsets/8859-8.map GEN ../../etc/charsets/8859-9.map GEN ../../etc/charsets/8859-10.map GEN ../../etc/charsets/8859-11.map GEN ../../etc/charsets/8859-13.map GEN ../../etc/charsets/8859-14.map GEN ../../etc/charsets/8859-15.map GEN ../../etc/charsets/8859-16.map GEN ../../etc/charsets/IBM037.map GEN ../../etc/charsets/IBM038.map GEN ../../etc/charsets/IBM256.map GEN ../../etc/charsets/IBM273.map GEN ../../etc/charsets/IBM274.map GEN ../../etc/charsets/IBM275.map GEN ../../etc/charsets/IBM277.map GEN ../../etc/charsets/IBM278.map GEN ../../etc/charsets/IBM280.map GEN ../../etc/charsets/IBM281.map GEN ../../etc/charsets/IBM284.map GEN ../../etc/charsets/IBM285.map GEN ../../etc/charsets/IBM290.map GEN ../../etc/charsets/IBM297.map GEN ../../etc/charsets/IBM420.map GEN ../../etc/charsets/IBM423.map GEN ../../etc/charsets/IBM424.map GEN ../../etc/charsets/IBM437.map GEN ../../etc/charsets/IBM500.map GEN ../../etc/charsets/IBM850.map GEN ../../etc/charsets/IBM851.map GEN ../../etc/charsets/IBM852.map GEN ../../etc/charsets/IBM855.map GEN ../../etc/charsets/IBM856.map GEN ../../etc/charsets/IBM857.map GEN ../../etc/charsets/IBM860.map GEN ../../etc/charsets/IBM861.map GEN ../../etc/charsets/IBM862.map GEN ../../etc/charsets/IBM863.map GEN ../../etc/charsets/IBM864.map GEN ../../etc/charsets/IBM865.map GEN ../../etc/charsets/IBM866.map GEN ../../etc/charsets/IBM868.map GEN ../../etc/charsets/IBM869.map GEN ../../etc/charsets/IBM870.map GEN ../../etc/charsets/IBM871.map GEN ../../etc/charsets/IBM874.map GEN ../../etc/charsets/IBM875.map GEN ../../etc/charsets/IBM880.map GEN ../../etc/charsets/IBM891.map GEN ../../etc/charsets/IBM903.map GEN ../../etc/charsets/IBM904.map GEN ../../etc/charsets/IBM905.map GEN ../../etc/charsets/IBM918.map GEN ../../etc/charsets/IBM1004.map GEN ../../etc/charsets/IBM1026.map GEN ../../etc/charsets/IBM1047.map GEN ../../etc/charsets/CP737.map GEN ../../etc/charsets/CP775.map GEN ../../etc/charsets/CP1125.map GEN ../../etc/charsets/CP1250.map GEN ../../etc/charsets/CP1251.map GEN ../../etc/charsets/CP1252.map GEN ../../etc/charsets/CP1253.map GEN ../../etc/charsets/CP1254.map GEN ../../etc/charsets/CP1255.map GEN ../../etc/charsets/CP1256.map GEN ../../etc/charsets/CP1257.map GEN ../../etc/charsets/CP1258.map GEN ../../etc/charsets/CP10007.map GEN ../../etc/charsets/GB2312.map GEN ../../etc/charsets/GBK.map GEN ../../etc/charsets/GB180302.map GEN ../../etc/charsets/BIG5.map GEN ../../etc/charsets/BIG5-HKSCS.map GEN ../../etc/charsets/CNS-1.map make[2]: Leaving directory '/home/me/src/emacs/doc/emacs' GEN info/dir GEN ../../etc/charsets/CNS-2.map GEN ../../etc/charsets/CNS-3.map GEN ../../etc/charsets/CNS-4.map GEN ../../etc/charsets/CNS-5.map GEN ../../etc/charsets/CNS-6.map GEN ../../etc/charsets/CNS-7.map GEN ../../etc/charsets/CNS-F.map GEN ../../etc/charsets/JISX0201.map GEN ../../etc/charsets/JISX0208.map GEN ../../etc/charsets/JISX0212.map GEN ../../etc/charsets/JISX2131.map GEN ../../etc/charsets/JISX2132.map GEN ../../etc/charsets/JISC6226.map GEN ../../info/ccmode.info GEN ../../etc/charsets/CP932-2BYTE.map GEN ../../etc/charsets/KSC5601.map GEN ../../etc/charsets/KSC5636.map GEN ../../etc/charsets/JOHAB.map GEN ../../etc/charsets/KOI-8.map GEN ../../etc/charsets/KOI8-R.map GEN ../../etc/charsets/KOI8-U.map GEN ../../etc/charsets/KOI8-T.map GEN ../../etc/charsets/ALTERNATIVNYJ.map GEN ../../etc/charsets/MIK.map GEN ../../etc/charsets/PTCP154.map GEN ../../etc/charsets/TIS-620.map GEN ../../etc/charsets/VISCII.map GEN ../../etc/charsets/VSCII.map GEN ../../etc/charsets/VSCII-2.map GEN ../../etc/charsets/KA-PS.map GEN ../../etc/charsets/KA-ACADEMY.map GEN ../../etc/charsets/HP-ROMAN8.map GEN ../../etc/charsets/NEXTSTEP.map GEN ../../etc/charsets/MACINTOSH.map GEN ../../etc/charsets/EBCDICUK.map GEN ../../etc/charsets/EBCDICUS.map GEN ../../etc/charsets/stdenc.map GEN ../../etc/charsets/symbol.map GEN ../../etc/charsets/CP949-2BYTE.map GEN ../../etc/charsets/BIG5-1.map GEN ../../etc/charsets/BIG5-2.map GEN ../../lisp/international/cp51932.el GEN ../../lisp/international/eucjp-ms.el GEN ../../etc/charsets/GB180304.map GEN charsets.stamp make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/me/src/emacs/admin/unidata' GEN ../../lisp/international/charscript.el make[2]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../lwlib/ liblw.a make[2]: Entering directory '/home/me/src/emacs/lwlib' CC lwlib.o CC lwlib-Xlw.o CC xlwmenu.o GEN ../../info/cl.info GEN ../../info/dbus.info GEN ../../info/dired-x.info CC lwlib-Xaw.o CC lwlib-utils.o GEN ../../info/ebrowse.info CC dispnew.o GEN liblw.a make[2]: Leaving directory '/home/me/src/emacs/lwlib' CC frame.o GEN ../../info/ede.info GEN ../../info/ediff.info CC scroll.o CC xdisp.o GEN ../../info/edt.info CC menu.o GEN ../../info/eieio.info CC xmenu.o GEN ../../info/emacs-mime.info CC window.o GEN ../../info/epa.info GEN ../../info/erc.info GEN ../../info/ert.info GEN ../../info/eshell.info GEN ../../info/eudc.info make[2]: Leaving directory '/home/me/src/emacs/doc/lispref' GEN ../../info/efaq.info GEN ../../info/eww.info CC charset.o GEN ../../info/flymake.info GEN ../../info/forms.info GEN ../../info/gnus.info GEN ../../info/emacs-gnutls.info GEN ../../info/htmlfontify.info CC coding.o GEN ../../info/idlwave.info CC category.o GEN ../../info/ido.info GEN ../../info/info.info GEN ../../info/mairix-el.info GEN ../../info/message.info GEN ../../info/mh-e.info CC ccl.o GEN ../../info/modus-themes.info GEN ../../info/newsticker.info GEN ../../info/nxml-mode.info GEN ../../info/octave-mode.info CC character.o CC chartab.o GEN ../../info/org.info GEN ../../info/pcl-cvs.info CC bidi.o CC cm.o GEN ../../info/pgg.info CC term.o GEN ../../info/rcirc.info GEN ../../info/remember.info CC terminal.o GEN ../../info/reftex.info CC xfaces.o CC xterm.o GEN ../../info/sasl.info GEN ../../info/sc.info CC xfns.o GEN ../../info/semantic.info GEN ../../info/ses.info GEN ../../info/sieve.info CC xselect.o GEN ../../info/smtpmail.info GEN ../../info/speedbar.info GEN ../../info/srecode.info CC xrdb.o GEN ../../info/todo-mode.info CC xsmfns.o CC xsettings.o GEN ../../info/tramp.info CC emacs.o CC keyboard.o GEN ../../info/url.info CC macros.o GEN ../../info/vhdl-mode.info CC keymap.o GEN ../../info/vip.info CC sysdep.o GEN ../../info/viper.info CC bignum.o CC buffer.o CC filelock.o CC insdel.o GEN ../../info/widget.info GEN ../../info/wisent.info CC marker.o GEN ../../info/woman.info CC minibuf.o CC fileio.o GEN ../../info/efaq-w32.info CC dired.o CC cmds.o CC casetab.o make[2]: Leaving directory '/home/me/src/emacs/doc/misc' make[1]: Leaving directory '/home/me/src/emacs' CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o CC pdumper.o alloc.c: In function 'Fmalloc_info': alloc.c:7205:7: warning: implicit declaration of function 'malloc_info'; did you mean 'Fmalloc_info'? [-Wimplicit-function-declaration] 7205 | if (malloc_info (0, stderr)) | ^~~~~~~~~~~ | Fmalloc_info alloc.c:7205:7: warning: nested extern declaration of 'malloc_info' [-Wnested-externs] CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o In file included from print.c:44: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from print.c:23: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC lread.o In file included from lread.c:74: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from lread.c:25: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC dynlib.o CC emacs-module.o CC syntax.o CC bytecode.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC lcms.o CC inotify.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC xfont.o CC ftfont.o CC ftcrfont.o CC hbfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o image.c: In function 'tiff_load': image.c:7869:3: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7869 | uint32 *buf; | ^~~~~~ image.c:7995:7: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7995 | uint32 *row = buf + y * width; | ^~~~~~ image.c:7999:4: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7999 | uint32 abgr = row[x]; | ^~~~~~ CC json.o CC terminfo.o CC lastfile.o CC widget.o CCLD temacs /bin/ld: alloc.o: in function `Fmalloc_info': /home/me/src/emacs/src/alloc.c:7205: undefined reference to `malloc_info' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:651: temacs] Error 1 make[1]: Leaving directory '/home/me/src/emacs/src' make: *** [Makefile:424: src] Error 2 --=-=-= Content-Type: text/plain In GNU Emacs 27.2 (build 1, x86_64-pc-linux-musl, X toolkit, cairo version 1.16.0, Xaw scroll bars) of 2021-08-11 built on laptop Repository revision: deef5efafb70f4b171265b896505b92b6eef24e6 Repository branch: HEAD System Description: void Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Configured using: 'configure --with-imagemagick --with-cairo --with-modules --without-dbus --without-gconf --without-gsettings' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ LIBOTF ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS JSON PDUMPER LCMS2 GMP Important settings: value of $LC_COLLATE: C value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads inotify lcms2 dynamic-setting font-render-setting cairo x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 44571 8390) (symbols 48 5965 1) (strings 32 15198 1573) (string-bytes 1 497098) (vectors 16 7560) (vector-slots 8 80766 6672) (floats 8 18 353) (intervals 56 192 0) (buffers 1000 12)) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 12:40:43 2021 Received: (at 50058) by debbugs.gnu.org; 14 Aug 2021 16:40:43 +0000 Received: from localhost ([127.0.0.1]:45325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEwiB-0006IK-7J for submit@debbugs.gnu.org; Sat, 14 Aug 2021 12:40:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEwi8-0006Hz-19 for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 12:40:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54418) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEwi1-0006vj-NG; Sat, 14 Aug 2021 12:40:33 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2108 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mEwhx-0003bM-1F; Sat, 14 Aug 2021 12:40:33 -0400 Date: Sat, 14 Aug 2021 19:40:17 +0300 Message-Id: <83zgtk9dzi.fsf@gnu.org> From: Eli Zaretskii To: birdsite@airmail.cc In-Reply-To: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> (birdsite@airmail.cc) Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: birdsite@airmail.cc > Date: Sat, 14 Aug 2021 19:26:12 +0545 > > Recently while building emacs from source in void-linux using musl libc, > the make program exits saying undefined reference to malloc_info. > > Using git-bisect, i've found that the problem started with commit > 621bb79b7044dcc277386eb7338c0eb1e08c29c7 `New debugging command > 'malloc-info'' > This commit was introduced in 2020 Nov 10 > > The problem is present in the HEAD as of 2021 Aug 11 with commit > 244acc5a057b0d6ff03754af14d71808b6f20233 `Replace some `string-match-p' > calls in Tramp' > > I beleive the problem exists because i'm using musl libc and not glibc. Does musl define some preprocessor macro that we could use to condition that function's compilation? From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 13:08:31 2021 Received: (at 50058) by debbugs.gnu.org; 14 Aug 2021 17:08:31 +0000 Received: from localhost ([127.0.0.1]:45333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEx91-0007IW-Em for submit@debbugs.gnu.org; Sat, 14 Aug 2021 13:08:31 -0400 Received: from mail.cock.li ([37.120.193.124]:54064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEx8v-0007IB-Pa for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 13:08:26 -0400 From: Bird DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1628960895; bh=TnknaATS2DL2YZWL1/fkYJFadS22LztRgSU1Lgga8qQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=z820CfaSQ8dmaLRPyzLplWp7+l4TeI5WJJqlylyta6NvMxcaHHrYE5CEJB1e6XUKM E++hLOVaVhpXaNSxc3g4IrmPOoa0IGjkALi1uMKobKNldjBzXLE/6QMQ4c1Mmqk1Vb cfe8uWx1RyyHHqCOftcABE9ZhPFXUTJoAlHE/o3vRyVAgqQESbl4TbYxXtTWHj4Zql cGRN7oATcYz+exq988lx0zIL2Q/ubT2fH/UXZZ6aRb8NGPTv/cwTlEiQcWZFbOPSui +kdzi9hK3/5JeI+5R65Bgd9SiEPbwlwhCRM614j3DqHwM3lZP6LcboSqpqY54bB2/P 16xQbe+TwvVyA== To: Eli Zaretskii Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> Date: Sat, 14 Aug 2021 22:53:33 +0545 In-Reply-To: <83zgtk9dzi.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 14 Aug 2021 19:40:17 +0300") Message-ID: <85v9480x9q.fsf@airmail.cc> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Eli, I've just tested and can say that, at least for a system with similar conditions, the __unix__ is defined. Although i'm not sure if this is a standared macro of either C or POSIX or any other systems. Thank you for your hard work! From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 13:13:02 2021 Received: (at 50058) by debbugs.gnu.org; 14 Aug 2021 17:13:02 +0000 Received: from localhost ([127.0.0.1]:45337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExDR-0007R6-PW for submit@debbugs.gnu.org; Sat, 14 Aug 2021 13:13:01 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExDO-0007Qo-OG for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 13:13:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QHRQwhWokbzJMpXBnpfmM63jAS/ySRzwyKr5EoijG/4=; b=SJYmZrOY4BfUm+SAwe++SVG8A4 63Ol9z1QVIZNv890V9vGdzx4379QNVfgjVNcsGwVoQlDlj9QNHxHrfdTRmXmt9pbr8ou3ogTVS2LO Rhcvt18fFdPdfeYibNuwwaO1oPCCA2l74Wp9sttFeUf75/j4fYLlwUTcLAsjo3MEDwks=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mExD8-0003ir-9c; Sat, 14 Aug 2021 19:12:46 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> Date: Sat, 14 Aug 2021 19:12:37 +0200 In-Reply-To: <83zgtk9dzi.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 14 Aug 2021 19:40:17 +0300") Message-ID: <87pmugq7ay.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > Does musl define some preprocessor macro that we could use to > condition that function's compilation? I think musl, on purpose, doesn't define anything to allow us to identify that we're using it? Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, birdsite@airmail.cc X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eli Zaretskii writes: > Does musl define some preprocessor macro that we could use to > condition that function's compilation? I think musl, on purpose, doesn't define anything to allow us to identify that we're using it? https://wiki.musl-libc.org/faq.html Or I may be misunderstanding something. But if that's the case, we have to just test explicitly for malloc_info in configure.ac... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 13:32:13 2021 Received: (at 50058) by debbugs.gnu.org; 14 Aug 2021 17:32:13 +0000 Received: from localhost ([127.0.0.1]:45344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExVx-00082T-EM for submit@debbugs.gnu.org; Sat, 14 Aug 2021 13:32:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExVp-00081m-GS for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 13:32:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55384) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mExVj-00087a-Mi; Sat, 14 Aug 2021 13:31:55 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1270 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mExVe-0004ME-Mv; Sat, 14 Aug 2021 13:31:54 -0400 Date: Sat, 14 Aug 2021 20:31:23 +0300 Message-Id: <83y2949bmc.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-Reply-To: <87pmugq7ay.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 14 Aug 2021 19:12:37 +0200) Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, birdsite@airmail.cc X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Cc: birdsite@airmail.cc, 50058@debbugs.gnu.org > Date: Sat, 14 Aug 2021 19:12:37 +0200 > > I think musl, on purpose, doesn't define anything to allow us to > identify that we're using it? > > https://wiki.musl-libc.org/faq.html > > Or I may be misunderstanding something. > > But if that's the case, we have to just test explicitly for malloc_info > in configure.ac... Yes. Or we could use something to single out glibc, if there is such a macro. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 13:40:18 2021 Received: (at 50058) by debbugs.gnu.org; 14 Aug 2021 17:40:18 +0000 Received: from localhost ([127.0.0.1]:45364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExdq-0008Ir-DJ for submit@debbugs.gnu.org; Sat, 14 Aug 2021 13:40:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mExdl-0008IU-B9 for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 13:40:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=SJER4dIyh6roED31eEZPjjwwghaRovz2QZ0B9QdjuTk=; b=qlkncBnON4qnUKMRtcKxFrXFVW 9WPWvRMXGUbnjzSHrPJjkAdWo9rr/Mw+VdCljJ3VYgIZBagEZO80dT28+klTW/Dm2uj3ES7tB4sML Ys+lK26aWqH7g8YePJrnpPW1KlPJHBUcNvho1xO7fAmXotCgALzSh4X202GMyErxDGhs=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mExdX-0004Al-8S; Sat, 14 Aug 2021 19:40:04 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> Date: Sat, 14 Aug 2021 19:39:58 +0200 In-Reply-To: <83y2949bmc.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 14 Aug 2021 20:31:23 +0300") Message-ID: <87h7fsq61d.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > Yes. Or we could use something to single out glibc, if there is such > a macro. There is __GLIBC__... I wondered whether musl defined that (I thought I vaguely remembered reading something about that), but I can't find it now. So testing for that should be OK. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, birdsite@airmail.cc X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eli Zaretskii writes: > Yes. Or we could use something to single out glibc, if there is such > a macro. There is __GLIBC__... I wondered whether musl defined that (I thought I vaguely remembered reading something about that), but I can't find it now. So testing for that should be OK. birdsite@airmail.cc, can you try the following trivial patch and see whether that allows you to compile Emacs again? diff --git a/src/alloc.c b/src/alloc.c index 8edcd06c84..4ea337ddba 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -7318,7 +7318,7 @@ DEFUN ("memory-use-counts", Fmemory_use_counts, Smemory_use_counts, 0, 0, 0, make_int (strings_consed)); } -#ifdef GNU_LINUX +#if defined GNU_LINUX && defined __GLIBC__ DEFUN ("malloc-info", Fmalloc_info, Smalloc_info, 0, 0, "", doc: /* Report malloc information to stderr. This function outputs to stderr an XML-formatted @@ -7678,7 +7678,7 @@ syms_of_alloc (void) defsubr (&Sgarbage_collect_maybe); defsubr (&Smemory_info); defsubr (&Smemory_use_counts); -#ifdef GNU_LINUX +#if defined GNU_LINUX && defined __GLIBC__ defsubr (&Smalloc_info); #endif defsubr (&Ssuspicious_object); -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 15:14:29 2021 Received: (at control) by debbugs.gnu.org; 14 Aug 2021 19:14:29 +0000 Received: from localhost ([127.0.0.1]:45429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEz6z-0002WU-EW for submit@debbugs.gnu.org; Sat, 14 Aug 2021 15:14:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEz6v-0002WF-GX for control@debbugs.gnu.org; Sat, 14 Aug 2021 15:14:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57098) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mEz6q-0002aB-2i for control@debbugs.gnu.org; Sat, 14 Aug 2021 15:14:20 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mEz6p-0005Fo-8x for control@debbugs.gnu.org; Sat, 14 Aug 2021 15:14:20 -0400 Subject: control message for bug 48789 To: X-Mailer: mail (GNU Mailutils 3.4) Message-Id: From: Glenn Morris Date: Sat, 14 Aug 2021 15:14:19 -0400 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 50058 48789 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 19:59:27 2021 Received: (at control) by debbugs.gnu.org; 14 Aug 2021 23:59:27 +0000 Received: from localhost ([127.0.0.1]:45520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF3Yl-000434-9W for submit@debbugs.gnu.org; Sat, 14 Aug 2021 19:59:27 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF3Yj-00042q-IZ for control@debbugs.gnu.org; Sat, 14 Aug 2021 19:59:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PH2SfDMqFTW2cAl2Z8lblIw/k6baWq949rK60XUzCzE=; b=YfXkehtTaUkYA3cOWSsPDkIpUJ ScMmFi04GiPFv4+vlcn3yvx0Hwhv24e6H5b8HVyDqX40FuNmeQ14R7hg6MTng+u+DXaZgeB2OAEXX i2nf4CC44lfsGSpMWEc8DzAYGO98HHqygUuyy1+dD9PcbH/r1Gsqq2p3WSrnq52P6l/Y=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mF3Yb-0000mR-KS for control@debbugs.gnu.org; Sun, 15 Aug 2021 01:59:19 +0200 Date: Sun, 15 Aug 2021 01:59:15 +0200 Message-Id: <87y293poh8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #48789 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 48789 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 48789 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 19:59:38 2021 Received: (at control) by debbugs.gnu.org; 14 Aug 2021 23:59:38 +0000 Received: from localhost ([127.0.0.1]:45523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF3Yw-00043U-FB for submit@debbugs.gnu.org; Sat, 14 Aug 2021 19:59:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF3Yu-00043E-LG for control@debbugs.gnu.org; Sat, 14 Aug 2021 19:59:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yvDy0iQyb+o6X9Y1FQ9JAJmDkNlT6bRyUUNwdbJkFHQ=; b=nzOF4J46dowz9QY8bT0MtVrfUc /SLc/+SQzNazyzAMhOYWmh92kR7Pvch8evf9N3p2mErA7VRRjho8sfNJ46suHLclIviwu9QOv76kf RP/PBvlv5OuN/Orp64r5eJQIldGz3UUQjifRt59Bd+1iyyxz3BWBmcKbJeQaTMPf2gxY=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mF3Yh-0000mZ-HM for control@debbugs.gnu.org; Sun, 15 Aug 2021 01:59:25 +0200 Date: Sun, 15 Aug 2021 01:59:19 +0200 Message-Id: <87wnonpoh4.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #48789 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 48789 + patch quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 48789 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 21:59:46 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 01:59:46 +0000 Received: from localhost ([127.0.0.1]:45557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF5RC-0002xF-Md for submit@debbugs.gnu.org; Sat, 14 Aug 2021 21:59:46 -0400 Received: from mail.cock.li ([37.120.193.124]:57306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mF5RA-0002wz-5n for 50058@debbugs.gnu.org; Sat, 14 Aug 2021 21:59:45 -0400 From: Flappy Bird DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1628992777; bh=bDxTTqe6s5BGAgy+LqMTpAZ1/mBh95yOPGBvDP+hc0M=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=n2nBV9vwFbEQQA2DuL1TOnMTS1maT8tWCuntTYkS79OH2bTIlrFvKsO+FWZrIlkhq qEbKNywcEGl8vSMY8youhIRNCVZ3zwf4lABHsGfTurLAmnCT/YcCR1M7isBnn3EL1a zwJySRNkLk4ijUm8BxfuQunBFA+9/fHCBA/OTIER9fCtUI7oGBr+WUfK/XspatVIY0 h6uyLgVL6vh7GVPW+rql5Tb34nw53BqIZ1+nNsOkKxYUsJ09nlVIXGK4HYpUTT2qXP YRjQTIS7DDHQ9UK5eb98/EXgg4JkVyRN6CEoCNnqJT/f8/RzHrfymW1NZmTMa7vk0u jKvFOetCQySOg== To: Lars Ingebrigtsen , Eli Zaretskii Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info In-Reply-To: <87h7fsq61d.fsf@gnus.org> References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> Date: Sun, 15 Aug 2021 07:44:52 +0545 Message-ID: <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" --=-=-= Content-Type: text/plain Lars Ingebrigtsen writes: > Eli Zaretskii writes: > >> Yes. Or we could use something to single out glibc, if there is such >> a macro. >... > birdsite@airmail.cc, can you try the following trivial patch and see > whether that allows you to compile Emacs again? > > diff --git a/src/alloc.c b/src/alloc.c > index 8edcd06c84..4ea337ddba 100644 > --- a/src/alloc.c > +++ b/src/alloc.c > ... > -#ifdef GNU_LINUX > +#if defined GNU_LINUX && defined __GLIBC__ Thank you larsi! the patch works and the initial compilation is fine. The build log is attached below. Although now i'm getting a new error such as: LC_ALL=C ./temacs -batch -l loadup --temacs=pdump Loading loadup.el (source)... dump mode: pdump ... Loading files.el (source)... (require pcase) while preparing to dump make[1]: *** [Makefile:584: emacs.pdmp] Error 255 Thanks! --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=make-emacs-larsi-patch Content-Description: build log after patch by larsi cd . && ./autogen.sh autoconf Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Building aclocal.m4 ... Running 'autoreconf -fi -I m4' ... You can now run './autogen.sh git'. if [ -x ./config.status ]; then \ ./config.status --recheck; \ else \ ./configure --cache-file=/dev/null; \ fi running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-imagemagick --with-cairo --with-modules --without-dbus --without-gconf --without-gsettings --no-create --no-recursion checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether gcc accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warith-conversion... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... yes checking whether C compiler handles -Wattribute-alias=2... yes checking whether C compiler handles -Wformat=2... yes checking whether C compiler handles -Wformat-truncation=2... yes checking whether C compiler handles -Wimplicit-fallthrough=5... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wvla-larger-than=4031... yes checking whether C compiler handles -Wredundant-decls... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-override-init... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-type-limits... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking for a BSD-compatible install... /bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... /bin/install-info checking for gzip... /bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for library containing sqrt... none required checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >= 1.0.0... yes checking for linux/fs.h... yes checking for malloc.h... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for utmp.h... yes checking for util.h... no checking for sanitizer/lsan_interface.h... no checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... no checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... yes checking for ieee754.h... no checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/select.h... yes checking for sys/random.h... yes checking for sys/stat.h... (cached) yes checking for ADDR_NO_RANDOMIZE... yes checking if Linux sysinfo may be used... yes checking for term.h... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for X... libraries , headers checking whether malloc is Doug Lea style... no checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... none needed checking for thread support... yes checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking X11 version 6... 6 or newer checking for librsvg-2.0 >= 2.14.0... yes checking for MagickWand >= 7... yes checking for MagickRelinquishMemory... yes checking for MagickExportImagePixels... yes checking for MagickMergeImageLayers... yes checking for MagickAutoOrientImage... yes checking for getaddrinfo_a in -lanl... no checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... no checking for gtk+-2.0 >= 2.24 glib-2.0 >= 2.28... no checking for lgetfilecon in -lselinux... no checking for gnutls >= 2.12.2... yes checking for libsystemd >= 222... no checking for jansson >= 2.7... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for xaw3d... no checking for libXaw... yes; using Lucid toolkit checking X11 toolkit version... 6 or newer checking for library containing XmuConvertStandardSelection... -lXmu checking X11/extensions/Xrender.h usability... yes checking X11/extensions/Xrender.h presence... yes checking for X11/extensions/Xrender.h... yes checking for XRenderQueryExtension in -lXrender... yes checking for cairo >= 1.8.0... yes checking for freetype2... yes checking for fontconfig >= 2.2.0... yes checking for FT_Face_GetCharVariantIndex... yes checking for libotf... yes checking for OTF_get_variation_glyphs in -lotf... yes checking for m17n-flt... no checking for harfbuzz >= 0.9.42... yes checking X11/Xlib-xcb.h usability... yes checking X11/Xlib-xcb.h presence... yes checking for X11/Xlib-xcb.h... yes checking for xcb_translate_coordinates in -lxcb... yes checking for XGetXCBConnection in -lX11-xcb... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking for jpeglib 6b or later... -ljpeg checking for lcms2... yes checking for library containing inflateEnd... -lz checking for dladdr... yes checking for dlfunc... no checking for libpng >= 1.0.0... yes checking whether png_longjmp is declared... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for GifMakeMapObject in -lgif... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking for xrandr >= 1.2.2... yes checking for xinerama >= 1.0.2... yes checking for xfixes >= 4.0.0... yes checking for X11/extensions/Xdbe.h... yes checking for XdbeAllocateBackBufferName in -lXext... yes checking for libxml-2.0 > 2.6.17... yes checking for htmlReadMemory in -lxml2... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for trunc... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for pthread_sigmask... (cached) yes checking for strsignal... yes checking for setitimer... yes checking for timer_getoverrun... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for getpwent... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for __executable_start... yes checking for log2... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking whether pthread_setname_np takes a single argument... no checking whether pthread_setname_np takes three arguments... no checking for aligned_alloc... yes checking whether aligned_alloc is declared... yes checking for posix_madvise... yes checking for __builtin_frame_address... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... no checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for __lsan_ignore_object... no checking for sbrk... yes checking for fchmod... yes checking for canonicalize_file_name... no checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for explicit_bzero... yes checking for memset_s... no checking for faccessat... yes checking for fchmodat... yes checking for lchmod... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for futimens... yes checking for getrandom... yes checking for gettimeofday... yes checking for lstat... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for timegm... yes checking for utimensat... yes checking for getdtablesize... yes checking for futimes... yes checking for futimesat... yes checking for lutimes... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... no checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for typeof syntax and keyword spelling... typeof checking for statement expressions... yes checking for working alloca.h... yes checking for alloca... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for getcwd... yes checking for C/C++ restrict keyword... __restrict checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking whether lstat correctly handles trailing slash... yes checking for mode_t... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... no checking for gawk... gawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether is self-contained... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for sigset_t... yes checking for wchar_t... yes checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether the utimes function works... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... -lacl checking for acl_get_file... yes checking for acl_get_fd... yes checking for acl_set_file... yes checking for acl_set_fd... yes checking for acl_free... yes checking for acl_from_mode... yes checking for acl_from_text... yes checking for acl_delete_def_file... yes checking for acl_extended_file... yes checking for acl_delete_fd_np... no checking for acl_delete_file_np... no checking for acl_copy_ext_native... no checking for acl_create_entry_np... no checking for acl_to_short_text... no checking for acl_free_text... no checking for working acl_get_file... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking for acl_entries... yes checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... no checking for alloca as a compiler built-in... yes checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for copy_file_range... yes checking for d_type member in directory struct... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether fstatat (..., 0) works... yes checking for sys/mount.h... yes checking how to get file system space usage... checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking whether futimens works... no checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for stpcpy... yes checking for working strnlen... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking for nlink_t... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... no checking for library containing timer_settime... none required checking for timer_settime... yes checking whether utimensat works... yes checking for variable-length arrays... yes checking whether getdtablesize works... yes checking for gcc option to disable position independent executables... not needed Configured for 'x86_64-pc-linux-musl'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -g3 -O2 Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use a png library? yes -lpng16 -lz Does Emacs use -lrsvg-2? yes Does Emacs use cairo? yes Does Emacs use -llcms2? yes Does Emacs use imagemagick? yes Does Emacs use native APIs for images? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lglibc (inotify) Does Emacs use access control lists? yes -lacl Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? no Does Emacs use -lsystemd? no Does Emacs use -ljansson? yes Does Emacs use the GMP library? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes Does Emacs support legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper configure: creating ./config.status configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. MAKE='make' ./config.status config.status: creating src/emacs-module.h config.status: creating Makefile config.status: creating lib/gnulib.mk config.status: creating ./doc/man/emacs.1 config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating test/Makefile config.status: creating admin/charsets/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating src/config.h config.status: executing src/epaths.h commands make[1]: Entering directory '/home/me/src/emacs' make[1]: Leaving directory '/home/me/src/emacs' config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make -C lib all make info-real info-dir make[1]: Entering directory '/home/me/src/emacs/lib' GEN alloca.h GEN dirent.h GEN execinfo.h make[1]: Entering directory '/home/me/src/emacs' make -C doc/lispref info make -C doc/lispintro info make[2]: Entering directory '/home/me/src/emacs/doc/lispintro' GEN ../../info/eintr.info make[2]: Entering directory '/home/me/src/emacs/doc/lispref' GEN ../../info/elisp.info make -C doc/emacs info make[2]: Entering directory '/home/me/src/emacs/doc/emacs' GEN ../../info/emacs.info GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN ieee754.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fingerprint.o CC canonicalize-lgpl.o CC execinfo.o CC fcntl.o CC fsusage.o CC futimens.o CC getopt.o CC getopt1.o CC regex.o CC sig2str.o CC sigdescr_np.o CC time_rz.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o CC md5.o make[2]: Leaving directory '/home/me/src/emacs/doc/lispintro' make -C doc/misc info CC sha1.o make[2]: Entering directory '/home/me/src/emacs/doc/misc' GEN ../../info/auth.info CC sha256.o GEN ../../info/autotype.info GEN ../../info/bovine.info CC sha512.o GEN ../../info/calc.info CC dtoastr.o CC dtotimespec.o CC filemode.o CC filevercmp.o CC gettime.o CC malloca.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC stat-time.o CC tempname.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o AR libgnu.a make[1]: Leaving directory '/home/me/src/emacs/lib' make -C lib-src all make[1]: Entering directory '/home/me/src/emacs/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CC pop.o CCLD make-docfile make[2]: Leaving directory '/home/me/src/emacs/doc/emacs' GEN info/dir CCLD make-fingerprint CCLD movemail GEN ../../info/ccmode.info make[1]: Leaving directory '/home/me/src/emacs/lib-src' GEN ../../info/cl.info GEN ../../info/dbus.info GEN ../../info/dired-x.info GEN ../../info/ebrowse.info GEN ../../info/ede.info GEN ../../info/ediff.info GEN ../../info/edt.info GEN ../../info/eieio.info GEN ../../info/emacs-mime.info GEN ../../info/epa.info GEN ../../info/erc.info GEN ../../info/ert.info GEN ../../info/eshell.info GEN ../../info/eudc.info GEN ../../info/efaq.info GEN ../../info/eww.info GEN ../../info/flymake.info GEN ../../info/forms.info GEN ../../info/gnus.info GEN ../../info/emacs-gnutls.info GEN ../../info/htmlfontify.info GEN ../../info/idlwave.info GEN ../../info/ido.info GEN ../../info/info.info GEN ../../info/mairix-el.info GEN ../../info/message.info GEN ../../info/mh-e.info GEN ../../info/modus-themes.info GEN ../../info/newsticker.info GEN ../../info/nxml-mode.info GEN ../../info/octave-mode.info GEN ../../info/org.info GEN ../../info/pcl-cvs.info make[2]: Leaving directory '/home/me/src/emacs/doc/lispref' GEN ../../info/pgg.info GEN ../../info/rcirc.info GEN ../../info/remember.info GEN ../../info/reftex.info GEN ../../info/sasl.info GEN ../../info/sc.info GEN ../../info/semantic.info GEN ../../info/ses.info make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all make[1]: Entering directory '/home/me/src/emacs/src' GEN lisp.mk GEN ../../info/sieve.info GEN globals.h GEN buildobj.h make -C ../admin/charsets all make[2]: Entering directory '/home/me/src/emacs/admin/charsets' GEN ../../etc/charsets/8859-2.map GEN ../../etc/charsets/8859-3.map GEN ../../etc/charsets/8859-4.map GEN ../../etc/charsets/8859-5.map GEN ../../etc/charsets/8859-6.map GEN ../../info/smtpmail.info GEN ../../etc/charsets/8859-7.map GEN ../../etc/charsets/8859-8.map GEN ../../etc/charsets/8859-9.map GEN ../../etc/charsets/8859-10.map GEN ../../etc/charsets/8859-11.map GEN ../../etc/charsets/8859-13.map GEN ../../etc/charsets/8859-14.map GEN ../../etc/charsets/8859-15.map GEN ../../etc/charsets/8859-16.map GEN ../../etc/charsets/IBM037.map GEN ../../etc/charsets/IBM038.map GEN ../../etc/charsets/IBM256.map GEN ../../etc/charsets/IBM273.map GEN ../../etc/charsets/IBM274.map GEN ../../etc/charsets/IBM275.map GEN ../../etc/charsets/IBM277.map GEN ../../etc/charsets/IBM278.map GEN ../../etc/charsets/IBM280.map GEN ../../etc/charsets/IBM281.map GEN ../../etc/charsets/IBM284.map GEN ../../etc/charsets/IBM285.map GEN ../../etc/charsets/IBM290.map GEN ../../etc/charsets/IBM297.map GEN ../../etc/charsets/IBM420.map GEN ../../etc/charsets/IBM423.map GEN ../../etc/charsets/IBM424.map GEN ../../info/speedbar.info GEN ../../etc/charsets/IBM437.map GEN ../../etc/charsets/IBM500.map GEN ../../etc/charsets/IBM850.map GEN ../../etc/charsets/IBM851.map GEN ../../etc/charsets/IBM852.map GEN ../../etc/charsets/IBM855.map GEN ../../etc/charsets/IBM856.map GEN ../../etc/charsets/IBM857.map GEN ../../etc/charsets/IBM860.map GEN ../../etc/charsets/IBM861.map GEN ../../etc/charsets/IBM862.map GEN ../../etc/charsets/IBM863.map GEN ../../etc/charsets/IBM864.map GEN ../../etc/charsets/IBM865.map GEN ../../etc/charsets/IBM866.map GEN ../../etc/charsets/IBM868.map GEN ../../etc/charsets/IBM869.map GEN ../../etc/charsets/IBM870.map GEN ../../etc/charsets/IBM871.map GEN ../../etc/charsets/IBM874.map GEN ../../etc/charsets/IBM875.map GEN ../../etc/charsets/IBM880.map GEN ../../etc/charsets/IBM891.map GEN ../../etc/charsets/IBM903.map GEN ../../etc/charsets/IBM904.map GEN ../../etc/charsets/IBM905.map GEN ../../etc/charsets/IBM918.map GEN ../../etc/charsets/IBM1004.map GEN ../../etc/charsets/IBM1026.map GEN ../../etc/charsets/IBM1047.map GEN ../../etc/charsets/CP737.map GEN ../../etc/charsets/CP775.map GEN ../../etc/charsets/CP1125.map GEN ../../etc/charsets/CP1250.map GEN ../../etc/charsets/CP1251.map GEN ../../info/srecode.info GEN ../../etc/charsets/CP1252.map GEN ../../etc/charsets/CP1253.map GEN ../../etc/charsets/CP1254.map GEN ../../etc/charsets/CP1255.map GEN ../../etc/charsets/CP1256.map GEN ../../etc/charsets/CP1257.map GEN ../../etc/charsets/CP1258.map GEN ../../etc/charsets/CP10007.map GEN ../../etc/charsets/GB2312.map GEN ../../etc/charsets/GBK.map GEN ../../etc/charsets/GB180302.map GEN ../../etc/charsets/BIG5.map GEN ../../etc/charsets/BIG5-HKSCS.map GEN ../../info/todo-mode.info GEN ../../info/tramp.info GEN ../../etc/charsets/CNS-1.map GEN ../../etc/charsets/CNS-2.map GEN ../../etc/charsets/CNS-3.map GEN ../../etc/charsets/CNS-4.map GEN ../../etc/charsets/CNS-5.map GEN ../../etc/charsets/CNS-6.map GEN ../../etc/charsets/CNS-7.map GEN ../../etc/charsets/CNS-F.map GEN ../../info/url.info GEN ../../etc/charsets/JISX0201.map GEN ../../etc/charsets/JISX0208.map GEN ../../etc/charsets/JISX0212.map GEN ../../etc/charsets/JISX2131.map GEN ../../etc/charsets/JISX2132.map GEN ../../etc/charsets/JISC6226.map GEN ../../info/vhdl-mode.info GEN ../../etc/charsets/CP932-2BYTE.map GEN ../../etc/charsets/KSC5601.map GEN ../../etc/charsets/KSC5636.map GEN ../../etc/charsets/JOHAB.map GEN ../../info/vip.info GEN ../../info/viper.info GEN ../../etc/charsets/KOI-8.map GEN ../../etc/charsets/KOI8-R.map GEN ../../etc/charsets/KOI8-U.map GEN ../../etc/charsets/KOI8-T.map GEN ../../etc/charsets/ALTERNATIVNYJ.map GEN ../../etc/charsets/MIK.map GEN ../../etc/charsets/PTCP154.map GEN ../../etc/charsets/TIS-620.map GEN ../../info/widget.info GEN ../../etc/charsets/VISCII.map GEN ../../etc/charsets/VSCII.map GEN ../../etc/charsets/VSCII-2.map GEN ../../etc/charsets/KA-PS.map GEN ../../etc/charsets/KA-ACADEMY.map GEN ../../etc/charsets/HP-ROMAN8.map GEN ../../etc/charsets/NEXTSTEP.map GEN ../../etc/charsets/MACINTOSH.map GEN ../../etc/charsets/EBCDICUK.map GEN ../../etc/charsets/EBCDICUS.map GEN ../../etc/charsets/stdenc.map GEN ../../etc/charsets/symbol.map GEN ../../etc/charsets/CP949-2BYTE.map GEN ../../etc/charsets/BIG5-1.map GEN ../../etc/charsets/BIG5-2.map GEN ../../lisp/international/cp51932.el GEN ../../lisp/international/eucjp-ms.el GEN ../../etc/charsets/GB180304.map GEN charsets.stamp make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/me/src/emacs/admin/unidata' GEN ../../lisp/international/charscript.el make[2]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../lwlib/ liblw.a make[2]: Entering directory '/home/me/src/emacs/lwlib' CC lwlib.o GEN ../../info/wisent.info GEN ../../info/woman.info CC lwlib-Xlw.o GEN ../../info/efaq-w32.info CC xlwmenu.o CC dispnew.o CC lwlib-Xaw.o make[2]: Leaving directory '/home/me/src/emacs/doc/misc' make[1]: Leaving directory '/home/me/src/emacs' CC lwlib-utils.o CC frame.o CC scroll.o GEN liblw.a make[2]: Leaving directory '/home/me/src/emacs/lwlib' CC xdisp.o CC menu.o CC xmenu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o CC cm.o CC term.o CC terminal.o CC xfaces.o CC xterm.o CC xfns.o CC xselect.o CC xrdb.o CC xsmfns.o CC xsettings.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC bignum.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o CC pdumper.o CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o In file included from print.c:44: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from print.c:23: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC lread.o In file included from lread.c:74: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from lread.c:25: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC dynlib.o CC emacs-module.o CC syntax.o CC bytecode.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC lcms.o CC inotify.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC xfont.o CC ftfont.o CC ftcrfont.o CC hbfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o image.c: In function 'tiff_load': image.c:7869:3: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7869 | uint32 *buf; | ^~~~~~ image.c:7995:7: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7995 | uint32 *row = buf + y * width; | ^~~~~~ image.c:7999:4: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 7999 | uint32 abgr = row[x]; | ^~~~~~ CC json.o CC terminfo.o CC lastfile.o CC widget.o CCLD temacs /bin/mkdir -p ../etc make -C ../lisp update-subdirs make[2]: Entering directory '/home/me/src/emacs/lisp' make[2]: Leaving directory '/home/me/src/emacs/lisp' cp -f temacs bootstrap-emacs rm -f bootstrap-emacs.pdmp ./temacs --batch -l loadup --temacs=pbootstrap Loading loadup.el (source)... dump mode: pbootstrap Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading window (source)... Loading /home/me/src/emacs/lisp/files.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/pcase.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/cus-face.el (source)... Loading /home/me/src/emacs/lisp/faces.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/me/src/emacs/lisp' ELC emacs-lisp/macroexp.elc ELC emacs-lisp/cconv.elc ELC emacs-lisp/byte-opt.elc ELC emacs-lisp/bytecomp.elc Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... ELC emacs-lisp/autoload.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... make[2]: Leaving directory '/home/me/src/emacs/lisp' make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/me/src/emacs/lisp' ELC ../lisp/bindings.elc ELC ../lisp/abbrev.elc ELC international/titdic-cnv.elc ELC ../lisp/buff-menu.elc Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" GEN calendar/cal-loaddefs.el make[3]: Entering directory '/home/me/src/emacs/admin/grammars' GEN ../../lisp/cedet/semantic/bovine/c-by.el ELC ../lisp/button.elc ELC ../lisp/case-table.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../../lisp/cedet/semantic/bovine/make-by.el GEN ../../lisp/cedet/semantic/bovine/scm-by.el Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... ELC ../lisp/composite.elc Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/cus-face.elc Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../../lisp/cedet/semantic/wisent/javat-wy.el GEN ../../lisp/cedet/semantic/wisent/js-wy.el Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... GEN mh-e/mh-loaddefs.el Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/cus-start.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../../lisp/cedet/semantic/wisent/python-wy.el GEN ../../lisp/cedet/srecode/srt-wy.el Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... GEN net/tramp-loaddefs.el Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/custom.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading window (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... make[3]: Leaving directory '/home/me/src/emacs/admin/grammars' make -C ../leim all EMACS="../src/bootstrap-emacs" Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... make[3]: Entering directory '/home/me/src/emacs/leim' GEN ../lisp/leim/quail/PY.el ELC ../lisp/disp-table.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN calendar/diary-loaddefs.el Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading international/mule-conf (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/dnd.elc Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... GEN ../lisp/leim/quail/ZIRANMA.el Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/dos-fns.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading loadup.el (source)... Loading widget (compiled; note, source file is newer)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... ELC ../lisp/dos-vars.elc Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/dos-w32.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... GEN ../lisp/leim/quail/CTLau.el Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/dynamic-setting.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/electric.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/backquote.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... GEN ../lisp/leim/quail/CTLau-b5.el Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/byte-run.elc Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/cl-generic.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/cl-preloaded.elc Loading loadup.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... GEN ../lisp/language/pinyin.el Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/eldoc.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/float-sup.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/lisp-mode.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... GEN ../lisp/leim/ja-dic/ja-dic.el Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/lisp.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/macroexp.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... ELC ../lisp/emacs-lisp/map-ynp.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... GEN ../lisp/leim/leim-list.el Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading bindings (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/nadvice.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/regexp-opt.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... ELC ../lisp/emacs-lisp/syntax.elc Loading env (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading format (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... make[3]: Leaving directory '/home/me/src/emacs/leim' GEN calendar/hol-loaddefs.el Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/tabulated-list.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/emacs-lisp/timer.elc ELC ../lisp/env.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... GEN loaddefs.el Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/epa-hook.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/facemenu.elc make[2]: Leaving directory '/home/me/src/emacs/lisp' Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... ELC ../lisp/faces.elc Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... ELC ../lisp/files.elc Loading window (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... Loading version (compiled; note, source file is newer)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/font-core.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/font-lock.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/format.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... ELC ../lisp/frame.elc Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/fringe.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/help.elc Loading env (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/image.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... ELC ../lisp/indent.elc Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/international/charscript.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[2]: Entering directory '/home/me/src/emacs/admin/unidata' Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC uvs.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... ELC ../lisp/international/cp51932.elc Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/international/eucjp-ms.elc Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/international/fontset.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... ELC unidata-gen.elc Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/international/mule-cmds.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/international/mule-conf.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading loadup.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/international/mule-util.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... GEN ../../src/macuvs.h Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... ELC ../lisp/international/mule.elc Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/isearch.elc Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/jit-lock.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... GEN ../../lisp/international/uni-bidi.el Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... ELC ../lisp/jka-cmpr-hook.elc Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/language/burmese.elc Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading cus-face (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... GEN ../../lisp/international/uni-brackets.el Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/language/cham.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading faces (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading widget (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading custom (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/language/chinese.elc Loading window (compiled; note, source file is newer)... ELC ../lisp/language/cyrillic.elc Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading custom (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... GEN ../../lisp/international/uni-category.el Loading format (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/language/czech.elc Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/language/english.elc Loading window (compiled; note, source file is newer)... ELC ../lisp/language/ethiopic.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... GEN ../../lisp/international/uni-combining.el Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/language/european.elc Loading files (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/language/georgian.elc Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... ELC ../lisp/language/greek.elc Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... GEN ../../lisp/international/uni-comment.el Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/language/hebrew.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/language/indian.elc Loading window (compiled; note, source file is newer)... ELC ../lisp/language/japanese.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... GEN ../../lisp/international/uni-decimal.el Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/language/khmer.elc Loading files (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/language/lao.elc ELC ../lisp/language/korean.elc Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... GEN ../../lisp/international/uni-decomposition.el Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/language/misc-lang.elc Loading env (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... GEN ../../lisp/international/uni-digit.el Loading window (compiled; note, source file is newer)... ELC ../lisp/language/romanian.elc GEN ../../lisp/international/uni-lowercase.el Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/language/sinhala.elc Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... GEN ../../lisp/international/uni-mirrored.el Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... GEN ../../lisp/international/uni-name.el Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/language/slovak.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/language/tai-viet.elc Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... GEN ../../lisp/international/uni-numeric.el GEN ../../lisp/international/uni-old-name.el Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/language/thai.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/language/tibetan.elc Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../../lisp/international/uni-special-lowercase.el Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/language/utf-8-lang.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/language/vietnamese.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/ls-lisp.elc Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... GEN ../../lisp/international/uni-special-titlecase.el Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/menu-bar.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/minibuffer.elc Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/mouse.elc Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../../lisp/international/uni-special-uppercase.el Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/mwheel.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading files (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/newcomment.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/obarray.elc GEN ../../lisp/international/uni-titlecase.el Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... Loading loadup.el (source)... dump mode: nil dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/progmodes/elisp-mode.elc Loading env (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/progmodes/prog-mode.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... GEN ../../lisp/international/uni-uppercase.el Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/register.elc Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... ELC ../lisp/replace.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... ELC ../lisp/rfn-eshadow.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... GEN ../../lisp/international/charprop.el Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/scroll-bar.elc Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/select.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/simple.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... make[2]: Leaving directory '/home/me/src/emacs/admin/unidata' Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/startup.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading format (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/subr.elc Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/tab-bar.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/term/common-win.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/term/internal.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Loading bindings (compiled; note, source file is newer)... Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/term/ns-win.elc Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/term/pc-win.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/term/tty-colors.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/term/w32-win.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... ELC ../lisp/term/x-win.elc Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/textmodes/fill.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/textmodes/page.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/textmodes/paragraphs.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... ELC ../lisp/textmodes/text-mode.elc Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/tool-bar.elc Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... ELC ../lisp/tooltip.elc Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/uniquify.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/vc/ediff-hook.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/vc/vc-hooks.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... ELC ../lisp/version.elc Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/w32-fns.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/w32-vars.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/widget.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... ELC ../lisp/window.elc Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... ELC ../lisp/x-dnd.elc Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... ELC ../lisp/international/characters.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... ELC ../lisp/international/ucs-normalize.elc Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading loadup.el (source)... dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading env (compiled; note, source file is newer)... Loading version (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading widget (compiled; note, source file is newer)... Loading custom (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading emacs-lisp/map-ynp (compiled; note, source file is newer)... Loading international/mule (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading international/mule-conf (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... Loading env (compiled; note, source file is newer)... Loading format (compiled; note, source file is newer)... Loading bindings (compiled; note, source file is newer)... Loading window (compiled; note, source file is newer)... Loading files (compiled; note, source file is newer)... Loading emacs-lisp/macroexp (compiled; note, source file is newer)... Loading cus-face (compiled; note, source file is newer)... Loading faces (compiled; note, source file is newer)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... GEN ../etc/DOC rm -f emacs && cp -f temacs emacs LC_ALL=C ./temacs -batch -l loadup --temacs=pdump Loading loadup.el (source)... dump mode: pdump Using load-path (/home/me/src/emacs/lisp) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading window (source)... Loading files.el (source)... (require pcase) while preparing to dump make[1]: *** [Makefile:584: emacs.pdmp] Error 255 make[1]: Leaving directory '/home/me/src/emacs/src' make: *** [Makefile:424: src] Error 2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 07:27:54 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 11:27:54 +0000 Received: from localhost ([127.0.0.1]:45877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFEJ0-0003PB-GX for submit@debbugs.gnu.org; Sun, 15 Aug 2021 07:27:54 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFEIy-0003Ot-5b for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 07:27:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=TBXx8+GprSuHf7hUZN/+pQfC4vEQlocEM3bbsQT6x3Q=; b=L9LUzwQO93iiTbQIpm4sZJ2sfn Mu5BoI2Mfa7eGP8FF5+OMvJ6jqFvP/Ci9Rp7l0ozBjEoSM2nskBY5oVDCCI7llAl6zrfE+Jh8J8cP Cg/n1hu6J4U5j0B93RtEPOBUHVsxFNgJT3dptBYlEss/ah52LNk2nEp25rrJHjsEu30U=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFEIg-0007yc-Iy; Sun, 15 Aug 2021 13:27:38 +0200 From: Lars Ingebrigtsen To: Flappy Bird Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> Date: Sun, 15 Aug 2021 13:27:33 +0200 In-Reply-To: <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> (Flappy Bird's message of "Sun, 15 Aug 2021 07:44:52 +0545") Message-ID: <87eeavosm2.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Flappy Bird writes: > Thank you larsi! the patch works and the initial compilation is > fine. Thanks for checking; I'm pushing the patch, then. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Flappy Bird writes: > Thank you larsi! the patch works and the initial compilation is > fine. Thanks for checking; I'm pushing the patch, then. > The build log is attached below. Although now i'm getting a new > error such as: > > LC_ALL=C ./temacs -batch -l loadup --temacs=pdump > Loading loadup.el (source)... > dump mode: pdump > ... > Loading files.el (source)... > (require pcase) while preparing to dump > make[1]: *** [Makefile:584: emacs.pdmp] Error 255 Hm! Very odd -- whether it loads pcase or not shouldn't depend on whether you're using musl or not, I'd have thought. Is this with an unmodified, fresh Emacs checkout? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 08:43:20 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 12:43:20 +0000 Received: from localhost ([127.0.0.1]:46060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFFU0-0005mI-HU for submit@debbugs.gnu.org; Sun, 15 Aug 2021 08:43:20 -0400 Received: from mail.cock.li ([37.120.193.124]:59518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFFTy-0005m2-Qo for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 08:43:19 -0400 From: birdsite@airmail.cc DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1629031392; bh=46fmBCAX95og1vu6acx4JSe01zqVEcq9OhIly+KegMQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=v3M+J/QsgeGhgOW02uu1ZgVOK2rlZ6X6fBd93sPF9SGPfO9/pgOTOCEQalTr/CBmt f7jvGFIxyisYQW2vEAgFVpoqWBIup2r132FQHoq/sXUbAovyWZP3QOlEE/lrc83TMG DUReMiF6AHNGBglMGMSmzDAOGXEjqoyg0rA4xbTc4AcS0/U5XHvywAIOakScNiPbVV uJ43Fy2KWuVVNptplhOQIPL/JB+yWLiBDKUHmUAB83W8Fv5YN7VVbPSqxqIVHHZjXe GwW5ZqzzW8X1xC9ZS8BI8TnLMj60kO3/w2JiqgHwKsZu1K7K/oQxASQ946K/SnnHKk a9bUVsmOIPXdA== To: Lars Ingebrigtsen Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87eeavosm2.fsf@gnus.org> Date: Sun, 15 Aug 2021 18:28:30 +0545 In-Reply-To: <87eeavosm2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 15 Aug 2021 13:27:33 +0200") Message-ID: <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, Eli Zaretskii , Flappy Bird X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Lars Ingebrigtsen writes: > Thanks for checking; I'm pushing the patch, then. Thanks! > Hm! Very odd -- whether it loads pcase or not shouldn't depend on > whether you're using musl or not, I'd have thought. Is this with an > unmodified, fresh Emacs checkout? Sorry, that was with the commit with message `New debugging command 'malloc-info''. I can say that this one existed before malloc_info was introduced as i had seen it when bisecting the code. I've now tested it with these commands and the build still fails. first case: git pull origin git checkout testing git reset --hard HEAD git pull # pulls from local master make 2&> ../make-emacs-aug-15-head This one fails with some segmentation fault. Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Fatal error 11: Segmentation fault Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/cconv.elc] Error 139 make[2]: *** Waiting for unfinished jobs.... Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/macroexp.elc] Error 139 Segmentation fault Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/bytecomp.elc] Error 139 make[2]: *** [Makefile:301: emacs-lisp/byte-opt.elc] Error 139 make[2]: Leaving directory '/home/me/src/emacs/lisp' make[1]: *** [Makefile:801: bootstrap-emacs.pdmp] Error 2 make[1]: Leaving directory '/home/me/src/emacs/src' make: *** [Makefile:443: src] Error 2 seeing some warnings about newer source files being newer, i did a make bootstrap (because make clean produced same errors) and it now fails with different errors. this one seems to be even more weird. make bootstrap 2&> ../make-bootstrap-aug-15-head ... ELC cedet/semantic/wisent/java-tags.elc ELC cedet/semantic/wisent/javascript.elc In toplevel form: cedet/semantic/wisent/java-tags-wy.el:58:17: Error: Bad input grammar make[3]: *** [Makefile:301: cedet/semantic/wisent/java-tags-wy.elc] Error 1 make[3]: *** Waiting for unfinished jobs.... In toplevel form: cedet/semantic/bovine/c.el:55:1: Warning: =E2=80=98define-child-mode=E2=80= =99 is an obsolete macro (as of 27.1); use =E2=80=98define-derived-mode=E2=80=99 instead. make[3]: Leaving directory '/home/me/src/emacs/lisp' make[2]: *** [Makefile:331: compile-main] Error 2 ... (4 lines about make errors) Before doing both of these, i had done a git bisect with the following (with HEAD pointing to commit with `New debugging command 'malloc-info'') git bisect start HEAD emacs-27.2-rc2 -- whoose output (after 1 compilation) was: The merge base f5d7fb3a2dee3f9ae49151e3d01483aad7fb734b is bad. This means the bug has been fixed between f5d7fb3a2dee3f9ae49151e3d01483aad7fb734b and [deef5efafb70f4b171265b896505b92b6eef24e6]. i don't know how much of it is relevant so decided to include it all. Hope it helps. --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=make-emacs-aug-15-head Content-Description: build with just make make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[1]: Entering directory '/home/me/src/emacs/doc/lispintro' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/me/src/emacs/doc/lispintro' make[1]: Entering directory '/home/me/src/emacs/doc/lispref' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/me/src/emacs/doc/lispref' make[1]: Entering directory '/home/me/src/emacs/doc/emacs' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/me/src/emacs/doc/emacs' make[1]: Entering directory '/home/me/src/emacs/lib' CC fingerprint.o CC canonicalize-lgpl.o CC execinfo.o CC fcntl.o CC free.o CC fsusage.o CC futimens.o CC getopt.o CC getopt1.o CC rawmemchr.o CC regex.o CC sig2str.o CC sigdescr_np.o CC time_rz.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o CC md5.o CC sha1.o CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o CC file-has-acl.o CC filemode.o CC filevercmp.o CC gettime.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC malloc/scratch_buffer_dupfree.o CC malloc/scratch_buffer_grow.o CC malloc/scratch_buffer_grow_preserve.o CC malloc/scratch_buffer_set_array_size.o CC stat-time.o CC tempname.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o AR libgnu.a make[1]: Leaving directory '/home/me/src/emacs/lib' make -C lib-src all make[1]: Entering directory '/home/me/src/emacs/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CC pop.o CCLD make-docfile CCLD make-fingerprint CCLD movemail make[1]: Leaving directory '/home/me/src/emacs/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all make[1]: Entering directory '/home/me/src/emacs/src' GEN globals.h GEN buildobj.h make -C ../admin/charsets all make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/me/src/emacs/admin/unidata' make[2]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make[2]: Entering directory '/home/me/src/emacs/admin/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../lwlib/ liblw.a CC dispnew.o CC frame.o CC scroll.o make[2]: Entering directory '/home/me/src/emacs/lwlib' CC lwlib.o CC xdisp.o CC lwlib-Xlw.o CC xlwmenu.o CC lwlib-Xaw.o CC lwlib-utils.o CC menu.o GEN liblw.a make[2]: Leaving directory '/home/me/src/emacs/lwlib' CC xmenu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o CC cm.o CC term.o CC terminal.o CC xfaces.o CC xterm.o CC xfns.o CC xselect.o CC xrdb.o CC xsmfns.o CC xsettings.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC bignum.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o CC pdumper.o CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o CC lread.o In file included from print.c:44: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from print.c:23: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | In file included from lread.c:74: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN | In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from lread.c:25: /usr/include/endian.h:11: note: this is the location of the previous definition 11 | #define __BYTE_ORDER __BYTE_ORDER__ | CC emacs-module.o CC syntax.o CC bytecode.o CC comp.o CC dynlib.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC lcms.o CC inotify.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC xfont.o CC ftfont.o CC ftcrfont.o CC hbfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o CC json.o CC terminfo.o CC lastfile.o CC widget.o CCLD temacs /bin/mkdir -p ../etc make -C ../lisp update-subdirs make[2]: Entering directory '/home/me/src/emacs/lisp' make[2]: Leaving directory '/home/me/src/emacs/lisp' cp -f temacs bootstrap-emacs rm -f bootstrap-emacs.pdmp ./temacs --batch -l loadup --temacs=pbootstrap \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/28.0.50/ Loading loadup.el (source)... Dump mode: pbootstrap Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading window (source)... Loading /home/me/src/emacs/lisp/files.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/pcase.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/cus-face.el (source)... Loading /home/me/src/emacs/lisp/faces.el (source)... Loading /home/me/src/emacs/lisp/loaddefs.el (source)... make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/me/src/emacs/lisp' ELC emacs-lisp/macroexp.elc ELC emacs-lisp/cconv.elc ELC emacs-lisp/byte-opt.elc ELC emacs-lisp/bytecomp.elc Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... Loading loadup.el (source)... Dump mode: nil Dump mode: nil Dump mode: nil Dump mode: nil Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc) Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/byte-run (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading emacs-lisp/backquote (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Loading subr (compiled; note, source file is newer)... Fatal error 11: Segmentation fault Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/cconv.elc] Error 139 make[2]: *** Waiting for unfinished jobs.... Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/macroexp.elc] Error 139 Segmentation fault Segmentation fault make[2]: *** [Makefile:301: emacs-lisp/bytecomp.elc] Error 139 make[2]: *** [Makefile:301: emacs-lisp/byte-opt.elc] Error 139 make[2]: Leaving directory '/home/me/src/emacs/lisp' make[1]: *** [Makefile:801: bootstrap-emacs.pdmp] Error 2 make[1]: Leaving directory '/home/me/src/emacs/src' make: *** [Makefile:443: src] Error 2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=make-bootstrap-aug-15-head Content-Transfer-Encoding: quoted-printable Content-Description: make bootstrap make -C src bootstrap-clean make -C oldXMenu bootstrap-clean make -C lwlib bootstrap-clean make -C lib bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/oldXMenu' rm -f libXMenu11.a ./*.o deps/* make[1]: Entering directory '/home/me/src/emacs/lwlib' rm -f ./*.o liblw.a \#* deps/* rm -f Makefile rm -fr deps make[1]: Leaving directory '/home/me/src/emacs/oldXMenu' make -C lib-src bootstrap-clean rm -f Makefile rm -fr deps rm -f TAGS make[1]: Leaving directory '/home/me/src/emacs/lwlib' make -C nt bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/lib-src' rm -f core ./*.o ./*.res rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp= -filter-exec.pfc make[1]: Entering directory '/home/me/src/emacs/nt' rm -f core *.o *.res rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fi= ngerprint rm -f runemacs addpm cmdproxy ddeclient=20 rm -f TAGS Makefile *.rc rm -f TAGS Makefile blessmail make[1]: Leaving directory '/home/me/src/emacs/lib-src' make -C doc/emacs bootstrap-clean true make[1]: Leaving directory '/home/me/src/emacs/nt' make -C doc/misc bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/doc/emacs' rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs make[1]: Entering directory '/home/me/src/emacs/doc/misc' rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs rm -f \ ./../../info/emacs.info \ ./../../info/emacs.info-[1-9] \ ./../../info/emacs.info-[1-9][0-9] rm -f gnustmp* rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps= emacs-xtra.ps for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ed= iff edt eieio emacs-mime epa erc ert eshell eudc efaq eww flymake forms gnu= s emacs-gnutls htmlfontify idlwave ido info.info mairix-el message mh-e mod= us-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc remember r= eftex sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp = url vhdl-mode vip viper widget wisent woman efaq-w32; do \ file=3D`echo ${file} | sed 's/\.info$//'`.info; \ rm -f \ ./../../info/${file} \ ./../../info/${file}-[1-9] \ ./../../info/${file}-[1-9][0-9]; \ done rm -f Makefile rm -f ./emacsver.texi TAGS make[1]: Leaving directory '/home/me/src/emacs/doc/emacs' make -C doc/lispref bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/doc/lispref' rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs rm -f elisp[12]* vol[12].tmp rm -f \ ./../../info/elisp.info \ ./../../info/elisp.info-[1-9] \ ./../../info/elisp.info-[1-9][0-9] rm -f elisp.dvi elisp.html elisp.pdf elisp.ps rm -f vol[12].dvi vol[12].pdf vol[12].ps rm -f Makefile rm -f TAGS make[1]: Leaving directory '/home/me/src/emacs/doc/lispref' make -C doc/lispintro bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/doc/lispintro' rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs rm -f \ ./../../info/eintr.info \ ./../../info/eintr.info-[1-9] rm -f emacs-lisp-intro.dvi emacs-lisp-intro.html emacs-lisp-intro.pdf emacs= -lisp-intro.ps rm -f Makefile rm -f TAGS make[1]: Leaving directory '/home/me/src/emacs/doc/lispintro' make -C test bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/test' make[1]: Entering directory '/home/me/src/emacs/lib' rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d find . '(' -name '*.log' -o -name '*.log~' ')' -delete rm -f core *.stackdump alloca.h byteswap.h dirent.h errno.h execinfo.h fcnt= l.h getopt.h getopt-cdefs.h ieee754.h inttypes.h gmp.h limits.h signal.h st= dalign.h stddef.h stdint.h stdio.h stdlib.h string.h sys/random.h sys/selec= t.h sys/stat.h sys/time.h sys/types.h time.h unistd.h rm -f ./lisp/gnus/mml-sec-resources/random_seed rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ src/emacs-module-resources/*.dll find . -name '*.elc' -delete rm -f Makefile rm -fr deps make[1]: Leaving directory '/home/me/src/emacs/lib' make -C nextstep bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/nextstep' rm -rf=20 rm -f Makefile rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ GNUstep/Emacs.base/Resources/Emacs.desktop \ Cocoa/Emacs.base/Contents/Info.plist \ Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings make[1]: Leaving directory '/home/me/src/emacs/nextstep' rm -f ./modus-themes.texi ./org.texi rm -f ./*.dvi ./*.html ./*.pdf ./*.ps make[1]: Leaving directory '/home/me/src/emacs/test' make -C admin/charsets bootstrap-clean rm -f Makefile make -C admin/unidata bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/admin/unidata' make[1]: Entering directory '/home/me/src/emacs/admin/charsets' make[1]: Nothing to be done for 'bootstrap-clean'. make[1]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C leim bootstrap-clean rm -f ./*.elc unidata.txt make[1]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C lisp bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/leim' rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../li= sp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.= el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lis= p/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Pu= nct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../= lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/qua= il/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick= -cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lis= p/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/p= inyin.el ./../lisp/leim/leim-list.el make[1]: Leaving directory '/home/me/src/emacs/leim' make -C admin/grammars bootstrap-clean make[1]: Entering directory '/home/me/src/emacs/lisp' rm -f TAGS make[1]: Leaving directory '/home/me/src/emacs/doc/misc' make[1]: Entering directory '/home/me/src/emacs/admin/grammars' make[1]: Nothing to be done for 'bootstrap-clean'. make[1]: Leaving directory '/home/me/src/emacs/admin/grammars' find . -name '*.elc' -delete make[1]: Entering directory '/home/me/src/emacs/src' rm -f temacs core ./*.core \#* ./*.o rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp rm -f ../etc/DOC* rm -f dmpstruct.h rm -f emacs.pdmp rm -f ../etc/DOC rm -f bootstrap-emacs bootstrap-emacs.pdmp=20 rm -f emacs-28.0.50 rm -f buildobj.h rm -f globals.h gl-stamp rm -f ./*.res ./*.tmp rm -f deps/* rm -f emacs-module.h epaths.h config.h config.stamp if test -f ./.gdbinit; then \ mv ./.gdbinit ./.gdbinit.save; \ if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ else mv ./.gdbinit.save ./.gdbinit; fi; \ fi make[1]: Leaving directory '/home/me/src/emacs/src' rm -f ./erc/erc-loaddefs.el ./net/tramp-loaddefs.el ./mh-e/mh-loaddefs.el .= /htmlfontify-loaddefs.el ./calendar/cal-loaddefs.el ./calendar/hol-loaddefs= .el ./calendar/diary-loaddefs.el ./loaddefs.el ./cedet/ede/loaddefs.el ./ce= det/semantic/loaddefs.el ./cedet/srecode/loaddefs.el ./ps-print-loaddefs.el= ./ibuffer-loaddefs.el ./dired-loaddefs.el ./mail/rmail-loaddefs.el ./org/o= rg-loaddefs.el ./emacs-lisp/cl-loaddefs.el ./emacs-lisp/eieio-loaddefs.el .= /calc/calc-loaddefs.el ./textmodes/reftex-loaddefs.el ./cus-load.el ./finde= r-inf.el ./subdirs.el ./eshell/esh-groups.el make[1]: Leaving directory '/home/me/src/emacs/lisp' [ ! -f config.log ] || mv -f config.log config.log~ rm -rf ./info rm -f ./etc/refcards/emacsver.tex rm -f config.cache config.log ./doc/man/emacs.1 cd . && ./autogen.sh autoconf Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Running 'autoreconf -fi -I m4' ... You can now run './configure'. make MAKEFILE_NAME=3Dforce-Makefile force-Makefile make[1]: Entering directory '/home/me/src/emacs' make[1]: *** No rule to make target 'echo-sources'. Stop. if [ -x ./config.status ]; then \ ./config.status --recheck; \ else \ ./configure --cache-file=3D/dev/null; \ fi running CONFIG_SHELL=3D/bin/sh /bin/sh ./configure --with-imagemagick --wit= h-cairo --with-modules --without-dbus --without-gconf --without-gsettings -= -no-create --no-recursion checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for linux/fs.h... yes checking for malloc.h... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for utmp.h... yes checking for util.h... no checking for sanitizer/lsan_interface.h... no checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... no checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... yes checking for ieee754.h... no checking for limits.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/select.h... yes checking for sys/random.h... yes checking for sys/stat.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether gcc accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warith-conversion... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=3Dformat... yes checking whether C compiler handles -Wsuggest-attribute=3Dnoreturn... yes checking whether C compiler handles -Wsuggest-final-methods... yes checking whether C compiler handles -Wsuggest-final-types... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=3D2... yes checking whether C compiler handles -Wattribute-alias=3D2... yes checking whether C compiler handles -Wformat=3D2... yes checking whether C compiler handles -Wformat-truncation=3D2... yes checking whether C compiler handles -Wimplicit-fallthrough=3D5... yes checking whether C compiler handles -Wshift-overflow=3D2... yes checking whether C compiler handles -Wvla-larger-than=3D4031... yes checking whether C compiler handles -Wredundant-decls... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-override-init... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-type-limits... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking for a BSD-compatible install... /bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... /bin/install-info checking for gzip... /bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for port... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for library containing sqrt... none required checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >=3D 1.0.0... yes checking for ADDR_NO_RANDOMIZE... yes checking if Linux sysinfo may be used... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for X... libraries , headers=20 checking whether malloc is Doug Lea style... no checking for sbrk... yes checking for __lsan_ignore_object... no checking for fchmod... yes checking for canonicalize_file_name... no checking for faccessat... yes checking for realpath... yes checking for lstat... yes checking for readlinkat... yes checking for explicit_bzero... yes checking for memset_s... no checking for fchmodat... yes checking for lchmod... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for futimens... yes checking for getrandom... yes checking for gettimeofday... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for readlink... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for timegm... yes checking for utimensat... yes checking for getdtablesize... yes checking for futimes... yes checking for futimesat... yes checking for lutimes... yes checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... none needed checking for thread support... yes checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking X11 version 6... 6 or newer checking for librsvg-2.0 >=3D 2.14.0... yes checking for MagickWand >=3D 7... yes checking for MagickRelinquishMemory... yes checking for MagickExportImagePixels... yes checking for MagickMergeImageLayers... yes checking for MagickAutoOrientImage... yes checking for getaddrinfo_a in -lanl... no checking for gtk+-3.0 >=3D 3.10 glib-2.0 >=3D 2.37.5... no checking for gtk+-2.0 >=3D 2.24 glib-2.0 >=3D 2.28... no checking for lgetfilecon in -lselinux... no checking for gnutls >=3D 2.12.2... yes checking for libsystemd >=3D 222... no checking for jansson >=3D 2.7... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for xaw3d... no checking for libXaw... yes; using Lucid toolkit checking X11 toolkit version... 6 or newer checking for library containing XmuConvertStandardSelection... -lXmu checking for XRenderQueryExtension in -lXrender... yes checking for cairo >=3D 1.8.0... yes checking for freetype2... yes checking for fontconfig >=3D 2.2.0... yes checking for FT_Face_GetCharVariantIndex... yes checking for libotf... yes checking for OTF_get_variation_glyphs in -lotf... yes checking for m17n-flt... no checking for harfbuzz >=3D 0.9.42... yes checking X11/Xlib-xcb.h usability... yes checking X11/Xlib-xcb.h presence... yes checking for X11/Xlib-xcb.h... yes checking for xcb_translate_coordinates in -lxcb... yes checking for XGetXCBConnection in -lX11-xcb... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking for jpeglib 6b or later... -ljpeg checking for lcms2... yes checking for library containing inflateEnd... -lz checking for dladdr... yes checking for dlfunc... no checking for libpng >=3D 1.0.0... yes checking whether png_longjmp is declared... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for GifMakeMapObject in -lgif... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking for xrandr >=3D 1.2.2... yes checking for xinerama >=3D 1.0.2... yes checking for xfixes >=3D 4.0.0... yes checking for X11/extensions/Xdbe.h... yes checking for XdbeAllocateBackBufferName in -lXext... yes checking for libxml-2.0 > 2.6.17... yes checking for htmlReadMemory in -lxml2... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking linux/seccomp.h usability... yes checking linux/seccomp.h presence... yes checking for linux/seccomp.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes checking linux/filter.h usability... yes checking linux/filter.h presence... yes checking for linux/filter.h... yes checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes checking for libseccomp >=3D 2.4.0... no checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for trunc... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for pthread_sigmask... (cached) yes checking for strsignal... yes checking for setitimer... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for getpwent... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for __executable_start... yes checking for log2... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking whether pthread_setname_np takes a single argument... no checking whether pthread_setname_np takes three arguments... no checking for aligned_alloc... yes checking whether aligned_alloc is declared... yes checking for posix_madvise... yes checking for __builtin_frame_address... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... no checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking whether -ltinfo library defines BC... yes checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... no checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for typeof syntax and keyword spelling... typeof checking for statement expressions... yes checking for working alloca.h... yes checking for alloca... yes checking whether lstat correctly handles trailing slash... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for getcwd... yes checking for C/C++ restrict keyword... __restrict__ checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking for mode_t... yes checking whether strmode is declared... no checking for gawk... gawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether is self-contained... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for sigset_t... yes checking for wchar_t... yes checking whether fcloseall is declared... no checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether the utimes function works... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... -lacl checking for acl_get_file... yes checking for acl_get_fd... yes checking for acl_set_file... yes checking for acl_set_fd... yes checking for acl_free... yes checking for acl_from_mode... yes checking for acl_from_text... yes checking for acl_delete_def_file... yes checking for acl_extended_file... yes checking for acl_delete_fd_np... no checking for acl_delete_file_np... no checking for acl_copy_ext_native... no checking for acl_create_entry_np... no checking for acl_to_short_text... no checking for acl_free_text... no checking for working acl_get_file... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking for acl_entries... yes checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... no checking for alloca as a compiler built-in... yes checking for __builtin_expect... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for copy_file_range... yes checking for d_type member in directory struct... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking whether fchmodat works... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes checking for flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... no checking whether fstatat (..., 0) works... yes checking for sys/mount.h... yes checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking whether futimens works... no checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for stpcpy... yes checking for working strnlen... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking for nlink_t... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... no checking for library containing timer_settime... none required checking for timer_settime... yes checking whether utimensat works... yes checking for variable-length arrays... yes checking for rawmemchr... no checking whether getdtablesize works... yes checking for timer_getoverrun... yes checking for gcc option to disable position independent executables... not = needed Configured for 'x86_64-pc-linux-musl'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -g3 -O2 Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use a png library? yes -lpng16 -lz Does Emacs use -lrsvg-2? yes Does Emacs use cairo? yes Does Emacs use -llcms2? yes Does Emacs use imagemagick? yes Does Emacs use native APIs for images? no Does Emacs support sound? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? no Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lglibc (inot= ify) Does Emacs use access control lists? yes -lacl Does Emacs use -lselinux? no Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? no Does Emacs use -lsystemd? no Does Emacs use -ljansson? yes Does Emacs use the GMP library? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes Does Emacs support legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper Does Emacs have native lisp compiler? no configure: creating ./config.status configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. MAKE=3D'make' ./config.status config.status: creating src/verbose.mk config.status: creating src/emacs-module.h config.status: creating Makefile config.status: creating lib/gnulib.mk config.status: creating ./doc/man/emacs.1 config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating test/Makefile config.status: creating admin/charsets/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating src/config.h config.status: executing src/epaths.h commands make[2]: Entering directory '/home/me/src/emacs' make[2]: Leaving directory '/home/me/src/emacs' config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make[2]: Entering directory '/home/me/src/emacs' make[2]: Leaving directory '/home/me/src/emacs' make[1]: Leaving directory '/home/me/src/emacs' make all make[1]: Entering directory '/home/me/src/emacs' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[2]: Entering directory '/home/me/src/emacs/doc/lispintro' /bin/mkdir -p ../../info make[2]: Entering directory '/home/me/src/emacs/doc/lispref' GEN ../../info/eintr.info GEN ../../info/elisp.info make[2]: Entering directory '/home/me/src/emacs/doc/emacs' GEN ../../info/emacs.info make[2]: Entering directory '/home/me/src/emacs/lib' GEN alloca.h GEN dirent.h GEN execinfo.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN ieee754.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fingerprint.o CC canonicalize-lgpl.o CC execinfo.o CC fcntl.o CC free.o CC fsusage.o CC futimens.o CC getopt.o CC getopt1.o CC rawmemchr.o CC regex.o CC sig2str.o CC sigdescr_np.o CC time_rz.o CC acl-errno-valid.o CC acl-internal.o CC get-permissions.o CC set-permissions.o CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o CC count-one-bits.o CC count-trailing-zeros.o CC md5.o CC sha1.o make[2]: Leaving directory '/home/me/src/emacs/doc/lispintro' CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o CC file-has-acl.o CC filemode.o CC filevercmp.o GEN info/dir CC gettime.o CC nstrftime.o CC pipe2.o CC qcopy-acl.o CC malloc/scratch_buffer_dupfree.o CC malloc/scratch_buffer_grow.o CC malloc/scratch_buffer_grow_preserve.o CC malloc/scratch_buffer_set_array_size.o CC stat-time.o CC tempname.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o AR libgnu.a make[2]: Leaving directory '/home/me/src/emacs/lib' make -C lib-src all make[2]: Entering directory '/home/me/src/emacs/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CC pop.o CCLD make-docfile CCLD make-fingerprint CCLD movemail make[2]: Leaving directory '/home/me/src/emacs/lib-src' make -C src VCSWITNESS=3D'$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=3D''/usr= /local/bin/'' \ ELN_DESTDIR=3D'/usr/local/lib/emacs/28.0.50/' all make[2]: Entering directory '/home/me/src/emacs/src' GEN globals.h GEN buildobj.h make -C ../admin/charsets all make -C ../admin/unidata charscript.el make[3]: Entering directory '/home/me/src/emacs/admin/unidata' make[3]: Nothing to be done for 'charscript.el'. make[3]: Leaving directory '/home/me/src/emacs/admin/unidata' make -C ../admin/charsets cp51932.el make[3]: Entering directory '/home/me/src/emacs/admin/charsets' make[3]: Nothing to be done for 'cp51932.el'. make[3]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../admin/charsets eucjp-ms.el make[3]: Entering directory '/home/me/src/emacs/admin/charsets' make[3]: Nothing to be done for 'eucjp-ms.el'. make[3]: Leaving directory '/home/me/src/emacs/admin/charsets' make -C ../lwlib/ liblw.a make[3]: Entering directory '/home/me/src/emacs/lwlib' CC lwlib.o make[3]: Entering directory '/home/me/src/emacs/admin/charsets' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/me/src/emacs/admin/charsets' CC lwlib-Xlw.o CC xlwmenu.o CC lwlib-Xaw.o CC lwlib-utils.o CC dispnew.o GEN liblw.a make[3]: Leaving directory '/home/me/src/emacs/lwlib' CC frame.o CC scroll.o CC xdisp.o CC menu.o make[2]: Leaving directory '/home/me/src/emacs/doc/emacs' CC xmenu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o CC cm.o CC term.o CC terminal.o CC xfaces.o CC xterm.o make[2]: Leaving directory '/home/me/src/emacs/doc/lispref' CC xfns.o CC xselect.o CC xrdb.o CC xsmfns.o CC xsettings.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC bignum.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex-emacs.o CC undo.o CC alloc.o CC pdumper.o CC data.o CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o In file included from print.c:44: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN |=20 In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from print.c:23: /usr/include/endian.h:11: note: this is the location of the previous defini= tion 11 | #define __BYTE_ORDER __BYTE_ORDER__ |=20 CC lread.o In file included from lread.c:74: ../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined 44 | # define __BYTE_ORDER __LITTLE_ENDIAN |=20 In file included from /usr/include/sys/types.h:70, from ../lib/sys/types.h:39, from ../lib/fcntl.h:56, from sysstdio.h:24, from lread.c:25: /usr/include/endian.h:11: note: this is the location of the previous defini= tion 11 | #define __BYTE_ORDER __BYTE_ORDER__ |=20 CC emacs-module.o CC syntax.o CC bytecode.o CC comp.o CC dynlib.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC timefns.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC lcms.o CC inotify.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC xfont.o CC ftfont.o CC ftcrfont.o CC hbfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o CC json.o CC terminfo.o CC lastfile.o CC widget.o CCLD temacs /bin/mkdir -p ../etc make -C ../lisp update-subdirs make[3]: Entering directory '/home/me/src/emacs/lisp' make[3]: Leaving directory '/home/me/src/emacs/lisp' cp -f temacs bootstrap-emacs rm -f bootstrap-emacs.pdmp ./temacs --batch -l loadup --temacs=3Dpbootstrap \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/28.0.50/ Loading loadup.el (source)... Dump mode: pbootstrap Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp= /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/m= e/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/s= rc/emacs/lisp/vc) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading window (source)... Loading /home/me/src/emacs/lisp/files.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/pcase.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)... Loading /home/me/src/emacs/lisp/cus-face.el (source)... Loading /home/me/src/emacs/lisp/faces.el (source)... Loading /home/me/src/emacs/lisp/ldefs-boot.el (source)... Loading /home/me/src/emacs/lisp/button.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/nadvice.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/cl-preloaded.el (source)... Loading /home/me/src/emacs/lisp/obarray.el (source)... Loading /home/me/src/emacs/lisp/abbrev.el (source)... Loading /home/me/src/emacs/lisp/simple.el (source)... Loading /home/me/src/emacs/lisp/help.el (source)... Loading /home/me/src/emacs/lisp/jka-cmpr-hook.el (source)... Loading /home/me/src/emacs/lisp/epa-hook.el (source)... Loading /home/me/src/emacs/lisp/international/mule-cmds.el (source)... Loading /home/me/src/emacs/lisp/case-table.el (source)... Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Loading /home/me/src/emacs/lisp/international/characters.el (source)... Loading /home/me/src/emacs/lisp/international/charscript.el (source)... Loading /home/me/src/emacs/lisp/composite.el (source)... Loading /home/me/src/emacs/lisp/language/chinese.el (source)... Loading /home/me/src/emacs/lisp/language/cyrillic.el (source)... Loading /home/me/src/emacs/lisp/language/indian.el (source)... Loading /home/me/src/emacs/lisp/language/sinhala.el (source)... Loading /home/me/src/emacs/lisp/language/english.el (source)... Loading /home/me/src/emacs/lisp/language/ethiopic.el (source)... Loading /home/me/src/emacs/lisp/language/european.el (source)... Loading /home/me/src/emacs/lisp/language/czech.el (source)... Loading /home/me/src/emacs/lisp/language/slovak.el (source)... Loading /home/me/src/emacs/lisp/language/romanian.el (source)... Loading /home/me/src/emacs/lisp/language/greek.el (source)... Loading /home/me/src/emacs/lisp/language/hebrew.el (source)... Loading /home/me/src/emacs/lisp/international/cp51932.el (source)... Loading /home/me/src/emacs/lisp/international/eucjp-ms.el (source)... Loading /home/me/src/emacs/lisp/language/japanese.el (source)... Loading /home/me/src/emacs/lisp/language/korean.el (source)... Loading /home/me/src/emacs/lisp/language/lao.el (source)... Loading /home/me/src/emacs/lisp/language/tai-viet.el (source)... Loading /home/me/src/emacs/lisp/language/thai.el (source)... Loading /home/me/src/emacs/lisp/language/tibetan.el (source)... Loading /home/me/src/emacs/lisp/language/vietnamese.el (source)... Loading /home/me/src/emacs/lisp/language/misc-lang.el (source)... Loading /home/me/src/emacs/lisp/language/utf-8-lang.el (source)... Loading /home/me/src/emacs/lisp/language/georgian.el (source)... Loading /home/me/src/emacs/lisp/language/khmer.el (source)... Loading /home/me/src/emacs/lisp/language/burmese.el (source)... Loading /home/me/src/emacs/lisp/language/cham.el (source)... Loading /home/me/src/emacs/lisp/indent.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/cl-generic.el (source)... Loading /home/me/src/emacs/lisp/minibuffer.el (source)... Loading /home/me/src/emacs/lisp/frame.el (source)... Loading /home/me/src/emacs/lisp/startup.el (source)... Loading /home/me/src/emacs/lisp/term/tty-colors.el (source)... Loading /home/me/src/emacs/lisp/font-core.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/syntax.el (source)... Loading /home/me/src/emacs/lisp/font-lock.el (source)... Loading /home/me/src/emacs/lisp/jit-lock.el (source)... Loading /home/me/src/emacs/lisp/mouse.el (source)... Loading /home/me/src/emacs/lisp/scroll-bar.el (source)... Loading /home/me/src/emacs/lisp/select.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/timer.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/easymenu.el (source)... Loading /home/me/src/emacs/lisp/isearch.el (source)... Loading /home/me/src/emacs/lisp/rfn-eshadow.el (source)... Loading /home/me/src/emacs/lisp/menu-bar.el (source)... Loading /home/me/src/emacs/lisp/tab-bar.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/lisp.el (source)... Loading /home/me/src/emacs/lisp/textmodes/page.el (source)... Loading /home/me/src/emacs/lisp/register.el (source)... Loading /home/me/src/emacs/lisp/textmodes/paragraphs.el (source)... Loading /home/me/src/emacs/lisp/progmodes/prog-mode.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/lisp-mode.el (source)... Loading /home/me/src/emacs/lisp/progmodes/elisp-mode.el (source)... Loading /home/me/src/emacs/lisp/textmodes/text-mode.el (source)... Loading /home/me/src/emacs/lisp/textmodes/fill.el (source)... Loading /home/me/src/emacs/lisp/newcomment.el (source)... Loading /home/me/src/emacs/lisp/replace.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/tabulated-list.el (source)... Loading /home/me/src/emacs/lisp/buff-menu.el (source)... Loading /home/me/src/emacs/lisp/fringe.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/regexp-opt.el (source)... Loading /home/me/src/emacs/lisp/image.el (source)... Loading /home/me/src/emacs/lisp/international/fontset.el (source)... Loading /home/me/src/emacs/lisp/dnd.el (source)... Loading /home/me/src/emacs/lisp/tool-bar.el (source)... Loading /home/me/src/emacs/lisp/dynamic-setting.el (source)... Loading /home/me/src/emacs/lisp/x-dnd.el (source)... Loading /home/me/src/emacs/lisp/term/common-win.el (source)... Loading /home/me/src/emacs/lisp/term/x-win.el (source)... Loading /home/me/src/emacs/lisp/mwheel.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/float-sup.el (source)... Loading /home/me/src/emacs/lisp/vc/vc-hooks.el (source)... Loading /home/me/src/emacs/lisp/vc/ediff-hook.el (source)... Loading /home/me/src/emacs/lisp/uniquify.el (source)... Loading /home/me/src/emacs/lisp/electric.el (source)... Loading /home/me/src/emacs/lisp/emacs-lisp/eldoc.el (source)... Loading /home/me/src/emacs/lisp/cus-start.el (source)... Loading /home/me/src/emacs/lisp/tooltip.el (source)... Loading /home/me/src/emacs/lisp/international/iso-transl.el (source)... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name bootstrap-emacs.pdmp Dumping fingerprint: 70c08ff139e4ef42b6e0b63ebd29f725487e4d5631a6f69954c4ce= 6251240515 Dump complete Byte counts: header=3D100 hot=3D15497228 discardable=3D128784 cold=3D103096= 64 Reloc counts: hot=3D1055750 discardable=3D4970 make -C ../lisp compile-first EMACS=3D"../src/bootstrap-emacs" make[3]: Entering directory '/home/me/src/emacs/lisp' ELC emacs-lisp/macroexp.elc ELC emacs-lisp/cconv.elc ELC emacs-lisp/byte-opt.elc ELC emacs-lisp/bytecomp.elc ELC emacs-lisp/autoload.elc make[3]: Leaving directory '/home/me/src/emacs/lisp' make -C ../lisp autoloads EMACS=3D"../src/bootstrap-emacs" make[3]: Entering directory '/home/me/src/emacs/lisp' ELC ../lisp/bindings.elc ELC ../lisp/abbrev.elc ELC ../lisp/buff-menu.elc ELC international/titdic-cnv.elc ELC ../lisp/button.elc make -C ../admin/grammars all EMACS=3D"../../src/bootstrap-emacs" make[4]: Entering directory '/home/me/src/emacs/admin/grammars' GEN ../../lisp/cedet/semantic/bovine/c-by.el ELC ../lisp/case-table.elc ELC ../lisp/composite.elc GEN calendar/cal-loaddefs.el ELC ../lisp/cus-face.elc ELC ../lisp/cus-start.elc ELC ../lisp/custom.elc SCRAPE ./calendar ELC ../lisp/disp-table.elc INFO Scraping files for cal-loaddefs.el...=20 INFO Scraping files for cal-loaddefs.el...17%=20 INFO Scraping files for cal-loaddefs.el...32%=20 ELC ../lisp/dnd.elc INFO Scraping files for cal-loaddefs.el...42%=20 INFO Scraping files for cal-loaddefs.el...53%=20 ELC ../lisp/dos-fns.elc INFO Scraping files for cal-loaddefs.el...64%=20 ELC ../lisp/dos-vars.elc INFO Scraping files for cal-loaddefs.el...74%=20 INFO Scraping files for cal-loaddefs.el...85%=20 ELC ../lisp/dos-w32.elc INFO Scraping files for cal-loaddefs.el...96%=20 ELC ../lisp/dynamic-setting.elc INFO Scraping files for cal-loaddefs.el...99%=20 INFO Scraping files for cal-loaddefs.el...done GEN mh-e/mh-loaddefs.el ELC ../lisp/electric.elc ELC ../lisp/emacs-lisp/backquote.elc GEN ../../lisp/cedet/semantic/bovine/make-by.el Loading /home/me/src/emacs/lisp/cedet/semantic/grm-wy-boot.el (source)... SCRAPE ./mh-e ELC ../lisp/emacs-lisp/byte-run.elc INFO Scraping files for mh-loaddefs.el...=20 INFO Scraping files for mh-loaddefs.el...20%=20 INFO Scraping files for mh-loaddefs.el...32%=20 ELC ../lisp/emacs-lisp/cl-generic.elc INFO Scraping files for mh-loaddefs.el...44%=20 INFO Scraping files for mh-loaddefs.el...56%=20 INFO Scraping files for mh-loaddefs.el...68%=20 INFO Scraping files for mh-loaddefs.el...80%=20 INFO Scraping files for mh-loaddefs.el...92%=20 INFO Scraping files for mh-loaddefs.el...100%=20 INFO Scraping files for mh-loaddefs.el...done GEN net/tramp-loaddefs.el ELC ../lisp/emacs-lisp/cl-preloaded.elc SCRAPE ./net INFO Scraping files for tramp-loaddefs.el...=20 INFO Scraping files for tramp-loaddefs.el...10%=20 ELC ../lisp/emacs-lisp/easymenu.elc INFO Scraping files for tramp-loaddefs.el...20%=20 Loading /home/me/src/emacs/lisp/cedet/semantic/grm-wy-boot.el (source)... INFO Scraping files for tramp-loaddefs.el...30%=20 INFO Scraping files for tramp-loaddefs.el...40%=20 ELC ../lisp/emacs-lisp/eldoc.elc INFO Scraping files for tramp-loaddefs.el...50%=20 INFO Scraping files for tramp-loaddefs.el...60%=20 ELC ../lisp/emacs-lisp/float-sup.elc INFO Scraping files for tramp-loaddefs.el...70%=20 INFO Scraping files for tramp-loaddefs.el...81%=20 ELC ../lisp/emacs-lisp/lisp-mode.elc INFO Scraping files for tramp-loaddefs.el...91%=20 INFO Scraping files for tramp-loaddefs.el...100%=20 INFO Scraping files for tramp-loaddefs.el...done make -C ../leim all EMACS=3D"../src/bootstrap-emacs" make[4]: Entering directory '/home/me/src/emacs/leim' GEN ../lisp/leim/quail/CCDOSPY.el ELC ../lisp/emacs-lisp/lisp.elc GEN ../lisp/leim/quail/Punct.el ELC ../lisp/emacs-lisp/macroexp.elc GEN ../lisp/leim/quail/QJ.el GEN ../lisp/leim/quail/SW.el ELC ../lisp/emacs-lisp/map-ynp.elc ELC ../lisp/emacs-lisp/nadvice.elc GEN ../lisp/leim/quail/TONEPY.el ELC ../lisp/emacs-lisp/regexp-opt.elc GEN ../lisp/leim/quail/4Corner.el ELC ../lisp/emacs-lisp/syntax.elc GEN ../../lisp/cedet/semantic/bovine/scm-by.el GEN ../lisp/leim/quail/ARRAY30.el ELC ../lisp/emacs-lisp/tabulated-list.elc ELC ../lisp/emacs-lisp/timer.elc GEN ../lisp/leim/quail/ECDICT.el ELC ../lisp/env.elc GEN ../lisp/leim/quail/ETZY.el GEN ../lisp/leim/quail/Punct-b5.el GEN ../../lisp/cedet/semantic/grammar-wy.el GEN ../lisp/leim/quail/PY-b5.el GEN ../lisp/leim/quail/QJ-b5.el GEN ../lisp/leim/quail/ZOZY.el Loading /home/me/src/emacs/lisp/cedet/semantic/grm-wy-boot.el (source)... GEN ../lisp/leim/quail/tsang-b5.el GEN ../../lisp/cedet/semantic/wisent/javat-wy.el GEN ../lisp/leim/quail/tsang-cns.el Loading /home/me/src/emacs/lisp/cedet/semantic/grm-wy-boot.el (source)... GEN ../lisp/leim/quail/PY.el GEN ../lisp/leim/quail/ZIRANMA.el Loading /home/me/src/emacs/lisp/cedet/semantic/grm-wy-boot.el (source)... GEN ../lisp/leim/quail/CTLau.el GEN ../lisp/leim/quail/CTLau-b5.el GEN ../lisp/language/pinyin.el GEN ../lisp/leim/ja-dic/ja-dic.el GEN ../../lisp/cedet/semantic/wisent/js-wy.el INFO Processing OKURI-ARI entries INFO Processing POSTFIX entries INFO Processing PREFIX entries INFO Collecting OKURI-NASI entries INFO Collecting OKURI-NASI entries...=20 INFO Collecting OKURI-NASI entries...27%=20 GEN ../../lisp/cedet/semantic/wisent/python-wy.el GEN ../../lisp/cedet/srecode/srt-wy.el INFO Collecting OKURI-NASI entries...37%=20 INFO Collecting OKURI-NASI entries...47%=20 INFO Collecting OKURI-NASI entries...57%=20 ELC ../lisp/epa-hook.elc ELC ../lisp/faces.elc INFO Collecting OKURI-NASI entries...67%=20 ELC ../lisp/files.elc ELC ../lisp/font-core.elc GEN calendar/diary-loaddefs.el make[4]: Leaving directory '/home/me/src/emacs/admin/grammars' ELC ../lisp/font-lock.elc SCRAPE ./calendar INFO Scraping files for diary-loaddefs.el...=20 ELC ../lisp/format.elc ELC ../lisp/frame.elc INFO Scraping files for diary-loaddefs.el...17%=20 INFO Collecting OKURI-NASI entries...77%=20 INFO Scraping files for diary-loaddefs.el...31%=20 INFO Scraping files for diary-loaddefs.el...41%=20 INFO Scraping files for diary-loaddefs.el...55%=20 INFO Scraping files for diary-loaddefs.el...65%=20 ELC ../lisp/fringe.elc INFO Scraping files for diary-loaddefs.el...75%=20 INFO Scraping files for diary-loaddefs.el...86%=20 INFO Scraping files for diary-loaddefs.el...96%=20 INFO Scraping files for diary-loaddefs.el...100%=20 INFO Scraping files for diary-loaddefs.el...done ELC ../lisp/help.elc GEN calendar/hol-loaddefs.el ELC ../lisp/image.elc SCRAPE ./calendar ELC ../lisp/indent.elc INFO Scraping files for hol-loaddefs.el...=20 ELC ../lisp/international/charscript.elc INFO Scraping files for hol-loaddefs.el...16%=20 INFO Scraping files for hol-loaddefs.el...26%=20 INFO Scraping files for hol-loaddefs.el...43%=20 make -C ../admin/unidata all EMACS=3D"../../src/bootstrap-emacs" make[3]: Entering directory '/home/me/src/emacs/admin/unidata' ELC uvs.elc INFO Scraping files for hol-loaddefs.el...53%=20 ELC ../lisp/international/cp51932.elc INFO Scraping files for hol-loaddefs.el...63%=20 INFO Scraping files for hol-loaddefs.el...76%=20 ELC ../lisp/international/eucjp-ms.elc ELC unidata-gen.elc INFO Scraping files for hol-loaddefs.el...86%=20 INFO Scraping files for hol-loaddefs.el...96%=20 INFO Scraping files for hol-loaddefs.el...done ELC ../lisp/international/fontset.elc ELC ../lisp/international/iso-transl.elc ELC ../lisp/international/mule-cmds.elc ELC ../lisp/international/mule-conf.elc INFO Collecting OKURI-NASI entries...87%=20 GEN unidata.txt ELC ../lisp/international/mule-util.elc ELC ../lisp/international/mule.elc GEN ../../lisp/international/uni-bidi.el ELC ../lisp/isearch.elc ELC ../lisp/jit-lock.elc GEN ../../lisp/international/uni-brackets.el ELC ../lisp/jka-cmpr-hook.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... ELC ../lisp/language/burmese.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... ELC ../lisp/language/cham.elc GEN ../../lisp/international/uni-category.el ELC ../lisp/language/chinese.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... ELC ../lisp/language/cyrillic.elc ELC ../lisp/language/czech.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... ELC ../lisp/language/english.elc ELC ../lisp/language/ethiopic.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... ELC ../lisp/language/european.elc ELC ../lisp/language/georgian.elc GEN ../../lisp/international/uni-combining.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... INFO Collecting OKURI-NASI entries...97%=20 ELC ../lisp/language/hebrew.elc ELC ../lisp/language/greek.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/indian.elc ELC ../lisp/language/japanese.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/khmer.elc ELC ../lisp/language/korean.elc GEN ../../lisp/international/uni-comment.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/lao.elc ELC ../lisp/language/misc-lang.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... INFO Collecting OKURI-NASI entries...done INFO Processing OKURI-NASI entries INFO Processing OKURI-NASI entries...=20 Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/romanian.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/sinhala.elc ELC ../lisp/language/slovak.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... GEN ../../lisp/international/uni-decimal.el ELC ../lisp/language/tai-viet.elc ELC ../lisp/language/thai.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/tibetan.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/utf-8-lang.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/language/vietnamese.elc ELC ../lisp/ls-lisp.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/menu-bar.elc GEN ../../lisp/international/uni-decomposition.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/minibuffer.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/mouse.elc GEN ../../lisp/international/uni-digit.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... INFO Processing OKURI-NASI entries...10%=20 GEN ../../lisp/international/uni-lowercase.el ELC ../lisp/mwheel.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/newcomment.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/obarray.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... ELC ../lisp/progmodes/elisp-mode.elc GEN ../../lisp/international/uni-mirrored.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/progmodes/prog-mode.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/register.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... GEN ../../lisp/international/uni-name.el ELC ../lisp/replace.elc ELC ../lisp/rfn-eshadow.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... INFO Processing OKURI-NASI entries...20%=20 ELC ../lisp/scroll-bar.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/select.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/simple.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/startup.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/subr.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... GEN ../../lisp/international/uni-numeric.el INFO Processing OKURI-NASI entries...30%=20 GEN ../../lisp/international/uni-old-name.el ELC ../lisp/tab-bar.elc ELC ../lisp/term/common-win.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... GEN ../../lisp/international/uni-special-lowercase.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/term/internal.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... GEN ../../lisp/international/uni-special-titlecase.el ELC ../lisp/term/pc-win.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... ELC ../lisp/term/tty-colors.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... INFO Processing OKURI-NASI entries...40%=20 ELC ../lisp/term/w32-win.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... ELC ../lisp/term/x-win.elc Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... GEN ../../lisp/international/uni-special-uppercase.el Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/textmodes/fill.elc ELC ../lisp/textmodes/page.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/textmodes/paragraphs.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/textmodes/text-mode.elc GEN ../../lisp/international/uni-titlecase.el Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/tool-bar.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/tooltip.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/uniquify.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/vc/ediff-hook.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... GEN ../../lisp/international/uni-uppercase.el Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/vc/vc-hooks.elc ELC ../lisp/version.elc Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/w32-fns.elc INFO Processing OKURI-NASI entries...50%=20 Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... ELC ../lisp/w32-vars.elc Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... GEN ../../lisp/international/charprop.el ELC ../lisp/widget.elc ELC ../lisp/window.elc make[3]: Leaving directory '/home/me/src/emacs/admin/unidata' ELC ../lisp/x-dnd.elc Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/international/characters.elc Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/international/ucs-normalize.elc Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... ELC ../lisp/term/ns-win.elc Reloading stale charprop.el Loading /home/me/src/emacs/lisp/international/charprop.el (source)... Reloading stale uni-bidi.el Loading /home/me/src/emacs/lisp/international/uni-bidi.el (source)... Reloading stale uni-mirrored.el Loading /home/me/src/emacs/lisp/international/uni-mirrored.el (source)... Reloading stale uni-brackets.el Loading /home/me/src/emacs/lisp/international/uni-brackets.el (source)... Reloading stale uni-category.el Loading /home/me/src/emacs/lisp/international/uni-category.el (source)... Reloading stale uni-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-uppercase.el (source)... Reloading stale uni-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-lowercase.el (source)... Reloading stale uni-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-titlecase.el (source)... Reloading stale uni-special-uppercase.el Loading /home/me/src/emacs/lisp/international/uni-special-uppercase.el (sou= rce)... Reloading stale uni-special-lowercase.el Loading /home/me/src/emacs/lisp/international/uni-special-lowercase.el (sou= rce)... Reloading stale uni-special-titlecase.el Loading /home/me/src/emacs/lisp/international/uni-special-titlecase.el (sou= rce)... INFO Processing OKURI-NASI entries...60%=20 INFO Processing OKURI-NASI entries...70%=20 INFO Processing OKURI-NASI entries...80%=20 INFO Processing OKURI-NASI entries...90%=20 INFO Processing OKURI-NASI entries...100%=20 INFO Processing OKURI-NASI entries...done GEN ../lisp/leim/leim-list.el make[4]: Leaving directory '/home/me/src/emacs/leim' GEN loaddefs.el SCRAPE . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ... SCRAPE ./cedet/semantic/analyze ./cedet/semantic/bovine ... SCRAPE ./cedet/semantic/decorate ./cedet/semantic/symref ... SCRAPE ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation= ... SCRAPE ./erc ./eshell ./gnus ./image ./international ./language ./leim = ... SCRAPE ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ... SCRAPE ./play ./progmodes ./textmodes ./url ./vc INFO Scraping files for loaddefs.el...=20 INFO Scraping files for loaddefs.el...10%=20 INFO Scraping files for loaddefs.el...20%=20 INFO Scraping files for loaddefs.el...30%=20 INFO Scraping files for loaddefs.el...40%=20 INFO Scraping files for loaddefs.el...50%=20 INFO Scraping files for loaddefs.el...60%=20 INFO Scraping files for loaddefs.el...70%=20 INFO Scraping files for loaddefs.el...80%=20 INFO Scraping files for loaddefs.el...90%=20 INFO Scraping files for loaddefs.el...100%=20 INFO Scraping files for loaddefs.el...done make[3]: Leaving directory '/home/me/src/emacs/lisp' GEN ../etc/DOC rm -f emacs && cp -f temacs emacs LC_ALL=3DC ./temacs -batch -l loadup --temacs=3Dpdump \ --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/28.0.50/ Loading loadup.el (source)... Dump mode: pdump Using load-path (/home/me/src/emacs/lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading loaddefs.el (source)... Loading button... Loading emacs-lisp/nadvice... Loading emacs-lisp/cl-preloaded... Loading obarray... Loading abbrev... Loading simple... Loading help... Loading jka-cmpr-hook... Loading epa-hook... Loading international/mule-cmds... Loading case-table... Loading international/charprop.el (source)... Loading international/characters... Loading international/charscript... Loading composite... Loading language/chinese... Loading language/cyrillic... Loading language/indian... Loading language/sinhala... Loading language/english... Loading language/ethiopic... Loading language/european... Loading language/czech... Loading language/slovak... Loading language/romanian... Loading language/greek... Loading language/hebrew... Loading international/cp51932... Loading international/eucjp-ms... Loading language/japanese... Loading language/korean... Loading language/lao... Loading language/tai-viet... Loading language/thai... Loading language/tibetan... Loading language/vietnamese... Loading language/misc-lang... Loading language/utf-8-lang... Loading language/georgian... Loading language/khmer... Loading language/burmese... Loading language/cham... Loading indent... Loading emacs-lisp/cl-generic... Loading minibuffer... Loading frame... Loading startup... Loading term/tty-colors... Loading font-core... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading scroll-bar... Loading select... Loading emacs-lisp/timer... Loading emacs-lisp/easymenu... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading tab-bar... Loading emacs-lisp/lisp... Loading textmodes/page... Loading register... Loading textmodes/paragraphs... Loading progmodes/prog-mode... Loading emacs-lisp/lisp-mode... Loading progmodes/elisp-mode... Loading textmodes/text-mode... Loading textmodes/fill... Loading newcomment... Loading replace... Loading emacs-lisp/tabulated-list... Loading buff-menu... Loading fringe... Loading emacs-lisp/regexp-opt... Loading image... Loading international/fontset... Loading dnd... Loading tool-bar... Loading dynamic-setting... Loading x-dnd... Loading term/common-win... Loading term/x-win... Loading mwheel... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Loading uniquify... Loading electric... Loading emacs-lisp/eldoc... Loading cus-start... Loading tooltip... Loading international/iso-transl... Loading leim/leim-list.el (source)... Waiting for git... Waiting for git... Finding pointers to doc strings... Finding pointers to doc strings...done Pure-hashed: 16721 strings, 4949 vectors, 42028 conses, 4502 bytecodes, 264= others Dumping under the name emacs.pdmp Dumping fingerprint: 70c08ff139e4ef42b6e0b63ebd29f725487e4d5631a6f69954c4ce= 6251240515 Dump complete Byte counts: header=3D100 hot=3D7262660 discardable=3D128784 cold=3D3392288 Reloc counts: hot=3D406478 discardable=3D4942 Adding name emacs-28.0.50.1 Adding name emacs-28.0.50.1.pdmp cp -f emacs.pdmp bootstrap-emacs.pdmp=20 make[2]: Leaving directory '/home/me/src/emacs/src' make -C lisp all make[2]: Entering directory '/home/me/src/emacs/lisp' make -C ../leim all EMACS=3D"../src/emacs" make -C ../admin/grammars all EMACS=3D"../../src/emacs" make[3]: Entering directory '/home/me/src/emacs/admin/grammars' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/me/src/emacs/admin/grammars' GEN cus-load.el GEN finder-inf.el make[3]: Entering directory '/home/me/src/emacs/leim' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/me/src/emacs/leim' INFO Scanning files for custom...=20 INFO Scanning files for custom...10%=20 make[3]: Entering directory '/home/me/src/emacs/lisp' ELC emacs-lisp/eieio.elc ELC emacs-lisp/eieio-base.elc INFO Scanning files for finder...=20 INFO Scanning files for custom...20%=20 ELC cedet/semantic/db.elc INFO Scanning files for finder...7%=20 ELC align.elc INFO Scanning files for finder...10%=20 INFO Scanning files for finder...14%=20 INFO Scanning files for finder...17%=20 INFO Scanning files for finder...20%=20 INFO Scanning files for custom...30%=20 INFO Scanning files for finder...23%=20 INFO Scanning files for finder...28%=20 INFO Scanning files for finder...32%=20 INFO Scanning files for finder...36%=20 ELC allout-widgets.elc INFO Scanning files for finder...40%=20 INFO Scanning files for finder...43%=20 INFO Scanning files for finder...48%=20 INFO Scanning files for custom...40%=20 INFO Scanning files for finder...51%=20 ELC allout.elc INFO Scanning files for finder...54%=20 INFO Scanning files for finder...57%=20 INFO Scanning files for finder...60%=20 INFO Scanning files for finder...66%=20 INFO Scanning files for finder...75%=20 ELC ansi-color.elc INFO Scanning files for finder...82%=20 INFO Scanning files for custom...50%=20 INFO Scanning files for finder...88%=20 INFO Scanning files for finder...92%=20 ELC apcase.elc ELC apropos.elc INFO Scanning files for finder...99%=20 INFO Scanning files for finder...done INFO Scanning files for custom...60%=20 ELC arc-mode.elc ELC array.elc ELC auth-source-pass.elc INFO Scanning files for custom...70%=20 ELC auth-source.elc ELC autoarg.elc INFO Scanning files for custom...80%=20 ELC autoinsert.elc ELC autorevert.elc ELC avoid.elc INFO Scanning files for custom...90%=20 ELC battery.elc ELC bookmark.elc ELC bs.elc INFO Scanning files for custom...100%=20 ELC calculator.elc INFO Scanning files for custom...done INFO Generating ./cus-load.el... ELC cdl.elc ELC char-fold.elc ELC chistory.elc ELC cmuscheme.elc ELC color.elc ELC comint.elc INFO Generating ./cus-load.el...done ELC completion.elc ELC cus-dep.elc ELC cus-edit.elc ELC cus-theme.elc ELC dabbrev.elc ELC delim-col.elc ELC delsel.elc ELC descr-text.elc ELC desktop.elc ELC dframe.elc ELC dired-aux.elc ELC dired-x.elc ELC dired.elc ELC dirtrack.elc ELC display-fill-column-indicator.elc ELC display-line-numbers.elc ELC doc-view.elc ELC dom.elc ELC double.elc ELC ebuff-menu.elc ELC echistory.elc ELC ecomplete.elc ELC edmacro.elc ELC ehelp.elc ELC elec-pair.elc ELC elide-head.elc ELC emacs-lock.elc ELC epa-dired.elc ELC epa-file.elc ELC epa-ks.elc ELC epa-mail.elc ELC epa.elc ELC epg-config.elc ELC epg.elc ELC expand.elc ELC ezimage.elc ELC face-remap.elc ELC facemenu.elc ELC ffap.elc ELC filecache.elc ELC fileloop.elc ELC filenotify.elc ELC files-x.elc ELC filesets.elc ELC find-cmd.elc ELC find-dired.elc ELC find-file.elc ELC find-lisp.elc ELC finder.elc ELC flow-ctrl.elc ELC foldout.elc ELC follow.elc ELC format-spec.elc ELC forms.elc ELC frameset.elc ELC generic-x.elc ELC help-at-pt.elc ELC help-fns.elc ELC help-macro.elc ELC help-mode.elc ELC hex-util.elc ELC hexl.elc ELC hfy-cmap.elc ELC hi-lock.elc ELC hilit-chg.elc ELC hippie-exp.elc ELC hl-line.elc ELC htmlfontify.elc ELC ibuf-ext.elc ELC ibuf-macs.elc ELC ibuffer.elc ELC icomplete.elc ELC ido.elc ELC ielm.elc ELC iimage.elc ELC image-dired.elc ELC image-file.elc ELC image-mode.elc ELC imenu.elc ELC info-look.elc ELC info-xref.elc ELC info.elc ELC informat.elc ELC isearchb.elc ELC jka-compr.elc ELC json.elc ELC jsonrpc.elc ELC kermit.elc ELC kmacro.elc ELC linum.elc ELC loadhist.elc ELC locate.elc ELC lpr.elc ELC macros.elc ELC makesum.elc ELC man.elc ELC master.elc ELC mb-depth.elc ELC md4.elc ELC midnight.elc ELC minibuf-eldef.elc ELC misc.elc ELC misearch.elc ELC mouse-copy.elc ELC mouse-drag.elc ELC mpc.elc ELC msb.elc ELC notifications.elc ELC novice.elc ELC outline.elc ELC paren.elc ELC password-cache.elc ELC pcmpl-cvs.elc ELC pcmpl-gnu.elc ELC pcmpl-linux.elc ELC pcmpl-rpm.elc ELC pcmpl-unix.elc ELC pcmpl-x.elc ELC pcomplete.elc ELC pixel-scroll.elc ELC plstore.elc ELC printing.elc ELC proced.elc ELC profiler.elc ELC ps-bdf.elc ELC ps-def.elc ELC ps-mule.elc ELC ps-print.elc ELC ps-samp.elc ELC recentf.elc ELC rect.elc ELC registry.elc ELC repeat.elc ELC reposition.elc ELC reveal.elc ELC rot13.elc ELC rtree.elc ELC ruler-mode.elc ELC savehist.elc ELC saveplace.elc ELC scroll-all.elc ELC scroll-lock.elc ELC server.elc ELC ses.elc ELC shadowfile.elc ELC shell.elc ELC skeleton.elc ELC so-long.elc ELC sort.elc ELC soundex.elc ELC speedbar.elc ELC strokes.elc ELC svg.elc ELC t-mouse.elc ELC tab-line.elc ELC tabify.elc ELC talk.elc ELC tar-mode.elc ELC tempo.elc ELC term.elc ELC thingatpt.elc ELC thread.elc ELC thumbs.elc ELC time-stamp.elc ELC time.elc ELC timezone.elc ELC tmm.elc ELC transient.elc ELC tree-widget.elc ELC tutorial.elc ELC type-break.elc ELC userlock.elc ELC vcursor.elc ELC view.elc ELC vt-control.elc ELC vt100-led.elc ELC wdired.elc ELC whitespace.elc ELC wid-browse.elc ELC wid-edit.elc ELC windmove.elc ELC winner.elc ELC woman.elc ELC xdg.elc ELC xml.elc ELC xt-mouse.elc ELC xwidget.elc ELC calc/calc-aent.elc ELC calc/calc-alg.elc ELC calc/calc-arith.elc ELC calc/calc-bin.elc ELC calc/calc-comb.elc ELC calc/calc-cplx.elc ELC calc/calc-embed.elc ELC calc/calc-ext.elc ELC calc/calc-fin.elc ELC calc/calc-forms.elc ELC calc/calc-frac.elc ELC calc/calc-funcs.elc ELC calc/calc-graph.elc ELC calc/calc-help.elc ELC calc/calc-incom.elc ELC calc/calc-keypd.elc ELC calc/calc-lang.elc ELC calc/calc-macs.elc ELC calc/calc-map.elc ELC calc/calc-math.elc ELC calc/calc-menu.elc ELC calc/calc-misc.elc ELC calc/calc-mode.elc ELC calc/calc-mtx.elc ELC calc/calc-nlfit.elc ELC calc/calc-poly.elc ELC calc/calc-prog.elc ELC calc/calc-rewr.elc ELC calc/calc-rules.elc ELC calc/calc-sel.elc ELC calc/calc-stat.elc ELC calc/calc-store.elc ELC calc/calc-stuff.elc ELC calc/calc-trail.elc ELC calc/calc-undo.elc ELC calc/calc-units.elc ELC calc/calc-vec.elc ELC calc/calc-yank.elc ELC calc/calc.elc ELC calc/calcalg2.elc ELC calc/calcalg3.elc ELC calc/calccomp.elc ELC calc/calcsel2.elc ELC calendar/appt.elc ELC calendar/cal-bahai.elc ELC calendar/cal-china.elc ELC calendar/cal-coptic.elc ELC calendar/cal-dst.elc ELC calendar/cal-french.elc ELC calendar/cal-hebrew.elc ELC calendar/cal-html.elc ELC calendar/cal-islam.elc ELC calendar/cal-iso.elc ELC calendar/cal-julian.elc ELC calendar/cal-mayan.elc ELC calendar/cal-menu.elc ELC calendar/cal-move.elc ELC calendar/cal-persia.elc ELC calendar/cal-tex.elc ELC calendar/cal-x.elc ELC calendar/calendar.elc ELC calendar/diary-lib.elc ELC calendar/holidays.elc ELC calendar/icalendar.elc ELC calendar/iso8601.elc ELC calendar/lunar.elc ELC calendar/parse-time.elc ELC calendar/solar.elc ELC calendar/time-date.elc ELC calendar/timeclock.elc ELC calendar/todo-mode.elc ELC cedet/cedet-cscope.elc ELC cedet/cedet-files.elc ELC cedet/cedet-global.elc ELC cedet/cedet-idutils.elc ELC cedet/cedet.elc ELC cedet/data-debug.elc ELC cedet/ede.elc ELC cedet/mode-local.elc ELC cedet/pulse.elc ELC cedet/semantic.elc ELC cedet/srecode.elc ELC cedet/ede/auto.elc ELC cedet/ede/autoconf-edit.elc ELC cedet/ede/base.elc ELC cedet/ede/config.elc ELC cedet/ede/cpp-root.elc ELC cedet/ede/custom.elc ELC cedet/ede/detect.elc ELC cedet/ede/dired.elc ELC cedet/ede/emacs.elc ELC cedet/ede/files.elc ELC cedet/ede/generic.elc ELC cedet/ede/linux.elc ELC cedet/ede/locate.elc ELC cedet/ede/make.elc ELC cedet/ede/makefile-edit.elc ELC cedet/ede/pconf.elc ELC cedet/ede/pmake.elc ELC cedet/ede/proj-archive.elc ELC cedet/ede/proj-aux.elc ELC cedet/ede/proj-comp.elc ELC cedet/ede/proj-elisp.elc ELC cedet/ede/proj-info.elc ELC cedet/ede/proj-misc.elc ELC cedet/ede/proj-obj.elc ELC cedet/ede/proj-prog.elc ELC cedet/ede/proj-scheme.elc ELC cedet/ede/proj-shared.elc ELC cedet/ede/proj.elc ELC cedet/ede/project-am.elc ELC cedet/ede/shell.elc ELC cedet/ede/simple.elc ELC cedet/ede/source.elc ELC cedet/ede/speedbar.elc ELC cedet/ede/srecode.elc ELC cedet/ede/system.elc ELC cedet/ede/util.elc ELC cedet/semantic/analyze.elc ELC cedet/semantic/bovine.elc ELC cedet/semantic/chart.elc ELC cedet/semantic/complete.elc ELC cedet/semantic/ctxt.elc ELC cedet/semantic/db-debug.elc ELC cedet/semantic/db-ebrowse.elc ELC cedet/semantic/db-el.elc ELC cedet/semantic/db-file.elc ELC cedet/semantic/db-find.elc ELC cedet/semantic/db-global.elc ELC cedet/semantic/db-javascript.elc ELC cedet/semantic/db-mode.elc ELC cedet/semantic/db-ref.elc ELC cedet/semantic/db-typecache.elc ELC cedet/semantic/debug.elc ELC cedet/semantic/decorate.elc ELC cedet/semantic/dep.elc ELC cedet/semantic/doc.elc ELC cedet/semantic/ede-grammar.elc ELC cedet/semantic/edit.elc ELC cedet/semantic/find.elc ELC cedet/semantic/format.elc ELC cedet/semantic/fw.elc ELC cedet/semantic/grammar-wy.elc ELC cedet/semantic/grammar.elc ELC cedet/semantic/grm-wy-boot.elc ELC cedet/semantic/html.elc ELC cedet/semantic/ia-sb.elc ELC cedet/semantic/ia.elc ELC cedet/semantic/idle.elc ELC cedet/semantic/imenu.elc ELC cedet/semantic/java.elc ELC cedet/semantic/lex-spp.elc ELC cedet/semantic/lex.elc ELC cedet/semantic/mru-bookmark.elc ELC cedet/semantic/sb.elc ELC cedet/semantic/scope.elc ELC cedet/semantic/senator.elc ELC cedet/semantic/sort.elc ELC cedet/semantic/symref.elc ELC cedet/semantic/tag-file.elc ELC cedet/semantic/tag-ls.elc ELC cedet/semantic/tag-write.elc ELC cedet/semantic/tag.elc ELC cedet/semantic/texi.elc ELC cedet/semantic/util-modes.elc ELC cedet/semantic/util.elc ELC cedet/semantic/wisent.elc ELC cedet/semantic/analyze/complete.elc ELC cedet/semantic/analyze/debug.elc ELC cedet/semantic/analyze/fcn.elc ELC cedet/semantic/analyze/refs.elc ELC cedet/semantic/bovine/c-by.elc ELC cedet/semantic/bovine/c.elc ELC cedet/semantic/bovine/debug.elc ELC cedet/semantic/bovine/el.elc ELC cedet/semantic/bovine/gcc.elc ELC cedet/semantic/bovine/grammar.elc In toplevel form: cedet/semantic/bovine/el.el:931:1: Warning: =E2=80=98define-child-mode=E2= =80=99 is an obsolete macro (as of 27.1); use =E2=80=98define-derived-mode=E2=80=99 instead. ELC cedet/semantic/bovine/make-by.elc ELC cedet/semantic/bovine/make.elc ELC cedet/semantic/bovine/scm-by.elc ELC cedet/semantic/bovine/scm.elc ELC cedet/semantic/decorate/include.elc ELC cedet/semantic/decorate/mode.elc ELC cedet/semantic/symref/cscope.elc ELC cedet/semantic/symref/filter.elc ELC cedet/semantic/symref/global.elc ELC cedet/semantic/symref/grep.elc ELC cedet/semantic/symref/idutils.elc ELC cedet/semantic/symref/list.elc ELC cedet/semantic/wisent/comp.elc ELC cedet/semantic/wisent/grammar.elc ELC cedet/semantic/wisent/java-tags-wy.elc ELC cedet/semantic/wisent/java-tags.elc ELC cedet/semantic/wisent/javascript.elc In toplevel form: cedet/semantic/wisent/java-tags-wy.el:58:17: Error: Bad input grammar make[3]: *** [Makefile:301: cedet/semantic/wisent/java-tags-wy.elc] Error 1 make[3]: *** Waiting for unfinished jobs.... In toplevel form: cedet/semantic/bovine/c.el:55:1: Warning: =E2=80=98define-child-mode=E2=80= =99 is an obsolete macro (as of 27.1); use =E2=80=98define-derived-mode=E2=80=99 instead. make[3]: Leaving directory '/home/me/src/emacs/lisp' make[2]: *** [Makefile:331: compile-main] Error 2 make[2]: Leaving directory '/home/me/src/emacs/lisp' make[1]: *** [Makefile:430: lisp] Error 2 make[1]: Leaving directory '/home/me/src/emacs' make: *** [Makefile:1141: bootstrap] Error 2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 08:50:12 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 12:50:12 +0000 Received: from localhost ([127.0.0.1]:46073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFFae-0005ya-D2 for submit@debbugs.gnu.org; Sun, 15 Aug 2021 08:50:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFFab-0005yH-UA for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 08:50:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VYven7w9BJ2rHtO9CPmYe3Hgg8Z0sofEmC2YFDIl++g=; b=vRHW+l+cMt1aGm0nZoFYgV1pUW PI5PwGmtfa2TojNPpApj/aVXvjrv3NJPLbg7OAQPYhB5gmrnSTJOD8CWIZdWzszG97R6ag0Nf4U5+ OqzSqynxsBDCtsTQLq1kL0l8P2ubOQ6/Qw2kVjhxbJWxw9qoUJntU08vOModHrdv6F5g=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFFaN-0000Ml-EY; Sun, 15 Aug 2021 14:50:00 +0200 From: Lars Ingebrigtsen To: birdsite@airmail.cc Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87eeavosm2.fsf@gnus.org> <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> Date: Sun, 15 Aug 2021 14:49:54 +0200 In-Reply-To: <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> (birdsite@airmail.cc's message of "Sun, 15 Aug 2021 18:28:30 +0545") Message-ID: <87y292lvnx.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: birdsite@airmail.cc writes: > I've now tested it with these commands and the build still fails. > > first case: > > git pull origin > git checkout testing > git reset --hard HEAD > git pull # pulls from local master > make 2&> . [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) birdsite@airmail.cc writes: > I've now tested it with these commands and the build still fails. > > first case: > > git pull origin > git checkout testing > git reset --hard HEAD > git pull # pulls from local master > make 2&> ../make-emacs-aug-15-head > > This one fails with some segmentation fault. > > Loading subr (compiled; note, source file is newer)... It's finding old .elc files, so this is not a clean tree. Try saying "make bootstrap" and see what happens then. > seeing some warnings about newer source files being newer, i did > a make bootstrap (because make clean produced same errors) and it now > fails with different errors. this one seems to be even more weird. Oh, you did. :-) I should read the entire thing before starting to answer... > In toplevel form: > cedet/semantic/wisent/java-tags-wy.el:58:17: Error: Bad input grammar That's even weirder, because that a bug that was fixed a long time ago. I don't know what's going on in your tree, but just as a sanity check: Can you try to just do git clone git://git.savannah.gnu.org/emacs.git cd emacs make and see what happens? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 10:08:05 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 14:08:05 +0000 Received: from localhost ([127.0.0.1]:47522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFGo0-0006U8-Tu for submit@debbugs.gnu.org; Sun, 15 Aug 2021 10:08:05 -0400 Received: from mail.cock.li ([37.120.193.124]:45080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFGnx-0006TZ-78 for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 10:08:03 -0400 From: birdsite@airmail.cc DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1629036474; bh=OSeJFRuL4VLyLCBL8Lj1iyKz6pp8ROXfnEO4aw1tsxo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=KI4zu938aICUrtG+UMbdGF474g9ilpba9Yg4Uua6d1biGtWVUOC1qOwh/JW/1BcYn pz5nygWpjgfi2/SilfeVruzrx0KkOG+QuFUcbv7tdJ+rwt3es8ezbmZBNylnuGPLIM 1+yRQl7796Y8fcp3+1LdVK0QHABIDCW7slqGYeqe/NmJcgYBrldBRteuG5Au/dbNsA GzOiw8YnuNHv1GGv+tSR1l2/KU4qWe4iU4OzWvdN7qVg7Fi8cE0s9NPBz5eFi1sgR6 rlX5jCij9j7CYU/epgJMt9lEwbe84DvRaoMNx85E7z3wItQyVSENbomehv657Y/+Zw dHewGywrRcpig== To: Lars Ingebrigtsen Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87eeavosm2.fsf@gnus.org> <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87y292lvnx.fsf@gnus.org> Date: Sun, 15 Aug 2021 19:53:14 +0545 In-Reply-To: <87y292lvnx.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 15 Aug 2021 14:49:54 +0200") Message-ID: <85zgtidcmp.fsf@laptop.mail-host-address-is-not-set> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, Eli Zaretskii , birdsite@airmail.cc X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > I don't know what's going on in your tree, but just as a sanity check: > Can you try to just do > > git clone git://git.savannah.gnu.org/emacs.git > cd emacs > make > > and see what happens? Thanks larsi! seems my tree was somehow broken. It compiles fine, and i am using it to reply to you! i should really learn how to use these tools :) Thanks again! From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 10:20:32 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 14:20:32 +0000 Received: from localhost ([127.0.0.1]:47539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH04-0006nr-A6 for submit@debbugs.gnu.org; Sun, 15 Aug 2021 10:20:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH02-0006nc-5A for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 10:20:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48162) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFGzw-0002fU-RJ; Sun, 15 Aug 2021 10:20:24 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2660 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFGzw-0003Nw-B0; Sun, 15 Aug 2021 10:20:24 -0400 Date: Sun, 15 Aug 2021 17:20:17 +0300 Message-Id: <83fsvaaixq.fsf@gnu.org> From: Eli Zaretskii To: birdsite@airmail.cc In-Reply-To: <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> (birdsite@airmail.cc) Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87eeavosm2.fsf@gnus.org> <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, larsi@gnus.org, birdsite@airmail.cc X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: birdsite@airmail.cc > Cc: Flappy Bird , 50058@debbugs.gnu.org, Eli > Zaretskii > Date: Sun, 15 Aug 2021 18:28:30 +0545 > > git pull origin > git checkout testing > git reset --hard HEAD > git pull # pulls from local master > make 2&> ../make-emacs-aug-15-head > > This one fails with some segmentation fault. > > > Loading subr (compiled; note, source file is newer)... > Loading subr (compiled; note, source file is newer)... > Fatal error 11: Segmentation fault > Segmentation fault Run the failing command under GDB and show the backtrace from the segfault. (To see which command fails, say "make V=1".) From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 10:21:10 2021 Received: (at 50058) by debbugs.gnu.org; 15 Aug 2021 14:21:10 +0000 Received: from localhost ([127.0.0.1]:47543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH0g-0006pc-I8 for submit@debbugs.gnu.org; Sun, 15 Aug 2021 10:21:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:60334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH0e-0006pJ-Gh for 50058@debbugs.gnu.org; Sun, 15 Aug 2021 10:21:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=j/HVueAKE4lMJjdBVDYNYKJWjYBaUknW3fp+4wxBsgc=; b=e0NPKGwhYr0LMjeIKl0HAxO4G/ n1+fFH/2OeBI1zfdFEIDa8LHYDgfgecMwNPS9ap+JhSbpZBbjqFtFtU46iU2zmtVsuSX/mrZDetGQ yiRplxDyUNM4ekGVWbYz88Jzgl728I10clag4QAYkAdkmOAIdA4XWoOBb3cgc0VNWFdg=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFH0L-0001AD-5b; Sun, 15 Aug 2021 16:20:53 +0200 From: Lars Ingebrigtsen To: birdsite@airmail.cc Subject: Re: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info References: <85lf5416vb.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <83zgtk9dzi.fsf@gnu.org> <87pmugq7ay.fsf@gnus.org> <83y2949bmc.fsf@gnu.org> <87h7fsq61d.fsf@gnus.org> <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87eeavosm2.fsf@gnus.org> <85czqelvyl.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> <87y292lvnx.fsf@gnus.org> <85zgtidcmp.fsf@laptop.mail-host-address-is-not-set> Date: Sun, 15 Aug 2021 16:20:47 +0200 In-Reply-To: <85zgtidcmp.fsf@laptop.mail-host-address-is-not-set> (birdsite@airmail.cc's message of "Sun, 15 Aug 2021 19:53:14 +0545") Message-ID: <87o89ykcw0.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: birdsite@airmail.cc writes: >> I don't know what's going on in your tree, but just as a sanity check: >> Can you try to just do >> >> git clone git://git.savannah.gnu.org/emacs.git >> cd emacs >> make >> >> and see what happens? [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50058 Cc: 50058@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) birdsite@airmail.cc writes: >> I don't know what's going on in your tree, but just as a sanity check: >> Can you try to just do >> >> git clone git://git.savannah.gnu.org/emacs.git >> cd emacs >> make >> >> and see what happens? > Thanks larsi! seems my tree was somehow broken. It compiles fine, and i > am using it to reply to you! Great! Thanks for checking; I'm closing this bug report, then. > i should really learn how to use these tools :) git can behave very mysteriously. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 10:21:28 2021 Received: (at control) by debbugs.gnu.org; 15 Aug 2021 14:21:28 +0000 Received: from localhost ([127.0.0.1]:47546 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH0x-0006q5-FE for submit@debbugs.gnu.org; Sun, 15 Aug 2021 10:21:28 -0400 Received: from quimby.gnus.org ([95.216.78.240]:60350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFH0h-0006pO-Ao for control@debbugs.gnu.org; Sun, 15 Aug 2021 10:21:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KJU1ABVykIsJeEdnJhmJe7mfugD98xP8Oz2+rvluZkU=; b=i9y4J4s9vK96XeaTu2Ul61/p79 dQrTeQ3fkLyFas8Ix32oTiPA680Ay5Q2Mo53lXnEYkcU4sFy+UEA4mzYrwSU65urSumxw8GXvbOXn KV/JkE2qc7H4nBYhigUY2Nt6f37+PrQBzFd74plrnZWweYE/JqgFACTFbuOCNOBipae8=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFH0Z-0001Ad-GB for control@debbugs.gnu.org; Sun, 15 Aug 2021 16:21:05 +0200 Date: Sun, 15 Aug 2021 16:21:01 +0200 Message-Id: <87mtpikcvm.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #50058 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 50058 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 50058 28.1 quit From unknown Wed Jun 18 23:07:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Sep 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator