Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698473769:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1698473775:prepare_executor section_start:1698473775:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1698473779:prepare_script section_start:1698473779:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out 6b229ffc as master... Skipping Git submodules setup section_end:1698473831:get_sources section_start:1698473831:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 14 Running: 2 Paused: 0 Stopped: 12 Images: 7 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-6b229ffc6f32b111bf11242080d98022758b43e0/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B done #2 DONE 4.8s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 4.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.3s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 104.71MB 4.4s #7 transferring context: 234.71MB 9.4s #7 transferring context: 239.47MB 9.7s done #7 DONE 9.9s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 10.7s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 11.9s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 7.633 Checking whether you have the necessary tools... #10 7.633 (Read INSTALL.REPO for more details on building Emacs) #10 7.637 Checking for autoconf (need at least version 2.65) ... ok #10 7.717 Your system has the required tools. #10 7.743 Building aclocal.m4 ... #10 7.758 Running 'autoreconf -fi -I m4' ... #10 24.70 Building 'aclocal.m4' in exec ... #10 24.70 Running 'autoreconf -fi' in exec ... #10 27.68 You can now run './autogen.sh git'. #10 DONE 28.2s #11 [emacs-inotify 5/6] RUN ./configure #11 2.305 checking for xcrun... no #11 2.310 checking for GNU Make... make #11 2.346 checking build system type... x86_64-pc-linux-gnu #11 3.093 checking host system type... x86_64-pc-linux-gnu #11 3.116 checking for gcc... gcc #11 3.207 checking whether the C compiler works... yes #11 3.971 checking for C compiler default output file name... a.out #11 3.975 checking for suffix of executables... #11 4.067 checking whether we are cross compiling... no #11 4.230 checking for suffix of object files... o #11 4.285 checking whether we are using the GNU C compiler... yes #11 4.337 checking whether gcc accepts -g... yes #11 4.389 checking for gcc option to enable C11 features... none needed #11 4.783 checking whether the compiler is clang... no #11 4.845 checking for compiler option needed when checking for declarations... none #11 4.847 checking whether gcc and cc understand -c and -o together... yes #11 5.067 checking how to run the C preprocessor... gcc -E #11 5.227 checking for grep that handles long lines and -e... /bin/grep #11 5.241 checking for egrep... /bin/grep -E #11 5.251 checking for ANSI C header files... yes #11 5.599 checking for sys/types.h... yes #11 5.743 checking for sys/stat.h... yes #11 5.849 checking for stdlib.h... yes #11 5.927 checking for string.h... yes #11 6.040 checking for memory.h... yes #11 6.160 checking for strings.h... yes #11 6.236 checking for inttypes.h... yes #11 6.327 checking for stdint.h... yes #11 6.416 checking for unistd.h... yes #11 6.577 checking for wchar.h... yes #11 6.700 checking for minix/config.h... no #11 6.801 checking for linux/fs.h... yes #11 7.933 checking for malloc.h... yes #11 8.289 checking for sys/systeminfo.h... no #11 8.385 checking for sys/sysinfo.h... yes #11 8.516 checking for coff.h... no #11 8.609 checking for pty.h... yes #11 8.783 checking for sys/resource.h... yes #11 8.906 checking for sys/utsname.h... yes #11 9.016 checking for pwd.h... yes #11 9.118 checking for util.h... no #11 9.211 checking for sanitizer/lsan_interface.h... yes #11 9.315 checking for sanitizer/asan_interface.h... yes #11 9.442 checking for sanitizer/common_interface_defs.h... yes #11 9.544 checking for sys/socket.h... yes #11 9.749 checking for stdlib.h... (cached) yes #11 9.768 checking for unistd.h... (cached) yes #11 9.789 checking for sys/param.h... yes #11 10.19 checking for pthread.h... yes #11 10.36 checking for malloc/malloc.h... no #11 10.45 checking for sys/un.h... yes #11 10.55 checking for utmp.h... yes #11 10.84 checking for utmpx.h... yes #11 11.00 checking for OS.h... no #11 11.11 checking for dirent.h... yes #11 11.22 checking for execinfo.h... yes #11 11.32 checking for linux/xattr.h... yes #11 12.36 checking for stdio_ext.h... yes #11 12.47 checking for sys/vfs.h... yes #11 12.57 checking for sys/fs_types.h... no #11 12.65 checking for getopt.h... yes #11 12.77 checking for sys/cdefs.h... yes #11 12.87 checking for sys/time.h... yes #11 12.97 checking for ieee754.h... yes #11 13.09 checking for limits.h... yes #11 13.20 checking for inttypes.h... (cached) yes #11 13.21 checking for sys/types.h... (cached) yes #11 13.23 checking for stdint.h... (cached) yes #11 13.25 checking for sys/select.h... yes #11 13.35 checking for stdbool.h... yes #11 13.45 checking for stdckdint.h... no #11 13.53 checking for sys/random.h... yes #11 13.63 checking for sys/stat.h... (cached) yes #11 13.64 checking whether it is safe to define __EXTENSIONS__... yes #11 13.73 checking whether _XOPEN_SOURCE should be defined... no #11 13.80 checking for Minix Amsterdam compiler... no #11 13.83 checking for ar... ar #11 13.83 checking for ranlib... ranlib #11 13.83 checking for gcc option to enable large file support... none needed #11 13.97 checking for gcc option for timestamps after 2038... none needed #11 14.05 checking for g++... g++ #11 14.13 checking whether we are using the GNU C++ compiler... yes #11 14.99 checking whether g++ accepts -g... yes #11 15.05 checking for g++ option to enable C++11 features... none needed #11 38.60 checking how to run the C++ preprocessor... g++ -E #11 38.76 checking whether gcc accepts -g3 -O2... yes #11 38.89 checking whether the compiler is clang... no #11 38.97 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 39.04 checking whether -Wno-missing-field-initializers is needed... yes #11 39.17 checking whether -Wuninitialized is supported... yes #11 39.26 checking whether C compiler handles -fstrict-flex-arrays... no #11 39.31 checking whether C compiler handles -Wall... yes #11 39.44 checking whether C compiler handles -Warith-conversion... yes #11 39.56 checking whether C compiler handles -Wdate-time... yes #11 39.68 checking whether C compiler handles -Wdisabled-optimization... yes #11 39.79 checking whether C compiler handles -Wdouble-promotion... yes #11 39.90 checking whether C compiler handles -Wduplicated-cond... yes #11 40.07 checking whether C compiler handles -Wextra... yes #11 40.20 checking whether C compiler handles -Wformat-signedness... yes #11 40.32 checking whether C compiler handles -Winit-self... yes #11 40.44 checking whether C compiler handles -Winvalid-pch... yes #11 40.54 checking whether C compiler handles -Wlogical-op... yes #11 40.65 checking whether C compiler handles -Wmissing-declarations... yes #11 40.78 checking whether C compiler handles -Wmissing-include-dirs... yes #11 40.92 checking whether C compiler handles -Wmissing-prototypes... yes #11 41.05 checking whether C compiler handles -Wnested-externs... yes #11 41.18 checking whether C compiler handles -Wnull-dereference... yes #11 41.32 checking whether C compiler handles -Wold-style-definition... yes #11 41.46 checking whether C compiler handles -Wopenmp-simd... yes #11 41.56 checking whether C compiler handles -Wpacked... yes #11 41.68 checking whether C compiler handles -Wpointer-arith... yes #11 41.82 checking whether C compiler handles -Wstrict-flex-arrays... no #11 41.88 checking whether C compiler handles -Wstrict-prototypes... yes #11 42.05 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 42.21 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 42.33 checking whether C compiler handles -Wsuggest-final-methods... yes #11 42.45 checking whether C compiler handles -Wsuggest-final-types... yes #11 42.57 checking whether C compiler handles -Wtrampolines... yes #11 42.68 checking whether C compiler handles -Wuninitialized... yes #11 42.79 checking whether C compiler handles -Wunknown-pragmas... yes #11 42.92 checking whether C compiler handles -Wunused-macros... yes #11 43.04 checking whether C compiler handles -Wvariadic-macros... yes #11 43.15 checking whether C compiler handles -Wvector-operation-performance... yes #11 43.27 checking whether C compiler handles -Wwrite-strings... yes #11 43.41 checking whether C compiler handles -Warray-bounds=2... yes #11 43.54 checking whether C compiler handles -Wattribute-alias=2... yes #11 43.65 checking whether C compiler handles -Wformat=2... yes #11 43.75 checking whether C compiler handles -Wformat-truncation=2... yes #11 43.86 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 43.98 checking whether C compiler handles -Wshift-overflow=2... yes #11 44.09 checking whether C compiler handles -Wuse-after-free=3... no #11 44.17 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 44.31 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 44.44 checking whether C compiler handles -Wredundant-decls... yes #11 44.58 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 44.58 checking whether C compiler handles -Wno-override-init... yes #11 44.69 checking whether C compiler handles -Wno-sign-compare... yes #11 44.81 checking whether C compiler handles -Wno-type-limits... yes #11 44.91 checking whether C compiler handles -Wno-unused-parameter... yes #11 45.01 checking whether C compiler handles -Wno-format-nonliteral... yes #11 45.13 checking whether C compiler handles -Wno-bidi-chars... no #11 45.17 checking for a BSD-compatible install... /usr/bin/install -c #11 45.20 checking command to symlink files in the same directory... ln -s #11 45.21 checking for install-info... : #11 45.22 checking for gzip... /bin/gzip #11 45.22 checking for 'find' args to delete a file... -delete #11 45.25 checking for brew... no #11 45.91 checking for -znocombreloc... not needed #11 45.91 checking whether addresses are sanitized... no #11 45.95 checking for math library... -lm #11 46.51 checking for struct passwd.pw_gecos... yes #11 46.59 checking for pkg-config... /usr/bin/pkg-config #11 46.59 checking pkg-config is at least version 0.9.0... yes #11 46.65 checking for machine/soundcard.h... no #11 46.71 checking for sys/soundcard.h... yes #11 46.80 checking for soundcard.h... no #11 46.85 checking for mmsystem.h... no #11 46.89 checking for _oss_ioctl in -lossaudio... no #11 46.98 checking for alsa >= 1.0.0... no #11 47.01 checking for ADDR_NO_RANDOMIZE... yes #11 47.08 checking if Linux sysinfo may be used... yes #11 47.29 checking for sys/wait.h that is POSIX.1 compatible... yes #11 47.38 checking for net/if.h... yes #11 47.52 checking for ifaddrs.h... yes #11 47.66 checking for net/if_dl.h... no #11 47.76 checking for struct ifreq.ifr_flags... yes #11 47.91 checking for struct ifreq.ifr_hwaddr... yes #11 48.15 checking for struct ifreq.ifr_netmask... yes #11 48.40 checking for struct ifreq.ifr_broadaddr... yes #11 48.65 checking for struct ifreq.ifr_addr... yes #11 48.88 checking for struct ifreq.ifr_addr.sa_len... no #11 49.07 checking whether gcc understands -MMD -MF... yes #11 49.15 checking for X... no #11 49.28 checking for X... false #11 49.28 checking whether malloc is Doug Lea style... no #11 49.34 checking for sbrk... yes #11 49.48 checking for __lsan_ignore_object... no #11 49.61 checking for fchmod... yes #11 49.76 checking for utmpname... yes #11 49.90 checking for utmpxname... yes #11 50.04 checking for canonicalize_file_name... yes #11 50.20 checking for realpath... yes #11 50.37 checking for lstat... yes #11 50.53 checking for fchmodat... yes #11 50.68 checking for lchmod... no #11 50.76 checking for fcntl... yes #11 50.89 checking for fdopendir... yes #11 51.03 checking for listxattr... yes #11 51.17 checking for fstatat... yes #11 51.31 checking for fsync... yes #11 51.46 checking for gettimeofday... yes #11 51.64 checking for memset_explicit... no #11 51.79 checking for memset_s... no #11 51.93 checking for pselect... yes #11 52.09 checking for readlink... yes #11 52.22 checking for isblank... yes #11 52.38 checking for iswctype... yes #11 52.54 checking for strtoimax... yes #11 52.68 checking for symlink... yes #11 52.81 checking for localtime_r... yes #11 52.94 checking for getdtablesize... yes #11 53.06 checking for getpagesize... yes #11 53.18 checking for working mmap... yes #11 53.43 checking for main in -lXbsd... no #11 53.52 checking for pthread library... -lpthread #11 53.84 checking for thread support... yes #11 53.85 checking for sqlite3_open_v2 in -lsqlite3... no #11 53.94 checking for getaddrinfo_a in -lanl... yes #11 54.31 checking for malloc_trim... yes #11 54.48 checking for dbus-1 >= 1.0... yes #11 54.52 checking for dbus_watch_get_unix_fd... yes #11 54.77 checking for dbus_type_is_valid... yes #11 55.00 checking for dbus_validate_bus_name... yes #11 55.17 checking for dbus_validate_path... yes #11 55.34 checking for dbus_validate_interface... yes #11 55.50 checking for dbus_validate_member... yes #11 55.65 checking for lgetfilecon in -lselinux... no #11 55.74 checking for gnutls >= 2.12.2... yes #11 55.78 checking for libsystemd >= 222... no #11 55.79 checking for jansson >= 2.7... no #11 55.82 checking for tree-sitter >= 0.20.2... no #11 55.84 checking for tree-sitter >= 0.6.3... no #11 55.86 checking sys/inotify.h usability... yes #11 55.96 checking sys/inotify.h presence... yes #11 55.99 checking for sys/inotify.h... yes #11 55.99 checking for inotify_init1... yes #11 56.16 checking for lcms2... no #11 56.18 checking for library containing inflateEnd... no #11 56.41 checking for dladdr... yes #11 56.58 checking for dlfunc... no #11 56.85 checking gpm.h usability... no #11 56.93 checking gpm.h presence... no #11 56.97 checking for gpm.h... no #11 56.98 checking for libxml-2.0 > 2.6.17... no #11 56.99 checking for maillock in -lmail... no #11 57.08 checking for maillock in -llockfile... no #11 57.17 checking for liblockfile.so... no #11 57.18 checking maillock.h usability... no #11 57.26 checking maillock.h presence... no #11 57.30 checking for maillock.h... no #11 57.32 checking linux/seccomp.h usability... yes #11 57.44 checking linux/seccomp.h presence... yes #11 57.47 checking for linux/seccomp.h... yes #11 57.50 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 57.59 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 57.66 checking linux/filter.h usability... yes #11 57.78 checking linux/filter.h presence... yes #11 57.82 checking for linux/filter.h... yes #11 57.84 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 57.88 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 57.88 checking for libseccomp >= 2.5.2... no #11 57.89 checking size of long... 8 #11 58.09 checking for accept4... yes #11 58.24 checking for fchdir... yes #11 58.42 checking for gethostname... yes #11 58.58 checking for getrusage... yes #11 58.78 checking for get_current_dir_name... yes #11 58.92 checking for lrand48... yes #11 59.11 checking for random... yes #11 59.28 checking for rint... yes #11 59.49 checking for tcdrain... yes #11 59.65 checking for trunc... yes #11 59.84 checking for select... yes #11 60.01 checking for getpagesize... (cached) yes #11 60.03 checking for setlocale... yes #11 60.18 checking for newlocale... yes #11 60.33 checking for getrlimit... yes #11 60.49 checking for setrlimit... yes #11 60.68 checking for shutdown... yes #11 60.84 checking for pthread_sigmask... (cached) yes #11 60.86 checking for strsignal... yes #11 61.00 checking for setitimer... yes #11 61.15 checking for sendto... yes #11 61.31 checking for recvfrom... yes #11 61.48 checking for getsockname... yes #11 61.64 checking for getifaddrs... yes #11 61.78 checking for freeifaddrs... yes #11 61.93 checking for gai_strerror... yes #11 62.08 checking for sync... yes #11 62.22 checking for endpwent... yes #11 62.36 checking for getgrent... yes #11 62.52 checking for endgrent... yes #11 62.69 checking for renameat2... yes #11 62.87 checking for cfmakeraw... yes #11 63.02 checking for cfsetspeed... yes #11 63.16 checking for __executable_start... yes #11 63.31 checking for log2... yes #11 63.46 checking for pthread_setname_np... yes #11 63.60 checking for pthread_set_name_np... no #11 63.74 checking for getpwent... yes #11 63.87 checking whether pthread_setname_np takes a single argument... no #11 63.92 checking whether pthread_setname_np takes three arguments... no #11 63.99 checking for aligned_alloc... yes #11 64.12 checking whether aligned_alloc is declared... yes #11 64.22 checking for posix_madvise... yes #11 64.34 checking for madvise... yes #11 64.46 checking for __builtin_frame_address... yes #11 64.57 checking for __builtin_unwind_init... yes #11 64.69 checking for _LARGEFILE_SOURCE value needed for large files... no #11 64.82 checking for grantpt... yes #11 64.95 checking for getpt... yes #11 65.08 checking for posix_openpt... yes #11 65.21 checking for library containing tputs... -ltinfo #11 65.45 checking whether -ltinfo library defines BC... yes #11 65.56 checking for timerfd interface... yes #11 65.64 checking whether signals can be handled on alternate stack... yes #11 65.75 checking valgrind/valgrind.h usability... no #11 65.83 checking valgrind/valgrind.h presence... no #11 65.87 checking for valgrind/valgrind.h... no #11 65.87 checking for struct unipair.unicode... yes #11 65.95 checking for pid_t... yes #11 66.16 checking vfork.h usability... no #11 66.23 checking vfork.h presence... no #11 66.27 checking for vfork.h... no #11 66.28 checking for fork... yes #11 66.42 checking for vfork... yes #11 66.57 checking for working fork... yes #11 66.75 checking for working vfork... (cached) yes #11 66.77 checking for snprintf... yes #11 66.90 checking for open_memstream... yes #11 67.04 checking spawn.h usability... yes #11 67.15 checking spawn.h presence... yes #11 67.19 checking for spawn.h... yes #11 67.21 checking for posix_spawn... yes #11 67.35 checking for posix_spawn_file_actions_addchdir... no #11 67.48 checking for posix_spawn_file_actions_addchdir_np... yes #11 67.65 checking for posix_spawnattr_setflags... yes #11 67.86 checking whether POSIX_SPAWN_SETSID is declared... yes #11 67.96 checking whether GLib is linked in... no #11 68.00 checking for nl_langinfo and CODESET... yes #11 68.13 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 68.31 checking for mbstate_t... yes #11 68.44 checking for signals via characters... yes #11 68.54 checking for _setjmp... yes #11 68.68 checking for sigsetjmp... yes #11 68.83 checking POSIX termios... yes #11 68.97 checking size of speed_t... 4 #11 69.14 checking for usable FIONREAD... yes #11 69.23 checking for usable SIGIO... yes #11 69.33 checking for struct alignment... yes #11 69.40 checking for C/C++ restrict keyword... __restrict__ #11 69.47 checking for typeof syntax and keyword spelling... typeof #11 69.53 checking for statement expressions... yes #11 69.59 checking whether malloc (0) returns nonnull... yes #11 69.74 checking sys/acl.h usability... yes #11 69.89 checking sys/acl.h presence... yes #11 69.91 checking for sys/acl.h... yes #11 69.92 checking for library containing acl_get_file... -lacl #11 70.16 checking for acl_get_file... yes #11 70.31 checking for acl_get_fd... yes #11 70.44 checking for acl_set_file... yes #11 70.59 checking for acl_set_fd... yes #11 70.75 checking for acl_free... yes #11 70.91 checking for acl_from_mode... yes #11 71.06 checking for acl_from_text... yes #11 71.23 checking for acl_delete_def_file... yes #11 71.37 checking for acl_extended_file... yes #11 71.53 checking for acl_delete_fd_np... no #11 71.69 checking for acl_delete_file_np... no #11 71.84 checking for acl_copy_ext_native... no #11 71.99 checking for acl_create_entry_np... no #11 72.13 checking for acl_to_short_text... no #11 72.28 checking for acl_free_text... no #11 72.43 checking for working acl_get_file... yes #11 72.56 checking acl/libacl.h usability... yes #11 72.67 checking acl/libacl.h presence... yes #11 72.70 checking for acl/libacl.h... yes #11 72.71 checking for acl_entries... yes #11 72.85 checking for ACL_FIRST_ENTRY... yes #11 72.94 checking for ACL_TYPE_EXTENDED... no #11 73.00 checking for working alloca.h... yes #11 73.13 checking for alloca... yes #11 73.25 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 73.25 checking whether the preprocessor supports include_next... yes #11 73.33 checking whether source code line length is unlimited... yes #11 73.37 checking whether endutent is declared... yes #11 73.46 checking for struct utmpx.ut_user... yes #11 73.58 checking for struct utmp.ut_user... yes #11 73.71 checking for struct utmpx.ut_name... yes #11 73.85 checking for struct utmp.ut_name... yes #11 73.98 checking for struct utmpx.ut_type... yes #11 74.11 checking for struct utmp.ut_type... yes #11 74.23 checking for struct utmpx.ut_pid... yes #11 74.37 checking for struct utmp.ut_pid... yes #11 74.50 checking for struct utmp.ut_tv... yes #11 74.74 checking for struct utmpx.ut_host... yes #11 74.86 checking for struct utmp.ut_host... yes #11 75.00 checking for struct utmpx.ut_id... yes #11 75.13 checking for struct utmp.ut_id... yes #11 75.28 checking for struct utmpx.ut_session... yes #11 75.42 checking for struct utmp.ut_session... yes #11 75.54 checking for struct utmpx.ut_exit... yes #11 75.80 checking for struct utmp.ut_exit... yes #11 76.02 checking for struct utmpx.ut_exit.ut_exit... no #11 76.20 checking for struct utmpx.ut_exit.e_exit... yes #11 76.33 checking for struct utmp.ut_exit.e_exit... yes #11 76.46 checking for struct utmpx.ut_exit.ut_termination... no #11 76.67 checking for struct utmpx.ut_exit.e_termination... yes #11 76.80 checking for struct utmp.ut_exit.e_termination... yes #11 76.93 checking whether sysinfo is declared... yes #11 77.01 checking for sys/sysctl.h... yes #11 77.16 checking for sysctl... yes #11 77.28 checking whether lstat correctly handles trailing slash... yes #11 77.49 checking whether // is distinct from /... no #11 77.51 checking whether realpath works... yes #11 77.71 checking for faccessat... yes #11 77.85 checking for getcwd... yes #11 78.00 checking whether byte ordering is bigendian... no #11 78.21 checking if environ is properly declared... yes #11 78.28 checking for complete errno.h... yes #11 78.31 checking whether ctype.h defines __header_inline... no #11 78.35 checking for mode_t... yes #11 78.59 checking whether strmode is declared... no #11 78.69 checking whether getline is declared... yes #11 78.83 checking for gawk... no #11 78.83 checking for mawk... mawk #11 78.90 checking for getopt.h... (cached) yes #11 78.90 checking for getopt_long_only... yes #11 79.05 checking whether getopt is POSIX compatible... yes #11 79.55 checking for working GNU getopt function... yes #11 79.75 checking for working GNU getopt_long function... yes #11 79.92 checking whether timespec_get is declared... yes #11 80.00 checking for timespec_get... yes #11 80.13 checking for struct timeval... yes #11 80.20 checking for wide-enough struct timeval.tv_sec member... yes #11 80.26 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 80.31 checking whether the compiler produces multi-arch binaries... no #11 80.36 checking whether stdint.h conforms to C99... yes #11 80.65 checking whether stdint.h works without ISO C predefines... yes #11 80.74 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 80.85 checking whether memmem is declared... yes #11 80.98 checking whether memrchr is declared... yes #11 81.12 checking whether defines MIN and MAX... no #11 81.17 checking whether defines MIN and MAX... yes #11 81.26 checking whether time_t is signed... yes #11 81.34 checking whether alarm is declared... yes #11 81.47 checking for working mktime... no #11 81.82 checking whether struct tm is in sys/time.h or time.h... time.h #11 81.91 checking for struct tm.tm_zone... yes #11 81.98 checking for struct tm.tm_gmtoff... yes #11 82.05 checking whether is self-contained... yes #11 82.30 checking for inline... inline #11 82.35 checking for sigset_t... yes #11 82.48 checking for volatile sig_atomic_t... yes #11 82.63 checking for sighandler_t... yes #11 82.76 checking for wchar_t... yes #11 82.81 checking for good max_align_t... yes #11 82.87 checking whether NULL can be used in arbitrary expressions... yes #11 82.93 checking for unreachable... no #11 83.10 checking whether fcloseall is declared... yes #11 83.24 checking whether getw is declared... yes #11 83.37 checking whether putw is declared... yes #11 83.51 checking which flavor of printf attribute matches inttypes macros... system #11 83.61 checking whether strnlen is declared... yes #11 83.77 checking whether strtoimax is declared... yes #11 83.89 checking whether stat file-mode macros are broken... no #11 83.96 checking for nlink_t... yes #11 84.10 checking for struct timespec in ... yes #11 84.18 checking for TIME_UTC in ... yes #11 84.27 checking whether execvpe is declared... yes #11 84.42 checking whether clearerr_unlocked is declared... yes #11 84.56 checking whether feof_unlocked is declared... yes #11 84.71 checking whether ferror_unlocked is declared... yes #11 84.86 checking whether fflush_unlocked is declared... yes #11 84.99 checking whether fgets_unlocked is declared... yes #11 85.12 checking whether fputc_unlocked is declared... yes #11 85.26 checking whether fputs_unlocked is declared... yes #11 85.39 checking whether fread_unlocked is declared... yes #11 85.52 checking whether fwrite_unlocked is declared... yes #11 85.68 checking whether getc_unlocked is declared... yes #11 85.83 checking whether getchar_unlocked is declared... yes #11 85.96 checking whether putc_unlocked is declared... yes #11 86.11 checking whether putchar_unlocked is declared... yes #11 86.23 checking type of array argument to getgroups... gid_t #11 86.44 checking whether getdelim is declared... yes #11 86.59 checking whether getdtablesize is declared... yes #11 86.71 checking whether malloc is ptrdiff_t safe... yes #11 86.80 checking whether malloc, realloc, calloc set errno on failure... yes #11 86.80 checking for O_CLOEXEC... yes #11 86.88 checking for promoted mode_t type... mode_t #11 86.95 checking whether the utimes function works... yes #11 87.18 checking for C compiler option to allow warnings... -Wno-error #11 87.33 checking for alignas and alignof... yes, macros #11 87.48 checking for alloca as a compiler built-in... yes #11 87.50 checking for static_assert... yes, an macro #11 87.60 checking for __builtin_expect... yes #11 87.70 checking byteswap.h usability... yes #11 87.83 checking byteswap.h presence... yes #11 87.86 checking for byteswap.h... yes #11 87.87 checking for readlinkat... yes #11 87.99 checking for library containing clock_gettime... none required #11 88.11 checking for clock_getres... yes #11 88.26 checking for clock_gettime... yes #11 88.41 checking for clock_settime... yes #11 88.54 checking for copy_file_range... yes #11 88.68 checking for d_type member in directory struct... yes #11 88.82 checking whether // is distinct from /... (cached) no #11 88.83 checking whether dup2 works... yes #11 89.02 checking for library containing backtrace_symbols_fd... none required #11 89.14 checking for faccessat... (cached) yes #11 89.15 checking whether fchmodat works... no #11 89.38 checking for readlinkat... (cached) yes #11 89.38 checking whether fcntl handles F_DUPFD correctly... yes #11 89.54 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 89.77 checking whether fdopendir is declared... yes #11 89.84 checking whether fdopendir works... yes #11 90.01 checking for flexible array member... yes #11 90.11 checking for __fpending... yes #11 90.27 checking whether __fpending is declared... yes #11 90.35 checking whether free is known to preserve errno... no #11 90.42 checking whether fstatat (..., 0) works... yes #11 90.55 checking for sys/mount.h... yes #11 90.68 checking for statvfs function (SVR4)... yes #11 90.83 checking whether to use statvfs64... no #11 90.89 checking for two-argument statfs with statfs.f_frsize member... yes #11 91.05 checking sys/fs/s5param.h usability... no #11 91.16 checking sys/fs/s5param.h presence... no #11 91.20 checking for sys/fs/s5param.h... no #11 91.21 checking sys/statfs.h usability... yes #11 91.33 checking sys/statfs.h presence... yes #11 91.35 checking for sys/statfs.h... yes #11 91.36 checking for statfs that truncates block counts... no #11 91.43 checking for futimens... yes #11 91.57 checking whether futimens works... yes #11 92.75 checking for getline... yes #11 92.88 checking for working getline function... yes #11 93.07 checking for getloadavg... yes #11 93.20 checking sys/loadavg.h usability... no #11 93.28 checking sys/loadavg.h presence... no #11 93.31 checking for sys/loadavg.h... no #11 93.33 checking whether getloadavg is declared... yes #11 93.41 checking for getrandom... yes #11 93.54 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 93.63 checking for gettimeofday with POSIX signature... yes #11 93.70 checking whether the compiler supports the __inline keyword... yes #11 93.78 checking gmp.h usability... yes #11 93.92 checking gmp.h presence... yes #11 93.96 checking for gmp.h... yes #11 93.97 checking for library containing __gmpz_roinit_n... -lgmp #11 94.21 checking for memmem... yes #11 94.34 checking whether memmem works... yes #11 94.47 checking for mempcpy... yes #11 94.60 checking for memrchr... yes #11 94.73 checking for explicit_memset... no #11 94.87 checking for mkostemp... yes #11 95.02 checking for library containing nanosleep... none required #11 95.13 checking for working nanosleep... no (mishandles large arguments) #11 96.32 checking for sys/pstat.h... no #11 96.41 checking for sys/sysmp.h... no #11 96.52 checking for sys/param.h... (cached) yes #11 96.54 checking for sys/sysctl.h... (cached) yes #11 96.55 checking for sched_getaffinity_np... no #11 96.70 checking for pstat_getdynamic... no #11 96.84 checking for sysmp... no #11 96.99 checking for sysctl... (cached) yes #11 97.00 checking for sched_getaffinity... yes #11 97.12 checking for glibc compatible sched_getaffinity... yes #11 97.19 checking for pipe2... yes #11 97.32 checking whether signature of pselect conforms to POSIX... yes #11 97.43 checking whether pselect detects invalid fds... yes #11 97.59 checking whether pthread_sigmask is a macro... no #11 97.64 checking whether pthread_sigmask returns error numbers... yes #11 97.78 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 99.99 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 100.3 checking whether readlink signature is correct... yes #11 100.3 checking whether readlink handles trailing slash correctly... yes #11 100.5 checking whether readlink truncates results correctly... yes #11 100.6 checking for readlinkat... (cached) yes #11 100.6 checking whether readlinkat signature is correct... yes #11 100.7 checking for working re_compile_pattern... no #11 101.0 checking libintl.h usability... yes #11 101.2 checking libintl.h presence... yes #11 101.2 checking for libintl.h... yes #11 101.2 checking whether isblank is declared... yes #11 101.3 checking for sig2str... no #11 101.4 checking for sigdescr_np... no #11 101.6 checking for socklen_t... yes #11 101.7 checking for ssize_t... yes #11 101.8 checking for struct stat.st_atim.tv_nsec... yes #11 101.9 checking whether struct stat.st_atim is of type struct timespec... yes #11 102.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 102.1 checking for struct stat.st_birthtimensec... no #11 102.2 checking for struct stat.st_birthtim.tv_nsec... no #11 102.3 checking for bool, true, false... no #11 102.4 checking for stpcpy... yes #11 102.5 checking for working strnlen... yes #11 102.7 checking whether strtoimax works... yes #11 102.9 checking whether symlink handles trailing slash correctly... yes #11 103.1 checking whether localtime_r is declared... yes #11 103.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 103.3 checking whether localtime works even near extrema... yes #11 103.5 checking for timezone_t... no #11 103.5 checking for timegm... yes #11 103.7 checking whether timer_settime is declared... yes #11 103.7 checking for library containing timer_settime... -lrt #11 104.0 checking for timer_settime... yes #11 104.1 checking for utimensat... yes #11 104.3 checking whether utimensat works... yes #11 105.5 checking for variable-length arrays... yes #11 105.6 checking whether getdtablesize works... yes #11 105.8 checking for __mktime_internal... no #11 105.9 checking for timer_getoverrun... yes #11 106.1 checking for gcc option to disable position independent executables... not needed #11 106.1 checking for __ctype_get_mb_cur_max... yes #11 106.2 checking whether MB_CUR_MAX is defined to function that won't link... no #11 106.2 #11 106.2 Configured for 'x86_64-pc-linux-gnu'. #11 106.2 #11 106.2 Where should the build process find the source code? . #11 106.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 106.2 Should Emacs use the GNU version of malloc? no #11 106.2 (The GNU allocators don't work with this system configuration.) #11 106.2 Should Emacs use a relocating allocator for buffers? no #11 106.2 Should Emacs use mmap(2) for buffer allocation? no #11 106.2 What window system should Emacs use? none #11 106.2 What toolkit should Emacs use? none #11 106.2 Where do we find X Windows header files? NONE #11 106.2 Where do we find X Windows libraries? NONE #11 106.2 Does Emacs use -lXaw3d? no #11 106.2 Is Emacs being built for Android? no #11 106.2 Does Emacs use the X Double Buffer Extension? no #11 106.2 Does Emacs use -lXpm? no #11 106.2 Does Emacs use -ljpeg? no #11 106.2 Does Emacs use -ltiff? no #11 106.2 Does Emacs use a gif library? no #11 106.2 Does Emacs use a png library? no #11 106.2 Does Emacs use -lrsvg-2? no #11 106.2 Does Emacs use -lwebp? no #11 106.2 Does Emacs use -lsqlite3? no #11 106.2 Does Emacs use cairo? no #11 106.2 Does Emacs use -llcms2? no #11 106.2 Does Emacs use imagemagick? no #11 106.2 Does Emacs use native APIs for images? no #11 106.2 Does Emacs support sound? yes #11 106.2 Does Emacs use -lgpm? no #11 106.2 Does Emacs use -ldbus? yes #11 106.2 Does Emacs use -lgconf? no #11 106.2 Does Emacs use GSettings? no #11 106.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 106.2 Does Emacs use access control lists? yes -lacl -lattr #11 106.2 Does Emacs use -lselinux? no #11 106.2 Does Emacs use -lgnutls? yes #11 106.2 Does Emacs use -lxml2? no #11 106.2 Does Emacs use -lfreetype? no #11 106.2 Does Emacs use HarfBuzz? no #11 106.2 Does Emacs use -lm17n-flt? no #11 106.2 Does Emacs use -lotf? no #11 106.2 Does Emacs use -lxft? no #11 106.2 Does Emacs use -lsystemd? no #11 106.2 Does Emacs use -ljansson? no #11 106.2 Does Emacs use -ltree-sitter? no #11 106.2 Does Emacs use the GMP library? yes #11 106.2 Does Emacs directly use zlib? no #11 106.2 Does Emacs have dynamic modules support? yes #11 106.2 Does Emacs use toolkit scroll bars? no #11 106.2 Does Emacs support Xwidgets? no #11 106.2 Does Emacs have threading support in lisp? yes #11 106.2 Does Emacs support the portable dumper? yes #11 106.2 Does Emacs support legacy unexec dumping? no #11 106.2 Which dumping strategy does Emacs use? pdumper #11 106.2 Does Emacs have native lisp compiler? no #11 106.2 Does Emacs use version 2 of the X Input Extension? no #11 106.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 106.2 #11 106.2 #11 106.6 configure: creating ./config.status #11 106.9 config.status: creating src/verbose.mk #11 106.9 config.status: creating src/emacs-module.h #11 107.0 config.status: creating Makefile #11 107.0 config.status: creating lib/gnulib.mk #11 107.1 config.status: creating ./doc/man/emacs.1 #11 107.1 config.status: creating lib/Makefile #11 107.2 config.status: creating lib-src/Makefile #11 107.2 config.status: creating oldXMenu/Makefile #11 107.3 config.status: creating src/Makefile #11 107.3 config.status: creating lwlib/Makefile #11 107.4 config.status: creating nextstep/Makefile #11 107.4 config.status: creating nt/Makefile #11 107.4 config.status: creating doc/emacs/Makefile #11 107.5 config.status: creating doc/misc/Makefile #11 107.5 config.status: creating doc/lispintro/Makefile #11 107.6 config.status: creating doc/lispref/Makefile #11 107.6 config.status: creating lisp/Makefile #11 107.7 config.status: creating leim/Makefile #11 107.7 config.status: creating test/Makefile #11 107.8 config.status: creating test/manual/noverlay/Makefile #11 107.8 config.status: creating test/infra/Makefile #11 107.9 config.status: creating admin/charsets/Makefile #11 107.9 config.status: creating admin/unidata/Makefile #11 108.0 config.status: creating admin/grammars/Makefile #11 108.0 config.status: creating java/Makefile #11 108.1 config.status: creating cross/Makefile #11 108.1 config.status: creating java/AndroidManifest.xml #11 108.2 config.status: creating src/config.h #11 108.2 config.status: executing src/epaths.h commands #11 108.3 config.status: executing src/.gdbinit commands #11 108.3 config.status: executing doc/emacs/emacsver.texi commands #11 108.3 config.status: executing etc-refcards-emacsver.tex commands #11 108.4 configure: WARNING: This configuration installs a 'movemail' program #11 108.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 108.4 installed a 'movemail' program that retrieved POP3 email via only #11 108.4 insecure channels, a practice that is no longer recommended but that #11 108.4 you can continue to support by using './configure --with-pop'. #11 108.4 configure: You might want to install GNU Mailutils #11 108.4 and use './configure --with-mailutils'. #11 DONE 109.1s #12 [emacs-inotify 6/6] RUN make bootstrap #12 0.843 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 0.856 make[1]: Entering directory '/checkout' #12 0.971 make bootstrap-clean #12 0.982 make[2]: Entering directory '/checkout' #12 1.099 make -C src bootstrap-clean #12 1.117 make[3]: Entering directory '/checkout/src' #12 1.117 GEN /checkout/src/lisp.mk #12 1.484 rm -f android-emacs libemacs.so #12 1.489 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 1.497 rm -f dmpstruct.h #12 1.501 rm -f emacs.pdmp #12 1.506 rm -f ../etc/DOC #12 1.511 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 1.515 rm -f emacs-30.0.50 #12 1.519 rm -f buildobj.h #12 1.523 rm -f globals.h gl-stamp #12 1.527 rm -f ./*.res ./*.tmp #12 1.532 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 1.537 rm -f ../etc/DOC* #12 1.540 rm -f deps/* #12 1.544 rm -f emacs-module.h epaths.h config.h config.stamp #12 1.548 if test -f ./.gdbinit; then \ #12 1.548 mv ./.gdbinit ./.gdbinit.save; \ #12 1.548 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 1.548 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 1.548 fi #12 1.575 make[3]: Leaving directory '/checkout/src' #12 1.576 make -C oldXMenu bootstrap-clean #12 1.583 make[3]: Entering directory '/checkout/oldXMenu' #12 1.583 rm -f libXMenu11.a ./*.o deps/* #12 1.588 rm -f Makefile #12 1.591 rm -fr deps #12 1.593 make[3]: Leaving directory '/checkout/oldXMenu' #12 1.594 make -C lwlib bootstrap-clean #12 1.602 make[3]: Entering directory '/checkout/lwlib' #12 1.602 rm -f ./*.o liblw.a \#* deps/* #12 1.607 rm -f Makefile #12 1.609 rm -fr deps #12 1.611 rm -f TAGS #12 1.612 make[3]: Leaving directory '/checkout/lwlib' #12 1.613 make -C lib bootstrap-clean #12 1.743 make[3]: Entering directory '/checkout/lib' #12 1.744 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 1.753 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 1.758 rm -f Makefile Makefile.android #12 1.762 rm -fr deps #12 1.768 make[3]: Leaving directory '/checkout/lib' #12 1.769 make -C lib-src bootstrap-clean #12 1.778 make[3]: Entering directory '/checkout/lib-src' #12 1.778 rm -f core ./*.o ./*.res #12 1.783 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 1.789 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 1.794 rm -f TAGS Makefile blessmail Makefile.android #12 1.799 make[3]: Leaving directory '/checkout/lib-src' #12 1.800 make -C nt bootstrap-clean #12 1.811 make[3]: Entering directory '/checkout/nt' #12 1.811 rm -f core *.o *.res #12 1.814 rm -f runemacs addpm cmdproxy ddeclient #12 1.816 rm -f TAGS Makefile *.rc #12 1.821 true #12 1.827 make[3]: Leaving directory '/checkout/nt' #12 1.828 make -C doc/emacs bootstrap-clean #12 1.837 make[3]: Entering directory '/checkout/doc/emacs' #12 1.837 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 1.837 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 1.845 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 1.852 rm -f Makefile #12 1.858 rm -f \ #12 1.858 ./../../info/emacs.info \ #12 1.858 ./../../info/emacs.info-[1-9] \ #12 1.858 ./../../info/emacs.info-[1-9][0-9] #12 1.863 rm -f ./emacsver.texi TAGS #12 1.869 make[3]: Leaving directory '/checkout/doc/emacs' #12 1.870 make -C doc/misc bootstrap-clean #12 1.878 make[3]: Entering directory '/checkout/doc/misc' #12 1.878 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 1.878 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 1.878 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 1.885 rm -f gnustmp* #12 1.891 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 1.896 rm -f Makefile #12 1.902 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 1.902 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 1.902 rm -f \ #12 1.902 ./../../info/${file} \ #12 1.902 ./../../info/${file}-[1-9] \ #12 1.902 ./../../info/${file}-[1-9][0-9]; \ #12 1.902 done #12 2.325 rm -f ./modus-themes.texi ./org.texi #12 2.330 rm -f TAGS #12 2.333 make[3]: Leaving directory '/checkout/doc/misc' #12 2.334 make -C doc/lispref bootstrap-clean #12 2.341 make[3]: Entering directory '/checkout/doc/lispref' #12 2.342 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 2.342 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 2.348 rm -f elisp[12]* vol[12].tmp #12 2.352 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 2.356 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 2.359 rm -f Makefile #12 2.363 rm -f \ #12 2.363 ./../../info/elisp.info \ #12 2.363 ./../../info/elisp.info-[1-9] \ #12 2.363 ./../../info/elisp.info-[1-9][0-9] #12 2.368 rm -f TAGS #12 2.383 make[3]: Leaving directory '/checkout/doc/lispref' #12 2.383 make -C doc/lispintro bootstrap-clean #12 2.391 make[3]: Entering directory '/checkout/doc/lispintro' #12 2.391 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 2.391 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 2.402 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 2.408 rm -f Makefile #12 2.412 rm -f \ #12 2.412 ./../../info/eintr.info \ #12 2.412 ./../../info/eintr.info-[1-9] #12 2.417 rm -f TAGS #12 2.422 make[3]: Leaving directory '/checkout/doc/lispintro' #12 2.423 make -C test bootstrap-clean #12 2.428 make[3]: Entering directory '/checkout/test' #12 2.494 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 2.512 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 2.528 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 2.532 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 2.532 src/emacs-module-resources/*.dll gmp.h #12 2.536 find . -name '*.elc' -delete #12 2.551 make[3]: Leaving directory '/checkout/test' #12 2.553 make -C java bootstrap-clean #12 2.650 make[3]: Entering directory '/checkout/java' #12 2.650 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 2.656 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 2.661 find . -name '*.class' -delete #12 2.667 rm -f Makefile ndk-build.mk #12 2.671 make[3]: Leaving directory '/checkout/java' #12 2.672 make -C cross bootstrap-clean #12 2.679 make[3]: Entering directory '/checkout/cross' #12 2.679 for dir in src lib-src lib etc; do \ #12 2.679 find $dir -type f -delete; \ #12 2.679 done #12 2.689 rm -rf lib/config.h lib-src/config.h #12 2.691 if test -f ndk-build/Makefile; then \ #12 2.691 make -C ndk-build clean; \ #12 2.691 fi #12 2.693 for dir in src lib-src lib etc; do \ #12 2.693 find $dir -type l -delete; \ #12 2.693 done #12 2.703 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 2.705 rm -rf ndk-build/ndk-build.mk Makefile #12 2.707 make[3]: Leaving directory '/checkout/cross' #12 2.707 make -C nextstep bootstrap-clean #12 2.713 make[3]: Entering directory '/checkout/nextstep' #12 2.713 rm -rf #12 2.717 rm -f Makefile #12 2.723 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 2.723 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 2.723 Cocoa/Emacs.base/Contents/Info.plist \ #12 2.723 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 2.727 make[3]: Leaving directory '/checkout/nextstep' #12 2.728 make -C admin/charsets bootstrap-clean #12 2.742 make[3]: Entering directory '/checkout/admin/charsets' #12 2.742 make[3]: Nothing to be done for 'bootstrap-clean'. #12 2.742 make[3]: Leaving directory '/checkout/admin/charsets' #12 2.742 make -C admin/unidata bootstrap-clean #12 2.747 make[3]: Entering directory '/checkout/admin/unidata' #12 2.783 rm -f ./*.elc unidata.txt #12 2.787 make[3]: Leaving directory '/checkout/admin/unidata' #12 2.787 make -C leim bootstrap-clean #12 2.795 make[3]: Entering directory '/checkout/leim' #12 2.796 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 2.801 make[3]: Leaving directory '/checkout/leim' #12 2.802 make -C lisp bootstrap-clean #12 2.812 make[3]: Entering directory '/checkout/lisp' #12 2.839 find . -name '*.elc' -delete #12 2.848 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 2.852 make[3]: Leaving directory '/checkout/lisp' #12 2.853 make -C admin/grammars bootstrap-clean #12 2.859 make[3]: Entering directory '/checkout/admin/grammars' #12 2.859 make[3]: Nothing to be done for 'bootstrap-clean'. #12 2.859 make[3]: Leaving directory '/checkout/admin/grammars' #12 2.860 [ ! -f config.log ] || mv -f config.log config.log~ #12 2.936 rm -rf ./info #12 2.938 rm -f ./etc/refcards/emacsver.tex #12 2.943 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 2.947 rm -fr autom4te.cache config.cache #12 2.950 rm -f config.log ./doc/man/emacs.1 #12 2.953 make[2]: Leaving directory '/checkout' #12 2.954 cd . && ./autogen.sh autoconf #12 2.966 Checking whether you have the necessary tools... #12 2.966 (Read INSTALL.REPO for more details on building Emacs) #12 2.969 Checking for autoconf (need at least version 2.65) ... ok #12 3.008 Your system has the required tools. #12 3.017 Running 'autoreconf -fi -I m4' ... #12 17.45 Building 'aclocal.m4' in exec ... #12 17.45 Running 'autoreconf -fi' in exec ... #12 23.28 You can now run './autogen.sh git'. #12 23.28 make MAKEFILE_NAME=force-Makefile force-Makefile #12 23.29 make[2]: Entering directory '/checkout' #12 23.30 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 23.39 if [ -x ./config.status ]; then \ #12 23.39 ./config.status --recheck; \ #12 23.39 else \ #12 23.39 ./configure --cache-file=/dev/null; \ #12 23.39 fi #12 23.48 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 23.68 checking for xcrun... no #12 23.68 checking for GNU Make... make #12 23.71 checking build system type... x86_64-pc-linux-gnu #12 23.85 checking host system type... x86_64-pc-linux-gnu #12 23.87 checking for gcc... gcc #12 23.95 checking whether the C compiler works... yes #12 24.06 checking for C compiler default output file name... a.out #12 24.06 checking for suffix of executables... #12 24.18 checking whether we are cross compiling... no #12 24.29 checking for suffix of object files... o #12 24.35 checking whether we are using the GNU C compiler... yes #12 24.40 checking whether gcc accepts -g... yes #12 24.47 checking for gcc option to enable C11 features... none needed #12 24.60 checking whether the compiler is clang... no #12 24.65 checking for compiler option needed when checking for declarations... none #12 24.65 checking whether gcc and cc understand -c and -o together... yes #12 24.88 checking how to run the C preprocessor... gcc -E #12 25.01 checking for grep that handles long lines and -e... /bin/grep #12 25.02 checking for egrep... /bin/grep -E #12 25.02 checking for ANSI C header files... yes #12 25.36 checking for sys/types.h... yes #12 25.46 checking for sys/stat.h... yes #12 25.56 checking for stdlib.h... yes #12 25.66 checking for string.h... yes #12 25.75 checking for memory.h... yes #12 25.85 checking for strings.h... yes #12 25.94 checking for inttypes.h... yes #12 26.02 checking for stdint.h... yes #12 26.12 checking for unistd.h... yes #12 26.22 checking for wchar.h... yes #12 26.36 checking for minix/config.h... no #12 26.45 checking for linux/fs.h... yes #12 26.58 checking for malloc.h... yes #12 26.70 checking for sys/systeminfo.h... no #12 26.84 checking for sys/sysinfo.h... yes #12 26.96 checking for coff.h... no #12 27.05 checking for pty.h... yes #12 27.14 checking for sys/resource.h... yes #12 27.25 checking for sys/utsname.h... yes #12 27.36 checking for pwd.h... yes #12 27.46 checking for util.h... no #12 27.55 checking for sanitizer/lsan_interface.h... yes #12 27.66 checking for sanitizer/asan_interface.h... yes #12 27.76 checking for sanitizer/common_interface_defs.h... yes #12 27.85 checking for sys/socket.h... yes #12 27.96 checking for stdlib.h... (cached) yes #12 27.98 checking for unistd.h... (cached) yes #12 28.00 checking for sys/param.h... yes #12 28.11 checking for pthread.h... yes #12 28.21 checking for malloc/malloc.h... no #12 28.30 checking for sys/un.h... yes #12 28.42 checking for utmp.h... yes #12 28.53 checking for utmpx.h... yes #12 28.64 checking for OS.h... no #12 28.72 checking for dirent.h... yes #12 28.84 checking for execinfo.h... yes #12 28.96 checking for linux/xattr.h... yes #12 29.09 checking for stdio_ext.h... yes #12 29.22 checking for sys/vfs.h... yes #12 29.34 checking for sys/fs_types.h... no #12 29.41 checking for getopt.h... yes #12 29.51 checking for sys/cdefs.h... yes #12 29.60 checking for sys/time.h... yes #12 29.69 checking for ieee754.h... yes #12 29.80 checking for limits.h... yes #12 29.89 checking for inttypes.h... (cached) yes #12 29.91 checking for sys/types.h... (cached) yes #12 29.93 checking for stdint.h... (cached) yes #12 29.95 checking for sys/select.h... yes #12 30.04 checking for stdbool.h... yes #12 30.13 checking for stdckdint.h... no #12 30.21 checking for sys/random.h... yes #12 30.30 checking for sys/stat.h... (cached) yes #12 30.32 checking whether it is safe to define __EXTENSIONS__... yes #12 30.42 checking whether _XOPEN_SOURCE should be defined... no #12 30.50 checking for Minix Amsterdam compiler... no #12 30.53 checking for ar... ar #12 30.53 checking for ranlib... ranlib #12 30.53 checking for gcc option to enable large file support... none needed #12 30.66 checking for gcc option for timestamps after 2038... none needed #12 30.73 checking for g++... g++ #12 30.78 checking whether we are using the GNU C++ compiler... yes #12 30.84 checking whether g++ accepts -g... yes #12 30.89 checking for g++ option to enable C++11 features... none needed #12 46.51 checking how to run the C++ preprocessor... g++ -E #12 46.68 checking whether gcc accepts -g3 -O2... yes #12 46.79 checking whether the compiler is clang... no #12 46.88 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 46.96 checking whether -Wno-missing-field-initializers is needed... yes #12 47.08 checking whether -Wuninitialized is supported... yes #12 47.16 checking whether C compiler handles -fstrict-flex-arrays... no #12 47.24 checking whether C compiler handles -Wall... yes #12 47.33 checking whether C compiler handles -Warith-conversion... yes #12 47.46 checking whether C compiler handles -Wdate-time... yes #12 47.58 checking whether C compiler handles -Wdisabled-optimization... yes #12 47.71 checking whether C compiler handles -Wdouble-promotion... yes #12 47.82 checking whether C compiler handles -Wduplicated-cond... yes #12 47.93 checking whether C compiler handles -Wextra... yes #12 48.06 checking whether C compiler handles -Wformat-signedness... yes #12 48.17 checking whether C compiler handles -Winit-self... yes #12 48.28 checking whether C compiler handles -Winvalid-pch... yes #12 48.40 checking whether C compiler handles -Wlogical-op... yes #12 48.51 checking whether C compiler handles -Wmissing-declarations... yes #12 48.62 checking whether C compiler handles -Wmissing-include-dirs... yes #12 48.74 checking whether C compiler handles -Wmissing-prototypes... yes #12 48.85 checking whether C compiler handles -Wnested-externs... yes #12 48.99 checking whether C compiler handles -Wnull-dereference... yes #12 49.12 checking whether C compiler handles -Wold-style-definition... yes #12 49.26 checking whether C compiler handles -Wopenmp-simd... yes #12 49.36 checking whether C compiler handles -Wpacked... yes #12 49.48 checking whether C compiler handles -Wpointer-arith... yes #12 49.59 checking whether C compiler handles -Wstrict-flex-arrays... no #12 49.65 checking whether C compiler handles -Wstrict-prototypes... yes #12 49.76 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 49.87 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 49.97 checking whether C compiler handles -Wsuggest-final-methods... yes #12 50.10 checking whether C compiler handles -Wsuggest-final-types... yes #12 50.20 checking whether C compiler handles -Wtrampolines... yes #12 50.33 checking whether C compiler handles -Wuninitialized... yes #12 50.45 checking whether C compiler handles -Wunknown-pragmas... yes #12 50.57 checking whether C compiler handles -Wunused-macros... yes #12 50.68 checking whether C compiler handles -Wvariadic-macros... yes #12 50.79 checking whether C compiler handles -Wvector-operation-performance... yes #12 50.89 checking whether C compiler handles -Wwrite-strings... yes #12 51.02 checking whether C compiler handles -Warray-bounds=2... yes #12 51.14 checking whether C compiler handles -Wattribute-alias=2... yes #12 51.25 checking whether C compiler handles -Wformat=2... yes #12 51.36 checking whether C compiler handles -Wformat-truncation=2... yes #12 51.51 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 51.64 checking whether C compiler handles -Wshift-overflow=2... yes #12 51.77 checking whether C compiler handles -Wuse-after-free=3... no #12 51.82 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 51.98 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 52.11 checking whether C compiler handles -Wredundant-decls... yes #12 52.26 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 52.26 checking whether C compiler handles -Wno-override-init... yes #12 52.39 checking whether C compiler handles -Wno-sign-compare... yes #12 52.49 checking whether C compiler handles -Wno-type-limits... yes #12 52.60 checking whether C compiler handles -Wno-unused-parameter... yes #12 52.72 checking whether C compiler handles -Wno-format-nonliteral... yes #12 52.85 checking whether C compiler handles -Wno-bidi-chars... no #12 52.89 checking for a BSD-compatible install... /usr/bin/install -c #12 52.92 checking command to symlink files in the same directory... ln -s #12 52.93 checking for install-info... : #12 52.93 checking for gzip... /bin/gzip #12 52.93 checking for 'find' args to delete a file... -delete #12 52.94 checking for brew... no #12 53.29 checking for -znocombreloc... not needed #12 53.29 checking whether addresses are sanitized... no #12 53.34 checking for math library... -lm #12 53.83 checking for struct passwd.pw_gecos... yes #12 53.90 checking for pkg-config... /usr/bin/pkg-config #12 53.91 checking pkg-config is at least version 0.9.0... yes #12 53.94 checking for machine/soundcard.h... no #12 54.00 checking for sys/soundcard.h... yes #12 54.13 checking for soundcard.h... no #12 54.24 checking for mmsystem.h... no #12 54.31 checking for _oss_ioctl in -lossaudio... no #12 54.42 checking for alsa >= 1.0.0... no #12 54.45 checking for ADDR_NO_RANDOMIZE... yes #12 54.54 checking if Linux sysinfo may be used... yes #12 54.78 checking for sys/wait.h that is POSIX.1 compatible... yes #12 54.89 checking for net/if.h... yes #12 55.03 checking for ifaddrs.h... yes #12 55.16 checking for net/if_dl.h... no #12 55.27 checking for struct ifreq.ifr_flags... yes #12 55.43 checking for struct ifreq.ifr_hwaddr... yes #12 55.70 checking for struct ifreq.ifr_netmask... yes #12 55.92 checking for struct ifreq.ifr_broadaddr... yes #12 56.14 checking for struct ifreq.ifr_addr... yes #12 56.38 checking for struct ifreq.ifr_addr.sa_len... no #12 56.61 checking whether gcc understands -MMD -MF... yes #12 56.69 checking for X... no #12 56.82 checking for X... false #12 56.82 checking whether malloc is Doug Lea style... no #12 56.89 checking for sbrk... yes #12 57.04 checking for __lsan_ignore_object... no #12 57.18 checking for fchmod... yes #12 57.32 checking for utmpname... yes #12 57.48 checking for utmpxname... yes #12 57.62 checking for canonicalize_file_name... yes #12 57.78 checking for realpath... yes #12 57.95 checking for lstat... yes #12 58.08 checking for fchmodat... yes #12 58.21 checking for lchmod... no #12 58.28 checking for fcntl... yes #12 58.42 checking for fdopendir... yes #12 58.56 checking for listxattr... yes #12 58.70 checking for fstatat... yes #12 58.85 checking for fsync... yes #12 59.00 checking for gettimeofday... yes #12 59.14 checking for memset_explicit... no #12 59.27 checking for memset_s... no #12 59.41 checking for pselect... yes #12 59.58 checking for readlink... yes #12 59.72 checking for isblank... yes #12 59.90 checking for iswctype... yes #12 60.04 checking for strtoimax... yes #12 60.17 checking for symlink... yes #12 60.32 checking for localtime_r... yes #12 60.46 checking for getdtablesize... yes #12 60.60 checking for getpagesize... yes #12 60.71 checking for working mmap... yes #12 60.97 checking for main in -lXbsd... no #12 61.07 checking for pthread library... -lpthread #12 61.44 checking for thread support... yes #12 61.44 checking for sqlite3_open_v2 in -lsqlite3... no #12 61.52 checking for getaddrinfo_a in -lanl... yes #12 61.69 checking for malloc_trim... yes #12 63.18 checking for dbus-1 >= 1.0... yes #12 63.22 checking for dbus_watch_get_unix_fd... yes #12 63.44 checking for dbus_type_is_valid... yes #12 63.64 checking for dbus_validate_bus_name... yes #12 63.82 checking for dbus_validate_path... yes #12 64.02 checking for dbus_validate_interface... yes #12 64.20 checking for dbus_validate_member... yes #12 64.36 checking for lgetfilecon in -lselinux... no #12 64.48 checking for gnutls >= 2.12.2... yes #12 64.52 checking for libsystemd >= 222... no #12 64.54 checking for jansson >= 2.7... no #12 64.56 checking for tree-sitter >= 0.20.2... no #12 64.57 checking for tree-sitter >= 0.6.3... no #12 64.59 checking sys/inotify.h usability... yes #12 64.72 checking sys/inotify.h presence... yes #12 64.75 checking for sys/inotify.h... yes #12 64.75 checking for inotify_init1... yes #12 64.94 checking for lcms2... no #12 64.96 checking for library containing inflateEnd... no #12 65.19 checking for dladdr... yes #12 65.34 checking for dlfunc... no #12 65.48 checking gpm.h usability... no #12 65.56 checking gpm.h presence... no #12 65.60 checking for gpm.h... no #12 65.60 checking for libxml-2.0 > 2.6.17... no #12 65.62 checking for maillock in -lmail... no #12 65.74 checking for maillock in -llockfile... no #12 65.82 checking for liblockfile.so... no #12 65.83 checking maillock.h usability... no #12 65.91 checking maillock.h presence... no #12 65.95 checking for maillock.h... no #12 65.96 checking linux/seccomp.h usability... yes #12 66.10 checking linux/seccomp.h presence... yes #12 66.12 checking for linux/seccomp.h... yes #12 66.15 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 66.24 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 66.31 checking linux/filter.h usability... yes #12 66.42 checking linux/filter.h presence... yes #12 66.46 checking for linux/filter.h... yes #12 66.49 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 66.51 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 66.51 checking for libseccomp >= 2.5.2... no #12 66.54 checking size of long... 8 #12 66.74 checking for accept4... yes #12 66.91 checking for fchdir... yes #12 67.09 checking for gethostname... yes #12 67.27 checking for getrusage... yes #12 67.45 checking for get_current_dir_name... yes #12 67.61 checking for lrand48... yes #12 67.79 checking for random... yes #12 67.96 checking for rint... yes #12 68.13 checking for tcdrain... yes #12 68.31 checking for trunc... yes #12 68.47 checking for select... yes #12 68.62 checking for getpagesize... (cached) yes #12 68.64 checking for setlocale... yes #12 68.81 checking for newlocale... yes #12 68.96 checking for getrlimit... yes #12 69.11 checking for setrlimit... yes #12 69.26 checking for shutdown... yes #12 69.43 checking for pthread_sigmask... (cached) yes #12 69.46 checking for strsignal... yes #12 69.64 checking for setitimer... yes #12 69.81 checking for sendto... yes #12 69.98 checking for recvfrom... yes #12 70.15 checking for getsockname... yes #12 70.37 checking for getifaddrs... yes #12 70.56 checking for freeifaddrs... yes #12 70.74 checking for gai_strerror... yes #12 70.89 checking for sync... yes #12 71.04 checking for endpwent... yes #12 71.20 checking for getgrent... yes #12 71.37 checking for endgrent... yes #12 71.53 checking for renameat2... yes #12 71.72 checking for cfmakeraw... yes #12 71.95 checking for cfsetspeed... yes #12 72.10 checking for __executable_start... yes #12 72.27 checking for log2... yes #12 72.45 checking for pthread_setname_np... yes #12 72.61 checking for pthread_set_name_np... no #12 72.76 checking for getpwent... yes #12 72.90 checking whether pthread_setname_np takes a single argument... no #12 72.96 checking whether pthread_setname_np takes three arguments... no #12 73.02 checking for aligned_alloc... yes #12 73.19 checking whether aligned_alloc is declared... yes #12 73.28 checking for posix_madvise... yes #12 73.43 checking for madvise... yes #12 73.55 checking for __builtin_frame_address... yes #12 73.66 checking for __builtin_unwind_init... yes #12 73.79 checking for _LARGEFILE_SOURCE value needed for large files... no #12 73.95 checking for grantpt... yes #12 74.09 checking for getpt... yes #12 74.23 checking for posix_openpt... yes #12 74.35 checking for library containing tputs... -ltinfo #12 74.60 checking whether -ltinfo library defines BC... yes #12 74.72 checking for timerfd interface... yes #12 74.80 checking whether signals can be handled on alternate stack... yes #12 74.89 checking valgrind/valgrind.h usability... no #12 74.97 checking valgrind/valgrind.h presence... no #12 75.02 checking for valgrind/valgrind.h... no #12 75.02 checking for struct unipair.unicode... yes #12 75.09 checking for pid_t... yes #12 75.29 checking vfork.h usability... no #12 75.37 checking vfork.h presence... no #12 75.40 checking for vfork.h... no #12 75.40 checking for fork... yes #12 75.55 checking for vfork... yes #12 75.67 checking for working fork... yes #12 75.83 checking for working vfork... (cached) yes #12 75.84 checking for snprintf... yes #12 75.98 checking for open_memstream... yes #12 76.12 checking spawn.h usability... yes #12 76.22 checking spawn.h presence... yes #12 76.25 checking for spawn.h... yes #12 76.26 checking for posix_spawn... yes #12 76.40 checking for posix_spawn_file_actions_addchdir... no #12 76.54 checking for posix_spawn_file_actions_addchdir_np... yes #12 76.69 checking for posix_spawnattr_setflags... yes #12 76.83 checking whether POSIX_SPAWN_SETSID is declared... yes #12 76.94 checking whether GLib is linked in... no #12 77.00 checking for nl_langinfo and CODESET... yes #12 77.17 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 77.37 checking for mbstate_t... yes #12 77.56 checking for signals via characters... yes #12 77.69 checking for _setjmp... yes #12 77.86 checking for sigsetjmp... yes #12 78.03 checking POSIX termios... yes #12 78.23 checking size of speed_t... 4 #12 78.43 checking for usable FIONREAD... yes #12 78.56 checking for usable SIGIO... yes #12 78.71 checking for struct alignment... yes #12 78.81 checking for C/C++ restrict keyword... __restrict__ #12 78.91 checking for typeof syntax and keyword spelling... typeof #12 78.99 checking for statement expressions... yes #12 79.08 checking whether malloc (0) returns nonnull... yes #12 79.26 checking sys/acl.h usability... yes #12 79.44 checking sys/acl.h presence... yes #12 79.47 checking for sys/acl.h... yes #12 79.48 checking for library containing acl_get_file... -lacl #12 79.84 checking for acl_get_file... yes #12 80.02 checking for acl_get_fd... yes #12 80.25 checking for acl_set_file... yes #12 80.42 checking for acl_set_fd... yes #12 80.65 checking for acl_free... yes #12 80.89 checking for acl_from_mode... yes #12 81.07 checking for acl_from_text... yes #12 81.28 checking for acl_delete_def_file... yes #12 81.48 checking for acl_extended_file... yes #12 81.69 checking for acl_delete_fd_np... no #12 81.85 checking for acl_delete_file_np... no #12 82.06 checking for acl_copy_ext_native... no #12 82.29 checking for acl_create_entry_np... no #12 82.50 checking for acl_to_short_text... no #12 82.73 checking for acl_free_text... no #12 82.91 checking for working acl_get_file... yes #12 83.09 checking acl/libacl.h usability... yes #12 83.23 checking acl/libacl.h presence... yes #12 83.30 checking for acl/libacl.h... yes #12 83.30 checking for acl_entries... yes #12 83.51 checking for ACL_FIRST_ENTRY... yes #12 83.61 checking for ACL_TYPE_EXTENDED... no #12 83.69 checking for working alloca.h... yes #12 83.87 checking for alloca... yes #12 83.98 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 83.99 checking whether the preprocessor supports include_next... yes #12 84.07 checking whether source code line length is unlimited... yes #12 84.12 checking whether endutent is declared... yes #12 84.20 checking for struct utmpx.ut_user... yes #12 84.33 checking for struct utmp.ut_user... yes #12 84.50 checking for struct utmpx.ut_name... yes #12 84.67 checking for struct utmp.ut_name... yes #12 84.85 checking for struct utmpx.ut_type... yes #12 85.10 checking for struct utmp.ut_type... yes #12 85.27 checking for struct utmpx.ut_pid... yes #12 85.48 checking for struct utmp.ut_pid... yes #12 85.66 checking for struct utmp.ut_tv... yes #12 86.04 checking for struct utmpx.ut_host... yes #12 86.21 checking for struct utmp.ut_host... yes #12 86.40 checking for struct utmpx.ut_id... yes #12 86.58 checking for struct utmp.ut_id... yes #12 86.77 checking for struct utmpx.ut_session... yes #12 86.97 checking for struct utmp.ut_session... yes #12 87.18 checking for struct utmpx.ut_exit... yes #12 87.51 checking for struct utmp.ut_exit... yes #12 87.86 checking for struct utmpx.ut_exit.ut_exit... no #12 88.14 checking for struct utmpx.ut_exit.e_exit... yes #12 88.28 checking for struct utmp.ut_exit.e_exit... yes #12 88.48 checking for struct utmpx.ut_exit.ut_termination... no #12 88.71 checking for struct utmpx.ut_exit.e_termination... yes #12 88.86 checking for struct utmp.ut_exit.e_termination... yes #12 89.08 checking whether sysinfo is declared... yes #12 89.19 checking for sys/sysctl.h... yes #12 89.39 checking for sysctl... yes #12 89.56 checking whether lstat correctly handles trailing slash... yes #12 89.80 checking whether // is distinct from /... no #12 89.82 checking whether realpath works... yes #12 90.17 checking for faccessat... yes #12 90.34 checking for getcwd... yes #12 90.50 checking whether byte ordering is bigendian... no #12 90.79 checking if environ is properly declared... yes #12 90.90 checking for complete errno.h... yes #12 90.95 checking whether ctype.h defines __header_inline... no #12 91.02 checking for mode_t... yes #12 91.27 checking whether strmode is declared... no #12 91.41 checking whether getline is declared... yes #12 91.52 checking for gawk... no #12 91.52 checking for mawk... mawk #12 91.53 checking for getopt.h... (cached) yes #12 91.53 checking for getopt_long_only... yes #12 91.65 checking whether getopt is POSIX compatible... yes #12 92.17 checking for working GNU getopt function... yes #12 92.38 checking for working GNU getopt_long function... yes #12 92.60 checking whether timespec_get is declared... yes #12 92.71 checking for timespec_get... yes #12 92.91 checking for struct timeval... yes #12 93.02 checking for wide-enough struct timeval.tv_sec member... yes #12 93.14 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 93.21 checking whether the compiler produces multi-arch binaries... no #12 93.26 checking whether stdint.h conforms to C99... yes #12 93.60 checking whether stdint.h works without ISO C predefines... yes #12 93.72 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 93.91 checking whether memmem is declared... yes #12 94.08 checking whether memrchr is declared... yes #12 94.22 checking whether defines MIN and MAX... no #12 94.27 checking whether defines MIN and MAX... yes #12 94.39 checking whether time_t is signed... yes #12 94.49 checking whether alarm is declared... yes #12 94.64 checking for working mktime... no #12 95.04 checking whether struct tm is in sys/time.h or time.h... time.h #12 95.13 checking for struct tm.tm_zone... yes #12 95.24 checking for struct tm.tm_gmtoff... yes #12 95.33 checking whether is self-contained... yes #12 95.72 checking for inline... inline #12 95.79 checking for sigset_t... yes #12 96.03 checking for volatile sig_atomic_t... yes #12 96.21 checking for sighandler_t... yes #12 96.42 checking for wchar_t... yes #12 96.48 checking for good max_align_t... yes #12 96.58 checking whether NULL can be used in arbitrary expressions... yes #12 96.67 checking for unreachable... no #12 96.89 checking whether fcloseall is declared... yes #12 97.13 checking whether getw is declared... yes #12 97.32 checking whether putw is declared... yes #12 97.51 checking which flavor of printf attribute matches inttypes macros... system #12 97.65 checking whether strnlen is declared... yes #12 97.88 checking whether strtoimax is declared... yes #12 98.08 checking whether stat file-mode macros are broken... no #12 98.19 checking for nlink_t... yes #12 98.42 checking for struct timespec in ... yes #12 98.53 checking for TIME_UTC in ... yes #12 98.66 checking whether execvpe is declared... yes #12 98.89 checking whether clearerr_unlocked is declared... yes #12 99.07 checking whether feof_unlocked is declared... yes #12 99.26 checking whether ferror_unlocked is declared... yes #12 99.48 checking whether fflush_unlocked is declared... yes #12 99.72 checking whether fgets_unlocked is declared... yes #12 99.89 checking whether fputc_unlocked is declared... yes #12 100.1 checking whether fputs_unlocked is declared... yes #12 100.2 checking whether fread_unlocked is declared... yes #12 100.4 checking whether fwrite_unlocked is declared... yes #12 100.6 checking whether getc_unlocked is declared... yes #12 100.9 checking whether getchar_unlocked is declared... yes #12 101.0 checking whether putc_unlocked is declared... yes #12 101.2 checking whether putchar_unlocked is declared... yes #12 101.4 checking type of array argument to getgroups... gid_t #12 101.6 checking whether getdelim is declared... yes #12 101.8 checking whether getdtablesize is declared... yes #12 102.0 checking whether malloc is ptrdiff_t safe... yes #12 102.1 checking whether malloc, realloc, calloc set errno on failure... yes #12 102.1 checking for O_CLOEXEC... yes #12 102.2 checking for promoted mode_t type... mode_t #12 102.3 checking whether the utimes function works... yes #12 102.7 checking for C compiler option to allow warnings... -Wno-error #12 102.9 checking for alignas and alignof... yes, macros #12 103.1 checking for alloca as a compiler built-in... yes #12 103.1 checking for static_assert... yes, an macro #12 103.3 checking for __builtin_expect... yes #12 103.4 checking byteswap.h usability... yes #12 103.5 checking byteswap.h presence... yes #12 103.6 checking for byteswap.h... yes #12 103.6 checking for readlinkat... yes #12 103.8 checking for library containing clock_gettime... none required #12 104.0 checking for clock_getres... yes #12 104.2 checking for clock_gettime... yes #12 104.4 checking for clock_settime... yes #12 104.6 checking for copy_file_range... yes #12 104.7 checking for d_type member in directory struct... yes #12 104.9 checking whether // is distinct from /... (cached) no #12 104.9 checking whether dup2 works... yes #12 105.2 checking for library containing backtrace_symbols_fd... none required #12 105.3 checking for faccessat... (cached) yes #12 105.3 checking whether fchmodat works... no #12 105.6 checking for readlinkat... (cached) yes #12 105.6 checking whether fcntl handles F_DUPFD correctly... yes #12 105.8 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 106.1 checking whether fdopendir is declared... yes #12 106.2 checking whether fdopendir works... yes #12 106.5 checking for flexible array member... yes #12 106.6 checking for __fpending... yes #12 106.9 checking whether __fpending is declared... yes #12 107.0 checking whether free is known to preserve errno... no #12 107.1 checking whether fstatat (..., 0) works... yes #12 107.3 checking for sys/mount.h... yes #12 107.6 checking for statvfs function (SVR4)... yes #12 107.8 checking whether to use statvfs64... no #12 107.9 checking for two-argument statfs with statfs.f_frsize member... yes #12 108.1 checking sys/fs/s5param.h usability... no #12 108.2 checking sys/fs/s5param.h presence... no #12 108.3 checking for sys/fs/s5param.h... no #12 108.3 checking sys/statfs.h usability... yes #12 108.4 checking sys/statfs.h presence... yes #12 108.5 checking for sys/statfs.h... yes #12 108.5 checking for statfs that truncates block counts... no #12 108.6 checking for futimens... yes #12 108.8 checking whether futimens works... yes #12 110.0 checking for getline... yes #12 110.2 checking for working getline function... yes #12 110.5 checking for getloadavg... yes #12 110.6 checking sys/loadavg.h usability... no #12 110.8 checking sys/loadavg.h presence... no #12 110.8 checking for sys/loadavg.h... no #12 110.9 checking whether getloadavg is declared... yes #12 111.0 checking for getrandom... yes #12 111.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 111.3 checking for gettimeofday with POSIX signature... yes #12 111.5 checking whether the compiler supports the __inline keyword... yes #12 111.6 checking gmp.h usability... yes #12 111.7 checking gmp.h presence... yes #12 111.8 checking for gmp.h... yes #12 111.9 checking for library containing __gmpz_roinit_n... -lgmp #12 112.2 checking for memmem... yes #12 112.3 checking whether memmem works... yes #12 112.5 checking for mempcpy... yes #12 112.6 checking for memrchr... yes #12 112.8 checking for explicit_memset... no #12 113.1 checking for mkostemp... yes #12 113.3 checking for library containing nanosleep... none required #12 113.5 checking for working nanosleep... no (mishandles large arguments) #12 114.8 checking for sys/pstat.h... no #12 114.9 checking for sys/sysmp.h... no #12 115.1 checking for sys/param.h... (cached) yes #12 115.1 checking for sys/sysctl.h... (cached) yes #12 115.1 checking for sched_getaffinity_np... no #12 115.4 checking for pstat_getdynamic... no #12 115.5 checking for sysmp... no #12 115.7 checking for sysctl... (cached) yes #12 115.7 checking for sched_getaffinity... yes #12 115.9 checking for glibc compatible sched_getaffinity... yes #12 116.0 checking for pipe2... yes #12 116.2 checking whether signature of pselect conforms to POSIX... yes #12 116.4 checking whether pselect detects invalid fds... yes #12 116.5 checking whether pthread_sigmask is a macro... no #12 116.6 checking whether pthread_sigmask returns error numbers... yes #12 116.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 119.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 119.4 checking whether readlink signature is correct... yes #12 119.5 checking whether readlink handles trailing slash correctly... yes #12 119.7 checking whether readlink truncates results correctly... yes #12 119.9 checking for readlinkat... (cached) yes #12 119.9 checking whether readlinkat signature is correct... yes #12 120.0 checking for working re_compile_pattern... no #12 120.4 checking libintl.h usability... yes #12 120.6 checking libintl.h presence... yes #12 120.6 checking for libintl.h... yes #12 120.6 checking whether isblank is declared... yes #12 120.8 checking for sig2str... no #12 120.9 checking for sigdescr_np... no #12 121.1 checking for socklen_t... yes #12 121.3 checking for ssize_t... yes #12 121.5 checking for struct stat.st_atim.tv_nsec... yes #12 121.6 checking whether struct stat.st_atim is of type struct timespec... yes #12 121.7 checking for struct stat.st_birthtimespec.tv_nsec... no #12 122.0 checking for struct stat.st_birthtimensec... no #12 122.1 checking for struct stat.st_birthtim.tv_nsec... no #12 122.3 checking for bool, true, false... no #12 122.4 checking for stpcpy... yes #12 122.6 checking for working strnlen... yes #12 122.8 checking whether strtoimax works... yes #12 123.0 checking whether symlink handles trailing slash correctly... yes #12 123.3 checking whether localtime_r is declared... yes #12 123.4 checking whether localtime_r is compatible with its POSIX signature... yes #12 123.5 checking whether localtime works even near extrema... yes #12 123.7 checking for timezone_t... no #12 123.8 checking for timegm... yes #12 124.0 checking whether timer_settime is declared... yes #12 124.1 checking for library containing timer_settime... -lrt #12 124.5 checking for timer_settime... yes #12 124.7 checking for utimensat... yes #12 124.9 checking whether utimensat works... yes #12 126.1 checking for variable-length arrays... yes #12 126.3 checking whether getdtablesize works... yes #12 126.5 checking for __mktime_internal... no #12 126.7 checking for timer_getoverrun... yes #12 126.9 checking for gcc option to disable position independent executables... not needed #12 126.9 checking for __ctype_get_mb_cur_max... yes #12 127.1 checking whether MB_CUR_MAX is defined to function that won't link... no #12 127.1 #12 127.1 Configured for 'x86_64-pc-linux-gnu'. #12 127.1 #12 127.1 Where should the build process find the source code? . #12 127.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 127.1 Should Emacs use the GNU version of malloc? no #12 127.1 (The GNU allocators don't work with this system configuration.) #12 127.1 Should Emacs use a relocating allocator for buffers? no #12 127.1 Should Emacs use mmap(2) for buffer allocation? no #12 127.1 What window system should Emacs use? none #12 127.1 What toolkit should Emacs use? none #12 127.1 Where do we find X Windows header files? NONE #12 127.1 Where do we find X Windows libraries? NONE #12 127.1 Does Emacs use -lXaw3d? no #12 127.1 Is Emacs being built for Android? no #12 127.1 Does Emacs use the X Double Buffer Extension? no #12 127.1 Does Emacs use -lXpm? no #12 127.1 Does Emacs use -ljpeg? no #12 127.1 Does Emacs use -ltiff? no #12 127.1 Does Emacs use a gif library? no #12 127.1 Does Emacs use a png library? no #12 127.1 Does Emacs use -lrsvg-2? no #12 127.1 Does Emacs use -lwebp? no #12 127.1 Does Emacs use -lsqlite3? no #12 127.1 Does Emacs use cairo? no #12 127.1 Does Emacs use -llcms2? no #12 127.1 Does Emacs use imagemagick? no #12 127.1 Does Emacs use native APIs for images? no #12 127.1 Does Emacs support sound? yes #12 127.1 Does Emacs use -lgpm? no #12 127.1 Does Emacs use -ldbus? yes #12 127.1 Does Emacs use -lgconf? no #12 127.1 Does Emacs use GSettings? no #12 127.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 127.1 Does Emacs use access control lists? yes -lacl -lattr #12 127.1 Does Emacs use -lselinux? no #12 127.1 Does Emacs use -lgnutls? yes #12 127.1 Does Emacs use -lxml2? no #12 127.1 Does Emacs use -lfreetype? no #12 127.1 Does Emacs use HarfBuzz? no #12 127.1 Does Emacs use -lm17n-flt? no #12 127.1 Does Emacs use -lotf? no #12 127.1 Does Emacs use -lxft? no #12 127.1 Does Emacs use -lsystemd? no #12 127.1 Does Emacs use -ljansson? no #12 127.1 Does Emacs use -ltree-sitter? no #12 127.1 Does Emacs use the GMP library? yes #12 127.1 Does Emacs directly use zlib? no #12 127.1 Does Emacs have dynamic modules support? yes #12 127.1 Does Emacs use toolkit scroll bars? no #12 127.1 Does Emacs support Xwidgets? no #12 127.1 Does Emacs have threading support in lisp? yes #12 127.1 Does Emacs support the portable dumper? yes #12 127.1 Does Emacs support legacy unexec dumping? no #12 127.1 Which dumping strategy does Emacs use? pdumper #12 127.1 Does Emacs have native lisp compiler? no #12 127.1 Does Emacs use version 2 of the X Input Extension? no #12 127.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 127.1 #12 127.1 #12 127.6 configure: creating ./config.status #12 127.9 configure: WARNING: This configuration installs a 'movemail' program #12 127.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 127.9 installed a 'movemail' program that retrieved POP3 email via only #12 127.9 insecure channels, a practice that is no longer recommended but that #12 127.9 you can continue to support by using './configure --with-pop'. #12 127.9 configure: You might want to install GNU Mailutils #12 127.9 and use './configure --with-mailutils'. #12 128.5 MAKE='make' ./config.status #12 128.7 config.status: creating src/verbose.mk #12 128.7 config.status: creating src/emacs-module.h #12 128.8 config.status: creating Makefile #12 128.9 config.status: creating lib/gnulib.mk #12 129.0 config.status: creating ./doc/man/emacs.1 #12 129.0 config.status: creating lib/Makefile #12 129.1 config.status: creating lib-src/Makefile #12 129.2 config.status: creating oldXMenu/Makefile #12 129.3 config.status: creating src/Makefile #12 129.4 config.status: creating lwlib/Makefile #12 129.5 config.status: creating nextstep/Makefile #12 129.6 config.status: creating nt/Makefile #12 129.6 config.status: creating doc/emacs/Makefile #12 129.7 config.status: creating doc/misc/Makefile #12 129.7 config.status: creating doc/lispintro/Makefile #12 129.7 config.status: creating doc/lispref/Makefile #12 129.8 config.status: creating lisp/Makefile #12 129.8 config.status: creating leim/Makefile #12 129.9 config.status: creating test/Makefile #12 129.9 config.status: creating test/manual/noverlay/Makefile #12 130.0 config.status: creating test/infra/Makefile #12 130.0 config.status: creating admin/charsets/Makefile #12 130.1 config.status: creating admin/unidata/Makefile #12 130.2 config.status: creating admin/grammars/Makefile #12 130.2 config.status: creating java/Makefile #12 130.3 config.status: creating cross/Makefile #12 130.3 config.status: creating java/AndroidManifest.xml #12 130.4 config.status: creating src/config.h #12 130.5 config.status: executing src/epaths.h commands #12 130.5 make[3]: Entering directory '/checkout' #12 130.5 make[3]: Leaving directory '/checkout' #12 130.5 config.status: executing src/.gdbinit commands #12 130.6 config.status: executing doc/emacs/emacsver.texi commands #12 130.6 config.status: executing etc-refcards-emacsver.tex commands #12 130.6 make[3]: Entering directory '/checkout' #12 130.6 make[3]: Leaving directory '/checkout' #12 130.6 make[2]: Leaving directory '/checkout' #12 130.6 make actual-all #12 130.6 make[2]: Entering directory '/checkout' #12 130.8 make -C lib all #12 130.9 make[3]: Entering directory '/checkout/lib' #12 130.9 GEN alloca.h #12 130.9 GEN dirent.h #12 130.9 GEN fcntl.h #12 130.9 GEN malloc/dynarray.gl.h #12 131.0 GEN malloc/dynarray-skeleton.gl.h #12 131.0 GEN inttypes.h #12 131.0 GEN limits.h #12 131.0 GEN signal.h #12 131.0 GEN stdckdint.h #12 131.0 GEN stddef.h #12 131.0 GEN stdio.h #12 131.2 GEN stdlib.h #12 131.3 GEN string.h #12 131.3 GEN sys/random.h #12 131.4 GEN sys/select.h #12 131.4 GEN sys/stat.h #12 131.4 GEN sys/time.h #12 131.4 GEN sys/types.h #12 131.5 GEN time.h #12 131.5 GEN unistd.h #12 131.8 CC fingerprint.o #12 131.8 CC mktime.o #12 132.1 CC acl-errno-valid.o #12 132.2 CC acl-internal.o #12 132.4 CC get-permissions.o #12 132.6 CC set-permissions.o #12 132.8 CC allocator.o #12 132.8 CC binary-io.o #12 132.9 CC boot-time.o #12 133.2 CC c-ctype.o #12 133.3 CC c-strcasecmp.o #12 133.4 CC c-strncasecmp.o #12 133.5 CC careadlinkat.o #12 133.7 CC close-stream.o #12 133.8 CC copy-file-range.o #12 133.9 CC count-leading-zeros.o #12 134.0 CC count-one-bits.o #12 134.1 CC count-trailing-zeros.o #12 134.2 CC md5-stream.o #12 134.4 CC md5.o #12 134.8 CC sha1.o #12 135.5 CC sha256.o #12 136.9 CC sha512.o #12 138.9 CC dtoastr.o #12 139.0 CC dtotimespec.o #12 139.1 CC fchmodat.o #12 139.3 CC fcntl.o #12 139.5 CC file-has-acl.o #12 139.8 CC filemode.o #12 139.9 CC filevercmp.o #12 140.1 CC free.o #12 140.2 CC fsusage.o #12 140.3 CC gettime.o #12 140.4 CC malloc/dynarray_at_failure.o #12 140.5 CC malloc/dynarray_emplace_enlarge.o #12 140.6 CC malloc/dynarray_finalize.o #12 140.8 CC malloc/dynarray_resize.o #12 140.9 CC malloc/dynarray_resize_clear.o #12 141.0 CC memset_explicit.o #12 141.0 CC nanosleep.o #12 141.2 CC nproc.o #12 141.4 CC nstrftime.o #12 142.3 CC pipe2.o #12 142.4 CC qcopy-acl.o #12 142.6 CC regex.o #12 148.4 CC sig2str.o #12 148.5 CC sigdescr_np.o #12 148.7 CC stat-time.o #12 148.8 CC tempname.o #12 149.0 CC time_rz.o #12 149.2 CC timegm.o #12 149.3 CC timespec.o #12 149.4 CC timespec-add.o #12 149.5 CC timespec-sub.o #12 149.6 CC u64.o #12 149.7 CC unistd.o #12 149.8 CC openat-die.o #12 149.9 CC save-cwd.o #12 150.0 AR libgnu.a #12 150.2 make[3]: Leaving directory '/checkout/lib' #12 150.2 make -C lib-src all #12 150.2 make[3]: Entering directory '/checkout/lib-src' #12 150.2 CCLD etags #12 155.4 CCLD ctags #12 160.8 CCLD emacsclient #12 161.9 CCLD ebrowse #12 164.1 CCLD hexl #12 164.4 CC pop.o #12 164.5 CCLD movemail #12 164.8 CCLD make-docfile #12 165.9 CCLD make-fingerprint #12 166.2 make[3]: Leaving directory '/checkout/lib-src' #12 166.2 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 166.2 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 166.3 make[3]: Entering directory '/checkout/src' #12 166.3 GEN globals.h #12 166.4 CC dispnew.o #12 171.0 CC frame.o #12 174.7 CC scroll.o #12 175.7 CC xdisp.o #12 201.0 CC menu.o #12 202.4 CC window.o #12 210.0 CC charset.o #12 213.7 CC coding.o #12 228.8 CC category.o #12 229.7 CC ccl.o #12 232.7 CC character.o #12 234.4 CC chartab.o #12 236.9 CC bidi.o #12 239.0 CC cm.o #12 239.5 CC term.o #12 242.9 CC terminal.o #12 243.6 CC xfaces.o #12 249.2 CC dbusbind.o #12 253.1 CC emacs.o #12 254.9 CC keyboard.o #12 266.4 CC macros.o #12 267.1 CC keymap.o #12 271.4 CC sysdep.o #12 273.7 CC bignum.o #12 274.4 CC buffer.o #12 278.5 CC filelock.o #12 279.3 CC insdel.o #12 281.1 CC marker.o #12 282.1 CC minibuf.o #12 285.0 CC fileio.o #12 290.1 CC dired.o #12 291.4 CC cmds.o #12 292.4 CC casetab.o #12 293.0 CC casefiddle.o #12 294.0 CC indent.o #12 296.9 CC search.o #12 300.3 CC regex-emacs.o #12 308.0 CC undo.o #12 308.8 CC alloc.o #12 313.4 CC pdumper.o #12 317.4 CC data.o #12 322.5 GEN buildobj.h #12 322.9 CC doc.o #12 323.9 CC editfns.o #12 329.4 CC callint.o #12 330.6 CC eval.o #12 335.4 CC floatfns.o #12 336.4 CC fns.o #12 344.2 CC sort.o #12 345.1 CC font.o #12 351.4 CC print.o #12 354.8 CC lread.o #12 360.3 CC emacs-module.o #12 362.8 CC syntax.o #12 368.3 CC bytecode.o #12 371.4 CC comp.o #12 371.8 CC dynlib.o #12 371.9 CC process.o #12 378.9 CC gnutls.o #12 381.4 CC callproc.o #12 383.0 CC region-cache.o #12 383.6 CC sound.o #12 384.3 CC timefns.o #12 385.9 CC atimer.o #12 386.5 CC doprnt.o #12 387.2 CC intervals.o #12 389.8 CC textprop.o #12 392.6 CC composite.o #12 395.9 CC xml.o #12 396.2 CC lcms.o #12 396.2 CC inotify.o #12 397.2 CC profiler.o #12 398.1 CC decompress.o #12 398.2 CC thread.o #12 399.1 CC systhread.o #12 399.5 CC sqlite.o #12 399.9 CC treesit.o #12 400.2 CC itree.o #12 401.1 CC terminfo.o #12 401.4 CC lastfile.o #12 401.7 make -C ../admin/charsets all #12 401.7 make[4]: Entering directory '/checkout/admin/charsets' #12 401.7 GEN ../../etc/charsets/8859-2.map #12 401.7 GEN ../../etc/charsets/8859-3.map #12 401.8 GEN ../../etc/charsets/8859-4.map #12 401.8 GEN ../../etc/charsets/8859-5.map #12 401.8 GEN ../../etc/charsets/8859-6.map #12 401.8 GEN ../../etc/charsets/8859-7.map #12 401.9 GEN ../../etc/charsets/8859-8.map #12 401.9 GEN ../../etc/charsets/8859-9.map #12 401.9 GEN ../../etc/charsets/8859-10.map #12 401.9 GEN ../../etc/charsets/8859-11.map #12 401.9 GEN ../../etc/charsets/8859-13.map #12 402.0 GEN ../../etc/charsets/8859-14.map #12 402.0 GEN ../../etc/charsets/8859-15.map #12 402.0 GEN ../../etc/charsets/8859-16.map #12 402.0 GEN ../../etc/charsets/IBM037.map #12 402.1 GEN ../../etc/charsets/IBM038.map #12 402.1 GEN ../../etc/charsets/IBM256.map #12 402.1 GEN ../../etc/charsets/IBM273.map #12 402.1 GEN ../../etc/charsets/IBM274.map #12 402.2 GEN ../../etc/charsets/IBM275.map #12 402.2 GEN ../../etc/charsets/IBM277.map #12 402.2 GEN ../../etc/charsets/IBM278.map #12 402.2 GEN ../../etc/charsets/IBM280.map #12 402.3 GEN ../../etc/charsets/IBM281.map #12 402.3 GEN ../../etc/charsets/IBM284.map #12 402.3 GEN ../../etc/charsets/IBM285.map #12 402.3 GEN ../../etc/charsets/IBM290.map #12 402.4 GEN ../../etc/charsets/IBM297.map #12 402.4 GEN ../../etc/charsets/IBM420.map #12 402.4 GEN ../../etc/charsets/IBM423.map #12 402.5 GEN ../../etc/charsets/IBM424.map #12 402.5 GEN ../../etc/charsets/IBM437.map #12 402.5 GEN ../../etc/charsets/IBM500.map #12 402.5 GEN ../../etc/charsets/IBM850.map #12 402.6 GEN ../../etc/charsets/IBM851.map #12 402.6 GEN ../../etc/charsets/IBM852.map #12 402.6 GEN ../../etc/charsets/IBM855.map #12 402.6 GEN ../../etc/charsets/IBM856.map #12 402.7 GEN ../../etc/charsets/IBM857.map #12 402.7 GEN ../../etc/charsets/IBM860.map #12 402.7 GEN ../../etc/charsets/IBM861.map #12 402.8 GEN ../../etc/charsets/IBM862.map #12 402.8 GEN ../../etc/charsets/IBM863.map #12 402.8 GEN ../../etc/charsets/IBM864.map #12 402.8 GEN ../../etc/charsets/IBM865.map #12 402.9 GEN ../../etc/charsets/IBM866.map #12 402.9 GEN ../../etc/charsets/IBM868.map #12 402.9 GEN ../../etc/charsets/IBM869.map #12 402.9 GEN ../../etc/charsets/IBM870.map #12 403.0 GEN ../../etc/charsets/IBM871.map #12 403.0 GEN ../../etc/charsets/IBM874.map #12 403.0 GEN ../../etc/charsets/IBM875.map #12 403.0 GEN ../../etc/charsets/IBM880.map #12 403.1 GEN ../../etc/charsets/IBM891.map #12 403.1 GEN ../../etc/charsets/IBM903.map #12 403.1 GEN ../../etc/charsets/IBM904.map #12 403.1 GEN ../../etc/charsets/IBM905.map #12 403.2 GEN ../../etc/charsets/IBM918.map #12 403.2 GEN ../../etc/charsets/IBM1004.map #12 403.2 GEN ../../etc/charsets/IBM1026.map #12 403.2 GEN ../../etc/charsets/IBM1047.map #12 403.3 GEN ../../etc/charsets/CP737.map #12 403.3 GEN ../../etc/charsets/CP775.map #12 403.3 GEN ../../etc/charsets/CP1125.map #12 403.3 GEN ../../etc/charsets/CP1250.map #12 403.4 GEN ../../etc/charsets/CP1251.map #12 403.4 GEN ../../etc/charsets/CP1252.map #12 403.4 GEN ../../etc/charsets/CP1253.map #12 403.4 GEN ../../etc/charsets/CP1254.map #12 403.4 GEN ../../etc/charsets/CP1255.map #12 403.5 GEN ../../etc/charsets/CP1256.map #12 403.5 GEN ../../etc/charsets/CP1257.map #12 403.5 GEN ../../etc/charsets/CP1258.map #12 403.5 GEN ../../etc/charsets/CP10007.map #12 403.6 GEN ../../etc/charsets/CP720.map #12 403.6 GEN ../../etc/charsets/CP858.map #12 403.6 GEN ../../etc/charsets/GB2312.map #12 403.8 GEN ../../etc/charsets/GBK.map #12 404.2 GEN ../../etc/charsets/GB180302.map #12 404.8 GEN ../../etc/charsets/GB180304.map #12 405.0 GEN ../../etc/charsets/BIG5.map #12 405.1 GEN ../../etc/charsets/BIG5-HKSCS.map #12 405.5 GEN ../../etc/charsets/CNS-1.map #12 405.6 GEN ../../etc/charsets/CNS-2.map #12 405.8 GEN ../../etc/charsets/CNS-3.map #12 405.9 GEN ../../etc/charsets/CNS-4.map #12 406.0 GEN ../../etc/charsets/CNS-5.map #12 406.2 GEN ../../etc/charsets/CNS-6.map #12 406.3 GEN ../../etc/charsets/CNS-7.map #12 406.5 GEN ../../etc/charsets/CNS-F.map #12 406.7 GEN ../../etc/charsets/JISX0201.map #12 406.7 GEN ../../etc/charsets/JISX0208.map #12 406.8 GEN ../../etc/charsets/JISX0212.map #12 407.0 GEN ../../etc/charsets/JISX2131.map #12 407.2 GEN ../../etc/charsets/JISX2132.map #12 407.2 GEN ../../etc/charsets/JISC6226.map #12 407.4 GEN ../../etc/charsets/CP932-2BYTE.map #12 407.5 GEN ../../etc/charsets/JISX213A.map #12 407.5 GEN ../../etc/charsets/KSC5601.map #12 407.7 GEN ../../etc/charsets/KSC5636.map #12 407.7 GEN ../../etc/charsets/JOHAB.map #12 408.1 GEN ../../etc/charsets/KOI-8.map #12 408.1 GEN ../../etc/charsets/KOI8-R.map #12 408.2 GEN ../../etc/charsets/KOI8-U.map #12 408.2 GEN ../../etc/charsets/KOI8-T.map #12 408.2 GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 408.2 GEN ../../etc/charsets/MIK.map #12 408.2 GEN ../../etc/charsets/PTCP154.map #12 408.3 GEN ../../etc/charsets/TIS-620.map #12 408.3 GEN ../../etc/charsets/VISCII.map #12 408.3 GEN ../../etc/charsets/VSCII.map #12 408.3 GEN ../../etc/charsets/VSCII-2.map #12 408.4 GEN ../../etc/charsets/KA-PS.map #12 408.4 GEN ../../etc/charsets/KA-ACADEMY.map #12 408.4 GEN ../../etc/charsets/HP-ROMAN8.map #12 408.4 GEN ../../etc/charsets/NEXTSTEP.map #12 408.5 GEN ../../etc/charsets/MACINTOSH.map #12 408.5 GEN ../../etc/charsets/EBCDICUK.map #12 408.5 GEN ../../etc/charsets/EBCDICUS.map #12 408.5 GEN ../../etc/charsets/stdenc.map #12 408.6 GEN ../../etc/charsets/symbol.map #12 408.6 GEN ../../etc/charsets/CP949-2BYTE.map #12 408.9 GEN ../../etc/charsets/BIG5-1.map #12 409.0 GEN ../../etc/charsets/BIG5-2.map #12 409.1 GEN ../../etc/charsets/MULE-ethiopic.map #12 409.1 GEN ../../etc/charsets/MULE-ipa.map #12 409.1 GEN ../../etc/charsets/MULE-is13194.map #12 409.1 GEN ../../etc/charsets/MULE-sisheng.map #12 409.2 GEN ../../etc/charsets/MULE-tibetan.map #12 409.2 GEN ../../etc/charsets/MULE-lviscii.map #12 409.2 GEN ../../etc/charsets/MULE-uviscii.map #12 409.2 GEN ../../lisp/international/cp51932.el #12 409.2 GEN ../../lisp/international/eucjp-ms.el #12 409.2 GEN charsets.stamp #12 409.2 make[4]: Leaving directory '/checkout/admin/charsets' #12 409.2 make -C ../admin/unidata charscript.el #12 409.2 make[4]: Entering directory '/checkout/admin/unidata' #12 409.3 GEN ../../lisp/international/charscript.el #12 409.3 make[4]: Leaving directory '/checkout/admin/unidata' #12 409.3 make -C ../admin/unidata emoji-zwj.el #12 409.3 make[4]: Entering directory '/checkout/admin/unidata' #12 409.3 GEN ../../lisp/international/emoji-zwj.el #12 409.4 make[4]: Leaving directory '/checkout/admin/unidata' #12 409.4 CCLD temacs #12 411.8 /bin/mkdir -p ../etc #12 411.8 GEN ../etc/DOC #12 412.1 make -C ../lisp update-subdirs #12 412.1 make[4]: Entering directory '/checkout/lisp' #12 412.2 make[4]: Leaving directory '/checkout/lisp' #12 412.2 cp -f temacs bootstrap-emacs #12 412.3 rm -f bootstrap-emacs.pdmp #12 412.3 ./temacs --batch -l loadup --temacs=pbootstrap \ #12 412.3 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 412.4 Loading loadup.el (source)... #12 412.4 Dump mode: pbootstrap #12 412.4 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 412.4 Loading emacs-lisp/debug-early (source)... #12 412.4 Loading emacs-lisp/byte-run (source)... #12 412.4 Loading emacs-lisp/backquote (source)... #12 412.4 Loading subr (source)... #12 412.4 Loading keymap (source)... #12 412.4 Loading version (source)... #12 412.4 Loading widget (source)... #12 412.4 Loading custom (source)... #12 412.5 Loading emacs-lisp/map-ynp (source)... #12 412.5 Loading international/mule (source)... #12 412.5 Loading international/mule-conf (source)... #12 412.6 Loading env (source)... #12 412.6 Loading format (source)... #12 412.7 Loading bindings (source)... #12 412.8 Loading window (source)... #12 412.9 Loading /checkout/lisp/files.el (source)... #12 414.9 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 415.8 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 415.9 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 416.3 Loading /checkout/lisp/cus-face.el (source)... #12 416.4 Loading /checkout/lisp/faces.el (source)... #12 416.6 Loading /checkout/lisp/ldefs-boot.el (source)... #12 419.1 Loading /checkout/lisp/button.el (source)... #12 419.2 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 421.2 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #12 421.5 Loading /checkout/lisp/obarray.el (source)... #12 421.5 Loading /checkout/lisp/abbrev.el (source)... #12 421.8 Loading /checkout/lisp/help.el (source)... #12 422.4 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 422.5 Loading /checkout/lisp/epa-hook.el (source)... #12 422.5 Loading /checkout/lisp/international/mule-cmds.el (source)... #12 422.8 Loading /checkout/lisp/case-table.el (source)... #12 422.8 Loading /checkout/lisp/international/characters.el (source)... #12 423.1 Loading /checkout/lisp/international/charscript.el (source)... #12 423.1 Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 423.4 Loading /checkout/lisp/composite.el (source)... #12 423.5 Loading /checkout/lisp/language/chinese.el (source)... #12 423.5 Loading /checkout/lisp/language/cyrillic.el (source)... #12 423.6 Loading /checkout/lisp/language/indian.el (source)... #12 423.7 Loading /checkout/lisp/language/sinhala.el (source)... #12 423.7 Loading /checkout/lisp/language/english.el (source)... #12 423.8 Loading /checkout/lisp/language/ethiopic.el (source)... #12 424.0 Loading /checkout/lisp/language/european.el (source)... #12 424.2 Loading /checkout/lisp/language/czech.el (source)... #12 424.2 Loading /checkout/lisp/language/slovak.el (source)... #12 424.3 Loading /checkout/lisp/language/romanian.el (source)... #12 424.3 Loading /checkout/lisp/language/greek.el (source)... #12 424.3 Loading /checkout/lisp/language/hebrew.el (source)... #12 424.4 Loading /checkout/lisp/international/cp51932.el (source)... #12 424.4 Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 424.7 Loading /checkout/lisp/language/japanese.el (source)... #12 424.8 Loading /checkout/lisp/language/korean.el (source)... #12 424.8 Loading /checkout/lisp/language/lao.el (source)... #12 424.9 Loading /checkout/lisp/language/tai-viet.el (source)... #12 424.9 Loading /checkout/lisp/language/thai.el (source)... #12 424.9 Loading /checkout/lisp/language/tibetan.el (source)... #12 425.0 Loading /checkout/lisp/language/vietnamese.el (source)... #12 425.1 Loading /checkout/lisp/language/misc-lang.el (source)... #12 425.1 Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 425.1 Loading /checkout/lisp/language/georgian.el (source)... #12 425.2 Loading /checkout/lisp/language/khmer.el (source)... #12 425.2 Loading /checkout/lisp/language/burmese.el (source)... #12 425.3 Loading /checkout/lisp/language/cham.el (source)... #12 425.3 Loading /checkout/lisp/language/philippine.el (source)... #12 425.3 Loading /checkout/lisp/language/indonesian.el (source)... #12 425.4 Loading /checkout/lisp/indent.el (source)... #12 425.5 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 426.2 Loading /checkout/lisp/simple.el (source)... #12 427.9 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #12 428.4 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 428.6 Loading /checkout/lisp/minibuffer.el (source)... #12 429.9 Loading /checkout/lisp/frame.el (source)... #12 430.3 Loading /checkout/lisp/startup.el (source)... #12 430.7 Loading /checkout/lisp/term/tty-colors.el (source)... #12 430.7 Loading /checkout/lisp/font-core.el (source)... #12 430.8 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 430.9 Loading /checkout/lisp/font-lock.el (source)... #12 431.3 Loading /checkout/lisp/jit-lock.el (source)... #12 431.4 Loading /checkout/lisp/mouse.el (source)... #12 432.1 Loading /checkout/lisp/select.el (source)... #12 432.4 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 432.5 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 432.7 Loading /checkout/lisp/isearch.el (source)... #12 433.3 Loading /checkout/lisp/rfn-eshadow.el (source)... #12 433.4 Loading /checkout/lisp/menu-bar.el (source)... #12 434.4 Loading /checkout/lisp/tab-bar.el (source)... #12 435.2 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 435.4 Loading /checkout/lisp/textmodes/page.el (source)... #12 435.4 Loading /checkout/lisp/register.el (source)... #12 435.8 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 435.8 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 436.9 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 437.3 Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 437.3 Loading /checkout/lisp/textmodes/fill.el (source)... #12 437.5 Loading /checkout/lisp/newcomment.el (source)... #12 437.8 Loading /checkout/lisp/replace.el (source)... #12 438.2 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 438.4 Loading /checkout/lisp/buff-menu.el (source)... #12 438.7 Loading /checkout/lisp/touch-screen.el (source)... #12 438.8 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 443.1 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 443.2 Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 443.4 Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 443.5 Loading /checkout/lisp/uniquify.el (source)... #12 443.7 Loading /checkout/lisp/electric.el (source)... #12 444.0 Loading /checkout/lisp/paren.el (source)... #12 444.1 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 444.2 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 444.5 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #12 446.8 Loading /checkout/lisp/cus-start.el (source)... #12 447.0 Loading /checkout/lisp/tooltip.el (source)... #12 447.1 Loading /checkout/lisp/international/iso-transl.el (source)... #12 447.2 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #12 447.3 Finding pointers to doc strings... #12 447.3 Finding pointers to doc strings...done #12 447.5 Dumping under the name bootstrap-emacs.pdmp #12 447.6 Dumping fingerprint: d2b3a21f5ab1312aad810b7f7b39ac55374837b4a6efb442c734e63c3d426592 #12 452.5 Dump complete #12 452.5 Byte counts: header=100 hot=15525900 discardable=137552 cold=10907784 #12 452.5 Reloc counts: hot=1082498 discardable=4930 #12 452.6 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 452.6 make[4]: Entering directory '/checkout/lisp' #12 452.6 ELC emacs-lisp/macroexp.elc #12 457.5 ELC emacs-lisp/cconv.elc #12 463.3 ELC emacs-lisp/byte-opt.elc #12 470.1 ELC emacs-lisp/bytecomp.elc #12 476.9 ELC emacs-lisp/loaddefs-gen.elc #12 478.3 ELC emacs-lisp/radix-tree.elc #12 479.1 make[4]: Leaving directory '/checkout/lisp' #12 479.1 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 479.1 make[4]: Entering directory '/checkout/lisp' #12 479.1 make[4]: Nothing to be done for 'compile-first'. #12 479.1 make[4]: Leaving directory '/checkout/lisp' #12 479.1 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 479.2 make[4]: Entering directory '/checkout/lisp' #12 479.2 ELC international/titdic-cnv.elc #12 480.5 make -C ../leim all EMACS="../src/bootstrap-emacs" #12 480.5 make[5]: Entering directory '/checkout/leim' #12 480.5 GEN ../lisp/leim/quail/CCDOSPY.el #12 481.3 GEN ../lisp/leim/quail/Punct.el #12 482.3 GEN ../lisp/leim/quail/QJ.el #12 483.2 GEN ../lisp/leim/quail/SW.el #12 484.0 GEN ../lisp/leim/quail/TONEPY.el #12 484.9 GEN ../lisp/leim/quail/4Corner.el #12 485.9 GEN ../lisp/leim/quail/ARRAY30.el #12 487.0 GEN ../lisp/leim/quail/ECDICT.el #12 488.1 GEN ../lisp/leim/quail/ETZY.el #12 489.0 GEN ../lisp/leim/quail/Punct-b5.el #12 489.9 GEN ../lisp/leim/quail/PY-b5.el #12 490.8 GEN ../lisp/leim/quail/QJ-b5.el #12 491.8 GEN ../lisp/leim/quail/ZOZY.el #12 492.7 GEN ../lisp/leim/quail/tsang-b5.el #12 494.0 GEN ../lisp/leim/quail/tsang-cns.el #12 495.2 GEN ../lisp/leim/quail/PY.el #12 496.1 GEN ../lisp/leim/quail/ZIRANMA.el #12 497.6 GEN ../lisp/leim/quail/CTLau.el #12 498.4 GEN ../lisp/leim/quail/CTLau-b5.el #12 499.3 GEN ../lisp/language/pinyin.el #12 500.2 GEN ../lisp/leim/leim-list.el #12 505.4 make[5]: Leaving directory '/checkout/leim' #12 505.4 make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 505.5 make[5]: Entering directory '/checkout/admin/grammars' #12 505.5 GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 509.0 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 514.6 GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 518.0 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 522.9 GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 526.2 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 530.9 GEN ../../lisp/cedet/semantic/grammar-wy.el #12 534.4 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 539.2 GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 547.3 GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 555.4 GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 563.6 GEN ../../lisp/cedet/srecode/srt-wy.el #12 571.3 make[5]: Leaving directory '/checkout/admin/grammars' #12 571.3 GEN autoloads #12 571.7 INFO Scraping files for loaddefs... #12 573.2 INFO Scraping files for loaddefs...10% #12 574.5 INFO Scraping files for loaddefs...20% #12 575.8 INFO Scraping files for loaddefs...30% #12 577.2 INFO Scraping files for loaddefs...40% #12 578.9 INFO Scraping files for loaddefs...50% #12 579.7 INFO Scraping files for loaddefs...60% #12 580.6 INFO Scraping files for loaddefs...70% #12 581.7 INFO Scraping files for loaddefs...80% #12 583.9 INFO Scraping files for loaddefs...90% #12 586.3 INFO Scraping files for loaddefs...100% #12 586.3 INFO Scraping files for loaddefs...done #12 586.4 GEN textmodes/reftex-loaddefs.el #12 586.4 GEN textmodes/texinfo-loaddefs.el #12 586.4 GEN org/org-loaddefs.el #12 586.4 GEN net/tramp-loaddefs.el #12 586.5 GEN mh-e/mh-loaddefs.el #12 586.5 GEN eshell/esh-groups.el #12 586.5 GEN erc/erc-loaddefs.el #12 586.5 GEN emacs-lisp/cl-loaddefs.el #12 586.5 GEN cedet/srecode/loaddefs.el #12 586.6 GEN cedet/semantic/loaddefs.el #12 586.6 GEN cedet/ede/loaddefs.el #12 586.7 GEN calendar/diary-loaddefs.el #12 586.8 GEN calendar/holiday-loaddefs.el #12 586.8 GEN calendar/cal-loaddefs.el #12 586.8 GEN calc/calc-loaddefs.el #12 586.8 GEN ps-print-loaddefs.el #12 586.8 GEN ibuffer-loaddefs.el #12 586.8 GEN dired-loaddefs.el #12 588.3 GEN loaddefs.el #12 588.3 INFO Scraping files for loaddefs... #12 588.5 INFO Scraping files for loaddefs...done #12 588.5 GEN ../../lisp/theme-loaddefs.el #12 588.5 make[4]: Leaving directory '/checkout/lisp' #12 588.6 ELC ../lisp/abbrev.elc #12 589.8 ELC ../lisp/bindings.elc #12 591.3 ELC ../lisp/buff-menu.elc #12 592.2 ELC ../lisp/button.elc #12 593.1 ELC ../lisp/case-table.elc #12 593.7 ELC ../lisp/composite.elc #12 594.7 ELC ../lisp/cus-face.elc #12 595.5 ELC ../lisp/cus-start.elc #12 596.3 ELC ../lisp/custom.elc #12 597.5 ELC ../lisp/disp-table.elc #12 598.1 ELC ../lisp/dnd.elc #12 598.9 ELC ../lisp/dos-fns.elc #12 602.5 ELC ../lisp/dos-vars.elc #12 604.5 ELC ../lisp/dos-w32.elc #12 606.3 ELC ../lisp/dynamic-setting.elc #12 606.8 #12 606.8 In end of data: #12 606.8 dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #12 606.9 ELC ../lisp/electric.elc #12 607.9 ELC ../lisp/emacs-lisp/backquote.elc #12 608.5 ELC ../lisp/emacs-lisp/byte-run.elc #12 609.4 ELC ../lisp/emacs-lisp/cl-generic.elc #12 611.7 ELC ../lisp/emacs-lisp/cl-preloaded.elc #12 612.8 ELC ../lisp/emacs-lisp/debug-early.elc #12 613.3 ELC ../lisp/emacs-lisp/easymenu.elc #12 614.2 ELC ../lisp/emacs-lisp/eldoc.elc #12 615.2 ELC ../lisp/emacs-lisp/float-sup.elc #12 615.7 ELC ../lisp/emacs-lisp/lisp-mode.elc #12 617.0 ELC ../lisp/emacs-lisp/lisp.elc #12 617.9 ELC ../lisp/emacs-lisp/map-ynp.elc #12 618.6 ELC ../lisp/emacs-lisp/nadvice.elc #12 619.6 ELC ../lisp/emacs-lisp/oclosure.elc #12 620.7 ELC ../lisp/emacs-lisp/regexp-opt.elc #12 621.3 ELC ../lisp/emacs-lisp/rmc.elc #12 622.0 ELC ../lisp/emacs-lisp/seq.elc #12 623.3 ELC ../lisp/emacs-lisp/shorthands.elc #12 623.9 ELC ../lisp/emacs-lisp/syntax.elc #12 624.8 ELC ../lisp/emacs-lisp/tabulated-list.elc #12 625.8 ELC ../lisp/emacs-lisp/timer.elc #12 626.7 ELC ../lisp/env.elc #12 627.3 ELC ../lisp/epa-hook.elc #12 627.9 ELC ../lisp/faces.elc #12 629.4 ELC ../lisp/files.elc #12 633.4 ELC ../lisp/font-core.elc #12 634.0 ELC ../lisp/font-lock.elc #12 635.3 ELC ../lisp/format.elc #12 636.3 ELC ../lisp/frame.elc #12 638.3 ELC ../lisp/fringe.elc #12 638.9 ELC ../lisp/help.elc #12 640.7 ELC ../lisp/image.elc #12 641.8 ELC ../lisp/indent.elc #12 642.7 ELC ../lisp/international/charscript.elc #12 643.2 ELC ../lisp/international/emoji-zwj.elc #12 644.0 ELC ../lisp/international/characters.elc #12 645.2 make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 645.2 make[4]: Entering directory '/checkout/admin/unidata' #12 645.2 ELC uvs.elc #12 645.8 ELC unidata-gen.elc #12 647.2 GEN unidata.txt #12 647.9 GEN ../../lisp/international/uni-bidi.el #12 648.5 GEN ../../lisp/international/uni-brackets.el #12 649.1 GEN ../../lisp/international/uni-category.el #12 649.6 GEN ../../lisp/international/uni-combining.el #12 650.2 GEN ../../lisp/international/uni-comment.el #12 650.7 GEN ../../lisp/international/uni-decimal.el #12 651.3 GEN ../../lisp/international/uni-decomposition.el #12 651.9 GEN ../../lisp/international/uni-digit.el #12 652.4 GEN ../../lisp/international/uni-lowercase.el #12 653.0 GEN ../../lisp/international/uni-mirrored.el #12 653.6 GEN ../../lisp/international/uni-name.el #12 656.8 GEN ../../lisp/international/uni-numeric.el #12 657.4 GEN ../../lisp/international/uni-old-name.el #12 658.0 GEN ../../lisp/international/uni-special-lowercase.el #12 658.5 GEN ../../lisp/international/uni-special-titlecase.el #12 659.2 GEN ../../lisp/international/uni-special-uppercase.el #12 659.8 GEN ../../lisp/international/uni-titlecase.el #12 660.3 GEN ../../lisp/international/uni-uppercase.el #12 660.9 GEN ../../lisp/international/charprop.el #12 661.1 GEN ../../lisp/international/emoji-labels.el #12 669.3 GEN ../../lisp/international/uni-scripts.el #12 670.1 GEN ../../lisp/international/uni-confusable.el #12 671.6 GEN ../../lisp/international/idna-mapping.el #12 673.2 make[4]: Leaving directory '/checkout/admin/unidata' #12 673.2 make -C ../admin/charsets cp51932.el #12 673.2 make[4]: Entering directory '/checkout/admin/charsets' #12 673.2 make[4]: Nothing to be done for 'cp51932.el'. #12 673.2 make[4]: Leaving directory '/checkout/admin/charsets' #12 673.3 ELC ../lisp/international/cp51932.elc #12 673.8 make -C ../admin/charsets eucjp-ms.el #12 673.8 make[4]: Entering directory '/checkout/admin/charsets' #12 673.8 make[4]: Nothing to be done for 'eucjp-ms.el'. #12 673.8 make[4]: Leaving directory '/checkout/admin/charsets' #12 673.9 ELC ../lisp/international/eucjp-ms.elc #12 674.5 ELC ../lisp/international/fontset.elc #12 675.3 ELC ../lisp/international/iso-transl.elc #12 675.8 ELC ../lisp/international/mule-cmds.elc #12 677.6 ELC ../lisp/international/mule-conf.elc #12 678.9 ELC ../lisp/international/mule-util.elc #12 679.6 ELC ../lisp/international/mule.elc #12 681.0 ELC ../lisp/international/ucs-normalize.elc #12 686.1 ELC ../lisp/isearch.elc #12 689.1 ELC ../lisp/jit-lock.elc #12 690.0 ELC ../lisp/jka-cmpr-hook.elc #12 690.7 ELC ../lisp/keymap.elc #12 691.5 ELC ../lisp/language/burmese.elc #12 692.0 ELC ../lisp/language/cham.elc #12 692.5 ELC ../lisp/language/chinese.elc #12 693.1 ELC ../lisp/language/cyrillic.elc #12 693.6 ELC ../lisp/language/czech.elc #12 694.1 ELC ../lisp/language/english.elc #12 694.6 ELC ../lisp/language/ethiopic.elc #12 695.1 ELC ../lisp/language/european.elc #12 695.8 ELC ../lisp/language/georgian.elc #12 696.3 ELC ../lisp/language/greek.elc #12 696.8 ELC ../lisp/language/hebrew.elc #12 697.4 ELC ../lisp/language/indian.elc #12 698.0 ELC ../lisp/language/indonesian.elc #12 698.6 ELC ../lisp/language/japanese.elc #12 699.1 ELC ../lisp/language/khmer.elc #12 699.6 ELC ../lisp/language/korean.elc #12 700.1 ELC ../lisp/language/lao.elc #12 700.6 ELC ../lisp/language/misc-lang.elc #12 701.3 ELC ../lisp/language/philippine.elc #12 701.8 ELC ../lisp/language/romanian.elc #12 702.3 ELC ../lisp/language/sinhala.elc #12 702.8 ELC ../lisp/language/slovak.elc #12 703.3 ELC ../lisp/language/tai-viet.elc #12 703.8 ELC ../lisp/language/thai.elc #12 704.4 ELC ../lisp/language/tibetan.elc #12 704.9 ELC ../lisp/language/utf-8-lang.elc #12 705.4 ELC ../lisp/language/vietnamese.elc #12 705.9 ELC ../lisp/loaddefs.elc #12 710.6 ELC ../lisp/ls-lisp.elc #12 711.5 ELC ../lisp/menu-bar.elc #12 713.2 ELC ../lisp/minibuffer.elc #12 716.2 ELC ../lisp/mouse.elc #12 718.3 ELC ../lisp/mwheel.elc #12 719.0 ELC ../lisp/newcomment.elc #12 720.2 ELC ../lisp/obarray.elc #12 720.6 ELC ../lisp/paren.elc #12 721.4 ELC ../lisp/pgtk-dnd.elc #12 722.1 ELC ../lisp/progmodes/elisp-mode.elc #12 724.1 ELC ../lisp/progmodes/prog-mode.elc #12 724.8 ELC ../lisp/register.elc #12 725.9 ELC ../lisp/replace.elc #12 727.8 ELC ../lisp/rfn-eshadow.elc #12 728.4 ELC ../lisp/scroll-bar.elc #12 729.2 ELC ../lisp/select.elc #12 730.2 ELC ../lisp/simple.elc #12 735.6 ELC ../lisp/startup.elc #12 737.3 ELC ../lisp/subr.elc #12 741.1 ELC ../lisp/tab-bar.elc #12 743.1 ELC ../lisp/term/android-win.elc #12 743.7 #12 743.7 In end of data: #12 743.7 term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #12 743.7 ELC ../lisp/term/common-win.elc #12 744.4 ELC ../lisp/term/haiku-win.elc #12 745.3 ELC ../lisp/term/internal.elc #12 745.9 ELC ../lisp/term/ns-win.elc #12 747.5 ELC ../lisp/term/pc-win.elc #12 748.2 ELC ../lisp/term/pgtk-win.elc #12 749.0 ELC ../lisp/term/tty-colors.elc #12 749.6 ELC ../lisp/term/w32-win.elc #12 750.4 ELC ../lisp/term/x-win.elc #12 751.4 ELC ../lisp/textmodes/fill.elc #12 752.4 ELC ../lisp/textmodes/page.elc #12 753.0 ELC ../lisp/textmodes/paragraphs.elc #12 753.7 ELC ../lisp/textmodes/text-mode.elc #12 754.4 ELC ../lisp/tool-bar.elc #12 755.2 ELC ../lisp/tooltip.elc #12 755.9 ELC ../lisp/touch-screen.elc #12 757.0 ELC ../lisp/uniquify.elc #12 758.0 ELC ../lisp/vc/ediff-hook.elc #12 758.5 ELC ../lisp/vc/vc-hooks.elc #12 759.5 ELC ../lisp/version.elc #12 760.1 ELC ../lisp/w32-fns.elc #12 760.8 ELC ../lisp/w32-vars.elc #12 761.3 ELC ../lisp/widget.elc #12 761.9 ELC ../lisp/window.elc #12 766.2 ELC ../lisp/x-dnd.elc #12 767.3 rm -f emacs && cp -f temacs emacs #12 767.4 LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 767.4 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 767.4 Loading loadup.el (source)... #12 767.4 Dump mode: pdump #12 767.4 Using load-path (/checkout/lisp) #12 767.4 Loading emacs-lisp/debug-early... #12 767.4 Loading emacs-lisp/byte-run... #12 767.4 Loading emacs-lisp/backquote... #12 767.4 Loading subr... #12 767.5 Loading keymap... #12 767.5 Loading version... #12 767.5 Loading widget... #12 767.5 Loading custom... #12 767.5 Loading emacs-lisp/map-ynp... #12 767.5 Loading international/mule... #12 767.5 Loading international/mule-conf... #12 767.5 Loading env... #12 767.6 Loading format... #12 767.6 Loading bindings... #12 767.6 Loading window... #12 767.6 Loading files... #12 767.8 Loading emacs-lisp/macroexp... #12 767.8 Loading cus-face... #12 767.8 Loading faces... #12 767.9 Loading loaddefs... #12 768.0 Loading theme-loaddefs.el (source)... #12 768.4 Loading button... #12 768.5 Loading emacs-lisp/cl-preloaded... #12 768.5 Loading emacs-lisp/oclosure... #12 768.5 Loading obarray... #12 768.5 Loading abbrev... #12 768.6 Loading help... #12 768.7 Loading jka-cmpr-hook... #12 768.7 Loading epa-hook... #12 768.7 Loading international/mule-cmds... #12 768.9 Loading case-table... #12 768.9 Loading international/charprop.el (source)... #12 768.9 Loading international/characters... #12 769.2 Loading international/charscript... #12 769.2 Loading international/emoji-zwj... #12 769.2 Loading composite... #12 769.3 Loading language/chinese... #12 769.3 Loading language/cyrillic... #12 769.3 Loading language/indian... #12 769.3 Loading language/sinhala... #12 769.4 Loading language/english... #12 769.4 Loading language/ethiopic... #12 769.4 Loading language/european... #12 769.4 Loading language/czech... #12 769.5 Loading language/slovak... #12 769.5 Loading language/romanian... #12 769.5 Loading language/greek... #12 769.5 Loading language/hebrew... #12 769.5 Loading international/cp51932... #12 769.6 Loading international/eucjp-ms... #12 769.6 Loading language/japanese... #12 769.7 Loading language/korean... #12 769.7 Loading language/lao... #12 769.7 Loading language/tai-viet... #12 769.7 Loading language/thai... #12 769.7 Loading language/tibetan... #12 770.0 Loading language/vietnamese... #12 770.0 Loading language/misc-lang... #12 770.0 Loading language/utf-8-lang... #12 770.0 Loading language/georgian... #12 770.0 Loading language/khmer... #12 770.1 Loading language/burmese... #12 770.1 Loading language/cham... #12 770.1 Loading language/philippine... #12 770.1 Loading language/indonesian... #12 770.1 Loading indent... #12 770.2 Loading emacs-lisp/cl-generic... #12 770.2 Loading simple... #12 770.4 Loading emacs-lisp/seq... #12 770.4 Loading emacs-lisp/nadvice... #12 770.4 Loading minibuffer... #12 770.5 Loading frame... #12 770.6 Loading startup... #12 770.7 Loading term/tty-colors... #12 771.0 Loading font-core... #12 771.0 Loading emacs-lisp/syntax... #12 771.0 Loading font-lock... #12 771.1 Loading jit-lock... #12 771.1 Loading mouse... #12 771.2 Loading select... #12 771.3 Loading emacs-lisp/timer... #12 771.3 Loading emacs-lisp/easymenu... #12 771.3 Loading isearch... #12 771.4 Loading rfn-eshadow... #12 771.5 Loading menu-bar... #12 771.7 Loading tab-bar... #12 771.8 Loading emacs-lisp/lisp... #12 771.8 Loading textmodes/page... #12 771.8 Loading register... #12 771.8 Loading textmodes/paragraphs... #12 771.9 Loading progmodes/prog-mode... #12 771.9 Loading emacs-lisp/lisp-mode... #12 772.0 Loading textmodes/text-mode... #12 772.1 Loading textmodes/fill... #12 772.1 Loading newcomment... #12 772.2 Loading replace... #12 772.3 Loading emacs-lisp/tabulated-list... #12 772.3 Loading buff-menu... #12 772.4 Loading touch-screen... #12 772.4 Loading progmodes/elisp-mode... #12 772.5 Loading emacs-lisp/float-sup... #12 772.6 Loading vc/vc-hooks... #12 772.6 Loading vc/ediff-hook... #12 772.7 Loading uniquify... #12 772.7 Loading electric... #12 772.7 Loading paren... #12 772.8 Loading emacs-lisp/shorthands... #12 772.8 Loading emacs-lisp/eldoc... #12 773.0 Loading emacs-lisp/cconv... #12 773.0 Loading cus-start... #12 773.0 Loading tooltip... #12 773.1 Loading international/iso-transl... #12 773.1 Loading leim/leim-list.el (source)... #12 773.5 Loading emacs-lisp/rmc... #12 773.5 Waiting for git... #12 773.5 Waiting for git... #12 773.5 Finding pointers to doc strings... #12 773.6 Finding pointers to doc strings...done #12 773.8 Pure-hashed: 17569 strings, 5539 vectors, 49130 conses, 5016 bytecodes, 327 others #12 773.8 Dumping under the name emacs.pdmp #12 773.8 Dumping fingerprint: d2b3a21f5ab1312aad810b7f7b39ac55374837b4a6efb442c734e63c3d426592 #12 775.5 Dump complete #12 775.5 Byte counts: header=100 hot=7777508 discardable=137552 cold=3715832 #12 775.5 Reloc counts: hot=443488 discardable=4903 #12 775.5 Adding name emacs-30.0.50.1 #12 775.5 Adding name emacs-30.0.50.1.pdmp #12 775.5 cp -f emacs.pdmp bootstrap-emacs.pdmp #12 775.6 make[3]: Leaving directory '/checkout/src' #12 775.6 make -C lisp all #12 775.6 make[3]: Entering directory '/checkout/lisp' #12 775.6 make -C ../leim all EMACS="../src/emacs" #12 775.7 make[4]: Entering directory '/checkout/leim' #12 775.7 make[4]: Nothing to be done for 'all'. #12 775.7 make[4]: Leaving directory '/checkout/leim' #12 775.7 make -C ../admin/grammars all EMACS="../../src/emacs" #12 775.7 make[4]: Entering directory '/checkout/admin/grammars' #12 775.7 make[4]: Nothing to be done for 'all'. #12 775.7 make[4]: Leaving directory '/checkout/admin/grammars' #12 775.8 make[4]: Entering directory '/checkout/lisp' #12 775.8 ELC emacs-lisp/eieio.elc #12 776.6 ELC emacs-lisp/eieio-base.elc #12 777.2 ELC cedet/semantic/db.elc #12 778.1 ELC international/ja-dic-cnv.elc #12 778.6 ELC org/ox.elc #12 784.3 ELC org/ox-texinfo.elc #12 790.1 ELC org/org-macro.elc #12 790.8 ELC org/org-element.elc #12 797.1 ELC org/oc.elc #12 798.1 ELC org/ol.elc #12 799.0 ELC emacs-lisp/cl-lib.elc #12 799.5 make[4]: Leaving directory '/checkout/lisp' #12 799.5 GEN autoloads #12 800.0 INFO Scraping files for loaddefs... #12 800.1 INFO Scraping files for loaddefs...done #12 800.1 INFO Scraping files for loaddefs... #12 800.1 INFO Scraping files for loaddefs...done #12 804.3 make[4]: Entering directory '/checkout/lisp' #12 804.4 ELC align.elc #12 805.0 ELC allout-widgets.elc #12 805.7 ELC allout.elc #12 806.6 ELC ansi-color.elc #12 808.1 ELC ansi-osc.elc #12 808.5 ELC apropos.elc #12 809.1 ELC arc-mode.elc #12 809.9 ELC array.elc #12 810.4 ELC auth-source-pass.elc #12 811.4 ELC auth-source.elc #12 812.6 ELC autoinsert.elc #12 813.0 ELC autorevert.elc #12 813.7 ELC avoid.elc #12 814.2 ELC battery.elc #12 814.9 ELC bind-key.elc #12 815.4 ELC bookmark.elc #12 816.1 ELC bs.elc #12 816.6 ELC calculator.elc #12 817.5 ELC cdl.elc #12 817.9 ELC char-fold.elc #12 819.3 ELC chistory.elc #12 819.8 ELC cmuscheme.elc #12 820.5 ELC color.elc #12 821.0 ELC comint.elc #12 821.8 ELC completion.elc #12 822.6 ELC cus-dep.elc #12 823.2 ELC cus-edit.elc #12 824.2 ELC cus-theme.elc #12 824.9 ELC dabbrev.elc #12 825.4 ELC delim-col.elc #12 825.8 ELC delsel.elc #12 826.2 ELC descr-text.elc #12 826.8 ELC desktop.elc #12 827.5 ELC dframe.elc #12 828.0 ELC dired-aux.elc #12 829.0 ELC dired-loaddefs.elc #12 829.4 ELC dired-x.elc #12 830.1 ELC dired.elc #12 831.1 #12 831.1 In end of data: #12 831.1 dired.el:5093:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #12 831.1 ELC dirtrack.elc #12 831.8 ELC display-fill-column-indicator.elc #12 832.3 ELC display-line-numbers.elc #12 833.4 ELC doc-view.elc #12 834.2 ELC dom.elc #12 834.7 ELC double.elc #12 835.1 ELC ebuff-menu.elc #12 835.6 ELC echistory.elc #12 836.1 ELC ecomplete.elc #12 836.5 ELC edmacro.elc #12 837.2 ELC ehelp.elc #12 837.6 ELC elec-pair.elc #12 838.1 ELC elide-head.elc #12 838.6 ELC emacs-lock.elc #12 839.1 ELC epa-dired.elc #12 839.8 ELC epa-file.elc #12 840.5 ELC epa-ks.elc #12 841.8 ELC epa-mail.elc #12 842.6 ELC epa.elc #12 843.4 ELC epg-config.elc #12 843.8 ELC epg.elc #12 845.4 ELC expand.elc #12 845.9 ELC external-completion.elc #12 846.3 ELC ezimage.elc #12 846.8 ELC face-remap.elc #12 847.3 ELC facemenu.elc #12 847.8 ELC ffap.elc #12 848.7 ELC filecache.elc #12 849.2 ELC fileloop.elc #12 849.9 ELC filenotify.elc #12 850.4 ELC files-x.elc #12 851.0 ELC filesets.elc #12 851.6 ELC find-cmd.elc #12 852.3 ELC find-dired.elc #12 852.8 ELC find-file.elc #12 853.2 ELC find-lisp.elc #12 853.7 ELC finder.elc #12 855.0 ELC flow-ctrl.elc #12 855.4 ELC foldout.elc #12 855.9 ELC follow.elc #12 856.5 ELC format-spec.elc #12 857.1 ELC forms.elc #12 857.6 ELC frameset.elc #12 858.3 ELC generic-x.elc #12 858.9 ELC help-at-pt.elc #12 859.3 ELC help-fns.elc #12 860.0 ELC help-macro.elc #12 860.5 ELC help-mode.elc #12 861.0 ELC hex-util.elc #12 861.4 ELC hexl.elc #12 862.0 ELC hfy-cmap.elc #12 862.5 ELC hi-lock.elc #12 863.0 ELC hilit-chg.elc #12 863.6 ELC hippie-exp.elc #12 864.1 ELC hl-line.elc #12 864.6 ELC htmlfontify.elc #12 865.5 ELC ibuf-ext.elc #12 866.3 ELC ibuf-macs.elc #12 866.7 ELC ibuffer-loaddefs.elc #12 867.1 ELC ibuffer.elc #12 867.8 ELC icomplete.elc #12 868.4 ELC ido.elc #12 869.3 ELC ielm.elc #12 869.9 ELC iimage.elc #12 870.3 ELC image-file.elc #12 870.7 ELC image-mode.elc #12 871.3 ELC imenu.elc #12 871.8 ELC indent-aux.elc #12 872.3 ELC info-look.elc #12 872.9 ELC info-xref.elc #12 873.4 ELC info.elc #12 874.4 ELC informat.elc #12 874.9 ELC isearchb.elc #12 875.4 ELC jka-compr.elc #12 875.8 ELC json.elc #12 876.5 ELC jsonrpc.elc #12 877.2 ELC kermit.elc #12 877.9 ELC kmacro.elc #12 878.4 ELC loadhist.elc #12 878.9 ELC locate.elc #12 879.4 ELC lpr.elc #12 879.8 ELC macros.elc #12 880.2 ELC man.elc #12 880.8 ELC master.elc #12 881.3 ELC mb-depth.elc #12 881.7 ELC md4.elc #12 882.1 ELC midnight.elc #12 882.6 ELC minibuf-eldef.elc #12 883.0 ELC misc.elc #12 883.5 ELC misearch.elc #12 883.9 ELC mouse-copy.elc #12 884.4 ELC mouse-drag.elc #12 884.8 ELC mpc.elc #12 885.6 ELC msb.elc #12 886.1 ELC notifications.elc #12 886.7 ELC novice.elc #12 887.1 ELC outline.elc #12 887.8 ELC password-cache.elc #12 888.2 ELC pcmpl-cvs.elc #12 888.9 ELC pcmpl-git.elc #12 889.9 ELC pcmpl-gnu.elc #12 890.6 ELC pcmpl-linux.elc #12 891.3 ELC pcmpl-rpm.elc #12 892.0 ELC pcmpl-unix.elc #12 892.7 ELC pcmpl-x.elc #12 893.4 ELC pcomplete.elc #12 894.2 ELC pixel-scroll.elc #12 894.7 ELC plstore.elc #12 895.3 ELC printing.elc #12 896.1 ELC proced.elc #12 896.7 ELC profiler.elc #12 897.4 ELC ps-bdf.elc #12 898.0 ELC ps-mule.elc #12 898.5 ELC ps-print-loaddefs.elc #12 899.0 ELC ps-print.elc #12 899.8 ELC ps-samp.elc #12 900.4 ELC recentf.elc #12 901.0 ELC rect.elc #12 901.5 ELC registry.elc #12 902.2 ELC repeat.elc #12 902.7 ELC reposition.elc #12 903.1 ELC reveal.elc #12 903.6 ELC rot13.elc #12 904.0 ELC rtree.elc #12 904.4 ELC ruler-mode.elc #12 905.0 ELC savehist.elc #12 905.4 ELC saveplace.elc #12 905.9 ELC scroll-all.elc #12 906.3 ELC scroll-lock.elc #12 906.8 ELC server.elc #12 907.5 ELC ses.elc #12 908.8 ELC shadowfile.elc #12 910.4 ELC shell.elc #12 911.1 ELC skeleton.elc #12 911.6 ELC so-long.elc #12 912.2 ELC sort.elc #12 912.6 ELC soundex.elc #12 913.1 ELC speedbar.elc #12 913.9 ELC sqlite-mode.elc #12 914.3 ELC sqlite.elc #12 914.8 ELC strokes.elc #12 915.3 ELC svg.elc #12 915.8 ELC t-mouse.elc #12 916.3 ELC tab-line.elc #12 916.9 ELC tabify.elc #12 917.3 ELC talk.elc #12 917.8 ELC tar-mode.elc #12 918.6 ELC tempo.elc #12 919.1 ELC term.elc #12 920.1 ELC thingatpt.elc #12 920.8 ELC thread.elc #12 921.3 ELC time-stamp.elc #12 921.8 ELC time.elc #12 922.4 ELC timezone.elc #12 922.8 ELC tmm.elc #12 923.4 ELC transient.elc #12 924.6 ELC tree-widget.elc #12 925.1 ELC treesit.elc #12 926.1 ELC tutorial.elc #12 926.6 ELC type-break.elc #12 927.1 ELC userlock.elc #12 927.6 ELC vcursor.elc #12 928.2 ELC view.elc #12 928.7 ELC wdired.elc #12 929.3 ELC whitespace.elc #12 929.9 ELC wid-browse.elc #12 930.4 ELC wid-edit.elc #12 931.2 ELC windmove.elc #12 931.7 ELC winner.elc #12 932.2 ELC woman.elc #12 933.0 ELC xdg.elc #12 933.6 ELC xml.elc #12 934.1 ELC xt-mouse.elc #12 934.6 ELC xwidget.elc #12 935.8 ELC yank-media.elc #12 936.3 ELC calc/calc-aent.elc #12 936.9 ELC calc/calc-alg.elc #12 937.8 ELC calc/calc-arith.elc #12 938.9 ELC calc/calc-bin.elc #12 939.5 ELC calc/calc-comb.elc #12 940.1 ELC calc/calc-cplx.elc #12 940.7 ELC calc/calc-embed.elc #12 941.4 ELC calc/calc-ext.elc #12 942.4 ELC calc/calc-fin.elc #12 943.0 ELC calc/calc-forms.elc #12 943.8 ELC calc/calc-frac.elc #12 944.3 ELC calc/calc-funcs.elc #12 945.0 ELC calc/calc-graph.elc #12 945.7 ELC calc/calc-help.elc #12 946.2 ELC calc/calc-incom.elc #12 946.7 ELC calc/calc-keypd.elc #12 947.3 ELC calc/calc-lang.elc #12 948.0 ELC calc/calc-loaddefs.elc #12 948.4 ELC calc/calc-macs.elc #12 948.9 ELC calc/calc-map.elc #12 949.5 ELC calc/calc-math.elc #12 950.3 ELC calc/calc-menu.elc #12 950.8 ELC calc/calc-misc.elc #12 951.4 ELC calc/calc-mode.elc #12 952.0 ELC calc/calc-mtx.elc #12 952.5 ELC calc/calc-nlfit.elc #12 953.1 ELC calc/calc-poly.elc #12 953.8 ELC calc/calc-prog.elc #12 954.6 ELC calc/calc-rewr.elc #12 955.5 ELC calc/calc-rules.elc #12 956.0 ELC calc/calc-sel.elc #12 956.6 ELC calc/calc-stat.elc #12 957.1 ELC calc/calc-store.elc #12 957.7 ELC calc/calc-stuff.elc #12 958.2 ELC calc/calc-trail.elc #12 958.7 ELC calc/calc-undo.elc #12 959.3 ELC calc/calc-units.elc #12 960.0 ELC calc/calc-vec.elc #12 960.7 ELC calc/calc-yank.elc #12 961.3 ELC calc/calc.elc #12 962.1 ELC calc/calcalg2.elc #12 963.0 ELC calc/calcalg3.elc #12 963.8 ELC calc/calccomp.elc #12 964.6 ELC calc/calcsel2.elc #12 965.1 ELC calendar/appt.elc #12 965.7 ELC calendar/cal-bahai.elc #12 966.3 ELC calendar/cal-china.elc #12 966.9 ELC calendar/cal-coptic.elc #12 967.5 ELC calendar/cal-dst.elc #12 968.1 ELC calendar/cal-french.elc #12 968.6 ELC calendar/cal-hebrew.elc #12 969.3 ELC calendar/cal-html.elc #12 969.9 ELC calendar/cal-islam.elc #12 970.5 ELC calendar/cal-iso.elc #12 971.0 ELC calendar/cal-julian.elc #12 971.6 ELC calendar/cal-loaddefs.elc #12 972.1 ELC calendar/cal-mayan.elc #12 972.6 ELC calendar/cal-menu.elc #12 973.1 ELC calendar/cal-move.elc #12 973.7 ELC calendar/cal-persia.elc #12 974.3 ELC calendar/cal-tex.elc #12 975.1 ELC calendar/cal-x.elc #12 975.5 ELC calendar/calendar.elc #12 976.3 ELC calendar/diary-lib.elc #12 977.2 ELC calendar/diary-loaddefs.elc #12 977.6 ELC calendar/holiday-loaddefs.elc #12 978.0 ELC calendar/holidays.elc #12 978.6 ELC calendar/icalendar.elc #12 979.3 ELC calendar/iso8601.elc #12 979.9 ELC calendar/lunar.elc #12 980.4 ELC calendar/parse-time.elc #12 981.0 ELC calendar/solar.elc #12 981.6 ELC calendar/time-date.elc #12 982.1 ELC calendar/timeclock.elc #12 982.8 ELC calendar/todo-mode.elc #12 984.0 ELC cedet/cedet-cscope.elc #12 984.4 ELC cedet/cedet-files.elc #12 984.8 ELC cedet/cedet-global.elc #12 985.4 ELC cedet/cedet-idutils.elc #12 985.8 ELC cedet/cedet.elc #12 986.2 ELC cedet/data-debug.elc #12 986.8 ELC cedet/ede.elc #12 987.8 ELC cedet/mode-local.elc #12 988.3 ELC cedet/pulse.elc #12 988.8 ELC cedet/semantic.elc #12 989.6 ELC cedet/srecode.elc #12 990.1 ELC cedet/ede/auto.elc #12 990.7 ELC cedet/ede/autoconf-edit.elc #12 991.1 ELC cedet/ede/base.elc #12 991.9 ELC cedet/ede/config.elc #12 992.9 ELC cedet/ede/cpp-root.elc #12 993.9 ELC cedet/ede/custom.elc #12 994.7 ELC cedet/ede/detect.elc #12 995.3 ELC cedet/ede/dired.elc #12 996.1 ELC cedet/ede/emacs.elc #12 997.0 ELC cedet/ede/files.elc #12 997.9 ELC cedet/ede/generic.elc #12 998.9 ELC cedet/ede/linux.elc #12 999.9 ELC cedet/ede/loaddefs.elc #12 1000. ELC cedet/ede/locate.elc #12 1001. ELC cedet/ede/make.elc #12 1002. ELC cedet/ede/makefile-edit.elc #12 1002. ELC cedet/ede/pconf.elc #12 1003. ELC cedet/ede/pmake.elc #12 1004. ELC cedet/ede/proj-archive.elc #12 1005. ELC cedet/ede/proj-aux.elc #12 1006. ELC cedet/ede/proj-comp.elc #12 1007. ELC cedet/ede/proj-elisp.elc #12 1008. ELC cedet/ede/proj-info.elc #12 1009. ELC cedet/ede/proj-misc.elc #12 1010. ELC cedet/ede/proj-obj.elc #12 1011. ELC cedet/ede/proj-prog.elc #12 1012. ELC cedet/ede/proj-scheme.elc #12 1012. ELC cedet/ede/proj-shared.elc #12 1013. ELC cedet/ede/proj.elc #12 1014. ELC cedet/ede/project-am.elc #12 1015. ELC cedet/ede/shell.elc #12 1016. ELC cedet/ede/simple.elc #12 1017. ELC cedet/ede/source.elc #12 1017. ELC cedet/ede/speedbar.elc #12 1018. ELC cedet/ede/srecode.elc #12 1019. ELC cedet/ede/system.elc #12 1019. ELC cedet/ede/util.elc #12 1020. ELC cedet/semantic/analyze.elc #12 1021. ELC cedet/semantic/bovine.elc #12 1022. ELC cedet/semantic/chart.elc #12 1023. ELC cedet/semantic/complete.elc #12 1024. ELC cedet/semantic/ctxt.elc #12 1025. ELC cedet/semantic/db-debug.elc #12 1025. ELC cedet/semantic/db-ebrowse.elc #12 1027. ELC cedet/semantic/db-el.elc #12 1028. ELC cedet/semantic/db-file.elc #12 1029. ELC cedet/semantic/db-find.elc #12 1030. ELC cedet/semantic/db-global.elc #12 1031. ELC cedet/semantic/db-javascript.elc #12 1032. ELC cedet/semantic/db-mode.elc #12 1032. ELC cedet/semantic/db-ref.elc #12 1033. ELC cedet/semantic/db-typecache.elc #12 1034. ELC cedet/semantic/debug.elc #12 1035. ELC cedet/semantic/decorate.elc #12 1035. ELC cedet/semantic/dep.elc #12 1036. ELC cedet/semantic/doc.elc #12 1036. ELC cedet/semantic/ede-grammar.elc #12 1038. ELC cedet/semantic/edit.elc #12 1039. ELC cedet/semantic/find.elc #12 1039. ELC cedet/semantic/format.elc #12 1040. ELC cedet/semantic/fw.elc #12 1041. ELC cedet/semantic/grammar-wy.elc #12 1042. ELC cedet/semantic/grammar.elc #12 1043. ELC cedet/semantic/grm-wy-boot.elc #12 1045. ELC cedet/semantic/html.elc #12 1045. ELC cedet/semantic/ia-sb.elc #12 1046. ELC cedet/semantic/ia.elc #12 1047. ELC cedet/semantic/idle.elc #12 1048. ELC cedet/semantic/imenu.elc #12 1049. ELC cedet/semantic/java.elc #12 1050. ELC cedet/semantic/lex-spp.elc #12 1050. ELC cedet/semantic/lex.elc #12 1051. ELC cedet/semantic/loaddefs.elc #12 1052. ELC cedet/semantic/mru-bookmark.elc #12 1052. ELC cedet/semantic/sb.elc #12 1053. ELC cedet/semantic/scope.elc #12 1054. ELC cedet/semantic/senator.elc #12 1055. ELC cedet/semantic/sort.elc #12 1056. ELC cedet/semantic/symref.elc #12 1057. ELC cedet/semantic/tag-file.elc #12 1057. ELC cedet/semantic/tag-ls.elc #12 1058. ELC cedet/semantic/tag-write.elc #12 1059. ELC cedet/semantic/tag.elc #12 1059. ELC cedet/semantic/texi.elc #12 1060. ELC cedet/semantic/util-modes.elc #12 1061. ELC cedet/semantic/util.elc #12 1062. ELC cedet/semantic/wisent.elc #12 1063. ELC cedet/semantic/analyze/complete.elc #12 1064. ELC cedet/semantic/analyze/debug.elc #12 1064. ELC cedet/semantic/analyze/fcn.elc #12 1065. ELC cedet/semantic/analyze/refs.elc #12 1066. ELC cedet/semantic/bovine/c-by.elc #12 1067. ELC cedet/semantic/bovine/c.elc #12 1071. ELC cedet/semantic/bovine/debug.elc #12 1072. ELC cedet/semantic/bovine/el.elc #12 1073. ELC cedet/semantic/bovine/gcc.elc #12 1073. ELC cedet/semantic/bovine/grammar.elc #12 1074. ELC cedet/semantic/bovine/make-by.elc #12 1075. ELC cedet/semantic/bovine/make.elc #12 1076. ELC cedet/semantic/bovine/scm-by.elc #12 1077. ELC cedet/semantic/bovine/scm.elc #12 1077. ELC cedet/semantic/decorate/include.elc #12 1078. ELC cedet/semantic/decorate/mode.elc #12 1079. ELC cedet/semantic/symref/cscope.elc #12 1080. ELC cedet/semantic/symref/filter.elc #12 1080. ELC cedet/semantic/symref/global.elc #12 1081. ELC cedet/semantic/symref/grep.elc #12 1082. ELC cedet/semantic/symref/idutils.elc #12 1083. ELC cedet/semantic/symref/list.elc #12 1083. ELC cedet/semantic/wisent/comp.elc #12 1085. ELC cedet/semantic/wisent/grammar.elc #12 1086. ELC cedet/semantic/wisent/java-tags.elc #12 1086. ELC cedet/semantic/wisent/javascript.elc #12 1087. ELC cedet/semantic/wisent/javat-wy.elc #12 1088. ELC cedet/semantic/wisent/js-wy.elc #12 1089. ELC cedet/semantic/wisent/python-wy.elc #12 1091. ELC cedet/semantic/wisent/python.elc #12 1092. ELC cedet/semantic/wisent/wisent.elc #12 1093. ELC cedet/srecode/args.elc #12 1094. ELC cedet/srecode/compile.elc #12 1094. ELC cedet/srecode/cpp.elc #12 1096. ELC cedet/srecode/ctxt.elc #12 1097. ELC cedet/srecode/dictionary.elc #12 1098. ELC cedet/srecode/document.elc #12 1100. ELC cedet/srecode/el.elc #12 1101. ELC cedet/srecode/expandproto.elc #12 1103. ELC cedet/srecode/extract.elc #12 1105. ELC cedet/srecode/fields.elc #12 1106. ELC cedet/srecode/filters.elc #12 1106. ELC cedet/srecode/find.elc #12 1108. ELC cedet/srecode/getset.elc #12 1110. ELC cedet/srecode/insert.elc #12 1111. ELC cedet/srecode/java.elc #12 1112. ELC cedet/srecode/loaddefs.elc #12 1113. ELC cedet/srecode/map.elc #12 1113. ELC cedet/srecode/mode.elc #12 1115. ELC cedet/srecode/semantic.elc #12 1117. ELC cedet/srecode/srt-mode.elc #12 1118. ELC cedet/srecode/srt-wy.elc #12 1118. ELC cedet/srecode/srt.elc #12 1120. ELC cedet/srecode/table.elc #12 1121. ELC cedet/srecode/template.elc #12 1121. ELC cedet/srecode/texi.elc #12 1123. ELC emacs-lisp/advice.elc #12 1124. ELC emacs-lisp/avl-tree.elc #12 1125. ELC emacs-lisp/backtrace.elc #12 1125. ELC emacs-lisp/benchmark.elc #12 1126. ELC emacs-lisp/bindat.elc #12 1127. ELC emacs-lisp/chart.elc #12 1127. ELC emacs-lisp/check-declare.elc #12 1128. ELC emacs-lisp/checkdoc.elc #12 1129. ELC emacs-lisp/cl-extra.elc #12 1129. ELC emacs-lisp/cl-indent.elc #12 1130. ELC emacs-lisp/cl-loaddefs.elc #12 1130. ELC emacs-lisp/cl-macs.elc #12 1131. ELC emacs-lisp/cl-print.elc #12 1132. ELC emacs-lisp/cl-seq.elc #12 1132. ELC emacs-lisp/comp-cstr.elc #12 1133. ELC emacs-lisp/comp.elc #12 1139. ELC emacs-lisp/copyright.elc #12 1139. ELC emacs-lisp/crm.elc #12 1139. ELC emacs-lisp/cursor-sensor.elc #12 1139. ELC emacs-lisp/debug.elc #12 1140. ELC emacs-lisp/derived.elc #12 1140. ELC emacs-lisp/disass.elc #12 1140. ELC emacs-lisp/easy-mmode.elc #12 1141. ELC emacs-lisp/edebug.elc #12 1142. ELC emacs-lisp/eieio-core.elc #12 1142. ELC emacs-lisp/eieio-custom.elc #12 1142. ELC emacs-lisp/eieio-datadebug.elc #12 1143. ELC emacs-lisp/eieio-opt.elc #12 1143. ELC emacs-lisp/eieio-speedbar.elc #12 1143. ELC emacs-lisp/elint.elc #12 1143. ELC emacs-lisp/elp.elc #12 1144. ELC emacs-lisp/ert-x.elc #12 1144. ELC emacs-lisp/ert.elc #12 1146. ELC emacs-lisp/ewoc.elc #12 1146. ELC emacs-lisp/faceup.elc #12 1146. ELC emacs-lisp/find-func.elc #12 1147. ELC emacs-lisp/generate-lisp-file.elc #12 1147. ELC emacs-lisp/generator.elc #12 1148. ELC emacs-lisp/generic.elc #12 1148. ELC emacs-lisp/gv.elc #12 1148. ELC emacs-lisp/helper.elc #12 1148. ELC emacs-lisp/hierarchy.elc #12 1149. ELC emacs-lisp/icons.elc #12 1149. ELC emacs-lisp/inline.elc #12 1149. ELC emacs-lisp/let-alist.elc #12 1149. ELC emacs-lisp/lisp-mnt.elc #12 1150. ELC emacs-lisp/map.elc #12 1150. ELC emacs-lisp/memory-report.elc #12 1150. ELC emacs-lisp/multisession.elc #12 1151. ELC emacs-lisp/package-vc.elc #12 1152. ELC emacs-lisp/package-x.elc #12 1152. ELC emacs-lisp/package.elc #12 1154. ELC emacs-lisp/pcase.elc #12 1154. ELC emacs-lisp/pp.elc #12 1154. ELC emacs-lisp/range.elc #12 1154. ELC emacs-lisp/re-builder.elc #12 1155. ELC emacs-lisp/regi.elc #12 1155. ELC emacs-lisp/ring.elc #12 1155. ELC emacs-lisp/rx.elc #12 1155. ELC emacs-lisp/shadow.elc #12 1156. ELC emacs-lisp/shortdoc.elc #12 1156. ELC emacs-lisp/smie.elc #12 1156. ELC emacs-lisp/subr-x.elc #12 1156. ELC emacs-lisp/tcover-ses.elc #12 1157. ELC emacs-lisp/testcover.elc #12 1157. ELC emacs-lisp/text-property-search.elc #12 1157. ELC emacs-lisp/thunk.elc #12 1157. ELC emacs-lisp/timer-list.elc #12 1158. ELC emacs-lisp/tq.elc #12 1158. ELC emacs-lisp/trace.elc #12 1158. ELC emacs-lisp/unsafep.elc #12 1158. ELC emacs-lisp/vtable.elc #12 1159. ELC emacs-lisp/warnings.elc #12 1159. ELC emulation/cua-base.elc #12 1159. ELC emulation/cua-gmrk.elc #12 1159. ELC emulation/cua-rect.elc #12 1160. ELC emulation/edt-lk201.elc #12 1160. ELC emulation/edt-mapper.elc #12 1160. ELC emulation/edt-pc.elc #12 1160. ELC emulation/edt-vt100.elc #12 1160. ELC emulation/edt.elc #12 1161. ELC emulation/keypad.elc #12 1161. ELC emulation/viper-cmd.elc #12 1161. ELC emulation/viper-ex.elc #12 1162. ELC emulation/viper-init.elc #12 1162. ELC emulation/viper-keym.elc #12 1162. ELC emulation/viper-macs.elc #12 1163. ELC emulation/viper-mous.elc #12 1163. ELC emulation/viper-util.elc #12 1163. ELC emulation/viper.elc #12 1163. ELC erc/erc-autoaway.elc #12 1164. ELC erc/erc-backend.elc #12 1165. ELC erc/erc-button.elc #12 1166. ELC erc/erc-capab.elc #12 1166. ELC erc/erc-common.elc #12 1167. ELC erc/erc-compat.elc #12 1167. ELC erc/erc-dcc.elc #12 1167. ELC erc/erc-desktop-notifications.elc #12 1168. ELC erc/erc-ezbounce.elc #12 1168. ELC erc/erc-fill.elc #12 1169. ELC erc/erc-goodies.elc #12 1169. ELC erc/erc-ibuffer.elc #12 1170. ELC erc/erc-identd.elc #12 1170. ELC erc/erc-imenu.elc #12 1171. ELC erc/erc-join.elc #12 1171. ELC erc/erc-lang.elc #12 1171. ELC erc/erc-list.elc #12 1172. ELC erc/erc-loaddefs.elc #12 1172. ELC erc/erc-log.elc #12 1173. ELC erc/erc-match.elc #12 1173. ELC erc/erc-menu.elc #12 1173. ELC erc/erc-netsplit.elc #12 1174. ELC erc/erc-networks.elc #12 1174. ELC erc/erc-nicks.elc #12 1175. ELC erc/erc-notify.elc #12 1175. ELC erc/erc-page.elc #12 1176. ELC erc/erc-pcomplete.elc #12 1176. ELC erc/erc-replace.elc #12 1177. ELC erc/erc-ring.elc #12 1177. ELC erc/erc-sasl.elc #12 1177. ELC erc/erc-services.elc #12 1178. ELC erc/erc-sound.elc #12 1178. ELC erc/erc-speedbar.elc #12 1179. ELC erc/erc-spelling.elc #12 1180. ELC erc/erc-stamp.elc #12 1180. ELC erc/erc-status-sidebar.elc #12 1180. ELC erc/erc-track.elc #12 1181. ELC erc/erc-truncate.elc #12 1181. ELC erc/erc-xdcc.elc #12 1182. ELC erc/erc.elc #12 1183. ELC eshell/em-alias.elc #12 1183. ELC eshell/em-banner.elc #12 1184. ELC eshell/em-basic.elc #12 1184. ELC eshell/em-cmpl.elc #12 1185. ELC eshell/em-dirs.elc #12 1185. ELC eshell/em-elecslash.elc #12 1186. ELC eshell/em-extpipe.elc #12 1186. ELC eshell/em-glob.elc #12 1187. ELC eshell/em-hist.elc #12 1187. ELC eshell/em-ls.elc #12 1188. ELC eshell/em-pred.elc #12 1188. ELC eshell/em-prompt.elc #12 1188. ELC eshell/em-rebind.elc #12 1189. ELC eshell/em-script.elc #12 1189. ELC eshell/em-smart.elc #12 1190. ELC eshell/em-term.elc #12 1190. ELC eshell/em-tramp.elc #12 1191. ELC eshell/em-unix.elc #12 1192. ELC eshell/em-xtra.elc #12 1192. ELC eshell/esh-arg.elc #12 1192. ELC eshell/esh-cmd.elc #12 1193. ELC eshell/esh-ext.elc #12 1193. ELC eshell/esh-groups.elc #12 1193. ELC eshell/esh-io.elc #12 1194. ELC eshell/esh-mode.elc #12 1194. ELC eshell/esh-module.elc #12 1194. ELC eshell/esh-opt.elc #12 1195. ELC eshell/esh-proc.elc #12 1195. ELC eshell/esh-util.elc #12 1195. ELC eshell/esh-var.elc #12 1196. ELC eshell/eshell.elc #12 1196. ELC gnus/canlock.elc #12 1196. ELC gnus/deuglify.elc #12 1198. ELC gnus/gmm-utils.elc #12 1198. ELC gnus/gnus-agent.elc #12 1201. ELC gnus/gnus-art.elc #12 1204. ELC gnus/gnus-async.elc #12 1206. ELC gnus/gnus-bcklg.elc #12 1207. ELC gnus/gnus-bookmark.elc #12 1209. ELC gnus/gnus-cache.elc #12 1211. ELC gnus/gnus-cite.elc #12 1213. ELC gnus/gnus-cloud.elc #12 1214. ELC gnus/gnus-cus.elc #12 1216. ELC gnus/gnus-dbus.elc #12 1218. ELC gnus/gnus-delay.elc #12 1220. ELC gnus/gnus-demon.elc #12 1222. ELC gnus/gnus-diary.elc #12 1224. ELC gnus/gnus-dired.elc #12 1226. ELC gnus/gnus-draft.elc #12 1228. ELC gnus/gnus-dup.elc #12 1230. ELC gnus/gnus-eform.elc #12 1231. ELC gnus/gnus-fun.elc #12 1232. ELC gnus/gnus-gravatar.elc #12 1234. ELC gnus/gnus-group.elc #12 1236. ELC gnus/gnus-html.elc #12 1238. ELC gnus/gnus-icalendar.elc #12 1241. ELC gnus/gnus-int.elc #12 1243. ELC gnus/gnus-kill.elc #12 1245. ELC gnus/gnus-logic.elc #12 1247. ELC gnus/gnus-mh.elc #12 1248. ELC gnus/gnus-ml.elc #12 1250. ELC gnus/gnus-mlspl.elc #12 1252. ELC gnus/gnus-msg.elc #12 1254. ELC gnus/gnus-notifications.elc #12 1256. ELC gnus/gnus-picon.elc #12 1257. ELC gnus/gnus-range.elc #12 1258. ELC gnus/gnus-registry.elc #12 1259. ELC gnus/gnus-rfc1843.elc #12 1261. ELC gnus/gnus-rmail.elc #12 1262. ELC gnus/gnus-salt.elc #12 1263. ELC gnus/gnus-score.elc #12 1265. ELC gnus/gnus-search.elc #12 1267. ELC gnus/gnus-sieve.elc #12 1269. ELC gnus/gnus-spec.elc #12 1270. ELC gnus/gnus-srvr.elc #12 1271. ELC gnus/gnus-start.elc #12 1273. ELC gnus/gnus-sum.elc #12 1276. ELC gnus/gnus-topic.elc #12 1277. ELC gnus/gnus-undo.elc #12 1278. ELC gnus/gnus-util.elc #12 1278. ELC gnus/gnus-uu.elc #12 1280. ELC gnus/gnus-vm.elc #12 1281. ELC gnus/gnus-win.elc #12 1282. ELC gnus/gnus.elc #12 1283. ELC gnus/gssapi.elc #12 1283. ELC gnus/legacy-gnus-agent.elc #12 1285. ELC gnus/mail-source.elc #12 1285. ELC gnus/message.elc #12 1287. ELC gnus/mm-archive.elc #12 1287. ELC gnus/mm-bodies.elc #12 1287. ELC gnus/mm-decode.elc #12 1288. ELC gnus/mm-encode.elc #12 1288. ELC gnus/mm-extern.elc #12 1288. ELC gnus/mm-partial.elc #12 1290. ELC gnus/mm-url.elc #12 1290. ELC gnus/mm-util.elc #12 1290. ELC gnus/mm-uu.elc #12 1291. ELC gnus/mm-view.elc #12 1291. ELC gnus/mml-sec.elc #12 1291. ELC gnus/mml-smime.elc #12 1292. ELC gnus/mml.elc #12 1292. ELC gnus/mml1991.elc #12 1292. ELC gnus/mml2015.elc #12 1293. ELC gnus/nnagent.elc #12 1294. ELC gnus/nnbabyl.elc #12 1295. ELC gnus/nndiary.elc #12 1296. ELC gnus/nndir.elc #12 1297. ELC gnus/nndoc.elc #12 1297. ELC gnus/nndraft.elc #12 1298. ELC gnus/nneething.elc #12 1298. ELC gnus/nnfolder.elc #12 1299. ELC gnus/nngateway.elc #12 1300. ELC gnus/nnheader.elc #12 1300. ELC gnus/nnimap.elc #12 1302. ELC gnus/nnmail.elc #12 1302. ELC gnus/nnmaildir.elc #12 1303. ELC gnus/nnmairix.elc #12 1305. ELC gnus/nnmbox.elc #12 1305. ELC gnus/nnmh.elc #12 1306. ELC gnus/nnml.elc #12 1306. ELC gnus/nnnil.elc #12 1307. ELC gnus/nnoo.elc #12 1307. ELC gnus/nnregistry.elc #12 1308. ELC gnus/nnrss.elc #12 1308. ELC gnus/nnselect.elc #12 1310. ELC gnus/nnspool.elc #12 1310. ELC gnus/nntp.elc #12 1311. ELC gnus/nnvirtual.elc #12 1312. ELC gnus/nnweb.elc #12 1313. ELC gnus/score-mode.elc #12 1313. ELC gnus/smiley.elc #12 1314. ELC gnus/smime.elc #12 1314. ELC gnus/spam-report.elc #12 1316. ELC gnus/spam-stat.elc #12 1316. ELC gnus/spam-wash.elc #12 1317. ELC gnus/spam.elc #12 1319. ELC image/compface.elc #12 1319. ELC image/exif.elc #12 1319. ELC image/gravatar.elc #12 1319. ELC image/image-converter.elc #12 1320. ELC image/image-crop.elc #12 1320. ELC image/image-dired-dired.elc #12 1320. ELC image/image-dired-external.elc #12 1321. ELC image/image-dired-tags.elc #12 1321. ELC image/image-dired-util.elc #12 1321. #12 1321. In end of data: #12 1321. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #12 1321. ELC image/image-dired.elc #12 1321. ELC image/wallpaper.elc #12 1322. ELC international/ccl.elc #12 1322. ELC international/emoji.elc #12 1322. ELC international/isearch-x.elc #12 1323. ELC international/iso-ascii.elc #12 1323. ELC international/iso-cvt.elc #12 1323. ELC international/ja-dic-utl.elc #12 1323. ELC international/kinsoku.elc #12 1323. ELC international/kkc.elc #12 1323. ELC international/latexenc.elc #12 1324. ELC international/latin1-disp.elc #12 1324. ELC international/mule-diag.elc #12 1324. ELC international/ogonek.elc #12 1324. ELC international/quail.elc #12 1325. ELC international/rfc1843.elc #12 1325. ELC international/robin.elc #12 1325. ELC international/textsec-check.elc #12 1325. ELC international/textsec.elc #12 1327. ELC international/utf-7.elc #12 1327. ELC international/utf7.elc #12 1327. ELC language/china-util.elc #12 1327. ELC language/cyril-util.elc #12 1327. ELC language/ethio-util.elc #12 1328. ELC language/hanja-util.elc #12 1328. ELC language/ind-util.elc #12 1330. ELC language/japan-util.elc #12 1330. ELC language/korea-util.elc #12 1330. ELC language/lao-util.elc #12 1330. ELC language/pinyin.elc #12 1330. ELC language/thai-util.elc #12 1331. ELC language/thai-word.elc #12 1331. ELC language/tibet-util.elc #12 1331. ELC language/tv-util.elc #12 1331. ELC language/viet-util.elc #12 1331. ELC leim/quail/4Corner.elc #12 1332. ELC leim/quail/ARRAY30.elc #12 1333. ELC leim/quail/CCDOSPY.elc #12 1333. ELC leim/quail/CTLau-b5.elc #12 1333. ELC leim/quail/CTLau.elc #12 1333. ELC leim/quail/ECDICT.elc #12 1334. ELC leim/quail/ETZY.elc #12 1334. ELC leim/quail/PY-b5.elc #12 1335. ELC leim/quail/PY.elc #12 1335. ELC leim/quail/Punct-b5.elc #12 1335. ELC leim/quail/Punct.elc #12 1335. ELC leim/quail/QJ-b5.elc #12 1336. ELC leim/quail/QJ.elc #12 1336. ELC leim/quail/SW.elc #12 1336. ELC leim/quail/TONEPY.elc #12 1336. ELC leim/quail/ZIRANMA.elc #12 1338. ELC leim/quail/ZOZY.elc #12 1338. ELC leim/quail/arabic.elc #12 1338. ELC leim/quail/cham.elc #12 1338. ELC leim/quail/compose.elc #12 1338. ELC leim/quail/croatian.elc #12 1339. ELC leim/quail/cyril-jis.elc #12 1339. ELC leim/quail/cyrillic.elc #12 1339. ELC leim/quail/czech.elc #12 1339. ELC leim/quail/emoji.elc #12 1340. ELC leim/quail/ethiopic.elc #12 1340. ELC leim/quail/georgian.elc #12 1340. ELC leim/quail/greek.elc #12 1340. ELC leim/quail/hangul.elc #12 1341. ELC leim/quail/hanja-jis.elc #12 1341. ELC leim/quail/hanja.elc #12 1341. ELC leim/quail/hanja3.elc #12 1341. ELC leim/quail/hebrew.elc #12 1342. ELC leim/quail/indian.elc #12 1342. ELC leim/quail/indonesian.elc #12 1342. ELC leim/quail/ipa-praat.elc #12 1342. ELC leim/quail/ipa.elc #12 1343. ELC leim/quail/japanese.elc #12 1343. ELC leim/quail/lao.elc #12 1343. ELC leim/quail/latin-alt.elc #12 1343. ELC leim/quail/latin-ltx.elc #12 1345. ELC leim/quail/latin-post.elc #12 1345. ELC leim/quail/latin-pre.elc #12 1346. ELC leim/quail/lrt.elc #12 1346. ELC leim/quail/misc-lang.elc #12 1346. ELC leim/quail/persian.elc #12 1346. ELC leim/quail/philippine.elc #12 1347. ELC leim/quail/programmer-dvorak.elc #12 1347. ELC leim/quail/py-punct.elc #12 1347. ELC leim/quail/pypunct-b5.elc #12 1347. ELC leim/quail/quick-b5.elc #12 1348. ELC leim/quail/quick-cns.elc #12 1348. ELC leim/quail/rfc1345.elc #12 1348. ELC leim/quail/sami.elc #12 1348. ELC leim/quail/sgml-input.elc #12 1349. ELC leim/quail/sisheng.elc #12 1349. ELC leim/quail/slovak.elc #12 1349. ELC leim/quail/symbol-ksc.elc #12 1349. ELC leim/quail/tamil-dvorak.elc #12 1349. ELC leim/quail/thai.elc #12 1350. ELC leim/quail/tibetan.elc #12 1350. ELC leim/quail/tsang-b5.elc #12 1350. ELC leim/quail/tsang-cns.elc #12 1351. ELC leim/quail/uni-input.elc #12 1351. ELC leim/quail/viqr.elc #12 1351. ELC leim/quail/vntelex.elc #12 1352. ELC leim/quail/vnvni.elc #12 1352. ELC leim/quail/welsh.elc #12 1352. ELC mail/binhex.elc #12 1352. ELC mail/emacsbug.elc #12 1353. ELC mail/feedmail.elc #12 1353. ELC mail/flow-fill.elc #12 1353. ELC mail/footnote.elc #12 1354. ELC mail/hashcash.elc #12 1354. ELC mail/ietf-drums-date.elc #12 1354. ELC mail/ietf-drums.elc #12 1354. ELC mail/mail-extr.elc #12 1354. ELC mail/mail-hist.elc #12 1355. ELC mail/mail-parse.elc #12 1355. ELC mail/mail-prsvr.elc #12 1355. ELC mail/mail-utils.elc #12 1355. ELC mail/mailabbrev.elc #12 1355. ELC mail/mailalias.elc #12 1356. ELC mail/mailclient.elc #12 1356. ELC mail/mailheader.elc #12 1356. ELC mail/mspools.elc #12 1356. ELC mail/qp.elc #12 1357. ELC mail/reporter.elc #12 1357. ELC mail/rfc2045.elc #12 1357. ELC mail/rfc2047.elc #12 1357. ELC mail/rfc2231.elc #12 1357. ELC mail/rfc6068.elc #12 1358. ELC mail/rfc822.elc #12 1358. ELC mail/rmail-spam-filter.elc #12 1358. ELC mail/rmail.elc #12 1359. ELC mail/rmailedit.elc #12 1359. ELC mail/rmailkwd.elc #12 1359. ELC mail/rmailmm.elc #12 1360. ELC mail/rmailmsc.elc #12 1360. ELC mail/rmailout.elc #12 1361. ELC mail/rmailsort.elc #12 1361. ELC mail/rmailsum.elc #12 1361. ELC mail/sendmail.elc #12 1362. ELC mail/smtpmail.elc #12 1362. ELC mail/supercite.elc #12 1362. ELC mail/undigest.elc #12 1363. ELC mail/unrmail.elc #12 1363. ELC mail/uudecode.elc #12 1363. ELC mail/yenc.elc #12 1363. ELC mh-e/mh-acros.elc #12 1363. ELC mh-e/mh-alias.elc #12 1364. ELC mh-e/mh-buffers.elc #12 1364. ELC mh-e/mh-comp.elc #12 1364. ELC mh-e/mh-e.elc #12 1365. ELC mh-e/mh-folder.elc #12 1365. ELC mh-e/mh-funcs.elc #12 1365. ELC mh-e/mh-gnus.elc #12 1366. ELC mh-e/mh-identity.elc #12 1366. ELC mh-e/mh-inc.elc #12 1366. ELC mh-e/mh-junk.elc #12 1367. ELC mh-e/mh-letter.elc #12 1367. ELC mh-e/mh-limit.elc #12 1367. ELC mh-e/mh-loaddefs.elc #12 1367. ELC mh-e/mh-mime.elc #12 1368. ELC mh-e/mh-print.elc #12 1368. ELC mh-e/mh-scan.elc #12 1368. ELC mh-e/mh-search.elc #12 1370. ELC mh-e/mh-seq.elc #12 1370. ELC mh-e/mh-show.elc #12 1372. ELC mh-e/mh-speed.elc #12 1372. ELC mh-e/mh-thread.elc #12 1373. ELC mh-e/mh-tool-bar.elc #12 1373. ELC mh-e/mh-utils.elc #12 1373. ELC mh-e/mh-xface.elc #12 1374. ELC net/ange-ftp.elc #12 1374. ELC net/browse-url.elc #12 1375. ELC net/dbus.elc #12 1375. ELC net/dictionary-connection.elc #12 1376. ELC net/dictionary.elc #12 1376. ELC net/dig.elc #12 1376. ELC net/dns.elc #12 1376. ELC net/eudc-bob.elc #12 1377. ELC net/eudc-capf.elc #12 1377. ELC net/eudc-export.elc #12 1377. ELC net/eudc-hotlist.elc #12 1377. ELC net/eudc-vars.elc #12 1378. ELC net/eudc.elc #12 1378. ELC net/eudcb-bbdb.elc #12 1378. ELC net/eudcb-ecomplete.elc #12 1378. ELC net/eudcb-ldap.elc #12 1378. ELC net/eudcb-mab.elc #12 1379. ELC net/eudcb-macos-contacts.elc #12 1379. ELC net/eudcb-mailabbrev.elc #12 1379. ELC net/eww.elc #12 1380. #12 1380. In end of data: #12 1380. net/eww.el:1231:59: Warning: the function `imagep' is not known to be defined. #12 1380. ELC net/gnutls.elc #12 1380. ELC net/goto-addr.elc #12 1381. ELC net/hmac-def.elc #12 1381. ELC net/hmac-md5.elc #12 1381. ELC net/imap.elc #12 1382. ELC net/ldap.elc #12 1382. ELC net/mailcap.elc #12 1382. ELC net/mairix.elc #12 1383. ELC net/net-utils.elc #12 1383. ELC net/network-stream.elc #12 1383. ELC net/newst-backend.elc #12 1384. ELC net/newst-plainview.elc #12 1384. ELC net/newst-reader.elc #12 1384. ELC net/newst-ticker.elc #12 1385. ELC net/newst-treeview.elc #12 1385. ELC net/newsticker.elc #12 1385. ELC net/nsm.elc #12 1386. ELC net/ntlm.elc #12 1386. ELC net/pop3.elc #12 1386. ELC net/puny.elc #12 1386. ELC net/rcirc.elc #12 1387. ELC net/rfc2104.elc #12 1387. ELC net/sasl-cram.elc #12 1387. ELC net/sasl-digest.elc #12 1388. ELC net/sasl-ntlm.elc #12 1388. ELC net/sasl-scram-rfc.elc #12 1388. ELC net/sasl-scram-sha256.elc #12 1388. ELC net/sasl.elc #12 1388. ELC net/secrets.elc #12 1388. ELC net/shr-color.elc #12 1389. ELC net/shr.elc #12 1390. ELC net/sieve-manage.elc #12 1390. ELC net/sieve-mode.elc #12 1390. ELC net/sieve.elc #12 1390. ELC net/snmp-mode.elc #12 1391. ELC net/soap-client.elc #12 1393. ELC net/soap-inspect.elc #12 1393. ELC net/socks.elc #12 1393. ELC net/telnet.elc #12 1394. ELC net/tramp-adb.elc #12 1395. ELC net/tramp-archive.elc #12 1396. ELC net/tramp-cache.elc #12 1397. ELC net/tramp-cmds.elc #12 1398. ELC net/tramp-compat.elc #12 1398. ELC net/tramp-container.elc #12 1399. ELC net/tramp-crypt.elc #12 1400. ELC net/tramp-ftp.elc #12 1400. ELC net/tramp-fuse.elc #12 1401. ELC net/tramp-gvfs.elc #12 1402. ELC net/tramp-integration.elc #12 1402. ELC net/tramp-loaddefs.elc #12 1402. ELC net/tramp-message.elc #12 1403. ELC net/tramp-rclone.elc #12 1403. ELC net/tramp-sh.elc #12 1405. ELC net/tramp-smb.elc #12 1406. ELC net/tramp-sshfs.elc #12 1407. ELC net/tramp-sudoedit.elc #12 1407. ELC net/tramp-uu.elc #12 1408. ELC net/tramp.elc #12 1409. ELC net/trampver.elc #12 1409. ELC net/webjump.elc #12 1410. ELC net/zeroconf.elc #12 1410. ELC nxml/nxml-enc.elc #12 1410. ELC nxml/nxml-maint.elc #12 1410. ELC nxml/nxml-mode.elc #12 1411. ELC nxml/nxml-ns.elc #12 1411. ELC nxml/nxml-outln.elc #12 1412. ELC nxml/nxml-parse.elc #12 1412. ELC nxml/nxml-rap.elc #12 1412. ELC nxml/nxml-util.elc #12 1412. ELC nxml/rng-cmpct.elc #12 1413. ELC nxml/rng-dt.elc #12 1413. ELC nxml/rng-loc.elc #12 1413. ELC nxml/rng-maint.elc #12 1414. ELC nxml/rng-match.elc #12 1414. ELC nxml/rng-nxml.elc #12 1414. ELC nxml/rng-parse.elc #12 1414. ELC nxml/rng-pttrn.elc #12 1415. ELC nxml/rng-uri.elc #12 1415. ELC nxml/rng-util.elc #12 1415. ELC nxml/rng-valid.elc #12 1415. ELC nxml/rng-xsd.elc #12 1416. ELC nxml/xmltok.elc #12 1416. ELC nxml/xsd-regexp.elc #12 1416. ELC obsolete/autoarg.elc #12 1417. ELC obsolete/autoload.elc #12 1417. ELC obsolete/bruce.elc #12 1417. ELC obsolete/cc-compat.elc #12 1418. ELC obsolete/cl-compat.elc #12 1419. ELC obsolete/cl.elc #12 1419. ELC obsolete/crisp.elc #12 1419. ELC obsolete/eieio-compat.elc #12 1419. ELC obsolete/eudcb-ph.elc #12 1420. ELC obsolete/gs.elc #12 1420. ELC obsolete/gulp.elc #12 1420. ELC obsolete/html2text.elc #12 1420. ELC obsolete/info-edit.elc #12 1420. ELC obsolete/inversion.elc #12 1420. ELC obsolete/iswitchb.elc #12 1421. ELC obsolete/landmark.elc #12 1421. ELC obsolete/linum.elc #12 1421. ELC obsolete/longlines.elc #12 1421. ELC obsolete/makesum.elc #12 1422. ELC obsolete/mantemp.elc #12 1422. ELC obsolete/meese.elc #12 1422. ELC obsolete/metamail.elc #12 1422. ELC obsolete/mh-compat.elc #12 1422. ELC obsolete/netrc.elc #12 1422. ELC obsolete/nnir.elc #12 1423. ELC obsolete/otodo-mode.elc #12 1423. ELC obsolete/pgg-def.elc #12 1423. ELC obsolete/pgg-gpg.elc #12 1423. ELC obsolete/pgg-parse.elc #12 1423. ELC obsolete/pgg-pgp.elc #12 1424. ELC obsolete/pgg-pgp5.elc #12 1424. ELC obsolete/pgg.elc #12 1424. ELC obsolete/ps-def.elc #12 1424. ELC obsolete/quickurl.elc #12 1425. ELC obsolete/rcompile.elc #12 1425. ELC obsolete/rfc2368.elc #12 1425. ELC obsolete/rlogin.elc #12 1425. ELC obsolete/sb-image.elc #12 1425. ELC obsolete/starttls.elc #12 1426. ELC obsolete/sup-mouse.elc #12 1426. ELC obsolete/terminal.elc #12 1426. ELC obsolete/thumbs.elc #12 1426. ELC obsolete/tls.elc #12 1426. ELC obsolete/tpu-edt.elc #12 1427. ELC obsolete/tpu-extras.elc #12 1427. ELC obsolete/tpu-mapper.elc #12 1427. ELC obsolete/uce.elc #12 1427. ELC obsolete/url-about.elc #12 1428. ELC obsolete/url-dired.elc #12 1428. ELC obsolete/url-ns.elc #12 1428. ELC obsolete/vc-arch.elc #12 1428. ELC obsolete/vc-mtn.elc #12 1429. ELC obsolete/vi.elc #12 1429. ELC obsolete/vip.elc #12 1429. ELC obsolete/vt-control.elc #12 1430. ELC obsolete/vt100-led.elc #12 1430. ELC obsolete/ws-mode.elc #12 1430. ELC obsolete/yow.elc #12 1430. ELC org/ob-C.elc #12 1434. ELC org/ob-R.elc #12 1434. ELC org/ob-awk.elc #12 1435. ELC org/ob-calc.elc #12 1435. ELC org/ob-clojure.elc #12 1436. ELC org/ob-comint.elc #12 1436. ELC org/ob-core.elc #12 1437. ELC org/ob-css.elc #12 1437. ELC org/ob-ditaa.elc #12 1438. ELC org/ob-dot.elc #12 1438. ELC org/ob-emacs-lisp.elc #12 1438. ELC org/ob-eshell.elc #12 1439. ELC org/ob-eval.elc #12 1439. ELC org/ob-exp.elc #12 1439. ELC org/ob-forth.elc #12 1439. ELC org/ob-fortran.elc #12 1443. ELC org/ob-gnuplot.elc #12 1443. ELC org/ob-groovy.elc #12 1444. ELC org/ob-haskell.elc #12 1444. ELC org/ob-java.elc #12 1445. ELC org/ob-js.elc #12 1445. ELC org/ob-julia.elc #12 1445. ELC org/ob-latex.elc #12 1446. ELC org/ob-lilypond.elc #12 1446. ELC org/ob-lisp.elc #12 1446. ELC org/ob-lob.elc #12 1447. ELC org/ob-lua.elc #12 1447. ELC org/ob-makefile.elc #12 1447. ELC org/ob-matlab.elc #12 1448. ELC org/ob-maxima.elc #12 1448. ELC org/ob-ocaml.elc #12 1448. ELC org/ob-octave.elc #12 1449. ELC org/ob-org.elc #12 1449. ELC org/ob-perl.elc #12 1449. ELC org/ob-plantuml.elc #12 1450. ELC org/ob-processing.elc #12 1450. ELC org/ob-python.elc #12 1451. ELC org/ob-ref.elc #12 1451. ELC org/ob-ruby.elc #12 1451. ELC org/ob-sass.elc #12 1452. ELC org/ob-scheme.elc #12 1452. ELC org/ob-screen.elc #12 1452. ELC org/ob-sed.elc #12 1453. ELC org/ob-shell.elc #12 1453. ELC org/ob-sql.elc #12 1453. ELC org/ob-sqlite.elc #12 1454. ELC org/ob-table.elc #12 1454. ELC org/ob-tangle.elc #12 1454. ELC org/ob.elc #12 1455. ELC org/oc-basic.elc #12 1455. ELC org/oc-biblatex.elc #12 1455. ELC org/oc-bibtex.elc #12 1456. ELC org/oc-csl.elc #12 1456. ELC org/oc-natbib.elc #12 1456. ELC org/ol-bbdb.elc #12 1457. ELC org/ol-bibtex.elc #12 1457. ELC org/ol-docview.elc #12 1457. ELC org/ol-doi.elc #12 1458. ELC org/ol-eshell.elc #12 1458. ELC org/ol-eww.elc #12 1458. ELC org/ol-gnus.elc #12 1459. ELC org/ol-info.elc #12 1459. ELC org/ol-irc.elc #12 1460. ELC org/ol-man.elc #12 1460. ELC org/ol-mhe.elc #12 1460. ELC org/ol-rmail.elc #12 1460. ELC org/ol-w3m.elc #12 1461. ELC org/org-agenda.elc #12 1463. ELC org/org-archive.elc #12 1464. ELC org/org-attach-git.elc #12 1466. ELC org/org-attach.elc #12 1467. ELC org/org-capture.elc #12 1469. ELC org/org-clock.elc #12 1470. ELC org/org-colview.elc #12 1471. ELC org/org-compat.elc #12 1472. ELC org/org-crypt.elc #12 1472. ELC org/org-ctags.elc #12 1473. ELC org/org-cycle.elc #12 1474. ELC org/org-datetree.elc #12 1475. ELC org/org-duration.elc #12 1475. ELC org/org-entities.elc #12 1475. ELC org/org-faces.elc #12 1475. ELC org/org-feed.elc #12 1476. ELC org/org-fold-core.elc #12 1477. ELC org/org-fold.elc #12 1477. ELC org/org-footnote.elc #12 1477. ELC org/org-goto.elc #12 1479. ELC org/org-habit.elc #12 1480. ELC org/org-id.elc #12 1481. ELC org/org-indent.elc #12 1482. ELC org/org-inlinetask.elc #12 1484. ELC org/org-keys.elc #12 1484. ELC org/org-lint.elc #12 1485. ELC org/org-list.elc #12 1486. ELC org/org-loaddefs.elc #12 1486. ELC org/org-macs.elc #12 1487. ELC org/org-mobile.elc #12 1488. ELC org/org-mouse.elc #12 1490. ELC org/org-num.elc #12 1491. ELC org/org-pcomplete.elc #12 1492. ELC org/org-persist.elc #12 1493. ELC org/org-plot.elc #12 1494. ELC org/org-protocol.elc #12 1495. ELC org/org-refile.elc #12 1496. ELC org/org-src.elc #12 1497. ELC org/org-table.elc #12 1498. ELC org/org-tempo.elc #12 1499. ELC org/org-timer.elc #12 1500. ELC org/org.elc #12 1503. ELC org/ox-ascii.elc #12 1504. ELC org/ox-beamer.elc #12 1505. ELC org/ox-html.elc #12 1506. ELC org/ox-icalendar.elc #12 1506. ELC org/ox-koma-letter.elc #12 1507. ELC org/ox-latex.elc #12 1508. ELC org/ox-man.elc #12 1509. ELC org/ox-md.elc #12 1510. ELC org/ox-odt.elc #12 1511. ELC org/ox-org.elc #12 1512. ELC org/ox-publish.elc #12 1512. ELC play/5x5.elc #12 1513. ELC play/animate.elc #12 1513. ELC play/blackbox.elc #12 1513. ELC play/bubbles.elc #12 1513. ELC play/cookie1.elc #12 1513. ELC play/decipher.elc #12 1514. ELC play/dissociate.elc #12 1514. ELC play/doctor.elc #12 1514. ELC play/dunnet.elc #12 1515. ELC play/fortune.elc #12 1515. ELC play/gamegrid.elc #12 1515. ELC play/gametree.elc #12 1515. ELC play/gomoku.elc #12 1516. ELC play/handwrite.elc #12 1516. ELC play/hanoi.elc #12 1516. ELC play/life.elc #12 1516. ELC play/morse.elc #12 1516. ELC play/mpuz.elc #12 1517. ELC play/pong.elc #12 1517. ELC play/snake.elc #12 1517. ELC play/solitaire.elc #12 1517. ELC play/spook.elc #12 1517. ELC play/studly.elc #12 1518. ELC play/tetris.elc #12 1518. ELC play/zone.elc #12 1518. ELC progmodes/antlr-mode.elc #12 1521. ELC progmodes/asm-mode.elc #12 1522. ELC progmodes/autoconf.elc #12 1522. ELC progmodes/bat-mode.elc #12 1522. ELC progmodes/bug-reference.elc #12 1522. ELC progmodes/c-ts-common.elc #12 1522. ELC progmodes/c-ts-mode.elc #12 1523. ELC progmodes/cc-bytecomp.elc #12 1523. ELC progmodes/cc-defs.elc #12 1523. ELC progmodes/cc-vars.elc #12 1523. ELC progmodes/cc-langs.elc #12 1524. ELC progmodes/cc-engine.elc #12 1526. ELC progmodes/cc-align.elc #12 1527. ELC progmodes/cc-awk.elc #12 1527. ELC progmodes/cc-cmds.elc #12 1528. ELC progmodes/cc-fonts.elc #12 1529. ELC progmodes/cc-guess.elc #12 1529. ELC progmodes/cc-menus.elc #12 1529. ELC progmodes/cc-styles.elc #12 1529. ELC progmodes/cc-mode.elc #12 1531. ELC progmodes/cfengine.elc #12 1531. ELC progmodes/cl-font-lock.elc #12 1531. ELC progmodes/cmacexp.elc #12 1531. ELC progmodes/cmake-ts-mode.elc #12 1532. ELC progmodes/compile.elc #12 1532. ELC progmodes/cperl-mode.elc #12 1533. #12 1533. In cperl-info-on-current-command: #12 1533. progmodes/cperl-mode.el:6653:4: Warning: `cperl-info-on-command' is an obsolete function (as of 30.1); use `cperl-perldoc' instead. #12 1533. #12 1533. In cperl-imenu-on-info: #12 1533. progmodes/cperl-mode.el:6683:34: Warning: `cperl-imenu-info-imenu-search' is an obsolete function (as of 30.1). #12 1533. progmodes/cperl-mode.el:6685:34: Warning: `cperl-imenu-info-imenu-name' is an obsolete function (as of 30.1). #12 1533. ELC progmodes/cpp.elc #12 1533. ELC progmodes/csharp-mode.elc #12 1534. ELC progmodes/cwarn.elc #12 1534. ELC progmodes/dcl-mode.elc #12 1534. ELC progmodes/dockerfile-ts-mode.elc #12 1535. ELC progmodes/ebnf-abn.elc #12 1535. ELC progmodes/ebnf-bnf.elc #12 1535. ELC progmodes/ebnf-dtd.elc #12 1535. ELC progmodes/ebnf-ebx.elc #12 1536. ELC progmodes/ebnf-iso.elc #12 1536. ELC progmodes/ebnf-otz.elc #12 1536. ELC progmodes/ebnf-yac.elc #12 1536. ELC progmodes/ebnf2ps.elc #12 1537. ELC progmodes/ebrowse.elc #12 1538. ELC progmodes/eglot.elc #12 1538. Loading /checkout/lisp/progmodes/project.el (source)... #12 1538. Loading eldoc... #12 1538. Loading seq... #12 1538. Loading /checkout/lisp/progmodes/flymake.el (source)... #12 1539. Loading /checkout/lisp/progmodes/xref.el (source)... #12 1539. Loading jsonrpc... #12 1539. Loading external-completion... #12 1539. ELC progmodes/elixir-ts-mode.elc #12 1539. ELC progmodes/erts-mode.elc #12 1540. ELC progmodes/etags.elc #12 1540. ELC progmodes/executable.elc #12 1540. ELC progmodes/f90.elc #12 1541. ELC progmodes/flymake-cc.elc #12 1541. ELC progmodes/flymake-proc.elc #12 1541. ELC progmodes/flymake.elc #12 1542. ELC progmodes/fortran.elc #12 1542. ELC progmodes/gdb-mi.elc #12 1543. ELC progmodes/glasses.elc #12 1543. ELC progmodes/go-ts-mode.elc #12 1543. ELC progmodes/grep.elc #12 1544. ELC progmodes/gud.elc #12 1544. ELC progmodes/heex-ts-mode.elc #12 1544. ELC progmodes/hideif.elc #12 1545. ELC progmodes/hideshow.elc #12 1545. ELC progmodes/icon.elc #12 1545. ELC progmodes/idlw-complete-structtag.elc #12 1546. ELC progmodes/idlw-help.elc #12 1546. ELC progmodes/idlw-shell.elc #12 1547. ELC progmodes/idlw-toolbar.elc #12 1547. ELC progmodes/idlwave.elc #12 1548. ELC progmodes/inf-lisp.elc #12 1549. ELC progmodes/java-ts-mode.elc #12 1549. ELC progmodes/js.elc #12 1549. ELC progmodes/json-ts-mode.elc #12 1550. ELC progmodes/ld-script.elc #12 1550. ELC progmodes/lua-ts-mode.elc #12 1550. ELC progmodes/m4-mode.elc #12 1550. ELC progmodes/make-mode.elc #12 1551. ELC progmodes/meta-mode.elc #12 1551. ELC progmodes/mixal-mode.elc #12 1551. ELC progmodes/modula2.elc #12 1551. ELC progmodes/octave.elc #12 1552. ELC progmodes/opascal.elc #12 1552. ELC progmodes/pascal.elc #12 1553. ELC progmodes/perl-mode.elc #12 1553. ELC progmodes/project.elc #12 1553. ELC progmodes/prolog.elc #12 1554. ELC progmodes/ps-mode.elc #12 1554. ELC progmodes/python.elc #12 1555. ELC progmodes/ruby-mode.elc #12 1555. ELC progmodes/ruby-ts-mode.elc #12 1556. ELC progmodes/rust-ts-mode.elc #12 1556. ELC progmodes/scheme.elc #12 1556. ELC progmodes/sh-script.elc #12 1557. ELC progmodes/simula.elc #12 1557. ELC progmodes/sql.elc #12 1558. ELC progmodes/subword.elc #12 1558. ELC progmodes/tcl.elc #12 1559. ELC progmodes/typescript-ts-mode.elc #12 1559. ELC progmodes/vera-mode.elc #12 1559. ELC progmodes/verilog-mode.elc #12 1561. ELC progmodes/vhdl-mode.elc #12 1563. ELC progmodes/which-func.elc #12 1563. ELC progmodes/xref.elc #12 1564. ELC progmodes/xscheme.elc #12 1564. ELC term/AT386.elc #12 1564. ELC term/bobcat.elc #12 1564. ELC term/cygwin.elc #12 1564. ELC term/fbterm.elc #12 1564. ELC term/iris-ansi.elc #12 1564. ELC term/konsole.elc #12 1565. ELC term/linux.elc #12 1565. ELC term/lk201.elc #12 1565. ELC term/news.elc #12 1565. ELC term/rxvt.elc #12 1565. ELC term/screen.elc #12 1565. ELC term/st.elc #12 1565. ELC term/sun.elc #12 1566. ELC term/tmux.elc #12 1566. ELC term/tvi970.elc #12 1566. ELC term/vt100.elc #12 1566. ELC term/vt200.elc #12 1566. ELC term/w32console.elc #12 1566. ELC term/wyse50.elc #12 1566. ELC term/xterm.elc #12 1567. ELC textmodes/artist.elc #12 1567. ELC textmodes/bib-mode.elc #12 1568. ELC textmodes/bibtex-style.elc #12 1568. ELC textmodes/bibtex.elc #12 1569. ELC textmodes/conf-mode.elc #12 1569. ELC textmodes/css-mode.elc #12 1570. ELC textmodes/dns-mode.elc #12 1570. ELC textmodes/emacs-authors-mode.elc #12 1570. ELC textmodes/emacs-news-mode.elc #12 1570. ELC textmodes/enriched.elc #12 1570. ELC textmodes/flyspell.elc #12 1571. ELC textmodes/glyphless-mode.elc #12 1571. ELC textmodes/html-ts-mode.elc #12 1571. ELC textmodes/ispell.elc #12 1572. ELC textmodes/less-css-mode.elc #12 1572. ELC textmodes/makeinfo.elc #12 1573. ELC textmodes/mhtml-mode.elc #12 1573. ELC textmodes/nroff-mode.elc #12 1573. ELC textmodes/page-ext.elc #12 1574. ELC textmodes/picture.elc #12 1574. ELC textmodes/pixel-fill.elc #12 1574. ELC textmodes/po.elc #12 1574. ELC textmodes/refbib.elc #12 1574. ELC textmodes/refer.elc #12 1574. ELC textmodes/refill.elc #12 1575. ELC textmodes/reftex-auc.elc #12 1575. ELC textmodes/reftex-cite.elc #12 1575. ELC textmodes/reftex-dcr.elc #12 1575. ELC textmodes/reftex-global.elc #12 1576. ELC textmodes/reftex-index.elc #12 1576. ELC textmodes/reftex-loaddefs.elc #12 1576. ELC textmodes/reftex-parse.elc #12 1577. ELC textmodes/reftex-ref.elc #12 1577. ELC textmodes/reftex-sel.elc #12 1577. ELC textmodes/reftex-toc.elc #12 1578. ELC textmodes/reftex-vars.elc #12 1578. ELC textmodes/reftex.elc #12 1578. ELC textmodes/remember.elc #12 1578. ELC textmodes/rst.elc #12 1579. ELC textmodes/sgml-mode.elc #12 1580. ELC textmodes/string-edit.elc #12 1580. ELC textmodes/table.elc #12 1581. ELC textmodes/tex-mode.elc #12 1582. ELC textmodes/texinfmt.elc #12 1582. ELC textmodes/texinfo-loaddefs.elc #12 1582. ELC textmodes/texinfo.elc #12 1583. ELC textmodes/texnfo-upd.elc #12 1583. ELC textmodes/tildify.elc #12 1583. ELC textmodes/toml-ts-mode.elc #12 1583. ELC textmodes/two-column.elc #12 1584. ELC textmodes/underline.elc #12 1584. ELC textmodes/word-wrap-mode.elc #12 1584. ELC textmodes/yaml-ts-mode.elc #12 1584. ELC url/url-auth.elc #12 1585. ELC url/url-cache.elc #12 1585. ELC url/url-cid.elc #12 1585. ELC url/url-cookie.elc #12 1586. ELC url/url-dav.elc #12 1586. ELC url/url-domsuf.elc #12 1586. ELC url/url-expand.elc #12 1587. ELC url/url-file.elc #12 1587. ELC url/url-ftp.elc #12 1587. ELC url/url-future.elc #12 1587. ELC url/url-gw.elc #12 1587. ELC url/url-handlers.elc #12 1588. ELC url/url-history.elc #12 1588. ELC url/url-http.elc #12 1588. ELC url/url-imap.elc #12 1589. ELC url/url-irc.elc #12 1589. ELC url/url-ldap.elc #12 1589. ELC url/url-mailto.elc #12 1590. ELC url/url-methods.elc #12 1590. ELC url/url-misc.elc #12 1590. ELC url/url-news.elc #12 1590. ELC url/url-nfs.elc #12 1591. ELC url/url-parse.elc #12 1591. ELC url/url-privacy.elc #12 1591. ELC url/url-proxy.elc #12 1591. ELC url/url-queue.elc #12 1592. ELC url/url-tramp.elc #12 1592. ELC url/url-util.elc #12 1592. ELC url/url-vars.elc #12 1593. ELC url/url.elc #12 1593. ELC use-package/use-package-bind-key.elc #12 1593. ELC use-package/use-package-core.elc #12 1594. ELC use-package/use-package-delight.elc #12 1594. ELC use-package/use-package-diminish.elc #12 1594. ELC use-package/use-package-ensure-system-package.elc #12 1594. ELC use-package/use-package-ensure.elc #12 1594. ELC use-package/use-package-jump.elc #12 1595. ELC use-package/use-package-lint.elc #12 1595. ELC use-package/use-package.elc #12 1595. ELC vc/add-log.elc #12 1595. ELC vc/compare-w.elc #12 1595. ELC vc/cvs-status.elc #12 1596. ELC vc/diff-mode.elc #12 1596. ELC vc/diff.elc #12 1597. ELC vc/ediff-diff.elc #12 1597. ELC vc/ediff-help.elc #12 1597. ELC vc/ediff-init.elc #12 1598. ELC vc/ediff-merg.elc #12 1598. ELC vc/ediff-mult.elc #12 1599. ELC vc/ediff-ptch.elc #12 1599. ELC vc/ediff-util.elc #12 1600. ELC vc/ediff-vers.elc #12 1600. ELC vc/ediff-wind.elc #12 1600. ELC vc/ediff.elc #12 1600. ELC vc/emerge.elc #12 1601. ELC vc/log-edit.elc #12 1601. ELC vc/log-view.elc #12 1601. ELC vc/pcvs-defs.elc #12 1602. ELC vc/pcvs-info.elc #12 1602. ELC vc/pcvs-parse.elc #12 1602. ELC vc/pcvs-util.elc #12 1602. ELC vc/pcvs.elc #12 1603. ELC vc/smerge-mode.elc #12 1603. ELC vc/vc-annotate.elc #12 1604. ELC vc/vc-bzr.elc #12 1604. ELC vc/vc-cvs.elc #12 1604. ELC vc/vc-dav.elc #12 1605. ELC vc/vc-dir.elc #12 1605. ELC vc/vc-dispatcher.elc #12 1605. ELC vc/vc-filewise.elc #12 1606. ELC vc/vc-git.elc #12 1606. ELC vc/vc-hg.elc #12 1607. ELC vc/vc-rcs.elc #12 1607. ELC vc/vc-sccs.elc #12 1607. ELC vc/vc-src.elc #12 1607. ELC vc/vc-svn.elc #12 1608. ELC vc/vc.elc #12 1608. make[4]: Leaving directory '/checkout/lisp' #12 1608. GEN cus-load.el #12 1608. INFO Scanning files for custom... #12 1609. INFO Scanning files for custom...10% #12 1609. INFO Scanning files for custom...20% #12 1610. INFO Scanning files for custom...30% #12 1610. INFO Scanning files for custom...40% #12 1611. INFO Scanning files for custom...50% #12 1611. INFO Scanning files for custom...60% #12 1611. INFO Scanning files for custom...70% #12 1612. INFO Scanning files for custom...80% #12 1612. INFO Scanning files for custom...90% #12 1614. INFO Scanning files for custom...100% #12 1614. INFO Scanning files for custom...done #12 1614. INFO Generating ./cus-load.el... #12 1614. INFO Generating ./cus-load.el...done #12 1614. GEN finder-inf.el #12 1614. INFO Scanning files for finder... #12 1614. INFO Scanning files for finder...15% #12 1614. INFO Scanning files for finder...32% #12 1615. INFO Scanning files for finder...47% #12 1615. INFO Scanning files for finder...61% #12 1615. INFO Scanning files for finder...74% #12 1615. INFO Scanning files for finder...86% #12 1615. INFO Scanning files for finder...96% #12 1615. INFO Scanning files for finder...done #12 1616. make[4]: Entering directory '/checkout/leim' #12 1616. GEN small-ja-dic-option #12 1616. /bin/mkdir -p ../lisp/leim/ja-dic #12 1616. GEN ../lisp/leim/ja-dic/ja-dic.el #12 1616. INFO Processing OKURI-ARI entries #12 1617. INFO Processing POSTFIX entries #12 1617. INFO Processing PREFIX entries #12 1617. INFO Collecting OKURI-NASI entries #12 1617. INFO Collecting OKURI-NASI entries... #12 1617. INFO Collecting OKURI-NASI entries...31% #12 1618. INFO Collecting OKURI-NASI entries...41% #12 1619. INFO Collecting OKURI-NASI entries...51% #12 1621. INFO Collecting OKURI-NASI entries...61% #12 1622. INFO Collecting OKURI-NASI entries...71% #12 1625. INFO Collecting OKURI-NASI entries...81% #12 1627. INFO Collecting OKURI-NASI entries...91% #12 1630. INFO Collecting OKURI-NASI entries...done #12 1630. INFO Processing OKURI-NASI entries #12 1630. INFO Processing OKURI-NASI entries... #12 1631. INFO Processing OKURI-NASI entries...10% #12 1631. INFO Processing OKURI-NASI entries...20% #12 1631. INFO Processing OKURI-NASI entries...30% #12 1632. INFO Processing OKURI-NASI entries...40% #12 1632. INFO Processing OKURI-NASI entries...50% #12 1632. INFO Processing OKURI-NASI entries...60% #12 1632. INFO Processing OKURI-NASI entries...70% #12 1633. INFO Processing OKURI-NASI entries...80% #12 1633. INFO Processing OKURI-NASI entries...90% #12 1633. INFO Processing OKURI-NASI entries...100% #12 1633. INFO Processing OKURI-NASI entries...done #12 1634. make[4]: Leaving directory '/checkout/leim' #12 1634. make[4]: Entering directory '/checkout/lisp' #12 1634. ELC leim/ja-dic/ja-dic.elc #12 1635. INFO Extracting OKURI-NASI entries... #12 1635. INFO Extracting OKURI-NASI entries...7% #12 1635. INFO Extracting OKURI-NASI entries...13% #12 1635. INFO Extracting OKURI-NASI entries...21% #12 1636. INFO Extracting OKURI-NASI entries...29% #12 1636. INFO Extracting OKURI-NASI entries...33% #12 1636. INFO Extracting OKURI-NASI entries...41% #12 1636. INFO Extracting OKURI-NASI entries...49% #12 1636. INFO Extracting OKURI-NASI entries...57% #12 1637. INFO Extracting OKURI-NASI entries...65% #12 1637. INFO Extracting OKURI-NASI entries...74% #12 1637. INFO Extracting OKURI-NASI entries...82% #12 1637. INFO Extracting OKURI-NASI entries...90% #12 1637. INFO Extracting OKURI-NASI entries...98% #12 1638. INFO Extracting OKURI-NASI entries...done #12 1640. make[4]: Leaving directory '/checkout/lisp' #12 1640. make[4]: Entering directory '/checkout/doc/misc' #12 1640. GEN org.texi #12 1654. GEN modus-themes.texi #12 1656. make[4]: Leaving directory '/checkout/doc/misc' #12 1656. make[3]: Leaving directory '/checkout/lisp' #12 1656. make -C doc/lispref info #12 1656. make[3]: Entering directory '/checkout/doc/lispref' #12 1656. /bin/mkdir -p ../../info #12 1656. GEN ../../info/elisp.info #12 1696. make[3]: Leaving directory '/checkout/doc/lispref' #12 1696. make -C doc/lispintro info #12 1696. make[3]: Entering directory '/checkout/doc/lispintro' #12 1696. GEN ../../info/eintr.info #12 1701. make[3]: Leaving directory '/checkout/doc/lispintro' #12 1701. make -C doc/emacs info #12 1702. make[3]: Entering directory '/checkout/doc/emacs' #12 1702. GEN ../../info/emacs.info #12 1723. make[3]: Leaving directory '/checkout/doc/emacs' #12 1723. make -C doc/misc info #12 1723. make[3]: Entering directory '/checkout/doc/misc' #12 1723. GEN ../../info/auth.info #12 1723. GEN ../../info/autotype.info #12 1724. GEN ../../info/bovine.info #12 1725. GEN ../../info/calc.info #12 1738. GEN ../../info/ccmode.info #12 1741. GEN ../../info/cl.info #12 1743. GEN ../../info/dbus.info #12 1745. GEN ../../info/dired-x.info #12 1746. GEN ../../info/ebrowse.info #12 1747. GEN ../../info/ede.info #12 1749. GEN ../../info/ediff.info #12 1751. GEN ../../info/edt.info #12 1751. GEN ../../info/efaq.info #12 1753. GEN ../../info/eglot.info #12 1755. GEN ../../info/eieio.info #12 1757. GEN ../../info/emacs-gnutls.info #12 1758. GEN ../../info/emacs-mime.info #12 1760. GEN ../../info/epa.info #12 1760. GEN ../../info/erc.info #12 1761. GEN ../../info/ert.info #12 1764. GEN ../../info/eshell.info #12 1766. GEN ../../info/eudc.info #12 1767. GEN ../../info/eww.info #12 1767. GEN ../../info/flymake.info #12 1768. GEN ../../info/forms.info #12 1769. GEN ../../info/gnus.info #12 1779. GEN ../../info/htmlfontify.info #12 1780. GEN ../../info/idlwave.info #12 1781. GEN ../../info/ido.info #12 1782. GEN ../../info/info.info #12 1783. GEN ../../info/mairix-el.info #12 1784. GEN ../../info/message.info #12 1785. GEN ../../info/mh-e.info #12 1788. GEN ../../info/modus-themes.info #12 1790. GEN ../../info/newsticker.info #12 1791. GEN ../../info/nxml-mode.info #12 1792. GEN ../../info/octave-mode.info #12 1793. GEN ../../info/org.info #12 1801. GEN ../../info/pcl-cvs.info #12 1802. GEN ../../info/pgg.info #12 1803. GEN ../../info/rcirc.info #12 1804. GEN ../../info/reftex.info #12 1806. GEN ../../info/remember.info #12 1807. GEN ../../info/sasl.info #12 1808. GEN ../../info/sc.info #12 1810. GEN ../../info/semantic.info #12 1811. GEN ../../info/ses.info #12 1813. GEN ../../info/sieve.info #12 1813. GEN ../../info/smtpmail.info #12 1814. GEN ../../info/speedbar.info #12 1815. GEN ../../info/srecode.info #12 1817. GEN ../../info/todo-mode.info #12 1819. GEN ../../info/tramp.info #12 1822. GEN ../../info/transient.info #12 1823. GEN ../../info/url.info #12 1825. GEN ../../info/use-package.info #12 1827. GEN ../../info/vhdl-mode.info #12 1828. GEN ../../info/vip.info #12 1829. GEN ../../info/viper.info #12 1832. GEN ../../info/vtable.info #12 1833. GEN ../../info/widget.info #12 1834. GEN ../../info/wisent.info #12 1835. GEN ../../info/woman.info #12 1836. GEN ../../info/efaq-w32.info #12 1838. make[3]: Leaving directory '/checkout/doc/misc' #12 1838. GEN info/dir #12 1838. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #12 1838. make[3]: Entering directory '/checkout/src' #12 1838. make -C ../admin/charsets all #12 1838. make[4]: Entering directory '/checkout/admin/charsets' #12 1838. make[4]: Nothing to be done for 'all'. #12 1838. make[4]: Leaving directory '/checkout/admin/charsets' #12 1838. make -C ../admin/unidata charscript.el #12 1838. make[4]: Entering directory '/checkout/admin/unidata' #12 1839. make[4]: Nothing to be done for 'charscript.el'. #12 1839. make[4]: Leaving directory '/checkout/admin/unidata' #12 1839. make -C ../admin/unidata emoji-zwj.el #12 1839. make[4]: Entering directory '/checkout/admin/unidata' #12 1839. make[4]: Nothing to be done for 'emoji-zwj.el'. #12 1839. make[4]: Leaving directory '/checkout/admin/unidata' #12 1839. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 1839. make[4]: Entering directory '/checkout/admin/unidata' #12 1839. make[4]: Nothing to be done for 'all'. #12 1839. make[4]: Leaving directory '/checkout/admin/unidata' #12 1839. make -C ../admin/charsets cp51932.el #12 1839. make[4]: Entering directory '/checkout/admin/charsets' #12 1839. make[4]: Nothing to be done for 'cp51932.el'. #12 1839. make[4]: Leaving directory '/checkout/admin/charsets' #12 1839. make -C ../admin/charsets eucjp-ms.el #12 1839. make[4]: Entering directory '/checkout/admin/charsets' #12 1839. make[4]: Nothing to be done for 'eucjp-ms.el'. #12 1839. make[4]: Leaving directory '/checkout/admin/charsets' #12 1839. make[3]: Leaving directory '/checkout/src' #12 1839. make[2]: Leaving directory '/checkout' #12 1839. make[1]: Leaving directory '/checkout' #12 1839. make sanity-check make-target=bootstrap #12 1839. make[1]: Entering directory '/checkout' #12 1839. make[1]: Leaving directory '/checkout' #12 DONE 1839.7s #13 exporting to image #13 exporting layers #13 exporting layers 33.4s done #13 writing image sha256:17543811d640c28292305e4bd3fe8096921a6ce3f245e82f6a9662d77446c633 0.0s done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-inotify-master 0.0s done #13 DONE 33.5s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] 058104e2974a: Preparing 2ecd228aa191: Preparing 097ed51bc1f0: Preparing 5f70bf18a086: Preparing 32f200cf37e9: Preparing ed37e6221eba: Preparing d4501e7dc77c: Preparing 3500a0e921a9: Preparing ed37e6221eba: Waiting d4501e7dc77c: Waiting 3500a0e921a9: Waiting 5f70bf18a086: Layer already exists 2ecd228aa191: Pushed 097ed51bc1f0: Pushed 3500a0e921a9: Layer already exists ed37e6221eba: Retrying in 5 seconds ed37e6221eba: Retrying in 4 seconds ed37e6221eba: Retrying in 3 seconds ed37e6221eba: Retrying in 2 seconds ed37e6221eba: Retrying in 1 second 32f200cf37e9: Retrying in 5 seconds 32f200cf37e9: Retrying in 4 seconds 32f200cf37e9: Retrying in 3 seconds 32f200cf37e9: Retrying in 2 seconds 32f200cf37e9: Retrying in 1 second ed37e6221eba: Retrying in 10 seconds ed37e6221eba: Retrying in 9 seconds ed37e6221eba: Retrying in 8 seconds ed37e6221eba: Retrying in 7 seconds ed37e6221eba: Retrying in 6 seconds ed37e6221eba: Retrying in 5 seconds ed37e6221eba: Retrying in 4 seconds ed37e6221eba: Retrying in 3 seconds ed37e6221eba: Retrying in 2 seconds ed37e6221eba: Retrying in 1 second 32f200cf37e9: Retrying in 10 seconds 32f200cf37e9: Retrying in 9 seconds 32f200cf37e9: Retrying in 8 seconds 32f200cf37e9: Retrying in 7 seconds 32f200cf37e9: Retrying in 6 seconds 32f200cf37e9: Retrying in 5 seconds 32f200cf37e9: Retrying in 4 seconds 32f200cf37e9: Retrying in 3 seconds 32f200cf37e9: Retrying in 2 seconds 32f200cf37e9: Retrying in 1 second 058104e2974a: Pushed d4501e7dc77c: Retrying in 5 seconds d4501e7dc77c: Retrying in 4 seconds d4501e7dc77c: Retrying in 3 seconds d4501e7dc77c: Retrying in 2 seconds d4501e7dc77c: Retrying in 1 second ed37e6221eba: Retrying in 15 seconds ed37e6221eba: Retrying in 14 seconds ed37e6221eba: Retrying in 13 seconds ed37e6221eba: Retrying in 12 seconds ed37e6221eba: Retrying in 11 seconds ed37e6221eba: Retrying in 10 seconds ed37e6221eba: Retrying in 9 seconds ed37e6221eba: Retrying in 8 seconds ed37e6221eba: Retrying in 7 seconds ed37e6221eba: Retrying in 6 seconds ed37e6221eba: Retrying in 5 seconds ed37e6221eba: Retrying in 4 seconds ed37e6221eba: Retrying in 3 seconds ed37e6221eba: Retrying in 2 seconds ed37e6221eba: Retrying in 1 second d4501e7dc77c: Retrying in 10 seconds d4501e7dc77c: Retrying in 9 seconds d4501e7dc77c: Retrying in 8 seconds d4501e7dc77c: Retrying in 7 seconds d4501e7dc77c: Retrying in 6 seconds d4501e7dc77c: Retrying in 5 seconds d4501e7dc77c: Retrying in 4 seconds d4501e7dc77c: Retrying in 3 seconds d4501e7dc77c: Retrying in 2 seconds d4501e7dc77c: Retrying in 1 second 32f200cf37e9: Retrying in 15 seconds 32f200cf37e9: Retrying in 14 seconds 32f200cf37e9: Retrying in 13 seconds 32f200cf37e9: Retrying in 12 seconds 32f200cf37e9: Retrying in 11 seconds 32f200cf37e9: Retrying in 10 seconds 32f200cf37e9: Retrying in 9 seconds 32f200cf37e9: Retrying in 8 seconds 32f200cf37e9: Retrying in 7 seconds 32f200cf37e9: Retrying in 6 seconds 32f200cf37e9: Retrying in 5 seconds 32f200cf37e9: Retrying in 4 seconds 32f200cf37e9: Retrying in 3 seconds 32f200cf37e9: Retrying in 2 seconds 32f200cf37e9: Retrying in 1 second ed37e6221eba: Retrying in 20 seconds ed37e6221eba: Retrying in 19 seconds ed37e6221eba: Retrying in 18 seconds ed37e6221eba: Retrying in 17 seconds ed37e6221eba: Retrying in 16 seconds ed37e6221eba: Retrying in 15 seconds ed37e6221eba: Retrying in 14 seconds ed37e6221eba: Retrying in 13 seconds ed37e6221eba: Retrying in 12 seconds ed37e6221eba: Retrying in 11 seconds ed37e6221eba: Retrying in 10 seconds ed37e6221eba: Retrying in 9 seconds ed37e6221eba: Retrying in 8 seconds ed37e6221eba: Retrying in 7 seconds ed37e6221eba: Retrying in 6 seconds ed37e6221eba: Retrying in 5 seconds ed37e6221eba: Retrying in 4 seconds ed37e6221eba: Retrying in 3 seconds ed37e6221eba: Retrying in 2 seconds ed37e6221eba: Retrying in 1 second 32f200cf37e9: Retrying in 20 seconds 32f200cf37e9: Retrying in 19 seconds 32f200cf37e9: Retrying in 18 seconds 32f200cf37e9: Retrying in 17 seconds 32f200cf37e9: Retrying in 16 seconds 32f200cf37e9: Retrying in 15 seconds 32f200cf37e9: Retrying in 14 seconds 32f200cf37e9: Retrying in 13 seconds 32f200cf37e9: Retrying in 12 seconds 32f200cf37e9: Retrying in 11 seconds 32f200cf37e9: Retrying in 10 seconds 32f200cf37e9: Retrying in 9 seconds 32f200cf37e9: Retrying in 8 seconds 32f200cf37e9: Retrying in 7 seconds 32f200cf37e9: Retrying in 6 seconds 32f200cf37e9: Retrying in 5 seconds 32f200cf37e9: Retrying in 4 seconds 32f200cf37e9: Retrying in 3 seconds 32f200cf37e9: Retrying in 2 seconds 32f200cf37e9: Retrying in 1 second net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1698476571:step_script section_start:1698476571:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-inotify-6b229ffc: No such file or directory section_end:1698476576:after_script section_start:1698476576:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698476580:cleanup_file_variables ERROR: Job failed: exit code 1