1009-Penguin $ ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Building aclocal.m4 ... Running 'autoreconf -fi -I m4' ... Configuring local git repository... '.git/config' -> '.git/config.~1~' git config transfer.fsckObjects 'true' git config diff.elisp.xfuncname '^\(def[^[:space:]]+[[:space:]]+([^()[:space:]]+)' git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*' git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)' git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnum:]_]*=)' git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)' Installing git hooks... 'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg' 'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit' '.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg' '.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch' You can now run './configure'. 1010-Penguin $ ./configure --prefix=/opt/emacs --sysconfdir=/etc --enable-locallisppath=/usr/local/share/emacs/site-lisp --libexecdir=/opt/emacs/lib/ --localstatedir=/usr/local/var --enable-largefile --with-x-toolkit=gtk3 --with-sound=no --with-modules --with-xwidgets --without-pop --without-selinux --without-gnutls --disable-acl --with-file-notification=yes --with-json --without-xml2 --without-libgmp CFLAGS='-march=native -Os' checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 gcc and cc understand -c and -o together... yes checking for putenv... yes checking for sbrk... yes checking for fchmod... yes checking for readlinkat... yes checking for explicit_bzero... yes checking for faccessat... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for gettimeofday... yes checking for lstat... yes checking for mkostemp... yes checking for tzset... yes checking for pipe2... 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 futimes... yes checking for futimesat... yes checking for futimens... yes checking for utimensat... yes checking for lutimes... yes checking for getdtablesize... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for 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 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 max safe object size... 9223372036854775807 checking whether C compiler handles -fno-common... yes checking whether C compiler handles -W... yes checking whether C compiler handles -Waddress... yes checking whether C compiler handles -Waggressive-loop-optimizations... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Wattribute-alias... yes checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Wbool-compare... yes checking whether C compiler handles -Wbool-operation... yes checking whether C compiler handles -Wbuiltin-declaration-mismatch... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-function-type... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wclobbered... yes checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Wcoverage-mismatch... yes checking whether C compiler handles -Wcpp... yes checking whether C compiler handles -Wdangling-else... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdeprecated... yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdesignated-init... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdiscarded-array-qualifiers... yes checking whether C compiler handles -Wdiscarded-qualifiers... yes checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-cond... yes checking whether C compiler handles -Wduplicate-decl-specifier... yes checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wenum-compare... yes checking whether C compiler handles -Wexpansion-to-defined... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... yes checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-signedness... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wframe-address... yes checking whether C compiler handles -Wfree-nonheap-object... yes checking whether C compiler handles -Whsa... yes checking whether C compiler handles -Wif-not-aligned... yes checking whether C compiler handles -Wignored-attributes... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Wincompatible-pointer-types... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Wint-conversion... yes checking whether C compiler handles -Wint-in-bool-context... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-not-parentheses... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Wmaybe-uninitialized... yes checking whether C compiler handles -Wmemset-elt-size... yes checking whether C compiler handles -Wmemset-transposed-args... yes checking whether C compiler handles -Wmisleading-indentation... yes checking whether C compiler handles -Wmissing-attributes... yes checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-parameter-type... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Wmultistatement-macros... yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Wnonnull-compare... yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Wodr... yes checking whether C compiler handles -Wold-style-declaration... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wpacked-not-aligned... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-compare... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wpsabi... yes checking whether C compiler handles -Wrestrict... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wscalar-storage-order... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... yes checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-div... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wstringop-truncation... yes checking whether C compiler handles -Wsuggest-attribute=cold... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=malloc... 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 -Wswitch-bool... yes checking whether C compiler handles -Wswitch-unreachable... yes checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... yes checking whether C compiler handles -Warray-bounds=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 -Wnormalized=nfc... yes checking whether C compiler handles -Wshift-overflow=2... yes checking whether C compiler handles -Wstringop-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... /usr/bin/install -c checking command to symlink files in the same directory... ln -s checking for install-info... /usr/sbin/install-info checking for gzip... /home/eggert/opt/Linux-x86_64/merged/bin/gzip checking for 'find' args to delete a file... -delete checking for setfattr... yes checking for brew... no checking for -znocombreloc... yes checking whether addresses are sanitized... no checking for library containing sqrt... -lm checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.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 sys/prctl.h... yes checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... yes 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... yes checking for sys/time.h... yes checking for ieee754.h... yes checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for ADDR_NO_RANDOMIZE... 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 whether sys_siglist is declared... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... 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... -lpthread 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.11.0... yes checking for MagickWand >= 7... no checking for Wand >= 6.3.5 Wand != 6.8.2... yes checking for MagickRelinquishMemory... yes checking for MagickExportImagePixels... yes checking for MagickMergeImageLayers... yes checking for MagickAutoOrientImage... yes checking for getaddrinfo_a in -lanl... yes checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28... yes checking whether GTK compiles... yes configure: WARNING: Your version of Gtk+ will have problems with closing open displays. This is no problem if you just use one display, but if you use more than one and close one of them Emacs may crash. See https://gitlab.gnome.org/GNOME/gtk/issues/221 checking whether GTK_TYPE_FILE_SELECTION is declared... no checking whether GTK_TYPE_HANDLE_BOX is declared... yes checking for gtk_handle_box_new... yes checking whether GTK_TYPE_TEAROFF_MENU_ITEM is declared... yes checking for gtk_tearoff_menu_item_new... yes checking for gtk_widget_get_window... yes checking for gtk_widget_set_has_window... yes checking for gtk_dialog_get_action_area... yes checking for gtk_widget_get_sensitive... yes checking for gtk_widget_get_mapped... yes checking for gtk_adjustment_get_page_size... yes checking for gtk_orientable_set_orientation... yes checking for gtk_window_set_has_resize_grip... yes checking for webkit2gtk-4.0 >= 2.12... yes checking for dbus-1 >= 1.0... yes checking for dbus_watch_get_unix_fd... yes checking for dbus_type_is_valid... yes checking for dbus_validate_bus_name... yes checking for dbus_validate_path... yes checking for dbus_validate_interface... yes checking for dbus_validate_member... yes checking for gio-2.0 >= 2.26... yes checking whether GSettings is in gio... yes checking for gobject-2.0 >= 2.0... yes checking for libsystemd >= 222... yes 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 fontconfig >= 2.2.0... yes checking for xft >= 0.13.0... yes checking for XRenderQueryExtension in -lXrender... yes checking for X11/Xft/Xft.h... yes checking for XftFontOpen in -lXft... yes checking for freetype2... yes checking for libotf... yes checking for OTF_get_variation_glyphs in -lotf... yes checking for m17n-flt... 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... yes checking gpm.h presence... yes checking for gpm.h... yes checking for Gpm_Open in -lgpm... yes 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 maillock in -lmail... no checking for maillock in -llockfile... yes checking maillock.h usability... yes checking maillock.h presence... yes checking for maillock.h... yes 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 prctl... yes checking for aligned_alloc... yes checking whether aligned_alloc is declared... 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... yes 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... yes checking valgrind/valgrind.h presence... yes checking for valgrind/valgrind.h... yes 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 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 working alloca.h... yes checking for alloca... yes checking for unsigned long long int... yes checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking whether strtold conforms to C99... 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... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... 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... yes checking for sigset_t... yes checking for wchar_t... yes checking whether strtoimax is declared... yes checking for a thread-safe mkdir -p... /usr/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 whether the utimes function works... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking for alloca as a compiler built-in... 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 d_type member in directory struct... yes checking whether dup2 works... yes checking for library containing backtrace_symbols_fd... none required 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 for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking for memrchr... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... 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 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 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 loops forever near extrema... no checking for timezone_t... no checking for library containing timer_settime... -lrt checking for timer_settime... yes checking for variable-length arrays... yes checking whether getdtablesize works... yes checking for __builtin_expect... yes checking whether the compiler supports the __inline keyword... yes checking for gcc option to disable position independent executables... -no-pie Configured for 'x86_64-pc-linux-gnu'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -march=native -Os Should Emacs use the GNU version of malloc? no (only before dumping) 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? GTK3 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? no Does Emacs use -llcms2? yes Does Emacs use imagemagick? yes Does Emacs support sound? no Does Emacs use -lgpm? yes Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use GSettings? yes Does Emacs use a file notification library? yes -lglibc (inotify) Does Emacs use access control lists? no Does Emacs use -lselinux? no Does Emacs use -lgnutls? no Does Emacs use -lxml2? no Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? yes Does Emacs use -lotf? yes Does Emacs use -lxft? yes Does Emacs use -lsystemd? yes Does Emacs use -ljansson? yes Does Emacs use -lgmp? no Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets (requires gtk3)? yes Does Emacs have threading support in lisp? yes configure: creating ./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 config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands configure: You might want to install GNU Mailutils and use './configure --with-mailutils'. 1011-Penguin $ make make -C lib all make[1]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lib' GEN alloca.h GEN dirent.h GEN fcntl.h GEN inttypes.h GEN limits.h GEN signal.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h CC fcntl.o CC fsusage.o CC regex.o CC sig2str.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 filemode.o CC filevercmp.o CC gettime.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 CC e-fcntl.o CC e-fsusage.o CC e-sig2str.o CC e-time_rz.o CC e-acl-errno-valid.o CC e-acl-internal.o CC e-get-permissions.o CC e-set-permissions.o CC e-allocator.o CC e-binary-io.o CC e-c-ctype.o CC e-c-strcasecmp.o CC e-c-strncasecmp.o CC e-careadlinkat.o CC e-close-stream.o CC e-count-leading-zeros.o CC e-count-one-bits.o CC e-count-trailing-zeros.o CC e-md5.o CC e-sha1.o CC e-sha256.o CC e-sha512.o CC e-dtoastr.o CC e-dtotimespec.o CC e-filemode.o CC e-filevercmp.o CC e-gettime.o CC e-nstrftime.o CC e-pipe2.o CC e-qcopy-acl.o CC e-stat-time.o CC e-tempname.o CC e-timespec.o CC e-timespec-add.o CC e-timespec-sub.o CC e-u64.o CC e-unistd.o CC e-utimens.o CC e-openat-die.o CC e-save-cwd.o AR libegnu.a make[1]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lib' make -C lib-src all make[1]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD profile CCLD hexl CC pop.o CCLD movemail CCLD make-docfile make[1]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all make[1]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/src' GEN lisp.mk GEN globals.h CC dispnew.o CC frame.o 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 CC xfns.o CC xselect.o CC xrdb.o CC xsmfns.o CC xsettings.o CC gtkutil.o CC emacsgtkfixed.o CC dbusbind.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 data.o data.c: In function ‘Fmake_variable_buffer_local’: data.c:1865:13: warning: ‘valcontents.value’ may be used uninitialized in this function [-Wmaybe-uninitialized] blv = make_blv (sym, forwarded, valcontents); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from data.c:31: data.c: In function ‘Fmake_local_variable’: lisp.h:2636:10: warning: ‘valcontents.value’ may be used uninitialized in this function [-Wmaybe-uninitialized] return XFWDTYPE (a) == Lisp_Fwd_Buffer_Obj; ^~~~~~~~~~~~ data.c:1898:22: note: ‘valcontents.value’ was declared here union Lisp_Val_Fwd valcontents; ^~~~~~~~~~~ GEN buildobj.h CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o CC lread.o CC dynlib.o CC emacs-module.o CC syntax.o CC unexelf.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 In file included from composite.c:27: composite.c: In function ‘Fcomposition_get_gstring’: lisp.h:1751:34: warning: potential null pointer dereference [-Wnull-dereference] XVECTOR (array)->contents[idx] = val; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ lisp.h:1544:13: warning: null pointer dereference [-Wnull-dereference] ptrdiff_t size = XVECTOR (array)->header.size; ^~~~ CC xml.o CC lcms.o CC inotify.o CC xwidget.o CC profiler.o CC decompress.o CC thread.o CC systhread.o CC sheap.o CC xfont.o CC ftfont.o CC xftfont.o CC ftxfont.o CC fontset.o CC fringe.o CC image.o CC xgselect.o CC json.o CC mini-gmp-emacs.o CC terminfo.o CC lastfile.o CC gmalloc.o make -C ../admin/charsets all make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/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/CP720.map GEN ../../etc/charsets/CP858.map GEN ../../etc/charsets/GB2312.map GEN ../../etc/charsets/GBK.map GEN ../../etc/charsets/GB180302.map GEN ../../etc/charsets/GB180304.map GEN ../../etc/charsets/BIG5.map GEN ../../etc/charsets/BIG5-HKSCS.map GEN ../../etc/charsets/CNS-1.map GEN ../../etc/charsets/CNS-2.map GEN ../../etc/charsets/CNS-3.map GEN ../../etc/charsets/CNS-4.map GEN ../../etc/charsets/CNS-5.map GEN ../../etc/charsets/CNS-6.map GEN ../../etc/charsets/CNS-7.map GEN ../../etc/charsets/CNS-F.map GEN ../../etc/charsets/JISX0201.map GEN ../../etc/charsets/JISX0208.map GEN ../../etc/charsets/JISX0212.map GEN ../../etc/charsets/JISX2131.map GEN ../../etc/charsets/JISX2132.map GEN ../../etc/charsets/JISC6226.map GEN ../../etc/charsets/CP932-2BYTE.map GEN ../../etc/charsets/JISX213A.map GEN ../../etc/charsets/KSC5601.map GEN ../../etc/charsets/KSC5636.map GEN ../../etc/charsets/JOHAB.map GEN ../../etc/charsets/KOI-8.map GEN ../../etc/charsets/KOI8-R.map GEN ../../etc/charsets/KOI8-U.map GEN ../../etc/charsets/KOI8-T.map GEN ../../etc/charsets/ALTERNATIVNYJ.map GEN ../../etc/charsets/MIK.map GEN ../../etc/charsets/PTCP154.map GEN ../../etc/charsets/TIS-620.map GEN ../../etc/charsets/VISCII.map GEN ../../etc/charsets/VSCII.map GEN ../../etc/charsets/VSCII-2.map GEN ../../etc/charsets/KA-PS.map GEN ../../etc/charsets/KA-ACADEMY.map GEN ../../etc/charsets/HP-ROMAN8.map GEN ../../etc/charsets/NEXTSTEP.map GEN ../../etc/charsets/MACINTOSH.map GEN ../../etc/charsets/EBCDICUK.map GEN ../../etc/charsets/EBCDICUS.map GEN ../../etc/charsets/stdenc.map GEN ../../etc/charsets/symbol.map GEN ../../etc/charsets/CP949-2BYTE.map GEN ../../etc/charsets/BIG5-1.map GEN ../../etc/charsets/BIG5-2.map GEN ../../etc/charsets/MULE-ethiopic.map GEN ../../etc/charsets/MULE-ipa.map GEN ../../etc/charsets/MULE-is13194.map GEN ../../etc/charsets/MULE-sisheng.map GEN ../../etc/charsets/MULE-tibetan.map GEN ../../etc/charsets/MULE-lviscii.map GEN ../../etc/charsets/MULE-uviscii.map GEN ../../lisp/international/cp51932.el GEN ../../lisp/international/eucjp-ms.el GEN charsets.stamp make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/unidata' GEN ../../lisp/international/charscript.el make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/unidata' CCLD temacs /usr/bin/mkdir -p ../etc setfattr -n user.pax.flags -v er temacs make -C ../lisp update-subdirs make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/home/eggert/src/gnu/emacs/master-tmp1/lisp /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp /home/eggert/src/gnu/emacs/master-tmp1/lisp/progmodes /home/eggert/src/gnu/emacs/master-tmp1/lisp/language /home/eggert/src/gnu/emacs/master-tmp1/lisp/international /home/eggert/src/gnu/emacs/master-tmp1/lisp/textmodes /home/eggert/src/gnu/emacs/master-tmp1/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/eggert/src/gnu/emacs/master-tmp1/lisp/files.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/macroexp.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/pcase.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/macroexp.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/cus-face.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/faces.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/button.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/ldefs-boot.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/nadvice.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/cl-preloaded.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/minibuffer.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/obarray.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/abbrev.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/simple.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/help.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/jka-cmpr-hook.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/epa-hook.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/mule-cmds.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/case-table.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/characters.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/composite.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/chinese.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/cyrillic.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/indian.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/sinhala.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/english.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/ethiopic.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/european.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/czech.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/slovak.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/romanian.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/greek.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/hebrew.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/cp51932.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/eucjp-ms.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/japanese.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/korean.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/lao.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/tai-viet.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/thai.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/tibetan.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/vietnamese.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/misc-lang.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/utf-8-lang.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/georgian.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/khmer.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/burmese.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/language/cham.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/indent.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/cl-generic.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/frame.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/startup.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/term/tty-colors.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/font-core.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/facemenu.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/syntax.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/font-lock.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/jit-lock.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/mouse.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/scroll-bar.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/select.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/timer.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/isearch.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/rfn-eshadow.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/menu-bar.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/lisp.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/textmodes/page.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/register.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/textmodes/paragraphs.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/progmodes/prog-mode.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/lisp-mode.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/progmodes/elisp-mode.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/textmodes/text-mode.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/textmodes/fill.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/newcomment.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/replace.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/tabulated-list.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/buff-menu.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/fringe.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/regexp-opt.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/image.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/fontset.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/dnd.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/tool-bar.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/dynamic-setting.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/x-dnd.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/term/common-win.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/term/x-win.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/mwheel.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/float-sup.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/vc/vc-hooks.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/vc/ediff-hook.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/uniquify.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/electric.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/emacs-lisp/eldoc.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/cus-start.el (source)... Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/tooltip.el (source)... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name emacs 22631264 of 33554432 static heap bytes used 100422 pure bytes used mv -f emacs bootstrap-emacs make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/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[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make -C ../leim all EMACS="../src/bootstrap-emacs" make[3]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/leim' GEN ../lisp/leim/quail/CCDOSPY.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/CCDOSPY.tit to quail-package... Decoding with coding system euc-china... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/Punct.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/Punct.tit to quail-package... Decoding with coding system euc-china... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/QJ.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/QJ.tit to quail-package... Decoding with coding system euc-china... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/SW.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/SW.tit to quail-package... Decoding with coding system euc-china... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/TONEPY.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/TONEPY.tit to quail-package... Decoding with coding system euc-china... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/4Corner.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/4Corner.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/ARRAY30.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/ARRAY30.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/ECDICT.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/ECDICT.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/ETZY.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/ETZY.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/Punct-b5.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/Punct-b5.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/PY-b5.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/PY-b5.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/QJ-b5.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/QJ-b5.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/ZOZY.el Converting /home/eggert/src/gnu/emacs/master-tmp1/leim/CXTERM-DIC/ZOZY.tit to quail-package... Decoding with coding system cn-big5... Processing header part... Formatting translation rules... GEN ../lisp/leim/quail/tsang-b5.el Converting cangjie-table.b5 to tsang-b5.el... Converting cangjie-table.b5 to tsang-b5.el...done Converting cangjie-table.b5 to quick-b5.el... Converting cangjie-table.b5 to quick-b5.el...done GEN ../lisp/leim/quail/tsang-cns.el Converting cangjie-table.cns to tsang-cns.el... Converting cangjie-table.cns to tsang-cns.el...done Converting cangjie-table.cns to quick-cns.el... Converting cangjie-table.cns to quick-cns.el...done GEN ../lisp/leim/quail/PY.el Converting pinyin.map to PY.el... Converting pinyin.map to PY.el...done GEN ../lisp/leim/quail/ZIRANMA.el Converting ziranma.cin to ZIRANMA.el... Converting ziranma.cin to ZIRANMA.el...done GEN ../lisp/leim/quail/CTLau.el Converting CTLau.html to CTLau.el... Converting CTLau.html to CTLau.el...done GEN ../lisp/leim/quail/CTLau-b5.el Converting CTLau-b5.html to CTLau-b5.el... Converting CTLau-b5.html to CTLau-b5.el...done GEN ../lisp/leim/leim-list.el Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/4Corner.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ARRAY30.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/CCDOSPY.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/CTLau-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/CTLau.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ECDICT.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ETZY.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/PY-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/PY.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/Punct-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/Punct.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/QJ-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/QJ.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/SW.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/TONEPY.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ZIRANMA.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ZOZY.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/arabic.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/croatian.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/cyril-jis.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/cyrillic.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/czech.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ethiopic.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/georgian.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/greek.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/hangul.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/hanja-jis.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/hanja.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/hanja3.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/hebrew.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/indian.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ipa-praat.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/ipa.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/japanese.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/lao.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/latin-alt.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/latin-ltx.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/latin-post.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/latin-pre.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/lrt.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/persian.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/programmer-dvorak.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/py-punct.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/pypunct-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/quick-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/quick-cns.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/rfc1345.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/sgml-input.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/sisheng.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/slovak.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/symbol-ksc.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/tamil-dvorak.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/thai.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/tibetan.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/tsang-b5.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/tsang-cns.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/uni-input.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/viqr.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/vntelex.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/vnvni.el ... Checking /home/eggert/src/gnu/emacs/master-tmp1/lisp/leim/quail/welsh.el ... /usr/bin/mkdir -p ../lisp/leim/ja-dic GEN ../lisp/leim/ja-dic/ja-dic.el Reading file "/home/eggert/src/gnu/emacs/master-tmp1/leim/SKK-DIC/SKK-JISYO.L" ... Processing OKURI-ARI entries ... Processing POSTFIX entries ... Processing PREFIX entries ... Collecting OKURI-NASI entries... Collecting OKURI-NASI entries...28% Collecting OKURI-NASI entries...38% Collecting OKURI-NASI entries...48% Collecting OKURI-NASI entries...58% Collecting OKURI-NASI entries...68% Collecting OKURI-NASI entries...78% Collecting OKURI-NASI entries...88% Collecting OKURI-NASI entries...98% Collecting OKURI-NASI entries...done Processing OKURI-NASI entries... Processing OKURI-NASI entries...10% Processing OKURI-NASI entries...20% Processing OKURI-NASI entries...30% Processing OKURI-NASI entries...40% Processing OKURI-NASI entries...50% Processing OKURI-NASI entries...60% Processing OKURI-NASI entries...70% Processing OKURI-NASI entries...80% Processing OKURI-NASI entries...90% Processing OKURI-NASI entries...100% Processing OKURI-NASI entries...done make[3]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/leim' make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" make[3]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/grammars' GEN ../../lisp/cedet/semantic/bovine/c-by.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. GEN ../../lisp/cedet/semantic/bovine/make-by.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. GEN ../../lisp/cedet/semantic/bovine/scm-by.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. GEN ../../lisp/cedet/semantic/wisent/js-wy.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. *Warning* default value of <> tokens changed to QUERY, was NULL_TOKEN *Warning* default value of <> tokens changed to TRUE, was QUERY *Warning* default value of <> tokens changed to FALSE, was TRUE GEN ../../lisp/cedet/semantic/wisent/python-wy.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. GEN ../../lisp/cedet/srecode/srt-wy.el ../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ../../lisp/cedet/semantic/db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. make[3]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/grammars' GEN calendar/cal-loaddefs.el GEN calendar/diary-loaddefs.el GEN calendar/hol-loaddefs.el GEN mh-e/mh-loaddefs.el GEN net/tramp-loaddefs.el Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc GEN loaddefs.el Not registering prefix "lo" from completion. Affects: ("locate-completion-entry" "locate-completion-entry-retry" "locate-completion-db-error" "load-completions-from-file") Not registering prefix "*" from ielm. Affects: ("*" "**" "***" "*1" "*2" "*3") Not registering prefix "is" from ind-util. Affects: ("is13194-default-repertory" "is13194-repertory-to-ucs-script" "is13194-to-ucs-devanagari-hashtbl" "is13194-to-ucs-devanagari-regexp" "is13194-to-ucs-bengali-hashtbl" "is13194-to-ucs-bengali-regexp" "is13194-to-ucs-assamese-hashtbl" "is13194-to-ucs-assamese-regexp" "is13194-to-ucs-gurmukhi-hashtbl" "is13194-to-ucs-gurmukhi-regexp" "is13194-to-ucs-gujarati-hashtbl" "is13194-to-ucs-gujarati-regexp" "is13194-to-ucs-oriya-hashtbl" "is13194-to-ucs-oriya-regexp" "is13194-to-ucs-tamil-hashtbl" "is13194-to-ucs-tamil-regexp" "is13194-to-ucs-telugu-hashtbl" "is13194-to-ucs-telugu-regexp" "is13194-to-ucs-malayalam-hashtbl" "is13194-to-ucs-malayalam-regexp" "is13194-to-ucs-kannada-hashtbl" "is13194-to-ucs-kannada-regexp" "iscii-to-ucs-region") Not registering prefix "se" from page-ext. Affects: ("search-pages" "set-page-delimiter") make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/abbrev.elc In toplevel form: abbrev.el:933:1:Warning: Unused lexical variable ‘table’ make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/bindings.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/buff-menu.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/button.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/case-table.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/composite.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/cus-face.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/cus-start.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/custom.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/disp-table.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/dnd.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/dos-fns.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/dos-vars.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/dos-w32.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/dynamic-setting.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/electric.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/backquote.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/byte-run.elc In toplevel form: emacs-lisp/byte-run.el:48:9:Warning: ‘macro-declaration-function’ is an obsolete function (as of 24.3); use ‘macro-declarations-alist’ instead. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/cl-generic.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/cl-preloaded.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/eldoc.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/float-sup.elc In toplevel form: emacs-lisp/float-sup.el:31:1:Warning: global/dynamic var ‘pi’ lacks a prefix make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/lisp-mode.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/lisp.elc In beginning-of-defun-raw: emacs-lisp/lisp.el:373:27:Warning: ‘syntax-begin-function’ is an obsolete variable (as of 25.1). make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/map-ynp.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/nadvice.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/regexp-opt.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/syntax.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/tabulated-list.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/emacs-lisp/timer.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/env.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/epa-hook.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/facemenu.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/faces.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/files.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/font-core.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/font-lock.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/format.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/frame.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/fringe.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/help.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/image.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/indent.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/charscript.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/characters.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/unidata' ELC uvs.elc ELC unidata-gen.elc GEN unidata.txt GEN ../../lisp/international/uni-bidi.el GEN ../../lisp/international/uni-brackets.el GEN ../../lisp/international/uni-category.el GEN ../../lisp/international/uni-combining.el GEN ../../lisp/international/uni-comment.el GEN ../../lisp/international/uni-decimal.el GEN ../../lisp/international/uni-decomposition.el GEN ../../lisp/international/uni-digit.el GEN ../../lisp/international/uni-lowercase.el GEN ../../lisp/international/uni-mirrored.el GEN ../../lisp/international/uni-name.el GEN ../../lisp/international/uni-numeric.el GEN ../../lisp/international/uni-old-name.el GEN ../../lisp/international/uni-special-lowercase.el GEN ../../lisp/international/uni-special-titlecase.el GEN ../../lisp/international/uni-special-uppercase.el GEN ../../lisp/international/uni-titlecase.el GEN ../../lisp/international/uni-uppercase.el GEN ../../lisp/international/charprop.el make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/unidata' make -C ../admin/charsets cp51932.el make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/charsets' make[2]: Nothing to be done for 'cp51932.el'. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/charsets' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/cp51932.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make -C ../admin/charsets eucjp-ms.el make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/charsets' make[2]: Nothing to be done for 'eucjp-ms.el'. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/charsets' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/eucjp-ms.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/fontset.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/mule-cmds.elc In encoded-string-description: international/mule-cmds.el:2850:14:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. In encode-coding-char: international/mule-cmds.el:2864:17:Warning: ‘string-as-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. international/mule-cmds.el:2865:45:Warning: ‘string-as-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/mule-conf.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/mule-util.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/mule.elc In toplevel form: international/mule.el:1611:4:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. In auto-coding-regexp-alist-lookup: international/mule.el:1842:29:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/international/ucs-normalize.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/isearch.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/jit-lock.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/jka-cmpr-hook.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/burmese.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/cham.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/chinese.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/cyrillic.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/czech.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/english.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/ethiopic.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/european.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/georgian.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/greek.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/hebrew.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/indian.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/japanese.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/khmer.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/korean.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/lao.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/misc-lang.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/romanian.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/sinhala.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/slovak.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/tai-viet.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/thai.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/tibetan.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/utf-8-lang.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/language/vietnamese.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/ls-lisp.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/menu-bar.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/minibuffer.elc In display-completion-list: minibuffer.el:1710:12:Warning: display-completion-list called with 2 arguments, but accepts only 1 minibuffer.el:2943:1:Warning: Unused lexical variable ‘p1’ minibuffer.el:2943:1:Warning: Unused lexical variable ‘p2’ make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/mouse.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/mwheel.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/newcomment.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/obarray.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/progmodes/elisp-mode.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/progmodes/prog-mode.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/register.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/replace.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/rfn-eshadow.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/scroll-bar.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/select.elc In gui-get-selection: select.el:312:23:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. In xselect--encode-string: select.el:475:24:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/simple.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/startup.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/subr.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/common-win.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/internal.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/ns-win.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/pc-win.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/tty-colors.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/w32-win.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/term/x-win.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/textmodes/fill.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/textmodes/page.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/textmodes/paragraphs.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/textmodes/text-mode.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/tool-bar.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/tooltip.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/uniquify.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/vc/ediff-hook.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/vc/vc-hooks.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/version.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/w32-fns.elc In end of data: w32-fns.el:384:1:Warning: the following functions are not known to be defined: w32-version, w32-read-registry make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/w32-vars.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/widget.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/window.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC ../lisp/x-dnd.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' GEN ../etc/DOC LC_ALL=C ./temacs -batch -l loadup dump Loading loadup.el (source)... Using load-path (/home/eggert/src/gnu/emacs/master-tmp1/lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading international/mule... Loading international/mule-conf... Loading env... Loading format... Loading bindings... Loading window... Loading files... Loading emacs-lisp/macroexp... Loading cus-face... Loading faces... Loading button... Loading loaddefs.el (source)... Loading emacs-lisp/nadvice... Loading emacs-lisp/cl-preloaded... Loading minibuffer... 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 frame... Loading startup... Loading term/tty-colors... Loading font-core... Loading facemenu... Loading emacs-lisp/syntax... Loading font-lock... Loading jit-lock... Loading mouse... Loading scroll-bar... Loading select... Loading emacs-lisp/timer... Loading isearch... Loading rfn-eshadow... Loading menu-bar... Loading 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 leim/leim-list.el (source)... Waiting for git... Waiting for git... Finding pointers to doc strings... Finding pointers to doc strings...done Pure-hashed: 15722 strings, 4158 vectors, 40757 conses, 3988 bytecodes, 176 others Dumping under the name emacs 12092256 of 33554432 static heap bytes used 2484223 pure bytes used Adding name emacs-27.0.50.1 ln -f emacs bootstrap-emacs make[1]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/src' make -C lisp all make[1]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make -C ../leim all EMACS="../src/emacs" make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/leim' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/leim' make -C ../admin/grammars all EMACS="../../src/emacs" make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/grammars' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/admin/grammars' make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' ELC emacs-lisp/eieio.elc ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. In toplevel form: emacs-lisp/eieio.el:847:11:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. ELC emacs-lisp/eieio-base.elc ‘eieio-object-set-name-string’ is an obsolete generic function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ELC cedet/semantic/db.elc db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. db.el: ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ELC align.elc ELC allout.elc ELC allout-widgets.elc ELC ansi-color.elc ELC apropos.elc ELC arc-mode.elc In toplevel form: arc-mode.el:528:18:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. In archive-l-e: arc-mode.el:541:14:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC array.elc ELC auth-source.elc ELC auth-source-pass.elc ELC autoarg.elc ELC autoinsert.elc ELC autorevert.elc ELC avoid.elc ELC battery.elc ELC bookmark.elc ELC bs.elc ELC calculator.elc ELC cdl.elc ELC char-fold.elc ELC chistory.elc ELC cmuscheme.elc ELC color.elc ELC comint.elc ELC completion.elc ELC cus-dep.elc ELC cus-edit.elc In custom-variable-value-create: cus-edit.el:2584:24:Warning: ‘custom-show’ is an obsolete function (as of 24.1); this widget type is no longer supported. 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 In end of data: dired-aux.el:2965:1:Warning: the function ‘multifile-continue’ is not known to be defined. ELC dired.elc ELC dired-x.elc ELC dirtrack.elc In toplevel form: dirtrack.el:183:1:Warning: global/dynamic var ‘dirtrackp’ lacks a prefix 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 In electric-help-execute-extended: ehelp.el:358:10:Warning: ‘execute-extended-command’ is for interactive use only; use ‘command-execute’ instead. ELC elec-pair.elc ELC elide-head.elc ELC emacs-lock.elc ELC epa-dired.elc ELC epa.elc In epa-verify-cleartext-in-region: epa.el:998:46:Warning: ‘epa-verify-region’ is for interactive use only. ELC epa-file.elc In epa-file-decode-and-insert: epa-file.el:109:22:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. ELC epa-mail.elc In epa-mail-decrypt: epa-mail.el:72:4:Warning: ‘epa-decrypt-armor-in-region’ is for interactive use only. In epa-mail-verify: epa-mail.el:80:4:Warning: ‘epa-verify-cleartext-in-region’ is for interactive use only. In epa-mail-sign: epa-mail.el:106:10:Warning: ‘epa-sign-region’ is for interactive use only. In epa-mail-encrypt: epa-mail.el:225:12:Warning: ‘epa-encrypt-region’ is for interactive use only. ELC epg-config.elc ELC epg.elc In epg-sign-keys: epg.el:1964:10:Warning: ‘epg-start-sign-keys’ is an obsolete function (as of 23.1). ELC expand.elc ELC ezimage.elc ELC face-remap.elc ELC ffap.elc ELC filecache.elc ELC filenotify.elc ELC filesets.elc ELC files-x.elc ELC find-cmd.elc ELC find-dired.elc ELC finder.elc ELC find-file.elc ELC find-lisp.elc ELC flow-ctrl.elc ELC foldout.elc ELC follow.elc ELC format-spec.elc ELC forms.elc ELC frameset.elc In frameset-to-register: frameset.el:1403:18:Warning: ‘registerv-make’ is an obsolete function (as of 27.1); Use your own type with methods on register-val-(insert|describe|jump-to) ELC generic-x.elc ELC help-at-pt.elc ELC help-fns.elc ELC help-macro.elc ELC help-mode.elc ELC hexl.elc In hexl-insert-multibyte-char: hexl.el:881:29:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC hex-util.elc ELC hfy-cmap.elc ELC hilit-chg.elc ELC hi-lock.elc ELC hippie-exp.elc ELC hl-line.elc ELC htmlfontify.elc ELC ibuf-ext.elc ELC ibuffer.elc ELC ibuf-macs.elc ELC icomplete.elc ELC ido.elc ELC ielm.elc ELC iimage.elc ELC image-dired.elc ELC image-file.elc In insert-image-file: image-file.el:113:16:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC image-mode.elc ELC imenu.elc In imenu-example--create-lisp-index: imenu.el:397:29:Warning: ‘imenu-example--name-and-position’ is an obsolete function (as of 23.2); use your own function instead. imenu.el:400:23:Warning: ‘imenu-example--name-and-position’ is an obsolete function (as of 23.2); use your own function instead. imenu.el:408:16:Warning: ‘imenu-example--name-and-position’ is an obsolete function (as of 23.2); use your own function instead. imenu.el:399:22:Warning: ‘imenu-example--name-and-position’ is an obsolete function (as of 23.2); use your own function instead. In imenu-example--create-c-index: imenu.el:440:20:Warning: ‘imenu-example--name-and-position’ is an obsolete function (as of 23.2); use your own function instead. ELC info.elc In Info-edit: info.el:4414:4:Warning: ‘Info-edit-mode’ is an obsolete function (as of 24.4); editing Info nodes by hand is not recommended. ELC info-look.elc ELC informat.elc ELC info-xref.elc ELC isearchb.elc In toplevel form: isearchb.el:80:1:Warning: Package iswitchb is obsolete! ELC jka-compr.elc ELC json.elc ELC jsonrpc.elc ELC kermit.elc ELC kmacro.elc In kmacro-to-register: kmacro.el:881:20:Warning: ‘registerv-make’ is an obsolete function (as of 27.1); Use your own type with methods on register-val-(insert|describe|jump-to) 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 multifile.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 In pcomplete/tar: pcmpl-gnu.el:162:47:Warning: ‘pcomplete-suffix-list’ is an obsolete variable (as of 24.1). 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 In ps-output-string-prim: ps-print.el:4615:14:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. In ps-begin-job: ps-print.el:5773:17:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ps-print.el:5775:17:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. 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 sb-image.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 sort.elc ELC soundex.elc ELC speedbar.elc ELC strokes.elc ELC svg.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.elc ELC time-stamp.elc ELC timezone.elc ELC tmm.elc ELC t-mouse.elc ELC tree-widget.elc ELC tutorial.elc ELC type-break.elc ELC userlock.elc ELC vcursor.elc ELC view.elc ELC vt100-led.elc ELC vt-control.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/calcalg2.elc ELC calc/calcalg3.elc ELC calc/calc-alg.elc ELC calc/calc-arith.elc ELC calc/calc-bin.elc ELC calc/calc-comb.elc ELC calc/calccomp.elc ELC calc/calc-cplx.elc ELC calc/calc.elc In end of data: calc/calc.el:3922:1:Warning: the following functions are not known to be defined: math-zerop, math-compare 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/calcsel2.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 calendar/appt.elc ELC calendar/cal-bahai.elc In toplevel form: calendar/cal-bahai.el:316:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-china.elc In toplevel form: calendar/cal-china.el:635:1:Warning: global/dynamic var ‘date’ lacks a prefix calendar/cal-china.el:653:1:Warning: global/dynamic var ‘entry’ lacks a prefix ELC calendar/cal-coptic.elc In toplevel form: calendar/cal-coptic.el:171:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-dst.elc ELC calendar/calendar.elc ELC calendar/cal-french.elc In toplevel form: calendar/cal-french.el:246:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-hebrew.elc In toplevel form: calendar/cal-hebrew.el:751:1:Warning: global/dynamic var ‘date’ lacks a prefix calendar/cal-hebrew.el:759:1:Warning: global/dynamic var ‘entry’ lacks a prefix ELC calendar/cal-html.elc ELC calendar/cal-islam.elc In toplevel form: calendar/cal-islam.el:308:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-iso.elc In toplevel form: calendar/cal-iso.el:132:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-julian.elc In toplevel form: calendar/cal-julian.el:186:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-mayan.elc In toplevel form: calendar/cal-mayan.el:356:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-menu.elc ELC calendar/cal-move.elc ELC calendar/cal-persia.elc In toplevel form: calendar/cal-persia.el:199:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/cal-tex.elc ELC calendar/cal-x.elc ELC calendar/diary-lib.elc ELC calendar/holidays.elc ELC calendar/icalendar.elc ELC calendar/lunar.elc In toplevel form: calendar/lunar.el:244:1:Warning: global/dynamic var ‘date’ lacks a prefix ELC calendar/parse-time.elc ELC calendar/solar.elc ELC calendar/timeclock.elc ELC calendar/time-date.elc ELC calendar/todo-mode.elc In end of data: calendar/todo-mode.el:6762:1:Warning: the function ‘hl-line-highlight’ might not be defined at runtime. ELC cedet/cedet-cscope.elc ELC cedet/cedet.elc ELC cedet/cedet-files.elc ELC cedet/cedet-global.elc ELC cedet/cedet-idutils.elc ELC cedet/data-debug.elc ELC cedet/ede.elc In ede-new: cedet/ede.el:794:6:Warning: ‘eieio-object-set-name-string’ is an obsolete function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead ELC cedet/inversion.elc ELC cedet/mode-local.elc ELC cedet/pulse.elc ELC cedet/semantic.elc In semantic-analyze-completion-at-point-function: cedet/semantic.el:1186:15:Warning: Unknown slot ‘bounds’ ELC cedet/srecode.elc ELC cedet/ede/autoconf-edit.elc ELC cedet/ede/auto.elc ELC cedet/ede/base.elc In ede-normalize-file/directory: cedet/ede/base.el:637:32:Warning: Unknown slot ‘:file’ cedet/ede/base.el:639:16:Warning: Unknown slot ‘:directory’ ELC cedet/ede/config.elc In toplevel form: cedet/ede/config.el:167:48:Warning: Unknown slot ‘:directory’ cedet/ede/config.el:260:23:Warning: Unknown slot ‘:debug-command’ cedet/ede/config.el:277:34:Warning: Unknown slot ‘:run-command’ cedet/ede/config.el:308:22:Warning: Unknown slot ‘:build-command’ cedet/ede/config.el:383:17:Warning: Unknown slot ‘:c-preprocessor-files’ cedet/ede/config.el:386:27:Warning: Unknown slot ‘lexical-table’ cedet/ede/config.el:388:5:Warning: Unknown slot ‘:c-preprocessor-table’ cedet/ede/config.el:413:36:Warning: Unknown slot ‘:classpath’ ELC cedet/ede/cpp-root.elc In toplevel form: cedet/ede/cpp-root.el:284:13:Warning: Unknown slot ‘:file’ cedet/ede/cpp-root.el:444:30:Warning: Unknown slot ‘lexical-table’ cedet/ede/cpp-root.el:456:78:Warning: Unknown slot ‘:compile-command’ cedet/ede/cpp-root.el:464:30:Warning: Unknown slot ‘:local-variables’ cedet/ede/cpp-root.el:472:75:Warning: Unknown slot ‘:project’ ELC cedet/ede/custom.elc ELC cedet/ede/detect.elc ELC cedet/ede/dired.elc ELC cedet/ede/emacs.elc In toplevel form: cedet/ede/emacs.el:227:29:Warning: Unknown slot ‘lexical-table’ cedet/ede/emacs.el:227:43:Warning: Unknown slot ‘lexical-table’ ELC cedet/ede/files.elc In toplevel form: cedet/ede/files.el:123:26:Warning: Unknown slot ‘:directory’ In ede-directory-get-toplevel-open-project: cedet/ede/files.el:211:31:Warning: Unknown slot ‘:directory’ cedet/ede/files.el:218:13:Warning: Unknown slot ‘:directory’ cedet/ede/files.el:241:21:Warning: Unknown slot ‘:directory’ In ede-toplevel-project: cedet/ede/files.el:359:12:Warning: Unknown slot ‘:directory’ cedet/ede/files.el:364:18:Warning: Unknown slot ‘:directory’ ELC cedet/ede/generic.elc ELC cedet/ede/linux.elc In toplevel form: cedet/ede/linux.el:308:29:Warning: Unknown slot ‘lexical-table’ 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/project-am.elc In toplevel form: cedet/ede/project-am.el:662:32:Warning: Unknown slot ‘:file’ cedet/ede/project-am.el:697:66:Warning: Unknown slot ‘:source’ cedet/ede/project-am.el:699:16:Warning: Unknown slot ‘:name’ cedet/ede/project-am.el:801:49:Warning: Unknown slot ‘:path’ cedet/ede/project-am.el:809:17:Warning: Unknown slot ‘:include’ In project-am-package-info: cedet/ede/project-am.el:996:31:Warning: Unknown slot ‘:directory’ ELC cedet/ede/proj.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/shell.elc In toplevel form: cedet/ede/shell.el:41:20:Warning: Unknown slot ‘:directory’ 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 In ede-update-version: cedet/ede/util.el:42:10:Warning: Unknown slot ‘:version’ ELC cedet/semantic/analyze.elc In toplevel form: cedet/semantic/analyze.el:204:18:Warning: Unknown slot ‘:prefix’ cedet/semantic/analyze.el:212:5:Warning: Unknown slot ‘:function’ cedet/semantic/analyze.el:217:5:Warning: Unknown slot ‘:assignee’ cedet/semantic/analyze.el:740:13:Warning: Unknown slot ‘:buffer’ cedet/semantic/analyze.el:741:38:Warning: Unknown slot ‘:bounds’ ELC cedet/semantic/bovine.elc ELC cedet/semantic/chart.elc In semantic-chart-analyzer: cedet/semantic/chart.el:155:34:Warning: Unknown slot ‘filestream’ cedet/semantic/chart.el:155:37:Warning: Unknown slot ‘includestream’ cedet/semantic/chart.el:158:31:Warning: Unknown slot ‘fullscope’ cedet/semantic/chart.el:165:41:Warning: Unknown slot ‘localvar’ ELC cedet/semantic/complete.elc ‘constructor’ is an obsolete generic function (as of 25.1); use ‘make-instance’ instead. In toplevel form: cedet/semantic/complete.el:1285:49:Warning: Unknown slot ‘:table’ ELC cedet/semantic/ctxt.elc ELC cedet/semantic/db-debug.elc ELC cedet/semantic/db-ebrowse.elc ELC cedet/semantic/db-el.elc ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ELC cedet/semantic/db-file.elc ELC cedet/semantic/db-find.elc In semanticdb-find-incomplete-cache-entries-p: cedet/semantic/db-find.el:365:19:Warning: ‘semanticdb-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-table) instead In semanticdb-find-translate-path-includes-default: cedet/semantic/db-find.el:405:24:Warning: ‘semanticdb-abstract-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-abstract-table) instead In semanticdb-find-results-p: cedet/semantic/db-find.el:913:9:Warning: ‘semanticdb-abstract-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-abstract-table) instead In semanticdb-find-result-with-nil-p: cedet/semantic/db-find.el:941:20:Warning: ‘semanticdb-abstract-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-abstract-table) instead In semanticdb-find-log-activity: cedet/semantic/db-find.el:1088:26:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. ELC cedet/semantic/db-global.elc ‘object-print’ is an obsolete generic function (as of 26.1); use ‘cl-print-object’ instead. ELC cedet/semantic/db-javascript.elc ELC cedet/semantic/db-mode.elc ELC cedet/semantic/db-ref.elc In toplevel form: cedet/semantic/db-ref.el:91:24:Warning: ‘semanticdb-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-table) instead ELC cedet/semantic/db-typecache.elc In semanticdb-typecache-length: cedet/semantic/db-typecache.el:117:11:Warning: ‘semanticdb-typecache-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-typecache) instead cedet/semantic/db-typecache.el:562:49:Warning: Unknown slot ‘:major-mode’ ELC cedet/semantic/debug.elc In toplevel form: cedet/semantic/debug.el:178:71:Warning: Unknown slot ‘:source-buffer’ cedet/semantic/debug.el:212:17:Warning: Unknown slot ‘:parser-buffer’ 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.elc In semantic-analyze-possible-completions-semantic-grammar-mode: cedet/semantic/grammar.el:1923:40:Warning: Unknown slot ‘:prefix’ cedet/semantic/grammar.el:1933:10:Warning: Unknown slot ‘prefixclass’ ELC cedet/semantic/grammar-wy.elc ELC cedet/semantic/html.elc ELC cedet/semantic/ia.elc ELC cedet/semantic/ia-sb.elc ELC cedet/semantic/idle.elc In semantic-idle-local-symbol-highlight-idle-function: cedet/semantic/idle.el:899:38:Warning: Unknown slot ‘bounds’ cedet/semantic/idle.el:900:37:Warning: Unknown slot ‘prefix’ In semantic-idle-breadcrumbs-idle-function: cedet/semantic/idle.el:1184:25:Warning: Unknown slot ‘parents’ cedet/semantic/idle.el:1184:44:Warning: Unknown slot ‘tag’ ELC cedet/semantic/imenu.elc ELC cedet/semantic/java.elc ELC cedet/semantic/lex.elc ELC cedet/semantic/lex-spp.elc In semantic-lex-spp-analyzer-push-tokens-for-symbol: cedet/semantic/lex-spp.el:910:12:Warning: ‘semantic-lex-spp-anlyzer-do-replace’ is an obsolete function (as of 25.1); use ‘semantic-lex-spp-analyzer-do-replace’ instead. ELC cedet/semantic/mru-bookmark.elc In semantic-mrub-ring-to-assoc-list: cedet/semantic/mru-bookmark.el:318:52:Warning: Unknown slot ‘:object-name’ ELC cedet/semantic/sb.elc ELC cedet/semantic/scope.elc ELC cedet/semantic/senator.elc In semantic-up-reference-default: cedet/semantic/senator.el:599:43:Warning: Unknown slot ‘parents’ In senator-copy-tag-to-register: cedet/semantic/senator.el:737:18:Warning: ‘registerv-make’ is an obsolete function (as of 27.1); Use your own type with methods on register-val-(insert|describe|jump-to) ELC cedet/semantic/sort.elc ELC cedet/semantic/symref.elc ELC cedet/semantic/tag.elc ELC cedet/semantic/tag-file.elc ELC cedet/semantic/tag-ls.elc ELC cedet/semantic/tag-write.elc ELC cedet/semantic/texi.elc In semantic-analyze-possible-completions-texinfo-mode: cedet/semantic/texi.el:416:17:Warning: Unknown slot ‘:prefix’ cedet/semantic/texi.el:429:64:Warning: Unknown slot ‘:prefixclass’ ELC cedet/semantic/util.elc In semantic-something-to-tag-table: cedet/semantic/util.el:122:11:Warning: ‘semanticdb-abstract-table-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-abstract-table) instead ELC cedet/semantic/util-modes.elc ELC cedet/semantic/wisent.elc ELC cedet/semantic/analyze/complete.elc In semantic-analyze-possible-completions: cedet/semantic/analyze/complete.el:92:28:Warning: ‘semantic-analyze-context-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'semantic-analyze-context) instead ELC cedet/semantic/analyze/debug.elc In semantic-analyzer-debug-insert-include-summary: cedet/semantic/analyze/debug.el:420:21:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/analyze/debug.el:418:46:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/analyze/debug.el:420:34:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. In semantic-analyzer-debug-describe-scope: cedet/semantic/analyze/debug.el:478:63:Warning: Unknown slot ‘:scope’ In end of data: cedet/semantic/analyze/debug.el:615:1:Warning: the function ‘pulse-line-hook-function’ is not known to be defined. ELC cedet/semantic/analyze/fcn.elc ELC cedet/semantic/analyze/refs.elc In toplevel form: cedet/semantic/analyze/refs.el:106:29:Warning: Unknown slot ‘:tag’ ELC cedet/semantic/bovine/c-by.elc ELC cedet/semantic/bovine/c.elc In semantic-c-describe-environment: cedet/semantic/bovine/c.el:2254:19:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/bovine/c.el:2224:38:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/bovine/c.el:2266:38:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. ELC cedet/semantic/bovine/debug.elc ELC cedet/semantic/bovine/el.elc ELC cedet/semantic/bovine/gcc.elc ELC cedet/semantic/bovine/grammar.elc ELC cedet/semantic/bovine/make-by.elc ELC cedet/semantic/bovine/make.elc In semantic-analyze-possible-completions-makefile-mode: cedet/semantic/bovine/make.el:200:15:Warning: Unknown slot ‘:prefixclass’ cedet/semantic/bovine/make.el:196:63:Warning: Unknown slot ‘:prefix’ ELC cedet/semantic/bovine/scm-by.elc ELC cedet/semantic/bovine/scm.elc ELC cedet/semantic/decorate/include.elc In semantic-decoration-include-describe: cedet/semantic/decorate/include.el:454:10:Warning: Unknown slot ‘:major-mode’ cedet/semantic/decorate/include.el:440:26:Warning: Unknown slot ‘:tags’ cedet/semantic/decorate/include.el:442:55:Warning: Unknown slot ‘:pointmax’ In semantic-decoration-fileless-include-describe: cedet/semantic/decorate/include.el:598:15:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. In semantic-decoration-all-include-summary: cedet/semantic/decorate/include.el:762:21:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/decorate/include.el:799:14:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/semantic/decorate/include.el:818:16:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. ELC cedet/semantic/decorate/mode.elc ELC cedet/semantic/symref/cscope.elc In toplevel form: cedet/semantic/symref/cscope.el:54:14:Warning: Unknown slot ‘:searchfor’ cedet/semantic/symref/cscope.el:54:45:Warning: Unknown slot ‘:searchtype’ cedet/semantic/symref/cscope.el:55:45:Warning: Unknown slot ‘:resulttype’ cedet/semantic/symref/cscope.el:56:45:Warning: Unknown slot ‘:searchscope’ ELC cedet/semantic/symref/filter.elc ELC cedet/semantic/symref/global.elc In toplevel form: cedet/semantic/symref/global.el:43:13:Warning: Unknown slot ‘:searchfor’ cedet/semantic/symref/global.el:43:48:Warning: Unknown slot ‘:searchtype’ cedet/semantic/symref/global.el:44:48:Warning: Unknown slot ‘:resulttype’ cedet/semantic/symref/global.el:45:48:Warning: Unknown slot ‘:searchscope’ ELC cedet/semantic/symref/grep.elc ELC cedet/semantic/symref/idutils.elc In toplevel form: cedet/semantic/symref/idutils.el:43:13:Warning: Unknown slot ‘:searchfor’ cedet/semantic/symref/idutils.el:43:45:Warning: Unknown slot ‘:searchtype’ cedet/semantic/symref/idutils.el:44:45:Warning: Unknown slot ‘:resulttype’ cedet/semantic/symref/idutils.el:45:45:Warning: Unknown slot ‘:searchscope’ ELC cedet/semantic/symref/list.elc In semantic-symref-results-dump: cedet/semantic/symref/list.el:211:26:Warning: Unknown slot ‘:hit-tags’ In semantic-symref-list-create-macro-on-open-hit: cedet/semantic/symref/list.el:403:4:Warning: Unknown slot ‘:searchfor’ cedet/semantic/symref/list.el:403:4:Warning: Unknown slot ‘:created-by’ In semantic-symref-list-map-open-hits: cedet/semantic/symref/list.el:462:44:Warning: Unknown slot ‘:searchfor’ cedet/semantic/symref/list.el:462:44:Warning: Unknown slot ‘:created-by’ ELC cedet/semantic/wisent/comp.elc ELC cedet/semantic/wisent/grammar.elc ELC cedet/semantic/wisent/javascript.elc *Warning* default value of <> tokens changed to QUERY, was NULL_TOKEN *Warning* default value of <> tokens changed to TRUE, was QUERY *Warning* default value of <> tokens changed to FALSE, was TRUE Grammar in javascript.el contains 2 useless nonterminals and 4 useless rules ELC cedet/semantic/wisent/java-tags.elc ELC cedet/semantic/wisent/javat-wy.elc ELC cedet/semantic/wisent/js-wy.elc Grammar in js-wy.el contains 2 useless nonterminals and 4 useless rules ELC cedet/semantic/wisent/python.elc Grammar in python.el contains 2 useless nonterminals and 3 useless rules Grammar in python.el contains 4 shift/reduce conflicts ELC cedet/semantic/wisent/python-wy.elc Grammar in python-wy.el contains 2 useless nonterminals and 3 useless rules Grammar in python-wy.el contains 4 shift/reduce conflicts ELC cedet/semantic/wisent/wisent.elc ELC cedet/srecode/args.elc In srecode-semantic-handle-:project: cedet/srecode/args.el:176:62:Warning: Unknown slot ‘:version’ ELC cedet/srecode/compile.elc In toplevel form: cedet/srecode/compile.el:140:34:Warning: Unknown slot ‘key’ In srecode-compile-template-table: cedet/srecode/compile.el:575:30:Warning: Unknown slot ‘:object-name’ cedet/srecode/compile.el:552:46:Warning: Unknown slot ‘:context’ In srecode-dump-code-list: cedet/srecode/compile.el:632:15:Warning: ‘srecode-template-inserter-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'srecode-template-inserter) instead cedet/srecode/compile.el:646:36:Warning: Unknown slot ‘:secondname’ ELC cedet/srecode/cpp.elc In srecode-semantic-apply-tag-to-dict-c-mode: cedet/srecode/cpp.el:122:59:Warning: Unknown slot ‘:prime’ ELC cedet/srecode/ctxt.elc In srecode-semantic-handle-:ctxt: cedet/srecode/ctxt.el:179:9:Warning: Unknown slot ‘object-name’ ELC cedet/srecode/dictionary.elc In toplevel form: cedet/srecode/dictionary.el:124:35:Warning: Unknown slot ‘:value’ In srecode-create-dictionary: cedet/srecode/dictionary.el:175:10:Warning: ‘srecode-dictionary-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'srecode-dictionary) instead cedet/srecode/dictionary.el:226:18:Warning: Unknown slot ‘:tables’ cedet/srecode/dictionary.el:359:10:Warning: ‘srecode-dictionary-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'srecode-dictionary) instead cedet/srecode/dictionary.el:540:29:Warning: Unknown slot ‘:object-name’ cedet/srecode/dictionary.el:527:10:Warning: ‘srecode-dictionary-compound-value-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'srecode-dictionary-compound-value) instead cedet/srecode/dictionary.el:542:22:Warning: Unknown slot ‘prompt’ cedet/srecode/dictionary.el:543:22:Warning: Unknown slot ‘read-fcn’ cedet/srecode/dictionary.el:663:22:Warning: ‘srecode-dictionary-compound-value-child-p’ is an obsolete function (as of 25.1); use (cl-typep ... 'srecode-dictionary-compound-value) instead ELC cedet/srecode/document.elc ELC cedet/srecode/el.elc In srecode-semantic-apply-tag-to-dict-emacs-lisp-mode: cedet/srecode/el.el:86:54:Warning: Unknown slot ‘:prime’ ELC cedet/srecode/expandproto.elc ELC cedet/srecode/extract.elc In toplevel form: cedet/srecode/extract.el:163:33:Warning: Unknown slot ‘:object-name’ ELC cedet/srecode/fields.elc ELC cedet/srecode/filters.elc ELC cedet/srecode/find.elc In toplevel form: cedet/srecode/find.el:99:53:Warning: Unknown slot ‘:project’ cedet/srecode/find.el:141:11:Warning: Unknown slot ‘:tables’ cedet/srecode/find.el:150:25:Warning: Unknown slot ‘:application’ cedet/srecode/find.el:155:53:Warning: Unknown slot ‘:major-mode’ In srecode-all-template-hash: cedet/srecode/find.el:248:57:Warning: Unknown slot ‘:application’ ELC cedet/srecode/getset.elc ELC cedet/srecode/insert.elc In toplevel form: cedet/srecode/insert.el:470:13:Warning: ‘object-print’ is an obsolete function (as of 26.1); use ‘cl-print-object’ instead. cedet/srecode/insert.el:474:35:Warning: Unknown slot ‘:object-name’ cedet/srecode/insert.el:480:27:Warning: Unknown slot ‘:secondname’ cedet/srecode/insert.el:553:48:Warning: Unknown slot ‘:object-name’ cedet/srecode/insert.el:590:40:Warning: Unknown slot ‘:defaultfcn’ cedet/srecode/insert.el:627:26:Warning: Unknown slot ‘:read-fcn’ cedet/srecode/insert.el:899:12:Warning: Unknown slot ‘:object-name’ cedet/srecode/insert.el:926:43:Warning: Unknown slot ‘:secondname’ cedet/srecode/insert.el:979:8:Warning: Unknown slot ‘:object-name’ cedet/srecode/insert.el:1060:22:Warning: Unknown slot ‘:object-name’ ELC cedet/srecode/java.elc ELC cedet/srecode/map.elc ELC cedet/srecode/mode.elc In srecode-minor-mode-templates-menu: cedet/srecode/mode.el:198:40:Warning: Unknown slot ‘:tables’ In srecode-edit: cedet/srecode/mode.el:345:50:Warning: Unknown slot ‘:table’ cedet/srecode/mode.el:324:10:Warning: Unknown slot ‘:file’ cedet/srecode/mode.el:324:30:Warning: Unknown slot ‘:object-name’ cedet/srecode/mode.el:342:63:Warning: Unknown slot ‘:context’ ELC cedet/srecode/semantic.elc In toplevel form: cedet/srecode/semantic.el:66:8:Warning: Unknown slot ‘:prime’ In srecode-semantic-apply-tag-to-dict-default: cedet/srecode/semantic.el:109:20:Warning: Unknown slot ‘:prime’ ELC cedet/srecode/srt.elc ELC cedet/srecode/srt-mode.elc In srecode-macro-help: cedet/srecode/srt-mode.el:264:37:Warning: Unknown slot ‘key’ In srecode-parse-this-macro: cedet/srecode/srt-mode.el:511:32:Warning: Unknown slot ‘:object-name’ cedet/srecode/srt-mode.el:507:52:Warning: Unknown slot ‘:secondname’ cedet/srecode/srt-mode.el:508:33:Warning: Unknown slot ‘key’ In semantic-analyze-possible-completions-srecode-template-mode: cedet/srecode/srt-mode.el:630:26:Warning: Unknown slot ‘:prefix’ cedet/srecode/srt-mode.el:648:29:Warning: Unknown slot ‘:argument’ ELC cedet/srecode/srt-wy.elc ELC cedet/srecode/table.elc In srecode-mode-table-new: cedet/srecode/table.el:203:49:Warning: Unknown slot ‘:priority’ cedet/srecode/table.el:204:51:Warning: Unknown slot ‘:priority’ cedet/srecode/table.el:245:6:Warning: Unknown slot ‘:major-mode’ cedet/srecode/table.el:246:6:Warning: Unknown slot ‘:tables’ cedet/srecode/table.el:277:8:Warning: Unknown slot ‘:priority’ cedet/srecode/table.el:257:20:Warning: Unknown slot ‘:application’ cedet/srecode/table.el:260:22:Warning: Unknown slot ‘:framework’ cedet/srecode/table.el:263:22:Warning: Unknown slot ‘:project’ ELC cedet/srecode/template.elc ELC cedet/srecode/texi.elc In srecode-semantic-handle-:texitag: cedet/srecode/texi.el:156:8:Warning: Unknown slot ‘:prime’ ELC emacs-lisp/advice.elc ELC emacs-lisp/avl-tree.elc ELC emacs-lisp/backtrace.elc ELC emacs-lisp/benchmark.elc ELC emacs-lisp/bindat.elc In bindat--unpack-item: emacs-lisp/bindat.el:267:10:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. emacs-lisp/bindat.el:264:62:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC emacs-lisp/chart.elc ELC emacs-lisp/check-declare.elc ELC emacs-lisp/checkdoc.elc In end of data: emacs-lisp/checkdoc.el:2703:1:Warning: the following functions might not be defined at runtime: lm-commentary-mark, lm-code-mark, lm-commentary-end ELC emacs-lisp/cl.elc ELC emacs-lisp/cl-extra.elc ELC emacs-lisp/cl-indent.elc ELC emacs-lisp/cl-lib.elc ELC emacs-lisp/cl-macs.elc ELC emacs-lisp/cl-print.elc ELC emacs-lisp/cl-seq.elc ELC emacs-lisp/copyright.elc ELC emacs-lisp/crm.elc ELC emacs-lisp/cursor-sensor.elc ELC emacs-lisp/debug.elc ELC emacs-lisp/derived.elc ELC emacs-lisp/disass.elc In disassemble-1: emacs-lisp/disass.el:171:42:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC emacs-lisp/easymenu.elc ELC emacs-lisp/easy-mmode.elc ELC emacs-lisp/edebug.elc ELC emacs-lisp/eieio-compat.elc ELC emacs-lisp/eieio-core.elc ELC emacs-lisp/eieio-custom.elc In eieio-object-value-get: emacs-lisp/eieio-custom.el:320:15:Warning: ‘eieio-object-set-name-string’ is an obsolete function (as of 25.1); inherit from ‘eieio-named’ and use (setf (slot-value OBJ 'object-name) NAME) instead emacs-lisp/eieio-custom.el:469:14:Warning: Unknown slot ‘name’ ELC emacs-lisp/eieio-datadebug.elc ELC emacs-lisp/eieio-opt.elc In eieio-help-constructor: emacs-lisp/eieio-opt.el:158:12:Warning: ‘eieio-help-class’ is an obsolete function (as of 25.1); use ‘cl--describe-class’ instead. ELC emacs-lisp/eieio-speedbar.elc ELC emacs-lisp/elint.elc ELC emacs-lisp/elp.elc ELC emacs-lisp/ert.elc ELC emacs-lisp/ert-x.elc ELC emacs-lisp/ewoc.elc ELC emacs-lisp/faceup.elc ELC emacs-lisp/find-func.elc ELC emacs-lisp/generator.elc ELC emacs-lisp/generic.elc ELC emacs-lisp/gv.elc ELC emacs-lisp/helper.elc ELC emacs-lisp/inline.elc ELC emacs-lisp/let-alist.elc ELC emacs-lisp/lisp-mnt.elc ELC emacs-lisp/map.elc ELC emacs-lisp/package.elc ELC emacs-lisp/package-x.elc ELC emacs-lisp/pcase.elc ELC emacs-lisp/pp.elc ELC emacs-lisp/radix-tree.elc ELC emacs-lisp/re-builder.elc ELC emacs-lisp/regi.elc ELC emacs-lisp/ring.elc ELC emacs-lisp/rmc.elc ELC emacs-lisp/rx.elc ELC emacs-lisp/seq.elc ELC emacs-lisp/shadow.elc ELC emacs-lisp/smie.elc ELC emacs-lisp/subr-x.elc ELC emacs-lisp/tcover-ses.elc ELC emacs-lisp/tcover-unsafep.elc ELC emacs-lisp/testcover.elc ELC emacs-lisp/text-property-search.elc ELC emacs-lisp/thunk.elc ELC emacs-lisp/timer-list.elc ELC emacs-lisp/tq.elc ELC emacs-lisp/trace.elc ELC emacs-lisp/unsafep.elc ELC emacs-lisp/warnings.elc ELC emulation/cua-base.elc ELC emulation/cua-gmrk.elc ELC emulation/cua-rect.elc ELC emulation/edt.elc ELC emulation/edt-lk201.elc ELC emulation/edt-mapper.elc ELC emulation/edt-pc.elc ELC emulation/edt-vt100.elc ELC emulation/keypad.elc ELC emulation/viper-cmd.elc ELC emulation/viper.elc ELC emulation/viper-ex.elc In ex-tag: emulation/viper-ex.el:2019:16:Warning: ‘find-tag’ is an obsolete function (as of 25.1); use ‘xref-find-definitions’ instead. emulation/viper-ex.el:2020:14:Warning: ‘find-tag-other-window’ is an obsolete function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. ELC emulation/viper-init.elc ELC emulation/viper-keym.elc ELC emulation/viper-macs.elc ELC emulation/viper-mous.elc ELC emulation/viper-util.elc ELC erc/erc-autoaway.elc ELC erc/erc-backend.elc ELC erc/erc-button.elc ELC erc/erc-capab.elc ELC erc/erc-compat.elc ELC erc/erc-dcc.elc In erc-dcc-get-filter: erc/erc-dcc.el:982:16:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC erc/erc-desktop-notifications.elc ELC erc/erc.elc In erc-send-input: erc/erc.el:5473:9:Warning: global/dynamic var ‘str’ lacks a prefix ELC erc/erc-ezbounce.elc ELC erc/erc-fill.elc ELC erc/erc-goodies.elc ELC erc/erc-ibuffer.elc ELC erc/erc-identd.elc ELC erc/erc-imenu.elc ELC erc/erc-join.elc ELC erc/erc-lang.elc ELC erc/erc-list.elc ELC erc/erc-log.elc ELC erc/erc-match.elc ELC erc/erc-menu.elc ELC erc/erc-netsplit.elc ELC erc/erc-networks.elc ELC erc/erc-notify.elc ELC erc/erc-page.elc ELC erc/erc-pcomplete.elc ELC erc/erc-replace.elc ELC erc/erc-ring.elc ELC erc/erc-services.elc ELC erc/erc-sound.elc ELC erc/erc-speedbar.elc ELC erc/erc-spelling.elc ELC erc/erc-stamp.elc ELC erc/erc-track.elc ELC erc/erc-truncate.elc ELC erc/erc-xdcc.elc ELC eshell/em-alias.elc ELC eshell/em-banner.elc ELC eshell/em-basic.elc ELC eshell/em-cmpl.elc ELC eshell/em-dirs.elc ELC eshell/em-glob.elc ELC eshell/em-hist.elc ELC eshell/em-ls.elc ELC eshell/em-pred.elc ELC eshell/em-prompt.elc ELC eshell/em-rebind.elc ELC eshell/em-script.elc ELC eshell/em-smart.elc ELC eshell/em-term.elc ELC eshell/em-tramp.elc ELC eshell/em-unix.elc ELC eshell/em-xtra.elc ELC eshell/esh-arg.elc ELC eshell/esh-cmd.elc ELC eshell/eshell.elc ELC eshell/esh-ext.elc ELC eshell/esh-io.elc ELC eshell/esh-mode.elc In eshell-find-tag: eshell/esh-mode.el:497:6:Warning: ‘find-tag’ is an obsolete function (as of 25.1); use ‘xref-find-definitions’ instead. ELC eshell/esh-module.elc ELC eshell/esh-opt.elc ELC eshell/esh-proc.elc ELC eshell/esh-util.elc ELC eshell/esh-var.elc ELC gnus/canlock.elc ELC gnus/deuglify.elc ELC gnus/gmm-utils.elc ELC gnus/gnus-agent.elc ELC gnus/gnus-art.elc ELC gnus/gnus-async.elc ELC gnus/gnus-bcklg.elc ELC gnus/gnus-bookmark.elc ELC gnus/gnus-cache.elc ELC gnus/gnus-cite.elc ELC gnus/gnus-cloud.elc ELC gnus/gnus-cus.elc ELC gnus/gnus-delay.elc ELC gnus/gnus-demon.elc ELC gnus/gnus-diary.elc ELC gnus/gnus-dired.elc ELC gnus/gnus-draft.elc ELC gnus/gnus-dup.elc ELC gnus/gnus-eform.elc ELC gnus/gnus.elc ELC gnus/gnus-fun.elc ELC gnus/gnus-gravatar.elc ELC gnus/gnus-group.elc ELC gnus/gnus-html.elc ELC gnus/gnus-icalendar.elc ELC gnus/gnus-int.elc ELC gnus/gnus-kill.elc ELC gnus/gnus-logic.elc ELC gnus/gnus-mh.elc ELC gnus/gnus-ml.elc ELC gnus/gnus-mlspl.elc ELC gnus/gnus-msg.elc ELC gnus/gnus-notifications.elc ELC gnus/gnus-picon.elc ELC gnus/gnus-range.elc ELC gnus/gnus-registry.elc ELC gnus/gnus-rfc1843.elc ELC gnus/gnus-salt.elc ELC gnus/gnus-score.elc ELC gnus/gnus-sieve.elc ELC gnus/gnus-spec.elc ELC gnus/gnus-srvr.elc ELC gnus/gnus-start.elc ELC gnus/gnus-sum.elc In gnus-summary-mode: gnus/gnus-sum.el:3067:29:Warning: reference to free variable ‘gnus-summary-mode-group’ ELC gnus/gnus-topic.elc ELC gnus/gnus-undo.elc ELC gnus/gnus-util.elc ELC gnus/gnus-uu.elc ELC gnus/gnus-vm.elc ELC gnus/gnus-win.elc ELC gnus/gssapi.elc ELC gnus/legacy-gnus-agent.elc ELC gnus/mail-source.elc ELC gnus/message.elc ELC gnus/mm-archive.elc ELC gnus/mm-bodies.elc ELC gnus/mm-decode.elc ELC gnus/mm-encode.elc ELC gnus/mm-extern.elc ELC gnus/mml1991.elc ELC gnus/mml2015.elc ELC gnus/mml.elc ELC gnus/mml-sec.elc ELC gnus/mml-smime.elc ELC gnus/mm-partial.elc ELC gnus/mm-url.elc ELC gnus/mm-util.elc ELC gnus/mm-uu.elc ELC gnus/mm-view.elc ELC gnus/nnagent.elc ELC gnus/nnbabyl.elc ELC gnus/nndiary.elc ELC gnus/nndir.elc ELC gnus/nndoc.elc ELC gnus/nndraft.elc ELC gnus/nneething.elc ELC gnus/nnfolder.elc ELC gnus/nngateway.elc ELC gnus/nnheader.elc ELC gnus/nnimap.elc ELC gnus/nnir.elc ELC gnus/nnmaildir.elc ELC gnus/nnmail.elc ELC gnus/nnmairix.elc ELC gnus/nnmbox.elc ELC gnus/nnmh.elc ELC gnus/nnml.elc ELC gnus/nnnil.elc ELC gnus/nnoo.elc ELC gnus/nnregistry.elc ELC gnus/nnrss.elc ELC gnus/nnspool.elc ELC gnus/nntp.elc ELC gnus/nnvirtual.elc ELC gnus/nnweb.elc ELC gnus/score-mode.elc ELC gnus/smiley.elc ELC gnus/smime.elc ELC gnus/spam.elc ELC gnus/spam-report.elc ELC gnus/spam-stat.elc ELC gnus/spam-wash.elc ELC image/compface.elc ELC image/gravatar.elc ELC international/ccl.elc ELC international/isearch-x.elc ELC international/iso-ascii.elc ELC international/iso-cvt.elc ELC international/iso-transl.elc ELC international/ja-dic-cnv.elc ELC international/ja-dic-utl.elc ELC international/kinsoku.elc ELC international/kkc.elc ELC international/latexenc.elc ELC international/latin1-disp.elc ELC international/mule-diag.elc ELC international/ogonek.elc ELC international/quail.elc In quail-get-translations: international/quail.el:2130:32:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. ELC international/rfc1843.elc ELC international/robin.elc ELC international/titdic-cnv.elc ELC international/utf-7.elc ELC international/utf7.elc ELC language/china-util.elc ELC language/cyril-util.elc ELC language/ethio-util.elc ELC language/hanja-util.elc ELC language/ind-util.elc ELC language/japan-util.elc ELC language/korea-util.elc ELC language/lao-util.elc ELC language/thai-util.elc ELC language/thai-word.elc ELC language/tibet-util.elc ELC language/tv-util.elc ELC language/viet-util.elc ELC leim/ja-dic/ja-dic.elc 10000 entries 20000 entries 30000 entries 40000 entries 50000 entries 60000 entries ELC leim/quail/4Corner.elc ELC leim/quail/arabic.elc ELC leim/quail/ARRAY30.elc ELC leim/quail/CCDOSPY.elc ELC leim/quail/croatian.elc ELC leim/quail/CTLau-b5.elc ELC leim/quail/CTLau.elc ELC leim/quail/cyril-jis.elc ELC leim/quail/cyrillic.elc ELC leim/quail/czech.elc ELC leim/quail/ECDICT.elc ELC leim/quail/ethiopic.elc ELC leim/quail/ETZY.elc ELC leim/quail/georgian.elc ELC leim/quail/greek.elc ELC leim/quail/hangul.elc ELC leim/quail/hanja3.elc ELC leim/quail/hanja.elc ELC leim/quail/hanja-jis.elc ELC leim/quail/hebrew.elc ELC leim/quail/indian.elc ELC leim/quail/ipa.elc ELC leim/quail/ipa-praat.elc ELC leim/quail/japanese.elc ELC leim/quail/lao.elc ELC leim/quail/latin-alt.elc ELC leim/quail/latin-ltx.elc Loading /home/eggert/src/gnu/emacs/master-tmp1/lisp/international/uni-name.el (source)... latin-ltx: 1535 rules (+ 0 conflicts)! ELC leim/quail/latin-post.elc ELC leim/quail/latin-pre.elc ELC leim/quail/lrt.elc ELC leim/quail/persian.elc ELC leim/quail/programmer-dvorak.elc ELC leim/quail/Punct-b5.elc ELC leim/quail/Punct.elc ELC leim/quail/PY-b5.elc ELC leim/quail/PY.elc ELC leim/quail/pypunct-b5.elc ELC leim/quail/py-punct.elc ELC leim/quail/QJ-b5.elc ELC leim/quail/QJ.elc ELC leim/quail/quick-b5.elc ELC leim/quail/quick-cns.elc ELC leim/quail/rfc1345.elc ELC leim/quail/sgml-input.elc ELC leim/quail/sisheng.elc ELC leim/quail/slovak.elc ELC leim/quail/SW.elc ELC leim/quail/symbol-ksc.elc ELC leim/quail/tamil-dvorak.elc ELC leim/quail/thai.elc ELC leim/quail/tibetan.elc ELC leim/quail/TONEPY.elc ELC leim/quail/tsang-b5.elc ELC leim/quail/tsang-cns.elc ELC leim/quail/uni-input.elc ELC leim/quail/viqr.elc ELC leim/quail/vntelex.elc ELC leim/quail/vnvni.elc ELC leim/quail/welsh.elc ELC leim/quail/ZIRANMA.elc ELC leim/quail/ZOZY.elc ELC mail/binhex.elc ELC mail/emacsbug.elc ELC mail/feedmail.elc In toplevel form: mail/feedmail.el:2151:1:Warning: Unused lexical argument ‘helper’ mail/feedmail.el:2196:1:Warning: Unused lexical variable ‘signal-error-on-buffer-boundary’ ELC mail/flow-fill.elc ELC mail/footnote.elc ELC mail/hashcash.elc ELC mail/ietf-drums.elc ELC mail/mailabbrev.elc ELC mail/mailalias.elc In toplevel form: mail/mailalias.el:55:1:Warning: global/dynamic var ‘pattern’ lacks a prefix ELC mail/mailclient.elc ELC mail/mail-extr.elc ELC mail/mailheader.elc In toplevel form: mail/mailheader.el:102:1:Warning: global/dynamic var ‘headers’ lacks a prefix ELC mail/mail-hist.elc ELC mail/mail-parse.elc ELC mail/mail-prsvr.elc ELC mail/mail-utils.elc ELC mail/metamail.elc ELC mail/mspools.elc ELC mail/qp.elc In quoted-printable-encode-region: mail/qp.el:118:29:Warning: ‘string-to-multibyte’ is an obsolete function (as of 26.1); use ‘decode-coding-string’. ELC mail/reporter.elc ELC mail/rfc2045.elc ELC mail/rfc2047.elc ELC mail/rfc2231.elc ELC mail/rfc2368.elc ELC mail/rfc822.elc ELC mail/rmailedit.elc ELC mail/rmail.elc ELC mail/rmailkwd.elc ELC mail/rmailmm.elc In rmail-mime-insert-bulk: mail/rmailmm.el:839:21:Warning: ‘string-as-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC mail/rmailmsc.elc ELC mail/rmailout.elc ELC mail/rmailsort.elc ELC mail/rmail-spam-filter.elc ELC mail/rmailsum.elc ELC mail/sendmail.elc ELC mail/smtpmail.elc ELC mail/supercite.elc In toplevel form: mail/supercite.el:705:1:Warning: global/dynamic var ‘curline’ lacks a prefix ELC mail/uce.elc ELC mail/undigest.elc ELC mail/unrmail.elc ELC mail/uudecode.elc ELC mail/yenc.elc ELC mh-e/mh-alias.elc ELC mh-e/mh-buffers.elc ELC mh-e/mh-compat.elc ELC mh-e/mh-comp.elc ELC mh-e/mh-e.elc ELC mh-e/mh-folder.elc ELC mh-e/mh-funcs.elc ELC mh-e/mh-gnus.elc ELC mh-e/mh-identity.elc ELC mh-e/mh-inc.elc ELC mh-e/mh-junk.elc ELC mh-e/mh-letter.elc ELC mh-e/mh-limit.elc ELC mh-e/mh-mime.elc ELC mh-e/mh-print.elc ELC mh-e/mh-scan.elc ELC mh-e/mh-search.elc ELC mh-e/mh-seq.elc ELC mh-e/mh-show.elc ELC mh-e/mh-speed.elc ELC mh-e/mh-thread.elc ELC mh-e/mh-tool-bar.elc ELC mh-e/mh-utils.elc ELC mh-e/mh-xface.elc ELC net/ange-ftp.elc ELC net/browse-url.elc ELC net/dbus.elc ELC net/dig.elc ELC net/dns.elc ELC net/eudcb-bbdb.elc ELC net/eudcb-ldap.elc ELC net/eudcb-mab.elc ELC net/eudc-bob.elc ELC net/eudc.elc ELC net/eudc-export.elc ELC net/eudc-hotlist.elc ELC net/eudc-vars.elc ELC net/eww.elc ELC net/gnutls.elc ELC net/goto-addr.elc ELC net/hmac-def.elc ELC net/hmac-md5.elc ELC net/imap.elc ELC net/ldap.elc ELC net/mailcap.elc ELC net/mairix.elc ELC net/netrc.elc ELC net/net-utils.elc ELC net/network-stream.elc In end of data: net/network-stream.el:446:1:Warning: the function ‘starttls-open-stream’ is not known to be defined. ELC net/newst-backend.elc ELC net/newsticker.elc ELC net/newst-plainview.elc ELC net/newst-reader.elc ELC net/newst-ticker.elc ELC net/newst-treeview.elc ELC net/nsm.elc ELC net/ntlm.elc ELC net/pop3.elc ELC net/puny.elc ELC net/quickurl.elc ELC net/rcirc.elc ELC net/rfc2104.elc In rfc2104-hash: net/rfc2104.el:116:13:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. net/rfc2104.el:118:28:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC net/rlogin.elc ELC net/sasl-cram.elc ELC net/sasl-digest.elc ELC net/sasl.elc ELC net/sasl-ntlm.elc ELC net/sasl-scram-rfc.elc ELC net/secrets.elc ELC net/shr-color.elc ELC net/shr.elc ELC net/sieve.elc ELC net/sieve-manage.elc ELC net/sieve-mode.elc ELC net/snmp-mode.elc ELC net/soap-client.elc ELC net/soap-inspect.elc ELC net/socks.elc ELC net/telnet.elc ELC net/tramp-adb.elc ELC net/tramp-archive.elc ELC net/tramp-cache.elc ELC net/tramp-cmds.elc ELC net/tramp-compat.elc ELC net/tramp.elc ELC net/tramp-ftp.elc ELC net/tramp-gvfs.elc ELC net/tramp-rclone.elc ELC net/tramp-sh.elc ELC net/tramp-smb.elc ELC net/tramp-sudoedit.elc ELC net/tramp-uu.elc ELC net/trampver.elc ELC net/webjump.elc ELC net/zeroconf.elc ELC nxml/nxml-enc.elc ELC nxml/nxml-maint.elc ELC nxml/nxml-mode.elc ELC nxml/nxml-ns.elc ELC nxml/nxml-outln.elc ELC nxml/nxml-parse.elc ELC nxml/nxml-rap.elc ELC nxml/nxml-util.elc ELC nxml/rng-cmpct.elc ELC nxml/rng-dt.elc ELC nxml/rng-loc.elc ELC nxml/rng-maint.elc ELC nxml/rng-match.elc ELC nxml/rng-nxml.elc ELC nxml/rng-parse.elc ELC nxml/rng-pttrn.elc ELC nxml/rng-uri.elc ELC nxml/rng-util.elc ELC nxml/rng-valid.elc ELC nxml/rng-xsd.elc ELC nxml/xmltok.elc ELC nxml/xsd-regexp.elc ELC obsolete/abbrevlist.elc ELC obsolete/assoc.elc ELC obsolete/bruce.elc ELC obsolete/cc-compat.elc ELC obsolete/cl-compat.elc ELC obsolete/complete.elc In PC-do-completion: obsolete/complete.el:835:33:Warning: ‘completion-base-size’ is an obsolete variable (as of 23.2); use ‘completion-base-position’ instead. ELC obsolete/crisp.elc ELC obsolete/cust-print.elc ELC obsolete/erc-hecomplete.elc ELC obsolete/eudcb-ph.elc ELC obsolete/fast-lock.elc ELC obsolete/gs.elc ELC obsolete/gulp.elc ELC obsolete/html2text.elc ELC obsolete/iswitchb.elc ELC obsolete/landmark.elc ELC obsolete/lazy-lock.elc ELC obsolete/ledit.elc ELC obsolete/levents.elc ELC obsolete/lmenu.elc ELC obsolete/longlines.elc ELC obsolete/lucid.elc ELC obsolete/mailpost.elc ELC obsolete/meese.elc ELC obsolete/mouse-sel.elc ELC obsolete/old-emacs-lock.elc ELC obsolete/old-whitespace.elc ELC obsolete/otodo-mode.elc In toplevel form: obsolete/otodo-mode.el:928:1:Warning: global/dynamic var ‘date’ lacks a prefix obsolete/otodo-mode.el:929:1:Warning: global/dynamic var ‘entry’ lacks a prefix ELC obsolete/patcomp.elc ELC obsolete/pc-mode.elc ELC obsolete/pc-select.elc ELC obsolete/pgg-def.elc ELC obsolete/pgg.elc ELC obsolete/pgg-gpg.elc ELC obsolete/pgg-parse.elc ELC obsolete/pgg-pgp5.elc ELC obsolete/pgg-pgp.elc ELC obsolete/rcompile.elc ELC obsolete/sregex.elc ELC obsolete/s-region.elc ELC obsolete/starttls.elc ELC obsolete/sup-mouse.elc ELC obsolete/terminal.elc ELC obsolete/tls.elc ELC obsolete/tpu-edt.elc ELC obsolete/tpu-extras.elc ELC obsolete/tpu-mapper.elc ELC obsolete/vc-arch.elc ELC obsolete/vi.elc ELC obsolete/vip.elc In ex-tag: obsolete/vip.el:2983:16:Warning: ‘find-tag’ is an obsolete function (as of 25.1); use ‘xref-find-definitions’ instead. obsolete/vip.el:2984:14:Warning: ‘find-tag-other-window’ is an obsolete function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. ELC obsolete/ws-mode.elc ELC obsolete/xesam.elc ELC obsolete/yow.elc ELC org/ob-abc.elc ELC org/ob-asymptote.elc ELC org/ob-awk.elc ELC org/ob-calc.elc ELC org/ob-C.elc ELC org/ob-clojure.elc ELC org/ob-comint.elc ELC org/ob-coq.elc ELC org/ob-core.elc ELC org/ob-css.elc ELC org/ob-ditaa.elc ELC org/ob-dot.elc ELC org/ob-ebnf.elc ELC org/ob.elc ELC org/ob-emacs-lisp.elc ELC org/ob-eval.elc ELC org/ob-exp.elc ELC org/ob-forth.elc ELC org/ob-fortran.elc ELC org/ob-gnuplot.elc ELC org/ob-groovy.elc ELC org/ob-haskell.elc ELC org/ob-hledger.elc ELC org/ob-io.elc ELC org/ob-java.elc ELC org/ob-J.elc ELC org/ob-js.elc ELC org/ob-keys.elc ELC org/ob-latex.elc ELC org/ob-ledger.elc ELC org/ob-lilypond.elc ELC org/ob-lisp.elc ELC org/ob-lob.elc ELC org/ob-lua.elc ELC org/ob-makefile.elc ELC org/ob-matlab.elc ELC org/ob-maxima.elc ELC org/ob-mscgen.elc ELC org/ob-ocaml.elc ELC org/ob-octave.elc ELC org/ob-org.elc ELC org/ob-perl.elc ELC org/ob-picolisp.elc ELC org/ob-plantuml.elc ELC org/ob-processing.elc ELC org/ob-python.elc ELC org/ob-ref.elc ELC org/ob-R.elc ELC org/ob-ruby.elc ELC org/ob-sass.elc ELC org/ob-scheme.elc ELC org/ob-screen.elc ELC org/ob-sed.elc ELC org/ob-shell.elc ELC org/ob-shen.elc ELC org/ob-sql.elc ELC org/ob-sqlite.elc ELC org/ob-stan.elc ELC org/ob-table.elc ELC org/ob-tangle.elc ELC org/ob-vala.elc ELC org/org-agenda.elc ELC org/org-archive.elc ELC org/org-attach.elc ELC org/org-bbdb.elc ELC org/org-bibtex.elc ELC org/org-capture.elc ELC org/org-clock.elc ELC org/org-colview.elc ELC org/org-compat.elc ELC org/org-crypt.elc ELC org/org-ctags.elc ELC org/org-datetree.elc ELC org/org-docview.elc ELC org/org-duration.elc ELC org/org.elc ELC org/org-element.elc ELC org/org-entities.elc ELC org/org-eshell.elc ELC org/org-eww.elc ELC org/org-faces.elc ELC org/org-feed.elc ELC org/org-footnote.elc ELC org/org-gnus.elc ELC org/org-habit.elc ELC org/org-id.elc ELC org/org-indent.elc ELC org/org-info.elc ELC org/org-inlinetask.elc ELC org/org-irc.elc ELC org/org-lint.elc ELC org/org-list.elc ELC org/org-macro.elc ELC org/org-macs.elc ELC org/org-mhe.elc ELC org/org-mobile.elc ELC org/org-mouse.elc ELC org/org-pcomplete.elc ELC org/org-plot.elc ELC org/org-protocol.elc ELC org/org-rmail.elc ELC org/org-src.elc ELC org/org-table.elc ELC org/org-timer.elc ELC org/org-w3m.elc ELC org/ox-ascii.elc ELC org/ox-beamer.elc ELC org/ox.elc ELC org/ox-html.elc ELC org/ox-icalendar.elc ELC org/ox-latex.elc ELC org/ox-man.elc ELC org/ox-md.elc ELC org/ox-odt.elc ELC org/ox-org.elc ELC org/ox-publish.elc ELC org/ox-texinfo.elc ELC play/5x5.elc ELC play/animate.elc ELC play/blackbox.elc ELC play/bubbles.elc ELC play/cookie1.elc ELC play/decipher.elc ELC play/dissociate.elc ELC play/doctor.elc ELC play/dunnet.elc ELC play/fortune.elc ELC play/gamegrid.elc ELC play/gametree.elc ELC play/gomoku.elc ELC play/handwrite.elc ELC play/hanoi.elc ELC play/life.elc ELC play/morse.elc ELC play/mpuz.elc ELC play/pong.elc ELC play/snake.elc ELC play/solitaire.elc ELC play/spook.elc ELC play/studly.elc ELC play/tetris.elc ELC play/zone.elc ELC progmodes/ada-mode.elc ELC progmodes/ada-prj.elc ELC progmodes/ada-stmt.elc ELC progmodes/ada-xref.elc ELC progmodes/antlr-mode.elc ELC progmodes/asm-mode.elc ELC progmodes/autoconf.elc ELC progmodes/bat-mode.elc ELC progmodes/bug-reference.elc ELC progmodes/cc-bytecomp.elc ELC progmodes/cc-defs.elc ELC progmodes/cc-vars.elc ELC progmodes/cc-langs.elc ELC progmodes/cc-engine.elc ELC progmodes/cc-align.elc ELC progmodes/cc-awk.elc ELC progmodes/cc-cmds.elc ELC progmodes/cc-fonts.elc ELC progmodes/cc-guess.elc ELC progmodes/cc-menus.elc ELC progmodes/cc-styles.elc ELC progmodes/cc-mode.elc ELC progmodes/cfengine.elc ELC progmodes/cmacexp.elc ELC progmodes/compile.elc ELC progmodes/cperl-mode.elc ELC progmodes/cpp.elc ELC progmodes/cwarn.elc ELC progmodes/dcl-mode.elc ELC progmodes/ebnf2ps.elc ELC progmodes/ebnf-abn.elc ELC progmodes/ebnf-bnf.elc ELC progmodes/ebnf-dtd.elc ELC progmodes/ebnf-ebx.elc ELC progmodes/ebnf-iso.elc ELC progmodes/ebnf-otz.elc ELC progmodes/ebnf-yac.elc ELC progmodes/ebrowse.elc ELC progmodes/etags.elc In find-tag-other-frame: progmodes/etags.el:1039:6:Warning: ‘find-tag-other-window’ is an obsolete function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. ELC progmodes/executable.elc ELC progmodes/f90.elc ELC progmodes/flymake-cc.elc ELC progmodes/flymake.elc ELC progmodes/flymake-proc.elc ELC progmodes/fortran.elc ELC progmodes/gdb-mi.elc ELC progmodes/glasses.elc ELC progmodes/grep.elc ELC progmodes/gud.elc ELC progmodes/hideif.elc ELC progmodes/hideshow.elc ELC progmodes/icon.elc ELC progmodes/idlwave.elc ELC progmodes/idlw-complete-structtag.elc ELC progmodes/idlw-help.elc ELC progmodes/idlw-shell.elc ELC progmodes/idlw-toolbar.elc ELC progmodes/inf-lisp.elc ELC progmodes/js.elc ELC progmodes/ld-script.elc ELC progmodes/m4-mode.elc ELC progmodes/make-mode.elc ELC progmodes/mantemp.elc ELC progmodes/meta-mode.elc ELC progmodes/mixal-mode.elc ELC progmodes/modula2.elc ELC progmodes/octave.elc ELC progmodes/opascal.elc ELC progmodes/pascal.elc ELC progmodes/perl-mode.elc ELC progmodes/project.elc ELC progmodes/prolog.elc ELC progmodes/ps-mode.elc In ps-mode-octal-region: progmodes/ps-mode.el:742:53:Warning: ‘string-make-unibyte’ is an obsolete function (as of 26.1); use ‘encode-coding-string’. ELC progmodes/python.elc ELC progmodes/ruby-mode.elc ELC progmodes/scheme.elc ELC progmodes/sh-script.elc ELC progmodes/simula.elc ELC progmodes/sql.elc In end of data: progmodes/sql.el:5476:1:Warning: the function ‘sqlind-minor-mode’ is not known to be defined. ELC progmodes/subword.elc ELC progmodes/tcl.elc ELC progmodes/vera-mode.elc ELC progmodes/verilog-mode.elc ELC progmodes/vhdl-mode.elc ELC progmodes/which-func.elc ELC progmodes/xref.elc ELC progmodes/xscheme.elc ELC term/AT386.elc ELC term/bobcat.elc ELC term/cygwin.elc ELC term/iris-ansi.elc ELC term/konsole.elc ELC term/linux.elc ELC term/lk201.elc ELC term/news.elc ELC term/rxvt.elc ELC term/screen.elc ELC term/sun.elc ELC term/tmux.elc ELC term/tvi970.elc ELC term/vt100.elc ELC term/vt200.elc ELC term/w32console.elc ELC term/wyse50.elc ELC term/xterm.elc ELC textmodes/artist.elc ELC textmodes/bib-mode.elc ELC textmodes/bibtex.elc ELC textmodes/bibtex-style.elc ELC textmodes/conf-mode.elc ELC textmodes/css-mode.elc ELC textmodes/dns-mode.elc ELC textmodes/enriched.elc ELC textmodes/flyspell.elc ELC textmodes/ispell.elc ELC textmodes/less-css-mode.elc ELC textmodes/makeinfo.elc ELC textmodes/mhtml-mode.elc ELC textmodes/nroff-mode.elc ELC textmodes/page-ext.elc ELC textmodes/picture.elc ELC textmodes/po.elc ELC textmodes/refbib.elc ELC textmodes/refer.elc ELC textmodes/refill.elc ELC textmodes/reftex-auc.elc ELC textmodes/reftex-cite.elc ELC textmodes/reftex-dcr.elc ELC textmodes/reftex.elc ELC textmodes/reftex-global.elc In reftex-query-replace-document: textmodes/reftex-global.el:101:6:Warning: tags-query-replace called with 4 arguments, but accepts only 2-3 ELC textmodes/reftex-index.elc ELC textmodes/reftex-parse.elc ELC textmodes/reftex-ref.elc ELC textmodes/reftex-sel.elc ELC textmodes/reftex-toc.elc ELC textmodes/reftex-vars.elc ELC textmodes/remember.elc ELC textmodes/rst.elc ELC textmodes/sgml-mode.elc In toplevel form: textmodes/sgml-mode.el:464:1:Warning: global/dynamic var ‘v2’ lacks a prefix ELC textmodes/table.elc ELC textmodes/texinfmt.elc ELC textmodes/texinfo.elc ELC textmodes/tex-mode.elc ELC textmodes/texnfo-upd.elc ELC textmodes/tildify.elc In tildify--deprecated-ignore-evironments: textmodes/tildify.el:264:17:Warning: ‘tildify--pick-alist-entry’ is an obsolete function (as of 25.1); it should not be used in new code. In tildify-tildify: textmodes/tildify.el:358:23:Warning: ‘tildify--pick-alist-entry’ is an obsolete function (as of 25.1); it should not be used in new code. textmodes/tildify.el:365:12:Warning: ‘tildify--pick-alist-entry’ is an obsolete function (as of 25.1); it should not be used in new code. In tildify-mode: textmodes/tildify.el:494:19:Warning: ‘tildify--pick-alist-entry’ is an obsolete function (as of 25.1); it should not be used in new code. ELC textmodes/two-column.elc ELC textmodes/underline.elc ELC url/url-about.elc ELC url/url-auth.elc ELC url/url-cache.elc ELC url/url-cid.elc ELC url/url-cookie.elc ELC url/url-dav.elc ELC url/url-dired.elc ELC url/url-domsuf.elc ELC url/url.elc ELC url/url-expand.elc ELC url/url-file.elc ELC url/url-ftp.elc ELC url/url-future.elc ELC url/url-gw.elc ELC url/url-handlers.elc ELC url/url-history.elc ELC url/url-http.elc ELC url/url-imap.elc ELC url/url-irc.elc ELC url/url-ldap.elc ELC url/url-mailto.elc ELC url/url-methods.elc ELC url/url-misc.elc ELC url/url-news.elc ELC url/url-nfs.elc ELC url/url-ns.elc ELC url/url-parse.elc ELC url/url-privacy.elc ELC url/url-proxy.elc ELC url/url-queue.elc ELC url/url-tramp.elc ELC url/url-util.elc ELC url/url-vars.elc ELC vc/add-log.elc ELC vc/compare-w.elc ELC vc/cvs-status.elc ELC vc/diff.elc ELC vc/diff-mode.elc ELC vc/ediff-diff.elc ELC vc/ediff.elc ELC vc/ediff-help.elc ELC vc/ediff-init.elc ELC vc/ediff-merg.elc ELC vc/ediff-mult.elc ELC vc/ediff-ptch.elc ELC vc/ediff-util.elc ELC vc/ediff-vers.elc ELC vc/ediff-wind.elc ELC vc/emerge.elc ELC vc/log-edit.elc ELC vc/log-view.elc ELC vc/pcvs-defs.elc ELC vc/pcvs.elc ELC vc/pcvs-info.elc ELC vc/pcvs-parse.elc ELC vc/pcvs-util.elc ELC vc/smerge-mode.elc ELC vc/vc-annotate.elc ELC vc/vc-bzr.elc ELC vc/vc-cvs.elc ELC vc/vc-dav.elc ELC vc/vc-dir.elc In vc-dir-query-replace-regexp: vc/vc-dir.el:826:4:Warning: tags-query-replace called with 4 arguments, but accepts only 2-3 ELC vc/vc-dispatcher.elc ELC vc/vc.elc ELC vc/vc-filewise.elc ELC vc/vc-git.elc ELC vc/vc-hg.elc ELC vc/vc-mtn.elc ELC vc/vc-rcs.elc ELC vc/vc-sccs.elc ELC vc/vc-src.elc ELC vc/vc-svn.elc make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' GEN cus-load.el Scanning . for custom Scanning ./calc for custom Scanning ./calendar for custom Scanning ./cedet for custom Scanning ./cedet/ede for custom Scanning ./cedet/semantic for custom Scanning ./cedet/semantic/analyze for custom Scanning ./cedet/semantic/bovine for custom Scanning ./cedet/semantic/decorate for custom Scanning ./cedet/semantic/symref for custom Scanning ./cedet/semantic/wisent for custom Scanning ./cedet/srecode for custom Scanning ./emacs-lisp for custom Scanning ./emulation for custom Scanning ./erc for custom Scanning ./eshell for custom Scanning ./gnus for custom Scanning ./image for custom Scanning ./international for custom Scanning ./language for custom Scanning ./leim for custom Scanning ./leim/ja-dic for custom Scanning ./leim/quail for custom Scanning ./mail for custom Scanning ./mh-e for custom Scanning ./net for custom Scanning ./nxml for custom Scanning ./org for custom Scanning ./play for custom Scanning ./progmodes for custom Scanning ./textmodes for custom Scanning ./url for custom Scanning ./vc for custom Generating ./cus-load.el... Generating ./cus-load.el...done GEN finder-inf.el Scanning . for finder Scanning ./calc for finder Scanning ./calendar for finder Scanning ./cedet for finder Scanning ./cedet/ede for finder Scanning ./cedet/semantic for finder Scanning ./cedet/semantic/analyze for finder Scanning ./cedet/semantic/bovine for finder Scanning ./cedet/semantic/decorate for finder Scanning ./cedet/semantic/symref for finder Scanning ./cedet/semantic/wisent for finder Scanning ./cedet/srecode for finder Scanning ./emacs-lisp for finder Scanning ./emulation for finder Scanning ./erc for finder Scanning ./eshell for finder Scanning ./gnus for finder Scanning ./image for finder Scanning ./international for finder Scanning ./language for finder Scanning ./mail for finder Scanning ./mh-e for finder Scanning ./net for finder Scanning ./nxml for finder Scanning ./org for finder Scanning ./play for finder Scanning ./progmodes for finder Scanning ./textmodes for finder Scanning ./url for finder Scanning ./vc for finder make[1]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/lisp' make info-real info-dir make[1]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1' make -C doc/lispref info make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/lispref' /usr/bin/mkdir -p ../../info GEN ../../info/elisp.info make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/lispref' make -C doc/lispintro info make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/lispintro' GEN ../../info/eintr.info make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/lispintro' make -C doc/emacs info make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/emacs' GEN ../../info/emacs.info make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/emacs' make -C doc/misc info make[2]: Entering directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/misc' GEN ../../info/ada-mode.info GEN ../../info/auth.info GEN ../../info/autotype.info GEN ../../info/bovine.info GEN ../../info/calc.info GEN ../../info/ccmode.info 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/newsticker.info GEN ../../info/nxml-mode.info GEN ../../info/octave-mode.info GEN ../../info/org.info GEN ../../info/pcl-cvs.info 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 GEN ../../info/sieve.info GEN ../../info/smtpmail.info GEN ../../info/speedbar.info GEN ../../info/srecode.info GEN ../../info/todo-mode.info GEN ../../info/tramp.info GEN ../../info/url.info GEN ../../info/vhdl-mode.info GEN ../../info/vip.info GEN ../../info/viper.info GEN ../../info/widget.info GEN ../../info/wisent.info GEN ../../info/woman.info GEN ../../info/efaq-w32.info make[2]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1/doc/misc' GEN info/dir make[1]: Leaving directory '/home/eggert/src/gnu/emacs/master-tmp1' 1012-Penguin $