* bug#64806: 29.0.92; build process outside srcdir gets stuck
@ 2023-07-23 14:49 Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-23 15:32 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-23 14:49 UTC (permalink / raw)
To: 64806
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
When the build process occurs in a directory next to srcdir the make
phase is unable to complete. See attached File A, line 549 and 1349.
Using configure and make within srcdir builds successfully. See
attached File Z.
Steps to reproduce:
1. at srcdir being emacs-29.0.92
2. run, sh ./autogen.sh
3. create build directory outside srcdir, mkdir ../emacs-29
4. at build directory, cd ../emacs-29,
5. run build process, ../emacs-29.0.92/configure ; make
Expected result:
The build process completes outside srcdir.
In case this detail is relevant I have CDPATH set in the environment.
Similarly on the emacs master branch the build process won't complete outside srcdir.
[-- Attachment #2: File A build process fails outside srcdir --]
[-- Type: application/octet-stream, Size: 123445 bytes --]
$ ../emacs-29.0.92/configure --without-pop --without-mailutils --with-rsvg --srcdir=/usr/X/23/pkg/emacs-29.0.92 --prefix=/usr/X/23/pkg/emacs-29-sink --without-compress-install --localstatedir=/var --with-tree-sitter --with-native-compilation --disable-acl --with-webp --without-sound --with-lcms2 --with-x-toolkit=lucid --with-libsystemd
checking for xcrun... no
checking for GNU Make... make
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-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 the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /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 for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... 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 inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/select.h... yes
checking for stdalign.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking for a BSD-compatible install... /usr/bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... -lm
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ADDR_NO_RANDOMIZE... yes
checking if Linux sysinfo may be used... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... libraries , headers
checking whether malloc is Doug Lea style... no
checking for sbrk... yes
checking for __lsan_ignore_object... no
checking for fchmod... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for fchmodat... yes
checking for lchmod... no
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... yes
checking for gettimeofday... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... -lpthread
checking for thread support... yes
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XkbRefreshKeyboardMapping... yes
checking for XkbFreeNames... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XDisplayCells... yes
checking for XDestroySubwindows... yes
checking X11 version 6... 6 or newer
checking for XICCallback.callback... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for libwebpdemux >= 0.6.0... yes
checking for WebPGetInfo... yes
checking for sqlite3_open_v2 in -lsqlite3... yes
checking for sqlite3_load_extension in -lsqlite3... yes
checking for getaddrinfo_a in -lanl... yes
checking for malloc_trim... 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 lgetfilecon in -lselinux... yes
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... yes
checking for jansson >= 2.7... no
checking for tree-sitter >= 0.20.2... 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 XawScrollbarSetThumb in -lXaw3d... yes
checking for xaw3d... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for library containing XmuConvertStandardSelection... -lXmu
checking for XRenderQueryExtension in -lXrender... yes
checking for cairo >= 1.8.0... yes
checking for freetype2... yes
checking for fontconfig >= 2.2.0... yes
checking for FT_Face_GetCharVariantIndex... yes
checking for libotf... no
checking for harfbuzz >= 0.9.42... yes
checking X11/Xlib-xcb.h usability... no
checking X11/Xlib-xcb.h presence... no
checking for X11/Xlib-xcb.h... no
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 gcc_jit_context_acquire in -lgccjit... yes
checking libgccjit.h usability... yes
checking libgccjit.h presence... yes
checking for libgccjit.h... yes
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... yes
checking for xinerama >= 1.0.2... yes
checking for xfixes >= 4.0.0... yes
checking for xi... yes
checking X11/extensions/XInput2.h usability... yes
checking X11/extensions/XInput2.h presence... yes
checking for X11/extensions/XInput2.h... yes
checking for XIGrabButton in -lXi... yes
checking for XIScrollClassInfo.type... yes
checking for XITouchClassInfo.type... yes
checking for XIBarrierReleasePointerInfo.deviceid... yes
checking for XIGestureClassInfo.type... no
checking for X11/extensions/sync.h... yes
checking for XSyncQueryExtension in -lXext... yes
checking for XSyncTriggerFence... yes
checking for X11/extensions/Xdbe.h... yes
checking for XdbeAllocateBackBufferName in -lXext... yes
checking for X11/extensions/shape.h... yes
checking for XShapeQueryVersion in -lXext... yes
checking for xcb/shape.h... no
checking for X11/extensions/Xcomposite.h... yes
checking for XCompositeRedirectWindow in -lXcomposite... yes
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking linux/seccomp.h usability... yes
checking linux/seccomp.h presence... yes
checking for linux/seccomp.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes
checking linux/filter.h usability... yes
checking linux/filter.h presence... yes
checking for linux/filter.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes
checking for libseccomp >= 2.5.2... no
checking size of long... 8
checking for accept4... yes
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... yes
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... no
checking whether pthread_setname_np takes three arguments... no
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... yes
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking whether -ltinfo library defines BC... yes
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawn_file_actions_addchdir... no
checking for posix_spawn_file_actions_addchdir_np... yes
checking for posix_spawnattr_setflags... yes
checking whether POSIX_SPAWN_SETSID is declared... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... yes
checking for mbstate_t... yes
checking for signals via characters... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking POSIX termios... yes
checking size of speed_t... 4
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking whether malloc (0) returns nonnull... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict__
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether ctype.h defines __header_inline... no
checking for mode_t... yes
checking whether strmode is declared... no
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for timespec_get... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether memmem is declared... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether the utimes function works... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alloca as a compiler built-in... yes
checking for static_assert... yes, an <assert.h> macro
checking for __builtin_expect... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... yes
checking whether copy_file_range is known to work... yes
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fchmodat works... no
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 free is known to preserve errno... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking for statvfs function (SVR4)... yes
checking whether to use statvfs64... no
checking for two-argument statfs with statfs.f_frsize member... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
checking whether futimens works... yes
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... yes
checking for mempcpy... yes
checking for memrchr... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sched_getaffinity... yes
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking for glibc compatible sched_getaffinity... yes
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for sigdescr_np... no
checking for 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 alignas and alignof... yes, <stdalign.h> macros
checking for bool, true, false... no
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether timer_settime is declared... yes
checking for library containing timer_settime... -lrt
checking for timer_settime... yes
checking whether utimensat works... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking for __mktime_internal... no
checking for timer_getoverrun... yes
checking for gcc option to disable position independent executables... not needed
Configured for 'aarch64-unknown-linux-gnu'.
Where should the build process find the source code? /usr/X/23/pkg/emacs-29.0.92
What compiler should emacs be built with? gcc -g3 -O2
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? LUCID
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? yes
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 -lwebp? yes
Does Emacs use -lsqlite3? yes
Does Emacs use cairo? yes
Does Emacs use -llcms2? yes
Does Emacs use imagemagick? no
Does Emacs use native APIs for images? no
Does Emacs support sound? no
Does Emacs use -lgpm? no
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? yes
Does Emacs use -lgnutls? yes
Does Emacs use -lxml2? yes
Does Emacs use -lfreetype? yes
Does Emacs use HarfBuzz? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? no
Does Emacs use -lsystemd? yes
Does Emacs use -ljansson? no
Does Emacs use -ltree-sitter? yes
Does Emacs use the GMP library? yes
Does Emacs directly use zlib? yes
Does Emacs have dynamic modules support? yes
Does Emacs use toolkit scroll bars? yes
Does Emacs support Xwidgets? no
Does Emacs have threading support in lisp? yes
Does Emacs support the portable dumper? yes
Does Emacs support legacy unexec dumping? no
Which dumping strategy does Emacs use? pdumper
Does Emacs have native lisp compiler? yes
Does Emacs use version 2 of the X Input Extension? yes
Does Emacs generate a smaller-size Japanese dictionary? no
configure: creating ./config.status
config.status: creating src/verbose.mk
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating /usr/X/23/pkg/emacs-29.0.92/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 test/manual/noverlay/Makefile
config.status: creating test/infra/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
<https://mailutils.org> and use '../emacs-29.0.92/configure --with-mailutils'.
$ make
make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/mnt/606/2023/pkg/emacs-29'
make -C lib all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29/lib'
GEN alloca.h
GEN dirent.h
GEN fcntl.h
GEN malloc/dynarray.gl.h
GEN malloc/dynarray-skeleton.gl.h
GEN inttypes.h
GEN limits.h
GEN signal.h
GEN stdckdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/random.h
GEN sys/select.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN time.h
GEN unistd.h
CC fingerprint.o
CC mktime.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
/usr/X/23/pkg/emacs-29.0.92/lib/careadlinkat.c: In function ‘careadlinkat’:
/usr/X/23/pkg/emacs-29.0.92/lib/careadlinkat.c:178:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
178 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
/usr/X/23/pkg/emacs-29.0.92/lib/careadlinkat.c:179:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
179 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
/usr/X/23/pkg/emacs-29.0.92/lib/careadlinkat.c:182:10: warning: function may return address of local variable [-Wreturn-local-addr]
182 | return readlink_stk (fd, filename, buffer, buffer_size, alloc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183 | preadlinkat, stack_buf);
| ~~~~~~~~~~~~~~~~~~~~~~~
/usr/X/23/pkg/emacs-29.0.92/lib/careadlinkat.c:181:8: note: declared here
181 | char stack_buf[STACK_BUF_SIZE];
| ^~~~~~~~~
CC close-stream.o
CC count-leading-zeros.o
CC count-one-bits.o
CC count-trailing-zeros.o
CC md5-stream.o
CC md5.o
CC sha1.o
CC sha256.o
CC sha512.o
CC dtoastr.o
CC dtotimespec.o
CC fchmodat.o
CC fcntl.o
CC file-has-acl.o
CC filemode.o
CC filevercmp.o
CC free.o
CC fsusage.o
CC gettime.o
CC malloc/dynarray_at_failure.o
CC malloc/dynarray_emplace_enlarge.o
CC malloc/dynarray_finalize.o
CC malloc/dynarray_resize.o
CC malloc/dynarray_resize_clear.o
CC nanosleep.o
CC nproc.o
CC nstrftime.o
CC pipe2.o
CC qcopy-acl.o
CC regex.o
CC sig2str.o
CC sigdescr_np.o
CC stat-time.o
CC tempname.o
CC time_rz.o
CC timegm.o
CC timespec.o
CC timespec-add.o
CC timespec-sub.o
CC u64.o
CC unistd.o
CC openat-die.o
CC save-cwd.o
AR libgnu.a
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lib'
make -C lib-src all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29/lib-src'
CCLD etags
CCLD ctags
CCLD emacsclient
CCLD ebrowse
CCLD hexl
CC pop.o
CCLD movemail
CCLD make-docfile
CCLD make-fingerprint
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lib-src'
make -C src BIN_DESTDIR=''/usr/X/23/pkg/emacs-29-sink/bin/'' \
ELN_DESTDIR='/usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/' all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29/src'
GEN lisp.mk
GEN globals.h
make -C ../lwlib/ liblw.a
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lwlib'
CC lwlib.o
CC lwlib-Xlw.o
CC xlwmenu.o
CC lwlib-Xaw.o
CC lwlib-utils.o
GEN liblw.a
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lwlib'
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 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 pdumper.o
/usr/X/23/pkg/emacs-29.0.92/src/pdumper.c: In function ‘dump_do_dump_relocation’:
/usr/X/23/pkg/emacs-29.0.92/src/pdumper.c:5321:1: note: parameter passing for argument of type ‘const struct dump_reloc’ changed in GCC 9.1
5321 | dump_do_dump_relocation (const uintptr_t dump_base,
| ^~~~~~~~~~~~~~~~~~~~~~~
CC data.o
GEN buildobj.h
CC doc.o
CC editfns.o
CC callint.o
CC eval.o
CC floatfns.o
CC fns.o
CC sort.o
CC font.o
CC print.o
CC lread.o
CC emacs-module.o
CC syntax.o
CC bytecode.o
CC comp.o
CC dynlib.o
CC process.o
CC gnutls.o
CC callproc.o
CC region-cache.o
CC sound.o
CC timefns.o
CC atimer.o
CC doprnt.o
CC intervals.o
CC textprop.o
CC composite.o
CC xml.o
CC lcms.o
CC inotify.o
CC profiler.o
CC decompress.o
CC thread.o
CC systhread.o
CC sqlite.o
CC treesit.o
CC itree.o
CC xfont.o
CC ftfont.o
CC ftcrfont.o
CC hbfont.o
CC fontset.o
CC fringe.o
CC image.o
CC xgselect.o
CC terminfo.o
CC lastfile.o
CC widget.o
make -C ../admin/charsets all
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-2.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-3.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-4.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-5.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-6.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-7.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-8.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-9.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-10.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-11.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-13.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-14.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-15.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/8859-16.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM037.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM038.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM256.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM273.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM274.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM275.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM277.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM278.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM280.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM281.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM284.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM285.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM290.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM297.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM420.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM423.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM424.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM437.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM500.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM850.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM851.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM852.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM855.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM856.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM857.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM860.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM861.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM862.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM863.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM864.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM865.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM866.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM868.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM869.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM870.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM871.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM874.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM875.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM880.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM891.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM903.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM904.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM905.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM918.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM1004.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM1026.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/IBM1047.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP737.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP775.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1125.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1250.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1251.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1252.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1253.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1254.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1255.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1256.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1257.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP1258.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP10007.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP720.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP858.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/GB2312.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/GBK.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/GB180302.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/GB180304.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/BIG5.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/BIG5-HKSCS.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-1.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-2.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-3.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-4.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-5.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-6.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-7.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CNS-F.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX0201.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX0208.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX0212.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX2131.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX2132.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISC6226.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP932-2BYTE.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JISX213A.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KSC5601.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KSC5636.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/JOHAB.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KOI-8.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KOI8-R.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KOI8-U.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KOI8-T.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/ALTERNATIVNYJ.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MIK.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/PTCP154.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/TIS-620.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/VISCII.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/VSCII.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/VSCII-2.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KA-PS.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/KA-ACADEMY.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/HP-ROMAN8.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/NEXTSTEP.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MACINTOSH.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/EBCDICUK.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/EBCDICUS.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/stdenc.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/symbol.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/CP949-2BYTE.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/BIG5-1.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/BIG5-2.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-ethiopic.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-ipa.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-is13194.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-sisheng.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-tibetan.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-lviscii.map
GEN /usr/X/23/pkg/emacs-29.0.92/etc/charsets/MULE-uviscii.map
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/cp51932.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/eucjp-ms.el
GEN /usr/X/23/pkg/emacs-29.0.92/admin/charsets/charsets.stamp
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
make -C ../admin/unidata charscript.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/charscript.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/emoji-zwj.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
CCLD temacs
/usr/bin/mkdir -p ../etc
GEN ../etc/DOC
make -C ../lisp update-subdirs
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch -l loadup --temacs=pbootstrap \
--bin-dest /usr/X/23/pkg/emacs-29-sink/bin/ --eln-dest /usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (/usr/X/23/pkg/emacs-29.0.92/lisp /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes /usr/X/23/pkg/emacs-29.0.92/lisp/language /usr/X/23/pkg/emacs-29.0.92/lisp/international /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes /usr/X/23/pkg/emacs-29.0.92/lisp/vc)
Loading emacs-lisp/debug-early (source)...
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading keymap (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 /usr/X/23/pkg/emacs-29.0.92/lisp/files.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/pcase.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cus-face.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/faces.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/ldefs-boot.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/button.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-preloaded.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/oclosure.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/obarray.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/abbrev.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/help.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/jka-cmpr-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/epa-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-cmds.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/case-table.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/characters.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/charscript.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/emoji-zwj.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/composite.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/chinese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/cyrillic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/indian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/sinhala.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/english.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/ethiopic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/european.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/czech.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/slovak.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/romanian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/greek.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/hebrew.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/cp51932.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/eucjp-ms.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/japanese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/korean.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/lao.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/tai-viet.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/thai.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/tibetan.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/vietnamese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/misc-lang.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/utf-8-lang.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/georgian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/khmer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/burmese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/cham.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/philippine.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/indonesian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/indent.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-generic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/simple.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/seq.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/nadvice.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/minibuffer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/frame.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/startup.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/tty-colors.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/font-core.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/syntax.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/font-lock.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/jit-lock.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/mouse.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/scroll-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/select.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/timer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/easymenu.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/isearch.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/rfn-eshadow.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/menu-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tab-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/page.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/register.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/paragraphs.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/prog-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/text-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/fill.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/newcomment.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/replace.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/tabulated-list.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/buff-menu.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/fringe.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/regexp-opt.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/image.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/fontset.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/dnd.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tool-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/dynamic-setting.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/x-dnd.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/common-win.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/x-win.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/mwheel.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/elisp-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/float-sup.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/vc/vc-hooks.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/vc/ediff-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/uniquify.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/electric.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/paren.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/shorthands.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/eldoc.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cconv.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cus-start.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tooltip.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/iso-transl.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/rmc.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
Dumping fingerprint: 8f3f2d32999f0eb7147c48295cfbe52a3866390370dfe27b244573fd22db9f6c
Dump complete
Byte counts: header=100 hot=15690412 discardable=200024 cold=10946776
Reloc counts: hot=1093662 discardable=5491
ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cconv.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cconv.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/byte-opt.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/byte-opt.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/bytecomp.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/bytecomp.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp-cstr.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp-cstr.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/loaddefs-gen.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/loaddefs-gen.elc
ELC /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/radix-tree.elc
TZ=UTC0 touch -t 197001010000 /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/radix-tree.elc
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cconv.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/byte-opt.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/bytecomp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/comp-cstr.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/loaddefs-gen.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/radix-tree.elc
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/titdic-cnv.elc
make -C ../leim all EMACS="../src/bootstrap-emacs"
make[4]: Entering directory '/mnt/606/2023/pkg/emacs-29/leim'
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/CCDOSPY.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/Punct.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/QJ.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/SW.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/TONEPY.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/4Corner.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/ARRAY30.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/ECDICT.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/ETZY.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/Punct-b5.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/PY-b5.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/QJ-b5.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/ZOZY.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/tsang-b5.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/tsang-cns.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/PY.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/ZIRANMA.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/CTLau.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/quail/CTLau-b5.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/language/pinyin.el
GEN /usr/X/23/pkg/emacs-29.0.92/leim/../lisp/leim/leim-list.el
make[4]: Leaving directory '/mnt/606/2023/pkg/emacs-29/leim'
make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs"
make[4]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/grammars'
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/bovine/c-by.el
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/bovine/make-by.el
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/bovine/scm-by.el
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/grammar-wy.el
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/wisent/javat-wy.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/wisent/js-wy.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/semantic/wisent/python-wy.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/cedet/srecode/srt-wy.el
make[4]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/grammars'
GEN autoloads
INFO Scraping files for loaddefs...
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/faces:0: Warning: Not registering prefix "co". Affects: ("copy-face" "color-luminance-dark-limit" "color-dark-p" "color-defined-p" "color-values")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "ma". Affects: ("magic-fallback-mode-alist" "magic-mode-alist" "magic-mode-regexp-match-limit" "major-mode-remap-alist" "make-temp-file" "make-nearby-temp-file" "make-backup-files" "make-backup-file-name" "make-backup-file-name-function" "make-backup-file-name--default-function" "make-backup-file-name-1" "make-directory" "make-empty-file" "make-auto-save-file-name" "make-lock-file-name")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "mo". Affects: ("mode-require-final-newline" "mounted-file-systems" "move-file-to-trash")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "re". Affects: ("require-final-newline" "remote-shell-program" "remote-file-name-inhibit-auto-save-visited" "remote-file-name-inhibit-locks" "remote-file-name-inhibit-cache" "revert-without-query" "revert-buffer" "revert-buffer-function" "revert-buffer--default" "revert-buffer-in-progress-p" "revert-buffer-insert-file-contents-function" "revert-buffer-insert-file-contents--default-function" "revert-buffer-insert-file-contents-delicately" "revert-buffer-with-fine-grain" "revert-buffer-with-fine-grain-max-seconds" "revert-buffer-quick" "revert-buffer-quick-short-answers" "recode-file-name" "recover-this-file" "recover-file" "recover-session" "recover-session-finish" "rename-visited-file" "rename-uniquely" "rename-auto-save-file" "restart-emacs" "read-directory-name" "read-file-modes")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "sa". Affects: ("safe-local-eval-forms" "safe-local-variable-values" "safe-local-variable-p" "save-abbrevs" "save-silently" "save-some-buffers" "save-some-buffers--switch-window-callback" "save-some-buffers-action-alist" "save-some-buffers-default-predicate" "save-some-buffers-root" "save-some-buffers-functions" "save-buffer" "save-buffer-coding-system" "save-buffers-kill-emacs" "save-buffers-kill-terminal")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "cd". Affects: ("cd" "cd-path" "cd-absolute")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "co". Affects: ("copy-directory" "copy-directory-create-symlink" "convert-standard-filename" "conf-mode-maybe" "confirm-nonexistent-file-or-buffer" "confirm-kill-emacs" "confirm-kill-processes")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "in". Affects: ("interpreter-mode-alist" "inhibit-local-variables-regexps" "inhibit-local-variables-suffixes" "inhibit-local-variables-ignore-case" "inhibit-local-variables-p" "insert-file" "insert-file-contents-literally" "insert-file-1" "insert-file-literally" "insert-directory" "insert-directory-program" "insert-directory-ls-version" "insert-directory-wildcard-in-dir-p" "insert-directory-clean" "insert-directory-adj-pos" "insert-directory-safely")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "lo". Affects: ("lock-file-name-transforms" "lock-file-mode" "local-write-file-hooks" "local-enable-local-variables" "locate-file" "locate-file-completion-table" "locate-dominating-stop-dir-regexp" "locate-dominating-file" "locate-user-emacs-file" "load-file" "load-library")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "ab". Affects: ("abbreviated-home-dir" "abbreviate-file-name" "abort-if-file-too-large")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "ba". Affects: ("backup-inhibited" "backup-by-copying" "backup-by-copying-when-linked" "backup-by-copying-when-mismatch" "backup-by-copying-when-privileged-mismatch" "backup-buffer" "backup-buffer-copy" "backup-directory-alist" "backup-file-name-p" "backup-enable-predicate" "backup-extract-version" "basic-save-buffer" "basic-save-buffer-1" "basic-save-buffer-2")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/files:0: Warning: Not registering prefix "no". Affects: ("normal-mode" "normal-backup-enable-predicate" "not-modified")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/frame:0: Warning: Not registering prefix "se". Affects: ("select-frame-set-input-focus" "select-frame-by-name" "set-cursor-color" "set-background-color" "set-border-color" "set-mouse-color" "set-mouse-absolute-pixel-position" "set-foreground-color" "set-frame-configuration" "set-frame-font" "set-frame-name" "set-frame-parameter" "set-frame-property--interactive")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/frame:0: Warning: Not registering prefix "to". Affects: ("tool-bar-lines-needed" "toggle-frame-maximized" "toggle-frame-fullscreen")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/frame:0: Warning: Not registering prefix "de". Affects: ("device-class" "delete-other-frames")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/frame:0: Warning: Not registering prefix "mo". Affects: ("modify-all-frames-parameters" "mouse-absolute-pixel-position")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/frame:0: Warning: Not registering prefix "in". Affects: ("initial-frame-alist" "inhibit-frame-set-background-mode")
INFO Scraping files for loaddefs...10%
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/replace:0: Warning: Not registering prefix "co". Affects: ("count-matches" "copy-matching-lines")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "li". Affects: ("list-processes" "list-processes--refresh" "line-substring-with-bidi-context" "line-move" "line-move-ignore-invisible" "line-move-partial" "line-move-visual" "line-move-1" "line-move-finish" "line-move-to-column" "line-number-mode")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "la". Affects: ("last-completion" "lax-plist-get" "lax-plist-put")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "re". Affects: ("recenter-current-error" "reindent-then-newline-and-indent" "repeat-complex-command" "reset-this-command-lengths" "region-modifiable-p" "region-insert-function" "region-indistinguishable-p" "region-active-p" "region-bounds" "region-noncontiguous-p" "redisplay-unhighlight-region-function" "redisplay-highlight-region-function" "redisplay--highlight-overlay-function" "redisplay--unhighlight-overlay-function" "redisplay--update-region-highlight" "redisplay--update-cursor-face-highlight" "redisplay--pre-redisplay-functions" "read-quoted-char" "read-quoted-char-radix" "read--expression" "read--expression-map" "read--expression-try-read" "read-from-kill-ring" "read-minibuffer" "read-mail-command" "read-extended-command" "read-extended-command-predicate" "read-extended-command-mode" "read-extended-command-mode-map" "read-extended-command-1" "read-extended-command--affixation" "read-expression-map" "read-expression-switch-to-completions" "read-only-mode" "read-shell-command" "read-signal-name")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "sp". Affects: ("special-mode" "special-mode-map" "split-line")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "sh". Affects: ("shell-command" "shell-command-buffer-name" "shell-command-buffer-name-async" "shell-command-history" "shell-command-prompt-show-cwd" "shell-command-default-error-buffer" "shell-command-dont-erase-buffer" "shell-command--same-buffer-confirm" "shell-command-switch" "shell-command-saved-pos" "shell-command-save-pos-or-erase" "shell-command-set-point-after-cmd" "shell-command-sentinel" "shell-command-on-region" "shell-command-to-string" "shift-select-mode")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "se". Affects: ("self-insert-uses-region-functions" "set-hard-newline-properties" "set-mark" "set-mark-command" "set-mark-command-repeat-pop" "set-goal-column" "set-fill-column" "set-selective-display" "set-variable" "set-variable-value-history")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "st". Affects: ("start-file-process" "string-empty-p")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "go". Affects: ("goto-next-locus" "goto-line" "goto-line-history" "goto-line-history-local" "goto-line-read-args" "goto-line-relative" "goto-history-element" "goal-column")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ch". Affects: ("char-uppercase-p" "choose-completion" "choose-completion-guess-base-position" "choose-completion-string" "choose-completion-string-functions")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "co". Affects: ("count-words" "count-words-region" "count-words--buffer-format" "count-words--format" "count-lines" "copy-region-as-kill" "copy-region-blink-delay" "copy-region-blink-predicate" "copy-to-buffer" "column-number-mode" "command-completion-default-include-p" "command-completion-with-modes-p" "command-completion-using-modes-p" "command-completion-using-modes-and-keymaps-p" "command-completion-button-p" "command-completion--command-for-this-buffer-function" "command-execute" "command-execute--query" "comment-line-break-function" "compose-mail" "compose-mail-user-agent-warnings" "compose-mail-other-window" "compose-mail-other-frame" "completion-reference-buffer" "completion-no-auto-exit" "completion-base-position" "completion-base-affixes" "completion-use-base-affixes" "completion-auto-wrap" "completion-auto-select" "completion-list-insert-choice-function" "completion-list-mode" "completion-list-mode-map" "completion-list-mode-finish" "completion-show-help" "completion-setup-function")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "cl". Affects: ("clean-mode" "clone-process" "clone-buffer" "clone-buffer-hook" "clone-indirect-buffer" "clone-indirect-buffer-other-window")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "di". Affects: ("display-message-or-buffer" "digit-argument")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "de". Affects: ("deactivate-mark" "deactivate-mark-hook" "delete-indentation" "delete-trailing-lines" "delete-trailing-whitespace" "delete-horizontal-space" "delete-space--internal" "delete-all-space" "delete-active-region" "delete-blank-lines" "delete-backward-char" "delete-forward-char" "delete-completion-window" "default-font-height" "default-font-width" "default-line-height" "default-indent-new-line" "define-alternatives")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "do". Affects: ("do-auto-fill" "downcase-dwim")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "un". Affects: ("undo" "undo-no-redo" "undo--last-change-was-undo-p" "undo-redo" "undo-in-region" "undo-in-progress" "undo-copy-list" "undo-copy-list-1" "undo-start" "undo-more" "undo-make-selective-list" "undo-delta" "undo-adjust-elt" "undo-adjust-beg-end" "undo-adjust-pos" "undo-auto-current-boundary-timer" "undo-auto-amalgamate" "undo-auto--this-command-amalgamating" "undo-auto--needs-boundary-p" "undo-auto--last-boundary-cause" "undo-auto--last-boundary-amalgamating-number" "undo-auto--ensure-boundary" "undo-auto--boundaries" "undo-auto--boundary-timer" "undo-auto--boundary-ensure-timer" "undo-auto--add-boundary" "undo-auto--undoably-changed-buffers" "undo-auto--undoable-change" "undo-amalgamate-change-group" "undo-ask-before-discard" "undo-equiv-table" "undo-elt-in-region" "undo-elt-crosses-region" "undo-extra-outer-limit" "undo-only" "undo-outer-limit-truncate" "universal-argument" "universal-argument--description" "universal-argument--preserve" "universal-argument--mode" "universal-argument-map" "universal-argument-more")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "bi". Affects: ("bidi-directional-controls-chars" "bidi-directional-non-controls-chars" "binary-overwrite-mode")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ba". Affects: ("back-to-indentation" "backward-to-indentation" "backward-delete-char-untabify" "backward-delete-char-untabify-method" "backward-word" "backward-kill-word" "bad-packages-alist" "bad-package-check")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ma". Affects: ("make-separator-line" "max-mini-window-lines" "mark" "mark-inactive" "mark-ring" "mark-ring-max" "mark-whole-buffer" "mark-word" "mail-user-agent" "mail-encode-mml")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ne". Affects: ("newline" "newline-and-indent" "negative-argument" "next-error" "next-error-recenter" "next-error--message-highlight-overlay" "next-error-verbose" "next-error-hook" "next-error-highlight" "next-error-highlight-no-select" "next-error-highlight-timer" "next-error-overlay-arrow-position" "next-error-last-buffer" "next-error-buffer" "next-error-buffer-p" "next-error-buffer-on-selected-frame" "next-error-buffer-unnavigated-current" "next-error-internal" "next-error-quit-window" "next-error-select-buffer" "next-error-no-select" "next-error-function" "next-error-find-buffer" "next-error-find-buffer-function" "next-error-found" "next-error-found-function" "next-error-follow-last-line" "next-error-follow-minor-mode" "next-error-follow-mode-post-command-hook" "next-error-move-function" "next-error-message-highlight" "next-match" "next-matching-history-element" "next-history-element" "next-line" "next-line-or-history-element" "next-line-add-newlines" "next-logical-line" "next-complete-history-element" "next-completion")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "no". Affects: ("non-essential" "normal-auto-fill-function" "normal-erase-is-backspace" "normal-erase-is-backspace-setup-frame" "normal-erase-is-backspace-mode")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ex". Affects: ("extended-command-history" "extended-command-versions" "extended-command-suggest-shorter" "execute-extended-command" "execute-extended-command-cycle" "execute-extended-command--last-typed" "execute-extended-command--shorter" "execute-extended-command--shorter-1" "execute-extended-command--binding-timer" "execute-extended-command--describe-binding-msg" "execute-extended-command-for-buffer" "exchange-point-and-mark")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "ev". Affects: ("eval-minibuffer" "eval-expression" "eval-expression-debug-on-error" "eval-expression-print-level" "eval-expression-print-length" "eval-expression-print-maximum-character" "eval-expression-print-format" "eval-expression-minibuffer-setup-hook" "eval-expression-get-print-arguments" "event-apply-alt-modifier" "event-apply-hyper-modifier" "event-apply-super-modifier" "event-apply-shift-modifier" "event-apply-control-modifier" "event-apply-meta-modifier" "event-apply-modifier")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "pr". Affects: ("primitive-undo" "process-file" "process-file-side-effects" "process-file-return-signal-string" "process-menu-query-only" "process-menu-mode" "process-menu-mode-map" "process-menu-delete-process" "process-menu-visit-buffer" "prefix-command-echo-keystrokes-functions" "prefix-command-update" "prefix-command-preserve-state" "prefix-command-preserve-state-hook" "prepend-to-buffer" "pre-redisplay-functions" "previous-error" "previous-error-no-select" "previous-matching-history-element" "previous-history-element" "previous-line" "previous-line-or-history-element" "previous-logical-line" "previous-complete-history-element" "previous-completion")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "fi". Affects: ("fixup-whitespace" "filter-buffer-substring" "filter-buffer-substring-function" "filter-buffer-substring-functions" "fill-prefix" "first-error" "first-completion")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "in". Affects: ("insert-buffer" "interprogram-cut-function" "interprogram-paste-function" "internal-echo-keystrokes-prefix" "internal-auto-fill" "indent-tabs-mode" "indicate-copied-region" "indicate-unused-lines")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/simple:0: Warning: Not registering prefix "wi". Affects: ("widen-automatically" "window-screen-lines")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "wh". Affects: ("when" "when-let" "when-let*" "while-let" "while-no-input")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "mo". Affects: ("mouse-movement-p" "mouse-event-p" "move-marker" "momentary-string-display")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "me". Affects: ("messages-buffer-max-lines" "member-ignore-case" "memory-limit" "menu-bar-separator")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ma". Affects: ("map-keymap-sorted" "max-specpdl-size" "major-mode--suspended" "major-mode-suspend" "major-mode-restore" "macrop" "make-composed-keymap" "make-syntax-table" "make-progress-reporter" "match-string" "match-string-no-properties" "match-substitute-replacement" "match-buffers")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "bi". Affects: ("bignump" "bidi-string-mark-left-to-right")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "bu". Affects: ("butlast" "buffer-local-boundp" "buffer-local-set-state" "buffer-local-set-state--get" "buffer-local-restore-state" "buffer-narrowed-p" "buffer-match-p")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "sh". Affects: ("shell-quote-argument" "sha1")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "sp". Affects: ("special-form-p" "split-string" "split-string-default-separators" "split-string-and-unquote")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "su". Affects: ("suppress-keymap" "suspend-hook" "suspend-resume-hook" "subr-primitive-p" "subr--with-wrapper-hook-no-warnings" "subregexp-context-p" "substitute-key-definition" "substitute-key-definition-key" "subst-char-in-string")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "sy". Affects: ("symbol-file" "syntax-after" "syntax-class")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "se". Affects: ("send-string" "send-region" "search-forward-regexp" "search-backward-regexp" "setq-default" "setq-local" "set-transient-map" "set-transient-map-timeout" "set-transient-map-timer")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "st". Affects: ("store-match-data" "start-process" "start-process-shell-command" "start-file-process-shell-command" "string=" "string<" "string>" "string-or-null-p" "string-match-p" "string-replace" "string-equal-ignore-case" "string-prefix-p" "string-split" "string-suffix-p" "string-greaterp" "string-to-list" "string-to-vector" "string-trim" "string-trim-left" "string-trim-right" "string-lines")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ev". Affects: ("eventp" "event-modifiers" "event-basic-type" "event--posn-at-point" "event-start" "event-end" "event-click-count" "event-line-count" "eval-after-load")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "do". Affects: ("do-after-load-evaluation" "dotimes" "dotimes-with-progress-reporter" "dolist" "dolist-with-progress-reporter")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "de". Affects: ("declare" "declare-function" "derived-mode-p" "def-edebug-spec" "def-edebug-elem-spec" "defvar-local" "define-error" "define-key-after" "define-prefix-command" "define-symbol-prop" "define-mail-user-agent" "definition-prefixes" "delayed-mode-hooks" "delayed-after-hook-functions" "delayed-warnings-hook" "delay-mode-hooks" "delay-warning" "delete-dups" "delete-consecutive-dups" "delete-line")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "re". Affects: ("replace-string-in-region" "replace-regexp-in-region" "replace-regexp-in-string" "remq" "remove" "remove-hook" "remove-overlays" "remove-yank-excluded-properties" "remove-from-invisibility-spec" "register-definition-prefixes" "regexp-unmatchable" "read-key" "read-key-empty-map" "read-key-full-map" "read-key-delay" "read--potential-mouse-event" "read-password--hide-password" "read-passwd" "read-passwd-map" "read-number" "read-number-history" "read-char-choice" "read-char-choice-use-read-key" "read-char-choice-with-read-key" "read-char-history" "read-char-from-minibuffer" "read-char-from-minibuffer-map" "read-char-from-minibuffer-map-hash" "read-char-from-minibuffer-insert-char" "read-char-from-minibuffer-insert-other" "readablep")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "fr". Affects: ("frame-configuration-p" "from--tty-menu-p")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "fi". Affects: ("fixnump" "find-tag-default" "find-tag-default-bounds" "find-tag-default-as-regexp" "find-tag-default-as-symbol-regexp" "field-at-pos")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "in". Affects: ("indent-to-column" "insert-for-yank" "insert-for-yank-1" "insert-buffer-substring-no-properties" "insert-buffer-substring-as-yank" "insert-into-buffer" "int-to-string" "interactive-p" "internal-temp-output-buffer-show" "internal-push-keymap" "internal-pop-keymap" "internal--compiler-macro-cXXr" "internal--with-restriction" "internal--without-restriction" "internal--build-binding" "internal--build-bindings" "internal--before-with-selected-window" "internal--after-with-selected-window" "internal--funcall-interactively" "internal--fill-string-single-line" "internal--format-docstring-line")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "un". Affects: ("unless" "undefined" "undo--combining-change-calls" "undo--wrap-and-run-primitive-undo" "unmsys--file-name")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "al". Affects: ("always" "alist-get")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ac". Affects: ("activate-change-group" "accept-change-group")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ap". Affects: ("apply-partially" "apropos-internal")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "po". Affects: ("pop" "posnp" "posn-window" "posn-point" "posn-x-y" "posn-col-row" "posn-area" "posn-actual-col-row" "posn-timestamp" "posn-set-point" "posn-string" "posn-image" "posn-object" "posn-object-x-y" "posn-object-width-height" "point-at-eol" "point-at-bol")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "pl". Affects: ("play-sound" "plistp")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "pr". Affects: ("prepare-change-group" "provided-mode-derived-p" "process-lines" "process-lines-handling-status" "process-lines-ignore-status" "process-live-p" "process-kill-buffer-query-function" "process-get" "process-put" "process-file-shell-command" "prog2" "progress-reporter-update" "progress-reporter-force-update" "progress-reporter--pulse-characters" "progress-reporter-do-update" "progress-reporter-done")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "cd". Affects: ("cdar" "cdaar" "cdaaar" "cdaadr" "cdadr" "cdadar" "cdaddr" "cddr" "cddar" "cddaar" "cddadr" "cdddr" "cdddar" "cddddr")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ch". Affects: ("chmod" "change-major-mode-after-body-hook")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "co". Affects: ("copy-tree" "copy-overlay" "condition-case-unless-debug" "compiled-function-p" "combine-change-calls" "combine-change-calls-1" "combine-after-change-calls" "combine-and-quote-strings" "collapse-delayed-warnings")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "ca". Affects: ("caar" "caaar" "caaaar" "caaadr" "caadr" "caadar" "caaddr" "cadr" "cadar" "cadaar" "cadadr" "caddr" "caddar" "cadddr" "cancel-change-group" "call-process-shell-command" "call-shell-region" "called-interactively-p" "called-interactively-p-functions")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "te". Affects: ("temp-buffer-show-hook" "temp-buffer-setup-hook" "text-clone--maintain" "text-clone--maintaining" "text-clone-create")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "la". Affects: ("lambda" "last")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "lo". Affects: ("log10" "local-set-key" "local-unset-key" "local-key-binding" "locate-eln-file" "locate-library" "looking-back" "looking-at-p" "load-history-regexp" "load-history-filename-element")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/subr:0: Warning: Not registering prefix "no". Affects: ("not" "noreturn")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "wi". Affects: ("with-temp-buffer-window" "with-current-buffer-window" "with-displayed-buffer-window" "with-window-non-dedicated" "windows-sharing-edge" "window-height" "window-with-parameter" "window-width" "window-min-height" "window-min-width" "window-min-pixel-height" "window-min-pixel-width" "window-min-pixel-size" "window-min-size" "window-min-delta" "window-make-atom" "window-main-window" "window-max-delta" "window-max-chars-per-line" "window-child" "window-child-count" "window-combined-p" "window-combination-p" "window-combinations" "window-current-scroll-bars" "window-right" "window-resizable" "window-resizable-p" "window-resize" "window-resize-no-error" "window-edges" "window-in-direction" "window-inside-edges" "window-inside-pixel-edges" "window-inside-absolute-pixel-edges" "window-toggle-side-windows" "window-total-size" "window-tree" "window-full-height-p" "window-full-width-p" "window-font-width" "window-font-height" "window-fixed-size-p" "window-normalize-frame" "window-normalize-window" "window-normalize-buffer" "window-normalize-buffer-to-switch-to" "window-body-size" "window-body-edges" "window-body-pixel-edges" "window-buffer-height" "window-deletable-p" "window-default-font-height" "window-default-line-height" "window-sides-vertical" "window-sides-reversed" "window-sides-slots" "window-sizable" "window-sizable-p" "window-size" "window-size-fixed" "window-size-fixed-p" "window-state-get" "window-state-put" "window-state-put-list" "window-state-put-stale-windows" "window-state-buffers" "window-swap-states" "window-splittable-p" "window-safe-min-height" "window-safe-min-width" "window-safe-min-pixel-height" "window-safe-min-pixel-width" "window-safe-min-pixel-size" "window-safe-min-size" "window-safely-shrinkable-p" "window-left" "window-last-child" "window-largest-empty-rectangle" "window-largest-empty-rectangle--maximums" "window-largest-empty-rectangle--maximums-1" "window-largest-empty-rectangle--disjoint-maximums" "window-group-start" "window-group-start-function" "window-group-end" "window-group-end-function" "window-absolute-body-pixel-edges" "window-absolute-pixel-edges" "window-absolute-pixel-position" "window-atom-root" "window-at-side-p" "window-at-side-list" "window-at-x-y" "window-area-factor" "window-adjust-process-window-size" "window-adjust-process-window-size-function" "window-adjust-process-window-size-smallest" "window-adjust-process-window-size-largest" "window--in-direction-2" "window--resizable" "window--resizable-p" "window--resize-apply-p" "window--resize-child-windows" "window--resize-child-windows-skip-p" "window--resize-child-windows-normal" "window--resize-siblings" "window--resize-this-window" "window--resize-reset" "window--resize-reset-1" "window--resize-root-window" "window--resize-root-window-vertically" "window--resize-mini-window" "window--resize-mini-frame" "window--quit-restore-select-window" "window--check" "window--combination-resizable" "window--frame-usable-p" "window--even-window-sizes" "window--dump-window" "window--dump-frame" "window--delete" "window--display-buffer" "window--min-size-ignore-p" "window--min-size-1" "window--min-delta-1" "window--make-major-side-window" "window--make-major-side-window-next-to" "window--max-delta-1" "window--maybe-raise-frame" "window--try-to-split-window" "window--try-to-split-window-in-direction" "window--sides-shown" "window--sides-inhibit-check" "window--sides-reverse" "window--sides-reverse-on-frame-p" "window--sides-reverse-all" "window--sides-reverse-frame" "window--sides-reverse-side" "window--sides-verticalize" "window--sides-verticalize-frame" "window--sides-check" "window--sides-check-failed" "window--size-fixed-1" "window--size-to-pixel" "window--subtree" "window--state-get-1" "window--state-put-1" "window--state-put-2" "window--sanitize-window-sizes" "window--sanitize-margin" "window--pixel-to-total" "window--pixel-to-total-1" "window--preserve-size" "window--process-window-list" "window--atom-check" "window--atom-check-1" "window--adjust-process-windows" "window-pixel-width-before-size-change" "window-pixel-height-before-size-change" "window-pixel-edges" "window-preserve-size" "window-preserved-size" "window-prefix-map")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "mo". Affects: ("move-to-window-group-line" "move-to-window-group-line-function" "move-to-window-line-top-bottom" "mouse-autoselect-window-timer" "mouse-autoselect-window-position" "mouse-autoselect-window-position-1" "mouse-autoselect-window-window" "mouse-autoselect-window-cancel" "mouse-autoselect-window-state" "mouse-autoselect-window-start" "mouse-autoselect-window-select")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "en". Affects: ("enlarge-window" "enlarge-window-horizontally" "end-of-buffer-other-window")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "sa". Affects: ("save-selected-window" "same-window-buffer-names" "same-window-regexps" "same-window-p" "same-window-prefix")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "sp". Affects: ("special-display-buffer-names" "special-display-regexps" "special-display-p" "special-display-popup-frame" "special-display-frame-alist" "special-display-function" "split-root-window-below" "split-root-window-right" "split-height-threshold" "split-width-threshold" "split-window" "split-window-no-error" "split-window-keep-point" "split-window-below" "split-window-vertically" "split-window-right" "split-window-horizontally" "split-window-preferred-function" "split-window-sensibly")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "se". Affects: ("set-window-buffer-start-and-point" "set-window-text-height" "set-window-group-start" "set-window-group-start-function" "selected-window-group" "selected-window-group-function")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/window:0: Warning: Not registering prefix "po". Affects: ("pop-up-frame-alist" "pop-up-frame-function" "pop-up-frames" "pop-up-windows" "pop-to-buffer" "pop-to-buffer-same-window" "pos-visible-in-window-group-p" "pos-visible-in-window-group-p-function")
INFO Scraping files for loaddefs...20%
INFO Scraping files for loaddefs...30%
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp:0: Warning: Not registering prefix "de". Affects: ("defun-prompt-regexp" "delete-pair" "delete-pair-blink-delay")
INFO Scraping files for loaddefs...40%
INFO Scraping files for loaddefs...50%
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-cmds:0: Warning: Not registering prefix "se". Affects: ("search-unencodable-char" "select-safe-coding-system" "select-safe-coding-system-accept-default-p" "select-safe-coding-system--format-list" "select-safe-coding-system-interactively" "select-message-coding-system" "setup-language-environment-map" "setup-specified-language-environment" "set-coding-system-map" "set-input-method" "set-default-coding-systems" "set-display-table-and-terminal-coding-system" "set-language-info" "set-language-info-internal" "set-language-info-setup-keymap" "set-language-info-alist" "set-language-environment" "set-language-environment-hook" "set-language-environment-input-method" "set-language-environment-nonascii-translation" "set-language-environment-coding-systems" "set-language-environment-charset" "set-language-environment-unibyte" "set-locale-environment")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-cmds:0: Warning: Not registering prefix "la". Affects: ("last-coding-system-specified" "language-info-alist" "language-info-custom-alist")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "pt". Affects: ("ptcp154" "pt154")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "cp". Affects: ("cp936" "cp932" "cp932-2-byte" "cp949" "cp949-2-byte" "cp437" "cp720" "cp737" "cp775" "cp00858" "cp038" "cp866" "cp866u" "cp860" "cp861" "cp862" "cp863" "cp864" "cp865" "cp869" "cp874" "cp851" "cp852" "cp855" "cp857" "cp858" "cp850" "cp1250" "cp1251" "cp1252" "cp1253" "cp1254" "cp1255" "cp1256" "cp1257" "cp1258" "cp1125" "cp1047" "cp154" "cp65001")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "co". Affects: ("control-1" "compound-text" "compound-text-with-extensions")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "ti". Affects: ("tis620-2533" "tibetan" "tibetan-1-column")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "ko". Affects: ("korean-ksc5601" "koi8" "koi8-r" "koi8-u" "koi8-t")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf:0: Warning: Not registering prefix "vi". Affects: ("viscii" "vietnamese-viscii-lower" "vietnamese-viscii-upper")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/international/mule:0: Warning: Not registering prefix "co". Affects: ("convert-define-charset-argument" "coding-system-iso-2022-flags" "coding-system-doc-string" "coding-system-mnemonic" "coding-system-type" "coding-system-charset-list" "coding-system-category" "coding-system-get" "coding-system-eol-type-mnemonic" "coding-system-equal" "coding-system-lessp" "coding-system-list")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/language/chinese:0: Warning: Not registering prefix "hz". Affects: ("hz" "hz-gb-2312")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/language/cyrillic:0: Warning: Not registering prefix "cp". Affects: ("cp1251" "cp1125" "cp878" "cp866" "cp866u" "cp855")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/language/thai:0: Warning: Not registering prefix "th". Affects: ("thai-tis620" "th-tis620")
../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/language/vietnamese:0: Warning: Not registering prefix "vi". Affects: ("viscii" "viqr" "vietnamese-vscii" "vietnamese-viscii" "vietnamese-viqr" "vietnamese-tcvn")
INFO Scraping files for loaddefs...60%
INFO Scraping files for loaddefs...70%
INFO Scraping files for loaddefs...80%
INFO Scraping files for loaddefs...90%
INFO Scraping files for loaddefs...100%
INFO Scraping files for loaddefs...done
GEN textmodes/reftex-loaddefs.el
GEN textmodes/texinfo-loaddefs.el
GEN org/org-loaddefs.el
GEN net/tramp-loaddefs.el
GEN mh-e/mh-loaddefs.el
GEN eshell/esh-groups.el
GEN erc/erc-loaddefs.el
GEN emacs-lisp/cl-loaddefs.el
GEN cedet/srecode/loaddefs.el
GEN cedet/semantic/loaddefs.el
GEN cedet/ede/loaddefs.el
GEN calendar/diary-loaddefs.el
GEN calendar/holiday-loaddefs.el
GEN calendar/cal-loaddefs.el
GEN calc/calc-loaddefs.el
GEN ps-print-loaddefs.el
GEN ibuffer-loaddefs.el
GEN dired-loaddefs.el
GEN ../../../../../../mnt/606/2023/pkg/emacs-29.0.92/lisp/loaddefs.el
INFO Scraping files for loaddefs...
INFO Scraping files for loaddefs...done
GEN ../../lisp/theme-loaddefs.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/abbrev.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/bindings.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/buff-menu.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/button.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/case-table.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/composite.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/cus-face.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/cus-start.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/custom.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/disp-table.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/dnd.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/dos-fns.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/dos-vars.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/dos-w32.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/dynamic-setting.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/electric.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/backquote.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/byte-run.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-generic.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-preloaded.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/debug-early.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/easymenu.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/eldoc.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/float-sup.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp-mode.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/map-ynp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/nadvice.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/oclosure.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/regexp-opt.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/rmc.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/seq.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/shorthands.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/syntax.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/tabulated-list.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/timer.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/env.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/epa-hook.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/faces.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/files.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/font-core.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/font-lock.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/format.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/frame.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/fringe.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/help.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/image.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/indent.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/charscript.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/emoji-zwj.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/characters.elc
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
ELC /usr/X/23/pkg/emacs-29.0.92/admin/unidata/uvs.elc
ELC /usr/X/23/pkg/emacs-29.0.92/admin/unidata/unidata-gen.elc
GEN unidata.txt
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-bidi.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-brackets.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-category.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-combining.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-comment.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-decimal.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-decomposition.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-digit.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-lowercase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-mirrored.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-name.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-numeric.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-old-name.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-special-lowercase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-special-titlecase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-special-uppercase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-titlecase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-uppercase.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/charprop.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/emoji-labels.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-scripts.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/uni-confusable.el
GEN /usr/X/23/pkg/emacs-29.0.92/lisp/international/idna-mapping.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/unidata'
make -C ../admin/charsets cp51932.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
make[3]: Nothing to be done for 'cp51932.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/cp51932.elc
make -C ../admin/charsets eucjp-ms.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
make[3]: Nothing to be done for 'eucjp-ms.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/charsets'
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/eucjp-ms.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/fontset.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/iso-transl.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-cmds.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-conf.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-util.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/international/ucs-normalize.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/isearch.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/jit-lock.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/jka-cmpr-hook.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/keymap.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/burmese.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/cham.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/chinese.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/cyrillic.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/czech.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/english.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/ethiopic.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/european.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/georgian.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/greek.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/hebrew.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/indian.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/indonesian.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/japanese.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/khmer.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/korean.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/lao.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/misc-lang.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/philippine.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/romanian.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/sinhala.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/slovak.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/tai-viet.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/thai.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/tibetan.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/utf-8-lang.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/language/vietnamese.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/loaddefs.elc
In toplevel form:
loaddefs.el:9707:12: Warning: defcustom for ‘global-eldoc-mode’ fails to specify containing group
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/ls-lisp.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/menu-bar.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/minibuffer.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/mouse.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/mwheel.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/newcomment.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/obarray.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/paren.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/pgtk-dnd.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/elisp-mode.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/prog-mode.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/register.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/replace.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/rfn-eshadow.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/scroll-bar.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/select.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/simple.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/startup.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/subr.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/tab-bar.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/common-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/haiku-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/internal.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/ns-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/pc-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/pgtk-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/tty-colors.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/w32-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/term/x-win.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/fill.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/page.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/paragraphs.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/text-mode.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/tool-bar.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/tooltip.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/uniquify.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/vc/ediff-hook.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/vc/vc-hooks.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/version.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/w32-fns.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/w32-vars.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/widget.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/window.elc
ELC+ELN /usr/X/23/pkg/emacs-29.0.92/lisp/x-dnd.elc
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \
--bin-dest /usr/X/23/pkg/emacs-29-sink/bin/ --eln-dest /usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/
Loading loadup.el (source)...
Dump mode: pdump
Using load-path (/usr/X/23/pkg/emacs-29.0.92/lisp)
Loading emacs-lisp/debug-early (native compiled elisp)...
Loading emacs-lisp/byte-run (native compiled elisp)...
Loading emacs-lisp/backquote (native compiled elisp)...
Loading subr (native compiled elisp)...
Loading keymap (native compiled elisp)...
Loading version (native compiled elisp)...
Loading widget (native compiled elisp)...
Loading custom (native compiled elisp)...
Loading emacs-lisp/map-ynp (native compiled elisp)...
Loading international/mule (native compiled elisp)...
Loading international/mule-conf (native compiled elisp)...
Loading env (native compiled elisp)...
Loading format (native compiled elisp)...
Loading bindings (native compiled elisp)...
Loading window (native compiled elisp)...
Loading files (native compiled elisp)...
Loading emacs-lisp/macroexp (native compiled elisp)...
Loading cus-face (native compiled elisp)...
Loading faces (native compiled elisp)...
Loading loaddefs...
Loading theme-loaddefs.el (source)...
Loading button (native compiled elisp)...
Loading emacs-lisp/cl-preloaded (native compiled elisp)...
Loading emacs-lisp/oclosure (native compiled elisp)...
Loading obarray (native compiled elisp)...
Loading abbrev (native compiled elisp)...
Loading help (native compiled elisp)...
Loading jka-cmpr-hook (native compiled elisp)...
Loading epa-hook (native compiled elisp)...
Loading international/mule-cmds (native compiled elisp)...
Loading case-table (native compiled elisp)...
Loading international/charprop.el (source)...
Loading international/characters (native compiled elisp)...
Loading international/charscript (native compiled elisp)...
Loading international/emoji-zwj (native compiled elisp)...
Loading composite (native compiled elisp)...
Loading language/chinese (native compiled elisp)...
Loading language/cyrillic (native compiled elisp)...
Loading language/indian (native compiled elisp)...
Loading language/sinhala (native compiled elisp)...
Loading language/english (native compiled elisp)...
Loading language/ethiopic (native compiled elisp)...
Loading language/european (native compiled elisp)...
Loading language/czech (native compiled elisp)...
Loading language/slovak (native compiled elisp)...
Loading language/romanian (native compiled elisp)...
Loading language/greek (native compiled elisp)...
Loading language/hebrew (native compiled elisp)...
Loading international/cp51932 (native compiled elisp)...
Loading international/eucjp-ms (native compiled elisp)...
Loading language/japanese (native compiled elisp)...
Loading language/korean (native compiled elisp)...
Loading language/lao (native compiled elisp)...
Loading language/tai-viet (native compiled elisp)...
Loading language/thai (native compiled elisp)...
Loading language/tibetan (native compiled elisp)...
Loading language/vietnamese (native compiled elisp)...
Loading language/misc-lang (native compiled elisp)...
Loading language/utf-8-lang (native compiled elisp)...
Loading language/georgian (native compiled elisp)...
Loading language/khmer (native compiled elisp)...
Loading language/burmese (native compiled elisp)...
Loading language/cham (native compiled elisp)...
Loading language/philippine (native compiled elisp)...
Loading language/indonesian (native compiled elisp)...
Loading indent (native compiled elisp)...
Loading emacs-lisp/cl-generic (native compiled elisp)...
Loading simple (native compiled elisp)...
Loading emacs-lisp/seq (native compiled elisp)...
Loading emacs-lisp/nadvice (native compiled elisp)...
Loading minibuffer (native compiled elisp)...
Loading frame (native compiled elisp)...
Loading startup (native compiled elisp)...
Loading term/tty-colors (native compiled elisp)...
Loading font-core (native compiled elisp)...
Loading emacs-lisp/syntax (native compiled elisp)...
Loading font-lock (native compiled elisp)...
Loading jit-lock (native compiled elisp)...
Loading mouse (native compiled elisp)...
Loading scroll-bar (native compiled elisp)...
Loading select (native compiled elisp)...
Loading emacs-lisp/timer (native compiled elisp)...
Loading emacs-lisp/easymenu (native compiled elisp)...
Loading isearch (native compiled elisp)...
Loading rfn-eshadow (native compiled elisp)...
Loading menu-bar (native compiled elisp)...
Loading tab-bar (native compiled elisp)...
Loading emacs-lisp/lisp (native compiled elisp)...
Loading textmodes/page (native compiled elisp)...
Loading register (native compiled elisp)...
Loading textmodes/paragraphs (native compiled elisp)...
Loading progmodes/prog-mode (native compiled elisp)...
Loading emacs-lisp/lisp-mode (native compiled elisp)...
Loading textmodes/text-mode (native compiled elisp)...
Loading textmodes/fill (native compiled elisp)...
Loading newcomment (native compiled elisp)...
Loading replace (native compiled elisp)...
Loading emacs-lisp/tabulated-list (native compiled elisp)...
Loading buff-menu (native compiled elisp)...
Loading fringe (native compiled elisp)...
Loading emacs-lisp/regexp-opt (native compiled elisp)...
Loading image (native compiled elisp)...
Loading international/fontset (native compiled elisp)...
Loading dnd (native compiled elisp)...
Loading tool-bar (native compiled elisp)...
Loading dynamic-setting (native compiled elisp)...
Loading x-dnd (native compiled elisp)...
Loading term/common-win (native compiled elisp)...
Loading term/x-win (native compiled elisp)...
Loading mwheel (native compiled elisp)...
Loading progmodes/elisp-mode (native compiled elisp)...
Loading emacs-lisp/float-sup (native compiled elisp)...
Loading vc/vc-hooks (native compiled elisp)...
Loading vc/ediff-hook (native compiled elisp)...
Loading uniquify (native compiled elisp)...
Loading electric (native compiled elisp)...
Loading paren (native compiled elisp)...
Loading emacs-lisp/shorthands (native compiled elisp)...
Loading emacs-lisp/eldoc (native compiled elisp)...
Loading emacs-lisp/cconv (native compiled elisp)...
Loading cus-start (native compiled elisp)...
Loading tooltip (native compiled elisp)...
Loading international/iso-transl (native compiled elisp)...
Loading leim/leim-list.el (source)...
Loading emacs-lisp/rmc (native compiled elisp)...
Waiting for git...
Waiting for git...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 16630 strings, 1850 vectors, 49635 conses, 1141 bytecodes, 368 others
Dumping under the name emacs.pdmp
Dumping fingerprint: 8f3f2d32999f0eb7147c48295cfbe52a3866390370dfe27b244573fd22db9f6c
Dump complete
Byte counts: header=100 hot=9945772 discardable=200024 cold=5974984
Reloc counts: hot=577891 discardable=5464
Adding name emacs-29.0.92.1
Adding name emacs-29.0.92.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29/src'
make -C lisp all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
make -C ../leim all EMACS="../src/emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/leim'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/leim'
make -C ../admin/grammars all EMACS="../../src/emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/admin/grammars'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/admin/grammars'
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29/lisp'
ELC emacs-lisp/eieio.elc
Error: error ("Eager macro-expansion failure: (file-missing \"Cannot open load file\" \"No such file or directory\" \"../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/gv\")")
mapbacktrace(#[1028 "\1\4\203\24\0\301\302!\210\300\4!\210\301\303!\210\202\35\0\301\304!\210\3\3B\262\1\211\2035\0\300\1@!\210\211A\211\262\2\2035\0\301\305!\210\202!\0\301\306!\207" [prin1 princ " " "(" " (" " " ")\n"] 7 "\n\n(fn EVALD FUNC ARGS FLAGS)"])
debug-early-backtrace()
debug-early(error (error "Eager macro-expansion failure: (file-missing \"Cannot open load file\" \"No such file or directory\" \"../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/gv\")"))
error("Eager macro-expansion failure: %S" (file-missing "Cannot open load file" "No such file or directory" "../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/gv"))
internal-macroexpand-for-load((prog1 (defun cl-fifth (x) "Return the fifth element of the list X." (declare (gv-setter (lambda (store) `(setcar (nthcdr 4 ,x) ,store)))) (nth 4 x)) (eval-and-compile (function-put 'cl-fifth 'speed '-1) (put 'cl-fifth 'byte-optimizer 'byte-compile-inline-expand))) t)
load-with-code-conversion("/usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-lib.el" "/usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-lib.el" nil t)
require(cl-lib)
load-with-code-conversion("/usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-extra.el" "/usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-extra.el" nil t)
require(cl-extra)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\313\314\315\316\317\320%\210\321\322\323\324\325DD\326\327\330\331\332\333\334&\11\210\321\335\323\324\336DD\337\327\340\331\341\333\342&\11\210\321\343\323\324\344DD\345\327\340\346\347\333\334&\11\210\321\350\323\324\351DD\352\327\353\333\334&\7\210\321\354\323\324\355DD\356\327\357\333\334&\7\210\360\361\354\342#\210\321\362\323\324\363DD\364\327\365\333\334&\7\210\321\366\323\324\367DD\370\327\371\333\334&\7\210\321\372\323\324\373DD\374\327\340\346\347\333\334&\11\210\321\375\323\324\376DD\377\327\201@\0\333\334&\7\210\321\201A\0\323\324\201B\0DD\201C\0\327\201@\0\333\334&\7\210\321\201D\0\323\324\201E\0DD\201F\0\327\201G\0\346\347\333\334&\11\210\321\201H\0\323\324\201I\0DD\201J\0\327\201K\0\333\334&\7\210\321\201L\0\323\324\201M\0DD\201N\0\327\353\333\334&\7\210\321\201O\0\323\324\201P\0DD\201Q\0\327\201R\0\333\334&\7\210\321\201S\0\323\324\201T\0DD\201U\0\327\201V\0\333\334&\7\210\321\201W\0\323\324\201X\0DD\201Y\0\327\353\333\334&\7\210\321\201Z\0\323\324\201[\0DD\201\\\0\327\353\333\334&\7\207" [require bytecomp cl-extra cl-lib cl-macs cl-seq gv rx subr-x warnings comp-cstr custom-declare-group comp nil "Emacs Lisp native compiler." :group lisp custom-declare-variable native-comp-speed funcall function #[0 "\300\207" [2] 1 ""] "Optimization level for native compilation, a number between -1 and 3.\n -1 functions are kept in bytecode form and no native compilation is performed\n (but *.eln files are still produced, and include the compiled code in\n bytecode form).\n 0 native compilation is performed with no optimizations.\n 1 light optimizations.\n 2 max optimization level fully adherent to the language semantic.\n 3 max optimization level, to be used only when necessary.\n Warning: with 3, the compiler is free to perform dangerous optimizations." :type integer :safe integerp :version "28.1" native-comp-debug #[0 "\300\207" [0] 1 ""] "Debug level for native compilation, a number between 0 and 3.\nThis is intended for debugging the compiler itself.\n 0 no debug output.\n 1 emit debug symbols.\n 2 emit debug symbols and dump pseudo C code.\n 3 emit debug symbols and dump: pseudo C code, GCC intermediate\n passes and libgccjit log file." natnum natnump "29.1" native-comp-verbose #[0 "\300\207" [0] 1 ""] "Compiler verbosity for native compilation, a number between 0 and 3.\nThis is intended for debugging the compiler itself.\n 0 no logging.\n 1 final LIMPLE is logged.\n 2 LAP, final LIMPLE, and some pass info are logged.\n 3 max verbosity." :risky t native-comp-always-compile #[0 "\300\207" [nil] 1 ""] "Non-nil means unconditionally (re-)compile all files." boolean native-comp-jit-compilation-deny-list #[0 "\300\207" [nil] 1 ""] "List of regexps to exclude matching files from deferred native compilation.\nFiles whose names match any regexp are excluded from native compilation." (repeat regexp) make-obsolete-variable native-comp-deferred-compilation-deny-list native-comp-bootstrap-deny-list #[0 "\300\207" [nil] 1 ""] "List of regexps to exclude files from native compilation during bootstrap.\nFiles whose names match any regexp are excluded from native compilation\nduring bootstrap." (repeat regexp) native-comp-never-optimize-functions #[0 "\300\207" [(macroexpand rename-buffer)] 1 ""] "Primitive functions to exclude from trampoline optimization.\n\nPrimitive functions included in this list will not be called\ndirectly by the natively-compiled code, which makes trampolines for\nthose primitives unnecessary in case of function redefinition/advice." (repeat symbol) native-comp-async-jobs-number #[0 "\300\207" [0] 1 ""] "Default number of subprocesses used for async native compilation.\nValue of zero means to use half the number of the CPU's execution units,\nor one if there's just one execution unit." native-comp-async-cu-done-functions #[0 "\300\207" [nil] 1 ""] "List of functions to call when asynchronous compilation of a file is done.\nEach function is called with one argument FILE, the filename whose\ncompilation has completed." hook native-comp-async-all-done-hook #[0 "\300\207" [nil] 1 ""] "Hook run after completing asynchronous compilation of all input files." native-comp-async-env-modifier-form #[0 "\300\207" [nil] 1 ""] "Form evaluated before compilation by each asynchronous compilation subprocess.\nUsed to modify the compiler environment." sexp native-comp-async-report-warnings-errors #[0 "\300\207" [t] 1 ""] "Whether to report warnings and errors from asynchronous native compilation.\n\nWhen native compilation happens asynchronously, it can produce\nwarnings and errors, some of which might not be emitted by a\nbyte-compilation. The typical case for that is native-compiling\na file that is missing some `require' of a necessary feature,\nwhile having it already loaded into the environment when\nbyte-compiling.\n\nAs asynchronous native compilation always starts from a pristine\nenvironment, it is more sensitive to such omissions, and might be\nunable to compile such Lisp source files correctly.\n\nSet this variable to nil to suppress warnings altogether, or to\nthe symbol `silent' to log warnings but not pop up the *Warnings*\nbuffer." (choice (const :tag "Do not report warnings" nil) (const :tag "Report and display warnings" t) (const :tag "Report but do not display warnings" silent)) native-comp-async-query-on-exit #[0 "\300\207" [nil] 1 ""] "Whether to query the user about killing async compilations when exiting.\nIf this is non-nil, Emacs will ask for confirmation to exit and kill the\nasynchronous native compilations if any are running. If nil, when you\nexit Emacs, it will silently kill those asynchronous compilations even\nif `confirm-kill-processes' is non-nil." native-comp-compiler-options #[0 "\300\207" [nil] 1 ""] "Command line options passed verbatim to GCC compiler.\nNote that not all options are meaningful and some options might even\nbreak your Emacs. Use at your own risk.\n\nPassing these options is only available in libgccjit version 9\nand above." (repeat string) native-comp-driver-options #[0 "\10\301=\205\7\0\302\207" [system-type darwin ("-Wl,-w")] 2 ""] "Options passed verbatim to the native compiler's back-end driver.\nNote that not all options are meaningful; typically only the options\naffecting the assembler and linker are likely to be useful.\n\nPassing these options is only available in libgccjit version 9\nand above." (repeat string) comp-libgccjit-reproducer #[0 "\300\207" [nil] 1 ""] "When non-nil produce a libgccjit reproducer.\nThe reproducer is a file ELNFILENAME_libgccjit_repro.c deposed in\nthe .eln output directory." native-comp-warning-on-missing-source #[0 "\300\207" [t] 1 ""] "Emit a warning if a byte-code file being loaded has no corresponding source.\nThe source file is necessary for native code file look-up and deferred\ncompilation mechanism."] 10)
command-line-1(("--eval" "(setq load-prefer-newer t byte-compile-warnings 'all)" "-l" "comp" "-f" "batch-byte+native-compile" "/usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/eieio.el"))
command-line()
normal-top-level()
Eager macro-expansion failure: (file-missing "Cannot open load file" "No such file or directory" "../../../../../usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/gv")
make[3]: *** [Makefile:327: emacs-lisp/eieio.elc] Error 255
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
make[2]: *** [Makefile:383: main-first] Error 2
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29/lisp'
make[1]: *** [Makefile:533: lisp] Error 2
make[1]: Leaving directory '/mnt/606/2023/pkg/emacs-29'
make[1]: Entering directory '/mnt/606/2023/pkg/emacs-29'
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
*** to further investigate the problem
***
make[1]: *** [Makefile:414: advice-on-failure] Error 2
make[1]: Leaving directory '/mnt/606/2023/pkg/emacs-29'
make: *** [Makefile:370: all] Error 2
$
[-- Attachment #3: File Z build process succeeds inside srcdir --]
[-- Type: application/octet-stream, Size: 132419 bytes --]
$ ./configure --without-pop --without-mailutils --with-rsvg --srcdir=/usr/X/23/pkg/emacs-29.0.92 --prefix=/usr/X/23/pkg/emacs-29-sink --without-compress-install --localstatedir=/var --with-tree-sitter --disable-acl --with-webp --without-sound --with-lcms2 --with-x-toolkit=lucid --with-libsystemd ; make
checking for xcrun... no
checking for GNU Make... make
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-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 the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /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 for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... 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 inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/select.h... yes
checking for stdalign.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking for a BSD-compatible install... /usr/bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... -lm
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ADDR_NO_RANDOMIZE... yes
checking if Linux sysinfo may be used... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... libraries , headers
checking whether malloc is Doug Lea style... no
checking for sbrk... yes
checking for __lsan_ignore_object... no
checking for fchmod... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for fchmodat... yes
checking for lchmod... no
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... yes
checking for gettimeofday... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... -lpthread
checking for thread support... yes
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XkbRefreshKeyboardMapping... yes
checking for XkbFreeNames... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XDisplayCells... yes
checking for XDestroySubwindows... yes
checking X11 version 6... 6 or newer
checking for XICCallback.callback... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for libwebpdemux >= 0.6.0... yes
checking for WebPGetInfo... yes
checking for sqlite3_open_v2 in -lsqlite3... yes
checking for sqlite3_load_extension in -lsqlite3... yes
checking for getaddrinfo_a in -lanl... yes
checking for malloc_trim... 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 lgetfilecon in -lselinux... yes
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... yes
checking for jansson >= 2.7... no
checking for tree-sitter >= 0.20.2... 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 XawScrollbarSetThumb in -lXaw3d... yes
checking for xaw3d... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for library containing XmuConvertStandardSelection... -lXmu
checking for XRenderQueryExtension in -lXrender... yes
checking for cairo >= 1.8.0... yes
checking for freetype2... yes
checking for fontconfig >= 2.2.0... yes
checking for FT_Face_GetCharVariantIndex... yes
checking for libotf... no
checking for harfbuzz >= 0.9.42... yes
checking X11/Xlib-xcb.h usability... no
checking X11/Xlib-xcb.h presence... no
checking for X11/Xlib-xcb.h... no
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... yes
checking for xinerama >= 1.0.2... yes
checking for xfixes >= 4.0.0... yes
checking for xi... yes
checking X11/extensions/XInput2.h usability... yes
checking X11/extensions/XInput2.h presence... yes
checking for X11/extensions/XInput2.h... yes
checking for XIGrabButton in -lXi... yes
checking for XIScrollClassInfo.type... yes
checking for XITouchClassInfo.type... yes
checking for XIBarrierReleasePointerInfo.deviceid... yes
checking for XIGestureClassInfo.type... no
checking for X11/extensions/sync.h... yes
checking for XSyncQueryExtension in -lXext... yes
checking for XSyncTriggerFence... yes
checking for X11/extensions/Xdbe.h... yes
checking for XdbeAllocateBackBufferName in -lXext... yes
checking for X11/extensions/shape.h... yes
checking for XShapeQueryVersion in -lXext... yes
checking for xcb/shape.h... no
checking for X11/extensions/Xcomposite.h... yes
checking for XCompositeRedirectWindow in -lXcomposite... yes
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking linux/seccomp.h usability... yes
checking linux/seccomp.h presence... yes
checking for linux/seccomp.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes
checking linux/filter.h usability... yes
checking linux/filter.h presence... yes
checking for linux/filter.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes
checking for libseccomp >= 2.5.2... no
checking size of long... 8
checking for accept4... yes
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... yes
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... no
checking whether pthread_setname_np takes three arguments... no
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... yes
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking whether -ltinfo library defines BC... yes
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawn_file_actions_addchdir... no
checking for posix_spawn_file_actions_addchdir_np... yes
checking for posix_spawnattr_setflags... yes
checking whether POSIX_SPAWN_SETSID is declared... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... yes
checking for mbstate_t... yes
checking for signals via characters... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking POSIX termios... yes
checking size of speed_t... 4
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking whether malloc (0) returns nonnull... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict__
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether ctype.h defines __header_inline... no
checking for mode_t... yes
checking whether strmode is declared... no
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for timespec_get... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether memmem is declared... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether the utimes function works... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alloca as a compiler built-in... yes
checking for static_assert... yes, an <assert.h> macro
checking for __builtin_expect... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... yes
checking whether copy_file_range is known to work... yes
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fchmodat works... no
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 free is known to preserve errno... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking for statvfs function (SVR4)... yes
checking whether to use statvfs64... no
checking for two-argument statfs with statfs.f_frsize member... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
checking whether futimens works... yes
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... yes
checking for mempcpy... yes
checking for memrchr... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sched_getaffinity... yes
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking for glibc compatible sched_getaffinity... yes
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for sigdescr_np... no
checking for 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 alignas and alignof... yes, <stdalign.h> macros
checking for bool, true, false... no
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether timer_settime is declared... yes
checking for library containing timer_settime... -lrt
checking for timer_settime... yes
checking whether utimensat works... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking for __mktime_internal... no
checking for timer_getoverrun... yes
checking for gcc option to disable position independent executables... not needed
Configured for 'aarch64-unknown-linux-gnu'.
Where should the build process find the source code? .
What compiler should emacs be built with? gcc -g3 -O2
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? LUCID
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? yes
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 -lwebp? yes
Does Emacs use -lsqlite3? yes
Does Emacs use cairo? yes
Does Emacs use -llcms2? yes
Does Emacs use imagemagick? no
Does Emacs use native APIs for images? no
Does Emacs support sound? no
Does Emacs use -lgpm? no
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? yes
Does Emacs use -lgnutls? yes
Does Emacs use -lxml2? yes
Does Emacs use -lfreetype? yes
Does Emacs use HarfBuzz? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? no
Does Emacs use -lsystemd? yes
Does Emacs use -ljansson? no
Does Emacs use -ltree-sitter? yes
Does Emacs use the GMP library? yes
Does Emacs directly use zlib? yes
Does Emacs have dynamic modules support? yes
Does Emacs use toolkit scroll bars? yes
Does Emacs support Xwidgets? no
Does Emacs have threading support in lisp? yes
Does Emacs support the portable dumper? yes
Does Emacs support legacy unexec dumping? no
Which dumping strategy does Emacs use? pdumper
Does Emacs have native lisp compiler? no
Does Emacs use version 2 of the X Input Extension? yes
Does Emacs generate a smaller-size Japanese dictionary? no
configure: creating ./config.status
config.status: creating src/verbose.mk
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating test/manual/noverlay/Makefile
config.status: creating test/infra/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
<https://mailutils.org> and use './configure --with-mailutils'.
make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92'
make -C lib all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lib'
GEN alloca.h
GEN dirent.h
GEN fcntl.h
GEN malloc/dynarray.gl.h
GEN malloc/dynarray-skeleton.gl.h
GEN inttypes.h
GEN limits.h
GEN signal.h
GEN stdckdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/random.h
GEN sys/select.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN time.h
GEN unistd.h
CC fingerprint.o
CC mktime.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
careadlinkat.c: In function ‘careadlinkat’:
careadlinkat.c:178:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
178 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
careadlinkat.c:179:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
179 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
careadlinkat.c:182:10: warning: function may return address of local variable [-Wreturn-local-addr]
182 | return readlink_stk (fd, filename, buffer, buffer_size, alloc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183 | preadlinkat, stack_buf);
| ~~~~~~~~~~~~~~~~~~~~~~~
careadlinkat.c:181:8: note: declared here
181 | char stack_buf[STACK_BUF_SIZE];
| ^~~~~~~~~
CC close-stream.o
CC count-leading-zeros.o
CC count-one-bits.o
CC count-trailing-zeros.o
CC md5-stream.o
CC md5.o
CC sha1.o
CC sha256.o
CC sha512.o
CC dtoastr.o
CC dtotimespec.o
CC fchmodat.o
CC fcntl.o
CC file-has-acl.o
CC filemode.o
CC filevercmp.o
CC free.o
CC fsusage.o
CC gettime.o
CC malloc/dynarray_at_failure.o
CC malloc/dynarray_emplace_enlarge.o
CC malloc/dynarray_finalize.o
CC malloc/dynarray_resize.o
CC malloc/dynarray_resize_clear.o
CC nanosleep.o
CC nproc.o
CC nstrftime.o
CC pipe2.o
CC qcopy-acl.o
CC regex.o
CC sig2str.o
CC sigdescr_np.o
CC stat-time.o
CC tempname.o
CC time_rz.o
CC timegm.o
CC timespec.o
CC timespec-add.o
CC timespec-sub.o
CC u64.o
CC unistd.o
CC openat-die.o
CC save-cwd.o
AR libgnu.a
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lib'
make -C lib-src all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lib-src'
CCLD etags
CCLD ctags
CCLD emacsclient
CCLD ebrowse
CCLD hexl
CC pop.o
CCLD movemail
CCLD make-docfile
CCLD make-fingerprint
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lib-src'
make -C src BIN_DESTDIR=''/usr/X/23/pkg/emacs-29-sink/bin/'' \
ELN_DESTDIR='/usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/' all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/src'
GEN lisp.mk
GEN globals.h
make -C ../lwlib/ liblw.a
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lwlib'
CC lwlib.o
CC lwlib-Xlw.o
CC xlwmenu.o
CC lwlib-Xaw.o
CC lwlib-utils.o
GEN liblw.a
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lwlib'
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 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 pdumper.o
CC data.o
GEN buildobj.h
CC doc.o
CC editfns.o
CC callint.o
CC eval.o
CC floatfns.o
CC fns.o
CC sort.o
CC font.o
CC print.o
CC lread.o
CC emacs-module.o
CC syntax.o
CC bytecode.o
CC comp.o
CC dynlib.o
CC process.o
CC gnutls.o
CC callproc.o
CC region-cache.o
CC sound.o
CC timefns.o
CC atimer.o
CC doprnt.o
CC intervals.o
CC textprop.o
CC composite.o
CC xml.o
CC lcms.o
CC inotify.o
CC profiler.o
CC decompress.o
CC thread.o
CC systhread.o
CC sqlite.o
CC treesit.o
CC itree.o
CC xfont.o
CC ftfont.o
CC ftcrfont.o
CC hbfont.o
CC fontset.o
CC fringe.o
CC image.o
CC xgselect.o
CC terminfo.o
CC lastfile.o
CC widget.o
make -C ../admin/charsets all
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/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[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make -C ../admin/unidata charscript.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
GEN ../../lisp/international/charscript.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
GEN ../../lisp/international/emoji-zwj.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
CCLD temacs
/usr/bin/mkdir -p ../etc
GEN ../etc/DOC
make -C ../lisp update-subdirs
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch -l loadup --temacs=pbootstrap \
--bin-dest /usr/X/23/pkg/emacs-29-sink/bin/ --eln-dest /usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (/usr/X/23/pkg/emacs-29.0.92/lisp /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes /usr/X/23/pkg/emacs-29.0.92/lisp/language /usr/X/23/pkg/emacs-29.0.92/lisp/international /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes /usr/X/23/pkg/emacs-29.0.92/lisp/vc)
Loading emacs-lisp/debug-early (source)...
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading keymap (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 /usr/X/23/pkg/emacs-29.0.92/lisp/files.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/pcase.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/macroexp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cus-face.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/faces.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/ldefs-boot.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/button.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-preloaded.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/oclosure.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/obarray.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/abbrev.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/help.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/jka-cmpr-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/epa-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/mule-cmds.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/case-table.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/characters.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/charscript.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/emoji-zwj.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/composite.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/chinese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/cyrillic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/indian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/sinhala.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/english.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/ethiopic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/european.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/czech.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/slovak.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/romanian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/greek.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/hebrew.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/cp51932.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/eucjp-ms.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/japanese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/korean.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/lao.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/tai-viet.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/thai.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/tibetan.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/vietnamese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/misc-lang.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/utf-8-lang.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/georgian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/khmer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/burmese.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/cham.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/philippine.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/language/indonesian.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/indent.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cl-generic.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/simple.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/seq.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/nadvice.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/minibuffer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/frame.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/startup.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/tty-colors.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/font-core.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/syntax.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/font-lock.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/jit-lock.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/mouse.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/scroll-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/select.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/timer.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/easymenu.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/isearch.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/rfn-eshadow.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/menu-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tab-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/page.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/register.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/paragraphs.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/prog-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/lisp-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/text-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/textmodes/fill.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/newcomment.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/replace.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/tabulated-list.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/buff-menu.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/fringe.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/regexp-opt.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/image.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/fontset.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/dnd.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tool-bar.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/dynamic-setting.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/x-dnd.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/common-win.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/term/x-win.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/mwheel.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/progmodes/elisp-mode.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/float-sup.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/vc/vc-hooks.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/vc/ediff-hook.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/uniquify.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/electric.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/paren.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/shorthands.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/eldoc.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/cconv.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/cus-start.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/tooltip.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/international/iso-transl.el (source)...
Loading /usr/X/23/pkg/emacs-29.0.92/lisp/emacs-lisp/rmc.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
Dumping fingerprint: 5e36eb7ea10f3886e6c2a69249c2bf5c610473118bdcdc6b9af0277047f46cdb
Dump complete
Byte counts: header=100 hot=15607804 discardable=153216 cold=10911288
Reloc counts: hot=1087923 discardable=5451
ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/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/loaddefs-gen.elc
ELC emacs-lisp/radix-tree.elc
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make[3]: Nothing to be done for 'compile-first'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
ELC international/titdic-cnv.elc
make -C ../leim all EMACS="../src/bootstrap-emacs"
make[4]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
GEN ../lisp/leim/quail/CCDOSPY.el
GEN ../lisp/leim/quail/Punct.el
GEN ../lisp/leim/quail/QJ.el
GEN ../lisp/leim/quail/SW.el
GEN ../lisp/leim/quail/TONEPY.el
GEN ../lisp/leim/quail/4Corner.el
GEN ../lisp/leim/quail/ARRAY30.el
GEN ../lisp/leim/quail/ECDICT.el
GEN ../lisp/leim/quail/ETZY.el
GEN ../lisp/leim/quail/Punct-b5.el
GEN ../lisp/leim/quail/PY-b5.el
GEN ../lisp/leim/quail/QJ-b5.el
GEN ../lisp/leim/quail/ZOZY.el
GEN ../lisp/leim/quail/tsang-b5.el
GEN ../lisp/leim/quail/tsang-cns.el
GEN ../lisp/leim/quail/PY.el
GEN ../lisp/leim/quail/ZIRANMA.el
GEN ../lisp/leim/quail/CTLau.el
GEN ../lisp/leim/quail/CTLau-b5.el
GEN ../lisp/language/pinyin.el
GEN ../lisp/leim/leim-list.el
make[4]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs"
make[4]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/grammars'
GEN ../../lisp/cedet/semantic/bovine/c-by.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN ../../lisp/cedet/semantic/bovine/make-by.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN ../../lisp/cedet/semantic/bovine/scm-by.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN ../../lisp/cedet/semantic/grammar-wy.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/cedet/semantic/grm-wy-boot.el (source)...
GEN ../../lisp/cedet/semantic/wisent/javat-wy.el
GEN ../../lisp/cedet/semantic/wisent/js-wy.el
GEN ../../lisp/cedet/semantic/wisent/python-wy.el
GEN ../../lisp/cedet/srecode/srt-wy.el
make[4]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/grammars'
GEN autoloads
INFO Scraping files for loaddefs...
INFO Scraping files for loaddefs...10%
INFO Scraping files for loaddefs...20%
INFO Scraping files for loaddefs...30%
INFO Scraping files for loaddefs...40%
INFO Scraping files for loaddefs...50%
INFO Scraping files for loaddefs...60%
INFO Scraping files for loaddefs...70%
INFO Scraping files for loaddefs...80%
INFO Scraping files for loaddefs...90%
INFO Scraping files for loaddefs...100%
INFO Scraping files for loaddefs...done
GEN textmodes/reftex-loaddefs.el
GEN textmodes/texinfo-loaddefs.el
GEN org/org-loaddefs.el
GEN net/tramp-loaddefs.el
GEN mh-e/mh-loaddefs.el
GEN eshell/esh-groups.el
GEN erc/erc-loaddefs.el
GEN emacs-lisp/cl-loaddefs.el
GEN cedet/srecode/loaddefs.el
GEN cedet/semantic/loaddefs.el
GEN cedet/ede/loaddefs.el
GEN calendar/diary-loaddefs.el
GEN calendar/holiday-loaddefs.el
GEN calendar/cal-loaddefs.el
GEN calc/calc-loaddefs.el
GEN ps-print-loaddefs.el
GEN ibuffer-loaddefs.el
GEN dired-loaddefs.el
GEN loaddefs.el
INFO Scraping files for loaddefs...
INFO Scraping files for loaddefs...done
GEN ../../lisp/theme-loaddefs.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
ELC ../lisp/abbrev.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/bindings.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/buff-menu.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/button.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/case-table.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/composite.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/cus-face.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/cus-start.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/custom.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/disp-table.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/dnd.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/dos-fns.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/dos-vars.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/dos-w32.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/dynamic-setting.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/electric.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/backquote.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/byte-run.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/cl-generic.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/cl-preloaded.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/debug-early.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/easymenu.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/eldoc.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/float-sup.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/lisp-mode.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/lisp.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/map-ynp.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/nadvice.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/oclosure.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/regexp-opt.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/rmc.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/seq.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/shorthands.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/syntax.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/tabulated-list.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/emacs-lisp/timer.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/env.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/epa-hook.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/faces.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/files.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/font-core.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/font-lock.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/format.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/frame.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/fringe.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/help.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/image.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/indent.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/charscript.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/emoji-zwj.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/characters.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/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
GEN ../../lisp/international/emoji-labels.el
GEN ../../lisp/international/uni-scripts.el
GEN ../../lisp/international/uni-confusable.el
GEN ../../lisp/international/idna-mapping.el
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make -C ../admin/charsets cp51932.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[3]: Nothing to be done for 'cp51932.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
ELC ../lisp/international/cp51932.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
make -C ../admin/charsets eucjp-ms.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[3]: Nothing to be done for 'eucjp-ms.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
ELC ../lisp/international/eucjp-ms.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/fontset.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/iso-transl.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/mule-cmds.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/mule-conf.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/mule-util.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/mule.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/international/ucs-normalize.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/isearch.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/jit-lock.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/jka-cmpr-hook.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/keymap.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/burmese.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/cham.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/chinese.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/cyrillic.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/czech.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/english.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/ethiopic.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/european.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/georgian.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/greek.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/hebrew.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/indian.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/indonesian.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/japanese.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/khmer.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/korean.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/lao.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/misc-lang.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/philippine.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/romanian.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/sinhala.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/slovak.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/tai-viet.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/thai.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/tibetan.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/utf-8-lang.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/language/vietnamese.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/loaddefs.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/ls-lisp.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/menu-bar.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/minibuffer.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/mouse.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/mwheel.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/newcomment.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/obarray.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/paren.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/pgtk-dnd.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/progmodes/elisp-mode.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/progmodes/prog-mode.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/register.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/replace.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/rfn-eshadow.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/scroll-bar.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/select.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/simple.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/startup.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/subr.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/tab-bar.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/common-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/haiku-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/internal.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/ns-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/pc-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/pgtk-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/tty-colors.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/w32-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/term/x-win.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/textmodes/fill.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/textmodes/page.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/textmodes/paragraphs.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/textmodes/text-mode.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/tool-bar.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/tooltip.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/uniquify.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/vc/ediff-hook.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/vc/vc-hooks.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/version.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/w32-fns.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/w32-vars.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/widget.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/window.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
ELC ../lisp/x-dnd.elc
Reloading stale leim-list.el
Loading /mnt/606/2023/pkg/emacs-29.0.92/lisp/leim/leim-list.el (source)...
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \
--bin-dest /usr/X/23/pkg/emacs-29-sink/bin/ --eln-dest /usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/
Loading loadup.el (source)...
Dump mode: pdump
Using load-path (/usr/X/23/pkg/emacs-29.0.92/lisp)
Loading emacs-lisp/debug-early...
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading keymap...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading loaddefs...
Loading theme-loaddefs.el (source)...
Loading button...
Loading emacs-lisp/cl-preloaded...
Loading emacs-lisp/oclosure...
Loading obarray...
Loading abbrev...
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 international/emoji-zwj...
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 language/philippine...
Loading language/indonesian...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading simple...
Loading emacs-lisp/seq...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading emacs-lisp/easymenu...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading 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 progmodes/elisp-mode...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading paren...
Loading emacs-lisp/shorthands...
Loading emacs-lisp/eldoc...
Loading emacs-lisp/cconv...
Loading cus-start...
Loading tooltip...
Loading international/iso-transl...
Loading leim/leim-list.el (source)...
Loading emacs-lisp/rmc...
Waiting for git...
Waiting for git...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 18524 strings, 5785 vectors, 52342 conses, 5210 bytecodes, 350 others
Dumping under the name emacs.pdmp
Dumping fingerprint: 5e36eb7ea10f3886e6c2a69249c2bf5c610473118bdcdc6b9af0277047f46cdb
Dump complete
Byte counts: header=100 hot=8026852 discardable=153216 cold=3829552
Reloc counts: hot=456449 discardable=5424
Adding name emacs-29.0.92.1
Adding name emacs-29.0.92.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/src'
make -C lisp all
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make -C ../leim all EMACS="../src/emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
make -C ../admin/grammars all EMACS="../../src/emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/grammars'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/grammars'
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
ELC emacs-lisp/eieio.elc
ELC emacs-lisp/eieio-base.elc
ELC cedet/semantic/db.elc
ELC international/ja-dic-cnv.elc
ELC org/ox.elc
ELC org/ox-texinfo.elc
ELC org/org-macro.elc
ELC org/org-element.elc
ELC org/oc.elc
ELC org/ol.elc
ELC emacs-lisp/cl-lib.elc
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
GEN autoloads
INFO Scraping files for loaddefs...
INFO Scraping files for loaddefs...done
INFO Scraping files for loaddefs...
INFO Scraping files for loaddefs...done
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
ELC align.elc
ELC allout.elc
ELC allout-widgets.elc
ELC ansi-color.elc
ELC ansi-osc.elc
ELC apropos.elc
ELC arc-mode.elc
ELC array.elc
ELC auth-source.elc
ELC auth-source-pass.elc
ELC autoinsert.elc
ELC autorevert.elc
ELC avoid.elc
ELC battery.elc
ELC bookmark.elc
ELC bs.elc
ELC calculator.elc
ELC cdl.elc
ELC char-fold.elc
ELC chistory.elc
ELC cmuscheme.elc
ELC color.elc
ELC comint.elc
ELC completion.elc
ELC cus-dep.elc
ELC cus-edit.elc
ELC cus-theme.elc
ELC dabbrev.elc
ELC delim-col.elc
ELC delsel.elc
ELC descr-text.elc
ELC desktop.elc
ELC dframe.elc
ELC dired-aux.elc
ELC dired.elc
ELC dired-loaddefs.elc
ELC dired-x.elc
ELC dirtrack.elc
ELC display-fill-column-indicator.elc
ELC display-line-numbers.elc
ELC doc-view.elc
ELC dom.elc
ELC double.elc
ELC ebuff-menu.elc
ELC echistory.elc
ELC ecomplete.elc
ELC edmacro.elc
ELC ehelp.elc
ELC elec-pair.elc
ELC elide-head.elc
ELC emacs-lock.elc
ELC epa-dired.elc
ELC epa.elc
ELC epa-file.elc
ELC epa-ks.elc
ELC epa-mail.elc
ELC epg-config.elc
ELC epg.elc
ELC expand.elc
ELC external-completion.elc
ELC ezimage.elc
ELC facemenu.elc
ELC face-remap.elc
ELC ffap.elc
ELC filecache.elc
ELC fileloop.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
ELC generic-x.elc
ELC help-at-pt.elc
ELC help-fns.elc
ELC help-macro.elc
ELC help-mode.elc
ELC hexl.elc
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 ibuffer-loaddefs.elc
ELC ibuf-macs.elc
ELC icomplete.elc
ELC ido.elc
ELC ielm.elc
ELC iimage.elc
ELC image-file.elc
ELC image-mode.elc
ELC imenu.elc
ELC info.elc
ELC info-look.elc
ELC informat.elc
ELC info-xref.elc
ELC isearchb.elc
ELC jka-compr.elc
ELC json.elc
ELC jsonrpc.elc
ELC kermit.elc
ELC kmacro.elc
ELC loadhist.elc
ELC locate.elc
ELC lpr.elc
ELC macros.elc
ELC man.elc
ELC master.elc
ELC mb-depth.elc
ELC md4.elc
ELC midnight.elc
ELC minibuf-eldef.elc
ELC misc.elc
ELC misearch.elc
ELC mouse-copy.elc
ELC mouse-drag.elc
ELC mpc.elc
ELC msb.elc
ELC notifications.elc
ELC novice.elc
ELC outline.elc
ELC password-cache.elc
ELC pcmpl-cvs.elc
ELC pcmpl-git.elc
ELC pcmpl-gnu.elc
ELC pcmpl-linux.elc
ELC pcmpl-rpm.elc
ELC pcmpl-unix.elc
ELC pcmpl-x.elc
ELC pcomplete.elc
ELC pixel-scroll.elc
ELC plstore.elc
ELC printing.elc
ELC proced.elc
ELC profiler.elc
ELC ps-bdf.elc
ELC ps-mule.elc
ELC ps-print.elc
ELC ps-print-loaddefs.elc
ELC ps-samp.elc
ELC recentf.elc
ELC rect.elc
ELC registry.elc
ELC repeat.elc
ELC reposition.elc
ELC reveal.elc
ELC rot13.elc
ELC rtree.elc
ELC ruler-mode.elc
ELC savehist.elc
ELC saveplace.elc
ELC scroll-all.elc
ELC scroll-lock.elc
ELC server.elc
ELC ses.elc
ELC shadowfile.elc
ELC shell.elc
ELC skeleton.elc
ELC so-long.elc
ELC sort.elc
ELC soundex.elc
ELC speedbar.elc
ELC sqlite.elc
ELC sqlite-mode.elc
ELC strokes.elc
ELC svg.elc
ELC tabify.elc
ELC tab-line.elc
ELC talk.elc
ELC tar-mode.elc
ELC tempo.elc
ELC term.elc
ELC thingatpt.elc
ELC thread.elc
ELC time.elc
ELC time-stamp.elc
ELC timezone.elc
ELC tmm.elc
ELC t-mouse.elc
ELC transient.elc
ELC treesit.elc
ELC tree-widget.elc
ELC tutorial.elc
ELC type-break.elc
ELC userlock.elc
ELC vcursor.elc
ELC view.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 yank-media.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
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-loaddefs.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
ELC calendar/cal-china.elc
ELC calendar/cal-coptic.elc
ELC calendar/cal-dst.elc
ELC calendar/calendar.elc
ELC calendar/cal-french.elc
ELC calendar/cal-hebrew.elc
ELC calendar/cal-html.elc
ELC calendar/cal-islam.elc
ELC calendar/cal-iso.elc
ELC calendar/cal-julian.elc
ELC calendar/cal-loaddefs.elc
ELC calendar/cal-mayan.elc
ELC calendar/cal-menu.elc
ELC calendar/cal-move.elc
ELC calendar/cal-persia.elc
ELC calendar/cal-tex.elc
ELC calendar/cal-x.elc
ELC calendar/diary-lib.elc
ELC calendar/diary-loaddefs.elc
ELC calendar/holiday-loaddefs.elc
ELC calendar/holidays.elc
ELC calendar/icalendar.elc
ELC calendar/iso8601.elc
ELC calendar/lunar.elc
ELC calendar/parse-time.elc
ELC calendar/solar.elc
ELC calendar/timeclock.elc
ELC calendar/time-date.elc
ELC calendar/todo-mode.elc
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
ELC cedet/mode-local.elc
ELC cedet/pulse.elc
ELC cedet/semantic.elc
ELC cedet/srecode.elc
ELC cedet/ede/autoconf-edit.elc
ELC cedet/ede/auto.elc
ELC cedet/ede/base.elc
ELC cedet/ede/config.elc
ELC cedet/ede/cpp-root.elc
ELC cedet/ede/custom.elc
ELC cedet/ede/detect.elc
ELC cedet/ede/dired.elc
ELC cedet/ede/emacs.elc
ELC cedet/ede/files.elc
ELC cedet/ede/generic.elc
ELC cedet/ede/linux.elc
ELC cedet/ede/loaddefs.elc
ELC cedet/ede/locate.elc
ELC cedet/ede/make.elc
ELC cedet/ede/makefile-edit.elc
ELC cedet/ede/pconf.elc
ELC cedet/ede/pmake.elc
ELC cedet/ede/proj-archive.elc
ELC cedet/ede/proj-aux.elc
ELC cedet/ede/proj-comp.elc
ELC cedet/ede/project-am.elc
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
ELC cedet/ede/simple.elc
ELC cedet/ede/source.elc
ELC cedet/ede/speedbar.elc
ELC cedet/ede/srecode.elc
ELC cedet/ede/system.elc
ELC cedet/ede/util.elc
ELC cedet/semantic/analyze.elc
ELC cedet/semantic/bovine.elc
ELC cedet/semantic/chart.elc
ELC cedet/semantic/complete.elc
ELC cedet/semantic/ctxt.elc
ELC cedet/semantic/db-debug.elc
ELC cedet/semantic/db-ebrowse.elc
ELC cedet/semantic/db-el.elc
ELC cedet/semantic/db-file.elc
ELC cedet/semantic/db-find.elc
ELC cedet/semantic/db-global.elc
ELC cedet/semantic/db-javascript.elc
ELC cedet/semantic/db-mode.elc
ELC cedet/semantic/db-ref.elc
ELC cedet/semantic/db-typecache.elc
ELC cedet/semantic/debug.elc
ELC cedet/semantic/decorate.elc
ELC cedet/semantic/dep.elc
ELC cedet/semantic/doc.elc
ELC cedet/semantic/ede-grammar.elc
ELC cedet/semantic/edit.elc
ELC cedet/semantic/find.elc
ELC cedet/semantic/format.elc
ELC cedet/semantic/fw.elc
ELC cedet/semantic/grammar.elc
ELC cedet/semantic/grammar-wy.elc
ELC cedet/semantic/grm-wy-boot.elc
ELC cedet/semantic/html.elc
ELC cedet/semantic/ia.elc
ELC cedet/semantic/ia-sb.elc
ELC cedet/semantic/idle.elc
ELC cedet/semantic/imenu.elc
ELC cedet/semantic/java.elc
ELC cedet/semantic/lex.elc
ELC cedet/semantic/lex-spp.elc
ELC cedet/semantic/loaddefs.elc
ELC cedet/semantic/mru-bookmark.elc
ELC cedet/semantic/sb.elc
ELC cedet/semantic/scope.elc
ELC cedet/semantic/senator.elc
ELC cedet/semantic/sort.elc
ELC cedet/semantic/symref.elc
ELC cedet/semantic/tag.elc
ELC cedet/semantic/tag-file.elc
ELC cedet/semantic/tag-ls.elc
ELC cedet/semantic/tag-write.elc
ELC cedet/semantic/texi.elc
ELC cedet/semantic/util.elc
ELC cedet/semantic/util-modes.elc
ELC cedet/semantic/wisent.elc
ELC cedet/semantic/analyze/complete.elc
ELC cedet/semantic/analyze/debug.elc
ELC cedet/semantic/analyze/fcn.elc
ELC cedet/semantic/analyze/refs.elc
ELC cedet/semantic/bovine/c-by.elc
ELC cedet/semantic/bovine/c.elc
ELC cedet/semantic/bovine/debug.elc
ELC cedet/semantic/bovine/el.elc
ELC cedet/semantic/bovine/gcc.elc
ELC cedet/semantic/bovine/grammar.elc
ELC cedet/semantic/bovine/make-by.elc
ELC cedet/semantic/bovine/make.elc
ELC cedet/semantic/bovine/scm-by.elc
ELC cedet/semantic/bovine/scm.elc
ELC cedet/semantic/decorate/include.elc
ELC cedet/semantic/decorate/mode.elc
ELC cedet/semantic/symref/cscope.elc
ELC cedet/semantic/symref/filter.elc
ELC cedet/semantic/symref/global.elc
ELC cedet/semantic/symref/grep.elc
ELC cedet/semantic/symref/idutils.elc
ELC cedet/semantic/symref/list.elc
ELC cedet/semantic/wisent/comp.elc
ELC cedet/semantic/wisent/grammar.elc
ELC cedet/semantic/wisent/javascript.elc
ELC cedet/semantic/wisent/java-tags.elc
ELC cedet/semantic/wisent/javat-wy.elc
ELC cedet/semantic/wisent/js-wy.elc
ELC cedet/semantic/wisent/python.elc
ELC cedet/semantic/wisent/python-wy.elc
ELC cedet/semantic/wisent/wisent.elc
ELC cedet/srecode/args.elc
ELC cedet/srecode/compile.elc
ELC cedet/srecode/cpp.elc
ELC cedet/srecode/ctxt.elc
ELC cedet/srecode/dictionary.elc
ELC cedet/srecode/document.elc
ELC cedet/srecode/el.elc
ELC cedet/srecode/expandproto.elc
ELC cedet/srecode/extract.elc
ELC cedet/srecode/fields.elc
ELC cedet/srecode/filters.elc
ELC cedet/srecode/find.elc
ELC cedet/srecode/getset.elc
ELC cedet/srecode/insert.elc
ELC cedet/srecode/java.elc
ELC cedet/srecode/loaddefs.elc
ELC cedet/srecode/map.elc
ELC cedet/srecode/mode.elc
ELC cedet/srecode/semantic.elc
ELC cedet/srecode/srt.elc
ELC cedet/srecode/srt-mode.elc
ELC cedet/srecode/srt-wy.elc
ELC cedet/srecode/table.elc
ELC cedet/srecode/template.elc
ELC cedet/srecode/texi.elc
ELC emacs-lisp/advice.elc
ELC emacs-lisp/avl-tree.elc
ELC emacs-lisp/backtrace.elc
ELC emacs-lisp/benchmark.elc
ELC emacs-lisp/bindat.elc
ELC emacs-lisp/chart.elc
ELC emacs-lisp/check-declare.elc
ELC emacs-lisp/checkdoc.elc
ELC emacs-lisp/cl-extra.elc
ELC emacs-lisp/cl-indent.elc
ELC emacs-lisp/cl-loaddefs.elc
ELC emacs-lisp/cl-macs.elc
ELC emacs-lisp/cl-print.elc
ELC emacs-lisp/cl-seq.elc
ELC emacs-lisp/copyright.elc
ELC emacs-lisp/crm.elc
ELC emacs-lisp/cursor-sensor.elc
ELC emacs-lisp/debug.elc
ELC emacs-lisp/derived.elc
ELC emacs-lisp/disass.elc
ELC emacs-lisp/easy-mmode.elc
ELC emacs-lisp/edebug.elc
ELC emacs-lisp/eieio-core.elc
ELC emacs-lisp/eieio-custom.elc
ELC emacs-lisp/eieio-datadebug.elc
ELC emacs-lisp/eieio-opt.elc
ELC emacs-lisp/eieio-speedbar.elc
ELC emacs-lisp/elint.elc
ELC emacs-lisp/elp.elc
ELC emacs-lisp/ert.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/generate-lisp-file.elc
ELC emacs-lisp/generator.elc
ELC emacs-lisp/generic.elc
ELC emacs-lisp/gv.elc
ELC emacs-lisp/helper.elc
ELC emacs-lisp/hierarchy.elc
ELC emacs-lisp/icons.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/memory-report.elc
ELC emacs-lisp/multisession.elc
ELC emacs-lisp/package.elc
ELC emacs-lisp/package-vc.elc
ELC emacs-lisp/package-x.elc
ELC emacs-lisp/pcase.elc
ELC emacs-lisp/pp.elc
ELC emacs-lisp/range.elc
ELC emacs-lisp/re-builder.elc
ELC emacs-lisp/regi.elc
ELC emacs-lisp/ring.elc
ELC emacs-lisp/rx.elc
ELC emacs-lisp/shadow.elc
ELC emacs-lisp/shortdoc.elc
ELC emacs-lisp/smie.elc
ELC emacs-lisp/subr-x.elc
ELC emacs-lisp/tcover-ses.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/vtable.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
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-common.elc
ELC erc/erc-compat.elc
ELC erc/erc-dcc.elc
ELC erc/erc-desktop-notifications.elc
ELC erc/erc.elc
ELC erc/erc-ezbounce.elc
ELC erc/erc-fill.elc
ELC erc/erc-goodies.elc
ELC erc/erc-ibuffer.elc
ELC erc/erc-identd.elc
ELC erc/erc-imenu.elc
ELC erc/erc-join.elc
ELC erc/erc-lang.elc
ELC erc/erc-list.elc
ELC erc/erc-loaddefs.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-sasl.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-status-sidebar.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-elecslash.elc
ELC eshell/em-extpipe.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-groups.elc
ELC eshell/esh-io.elc
ELC eshell/esh-mode.elc
ELC eshell/esh-module.elc
ELC eshell/esh-opt.elc
ELC eshell/esh-proc.elc
ELC eshell/esh-util.elc
ELC eshell/esh-var.elc
ELC 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-dbus.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-rmail.elc
ELC gnus/gnus-salt.elc
ELC gnus/gnus-score.elc
ELC gnus/gnus-search.elc
ELC gnus/gnus-sieve.elc
ELC gnus/gnus-spec.elc
ELC gnus/gnus-srvr.elc
ELC gnus/gnus-start.elc
ELC gnus/gnus-sum.elc
ELC gnus/gnus-topic.elc
ELC gnus/gnus-undo.elc
ELC gnus/gnus-util.elc
ELC gnus/gnus-uu.elc
ELC gnus/gnus-vm.elc
ELC gnus/gnus-win.elc
ELC gnus/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/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/nnselect.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/exif.elc
ELC image/gravatar.elc
ELC image/image-converter.elc
ELC image/image-crop.elc
ELC image/image-dired-dired.elc
ELC image/image-dired.elc
ELC image/image-dired-external.elc
ELC image/image-dired-tags.elc
ELC image/image-dired-util.elc
ELC image/wallpaper.elc
ELC international/ccl.elc
ELC international/emoji.elc
ELC international/isearch-x.elc
ELC international/iso-ascii.elc
ELC international/iso-cvt.elc
ELC international/ja-dic-utl.elc
ELC international/kinsoku.elc
ELC international/kkc.elc
ELC international/latexenc.elc
ELC international/latin1-disp.elc
ELC international/mule-diag.elc
ELC international/ogonek.elc
ELC international/quail.elc
ELC international/rfc1843.elc
ELC international/robin.elc
ELC international/textsec-check.elc
ELC international/textsec.elc
ELC international/utf-7.elc
ELC international/utf7.elc
ELC language/china-util.elc
ELC language/cyril-util.elc
ELC language/ethio-util.elc
ELC language/hanja-util.elc
ELC language/ind-util.elc
ELC language/japan-util.elc
ELC language/korea-util.elc
ELC language/lao-util.elc
ELC language/pinyin.elc
ELC language/thai-util.elc
ELC language/thai-word.elc
ELC language/tibet-util.elc
ELC language/tv-util.elc
ELC language/viet-util.elc
ELC leim/quail/4Corner.elc
ELC leim/quail/arabic.elc
ELC leim/quail/ARRAY30.elc
ELC leim/quail/CCDOSPY.elc
ELC leim/quail/cham.elc
ELC leim/quail/compose.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/emoji.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/indonesian.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
ELC leim/quail/latin-post.elc
ELC leim/quail/latin-pre.elc
ELC leim/quail/lrt.elc
ELC leim/quail/misc-lang.elc
ELC leim/quail/persian.elc
ELC leim/quail/philippine.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/sami.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
ELC mail/flow-fill.elc
ELC mail/footnote.elc
ELC mail/hashcash.elc
ELC mail/ietf-drums-date.elc
ELC mail/ietf-drums.elc
ELC mail/mailabbrev.elc
ELC mail/mailalias.elc
ELC mail/mailclient.elc
ELC mail/mail-extr.elc
ELC mail/mailheader.elc
ELC mail/mail-hist.elc
ELC mail/mail-parse.elc
ELC mail/mail-prsvr.elc
ELC mail/mail-utils.elc
ELC mail/mspools.elc
ELC mail/qp.elc
ELC mail/reporter.elc
ELC mail/rfc2045.elc
ELC mail/rfc2047.elc
ELC mail/rfc2231.elc
ELC mail/rfc6068.elc
ELC mail/rfc822.elc
ELC mail/rmailedit.elc
ELC mail/rmail.elc
ELC mail/rmailkwd.elc
ELC mail/rmailmm.elc
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
ELC mail/undigest.elc
ELC mail/unrmail.elc
ELC mail/uudecode.elc
ELC mail/yenc.elc
ELC mh-e/mh-acros.elc
ELC mh-e/mh-alias.elc
ELC mh-e/mh-buffers.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-loaddefs.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/dictionary-connection.elc
ELC net/dictionary.elc
ELC net/dig.elc
ELC net/dns.elc
ELC net/eudcb-bbdb.elc
ELC net/eudcb-ecomplete.elc
ELC net/eudcb-ldap.elc
ELC net/eudcb-mab.elc
ELC net/eudcb-macos-contacts.elc
ELC net/eudcb-mailabbrev.elc
ELC net/eudc-bob.elc
ELC net/eudc-capf.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/net-utils.elc
ELC net/network-stream.elc
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/rcirc.elc
ELC net/rfc2104.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/sasl-scram-sha256.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-container.elc
ELC net/tramp-crypt.elc
ELC net/tramp.elc
ELC net/tramp-ftp.elc
ELC net/tramp-fuse.elc
ELC net/tramp-gvfs.elc
ELC net/tramp-integration.elc
ELC net/tramp-loaddefs.elc
ELC net/tramp-rclone.elc
ELC net/tramp-sh.elc
ELC net/tramp-smb.elc
ELC net/tramp-sshfs.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/autoarg.elc
ELC obsolete/autoload.elc
ELC obsolete/bruce.elc
ELC obsolete/cc-compat.elc
ELC obsolete/cl-compat.elc
ELC obsolete/cl.elc
ELC obsolete/crisp.elc
ELC obsolete/eieio-compat.elc
ELC obsolete/eudcb-ph.elc
ELC obsolete/gs.elc
ELC obsolete/gulp.elc
ELC obsolete/html2text.elc
ELC obsolete/info-edit.elc
ELC obsolete/inversion.elc
ELC obsolete/iswitchb.elc
ELC obsolete/landmark.elc
ELC obsolete/linum.elc
ELC obsolete/longlines.elc
ELC obsolete/makesum.elc
ELC obsolete/mantemp.elc
ELC obsolete/meese.elc
ELC obsolete/metamail.elc
ELC obsolete/mh-compat.elc
ELC obsolete/netrc.elc
ELC obsolete/nnir.elc
ELC obsolete/otodo-mode.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/ps-def.elc
ELC obsolete/quickurl.elc
ELC obsolete/rcompile.elc
ELC obsolete/rfc2368.elc
ELC obsolete/rlogin.elc
ELC obsolete/sb-image.elc
ELC obsolete/starttls.elc
ELC obsolete/sup-mouse.elc
ELC obsolete/terminal.elc
ELC obsolete/thumbs.elc
ELC obsolete/tls.elc
ELC obsolete/tpu-edt.elc
ELC obsolete/tpu-extras.elc
ELC obsolete/tpu-mapper.elc
ELC obsolete/uce.elc
ELC obsolete/url-about.elc
ELC obsolete/url-dired.elc
ELC obsolete/url-ns.elc
ELC obsolete/vc-arch.elc
ELC obsolete/vc-mtn.elc
ELC obsolete/vi.elc
ELC obsolete/vip.elc
ELC obsolete/vt100-led.elc
ELC obsolete/vt-control.elc
ELC obsolete/ws-mode.elc
ELC obsolete/yow.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-core.elc
ELC org/ob-css.elc
ELC org/ob-ditaa.elc
ELC org/ob-dot.elc
ELC org/ob.elc
ELC org/ob-emacs-lisp.elc
ELC org/ob-eshell.elc
ELC org/ob-eval.elc
ELC org/ob-exp.elc
ELC org/ob-forth.elc
ELC org/ob-fortran.elc
ELC org/ob-gnuplot.elc
ELC org/ob-groovy.elc
ELC org/ob-haskell.elc
ELC org/ob-java.elc
ELC org/ob-js.elc
ELC org/ob-julia.elc
ELC org/ob-latex.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-ocaml.elc
ELC org/ob-octave.elc
ELC org/ob-org.elc
ELC org/ob-perl.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-sql.elc
ELC org/ob-sqlite.elc
ELC org/ob-table.elc
ELC org/ob-tangle.elc
ELC org/oc-basic.elc
ELC org/oc-biblatex.elc
ELC org/oc-bibtex.elc
ELC org/oc-csl.elc
ELC org/oc-natbib.elc
ELC org/ol-bbdb.elc
ELC org/ol-bibtex.elc
ELC org/ol-docview.elc
ELC org/ol-doi.elc
ELC org/ol-eshell.elc
ELC org/ol-eww.elc
ELC org/ol-gnus.elc
ELC org/ol-info.elc
ELC org/ol-irc.elc
ELC org/ol-man.elc
ELC org/ol-mhe.elc
ELC org/ol-rmail.elc
ELC org/ol-w3m.elc
ELC org/org-agenda.elc
ELC org/org-archive.elc
ELC org/org-attach.elc
ELC org/org-attach-git.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-cycle.elc
ELC org/org-datetree.elc
ELC org/org-duration.elc
ELC org/org.elc
ELC org/org-entities.elc
ELC org/org-faces.elc
ELC org/org-feed.elc
ELC org/org-fold-core.elc
ELC org/org-fold.elc
ELC org/org-footnote.elc
ELC org/org-goto.elc
ELC org/org-habit.elc
ELC org/org-id.elc
ELC org/org-indent.elc
ELC org/org-inlinetask.elc
ELC org/org-keys.elc
ELC org/org-lint.elc
ELC org/org-list.elc
ELC org/org-loaddefs.elc
ELC org/org-macs.elc
ELC org/org-mobile.elc
ELC org/org-mouse.elc
ELC org/org-num.elc
ELC org/org-pcomplete.elc
ELC org/org-persist.elc
ELC org/org-plot.elc
ELC org/org-protocol.elc
ELC org/org-refile.elc
ELC org/org-src.elc
ELC org/org-table.elc
ELC org/org-tempo.elc
ELC org/org-timer.elc
ELC org/ox-ascii.elc
ELC org/ox-beamer.elc
ELC org/ox-html.elc
ELC org/ox-icalendar.elc
ELC org/ox-koma-letter.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 play/5x5.elc
ELC play/animate.elc
ELC play/blackbox.elc
ELC play/bubbles.elc
ELC play/cookie1.elc
ELC play/decipher.elc
ELC play/dissociate.elc
ELC play/doctor.elc
ELC play/dunnet.elc
ELC play/fortune.elc
ELC play/gamegrid.elc
ELC play/gametree.elc
ELC play/gomoku.elc
ELC play/handwrite.elc
ELC play/hanoi.elc
ELC play/life.elc
ELC play/morse.elc
ELC play/mpuz.elc
ELC play/pong.elc
ELC play/snake.elc
ELC play/solitaire.elc
ELC play/spook.elc
ELC play/studly.elc
ELC play/tetris.elc
ELC play/zone.elc
ELC progmodes/antlr-mode.elc
ELC progmodes/asm-mode.elc
ELC progmodes/autoconf.elc
ELC progmodes/bat-mode.elc
ELC progmodes/bug-reference.elc
ELC progmodes/cc-bytecomp.elc
ELC progmodes/cc-defs.elc
ELC progmodes/cc-vars.elc
ELC progmodes/cc-langs.elc
ELC progmodes/cc-engine.elc
ELC progmodes/cc-align.elc
ELC progmodes/cc-awk.elc
ELC progmodes/cc-cmds.elc
ELC progmodes/cc-fonts.elc
ELC progmodes/cc-guess.elc
ELC progmodes/cc-menus.elc
ELC progmodes/cc-styles.elc
ELC progmodes/cc-mode.elc
ELC progmodes/cfengine.elc
ELC progmodes/cl-font-lock.elc
ELC progmodes/cmacexp.elc
ELC progmodes/cmake-ts-mode.elc
ELC progmodes/compile.elc
ELC progmodes/cperl-mode.elc
ELC progmodes/cpp.elc
ELC progmodes/csharp-mode.elc
ELC progmodes/c-ts-common.elc
ELC progmodes/c-ts-mode.elc
ELC progmodes/cwarn.elc
ELC progmodes/dcl-mode.elc
ELC progmodes/dockerfile-ts-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/eglot.elc
ELC progmodes/erts-mode.elc
ELC progmodes/etags.elc
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/go-ts-mode.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/java-ts-mode.elc
ELC progmodes/js.elc
ELC progmodes/json-ts-mode.elc
ELC progmodes/ld-script.elc
ELC progmodes/m4-mode.elc
ELC progmodes/make-mode.elc
ELC progmodes/meta-mode.elc
ELC progmodes/mixal-mode.elc
ELC progmodes/modula2.elc
ELC progmodes/octave.elc
ELC progmodes/opascal.elc
ELC progmodes/pascal.elc
ELC progmodes/perl-mode.elc
ELC progmodes/project.elc
ELC progmodes/prolog.elc
ELC progmodes/ps-mode.elc
ELC progmodes/python.elc
ELC progmodes/ruby-mode.elc
ELC progmodes/ruby-ts-mode.elc
ELC progmodes/rust-ts-mode.elc
ELC progmodes/scheme.elc
ELC progmodes/sh-script.elc
ELC progmodes/simula.elc
ELC progmodes/sql.elc
ELC progmodes/subword.elc
ELC progmodes/tcl.elc
ELC progmodes/typescript-ts-mode.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/fbterm.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/st.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/emacs-authors-mode.elc
ELC textmodes/emacs-news-mode.elc
ELC textmodes/enriched.elc
ELC textmodes/flyspell.elc
ELC textmodes/glyphless-mode.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/pixel-fill.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
ELC textmodes/reftex-index.elc
ELC textmodes/reftex-loaddefs.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
ELC textmodes/string-edit.elc
ELC textmodes/table.elc
ELC textmodes/texinfmt.elc
ELC textmodes/texinfo.elc
ELC textmodes/texinfo-loaddefs.elc
ELC textmodes/tex-mode.elc
ELC textmodes/texnfo-upd.elc
ELC textmodes/tildify.elc
ELC textmodes/toml-ts-mode.elc
ELC textmodes/two-column.elc
ELC textmodes/underline.elc
ELC textmodes/word-wrap-mode.elc
ELC textmodes/yaml-ts-mode.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-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-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 use-package/bind-key.elc
ELC use-package/use-package-bind-key.elc
ELC use-package/use-package-core.elc
ELC use-package/use-package-delight.elc
ELC use-package/use-package-diminish.elc
ELC use-package/use-package.elc
ELC use-package/use-package-ensure.elc
ELC use-package/use-package-ensure-system-package.elc
ELC use-package/use-package-jump.elc
ELC use-package/use-package-lint.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
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-rcs.elc
ELC vc/vc-sccs.elc
ELC vc/vc-src.elc
ELC vc/vc-svn.elc
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
GEN cus-load.el
INFO Scanning files for custom...
INFO Scanning files for custom...10%
INFO Scanning files for custom...20%
INFO Scanning files for custom...30%
INFO Scanning files for custom...40%
INFO Scanning files for custom...50%
INFO Scanning files for custom...60%
INFO Scanning files for custom...70%
INFO Scanning files for custom...80%
INFO Scanning files for custom...90%
INFO Scanning files for custom...100%
INFO Scanning files for custom...done
INFO Generating ./cus-load.el...
INFO Generating ./cus-load.el...done
GEN finder-inf.el
INFO Scanning files for finder...
INFO Scanning files for finder...10%
INFO Scanning files for finder...18%
INFO Scanning files for finder...30%
INFO Scanning files for finder...40%
INFO Scanning files for finder...51%
INFO Scanning files for finder...61%
INFO Scanning files for finder...73%
INFO Scanning files for finder...82%
INFO Scanning files for finder...89%
INFO Scanning files for finder...98%
INFO Scanning files for finder...done
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
/usr/bin/mkdir -p ../lisp/leim/ja-dic
GEN ../lisp/leim/ja-dic/ja-dic.el
INFO Processing OKURI-ARI entries
INFO Processing POSTFIX entries
INFO Processing PREFIX entries
INFO Collecting OKURI-NASI entries
INFO Collecting OKURI-NASI entries...
INFO Collecting OKURI-NASI entries...31%
INFO Collecting OKURI-NASI entries...41%
INFO Collecting OKURI-NASI entries...51%
INFO Collecting OKURI-NASI entries...61%
INFO Collecting OKURI-NASI entries...71%
INFO Collecting OKURI-NASI entries...81%
INFO Collecting OKURI-NASI entries...91%
INFO Collecting OKURI-NASI entries...done
INFO Processing OKURI-NASI entries
INFO Processing OKURI-NASI entries...
INFO Processing OKURI-NASI entries...10%
INFO Processing OKURI-NASI entries...20%
INFO Processing OKURI-NASI entries...30%
INFO Processing OKURI-NASI entries...40%
INFO Processing OKURI-NASI entries...50%
INFO Processing OKURI-NASI entries...60%
INFO Processing OKURI-NASI entries...70%
INFO Processing OKURI-NASI entries...80%
INFO Processing OKURI-NASI entries...90%
INFO Processing OKURI-NASI entries...100%
INFO Processing OKURI-NASI entries...done
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/leim'
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
ELC leim/ja-dic/ja-dic.elc
INFO Extracting OKURI-NASI entries...
INFO Extracting OKURI-NASI entries...7%
INFO Extracting OKURI-NASI entries...14%
INFO Extracting OKURI-NASI entries...20%
INFO Extracting OKURI-NASI entries...27%
INFO Extracting OKURI-NASI entries...32%
INFO Extracting OKURI-NASI entries...35%
INFO Extracting OKURI-NASI entries...42%
INFO Extracting OKURI-NASI entries...48%
INFO Extracting OKURI-NASI entries...55%
INFO Extracting OKURI-NASI entries...61%
INFO Extracting OKURI-NASI entries...68%
INFO Extracting OKURI-NASI entries...74%
INFO Extracting OKURI-NASI entries...81%
INFO Extracting OKURI-NASI entries...88%
INFO Extracting OKURI-NASI entries...94%
INFO Extracting OKURI-NASI entries...done
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/misc'
GEN org.texi
GEN modus-themes.texi
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/misc'
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lisp'
make -C doc/lispref info
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/lispref'
/usr/bin/mkdir -p ../../info
GEN ../../info/elisp.info
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/lispref'
make -C doc/lispintro info
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/lispintro'
GEN ../../info/eintr.info
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/lispintro'
make -C doc/emacs info
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/emacs'
GEN ../../info/emacs.info
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/emacs'
make -C doc/misc info
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/misc'
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/efaq.info
GEN ../../info/eglot.info
GEN ../../info/eieio.info
GEN ../../info/emacs-gnutls.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/eww.info
GEN ../../info/flymake.info
GEN ../../info/forms.info
GEN ../../info/gnus.info
GEN ../../info/htmlfontify.info
GEN ../../info/idlwave.info
GEN ../../info/ido.info
GEN ../../info/info.info
GEN ../../info/mairix-el.info
GEN ../../info/message.info
GEN ../../info/mh-e.info
GEN ../../info/modus-themes.info
GEN ../../info/newsticker.info
GEN ../../info/nxml-mode.info
GEN ../../info/octave-mode.info
GEN ../../info/org.info
GEN ../../info/pcl-cvs.info
GEN ../../info/pgg.info
GEN ../../info/rcirc.info
GEN ../../info/reftex.info
GEN ../../info/remember.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/transient.info
GEN ../../info/url.info
GEN ../../info/use-package.info
GEN ../../info/vhdl-mode.info
GEN ../../info/vip.info
GEN ../../info/viper.info
GEN ../../info/vtable.info
GEN ../../info/widget.info
GEN ../../info/wisent.info
GEN ../../info/woman.info
GEN ../../info/efaq-w32.info
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/doc/misc'
GEN info/dir
make -C src BIN_DESTDIR=''/usr/X/23/pkg/emacs-29-sink/bin/'' ELN_DESTDIR='/usr/X/23/pkg/emacs-29-sink/lib/emacs/29.0.92/'
make[2]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/src'
make -C ../lwlib/ liblw.a
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/lwlib'
make[3]: 'liblw.a' is up to date.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/lwlib'
make -C ../admin/charsets all
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make -C ../admin/unidata charscript.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make[3]: Nothing to be done for 'charscript.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make[3]: Nothing to be done for 'emoji-zwj.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/unidata'
make -C ../admin/charsets cp51932.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[3]: Nothing to be done for 'cp51932.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make -C ../admin/charsets eucjp-ms.el
make[3]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[3]: Nothing to be done for 'eucjp-ms.el'.
make[3]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/admin/charsets'
make[2]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92/src'
make[1]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92'
make sanity-check make-target=all
make[1]: Entering directory '/mnt/606/2023/pkg/emacs-29.0.92'
make[1]: Leaving directory '/mnt/606/2023/pkg/emacs-29.0.92'
$
[-- Attachment #4: File B emacs bug report --]
[-- Type: application/octet-stream, Size: 3386 bytes --]
In GNU Emacs 29.0.92 (build 1, aarch64-unknown-linux-gnu, X toolkit,
cairo version 1.16.0, Xaw3d scroll bars) of 2023-07-23 built on x23
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)
Configured using:
'configure --without-pop --without-mailutils --with-rsvg
--srcdir=/usr/X/23/pkg/emacs-29.0.92
--prefix=/usr/X/23/pkg/emacs-29-sink --without-compress-install
--localstatedir=/var --with-tree-sitter --disable-acl --with-webp
--without-sound --with-lcms2 --with-x-toolkit=lucid --with-libsystemd'
Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LCMS2
LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG
SECCOMP SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11
XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB
Important settings:
value of $LC_ALL:
value of $LC_COLLATE: en_AU.UTF-8
value of $LC_CTYPE: en_AU.UTF-8
value of $LC_MESSAGES: en_AU.UTF-8
value of $LC_MONETARY: en_AU.UTF-8
value of $LC_NUMERIC: en_AU.UTF-8
value of $LC_TIME: en_AU.UTF-8
value of $LANG: en_AU.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
xinput2 x multi-tty make-network-process emacs)
Memory information:
((conses 16 37819 5655)
(symbols 48 5127 0)
(strings 32 13851 2052)
(string-bytes 1 384241)
(vectors 16 10239)
(vector-slots 8 155372 7616)
(floats 8 23 25)
(intervals 56 261 0)
(buffers 984 10))
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-23 14:49 bug#64806: 29.0.92; build process outside srcdir gets stuck Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-23 15:32 ` Eli Zaretskii
2023-07-23 17:34 ` Stephen Berman
2023-07-25 6:36 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2023-07-23 15:32 UTC (permalink / raw)
To: Van Ly; +Cc: 64806
> Date: Sun, 23 Jul 2023 14:49:26 GMT
> From: Van Ly via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> When the build process occurs in a directory next to srcdir the make
> phase is unable to complete. See attached File A, line 549 and 1349.
>
> Using configure and make within srcdir builds successfully. See
> attached File Z.
>
> Steps to reproduce:
>
> 1. at srcdir being emacs-29.0.92
> 2. run, sh ./autogen.sh
> 3. create build directory outside srcdir, mkdir ../emacs-29
> 4. at build directory, cd ../emacs-29,
> 5. run build process, ../emacs-29.0.92/configure ; make
You configure with
../emacs-29.0.92/configure --srcdir=/usr/X/23/pkg/emacs-29.0.92
but the build says
Entering directory '/mnt/606/2023/pkg/emacs-29'
which doesn't seem to be consistent with the configure command. I
think this is the reason for the problem you see.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-23 15:32 ` Eli Zaretskii
@ 2023-07-23 17:34 ` Stephen Berman
2023-07-25 6:36 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 0 replies; 7+ messages in thread
From: Stephen Berman @ 2023-07-23 17:34 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Van Ly, 64806
On Sun, 23 Jul 2023 18:32:56 +0300 Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Sun, 23 Jul 2023 14:49:26 GMT
>> From: Van Ly via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> When the build process occurs in a directory next to srcdir the make
>> phase is unable to complete. See attached File A, line 549 and 1349.
>>
>> Using configure and make within srcdir builds successfully. See
>> attached File Z.
>>
>> Steps to reproduce:
>>
>> 1. at srcdir being emacs-29.0.92
>> 2. run, sh ./autogen.sh
>> 3. create build directory outside srcdir, mkdir ../emacs-29
>> 4. at build directory, cd ../emacs-29,
>> 5. run build process, ../emacs-29.0.92/configure ; make
>
> You configure with
>
> ../emacs-29.0.92/configure --srcdir=/usr/X/23/pkg/emacs-29.0.92
>
> but the build says
>
> Entering directory '/mnt/606/2023/pkg/emacs-29'
>
> which doesn't seem to be consistent with the configure command. I
> think this is the reason for the problem you see.
Perhaps the source directory /usr/X/23/pkg/emacs-29.0.92 is a symlink to
/mnt/606/2023/pkg/emacs-29.0.92 and make resolves the symlink to the
corresponding build directory ../emacs-29 to the true filename? I have
a similar, though not identical, situation and I've been getting the
same kind of error. I use this configure command:
/home/steve/src/emacs/emacs-29/configure -C --with-xwidgets CFLAGS='-Og -g3'
Here, /home/steve/src is a symlink to /datadisk/steve/src. Then I
switch to the build directory, which in my case is not a symlink:
steve [ ~/src/emacs/emacs-29 ]$ cd ~/build/emacs-29
steve [ ~/build/emacs-29 ]$ make -j12
make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/home/steve/build/emacs-29'
make -C lib all
make -C doc/lispref info
make -C doc/lispintro info
make -C doc/emacs info
make[2]: Entering directory '/home/steve/build/emacs-29/doc/lispintro'
[...]
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (/home/steve/src/emacs/emacs-29/lisp /home/steve/src/emacs/emacs-29/lisp/emacs-lisp /home/steve/src/emacs/emacs-29/lisp/progmodes /home/steve/src/emacs/emacs-29/lisp/language /home/steve/src/emacs/emacs-29/lisp/international /home/steve/src/emacs/emacs-29/lisp/textmodes /home/steve/src/emacs/emacs-29/lisp/vc)
Loading emacs-lisp/debug-early...
[...]
Loading /home/steve/src/emacs/emacs-29/lisp/minibuffer.el (source)...
Error: error ("Eager macro-expansion failure: (file-missing \"Cannot open load file\" \"No such file or directory\" \"../../../../../home/steve/src/emacs/emacs-29/lisp/emacs-lisp/pcase\")")
mapbacktrace(#[1028 "\1\4\203\24\0\301\302!\210\300\4!\210\301\303!\210\202\35\0\301\304!\210\3\3B\262\1\211\2035\0\300\1@!\210\211A\211\262\2\2035\0\301\305!\210\202!\0\301\306!\207" [prin1 princ " " "(" " (" " " ")\n"] 7 "\n\n(fn EVALD FUNC ARGS FLAGS)"])
debug-early-backtrace()
debug-early(error (error "Eager macro-expansion failure: (file-missing \"Cannot open load file\" \"No such file or directory\" \"../../../../../home/steve/src/emacs/emacs-29/lisp/emacs-lisp/pcase\")"))
signal(error ("Eager macro-expansion failure: (file-missing \"Cannot open load file\" \"No such file or directory\" \"../../../../../home/steve/src/emacs/emacs-29/lisp/emacs-lisp/pcase\")"))
error("Eager macro-expansion failure: %S" (file-missing "Cannot open load file" "No such file or directory" "../../../../../home/steve/src/emacs/emacs-29/lisp/emacs-lisp/pcase"))
internal-macroexpand-for-load((defalias 'completion-table-with-quoting #'(lambda (table unquote requote) "Return a new completion table operating on quoted text.\nTABLE operates on the unquoted text.\nUNQUOTE is a function that takes a string and returns a new unquoted string.\nREQUOTE is a function of 2 args (UPOS QSTR) where\n QSTR is a string entered by the user (and hence indicating\n the user's preferred form of quoting); and\n UPOS is a position within the unquoted form of QSTR.\nREQUOTE should return a pair (QPOS . QFUN) such that QPOS is the\nposition corresponding to UPOS but in QSTR, and QFUN is a function\nof one argument (a string) which returns that argument appropriately quoted\nfor use at QPOS." (lambda (string pred action) (cond ((eq action 'metadata) (append (completion-metadata string table pred) '((completion--unquote-requote . t)))) ((eq action 'lambda) (let ((ustring (funcall unquote string))) (test-completion ustring table pred))) ((eq (car-safe action) 'boundaries) (let* ((ustring (funcall unquote string)) (qsuffix (cdr action)) (ufull (if (zerop (length qsuffix)) ustring (funcall unquote (concat string qsuffix)))) (usuffix (if (string-prefix-p ustring ufull) (substring ufull (length ustring)) qsuffix)) (boundaries (completion-boundaries ustring table pred usuffix)) (qlboundary (car (funcall requote (car boundaries) string))) (qrboundary (if (zerop (cdr boundaries)) 0 (let* ((urfullboundary (+ (cdr boundaries) (length ustring)))) (- (car (funcall requote urfullboundary (concat string qsuffix))) (length string)))))) `(boundaries ,qlboundary \, qrboundary))) ((eq action nil) (let* ((ustring (funcall unquote string)) (completion (try-completion ustring table pred))) (if (not (stringp completion)) completion (car (completion--twq-try string ustring completion 0 unquote requote))))) ((eq action t) (pcase-let* ((ustring (funcall unquote string)) (completions (all-completions ustring table pred)) (boundary (car (completion-boundaries ustring table pred ""))) (completions (completion--twq-all string ustring completions boundary unquote requote)) (last (last completions))) (when (consp last) (setcdr last nil)) completions)) ((eq action 'completion--unquote) (let* ((qpos pred) (ustring (funcall unquote string)) (uprefix (funcall unquote (substring string 0 qpos))) (uqpos (if (string-prefix-p uprefix ustring) (length uprefix) (let ((usuffix (funcall unquote (substring string qpos)))) (if (string-suffix-p usuffix ustring) (- (length ustring) (length usuffix)) (/ (+ (min (length uprefix) (length ustring)) (max (- (length ustring) (length usuffix)) 0)) 2)))))) (list ustring table uqpos (lambda (unquoted-result op) (pcase op (1 (if (not (stringp (car-safe unquoted-result))) unquoted-result (completion--twq-try string ustring (car unquoted-result) (cdr unquoted-result) unquote requote))) (2 (let* ((last (last unquoted-result)) (base (or (cdr last) 0))) (when last (setcdr last nil) (completion--twq-all string ustring unquoted-result base unquote requote))))))))))))) t)
eval-buffer(#<buffer *load*> nil "/home/steve/src/emacs/emacs-29/lisp/minibuffer.el" nil t)
load-with-code-conversion("/home/steve/src/emacs/emacs-29/lisp/minibuffer.el" "/home/steve/src/emacs/emacs-29/lisp/minibuffer.el" nil nil)
load("minibuffer")
load("loadup.el")
Eager macro-expansion failure: (file-missing "Cannot open load file" "No such file or directory" "../../../../../home/steve/src/emacs/emacs-29/lisp/emacs-lisp/pcase")
make[2]: *** [Makefile:923: bootstrap-emacs.pdmp] Error 255
make[2]: Leaving directory '/home/steve/build/emacs-29/src'
make[1]: *** [Makefile:544: src] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/steve/build/emacs-29/doc/emacs'
make[2]: Leaving directory '/home/steve/build/emacs-29/doc/lispref'
make[1]: Leaving directory '/home/steve/build/emacs-29'
make[1]: Entering directory '/home/steve/build/emacs-29'
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
*** to further investigate the problem
***
make[1]: *** [Makefile:414: advice-on-failure] Error 2
make[1]: Leaving directory '/home/steve/build/emacs-29'
make: *** [Makefile:370: all] Error 2
steve [ ~/build/emacs-29 ]$
This failure only happens when I do an incremental build with make; the
build succeeds with `make bootstrap'. I wonder if this build problem is
related to the problem with an out-of-tree build I reported in bug#62099?
Steve Berman
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-23 15:32 ` Eli Zaretskii
2023-07-23 17:34 ` Stephen Berman
@ 2023-07-25 6:36 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-25 12:08 ` Eli Zaretskii
1 sibling, 1 reply; 7+ messages in thread
From: Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-25 6:36 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 64806
> Date: Sun, 23 Jul 2023 18:32:56 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 64806@debbugs.gnu.org
>
> You configure with
>
> ../emacs-29.0.92/configure --srcdir=/usr/X/23/pkg/emacs-29.0.92
>
> but the build says
>
> Entering directory '/mnt/606/2023/pkg/emacs-29'
>
> which doesn't seem to be consistent with the configure command. I
> think this is the reason for the problem you see.
>
The 29.1 release candidate seems to accommodate that symlink anomaly
as I was able to build to completion using configure with
/usr/X/23/src/emacs/emacs-29.1/configure --srcdir=/usr/X/23/src/emacs/emacs-29.1
from current workdir /usr/X/23/pkg/emacs/emacs-29.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-25 6:36 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-25 12:08 ` Eli Zaretskii
2023-07-25 13:00 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2023-07-25 12:08 UTC (permalink / raw)
To: Van Ly; +Cc: 64806
> Date: Tue, 25 Jul 2023 06:36:23 GMT
> From: Van Ly <van.ly@sdf.org>
> Cc: 64806@debbugs.gnu.org
>
> > Date: Sun, 23 Jul 2023 18:32:56 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: 64806@debbugs.gnu.org
> >
> > You configure with
> >
> > ../emacs-29.0.92/configure --srcdir=/usr/X/23/pkg/emacs-29.0.92
> >
> > but the build says
> >
> > Entering directory '/mnt/606/2023/pkg/emacs-29'
> >
> > which doesn't seem to be consistent with the configure command. I
> > think this is the reason for the problem you see.
> >
>
> The 29.1 release candidate seems to accommodate that symlink anomaly
> as I was able to build to completion using configure with
>
> /usr/X/23/src/emacs/emacs-29.1/configure --srcdir=/usr/X/23/src/emacs/emacs-29.1
>
> from current workdir /usr/X/23/pkg/emacs/emacs-29.1
Yes, because that's how builds outside of the source tree are supposed
to be configured and built.
So I guess we can close this issue?
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-25 12:08 ` Eli Zaretskii
@ 2023-07-25 13:00 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-25 13:48 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-07-25 13:00 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 64806
> Date: Tue, 25 Jul 2023 15:08:08 +0300
> From: Eli Zaretskii <eliz@gnu.org>
>
> > Date: Tue, 25 Jul 2023 06:36:23 GMT
> > From: Van Ly <van.ly@sdf.org>
> >
> > The 29.1 release candidate seems to accommodate that symlink anomaly
> > as I was able to build to completion using configure with
> >
> > /usr/X/23/src/emacs/emacs-29.1/configure --srcdir=/usr/X/23/src/emacs/emacs-29.1
> >
> > from current workdir /usr/X/23/pkg/emacs/emacs-29.1
>
> Yes, because that's how builds outside of the source tree are supposed
> to be configured and built.
>
So the gotcha there is if a symlink occurs in the abstract path to
configure the absolute abstract file path to configure is required
> So I guess we can close this issue?
>
I guess.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#64806: 29.0.92; build process outside srcdir gets stuck
2023-07-25 13:00 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-07-25 13:48 ` Eli Zaretskii
0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2023-07-25 13:48 UTC (permalink / raw)
To: Van Ly; +Cc: 64806-done
> Date: Tue, 25 Jul 2023 13:00:00 GMT
> From: Van Ly <van.ly@sdf.org>
> Cc: 64806@debbugs.gnu.org
>
>
> > Date: Tue, 25 Jul 2023 15:08:08 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> >
> > > Date: Tue, 25 Jul 2023 06:36:23 GMT
> > > From: Van Ly <van.ly@sdf.org>
> > >
> > > The 29.1 release candidate seems to accommodate that symlink anomaly
> > > as I was able to build to completion using configure with
> > >
> > > /usr/X/23/src/emacs/emacs-29.1/configure --srcdir=/usr/X/23/src/emacs/emacs-29.1
> > >
> > > from current workdir /usr/X/23/pkg/emacs/emacs-29.1
> >
> > Yes, because that's how builds outside of the source tree are supposed
> > to be configured and built.
> >
>
> So the gotcha there is if a symlink occurs in the abstract path to
> configure the absolute abstract file path to configure is required
>
> > So I guess we can close this issue?
> >
>
> I guess.
Thanks, done.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-25 13:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23 14:49 bug#64806: 29.0.92; build process outside srcdir gets stuck Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-23 15:32 ` Eli Zaretskii
2023-07-23 17:34 ` Stephen Berman
2023-07-25 6:36 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-25 12:08 ` Eli Zaretskii
2023-07-25 13:00 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-25 13:48 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).