Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1697328206: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:1697328210:prepare_executor section_start:1697328210:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1697328213:prepare_script section_start:1697328213: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... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 90b4a7ac as master... Removing test-lisp-emacs-lisp-inotify-9525315c/ Skipping Git submodules setup section_end:1697328291:get_sources section_start:1697328291: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 Client: Debug Mode: false Server: Containers: 28 Running: 2 Paused: 0 Stopped: 26 Images: 22 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 WARNING: No swap limit support $ 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-90b4a7acb5332ed490cb2b456cfe8c11af8c9d4f/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: 2B 0.0s done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 4.1s #2 [internal] load .dockerignore #2 DONE 9.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #12 DONE 0.0s #6 [internal] load build context #6 DONE 0.0s #6 [internal] load build context #6 transferring context: #6 transferring context: 8.29MB 5.1s #6 transferring context: 13.53MB 10.1s #6 transferring context: 18.29MB 15.3s #6 transferring context: 24.32MB 20.4s #6 transferring context: 48.56MB 26.4s #6 transferring context: 57.95MB 31.4s #6 transferring context: 64.20MB 36.4s #6 transferring context: 65.61MB 43.0s #6 transferring context: 74.72MB 48.1s #6 transferring context: 89.93MB 53.2s #6 transferring context: 102.46MB 58.3s #6 transferring context: 109.16MB 64.8s #6 transferring context: 123.70MB 69.8s #6 transferring context: 135.28MB 74.8s #6 transferring context: 144.52MB 79.9s #6 transferring context: 155.28MB 85.0s #6 transferring context: 156.32MB 90.0s #6 transferring context: 168.42MB 95.0s #6 transferring context: 186.43MB 100.1s #6 transferring context: 210.05MB 105.1s #6 transferring context: 222.11MB 110.2s #6 transferring context: 248.92MB 115.3s #6 transferring context: 277.17MB 120.3s #6 transferring context: 277.76MB 120.5s done #6 DONE 122.0s #4 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #4 CACHED #5 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #5 CACHED #7 [emacs-inotify 2/6] COPY . /checkout #7 DONE 57.5s #8 [emacs-inotify 3/6] WORKDIR /checkout #8 DONE 0.3s #9 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #9 1.837 Checking whether you have the necessary tools... #9 1.837 (Read INSTALL.REPO for more details on building Emacs) #9 1.893 Checking for autoconf (need at least version 2.65) ... ok #9 2.037 Your system has the required tools. #9 2.077 Building aclocal.m4 ... #9 2.093 Running 'autoreconf -fi -I m4' ... #9 40.39 Building 'aclocal.m4' in exec ... #9 40.39 Running 'autoreconf -fi' in exec ... #9 48.56 You can now run './autogen.sh git'. #9 DONE 48.7s #10 [emacs-inotify 5/6] RUN ./configure #10 2.057 checking for xcrun... no #10 2.071 checking for GNU Make... make #10 2.147 checking build system type... x86_64-pc-linux-gnu #10 2.632 checking host system type... x86_64-pc-linux-gnu #10 2.711 checking for gcc... gcc #10 3.087 checking whether the C compiler works... yes #10 3.599 checking for C compiler default output file name... a.out #10 3.617 checking for suffix of executables... #10 4.013 checking whether we are cross compiling... no #10 4.566 checking for suffix of object files... o #10 4.870 checking whether we are using the GNU C compiler... yes #10 5.006 checking whether gcc accepts -g... yes #10 5.145 checking for gcc option to enable C11 features... none needed #10 5.707 checking whether the compiler is clang... no #10 5.962 checking for compiler option needed when checking for declarations... none #10 5.963 checking whether gcc and cc understand -c and -o together... yes #10 6.862 checking how to run the C preprocessor... gcc -E #10 7.474 checking for grep that handles long lines and -e... /bin/grep #10 7.498 checking for egrep... /bin/grep -E #10 7.525 checking for ANSI C header files... yes #10 8.601 checking for sys/types.h... yes #10 8.945 checking for sys/stat.h... yes #10 9.194 checking for stdlib.h... yes #10 9.500 checking for string.h... yes #10 9.727 checking for memory.h... yes #10 9.990 checking for strings.h... yes #10 10.24 checking for inttypes.h... yes #10 10.48 checking for stdint.h... yes #10 10.79 checking for unistd.h... yes #10 11.07 checking for wchar.h... yes #10 11.32 checking for minix/config.h... no #10 11.63 checking for linux/fs.h... yes #10 12.38 checking for malloc.h... yes #10 12.60 checking for sys/systeminfo.h... no #10 12.92 checking for sys/sysinfo.h... yes #10 13.16 checking for coff.h... no #10 13.35 checking for pty.h... yes #10 13.53 checking for sys/resource.h... yes #10 13.73 checking for sys/utsname.h... yes #10 13.94 checking for pwd.h... yes #10 14.10 checking for util.h... no #10 14.43 checking for sanitizer/lsan_interface.h... yes #10 14.63 checking for sanitizer/asan_interface.h... yes #10 14.91 checking for sanitizer/common_interface_defs.h... yes #10 15.18 checking for sys/socket.h... yes #10 15.55 checking for stdlib.h... (cached) yes #10 15.62 checking for unistd.h... (cached) yes #10 15.71 checking for sys/param.h... yes #10 16.00 checking for pthread.h... yes #10 16.22 checking for malloc/malloc.h... no #10 16.41 checking for sys/un.h... yes #10 16.61 checking for utmp.h... yes #10 16.75 checking for utmpx.h... yes #10 16.93 checking for OS.h... no #10 17.07 checking for dirent.h... yes #10 17.23 checking for execinfo.h... yes #10 17.51 checking for linux/xattr.h... yes #10 17.80 checking for stdio_ext.h... yes #10 18.06 checking for sys/vfs.h... yes #10 18.24 checking for sys/fs_types.h... no #10 18.53 checking for getopt.h... yes #10 18.92 checking for sys/cdefs.h... yes #10 19.30 checking for sys/time.h... yes #10 19.76 checking for ieee754.h... yes #10 20.14 checking for limits.h... yes #10 20.42 checking for inttypes.h... (cached) yes #10 20.46 checking for sys/types.h... (cached) yes #10 20.50 checking for stdint.h... (cached) yes #10 20.59 checking for sys/select.h... yes #10 20.81 checking for stdbool.h... yes #10 21.07 checking for stdckdint.h... no #10 21.31 checking for sys/random.h... yes #10 21.59 checking for sys/stat.h... (cached) yes #10 21.63 checking whether it is safe to define __EXTENSIONS__... yes #10 21.99 checking whether _XOPEN_SOURCE should be defined... no #10 22.22 checking for Minix Amsterdam compiler... no #10 22.33 checking for ar... ar #10 22.35 checking for ranlib... ranlib #10 22.35 checking for gcc option to enable large file support... none needed #10 22.90 checking for gcc option for timestamps after 2038... none needed #10 23.21 checking for g++... g++ #10 23.48 checking whether we are using the GNU C++ compiler... yes #10 23.74 checking whether g++ accepts -g... yes #10 23.85 checking for g++ option to enable C++11 features... none needed #10 94.77 checking how to run the C++ preprocessor... g++ -E #10 95.68 checking whether gcc accepts -g3 -O2... yes #10 96.39 checking whether the compiler is clang... no #10 96.90 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 97.41 checking whether -Wno-missing-field-initializers is needed... yes #10 98.09 checking whether -Wuninitialized is supported... yes #10 98.59 checking whether C compiler handles -fstrict-flex-arrays... no #10 98.84 checking whether C compiler handles -Wall... yes #10 99.66 checking whether C compiler handles -Warith-conversion... yes #10 100.4 checking whether C compiler handles -Wdate-time... yes #10 101.1 checking whether C compiler handles -Wdisabled-optimization... yes #10 101.7 checking whether C compiler handles -Wdouble-promotion... yes #10 102.2 checking whether C compiler handles -Wduplicated-cond... yes #10 103.0 checking whether C compiler handles -Wextra... yes #10 103.7 checking whether C compiler handles -Wformat-signedness... yes #10 104.5 checking whether C compiler handles -Winit-self... yes #10 105.1 checking whether C compiler handles -Winvalid-pch... yes #10 105.7 checking whether C compiler handles -Wlogical-op... yes #10 106.1 checking whether C compiler handles -Wmissing-declarations... yes #10 106.5 checking whether C compiler handles -Wmissing-include-dirs... yes #10 107.1 checking whether C compiler handles -Wmissing-prototypes... yes #10 107.6 checking whether C compiler handles -Wnested-externs... yes #10 108.4 checking whether C compiler handles -Wnull-dereference... yes #10 109.0 checking whether C compiler handles -Wold-style-definition... yes #10 109.8 checking whether C compiler handles -Wopenmp-simd... yes #10 110.7 checking whether C compiler handles -Wpacked... yes #10 111.5 checking whether C compiler handles -Wpointer-arith... yes #10 112.1 checking whether C compiler handles -Wstrict-flex-arrays... no #10 112.4 checking whether C compiler handles -Wstrict-prototypes... yes #10 113.1 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 113.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 114.5 checking whether C compiler handles -Wsuggest-final-methods... yes #10 115.2 checking whether C compiler handles -Wsuggest-final-types... yes #10 115.9 checking whether C compiler handles -Wtrampolines... yes #10 116.4 checking whether C compiler handles -Wuninitialized... yes #10 117.0 checking whether C compiler handles -Wunknown-pragmas... yes #10 117.8 checking whether C compiler handles -Wunused-macros... yes #10 118.5 checking whether C compiler handles -Wvariadic-macros... yes #10 119.1 checking whether C compiler handles -Wvector-operation-performance... yes #10 119.8 checking whether C compiler handles -Wwrite-strings... yes #10 120.4 checking whether C compiler handles -Warray-bounds=2... yes #10 121.1 checking whether C compiler handles -Wattribute-alias=2... yes #10 121.7 checking whether C compiler handles -Wformat=2... yes #10 122.3 checking whether C compiler handles -Wformat-truncation=2... yes #10 123.0 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 123.8 checking whether C compiler handles -Wshift-overflow=2... yes #10 124.5 checking whether C compiler handles -Wuse-after-free=3... no #10 124.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 125.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 126.1 checking whether C compiler handles -Wredundant-decls... yes #10 126.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 126.7 checking whether C compiler handles -Wno-override-init... yes #10 127.4 checking whether C compiler handles -Wno-sign-compare... yes #10 127.8 checking whether C compiler handles -Wno-type-limits... yes #10 128.4 checking whether C compiler handles -Wno-unused-parameter... yes #10 128.9 checking whether C compiler handles -Wno-format-nonliteral... yes #10 129.2 checking whether C compiler handles -Wno-bidi-chars... no #10 129.4 checking for a BSD-compatible install... /usr/bin/install -c #10 129.5 checking command to symlink files in the same directory... ln -s #10 129.6 checking for install-info... : #10 129.6 checking for gzip... /bin/gzip #10 129.6 checking for 'find' args to delete a file... -delete #10 129.6 checking for brew... no #10 130.7 checking for -znocombreloc... not needed #10 130.7 checking whether addresses are sanitized... no #10 130.9 checking for math library... -lm #10 132.8 checking for struct passwd.pw_gecos... yes #10 133.3 checking for pkg-config... /usr/bin/pkg-config #10 133.3 checking pkg-config is at least version 0.9.0... yes #10 133.4 checking for machine/soundcard.h... no #10 133.5 checking for sys/soundcard.h... yes #10 134.0 checking for soundcard.h... no #10 134.3 checking for mmsystem.h... no #10 134.5 checking for _oss_ioctl in -lossaudio... no #10 135.0 checking for alsa >= 1.0.0... no #10 135.1 checking for ADDR_NO_RANDOMIZE... yes #10 135.4 checking if Linux sysinfo may be used... yes #10 136.3 checking for sys/wait.h that is POSIX.1 compatible... yes #10 136.8 checking for net/if.h... yes #10 137.5 checking for ifaddrs.h... yes #10 138.1 checking for net/if_dl.h... no #10 138.6 checking for struct ifreq.ifr_flags... yes #10 139.3 checking for struct ifreq.ifr_hwaddr... yes #10 140.5 checking for struct ifreq.ifr_netmask... yes #10 141.8 checking for struct ifreq.ifr_broadaddr... yes #10 142.8 checking for struct ifreq.ifr_addr... yes #10 144.0 checking for struct ifreq.ifr_addr.sa_len... no #10 144.8 checking whether gcc understands -MMD -MF... yes #10 144.9 checking for X... no #10 145.5 checking for X... false #10 145.5 checking whether malloc is Doug Lea style... no #10 145.9 checking for sbrk... yes #10 146.5 checking for __lsan_ignore_object... no #10 146.8 checking for fchmod... yes #10 147.0 checking for utmpname... yes #10 147.4 checking for utmpxname... yes #10 148.0 checking for canonicalize_file_name... yes #10 148.7 checking for realpath... yes #10 149.2 checking for lstat... yes #10 149.5 checking for fchmodat... yes #10 150.0 checking for lchmod... no #10 150.3 checking for fcntl... yes #10 150.8 checking for fdopendir... yes #10 151.4 checking for listxattr... yes #10 151.8 checking for fstatat... yes #10 152.3 checking for fsync... yes #10 152.8 checking for gettimeofday... yes #10 153.5 checking for memset_explicit... no #10 154.3 checking for memset_s... no #10 154.8 checking for pselect... yes #10 155.4 checking for readlink... yes #10 156.1 checking for isblank... yes #10 156.5 checking for iswctype... yes #10 157.1 checking for strtoimax... yes #10 157.8 checking for symlink... yes #10 158.4 checking for localtime_r... yes #10 158.9 checking for getdtablesize... yes #10 159.4 checking for getpagesize... yes #10 159.8 checking for working mmap... yes #10 160.8 checking for main in -lXbsd... no #10 161.2 checking for pthread library... -lpthread #10 162.1 checking for thread support... yes #10 162.1 checking for sqlite3_open_v2 in -lsqlite3... no #10 162.6 checking for getaddrinfo_a in -lanl... yes #10 163.2 checking for malloc_trim... yes #10 163.9 checking for dbus-1 >= 1.0... yes #10 164.1 checking for dbus_watch_get_unix_fd... yes #10 164.9 checking for dbus_type_is_valid... yes #10 165.5 checking for dbus_validate_bus_name... yes #10 166.2 checking for dbus_validate_path... yes #10 166.7 checking for dbus_validate_interface... yes #10 167.3 checking for dbus_validate_member... yes #10 167.9 checking for lgetfilecon in -lselinux... no #10 168.3 checking for gnutls >= 2.12.2... yes #10 168.4 checking for libsystemd >= 222... no #10 168.6 checking for jansson >= 2.7... no #10 168.6 checking for tree-sitter >= 0.20.2... no #10 168.7 checking for tree-sitter >= 0.6.3... no #10 168.8 checking sys/inotify.h usability... yes #10 169.2 checking sys/inotify.h presence... yes #10 169.3 checking for sys/inotify.h... yes #10 169.3 checking for inotify_init1... yes #10 170.1 checking for lcms2... no #10 170.2 checking for library containing inflateEnd... no #10 171.3 checking for dladdr... yes #10 172.0 checking for dlfunc... no #10 172.5 checking gpm.h usability... no #10 172.9 checking gpm.h presence... no #10 173.1 checking for gpm.h... no #10 173.1 checking for libxml-2.0 > 2.6.17... no #10 173.2 checking for maillock in -lmail... no #10 173.7 checking for maillock in -llockfile... no #10 174.1 checking for liblockfile.so... no #10 174.1 checking maillock.h usability... no #10 174.4 checking maillock.h presence... no #10 174.5 checking for maillock.h... no #10 174.5 checking linux/seccomp.h usability... yes #10 175.0 checking linux/seccomp.h presence... yes #10 175.1 checking for linux/seccomp.h... yes #10 175.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 175.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 175.7 checking linux/filter.h usability... yes #10 176.0 checking linux/filter.h presence... yes #10 176.0 checking for linux/filter.h... yes #10 176.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 176.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 176.2 checking for libseccomp >= 2.5.2... no #10 176.2 checking size of long... 8 #10 176.9 checking for accept4... yes #10 177.3 checking for fchdir... yes #10 177.8 checking for gethostname... yes #10 178.3 checking for getrusage... yes #10 178.7 checking for get_current_dir_name... yes #10 179.0 checking for lrand48... yes #10 179.5 checking for random... yes #10 180.1 checking for rint... yes #10 180.6 checking for tcdrain... yes #10 181.0 checking for trunc... yes #10 181.6 checking for select... yes #10 182.0 checking for getpagesize... (cached) yes #10 182.1 checking for setlocale... yes #10 182.6 checking for newlocale... yes #10 183.1 checking for getrlimit... yes #10 183.9 checking for setrlimit... yes #10 184.5 checking for shutdown... yes #10 185.3 checking for pthread_sigmask... (cached) yes #10 185.5 checking for strsignal... yes #10 186.1 checking for setitimer... yes #10 186.5 checking for sendto... yes #10 187.1 checking for recvfrom... yes #10 187.7 checking for getsockname... yes #10 188.0 checking for getifaddrs... yes #10 188.5 checking for freeifaddrs... yes #10 188.8 checking for gai_strerror... yes #10 189.3 checking for sync... yes #10 189.9 checking for endpwent... yes #10 190.3 checking for getgrent... yes #10 191.1 checking for endgrent... yes #10 191.6 checking for renameat2... yes #10 192.1 checking for cfmakeraw... yes #10 193.1 checking for cfsetspeed... yes #10 193.9 checking for __executable_start... yes #10 194.7 checking for log2... yes #10 195.5 checking for pthread_setname_np... yes #10 196.1 checking for pthread_set_name_np... no #10 196.6 checking for getpwent... yes #10 197.2 checking whether pthread_setname_np takes a single argument... no #10 197.4 checking whether pthread_setname_np takes three arguments... no #10 197.6 checking for aligned_alloc... yes #10 198.2 checking whether aligned_alloc is declared... yes #10 198.7 checking for posix_madvise... yes #10 199.4 checking for madvise... yes #10 199.9 checking for __builtin_frame_address... yes #10 200.3 checking for __builtin_unwind_init... yes #10 200.8 checking for _LARGEFILE_SOURCE value needed for large files... no #10 201.6 checking for grantpt... yes #10 202.2 checking for getpt... yes #10 203.0 checking for posix_openpt... yes #10 203.7 checking for library containing tputs... -ltinfo #10 205.0 checking whether -ltinfo library defines BC... yes #10 205.6 checking for timerfd interface... yes #10 205.9 checking whether signals can be handled on alternate stack... yes #10 206.4 checking valgrind/valgrind.h usability... no #10 206.7 checking valgrind/valgrind.h presence... no #10 206.8 checking for valgrind/valgrind.h... no #10 206.8 checking for struct unipair.unicode... yes #10 207.4 checking for pid_t... yes #10 208.3 checking vfork.h usability... no #10 208.6 checking vfork.h presence... no #10 208.7 checking for vfork.h... no #10 208.7 checking for fork... yes #10 209.3 checking for vfork... yes #10 210.0 checking for working fork... yes #10 211.0 checking for working vfork... (cached) yes #10 211.0 checking for snprintf... yes #10 211.8 checking for open_memstream... yes #10 212.3 checking spawn.h usability... yes #10 212.7 checking spawn.h presence... yes #10 212.8 checking for spawn.h... yes #10 212.8 checking for posix_spawn... yes #10 213.2 checking for posix_spawn_file_actions_addchdir... no #10 213.6 checking for posix_spawn_file_actions_addchdir_np... yes #10 214.1 checking for posix_spawnattr_setflags... yes #10 214.5 checking whether POSIX_SPAWN_SETSID is declared... yes #10 214.8 checking whether GLib is linked in... no #10 215.0 checking for nl_langinfo and CODESET... yes #10 215.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 215.8 checking for mbstate_t... yes #10 216.3 checking for signals via characters... yes #10 216.7 checking for _setjmp... yes #10 217.2 checking for sigsetjmp... yes #10 217.9 checking POSIX termios... yes #10 218.7 checking size of speed_t... 4 #10 219.4 checking for usable FIONREAD... yes #10 219.8 checking for usable SIGIO... yes #10 220.1 checking for struct alignment... yes #10 220.3 checking for C/C++ restrict keyword... __restrict__ #10 220.5 checking for typeof syntax and keyword spelling... typeof #10 220.8 checking for statement expressions... yes #10 221.0 checking whether malloc (0) returns nonnull... yes #10 221.5 checking sys/acl.h usability... yes #10 221.9 checking sys/acl.h presence... yes #10 222.0 checking for sys/acl.h... yes #10 222.0 checking for library containing acl_get_file... -lacl #10 223.1 checking for acl_get_file... yes #10 223.6 checking for acl_get_fd... yes #10 224.1 checking for acl_set_file... yes #10 224.5 checking for acl_set_fd... yes #10 225.0 checking for acl_free... yes #10 225.7 checking for acl_from_mode... yes #10 226.1 checking for acl_from_text... yes #10 226.4 checking for acl_delete_def_file... yes #10 226.9 checking for acl_extended_file... yes #10 227.4 checking for acl_delete_fd_np... no #10 227.8 checking for acl_delete_file_np... no #10 228.2 checking for acl_copy_ext_native... no #10 228.6 checking for acl_create_entry_np... no #10 229.2 checking for acl_to_short_text... no #10 229.5 checking for acl_free_text... no #10 230.0 checking for working acl_get_file... yes #10 230.4 checking acl/libacl.h usability... yes #10 230.7 checking acl/libacl.h presence... yes #10 230.8 checking for acl/libacl.h... yes #10 230.8 checking for acl_entries... yes #10 231.2 checking for ACL_FIRST_ENTRY... yes #10 231.5 checking for ACL_TYPE_EXTENDED... no #10 231.6 checking for working alloca.h... yes #10 232.1 checking for alloca... yes #10 232.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 232.4 checking whether the preprocessor supports include_next... yes #10 232.6 checking whether source code line length is unlimited... yes #10 232.8 checking whether endutent is declared... yes #10 233.2 checking for struct utmpx.ut_user... yes #10 233.9 checking for struct utmp.ut_user... yes #10 234.1 checking for struct utmpx.ut_name... yes #10 234.4 checking for struct utmp.ut_name... yes #10 234.7 checking for struct utmpx.ut_type... yes #10 235.1 checking for struct utmp.ut_type... yes #10 235.4 checking for struct utmpx.ut_pid... yes #10 235.8 checking for struct utmp.ut_pid... yes #10 236.0 checking for struct utmp.ut_tv... yes #10 236.8 checking for struct utmpx.ut_host... yes #10 237.1 checking for struct utmp.ut_host... yes #10 237.5 checking for struct utmpx.ut_id... yes #10 237.9 checking for struct utmp.ut_id... yes #10 238.3 checking for struct utmpx.ut_session... yes #10 238.7 checking for struct utmp.ut_session... yes #10 239.1 checking for struct utmpx.ut_exit... yes #10 239.7 checking for struct utmp.ut_exit... yes #10 240.5 checking for struct utmpx.ut_exit.ut_exit... no #10 241.0 checking for struct utmpx.ut_exit.e_exit... yes #10 241.3 checking for struct utmp.ut_exit.e_exit... yes #10 241.7 checking for struct utmpx.ut_exit.ut_termination... no #10 242.2 checking for struct utmpx.ut_exit.e_termination... yes #10 242.4 checking for struct utmp.ut_exit.e_termination... yes #10 242.7 checking whether sysinfo is declared... yes #10 242.9 checking for sys/sysctl.h... yes #10 243.3 checking for sysctl... yes #10 243.6 checking whether lstat correctly handles trailing slash... yes #10 244.3 checking whether // is distinct from /... no #10 244.3 checking whether realpath works... yes #10 245.4 checking for faccessat... yes #10 245.9 checking for getcwd... yes #10 246.5 checking whether byte ordering is bigendian... no #10 247.3 checking if environ is properly declared... yes #10 247.6 checking for complete errno.h... yes #10 247.7 checking whether ctype.h defines __header_inline... no #10 247.9 checking for mode_t... yes #10 248.8 checking whether strmode is declared... no #10 249.0 checking whether getline is declared... yes #10 249.5 checking for gawk... no #10 249.5 checking for mawk... mawk #10 249.5 checking for getopt.h... (cached) yes #10 249.5 checking for getopt_long_only... yes #10 249.9 checking whether getopt is POSIX compatible... yes #10 251.3 checking for working GNU getopt function... yes #10 252.0 checking for working GNU getopt_long function... yes #10 252.4 checking whether timespec_get is declared... yes #10 252.8 checking for timespec_get... yes #10 253.3 checking for struct timeval... yes #10 253.5 checking for wide-enough struct timeval.tv_sec member... yes #10 253.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 254.0 checking whether the compiler produces multi-arch binaries... no #10 254.1 checking whether stdint.h conforms to C99... yes #10 255.0 checking whether stdint.h works without ISO C predefines... yes #10 255.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 255.6 checking whether memmem is declared... yes #10 256.0 checking whether memrchr is declared... yes #10 256.4 checking whether defines MIN and MAX... no #10 256.5 checking whether defines MIN and MAX... yes #10 256.8 checking whether time_t is signed... yes #10 257.1 checking whether alarm is declared... yes #10 257.5 checking for working mktime... no #10 258.2 checking whether struct tm is in sys/time.h or time.h... time.h #10 258.4 checking for struct tm.tm_zone... yes #10 258.7 checking for struct tm.tm_gmtoff... yes #10 258.9 checking whether is self-contained... yes #10 259.7 checking for inline... inline #10 259.9 checking for sigset_t... yes #10 260.3 checking for volatile sig_atomic_t... yes #10 261.1 checking for sighandler_t... yes #10 261.5 checking for wchar_t... yes #10 261.6 checking for good max_align_t... yes #10 261.8 checking whether NULL can be used in arbitrary expressions... yes #10 262.1 checking for unreachable... no #10 262.6 checking whether fcloseall is declared... yes #10 263.3 checking whether getw is declared... yes #10 264.0 checking whether putw is declared... yes #10 264.3 checking which flavor of printf attribute matches inttypes macros... system #10 264.5 checking whether strnlen is declared... yes #10 264.9 checking whether strtoimax is declared... yes #10 265.4 checking whether stat file-mode macros are broken... no #10 265.6 checking for nlink_t... yes #10 266.0 checking for struct timespec in ... yes #10 266.2 checking for TIME_UTC in ... yes #10 266.5 checking whether execvpe is declared... yes #10 267.2 checking whether clearerr_unlocked is declared... yes #10 267.8 checking whether feof_unlocked is declared... yes #10 268.2 checking whether ferror_unlocked is declared... yes #10 268.6 checking whether fflush_unlocked is declared... yes #10 269.0 checking whether fgets_unlocked is declared... yes #10 269.4 checking whether fputc_unlocked is declared... yes #10 269.8 checking whether fputs_unlocked is declared... yes #10 270.4 checking whether fread_unlocked is declared... yes #10 270.9 checking whether fwrite_unlocked is declared... yes #10 271.4 checking whether getc_unlocked is declared... yes #10 271.9 checking whether getchar_unlocked is declared... yes #10 272.4 checking whether putc_unlocked is declared... yes #10 272.7 checking whether putchar_unlocked is declared... yes #10 273.0 checking type of array argument to getgroups... gid_t #10 273.7 checking whether getdelim is declared... yes #10 274.1 checking whether getdtablesize is declared... yes #10 274.5 checking whether malloc is ptrdiff_t safe... yes #10 274.8 checking whether malloc, realloc, calloc set errno on failure... yes #10 274.8 checking for O_CLOEXEC... yes #10 275.2 checking for promoted mode_t type... mode_t #10 275.5 checking whether the utimes function works... yes #10 276.6 checking for C compiler option to allow warnings... -Wno-error #10 277.2 checking for alignas and alignof... yes, macros #10 277.9 checking for alloca as a compiler built-in... yes #10 278.0 checking for static_assert... yes, an macro #10 278.7 checking for __builtin_expect... yes #10 279.3 checking byteswap.h usability... yes #10 279.9 checking byteswap.h presence... yes #10 280.0 checking for byteswap.h... yes #10 280.0 checking for readlinkat... yes #10 280.5 checking for library containing clock_gettime... none required #10 280.8 checking for clock_getres... yes #10 281.3 checking for clock_gettime... yes #10 281.9 checking for clock_settime... yes #10 282.4 checking for copy_file_range... yes #10 282.9 checking for d_type member in directory struct... yes #10 283.4 checking whether // is distinct from /... (cached) no #10 283.4 checking whether dup2 works... yes #10 284.1 checking for library containing backtrace_symbols_fd... none required #10 284.4 checking for faccessat... (cached) yes #10 284.5 checking whether fchmodat works... no #10 285.0 checking for readlinkat... (cached) yes #10 285.0 checking whether fcntl handles F_DUPFD correctly... yes #10 285.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 286.2 checking whether fdopendir is declared... yes #10 286.5 checking whether fdopendir works... yes #10 287.0 checking for flexible array member... yes #10 287.4 checking for __fpending... yes #10 288.0 checking whether __fpending is declared... yes #10 288.3 checking whether free is known to preserve errno... no #10 288.6 checking whether fstatat (..., 0) works... yes #10 289.0 checking for sys/mount.h... yes #10 289.5 checking for statvfs function (SVR4)... yes #10 290.4 checking whether to use statvfs64... no #10 290.7 checking for two-argument statfs with statfs.f_frsize member... yes #10 291.1 checking sys/fs/s5param.h usability... no #10 291.4 checking sys/fs/s5param.h presence... no #10 291.5 checking for sys/fs/s5param.h... no #10 291.5 checking sys/statfs.h usability... yes #10 292.0 checking sys/statfs.h presence... yes #10 292.2 checking for sys/statfs.h... yes #10 292.2 checking for statfs that truncates block counts... no #10 292.4 checking for futimens... yes #10 293.0 checking whether futimens works... yes #10 295.0 checking for getline... yes #10 295.5 checking for working getline function... yes #10 296.3 checking for getloadavg... yes #10 296.8 checking sys/loadavg.h usability... no #10 297.3 checking sys/loadavg.h presence... no #10 297.5 checking for sys/loadavg.h... no #10 297.6 checking whether getloadavg is declared... yes #10 298.0 checking for getrandom... yes #10 298.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 299.4 checking for gettimeofday with POSIX signature... yes #10 299.8 checking whether the compiler supports the __inline keyword... yes #10 300.2 checking gmp.h usability... yes #10 301.1 checking gmp.h presence... yes #10 301.3 checking for gmp.h... yes #10 301.4 checking for library containing __gmpz_roinit_n... -lgmp #10 302.5 checking for memmem... yes #10 302.9 checking whether memmem works... yes #10 303.4 checking for mempcpy... yes #10 304.2 checking for memrchr... yes #10 304.9 checking for explicit_memset... no #10 305.8 checking for mkostemp... yes #10 306.6 checking for library containing nanosleep... none required #10 307.2 checking for working nanosleep... no (mishandles large arguments) #10 309.0 checking for sys/pstat.h... no #10 309.6 checking for sys/sysmp.h... no #10 309.9 checking for sys/param.h... (cached) yes #10 310.0 checking for sys/sysctl.h... (cached) yes #10 310.0 checking for sched_getaffinity_np... no #10 310.6 checking for pstat_getdynamic... no #10 311.3 checking for sysmp... no #10 312.1 checking for sysctl... (cached) yes #10 312.1 checking for sched_getaffinity... yes #10 312.8 checking for glibc compatible sched_getaffinity... yes #10 313.3 checking for pipe2... yes #10 313.8 checking whether signature of pselect conforms to POSIX... yes #10 314.5 checking whether pselect detects invalid fds... yes #10 315.4 checking whether pthread_sigmask is a macro... no #10 315.6 checking whether pthread_sigmask returns error numbers... yes #10 316.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 319.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 320.5 checking whether readlink signature is correct... yes #10 321.0 checking whether readlink handles trailing slash correctly... yes #10 321.6 checking whether readlink truncates results correctly... yes #10 322.4 checking for readlinkat... (cached) yes #10 322.4 checking whether readlinkat signature is correct... yes #10 322.9 checking for working re_compile_pattern... no #10 324.3 checking libintl.h usability... yes #10 324.9 checking libintl.h presence... yes #10 325.0 checking for libintl.h... yes #10 325.1 checking whether isblank is declared... yes #10 325.4 checking for sig2str... no #10 325.9 checking for sigdescr_np... no #10 326.6 checking for socklen_t... yes #10 327.4 checking for ssize_t... yes #10 327.8 checking for struct stat.st_atim.tv_nsec... yes #10 328.1 checking whether struct stat.st_atim is of type struct timespec... yes #10 328.3 checking for struct stat.st_birthtimespec.tv_nsec... no #10 328.6 checking for struct stat.st_birthtimensec... no #10 329.4 checking for struct stat.st_birthtim.tv_nsec... no #10 329.8 checking for bool, true, false... no #10 330.4 checking for stpcpy... yes #10 331.0 checking for working strnlen... yes #10 331.9 checking whether strtoimax works... yes #10 332.6 checking whether symlink handles trailing slash correctly... yes #10 333.6 checking whether localtime_r is declared... yes #10 333.9 checking whether localtime_r is compatible with its POSIX signature... yes #10 334.4 checking whether localtime works even near extrema... yes #10 335.3 checking for timezone_t... no #10 335.5 checking for timegm... yes #10 336.3 checking whether timer_settime is declared... yes #10 336.7 checking for library containing timer_settime... -lrt #10 338.0 checking for timer_settime... yes #10 339.0 checking for utimensat... yes #10 340.0 checking whether utimensat works... yes #10 341.9 checking for variable-length arrays... yes #10 342.5 checking whether getdtablesize works... yes #10 343.3 checking for __mktime_internal... no #10 344.1 checking for timer_getoverrun... yes #10 344.8 checking for gcc option to disable position independent executables... not needed #10 344.8 checking for __ctype_get_mb_cur_max... yes #10 345.4 checking whether MB_CUR_MAX is defined to function that won't link... no #10 345.6 #10 345.6 Configured for 'x86_64-pc-linux-gnu'. #10 345.6 #10 345.6 Where should the build process find the source code? . #10 345.6 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 345.6 Should Emacs use the GNU version of malloc? no #10 345.6 (The GNU allocators don't work with this system configuration.) #10 345.6 Should Emacs use a relocating allocator for buffers? no #10 345.6 Should Emacs use mmap(2) for buffer allocation? no #10 345.6 What window system should Emacs use? none #10 345.6 What toolkit should Emacs use? none #10 345.6 Where do we find X Windows header files? NONE #10 345.6 Where do we find X Windows libraries? NONE #10 345.6 Does Emacs use -lXaw3d? no #10 345.6 Is Emacs being built for Android? no #10 345.6 Does Emacs use the X Double Buffer Extension? no #10 345.6 Does Emacs use -lXpm? no #10 345.6 Does Emacs use -ljpeg? no #10 345.6 Does Emacs use -ltiff? no #10 345.6 Does Emacs use a gif library? no #10 345.6 Does Emacs use a png library? no #10 345.6 Does Emacs use -lrsvg-2? no #10 345.6 Does Emacs use -lwebp? no #10 345.6 Does Emacs use -lsqlite3? no #10 345.6 Does Emacs use cairo? no #10 345.6 Does Emacs use -llcms2? no #10 345.6 Does Emacs use imagemagick? no #10 345.6 Does Emacs use native APIs for images? no #10 345.6 Does Emacs support sound? yes #10 345.6 Does Emacs use -lgpm? no #10 345.6 Does Emacs use -ldbus? yes #10 345.6 Does Emacs use -lgconf? no #10 345.6 Does Emacs use GSettings? no #10 345.6 Does Emacs use a file notification library? yes -lglibc (inotify) #10 345.6 Does Emacs use access control lists? yes -lacl -lattr #10 345.6 Does Emacs use -lselinux? no #10 345.6 Does Emacs use -lgnutls? yes #10 345.6 Does Emacs use -lxml2? no #10 345.6 Does Emacs use -lfreetype? no #10 345.6 Does Emacs use HarfBuzz? no #10 345.6 Does Emacs use -lm17n-flt? no #10 345.6 Does Emacs use -lotf? no #10 345.6 Does Emacs use -lxft? no #10 345.6 Does Emacs use -lsystemd? no #10 345.6 Does Emacs use -ljansson? no #10 345.6 Does Emacs use -ltree-sitter? no #10 345.6 Does Emacs use the GMP library? yes #10 345.6 Does Emacs directly use zlib? no #10 345.6 Does Emacs have dynamic modules support? yes #10 345.6 Does Emacs use toolkit scroll bars? no #10 345.6 Does Emacs support Xwidgets? no #10 345.6 Does Emacs have threading support in lisp? yes #10 345.6 Does Emacs support the portable dumper? yes #10 345.6 Does Emacs support legacy unexec dumping? no #10 345.6 Which dumping strategy does Emacs use? pdumper #10 345.6 Does Emacs have native lisp compiler? no #10 345.6 Does Emacs use version 2 of the X Input Extension? no #10 345.6 Does Emacs generate a smaller-size Japanese dictionary? no #10 345.6 #10 345.6 #10 347.3 configure: creating ./config.status #10 349.0 config.status: creating src/verbose.mk #10 349.2 config.status: creating src/emacs-module.h #10 349.4 config.status: creating Makefile #10 349.7 config.status: creating lib/gnulib.mk #10 350.0 config.status: creating ./doc/man/emacs.1 #10 350.2 config.status: creating lib/Makefile #10 350.4 config.status: creating lib-src/Makefile #10 350.7 config.status: creating oldXMenu/Makefile #10 350.9 config.status: creating src/Makefile #10 351.1 config.status: creating lwlib/Makefile #10 351.4 config.status: creating nextstep/Makefile #10 351.7 config.status: creating nt/Makefile #10 352.0 config.status: creating doc/emacs/Makefile #10 352.4 config.status: creating doc/misc/Makefile #10 352.6 config.status: creating doc/lispintro/Makefile #10 352.8 config.status: creating doc/lispref/Makefile #10 353.1 config.status: creating lisp/Makefile #10 353.3 config.status: creating leim/Makefile #10 353.6 config.status: creating test/Makefile #10 353.9 config.status: creating test/manual/noverlay/Makefile #10 354.1 config.status: creating test/infra/Makefile #10 354.2 config.status: creating admin/charsets/Makefile #10 354.4 config.status: creating admin/unidata/Makefile #10 354.8 config.status: creating admin/grammars/Makefile #10 355.1 config.status: creating java/Makefile #10 355.4 config.status: creating cross/Makefile #10 355.6 config.status: creating java/AndroidManifest.xml #10 356.0 config.status: creating src/config.h #10 356.2 config.status: executing src/epaths.h commands #10 356.6 config.status: executing src/.gdbinit commands #10 356.6 config.status: executing doc/emacs/emacsver.texi commands #10 356.8 config.status: executing etc-refcards-emacsver.tex commands #10 357.1 configure: WARNING: This configuration installs a 'movemail' program #10 357.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 357.1 installed a 'movemail' program that retrieved POP3 email via only #10 357.1 insecure channels, a practice that is no longer recommended but that #10 357.1 you can continue to support by using './configure --with-pop'. #10 357.1 configure: You might want to install GNU Mailutils #10 357.1 and use './configure --with-mailutils'. #10 DONE 360.9s #11 [emacs-inotify 6/6] RUN make bootstrap #11 17.12 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 17.15 make[1]: Entering directory '/checkout' #11 17.68 make bootstrap-clean #11 17.70 make[2]: Entering directory '/checkout' #11 18.25 make -C src bootstrap-clean #11 18.34 make[3]: Entering directory '/checkout/src' #11 18.34 GEN /checkout/src/lisp.mk #11 19.90 rm -f android-emacs libemacs.so #11 19.94 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 19.96 rm -f dmpstruct.h #11 19.99 rm -f emacs.pdmp #11 20.02 rm -f ../etc/DOC #11 20.02 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 20.04 rm -f emacs-30.0.50 #11 20.07 rm -f buildobj.h #11 20.09 rm -f globals.h gl-stamp #11 20.11 rm -f ./*.res ./*.tmp #11 20.15 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 20.18 rm -f ../etc/DOC* #11 20.20 rm -f deps/* #11 20.21 rm -f emacs-module.h epaths.h config.h config.stamp #11 20.22 if test -f ./.gdbinit; then \ #11 20.22 mv ./.gdbinit ./.gdbinit.save; \ #11 20.22 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 20.22 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 20.22 fi #11 20.31 make[3]: Leaving directory '/checkout/src' #11 20.31 make -C oldXMenu bootstrap-clean #11 20.33 make[3]: Entering directory '/checkout/oldXMenu' #11 20.33 rm -f libXMenu11.a ./*.o deps/* #11 20.36 rm -f Makefile #11 20.37 rm -fr deps #11 20.38 make[3]: Leaving directory '/checkout/oldXMenu' #11 20.38 make -C lwlib bootstrap-clean #11 20.42 make[3]: Entering directory '/checkout/lwlib' #11 20.42 rm -f ./*.o liblw.a \#* deps/* #11 20.44 rm -f Makefile #11 20.45 rm -fr deps #11 20.47 rm -f TAGS #11 20.47 make[3]: Leaving directory '/checkout/lwlib' #11 20.47 make -C lib bootstrap-clean #11 21.00 make[3]: Entering directory '/checkout/lib' #11 21.00 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 21.07 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 #11 21.11 rm -f Makefile Makefile.android #11 21.14 rm -fr deps #11 21.16 make[3]: Leaving directory '/checkout/lib' #11 21.16 make -C lib-src bootstrap-clean #11 21.20 make[3]: Entering directory '/checkout/lib-src' #11 21.20 rm -f core ./*.o ./*.res #11 21.22 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 21.24 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 21.29 rm -f TAGS Makefile blessmail Makefile.android #11 21.31 make[3]: Leaving directory '/checkout/lib-src' #11 21.31 make -C nt bootstrap-clean #11 21.35 make[3]: Entering directory '/checkout/nt' #11 21.35 rm -f core *.o *.res #11 21.37 rm -f runemacs addpm cmdproxy ddeclient #11 21.39 rm -f TAGS Makefile *.rc #11 21.40 true #11 21.43 make[3]: Leaving directory '/checkout/nt' #11 21.43 make -C doc/emacs bootstrap-clean #11 21.44 make[3]: Entering directory '/checkout/doc/emacs' #11 21.44 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 21.44 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 21.47 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 21.51 rm -f Makefile #11 21.53 rm -f \ #11 21.53 ./../../info/emacs.info \ #11 21.53 ./../../info/emacs.info-[1-9] \ #11 21.53 ./../../info/emacs.info-[1-9][0-9] #11 21.56 rm -f ./emacsver.texi TAGS #11 21.58 make[3]: Leaving directory '/checkout/doc/emacs' #11 21.58 make -C doc/misc bootstrap-clean #11 21.62 make[3]: Entering directory '/checkout/doc/misc' #11 21.62 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 21.62 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 21.62 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 21.67 rm -f gnustmp* #11 21.73 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 21.75 rm -f Makefile #11 21.75 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 \ #11 21.75 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 21.75 rm -f \ #11 21.75 ./../../info/${file} \ #11 21.75 ./../../info/${file}-[1-9] \ #11 21.75 ./../../info/${file}-[1-9][0-9]; \ #11 21.75 done #11 24.47 rm -f ./modus-themes.texi ./org.texi #11 24.48 rm -f TAGS #11 24.50 make[3]: Leaving directory '/checkout/doc/misc' #11 24.50 make -C doc/lispref bootstrap-clean #11 24.55 make[3]: Entering directory '/checkout/doc/lispref' #11 24.55 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 24.55 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 24.59 rm -f elisp[12]* vol[12].tmp #11 24.62 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 24.64 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 24.69 rm -f Makefile #11 24.73 rm -f \ #11 24.73 ./../../info/elisp.info \ #11 24.73 ./../../info/elisp.info-[1-9] \ #11 24.73 ./../../info/elisp.info-[1-9][0-9] #11 24.77 rm -f TAGS #11 24.79 make[3]: Leaving directory '/checkout/doc/lispref' #11 24.79 make -C doc/lispintro bootstrap-clean #11 24.81 make[3]: Entering directory '/checkout/doc/lispintro' #11 24.81 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 24.81 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 24.87 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 24.90 rm -f Makefile #11 24.91 rm -f \ #11 24.91 ./../../info/eintr.info \ #11 24.91 ./../../info/eintr.info-[1-9] #11 24.93 rm -f TAGS #11 24.96 make[3]: Leaving directory '/checkout/doc/lispintro' #11 24.96 make -C test bootstrap-clean #11 24.97 make[3]: Entering directory '/checkout/test' #11 25.51 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 25.65 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 25.72 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 25.77 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 25.77 src/emacs-module-resources/*.dll gmp.h #11 25.79 find . -name '*.elc' -delete #11 25.89 make[3]: Leaving directory '/checkout/test' #11 25.89 make -C java bootstrap-clean #11 26.45 make[3]: Entering directory '/checkout/java' #11 26.45 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 26.46 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 26.47 find . -name '*.class' -delete #11 26.51 rm -f Makefile ndk-build.mk #11 26.53 make[3]: Leaving directory '/checkout/java' #11 26.54 make -C cross bootstrap-clean #11 26.56 make[3]: Entering directory '/checkout/cross' #11 26.56 for dir in src lib-src lib etc; do \ #11 26.56 find $dir -type f -delete; \ #11 26.56 done #11 26.60 rm -rf lib/config.h lib-src/config.h #11 26.60 if test -f ndk-build/Makefile; then \ #11 26.60 make -C ndk-build clean; \ #11 26.60 fi #11 26.60 for dir in src lib-src lib etc; do \ #11 26.60 find $dir -type l -delete; \ #11 26.60 done #11 26.64 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 26.67 rm -rf ndk-build/ndk-build.mk Makefile #11 26.69 make[3]: Leaving directory '/checkout/cross' #11 26.69 make -C nextstep bootstrap-clean #11 26.72 make[3]: Entering directory '/checkout/nextstep' #11 26.72 rm -rf #11 26.75 rm -f Makefile #11 26.76 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 26.76 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 26.76 Cocoa/Emacs.base/Contents/Info.plist \ #11 26.76 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 26.79 make[3]: Leaving directory '/checkout/nextstep' #11 26.79 make -C admin/charsets bootstrap-clean #11 26.85 make[3]: Entering directory '/checkout/admin/charsets' #11 26.86 make[3]: Nothing to be done for 'bootstrap-clean'. #11 26.87 make[3]: Leaving directory '/checkout/admin/charsets' #11 26.87 make -C admin/unidata bootstrap-clean #11 26.88 make[3]: Entering directory '/checkout/admin/unidata' #11 26.95 rm -f ./*.elc unidata.txt #11 26.99 make[3]: Leaving directory '/checkout/admin/unidata' #11 27.00 make -C leim bootstrap-clean #11 27.02 make[3]: Entering directory '/checkout/leim' #11 27.02 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 #11 27.05 make[3]: Leaving directory '/checkout/leim' #11 27.05 make -C lisp bootstrap-clean #11 27.06 make[3]: Entering directory '/checkout/lisp' #11 27.28 find . -name '*.elc' -delete #11 27.33 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 27.35 make[3]: Leaving directory '/checkout/lisp' #11 27.35 make -C admin/grammars bootstrap-clean #11 27.39 make[3]: Entering directory '/checkout/admin/grammars' #11 27.39 make[3]: Nothing to be done for 'bootstrap-clean'. #11 27.39 make[3]: Leaving directory '/checkout/admin/grammars' #11 27.41 [ ! -f config.log ] || mv -f config.log config.log~ #11 27.50 rm -rf ./info #11 27.50 rm -f ./etc/refcards/emacsver.tex #11 27.50 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 27.52 rm -fr autom4te.cache config.cache #11 27.55 rm -f config.log ./doc/man/emacs.1 #11 27.57 make[2]: Leaving directory '/checkout' #11 27.58 cd . && ./autogen.sh autoconf #11 27.67 Checking whether you have the necessary tools... #11 27.67 (Read INSTALL.REPO for more details on building Emacs) #11 27.68 Checking for autoconf (need at least version 2.65) ... ok #11 27.97 Your system has the required tools. #11 28.00 Running 'autoreconf -fi -I m4' ... #11 77.02 Building 'aclocal.m4' in exec ... #11 77.02 Running 'autoreconf -fi' in exec ... #11 86.19 You can now run './autogen.sh git'. #11 86.19 make MAKEFILE_NAME=force-Makefile force-Makefile #11 86.23 make[2]: Entering directory '/checkout' #11 86.24 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 86.47 if [ -x ./config.status ]; then \ #11 86.47 ./config.status --recheck; \ #11 86.47 else \ #11 86.47 ./configure --cache-file=/dev/null; \ #11 86.47 fi #11 86.81 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #11 87.39 checking for xcrun... no #11 87.40 checking for GNU Make... make #11 87.47 checking build system type... x86_64-pc-linux-gnu #11 87.92 checking host system type... x86_64-pc-linux-gnu #11 87.99 checking for gcc... gcc #11 88.13 checking whether the C compiler works... yes #11 88.46 checking for C compiler default output file name... a.out #11 88.47 checking for suffix of executables... #11 88.69 checking whether we are cross compiling... no #11 88.88 checking for suffix of object files... o #11 89.05 checking whether we are using the GNU C compiler... yes #11 89.30 checking whether gcc accepts -g... yes #11 89.39 checking for gcc option to enable C11 features... none needed #11 89.78 checking whether the compiler is clang... no #11 89.99 checking for compiler option needed when checking for declarations... none #11 89.99 checking whether gcc and cc understand -c and -o together... yes #11 90.57 checking how to run the C preprocessor... gcc -E #11 90.98 checking for grep that handles long lines and -e... /bin/grep #11 91.00 checking for egrep... /bin/grep -E #11 91.02 checking for ANSI C header files... yes #11 91.84 checking for sys/types.h... yes #11 92.02 checking for sys/stat.h... yes #11 92.26 checking for stdlib.h... yes #11 92.42 checking for string.h... yes #11 92.79 checking for memory.h... yes #11 92.98 checking for strings.h... yes #11 93.26 checking for inttypes.h... yes #11 93.57 checking for stdint.h... yes #11 93.95 checking for unistd.h... yes #11 94.37 checking for wchar.h... yes #11 94.65 checking for minix/config.h... no #11 94.95 checking for linux/fs.h... yes #11 95.31 checking for malloc.h... yes #11 96.03 checking for sys/systeminfo.h... no #11 96.40 checking for sys/sysinfo.h... yes #11 96.92 checking for coff.h... no #11 97.43 checking for pty.h... yes #11 97.89 checking for sys/resource.h... yes #11 98.16 checking for sys/utsname.h... yes #11 98.48 checking for pwd.h... yes #11 98.83 checking for util.h... no #11 99.05 checking for sanitizer/lsan_interface.h... yes #11 99.29 checking for sanitizer/asan_interface.h... yes #11 99.57 checking for sanitizer/common_interface_defs.h... yes #11 99.92 checking for sys/socket.h... yes #11 100.4 checking for stdlib.h... (cached) yes #11 100.5 checking for unistd.h... (cached) yes #11 100.6 checking for sys/param.h... yes #11 101.1 checking for pthread.h... yes #11 101.3 checking for malloc/malloc.h... no #11 101.5 checking for sys/un.h... yes #11 101.9 checking for utmp.h... yes #11 102.3 checking for utmpx.h... yes #11 102.7 checking for OS.h... no #11 103.0 checking for dirent.h... yes #11 103.3 checking for execinfo.h... yes #11 103.6 checking for linux/xattr.h... yes #11 104.1 checking for stdio_ext.h... yes #11 104.4 checking for sys/vfs.h... yes #11 104.8 checking for sys/fs_types.h... no #11 105.0 checking for getopt.h... yes #11 105.3 checking for sys/cdefs.h... yes #11 105.7 checking for sys/time.h... yes #11 106.1 checking for ieee754.h... yes #11 106.3 checking for limits.h... yes #11 106.5 checking for inttypes.h... (cached) yes #11 106.6 checking for sys/types.h... (cached) yes #11 106.6 checking for stdint.h... (cached) yes #11 106.7 checking for sys/select.h... yes #11 107.0 checking for stdbool.h... yes #11 107.4 checking for stdckdint.h... no #11 107.7 checking for sys/random.h... yes #11 108.2 checking for sys/stat.h... (cached) yes #11 108.2 checking whether it is safe to define __EXTENSIONS__... yes #11 108.4 checking whether _XOPEN_SOURCE should be defined... no #11 108.6 checking for Minix Amsterdam compiler... no #11 108.7 checking for ar... ar #11 108.7 checking for ranlib... ranlib #11 108.7 checking for gcc option to enable large file support... none needed #11 109.3 checking for gcc option for timestamps after 2038... none needed #11 109.5 checking for g++... g++ #11 109.7 checking whether we are using the GNU C++ compiler... yes #11 109.8 checking whether g++ accepts -g... yes #11 110.0 checking for g++ option to enable C++11 features... none needed #11 162.1 checking how to run the C++ preprocessor... g++ -E #11 162.7 checking whether gcc accepts -g3 -O2... yes #11 163.0 checking whether the compiler is clang... no #11 163.2 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 163.3 checking whether -Wno-missing-field-initializers is needed... yes #11 163.6 checking whether -Wuninitialized is supported... yes #11 163.8 checking whether C compiler handles -fstrict-flex-arrays... no #11 164.0 checking whether C compiler handles -Wall... yes #11 164.4 checking whether C compiler handles -Warith-conversion... yes #11 164.8 checking whether C compiler handles -Wdate-time... yes #11 165.1 checking whether C compiler handles -Wdisabled-optimization... yes #11 165.6 checking whether C compiler handles -Wdouble-promotion... yes #11 166.2 checking whether C compiler handles -Wduplicated-cond... yes #11 166.8 checking whether C compiler handles -Wextra... yes #11 167.3 checking whether C compiler handles -Wformat-signedness... yes #11 167.9 checking whether C compiler handles -Winit-self... yes #11 168.4 checking whether C compiler handles -Winvalid-pch... yes #11 169.1 checking whether C compiler handles -Wlogical-op... yes #11 169.8 checking whether C compiler handles -Wmissing-declarations... yes #11 170.5 checking whether C compiler handles -Wmissing-include-dirs... yes #11 171.0 checking whether C compiler handles -Wmissing-prototypes... yes #11 171.6 checking whether C compiler handles -Wnested-externs... yes #11 172.2 checking whether C compiler handles -Wnull-dereference... yes #11 172.8 checking whether C compiler handles -Wold-style-definition... yes #11 173.7 checking whether C compiler handles -Wopenmp-simd... yes #11 174.3 checking whether C compiler handles -Wpacked... yes #11 175.0 checking whether C compiler handles -Wpointer-arith... yes #11 175.6 checking whether C compiler handles -Wstrict-flex-arrays... no #11 175.8 checking whether C compiler handles -Wstrict-prototypes... yes #11 176.2 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 176.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 177.5 checking whether C compiler handles -Wsuggest-final-methods... yes #11 178.0 checking whether C compiler handles -Wsuggest-final-types... yes #11 178.6 checking whether C compiler handles -Wtrampolines... yes #11 179.3 checking whether C compiler handles -Wuninitialized... yes #11 180.0 checking whether C compiler handles -Wunknown-pragmas... yes #11 180.6 checking whether C compiler handles -Wunused-macros... yes #11 181.1 checking whether C compiler handles -Wvariadic-macros... yes #11 181.7 checking whether C compiler handles -Wvector-operation-performance... yes #11 182.5 checking whether C compiler handles -Wwrite-strings... yes #11 183.1 checking whether C compiler handles -Warray-bounds=2... yes #11 183.8 checking whether C compiler handles -Wattribute-alias=2... yes #11 184.4 checking whether C compiler handles -Wformat=2... yes #11 185.1 checking whether C compiler handles -Wformat-truncation=2... yes #11 185.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 186.6 checking whether C compiler handles -Wshift-overflow=2... yes #11 187.3 checking whether C compiler handles -Wuse-after-free=3... no #11 187.5 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 188.2 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 188.8 checking whether C compiler handles -Wredundant-decls... yes #11 189.3 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 189.3 checking whether C compiler handles -Wno-override-init... yes #11 190.0 checking whether C compiler handles -Wno-sign-compare... yes #11 190.6 checking whether C compiler handles -Wno-type-limits... yes #11 191.2 checking whether C compiler handles -Wno-unused-parameter... yes #11 191.8 checking whether C compiler handles -Wno-format-nonliteral... yes #11 192.4 checking whether C compiler handles -Wno-bidi-chars... no #11 192.6 checking for a BSD-compatible install... /usr/bin/install -c #11 192.7 checking command to symlink files in the same directory... ln -s #11 192.8 checking for install-info... : #11 192.8 checking for gzip... /bin/gzip #11 192.8 checking for 'find' args to delete a file... -delete #11 192.8 checking for brew... no #11 194.2 checking for -znocombreloc... not needed #11 194.2 checking whether addresses are sanitized... no #11 194.4 checking for math library... -lm #11 197.1 checking for struct passwd.pw_gecos... yes #11 197.6 checking for pkg-config... /usr/bin/pkg-config #11 197.6 checking pkg-config is at least version 0.9.0... yes #11 197.6 checking for machine/soundcard.h... no #11 197.9 checking for sys/soundcard.h... yes #11 198.4 checking for soundcard.h... no #11 198.7 checking for mmsystem.h... no #11 198.9 checking for _oss_ioctl in -lossaudio... no #11 199.2 checking for alsa >= 1.0.0... no #11 199.3 checking for ADDR_NO_RANDOMIZE... yes #11 199.8 checking if Linux sysinfo may be used... yes #11 200.9 checking for sys/wait.h that is POSIX.1 compatible... yes #11 201.2 checking for net/if.h... yes #11 201.8 checking for ifaddrs.h... yes #11 202.4 checking for net/if_dl.h... no #11 203.0 checking for struct ifreq.ifr_flags... yes #11 203.6 checking for struct ifreq.ifr_hwaddr... yes #11 205.1 checking for struct ifreq.ifr_netmask... yes #11 206.3 checking for struct ifreq.ifr_broadaddr... yes #11 207.4 checking for struct ifreq.ifr_addr... yes #11 208.6 checking for struct ifreq.ifr_addr.sa_len... no #11 209.4 checking whether gcc understands -MMD -MF... yes #11 209.7 checking for X... no #11 210.1 checking for X... false #11 210.1 checking whether malloc is Doug Lea style... no #11 210.5 checking for sbrk... yes #11 211.4 checking for __lsan_ignore_object... no #11 212.4 checking for fchmod... yes #11 213.4 checking for utmpname... yes #11 214.5 checking for utmpxname... yes #11 214.9 checking for canonicalize_file_name... yes #11 215.2 checking for realpath... yes #11 215.5 checking for lstat... yes #11 217.8 checking for fchmodat... yes #11 219.7 checking for lchmod... no #11 219.9 checking for fcntl... yes #11 221.4 checking for fdopendir... yes #11 222.0 checking for listxattr... yes #11 222.6 checking for fstatat... yes #11 223.5 checking for fsync... yes #11 223.9 checking for gettimeofday... yes #11 224.3 checking for memset_explicit... no #11 224.6 checking for memset_s... no #11 225.3 checking for pselect... yes #11 225.9 checking for readlink... yes #11 226.6 checking for isblank... yes #11 227.2 checking for iswctype... yes #11 227.7 checking for strtoimax... yes #11 228.5 checking for symlink... yes #11 229.2 checking for localtime_r... yes #11 230.0 checking for getdtablesize... yes #11 231.1 checking for getpagesize... yes #11 231.8 checking for working mmap... yes #11 233.0 checking for main in -lXbsd... no #11 233.5 checking for pthread library... -lpthread #11 234.9 checking for thread support... yes #11 234.9 checking for sqlite3_open_v2 in -lsqlite3... no #11 235.4 checking for getaddrinfo_a in -lanl... yes #11 236.0 checking for malloc_trim... yes #11 236.6 checking for dbus-1 >= 1.0... yes #11 236.9 checking for dbus_watch_get_unix_fd... yes #11 237.3 checking for dbus_type_is_valid... yes #11 237.8 checking for dbus_validate_bus_name... yes #11 238.5 checking for dbus_validate_path... yes #11 239.4 checking for dbus_validate_interface... yes #11 240.2 checking for dbus_validate_member... yes #11 240.9 checking for lgetfilecon in -lselinux... no #11 241.2 checking for gnutls >= 2.12.2... yes #11 241.3 checking for libsystemd >= 222... no #11 241.4 checking for jansson >= 2.7... no #11 241.5 checking for tree-sitter >= 0.20.2... no #11 241.6 checking for tree-sitter >= 0.6.3... no #11 241.7 checking sys/inotify.h usability... yes #11 242.2 checking sys/inotify.h presence... yes #11 242.3 checking for sys/inotify.h... yes #11 242.3 checking for inotify_init1... yes #11 243.5 checking for lcms2... no #11 243.6 checking for library containing inflateEnd... no #11 244.5 checking for dladdr... yes #11 245.3 checking for dlfunc... no #11 246.3 checking gpm.h usability... no #11 246.8 checking gpm.h presence... no #11 247.0 checking for gpm.h... no #11 247.0 checking for libxml-2.0 > 2.6.17... no #11 247.1 checking for maillock in -lmail... no #11 247.5 checking for maillock in -llockfile... no #11 247.9 checking for liblockfile.so... no #11 247.9 checking maillock.h usability... no #11 248.1 checking maillock.h presence... no #11 248.4 checking for maillock.h... no #11 248.4 checking linux/seccomp.h usability... yes #11 248.9 checking linux/seccomp.h presence... yes #11 249.0 checking for linux/seccomp.h... yes #11 249.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 249.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 249.9 checking linux/filter.h usability... yes #11 250.5 checking linux/filter.h presence... yes #11 250.6 checking for linux/filter.h... yes #11 250.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 250.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 250.8 checking for libseccomp >= 2.5.2... no #11 250.9 checking size of long... 8 #11 252.1 checking for accept4... yes #11 252.8 checking for fchdir... yes #11 253.8 checking for gethostname... yes #11 254.6 checking for getrusage... yes #11 255.2 checking for get_current_dir_name... yes #11 256.0 checking for lrand48... yes #11 256.7 checking for random... yes #11 257.3 checking for rint... yes #11 258.0 checking for tcdrain... yes #11 258.8 checking for trunc... yes #11 259.9 checking for select... yes #11 260.5 checking for getpagesize... (cached) yes #11 260.6 checking for setlocale... yes #11 261.1 checking for newlocale... yes #11 262.1 checking for getrlimit... yes #11 263.2 checking for setrlimit... yes #11 264.1 checking for shutdown... yes #11 265.0 checking for pthread_sigmask... (cached) yes #11 265.1 checking for strsignal... yes #11 266.0 checking for setitimer... yes #11 266.9 checking for sendto... yes #11 267.8 checking for recvfrom... yes #11 268.6 checking for getsockname... yes #11 269.6 checking for getifaddrs... yes #11 270.4 checking for freeifaddrs... yes #11 271.4 checking for gai_strerror... yes #11 272.3 checking for sync... yes #11 273.2 checking for endpwent... yes #11 274.1 checking for getgrent... yes #11 274.7 checking for endgrent... yes #11 275.8 checking for renameat2... yes #11 276.5 checking for cfmakeraw... yes #11 277.3 checking for cfsetspeed... yes #11 278.2 checking for __executable_start... yes #11 279.3 checking for log2... yes #11 280.4 checking for pthread_setname_np... yes #11 280.8 checking for pthread_set_name_np... no #11 281.6 checking for getpwent... yes #11 282.2 checking whether pthread_setname_np takes a single argument... no #11 282.4 checking whether pthread_setname_np takes three arguments... no #11 282.7 checking for aligned_alloc... yes #11 283.6 checking whether aligned_alloc is declared... yes #11 284.3 checking for posix_madvise... yes #11 285.1 checking for madvise... yes #11 285.9 checking for __builtin_frame_address... yes #11 286.6 checking for __builtin_unwind_init... yes #11 287.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 288.0 checking for grantpt... yes #11 288.6 checking for getpt... yes #11 289.1 checking for posix_openpt... yes #11 289.7 checking for library containing tputs... -ltinfo #11 291.0 checking whether -ltinfo library defines BC... yes #11 291.5 checking for timerfd interface... yes #11 291.9 checking whether signals can be handled on alternate stack... yes #11 292.5 checking valgrind/valgrind.h usability... no #11 293.5 checking valgrind/valgrind.h presence... no #11 293.7 checking for valgrind/valgrind.h... no #11 293.7 checking for struct unipair.unicode... yes #11 294.5 checking for pid_t... yes #11 295.3 checking vfork.h usability... no #11 296.1 checking vfork.h presence... no #11 296.9 checking for vfork.h... no #11 296.9 checking for fork... yes #11 297.5 checking for vfork... yes #11 297.9 checking for working fork... yes #11 298.4 checking for working vfork... (cached) yes #11 298.4 checking for snprintf... yes #11 298.9 checking for open_memstream... yes #11 299.4 checking spawn.h usability... yes #11 299.7 checking spawn.h presence... yes #11 299.8 checking for spawn.h... yes #11 299.9 checking for posix_spawn... yes #11 301.7 checking for posix_spawn_file_actions_addchdir... no #11 303.0 checking for posix_spawn_file_actions_addchdir_np... yes #11 303.4 checking for posix_spawnattr_setflags... yes #11 303.8 checking whether POSIX_SPAWN_SETSID is declared... yes #11 304.5 checking whether GLib is linked in... no #11 304.6 checking for nl_langinfo and CODESET... yes #11 305.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 305.3 checking for mbstate_t... yes #11 305.9 checking for signals via characters... yes #11 306.2 checking for _setjmp... yes #11 306.8 checking for sigsetjmp... yes #11 307.4 checking POSIX termios... yes #11 308.2 checking size of speed_t... 4 #11 309.0 checking for usable FIONREAD... yes #11 309.5 checking for usable SIGIO... yes #11 310.0 checking for struct alignment... yes #11 310.3 checking for C/C++ restrict keyword... __restrict__ #11 310.6 checking for typeof syntax and keyword spelling... typeof #11 310.7 checking for statement expressions... yes #11 310.8 checking whether malloc (0) returns nonnull... yes #11 311.7 checking sys/acl.h usability... yes #11 312.2 checking sys/acl.h presence... yes #11 312.4 checking for sys/acl.h... yes #11 312.4 checking for library containing acl_get_file... -lacl #11 313.6 checking for acl_get_file... yes #11 314.2 checking for acl_get_fd... yes #11 314.8 checking for acl_set_file... yes #11 315.2 checking for acl_set_fd... yes #11 315.7 checking for acl_free... yes #11 316.2 checking for acl_from_mode... yes #11 316.9 checking for acl_from_text... yes #11 317.5 checking for acl_delete_def_file... yes #11 318.1 checking for acl_extended_file... yes #11 318.4 checking for acl_delete_fd_np... no #11 319.1 checking for acl_delete_file_np... no #11 319.7 checking for acl_copy_ext_native... no #11 320.6 checking for acl_create_entry_np... no #11 321.5 checking for acl_to_short_text... no #11 322.4 checking for acl_free_text... no #11 323.3 checking for working acl_get_file... yes #11 324.0 checking acl/libacl.h usability... yes #11 324.6 checking acl/libacl.h presence... yes #11 324.7 checking for acl/libacl.h... yes #11 324.7 checking for acl_entries... yes #11 325.5 checking for ACL_FIRST_ENTRY... yes #11 325.8 checking for ACL_TYPE_EXTENDED... no #11 326.0 checking for working alloca.h... yes #11 326.9 checking for alloca... yes #11 327.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 327.6 checking whether the preprocessor supports include_next... yes #11 328.0 checking whether source code line length is unlimited... yes #11 328.4 checking whether endutent is declared... yes #11 328.9 checking for struct utmpx.ut_user... yes #11 329.5 checking for struct utmp.ut_user... yes #11 330.0 checking for struct utmpx.ut_name... yes #11 330.6 checking for struct utmp.ut_name... yes #11 331.2 checking for struct utmpx.ut_type... yes #11 331.9 checking for struct utmp.ut_type... yes #11 332.6 checking for struct utmpx.ut_pid... yes #11 333.2 checking for struct utmp.ut_pid... yes #11 333.9 checking for struct utmp.ut_tv... yes #11 335.4 checking for struct utmpx.ut_host... yes #11 336.2 checking for struct utmp.ut_host... yes #11 336.9 checking for struct utmpx.ut_id... yes #11 337.6 checking for struct utmp.ut_id... yes #11 338.3 checking for struct utmpx.ut_session... yes #11 339.1 checking for struct utmp.ut_session... yes #11 339.7 checking for struct utmpx.ut_exit... yes #11 340.7 checking for struct utmp.ut_exit... yes #11 341.7 checking for struct utmpx.ut_exit.ut_exit... no #11 342.7 checking for struct utmpx.ut_exit.e_exit... yes #11 343.3 checking for struct utmp.ut_exit.e_exit... yes #11 344.1 checking for struct utmpx.ut_exit.ut_termination... no #11 345.1 checking for struct utmpx.ut_exit.e_termination... yes #11 345.8 checking for struct utmp.ut_exit.e_termination... yes #11 346.5 checking whether sysinfo is declared... yes #11 346.8 checking for sys/sysctl.h... yes #11 347.5 checking for sysctl... yes #11 348.4 checking whether lstat correctly handles trailing slash... yes #11 349.6 checking whether // is distinct from /... no #11 349.7 checking whether realpath works... yes #11 350.7 checking for faccessat... yes #11 351.5 checking for getcwd... yes #11 352.3 checking whether byte ordering is bigendian... no #11 353.5 checking if environ is properly declared... yes #11 354.0 checking for complete errno.h... yes #11 354.1 checking whether ctype.h defines __header_inline... no #11 354.3 checking for mode_t... yes #11 355.5 checking whether strmode is declared... no #11 356.2 checking whether getline is declared... yes #11 356.9 checking for gawk... no #11 356.9 checking for mawk... mawk #11 356.9 checking for getopt.h... (cached) yes #11 356.9 checking for getopt_long_only... yes #11 357.6 checking whether getopt is POSIX compatible... yes #11 360.5 checking for working GNU getopt function... yes #11 361.7 checking for working GNU getopt_long function... yes #11 362.6 checking whether timespec_get is declared... yes #11 363.1 checking for timespec_get... yes #11 363.7 checking for struct timeval... yes #11 364.2 checking for wide-enough struct timeval.tv_sec member... yes #11 364.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 365.0 checking whether the compiler produces multi-arch binaries... no #11 365.4 checking whether stdint.h conforms to C99... yes #11 367.0 checking whether stdint.h works without ISO C predefines... yes #11 367.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 368.1 checking whether memmem is declared... yes #11 368.9 checking whether memrchr is declared... yes #11 369.6 checking whether defines MIN and MAX... no #11 369.8 checking whether defines MIN and MAX... yes #11 370.4 checking whether time_t is signed... yes #11 370.7 checking whether alarm is declared... yes #11 371.4 checking for working mktime... no #11 373.2 checking whether struct tm is in sys/time.h or time.h... time.h #11 373.7 checking for struct tm.tm_zone... yes #11 374.2 checking for struct tm.tm_gmtoff... yes #11 374.6 checking whether is self-contained... yes #11 376.1 checking for inline... inline #11 376.5 checking for sigset_t... yes #11 377.4 checking for volatile sig_atomic_t... yes #11 378.1 checking for sighandler_t... yes #11 378.9 checking for wchar_t... yes #11 379.2 checking for good max_align_t... yes #11 379.6 checking whether NULL can be used in arbitrary expressions... yes #11 379.9 checking for unreachable... no #11 380.8 checking whether fcloseall is declared... yes #11 381.5 checking whether getw is declared... yes #11 382.5 checking whether putw is declared... yes #11 383.2 checking which flavor of printf attribute matches inttypes macros... system #11 384.0 checking whether strnlen is declared... yes #11 384.7 checking whether strtoimax is declared... yes #11 385.3 checking whether stat file-mode macros are broken... no #11 385.7 checking for nlink_t... yes #11 386.3 checking for struct timespec in ... yes #11 388.0 checking for TIME_UTC in ... yes #11 388.5 checking whether execvpe is declared... yes #11 389.3 checking whether clearerr_unlocked is declared... yes #11 390.2 checking whether feof_unlocked is declared... yes #11 390.9 checking whether ferror_unlocked is declared... yes #11 391.7 checking whether fflush_unlocked is declared... yes #11 392.5 checking whether fgets_unlocked is declared... yes #11 393.3 checking whether fputc_unlocked is declared... yes #11 394.0 checking whether fputs_unlocked is declared... yes #11 394.9 checking whether fread_unlocked is declared... yes #11 395.6 checking whether fwrite_unlocked is declared... yes #11 396.5 checking whether getc_unlocked is declared... yes #11 397.3 checking whether getchar_unlocked is declared... yes #11 398.1 checking whether putc_unlocked is declared... yes #11 398.9 checking whether putchar_unlocked is declared... yes #11 400.8 checking type of array argument to getgroups... gid_t #11 401.9 checking whether getdelim is declared... yes #11 402.8 checking whether getdtablesize is declared... yes #11 403.3 checking whether malloc is ptrdiff_t safe... yes #11 404.2 checking whether malloc, realloc, calloc set errno on failure... yes #11 404.2 checking for O_CLOEXEC... yes #11 404.7 checking for promoted mode_t type... mode_t #11 405.0 checking whether the utimes function works... yes #11 406.3 checking for C compiler option to allow warnings... -Wno-error #11 406.8 checking for alignas and alignof... yes, macros #11 407.4 checking for alloca as a compiler built-in... yes #11 407.5 checking for static_assert... yes, an macro #11 409.0 checking for __builtin_expect... yes #11 411.7 checking byteswap.h usability... yes #11 412.2 checking byteswap.h presence... yes #11 412.4 checking for byteswap.h... yes #11 412.4 checking for readlinkat... yes #11 413.2 checking for library containing clock_gettime... none required #11 413.9 checking for clock_getres... yes #11 414.5 checking for clock_gettime... yes #11 415.2 checking for clock_settime... yes #11 415.9 checking for copy_file_range... yes #11 416.3 checking for d_type member in directory struct... yes #11 416.9 checking whether // is distinct from /... (cached) no #11 416.9 checking whether dup2 works... yes #11 418.5 checking for library containing backtrace_symbols_fd... none required #11 418.9 checking for faccessat... (cached) yes #11 418.9 checking whether fchmodat works... no #11 419.7 checking for readlinkat... (cached) yes #11 419.7 checking whether fcntl handles F_DUPFD correctly... yes #11 420.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 421.2 checking whether fdopendir is declared... yes #11 421.6 checking whether fdopendir works... yes #11 422.4 checking for flexible array member... yes #11 422.8 checking for __fpending... yes #11 423.4 checking whether __fpending is declared... yes #11 423.9 checking whether free is known to preserve errno... no #11 425.9 checking whether fstatat (..., 0) works... yes #11 426.5 checking for sys/mount.h... yes #11 427.2 checking for statvfs function (SVR4)... yes #11 427.8 checking whether to use statvfs64... no #11 428.0 checking for two-argument statfs with statfs.f_frsize member... yes #11 429.5 checking sys/fs/s5param.h usability... no #11 430.0 checking sys/fs/s5param.h presence... no #11 430.3 checking for sys/fs/s5param.h... no #11 430.3 checking sys/statfs.h usability... yes #11 430.9 checking sys/statfs.h presence... yes #11 431.1 checking for sys/statfs.h... yes #11 431.1 checking for statfs that truncates block counts... no #11 431.4 checking for futimens... yes #11 432.1 checking whether futimens works... yes #11 434.0 checking for getline... yes #11 434.7 checking for working getline function... yes #11 435.7 checking for getloadavg... yes #11 436.4 checking sys/loadavg.h usability... no #11 436.9 checking sys/loadavg.h presence... no #11 437.1 checking for sys/loadavg.h... no #11 437.1 checking whether getloadavg is declared... yes #11 437.6 checking for getrandom... yes #11 438.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 438.4 checking for gettimeofday with POSIX signature... yes #11 438.9 checking whether the compiler supports the __inline keyword... yes #11 439.3 checking gmp.h usability... yes #11 439.9 checking gmp.h presence... yes #11 440.1 checking for gmp.h... yes #11 440.1 checking for library containing __gmpz_roinit_n... -lgmp #11 441.5 checking for memmem... yes #11 442.4 checking whether memmem works... yes #11 443.0 checking for mempcpy... yes #11 443.9 checking for memrchr... yes #11 444.6 checking for explicit_memset... no #11 445.5 checking for mkostemp... yes #11 446.1 checking for library containing nanosleep... none required #11 446.7 checking for working nanosleep... no (mishandles large arguments) #11 448.6 checking for sys/pstat.h... no #11 449.0 checking for sys/sysmp.h... no #11 449.4 checking for sys/param.h... (cached) yes #11 449.4 checking for sys/sysctl.h... (cached) yes #11 449.5 checking for sched_getaffinity_np... no #11 450.3 checking for pstat_getdynamic... no #11 450.9 checking for sysmp... no #11 451.5 checking for sysctl... (cached) yes #11 451.6 checking for sched_getaffinity... yes #11 452.1 checking for glibc compatible sched_getaffinity... yes #11 452.4 checking for pipe2... yes #11 453.0 checking whether signature of pselect conforms to POSIX... yes #11 453.5 checking whether pselect detects invalid fds... yes #11 453.8 checking whether pthread_sigmask is a macro... no #11 454.0 checking whether pthread_sigmask returns error numbers... yes #11 454.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 457.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 458.7 checking whether readlink signature is correct... yes #11 459.0 checking whether readlink handles trailing slash correctly... yes #11 459.4 checking whether readlink truncates results correctly... yes #11 459.8 checking for readlinkat... (cached) yes #11 459.8 checking whether readlinkat signature is correct... yes #11 460.1 checking for working re_compile_pattern... no #11 461.1 checking libintl.h usability... yes #11 461.5 checking libintl.h presence... yes #11 461.6 checking for libintl.h... yes #11 461.7 checking whether isblank is declared... yes #11 462.0 checking for sig2str... no #11 462.5 checking for sigdescr_np... no #11 463.1 checking for socklen_t... yes #11 463.6 checking for ssize_t... yes #11 463.9 checking for struct stat.st_atim.tv_nsec... yes #11 464.2 checking whether struct stat.st_atim is of type struct timespec... yes #11 464.5 checking for struct stat.st_birthtimespec.tv_nsec... no #11 465.1 checking for struct stat.st_birthtimensec... no #11 465.7 checking for struct stat.st_birthtim.tv_nsec... no #11 466.3 checking for bool, true, false... no #11 466.6 checking for stpcpy... yes #11 467.2 checking for working strnlen... yes #11 467.8 checking whether strtoimax works... yes #11 468.4 checking whether symlink handles trailing slash correctly... yes #11 469.3 checking whether localtime_r is declared... yes #11 469.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 470.1 checking whether localtime works even near extrema... yes #11 470.9 checking for timezone_t... no #11 471.1 checking for timegm... yes #11 471.5 checking whether timer_settime is declared... yes #11 471.7 checking for library containing timer_settime... -lrt #11 472.6 checking for timer_settime... yes #11 472.9 checking for utimensat... yes #11 473.3 checking whether utimensat works... yes #11 475.4 checking for variable-length arrays... yes #11 476.0 checking whether getdtablesize works... yes #11 476.5 checking for __mktime_internal... no #11 477.2 checking for timer_getoverrun... yes #11 477.8 checking for gcc option to disable position independent executables... not needed #11 477.8 checking for __ctype_get_mb_cur_max... yes #11 478.5 checking whether MB_CUR_MAX is defined to function that won't link... no #11 478.8 #11 478.8 Configured for 'x86_64-pc-linux-gnu'. #11 478.8 #11 478.8 Where should the build process find the source code? . #11 478.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 478.8 Should Emacs use the GNU version of malloc? no #11 478.8 (The GNU allocators don't work with this system configuration.) #11 478.8 Should Emacs use a relocating allocator for buffers? no #11 478.8 Should Emacs use mmap(2) for buffer allocation? no #11 478.8 What window system should Emacs use? none #11 478.8 What toolkit should Emacs use? none #11 478.8 Where do we find X Windows header files? NONE #11 478.8 Where do we find X Windows libraries? NONE #11 478.8 Does Emacs use -lXaw3d? no #11 478.8 Is Emacs being built for Android? no #11 478.8 Does Emacs use the X Double Buffer Extension? no #11 478.8 Does Emacs use -lXpm? no #11 478.8 Does Emacs use -ljpeg? no #11 478.8 Does Emacs use -ltiff? no #11 478.8 Does Emacs use a gif library? no #11 478.8 Does Emacs use a png library? no #11 478.8 Does Emacs use -lrsvg-2? no #11 478.8 Does Emacs use -lwebp? no #11 478.8 Does Emacs use -lsqlite3? no #11 478.8 Does Emacs use cairo? no #11 478.8 Does Emacs use -llcms2? no #11 478.8 Does Emacs use imagemagick? no #11 478.8 Does Emacs use native APIs for images? no #11 478.8 Does Emacs support sound? yes #11 478.8 Does Emacs use -lgpm? no #11 478.8 Does Emacs use -ldbus? yes #11 478.8 Does Emacs use -lgconf? no #11 478.8 Does Emacs use GSettings? no #11 478.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 478.8 Does Emacs use access control lists? yes -lacl -lattr #11 478.8 Does Emacs use -lselinux? no #11 478.8 Does Emacs use -lgnutls? yes #11 478.8 Does Emacs use -lxml2? no #11 478.8 Does Emacs use -lfreetype? no #11 478.8 Does Emacs use HarfBuzz? no #11 478.8 Does Emacs use -lm17n-flt? no #11 478.8 Does Emacs use -lotf? no #11 478.8 Does Emacs use -lxft? no #11 478.8 Does Emacs use -lsystemd? no #11 478.8 Does Emacs use -ljansson? no #11 478.8 Does Emacs use -ltree-sitter? no #11 478.8 Does Emacs use the GMP library? yes #11 478.8 Does Emacs directly use zlib? no #11 478.8 Does Emacs have dynamic modules support? yes #11 478.8 Does Emacs use toolkit scroll bars? no #11 478.8 Does Emacs support Xwidgets? no #11 478.8 Does Emacs have threading support in lisp? yes #11 478.8 Does Emacs support the portable dumper? yes #11 478.8 Does Emacs support legacy unexec dumping? no #11 478.8 Which dumping strategy does Emacs use? pdumper #11 478.8 Does Emacs have native lisp compiler? no #11 478.8 Does Emacs use version 2 of the X Input Extension? no #11 478.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 478.8 #11 478.8 #11 480.3 configure: creating ./config.status #11 481.0 configure: WARNING: This configuration installs a 'movemail' program #11 481.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 481.0 installed a 'movemail' program that retrieved POP3 email via only #11 481.0 insecure channels, a practice that is no longer recommended but that #11 481.0 you can continue to support by using './configure --with-pop'. #11 481.0 configure: You might want to install GNU Mailutils #11 481.0 and use './configure --with-mailutils'. #11 482.8 MAKE='make' ./config.status #11 483.3 config.status: creating src/verbose.mk #11 483.5 config.status: creating src/emacs-module.h #11 483.7 config.status: creating Makefile #11 484.0 config.status: creating lib/gnulib.mk #11 484.3 config.status: creating ./doc/man/emacs.1 #11 484.5 config.status: creating lib/Makefile #11 484.7 config.status: creating lib-src/Makefile #11 485.0 config.status: creating oldXMenu/Makefile #11 485.1 config.status: creating src/Makefile #11 485.4 config.status: creating lwlib/Makefile #11 485.7 config.status: creating nextstep/Makefile #11 486.0 config.status: creating nt/Makefile #11 486.4 config.status: creating doc/emacs/Makefile #11 486.7 config.status: creating doc/misc/Makefile #11 487.0 config.status: creating doc/lispintro/Makefile #11 487.3 config.status: creating doc/lispref/Makefile #11 487.6 config.status: creating lisp/Makefile #11 487.9 config.status: creating leim/Makefile #11 488.3 config.status: creating test/Makefile #11 488.5 config.status: creating test/manual/noverlay/Makefile #11 488.8 config.status: creating test/infra/Makefile #11 489.0 config.status: creating admin/charsets/Makefile #11 489.3 config.status: creating admin/unidata/Makefile #11 489.5 config.status: creating admin/grammars/Makefile #11 489.7 config.status: creating java/Makefile #11 489.9 config.status: creating cross/Makefile #11 490.2 config.status: creating java/AndroidManifest.xml #11 490.4 config.status: creating src/config.h #11 490.6 config.status: executing src/epaths.h commands #11 490.6 make[3]: Entering directory '/checkout' #11 490.9 make[3]: Leaving directory '/checkout' #11 491.0 config.status: executing src/.gdbinit commands #11 491.1 config.status: executing doc/emacs/emacsver.texi commands #11 491.3 config.status: executing etc-refcards-emacsver.tex commands #11 491.3 make[3]: Entering directory '/checkout' #11 491.5 make[3]: Leaving directory '/checkout' #11 491.5 make[2]: Leaving directory '/checkout' #11 491.5 make actual-all #11 491.5 make[2]: Entering directory '/checkout' #11 492.2 make -C lib all #11 492.8 make[3]: Entering directory '/checkout/lib' #11 492.8 GEN alloca.h #11 492.9 GEN dirent.h #11 492.9 GEN fcntl.h #11 493.0 GEN malloc/dynarray.gl.h #11 493.1 GEN malloc/dynarray-skeleton.gl.h #11 493.2 GEN inttypes.h #11 493.3 GEN limits.h #11 493.4 GEN signal.h #11 493.4 GEN stdckdint.h #11 493.5 GEN stddef.h #11 493.5 GEN stdio.h #11 493.9 GEN stdlib.h #11 494.4 GEN string.h #11 494.7 GEN sys/random.h #11 494.7 GEN sys/select.h #11 494.9 GEN sys/stat.h #11 495.0 GEN sys/time.h #11 495.1 GEN sys/types.h #11 495.1 GEN time.h #11 495.2 GEN unistd.h #11 495.7 CC fingerprint.o #11 495.9 CC mktime.o #11 496.9 CC acl-errno-valid.o #11 497.4 CC acl-internal.o #11 497.8 CC get-permissions.o #11 498.1 CC set-permissions.o #11 498.6 CC allocator.o #11 498.9 CC binary-io.o #11 499.3 CC boot-time.o #11 499.9 CC c-ctype.o #11 500.3 CC c-strcasecmp.o #11 500.7 CC c-strncasecmp.o #11 501.2 CC careadlinkat.o #11 501.9 CC close-stream.o #11 502.5 CC copy-file-range.o #11 503.0 CC count-leading-zeros.o #11 503.6 CC count-one-bits.o #11 504.1 CC count-trailing-zeros.o #11 504.6 CC md5-stream.o #11 505.0 CC md5.o #11 506.0 CC sha1.o #11 508.8 CC sha256.o #11 514.3 CC sha512.o #11 521.1 CC dtoastr.o #11 521.4 CC dtotimespec.o #11 521.8 CC fchmodat.o #11 522.4 CC fcntl.o #11 522.9 CC file-has-acl.o #11 523.6 CC filemode.o #11 524.0 CC filevercmp.o #11 524.9 CC free.o #11 525.3 CC fsusage.o #11 525.6 CC gettime.o #11 525.9 CC malloc/dynarray_at_failure.o #11 526.2 CC malloc/dynarray_emplace_enlarge.o #11 526.7 CC malloc/dynarray_finalize.o #11 527.1 CC malloc/dynarray_resize.o #11 527.4 CC malloc/dynarray_resize_clear.o #11 527.8 CC memset_explicit.o #11 528.2 CC nanosleep.o #11 529.0 CC nproc.o #11 529.6 CC nstrftime.o #11 533.1 CC pipe2.o #11 533.5 CC qcopy-acl.o #11 533.8 CC regex.o #11 562.6 CC sig2str.o #11 563.6 CC sigdescr_np.o #11 564.4 CC stat-time.o #11 565.2 CC tempname.o #11 566.3 CC time_rz.o #11 567.4 CC timegm.o #11 567.8 CC timespec.o #11 568.4 CC timespec-add.o #11 568.8 CC timespec-sub.o #11 569.4 CC u64.o #11 569.7 CC unistd.o #11 570.2 CC openat-die.o #11 570.9 CC save-cwd.o #11 571.5 AR libgnu.a #11 572.5 make[3]: Leaving directory '/checkout/lib' #11 572.5 make -C lib-src all #11 572.6 make[3]: Entering directory '/checkout/lib-src' #11 572.6 CCLD etags #11 603.0 CCLD ctags #11 631.3 CCLD emacsclient #11 637.4 CCLD ebrowse #11 649.4 CCLD hexl #11 650.9 CC pop.o #11 651.3 CCLD movemail #11 652.8 CCLD make-docfile #11 659.0 CCLD make-fingerprint #11 660.2 make[3]: Leaving directory '/checkout/lib-src' #11 660.2 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #11 660.2 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #11 661.3 make[3]: Entering directory '/checkout/src' #11 661.3 GEN globals.h #11 662.1 CC dispnew.o #11 686.1 CC frame.o #11 706.2 CC scroll.o #11 709.3 CC xdisp.o #11 830.7 CC menu.o #11 838.8 CC window.o #11 885.2 CC charset.o #11 902.8 CC coding.o #11 979.3 CC category.o #11 982.5 CC ccl.o #11 998.5 CC character.o #11 1008. CC chartab.o #11 1020. CC bidi.o #11 1032. CC cm.o #11 1035. CC term.o #11 1053. CC terminal.o #11 1058. CC xfaces.o #11 1091. CC dbusbind.o #11 1113. CC emacs.o #11 1121. CC keyboard.o #11 1166. CC macros.o #11 1169. CC keymap.o #11 1184. CC sysdep.o #11 1195. CC bignum.o #11 1199. CC buffer.o #11 1225. CC filelock.o #11 1229. CC insdel.o #11 1239. CC marker.o #11 1244. CC minibuf.o #11 1260. CC fileio.o #11 1288. CC dired.o #11 1294. CC cmds.o #11 1300. CC casetab.o #11 1304. CC casefiddle.o #11 1308. CC indent.o #11 1322. CC search.o #11 1335. CC regex-emacs.o #11 1364. CC undo.o #11 1366. CC alloc.o #11 1382. CC pdumper.o #11 1401. CC data.o #11 1424. GEN buildobj.h #11 1426. CC doc.o #11 1432. CC editfns.o #11 1459. CC callint.o #11 1463. CC eval.o #11 1481. CC floatfns.o #11 1484. CC fns.o #11 1511. CC sort.o #11 1513. CC font.o #11 1534. CC print.o #11 1546. CC lread.o #11 1568. CC emacs-module.o #11 1576. CC syntax.o #11 1595. CC bytecode.o #11 1606. CC comp.o #11 1607. CC dynlib.o #11 1608. CC process.o #11 1649. CC gnutls.o #11 1664. CC callproc.o #11 1674. CC region-cache.o #11 1677. CC sound.o #11 1680. CC timefns.o #11 1690. CC atimer.o #11 1693. CC doprnt.o #11 1698. CC intervals.o #11 1712. CC textprop.o #11 1726. CC composite.o #11 1737. CC xml.o #11 1738. CC lcms.o #11 1739. CC inotify.o #11 1741. CC profiler.o #11 1744. CC decompress.o #11 1745. CC thread.o #11 1749. CC systhread.o #11 1751. CC sqlite.o #11 1752. CC treesit.o #11 1753. CC itree.o #11 1755. CC terminfo.o #11 1756. CC lastfile.o #11 1758. make -C ../admin/charsets all #11 1758. make[4]: Entering directory '/checkout/admin/charsets' #11 1758. GEN ../../etc/charsets/8859-2.map #11 1758. GEN ../../etc/charsets/8859-3.map #11 1758. GEN ../../etc/charsets/8859-4.map #11 1758. GEN ../../etc/charsets/8859-5.map #11 1758. GEN ../../etc/charsets/8859-6.map #11 1758. GEN ../../etc/charsets/8859-7.map #11 1758. GEN ../../etc/charsets/8859-8.map #11 1758. GEN ../../etc/charsets/8859-9.map #11 1758. GEN ../../etc/charsets/8859-10.map #11 1758. GEN ../../etc/charsets/8859-11.map #11 1759. GEN ../../etc/charsets/8859-13.map #11 1759. GEN ../../etc/charsets/8859-14.map #11 1759. GEN ../../etc/charsets/8859-15.map #11 1759. GEN ../../etc/charsets/8859-16.map #11 1759. GEN ../../etc/charsets/IBM037.map #11 1759. GEN ../../etc/charsets/IBM038.map #11 1759. GEN ../../etc/charsets/IBM256.map #11 1759. GEN ../../etc/charsets/IBM273.map #11 1759. GEN ../../etc/charsets/IBM274.map #11 1760. GEN ../../etc/charsets/IBM275.map #11 1760. GEN ../../etc/charsets/IBM277.map #11 1760. GEN ../../etc/charsets/IBM278.map #11 1760. GEN ../../etc/charsets/IBM280.map #11 1760. GEN ../../etc/charsets/IBM281.map #11 1760. GEN ../../etc/charsets/IBM284.map #11 1760. GEN ../../etc/charsets/IBM285.map #11 1760. GEN ../../etc/charsets/IBM290.map #11 1760. GEN ../../etc/charsets/IBM297.map #11 1760. GEN ../../etc/charsets/IBM420.map #11 1760. GEN ../../etc/charsets/IBM423.map #11 1760. GEN ../../etc/charsets/IBM424.map #11 1761. GEN ../../etc/charsets/IBM437.map #11 1761. GEN ../../etc/charsets/IBM500.map #11 1761. GEN ../../etc/charsets/IBM850.map #11 1761. GEN ../../etc/charsets/IBM851.map #11 1761. GEN ../../etc/charsets/IBM852.map #11 1761. GEN ../../etc/charsets/IBM855.map #11 1761. GEN ../../etc/charsets/IBM856.map #11 1761. GEN ../../etc/charsets/IBM857.map #11 1761. GEN ../../etc/charsets/IBM860.map #11 1762. GEN ../../etc/charsets/IBM861.map #11 1762. GEN ../../etc/charsets/IBM862.map #11 1762. GEN ../../etc/charsets/IBM863.map #11 1762. GEN ../../etc/charsets/IBM864.map #11 1762. GEN ../../etc/charsets/IBM865.map #11 1762. GEN ../../etc/charsets/IBM866.map #11 1762. GEN ../../etc/charsets/IBM868.map #11 1762. GEN ../../etc/charsets/IBM869.map #11 1763. GEN ../../etc/charsets/IBM870.map #11 1763. GEN ../../etc/charsets/IBM871.map #11 1763. GEN ../../etc/charsets/IBM874.map #11 1763. GEN ../../etc/charsets/IBM875.map #11 1763. GEN ../../etc/charsets/IBM880.map #11 1763. GEN ../../etc/charsets/IBM891.map #11 1763. GEN ../../etc/charsets/IBM903.map #11 1763. GEN ../../etc/charsets/IBM904.map #11 1763. GEN ../../etc/charsets/IBM905.map #11 1763. GEN ../../etc/charsets/IBM918.map #11 1764. GEN ../../etc/charsets/IBM1004.map #11 1764. GEN ../../etc/charsets/IBM1026.map #11 1764. GEN ../../etc/charsets/IBM1047.map #11 1764. GEN ../../etc/charsets/CP737.map #11 1764. GEN ../../etc/charsets/CP775.map #11 1764. GEN ../../etc/charsets/CP1125.map #11 1764. GEN ../../etc/charsets/CP1250.map #11 1764. GEN ../../etc/charsets/CP1251.map #11 1764. GEN ../../etc/charsets/CP1252.map #11 1764. GEN ../../etc/charsets/CP1253.map #11 1764. GEN ../../etc/charsets/CP1254.map #11 1765. GEN ../../etc/charsets/CP1255.map #11 1765. GEN ../../etc/charsets/CP1256.map #11 1765. GEN ../../etc/charsets/CP1257.map #11 1765. GEN ../../etc/charsets/CP1258.map #11 1765. GEN ../../etc/charsets/CP10007.map #11 1765. GEN ../../etc/charsets/CP720.map #11 1765. GEN ../../etc/charsets/CP858.map #11 1765. GEN ../../etc/charsets/GB2312.map #11 1766. GEN ../../etc/charsets/GBK.map #11 1768. GEN ../../etc/charsets/GB180302.map #11 1771. GEN ../../etc/charsets/GB180304.map #11 1771. GEN ../../etc/charsets/BIG5.map #11 1772. GEN ../../etc/charsets/BIG5-HKSCS.map #11 1772. GEN ../../etc/charsets/CNS-1.map #11 1773. GEN ../../etc/charsets/CNS-2.map #11 1774. GEN ../../etc/charsets/CNS-3.map #11 1774. GEN ../../etc/charsets/CNS-4.map #11 1775. GEN ../../etc/charsets/CNS-5.map #11 1776. GEN ../../etc/charsets/CNS-6.map #11 1777. GEN ../../etc/charsets/CNS-7.map #11 1778. GEN ../../etc/charsets/CNS-F.map #11 1778. GEN ../../etc/charsets/JISX0201.map #11 1778. GEN ../../etc/charsets/JISX0208.map #11 1779. GEN ../../etc/charsets/JISX0212.map #11 1779. GEN ../../etc/charsets/JISX2131.map #11 1780. GEN ../../etc/charsets/JISX2132.map #11 1780. GEN ../../etc/charsets/JISC6226.map #11 1781. GEN ../../etc/charsets/CP932-2BYTE.map #11 1781. GEN ../../etc/charsets/JISX213A.map #11 1781. GEN ../../etc/charsets/KSC5601.map #11 1782. GEN ../../etc/charsets/KSC5636.map #11 1782. GEN ../../etc/charsets/JOHAB.map #11 1783. GEN ../../etc/charsets/KOI-8.map #11 1783. GEN ../../etc/charsets/KOI8-R.map #11 1783. GEN ../../etc/charsets/KOI8-U.map #11 1784. GEN ../../etc/charsets/KOI8-T.map #11 1784. GEN ../../etc/charsets/ALTERNATIVNYJ.map #11 1784. GEN ../../etc/charsets/MIK.map #11 1784. GEN ../../etc/charsets/PTCP154.map #11 1784. GEN ../../etc/charsets/TIS-620.map #11 1784. GEN ../../etc/charsets/VISCII.map #11 1784. GEN ../../etc/charsets/VSCII.map #11 1784. GEN ../../etc/charsets/VSCII-2.map #11 1784. GEN ../../etc/charsets/KA-PS.map #11 1785. GEN ../../etc/charsets/KA-ACADEMY.map #11 1785. GEN ../../etc/charsets/HP-ROMAN8.map #11 1785. GEN ../../etc/charsets/NEXTSTEP.map #11 1785. GEN ../../etc/charsets/MACINTOSH.map #11 1785. GEN ../../etc/charsets/EBCDICUK.map #11 1785. GEN ../../etc/charsets/EBCDICUS.map #11 1785. GEN ../../etc/charsets/stdenc.map #11 1785. GEN ../../etc/charsets/symbol.map #11 1785. GEN ../../etc/charsets/CP949-2BYTE.map #11 1786. GEN ../../etc/charsets/BIG5-1.map #11 1786. GEN ../../etc/charsets/BIG5-2.map #11 1787. GEN ../../etc/charsets/MULE-ethiopic.map #11 1787. GEN ../../etc/charsets/MULE-ipa.map #11 1787. GEN ../../etc/charsets/MULE-is13194.map #11 1787. GEN ../../etc/charsets/MULE-sisheng.map #11 1787. GEN ../../etc/charsets/MULE-tibetan.map #11 1787. GEN ../../etc/charsets/MULE-lviscii.map #11 1787. GEN ../../etc/charsets/MULE-uviscii.map #11 1787. GEN ../../lisp/international/cp51932.el #11 1787. GEN ../../lisp/international/eucjp-ms.el #11 1787. GEN charsets.stamp #11 1787. make[4]: Leaving directory '/checkout/admin/charsets' #11 1787. make -C ../admin/unidata charscript.el #11 1787. make[4]: Entering directory '/checkout/admin/unidata' #11 1787. GEN ../../lisp/international/charscript.el #11 1787. make[4]: Leaving directory '/checkout/admin/unidata' #11 1787. make -C ../admin/unidata emoji-zwj.el #11 1787. make[4]: Entering directory '/checkout/admin/unidata' #11 1787. GEN ../../lisp/international/emoji-zwj.el #11 1788. make[4]: Leaving directory '/checkout/admin/unidata' #11 1788. CCLD temacs #11 1797. /bin/mkdir -p ../etc #11 1797. GEN ../etc/DOC #11 1798. make -C ../lisp update-subdirs #11 1798. make[4]: Entering directory '/checkout/lisp' #11 1798. make[4]: Leaving directory '/checkout/lisp' #11 1798. cp -f temacs bootstrap-emacs #11 1798. rm -f bootstrap-emacs.pdmp #11 1798. ./temacs --batch -l loadup --temacs=pbootstrap \ #11 1798. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #11 1798. Loading loadup.el (source)... #11 1798. Dump mode: pbootstrap #11 1798. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #11 1798. Loading emacs-lisp/debug-early (source)... #11 1798. Loading emacs-lisp/byte-run (source)... #11 1798. Loading emacs-lisp/backquote (source)... #11 1798. Loading subr (source)... #11 1799. Loading keymap (source)... #11 1799. Loading version (source)... #11 1799. Loading widget (source)... #11 1799. Loading custom (source)... #11 1799. Loading emacs-lisp/map-ynp (source)... #11 1799. Loading international/mule (source)... #11 1799. Loading international/mule-conf (source)... #11 1800. Loading env (source)... #11 1800. Loading format (source)... #11 1800. Loading bindings (source)... #11 1800. Loading window (source)... #11 1801. Loading /checkout/lisp/files.el (source)... #11 1808. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 1811. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #11 1811. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 1813. Loading /checkout/lisp/cus-face.el (source)... #11 1813. Loading /checkout/lisp/faces.el (source)... #11 1814. Loading /checkout/lisp/ldefs-boot.el (source)... #11 1826. Loading /checkout/lisp/button.el (source)... #11 1826. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #11 1837. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #11 1839. Loading /checkout/lisp/obarray.el (source)... #11 1839. Loading /checkout/lisp/abbrev.el (source)... #11 1840. Loading /checkout/lisp/help.el (source)... #11 1844. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #11 1844. Loading /checkout/lisp/epa-hook.el (source)... #11 1845. Loading /checkout/lisp/international/mule-cmds.el (source)... #11 1846. Loading /checkout/lisp/case-table.el (source)... #11 1847. Loading /checkout/lisp/international/characters.el (source)... #11 1848. Loading /checkout/lisp/international/charscript.el (source)... #11 1848. Loading /checkout/lisp/international/emoji-zwj.el (source)... #11 1850. Loading /checkout/lisp/composite.el (source)... #11 1850. Loading /checkout/lisp/language/chinese.el (source)... #11 1851. Loading /checkout/lisp/language/cyrillic.el (source)... #11 1851. Loading /checkout/lisp/language/indian.el (source)... #11 1851. Loading /checkout/lisp/language/sinhala.el (source)... #11 1851. Loading /checkout/lisp/language/english.el (source)... #11 1852. Loading /checkout/lisp/language/ethiopic.el (source)... #11 1853. Loading /checkout/lisp/language/european.el (source)... #11 1854. Loading /checkout/lisp/language/czech.el (source)... #11 1854. Loading /checkout/lisp/language/slovak.el (source)... #11 1854. Loading /checkout/lisp/language/romanian.el (source)... #11 1854. Loading /checkout/lisp/language/greek.el (source)... #11 1854. Loading /checkout/lisp/language/hebrew.el (source)... #11 1855. Loading /checkout/lisp/international/cp51932.el (source)... #11 1855. Loading /checkout/lisp/international/eucjp-ms.el (source)... #11 1856. Loading /checkout/lisp/language/japanese.el (source)... #11 1857. Loading /checkout/lisp/language/korean.el (source)... #11 1857. Loading /checkout/lisp/language/lao.el (source)... #11 1857. Loading /checkout/lisp/language/tai-viet.el (source)... #11 1857. Loading /checkout/lisp/language/thai.el (source)... #11 1858. Loading /checkout/lisp/language/tibetan.el (source)... #11 1858. Loading /checkout/lisp/language/vietnamese.el (source)... #11 1858. Loading /checkout/lisp/language/misc-lang.el (source)... #11 1859. Loading /checkout/lisp/language/utf-8-lang.el (source)... #11 1859. Loading /checkout/lisp/language/georgian.el (source)... #11 1859. Loading /checkout/lisp/language/khmer.el (source)... #11 1859. Loading /checkout/lisp/language/burmese.el (source)... #11 1860. Loading /checkout/lisp/language/cham.el (source)... #11 1860. Loading /checkout/lisp/language/philippine.el (source)... #11 1860. Loading /checkout/lisp/language/indonesian.el (source)... #11 1860. Loading /checkout/lisp/indent.el (source)... #11 1861. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #11 1865. Loading /checkout/lisp/simple.el (source)... #11 1875. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #11 1878. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #11 1878. Loading /checkout/lisp/minibuffer.el (source)... #11 1884. Loading /checkout/lisp/frame.el (source)... #11 1886. Loading /checkout/lisp/startup.el (source)... #11 1888. Loading /checkout/lisp/term/tty-colors.el (source)... #11 1888. Loading /checkout/lisp/font-core.el (source)... #11 1888. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #11 1889. Loading /checkout/lisp/font-lock.el (source)... #11 1891. Loading /checkout/lisp/jit-lock.el (source)... #11 1892. Loading /checkout/lisp/mouse.el (source)... #11 1895. Loading /checkout/lisp/select.el (source)... #11 1896. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #11 1897. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #11 1898. Loading /checkout/lisp/isearch.el (source)... #11 1902. Loading /checkout/lisp/rfn-eshadow.el (source)... #11 1902. Loading /checkout/lisp/menu-bar.el (source)... #11 1908. Loading /checkout/lisp/tab-bar.el (source)... #11 1913. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #11 1914. Loading /checkout/lisp/textmodes/page.el (source)... #11 1914. Loading /checkout/lisp/register.el (source)... #11 1916. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #11 1917. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #11 1922. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #11 1924. Loading /checkout/lisp/textmodes/text-mode.el (source)... #11 1925. Loading /checkout/lisp/textmodes/fill.el (source)... #11 1926. Loading /checkout/lisp/newcomment.el (source)... #11 1927. Loading /checkout/lisp/replace.el (source)... #11 1929. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #11 1930. Loading /checkout/lisp/buff-menu.el (source)... #11 1931. Loading /checkout/lisp/touch-screen.el (source)... #11 1932. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #11 1954. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #11 1955. Loading /checkout/lisp/vc/vc-hooks.el (source)... #11 1956. Loading /checkout/lisp/vc/ediff-hook.el (source)... #11 1957. Loading /checkout/lisp/uniquify.el (source)... #11 1957. Loading /checkout/lisp/electric.el (source)... #11 1959. Loading /checkout/lisp/paren.el (source)... #11 1959. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #11 1960. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #11 1963. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #11 1975. Loading /checkout/lisp/cus-start.el (source)... #11 1976. Loading /checkout/lisp/tooltip.el (source)... #11 1977. Loading /checkout/lisp/international/iso-transl.el (source)... #11 1977. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #11 1978. Finding pointers to doc strings... #11 1978. Finding pointers to doc strings...done #11 1978. Dumping under the name bootstrap-emacs.pdmp #11 1979. Dumping fingerprint: 38946c4c745daad290c278f4a5d1a6cbc8164768c874561dac6c9c50882177c2 #11 2006. Dump complete #11 2006. Byte counts: header=100 hot=15507436 discardable=137552 cold=10893568 #11 2006. Reloc counts: hot=1081103 discardable=4930 #11 2006. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 2006. make[4]: Entering directory '/checkout/lisp' #11 2006. ELC emacs-lisp/macroexp.elc #11 2031. ELC emacs-lisp/cconv.elc #11 2055. ELC emacs-lisp/byte-opt.elc #11 2081. ELC emacs-lisp/bytecomp.elc #11 2109. ELC emacs-lisp/loaddefs-gen.elc #11 2115. ELC emacs-lisp/radix-tree.elc #11 2118. make[4]: Leaving directory '/checkout/lisp' #11 2118. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 2118. make[4]: Entering directory '/checkout/lisp' #11 2118. make[4]: Nothing to be done for 'compile-first'. #11 2118. make[4]: Leaving directory '/checkout/lisp' #11 2118. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #11 2118. make[4]: Entering directory '/checkout/lisp' #11 2118. ELC international/titdic-cnv.elc #11 2122. make -C ../leim all EMACS="../src/bootstrap-emacs" #11 2122. make[5]: Entering directory '/checkout/leim' #11 2122. GEN ../lisp/leim/quail/CCDOSPY.el #11 2125. GEN ../lisp/leim/quail/Punct.el #11 2128. GEN ../lisp/leim/quail/QJ.el #11 2131. GEN ../lisp/leim/quail/SW.el #11 2133. GEN ../lisp/leim/quail/TONEPY.el #11 2136. GEN ../lisp/leim/quail/4Corner.el #11 2139. GEN ../lisp/leim/quail/ARRAY30.el #11 2142. GEN ../lisp/leim/quail/ECDICT.el #11 2145. GEN ../lisp/leim/quail/ETZY.el #11 2147. GEN ../lisp/leim/quail/Punct-b5.el #11 2149. GEN ../lisp/leim/quail/PY-b5.el #11 2151. GEN ../lisp/leim/quail/QJ-b5.el #11 2154. GEN ../lisp/leim/quail/ZOZY.el #11 2156. GEN ../lisp/leim/quail/tsang-b5.el #11 2159. GEN ../lisp/leim/quail/tsang-cns.el #11 2162. GEN ../lisp/leim/quail/PY.el #11 2164. GEN ../lisp/leim/quail/ZIRANMA.el #11 2170. GEN ../lisp/leim/quail/CTLau.el #11 2172. GEN ../lisp/leim/quail/CTLau-b5.el #11 2174. GEN ../lisp/language/pinyin.el #11 2177. GEN ../lisp/leim/leim-list.el #11 2194. make[5]: Leaving directory '/checkout/leim' #11 2194. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #11 2194. make[5]: Entering directory '/checkout/admin/grammars' #11 2194. GEN ../../lisp/cedet/semantic/bovine/c-by.el #11 2203. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 2217. GEN ../../lisp/cedet/semantic/bovine/make-by.el #11 2230. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 2250. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #11 2263. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 2283. GEN ../../lisp/cedet/semantic/grammar-wy.el #11 2297. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 2317. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #11 2351. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #11 2371. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #11 2394. GEN ../../lisp/cedet/srecode/srt-wy.el #11 2415. make[5]: Leaving directory '/checkout/admin/grammars' #11 2415. GEN autoloads #11 2416. INFO Scraping files for loaddefs... #11 2421. INFO Scraping files for loaddefs...10% #11 2424. INFO Scraping files for loaddefs...20% #11 2428. INFO Scraping files for loaddefs...30% #11 2430. INFO Scraping files for loaddefs...40% #11 2433. INFO Scraping files for loaddefs...50% #11 2436. INFO Scraping files for loaddefs...60% #11 2439. INFO Scraping files for loaddefs...70% #11 2441. INFO Scraping files for loaddefs...80% #11 2446. INFO Scraping files for loaddefs...90% #11 2450. INFO Scraping files for loaddefs...100% #11 2450. INFO Scraping files for loaddefs...done #11 2450. GEN textmodes/reftex-loaddefs.el #11 2450. GEN textmodes/texinfo-loaddefs.el #11 2450. GEN org/org-loaddefs.el #11 2451. GEN net/tramp-loaddefs.el #11 2451. GEN mh-e/mh-loaddefs.el #11 2451. GEN eshell/esh-groups.el #11 2451. GEN erc/erc-loaddefs.el #11 2451. GEN emacs-lisp/cl-loaddefs.el #11 2451. GEN cedet/srecode/loaddefs.el #11 2451. GEN cedet/semantic/loaddefs.el #11 2451. GEN cedet/ede/loaddefs.el #11 2452. GEN calendar/diary-loaddefs.el #11 2452. GEN calendar/holiday-loaddefs.el #11 2452. GEN calendar/cal-loaddefs.el #11 2452. GEN calc/calc-loaddefs.el #11 2452. GEN ps-print-loaddefs.el #11 2452. GEN ibuffer-loaddefs.el #11 2452. GEN dired-loaddefs.el #11 2458. GEN loaddefs.el #11 2458. INFO Scraping files for loaddefs... #11 2458. INFO Scraping files for loaddefs...45% #11 2459. INFO Scraping files for loaddefs...75% #11 2459. INFO Scraping files for loaddefs...done #11 2459. GEN ../../lisp/theme-loaddefs.el #11 2459. make[4]: Leaving directory '/checkout/lisp' #11 2459. ELC ../lisp/abbrev.elc #11 2464. ELC ../lisp/bindings.elc #11 2469. ELC ../lisp/buff-menu.elc #11 2473. ELC ../lisp/button.elc #11 2476. ELC ../lisp/case-table.elc #11 2478. ELC ../lisp/composite.elc #11 2483. ELC ../lisp/cus-face.elc #11 2486. ELC ../lisp/cus-start.elc #11 2489. ELC ../lisp/custom.elc #11 2493. ELC ../lisp/disp-table.elc #11 2496. ELC ../lisp/dnd.elc #11 2499. ELC ../lisp/dos-fns.elc #11 2501. ELC ../lisp/dos-vars.elc #11 2503. ELC ../lisp/dos-w32.elc #11 2506. ELC ../lisp/dynamic-setting.elc #11 2508. #11 2508. In end of data: #11 2508. dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #11 2508. ELC ../lisp/electric.elc #11 2512. ELC ../lisp/emacs-lisp/backquote.elc #11 2515. ELC ../lisp/emacs-lisp/byte-run.elc #11 2518. ELC ../lisp/emacs-lisp/cl-generic.elc #11 2528. ELC ../lisp/emacs-lisp/cl-preloaded.elc #11 2532. ELC ../lisp/emacs-lisp/debug-early.elc #11 2534. ELC ../lisp/emacs-lisp/easymenu.elc #11 2538. ELC ../lisp/emacs-lisp/eldoc.elc #11 2542. ELC ../lisp/emacs-lisp/float-sup.elc #11 2544. ELC ../lisp/emacs-lisp/lisp-mode.elc #11 2550. ELC ../lisp/emacs-lisp/lisp.elc #11 2553. ELC ../lisp/emacs-lisp/map-ynp.elc #11 2556. ELC ../lisp/emacs-lisp/nadvice.elc #11 2561. ELC ../lisp/emacs-lisp/oclosure.elc #11 2565. ELC ../lisp/emacs-lisp/regexp-opt.elc #11 2567. ELC ../lisp/emacs-lisp/rmc.elc #11 2569. ELC ../lisp/emacs-lisp/seq.elc #11 2575. ELC ../lisp/emacs-lisp/shorthands.elc #11 2577. ELC ../lisp/emacs-lisp/syntax.elc #11 2581. ELC ../lisp/emacs-lisp/tabulated-list.elc #11 2584. ELC ../lisp/emacs-lisp/timer.elc #11 2588. ELC ../lisp/env.elc #11 2591. ELC ../lisp/epa-hook.elc #11 2593. ELC ../lisp/faces.elc #11 2600. ELC ../lisp/files.elc #11 2615. ELC ../lisp/font-core.elc #11 2618. ELC ../lisp/font-lock.elc #11 2623. ELC ../lisp/format.elc #11 2626. ELC ../lisp/frame.elc #11 2631. ELC ../lisp/fringe.elc #11 2633. ELC ../lisp/help.elc #11 2638. ELC ../lisp/image.elc #11 2642. ELC ../lisp/indent.elc #11 2644. ELC ../lisp/international/charscript.elc #11 2646. ELC ../lisp/international/emoji-zwj.elc #11 2649. ELC ../lisp/international/characters.elc #11 2654. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #11 2654. make[4]: Entering directory '/checkout/admin/unidata' #11 2654. ELC uvs.elc #11 2656. ELC unidata-gen.elc #11 2661. GEN unidata.txt #11 2663. GEN ../../lisp/international/uni-bidi.el #11 2665. GEN ../../lisp/international/uni-brackets.el #11 2668. GEN ../../lisp/international/uni-category.el #11 2670. GEN ../../lisp/international/uni-combining.el #11 2672. GEN ../../lisp/international/uni-comment.el #11 2675. GEN ../../lisp/international/uni-decimal.el #11 2677. GEN ../../lisp/international/uni-decomposition.el #11 2680. GEN ../../lisp/international/uni-digit.el #11 2682. GEN ../../lisp/international/uni-lowercase.el #11 2684. GEN ../../lisp/international/uni-mirrored.el #11 2686. GEN ../../lisp/international/uni-name.el #11 2699. GEN ../../lisp/international/uni-numeric.el #11 2701. GEN ../../lisp/international/uni-old-name.el #11 2704. GEN ../../lisp/international/uni-special-lowercase.el #11 2706. GEN ../../lisp/international/uni-special-titlecase.el #11 2709. GEN ../../lisp/international/uni-special-uppercase.el #11 2711. GEN ../../lisp/international/uni-titlecase.el #11 2713. GEN ../../lisp/international/uni-uppercase.el #11 2716. GEN ../../lisp/international/charprop.el #11 2717. GEN ../../lisp/international/emoji-labels.el #11 2750. GEN ../../lisp/international/uni-scripts.el #11 2752. GEN ../../lisp/international/uni-confusable.el #11 2755. GEN ../../lisp/international/idna-mapping.el #11 2759. make[4]: Leaving directory '/checkout/admin/unidata' #11 2759. make -C ../admin/charsets cp51932.el #11 2759. make[4]: Entering directory '/checkout/admin/charsets' #11 2759. make[4]: Nothing to be done for 'cp51932.el'. #11 2759. make[4]: Leaving directory '/checkout/admin/charsets' #11 2759. ELC ../lisp/international/cp51932.elc #11 2760. make -C ../admin/charsets eucjp-ms.el #11 2760. make[4]: Entering directory '/checkout/admin/charsets' #11 2760. make[4]: Nothing to be done for 'eucjp-ms.el'. #11 2760. make[4]: Leaving directory '/checkout/admin/charsets' #11 2761. ELC ../lisp/international/eucjp-ms.elc #11 2762. ELC ../lisp/international/fontset.elc #11 2764. ELC ../lisp/international/iso-transl.elc #11 2766. ELC ../lisp/international/mule-cmds.elc #11 2771. ELC ../lisp/international/mule-conf.elc #11 2774. ELC ../lisp/international/mule-util.elc #11 2776. ELC ../lisp/international/mule.elc #11 2779. ELC ../lisp/international/ucs-normalize.elc #11 2792. ELC ../lisp/isearch.elc #11 2801. ELC ../lisp/jit-lock.elc #11 2804. ELC ../lisp/jka-cmpr-hook.elc #11 2806. ELC ../lisp/keymap.elc #11 2808. ELC ../lisp/language/burmese.elc #11 2810. ELC ../lisp/language/cham.elc #11 2811. ELC ../lisp/language/chinese.elc #11 2813. ELC ../lisp/language/cyrillic.elc #11 2815. ELC ../lisp/language/czech.elc #11 2816. ELC ../lisp/language/english.elc #11 2817. ELC ../lisp/language/ethiopic.elc #11 2818. ELC ../lisp/language/european.elc #11 2820. ELC ../lisp/language/georgian.elc #11 2821. ELC ../lisp/language/greek.elc #11 2823. ELC ../lisp/language/hebrew.elc #11 2824. ELC ../lisp/language/indian.elc #11 2826. ELC ../lisp/language/indonesian.elc #11 2828. ELC ../lisp/language/japanese.elc #11 2829. ELC ../lisp/language/khmer.elc #11 2831. ELC ../lisp/language/korean.elc #11 2832. ELC ../lisp/language/lao.elc #11 2834. ELC ../lisp/language/misc-lang.elc #11 2835. ELC ../lisp/language/philippine.elc #11 2836. ELC ../lisp/language/romanian.elc #11 2837. ELC ../lisp/language/sinhala.elc #11 2839. ELC ../lisp/language/slovak.elc #11 2840. ELC ../lisp/language/tai-viet.elc #11 2842. ELC ../lisp/language/thai.elc #11 2843. ELC ../lisp/language/tibetan.elc #11 2845. ELC ../lisp/language/utf-8-lang.elc #11 2847. ELC ../lisp/language/vietnamese.elc #11 2849. ELC ../lisp/loaddefs.elc #11 2867. ELC ../lisp/ls-lisp.elc #11 2871. ELC ../lisp/menu-bar.elc #11 2877. ELC ../lisp/minibuffer.elc #11 2890. ELC ../lisp/mouse.elc #11 2899. ELC ../lisp/mwheel.elc #11 2902. ELC ../lisp/newcomment.elc #11 2907. ELC ../lisp/obarray.elc #11 2909. ELC ../lisp/paren.elc #11 2912. ELC ../lisp/pgtk-dnd.elc #11 2914. ELC ../lisp/progmodes/elisp-mode.elc #11 2923. ELC ../lisp/progmodes/prog-mode.elc #11 2926. ELC ../lisp/register.elc #11 2931. ELC ../lisp/replace.elc #11 2939. ELC ../lisp/rfn-eshadow.elc #11 2941. ELC ../lisp/scroll-bar.elc #11 2945. ELC ../lisp/select.elc #11 2949. ELC ../lisp/simple.elc #11 2970. ELC ../lisp/startup.elc #11 2976. ELC ../lisp/subr.elc #11 2987. ELC ../lisp/tab-bar.elc #11 2992. ELC ../lisp/term/android-win.elc #11 2993. #11 2993. In end of data: #11 2993. term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #11 2994. ELC ../lisp/term/common-win.elc #11 2995. ELC ../lisp/term/haiku-win.elc #11 2998. ELC ../lisp/term/internal.elc #11 3000. ELC ../lisp/term/ns-win.elc #11 3005. ELC ../lisp/term/pc-win.elc #11 3007. ELC ../lisp/term/pgtk-win.elc #11 3010. ELC ../lisp/term/tty-colors.elc #11 3013. ELC ../lisp/term/w32-win.elc #11 3015. ELC ../lisp/term/x-win.elc #11 3017. ELC ../lisp/textmodes/fill.elc #11 3020. ELC ../lisp/textmodes/page.elc #11 3022. ELC ../lisp/textmodes/paragraphs.elc #11 3025. ELC ../lisp/textmodes/text-mode.elc #11 3028. ELC ../lisp/tool-bar.elc #11 3030. ELC ../lisp/tooltip.elc #11 3032. ELC ../lisp/touch-screen.elc #11 3035. ELC ../lisp/uniquify.elc #11 3037. ELC ../lisp/vc/ediff-hook.elc #11 3040. ELC ../lisp/vc/vc-hooks.elc #11 3042. ELC ../lisp/version.elc #11 3044. ELC ../lisp/w32-fns.elc #11 3046. ELC ../lisp/w32-vars.elc #11 3047. ELC ../lisp/widget.elc #11 3048. ELC ../lisp/window.elc #11 3062. ELC ../lisp/x-dnd.elc #11 3068. rm -f emacs && cp -f temacs emacs #11 3068. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #11 3068. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #11 3068. Loading loadup.el (source)... #11 3068. Dump mode: pdump #11 3068. Using load-path (/checkout/lisp) #11 3068. Loading emacs-lisp/debug-early... #11 3068. Loading emacs-lisp/byte-run... #11 3068. Loading emacs-lisp/backquote... #11 3068. Loading subr... #11 3068. Loading keymap... #11 3068. Loading version... #11 3068. Loading widget... #11 3068. Loading custom... #11 3068. Loading emacs-lisp/map-ynp... #11 3068. Loading international/mule... #11 3068. Loading international/mule-conf... #11 3068. Loading env... #11 3068. Loading format... #11 3069. Loading bindings... #11 3069. Loading window... #11 3069. Loading files... #11 3069. Loading emacs-lisp/macroexp... #11 3069. Loading cus-face... #11 3069. Loading faces... #11 3070. Loading loaddefs... #11 3070. Loading theme-loaddefs.el (source)... #11 3071. Loading button... #11 3072. Loading emacs-lisp/cl-preloaded... #11 3072. Loading emacs-lisp/oclosure... #11 3072. Loading obarray... #11 3072. Loading abbrev... #11 3072. Loading help... #11 3072. Loading jka-cmpr-hook... #11 3072. Loading epa-hook... #11 3072. Loading international/mule-cmds... #11 3073. Loading case-table... #11 3073. Loading international/charprop.el (source)... #11 3073. Loading international/characters... #11 3074. Loading international/charscript... #11 3074. Loading international/emoji-zwj... #11 3074. Loading composite... #11 3074. Loading language/chinese... #11 3075. Loading language/cyrillic... #11 3075. Loading language/indian... #11 3075. Loading language/sinhala... #11 3075. Loading language/english... #11 3075. Loading language/ethiopic... #11 3075. Loading language/european... #11 3075. Loading language/czech... #11 3075. Loading language/slovak... #11 3075. Loading language/romanian... #11 3075. Loading language/greek... #11 3075. Loading language/hebrew... #11 3076. Loading international/cp51932... #11 3076. Loading international/eucjp-ms... #11 3076. Loading language/japanese... #11 3076. Loading language/korean... #11 3076. Loading language/lao... #11 3076. Loading language/tai-viet... #11 3076. Loading language/thai... #11 3076. Loading language/tibetan... #11 3077. Loading language/vietnamese... #11 3077. Loading language/misc-lang... #11 3077. Loading language/utf-8-lang... #11 3078. Loading language/georgian... #11 3078. Loading language/khmer... #11 3078. Loading language/burmese... #11 3078. Loading language/cham... #11 3078. Loading language/philippine... #11 3078. Loading language/indonesian... #11 3078. Loading indent... #11 3078. Loading emacs-lisp/cl-generic... #11 3078. Loading simple... #11 3079. Loading emacs-lisp/seq... #11 3079. Loading emacs-lisp/nadvice... #11 3079. Loading minibuffer... #11 3080. Loading frame... #11 3080. Loading startup... #11 3081. Loading term/tty-colors... #11 3082. Loading font-core... #11 3082. Loading emacs-lisp/syntax... #11 3082. Loading font-lock... #11 3082. Loading jit-lock... #11 3082. Loading mouse... #11 3083. Loading select... #11 3083. Loading emacs-lisp/timer... #11 3083. Loading emacs-lisp/easymenu... #11 3083. Loading isearch... #11 3084. Loading rfn-eshadow... #11 3084. Loading menu-bar... #11 3085. Loading tab-bar... #11 3085. Loading emacs-lisp/lisp... #11 3085. Loading textmodes/page... #11 3085. Loading register... #11 3085. Loading textmodes/paragraphs... #11 3085. Loading progmodes/prog-mode... #11 3085. Loading emacs-lisp/lisp-mode... #11 3085. Loading textmodes/text-mode... #11 3086. Loading textmodes/fill... #11 3086. Loading newcomment... #11 3086. Loading replace... #11 3086. Loading emacs-lisp/tabulated-list... #11 3086. Loading buff-menu... #11 3087. Loading touch-screen... #11 3087. Loading progmodes/elisp-mode... #11 3087. Loading emacs-lisp/float-sup... #11 3087. Loading vc/vc-hooks... #11 3088. Loading vc/ediff-hook... #11 3088. Loading uniquify... #11 3088. Loading electric... #11 3088. Loading paren... #11 3088. Loading emacs-lisp/shorthands... #11 3088. Loading emacs-lisp/eldoc... #11 3089. Loading emacs-lisp/cconv... #11 3089. Loading cus-start... #11 3090. Loading tooltip... #11 3090. Loading international/iso-transl... #11 3090. Loading leim/leim-list.el (source)... #11 3092. Loading emacs-lisp/rmc... #11 3092. Waiting for git... #11 3092. Waiting for git... #11 3092. Finding pointers to doc strings... #11 3092. Finding pointers to doc strings...done #11 3093. Pure-hashed: 17546 strings, 5537 vectors, 48996 conses, 5012 bytecodes, 326 others #11 3093. Dumping under the name emacs.pdmp #11 3093. Dumping fingerprint: 38946c4c745daad290c278f4a5d1a6cbc8164768c874561dac6c9c50882177c2 #11 3099. Dump complete #11 3099. Byte counts: header=100 hot=7771788 discardable=137552 cold=3711376 #11 3099. Reloc counts: hot=443065 discardable=4903 #11 3099. Adding name emacs-30.0.50.1 #11 3099. Adding name emacs-30.0.50.1.pdmp #11 3099. cp -f emacs.pdmp bootstrap-emacs.pdmp #11 3099. make[3]: Leaving directory '/checkout/src' #11 3099. make -C lisp all #11 3099. make[3]: Entering directory '/checkout/lisp' #11 3099. make -C ../leim all EMACS="../src/emacs" #11 3099. make[4]: Entering directory '/checkout/leim' #11 3099. make[4]: Nothing to be done for 'all'. #11 3099. make[4]: Leaving directory '/checkout/leim' #11 3099. make -C ../admin/grammars all EMACS="../../src/emacs" #11 3100. make[4]: Entering directory '/checkout/admin/grammars' #11 3100. make[4]: Nothing to be done for 'all'. #11 3100. make[4]: Leaving directory '/checkout/admin/grammars' #11 3100. make[4]: Entering directory '/checkout/lisp' #11 3100. ELC emacs-lisp/eieio.elc #11 3103. ELC emacs-lisp/eieio-base.elc #11 3105. ELC cedet/semantic/db.elc #11 3109. ELC international/ja-dic-cnv.elc #11 3111. ELC org/ox.elc #11 3136. ELC org/ox-texinfo.elc #11 3159. ELC org/org-macro.elc #11 3162. ELC org/org-element.elc #11 3191. ELC org/oc.elc #11 3195. ELC org/ol.elc #11 3199. ELC emacs-lisp/cl-lib.elc #11 3201. make[4]: Leaving directory '/checkout/lisp' #11 3201. GEN autoloads #11 3203. INFO Scraping files for loaddefs... #11 3203. INFO Scraping files for loaddefs...41% #11 3203. INFO Scraping files for loaddefs...68% #11 3204. INFO Scraping files for loaddefs...done #11 3204. INFO Scraping files for loaddefs... #11 3204. INFO Scraping files for loaddefs...done #11 3224. make[4]: Entering directory '/checkout/lisp' #11 3224. ELC align.elc #11 3226. ELC allout-widgets.elc #11 3229. ELC allout.elc #11 3233. ELC ansi-color.elc #11 3235. ELC ansi-osc.elc #11 3237. ELC apropos.elc #11 3239. ELC arc-mode.elc #11 3243. ELC array.elc #11 3245. ELC auth-source-pass.elc #11 3249. ELC auth-source.elc #11 3254. ELC autoinsert.elc #11 3255. ELC autorevert.elc #11 3257. ELC avoid.elc #11 3259. ELC battery.elc #11 3260. ELC bind-key.elc #11 3262. ELC bookmark.elc #11 3264. ELC bs.elc #11 3265. ELC calculator.elc #11 3267. ELC cdl.elc #11 3268. ELC char-fold.elc #11 3273. ELC chistory.elc #11 3274. ELC cmuscheme.elc #11 3277. ELC color.elc #11 3279. ELC comint.elc #11 3281. ELC completion.elc #11 3283. ELC cus-dep.elc #11 3286. ELC cus-edit.elc #11 3290. ELC cus-theme.elc #11 3292. ELC dabbrev.elc #11 3294. ELC delim-col.elc #11 3296. ELC delsel.elc #11 3298. ELC descr-text.elc #11 3300. ELC desktop.elc #11 3303. ELC dframe.elc #11 3306. ELC dired-aux.elc #11 3310. ELC dired-loaddefs.elc #11 3312. ELC dired-x.elc #11 3315. ELC dired.elc #11 3319. #11 3319. In end of data: #11 3319. dired.el:5093:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #11 3319. ELC dirtrack.elc #11 3322. ELC display-fill-column-indicator.elc #11 3325. ELC display-line-numbers.elc #11 3327. ELC doc-view.elc #11 3330. ELC dom.elc #11 3332. ELC double.elc #11 3334. ELC ebuff-menu.elc #11 3336. ELC echistory.elc #11 3338. ELC ecomplete.elc #11 3340. ELC edmacro.elc #11 3343. ELC ehelp.elc #11 3345. ELC elec-pair.elc #11 3347. ELC elide-head.elc #11 3350. ELC emacs-lock.elc #11 3351. ELC epa-dired.elc #11 3354. ELC epa-file.elc #11 3357. ELC epa-ks.elc #11 3363. ELC epa-mail.elc #11 3366. ELC epa.elc #11 3370. ELC epg-config.elc #11 3371. ELC epg.elc #11 3378. ELC expand.elc #11 3380. ELC external-completion.elc #11 3382. ELC ezimage.elc #11 3384. ELC face-remap.elc #11 3386. ELC facemenu.elc #11 3388. ELC ffap.elc #11 3392. ELC filecache.elc #11 3394. ELC fileloop.elc #11 3397. ELC filenotify.elc #11 3400. ELC files-x.elc #11 3401. ELC filesets.elc #11 3404. ELC find-cmd.elc #11 3407. ELC find-dired.elc #11 3409. ELC find-file.elc #11 3411. ELC find-lisp.elc #11 3413. ELC finder.elc #11 3417. ELC flow-ctrl.elc #11 3419. ELC foldout.elc #11 3421. ELC follow.elc #11 3424. ELC format-spec.elc #11 3426. ELC forms.elc #11 3428. ELC frameset.elc #11 3431. ELC generic-x.elc #11 3432. ELC help-at-pt.elc #11 3434. ELC help-fns.elc #11 3436. ELC help-macro.elc #11 3437. ELC help-mode.elc #11 3438. ELC hex-util.elc #11 3440. ELC hexl.elc #11 3441. ELC hfy-cmap.elc #11 3443. ELC hi-lock.elc #11 3444. ELC hilit-chg.elc #11 3445. ELC hippie-exp.elc #11 3446. ELC hl-line.elc #11 3448. ELC htmlfontify.elc #11 3450. ELC ibuf-ext.elc #11 3452. ELC ibuf-macs.elc #11 3453. ELC ibuffer-loaddefs.elc #11 3454. ELC ibuffer.elc #11 3456. ELC icomplete.elc #11 3458. ELC ido.elc #11 3460. ELC ielm.elc #11 3461. ELC iimage.elc #11 3462. ELC image-file.elc #11 3463. ELC image-mode.elc #11 3465. ELC imenu.elc #11 3466. ELC indent-aux.elc #11 3468. ELC info-look.elc #11 3469. ELC info-xref.elc #11 3471. ELC info.elc #11 3475. ELC informat.elc #11 3476. ELC isearchb.elc #11 3477. ELC jka-compr.elc #11 3478. ELC json.elc #11 3480. ELC jsonrpc.elc #11 3482. ELC kermit.elc #11 3484. ELC kmacro.elc #11 3485. ELC loadhist.elc #11 3487. ELC locate.elc #11 3488. ELC lpr.elc #11 3489. ELC macros.elc #11 3490. ELC man.elc #11 3492. ELC master.elc #11 3493. ELC mb-depth.elc #11 3494. ELC md4.elc #11 3496. ELC midnight.elc #11 3498. ELC minibuf-eldef.elc #11 3499. ELC misc.elc #11 3501. ELC misearch.elc #11 3503. ELC mouse-copy.elc #11 3505. ELC mouse-drag.elc #11 3506. ELC mpc.elc #11 3509. ELC msb.elc #11 3511. ELC notifications.elc #11 3513. ELC novice.elc #11 3515. ELC outline.elc #11 3518. ELC password-cache.elc #11 3520. ELC pcmpl-cvs.elc #11 3522. ELC pcmpl-git.elc #11 3526. ELC pcmpl-gnu.elc #11 3529. ELC pcmpl-linux.elc #11 3531. ELC pcmpl-rpm.elc #11 3534. ELC pcmpl-unix.elc #11 3537. ELC pcmpl-x.elc #11 3539. ELC pcomplete.elc #11 3542. ELC pixel-scroll.elc #11 3544. ELC plstore.elc #11 3546. ELC printing.elc #11 3549. ELC proced.elc #11 3552. ELC profiler.elc #11 3555. ELC ps-bdf.elc #11 3557. ELC ps-mule.elc #11 3559. ELC ps-print-loaddefs.elc #11 3561. ELC ps-print.elc #11 3564. ELC ps-samp.elc #11 3567. ELC recentf.elc #11 3569. ELC rect.elc #11 3571. ELC registry.elc #11 3575. ELC repeat.elc #11 3577. ELC reposition.elc #11 3579. ELC reveal.elc #11 3581. ELC rot13.elc #11 3582. ELC rtree.elc #11 3584. ELC ruler-mode.elc #11 3586. ELC savehist.elc #11 3588. ELC saveplace.elc #11 3590. ELC scroll-all.elc #11 3592. ELC scroll-lock.elc #11 3593. ELC server.elc #11 3596. ELC ses.elc #11 3599. ELC shadowfile.elc #11 3604. ELC shell.elc #11 3606. ELC skeleton.elc #11 3608. ELC so-long.elc #11 3609. ELC sort.elc #11 3610. ELC soundex.elc #11 3611. ELC speedbar.elc #11 3613. ELC sqlite-mode.elc #11 3615. #11 3615. In end of data: #11 3615. sqlite-mode.el:66:43: Warning: the function `sqlite-close' is not known to be defined. #11 3615. ELC sqlite.elc #11 3616. ELC strokes.elc #11 3618. ELC svg.elc #11 3620. ELC t-mouse.elc #11 3621. ELC tab-line.elc #11 3622. ELC tabify.elc #11 3624. ELC talk.elc #11 3625. ELC tar-mode.elc #11 3627. ELC tempo.elc #11 3628. ELC term.elc #11 3631. ELC thingatpt.elc #11 3632. ELC thread.elc #11 3634. ELC time-stamp.elc #11 3635. ELC time.elc #11 3637. ELC timezone.elc #11 3638. ELC tmm.elc #11 3639. ELC transient.elc #11 3643. ELC tree-widget.elc #11 3645. ELC treesit.elc #11 3648. ELC tutorial.elc #11 3649. ELC type-break.elc #11 3650. ELC userlock.elc #11 3652. ELC vcursor.elc #11 3654. ELC view.elc #11 3655. ELC wdired.elc #11 3656. ELC whitespace.elc #11 3658. ELC wid-browse.elc #11 3659. ELC wid-edit.elc #11 3661. ELC windmove.elc #11 3662. ELC winner.elc #11 3664. ELC woman.elc #11 3666. ELC xdg.elc #11 3668. ELC xml.elc #11 3669. ELC xt-mouse.elc #11 3670. ELC xwidget.elc #11 3673. ELC yank-media.elc #11 3674. ELC calc/calc-aent.elc #11 3676. ELC calc/calc-alg.elc #11 3678. ELC calc/calc-arith.elc #11 3682. ELC calc/calc-bin.elc #11 3683. ELC calc/calc-comb.elc #11 3685. ELC calc/calc-cplx.elc #11 3687. ELC calc/calc-embed.elc #11 3689. ELC calc/calc-ext.elc #11 3692. ELC calc/calc-fin.elc #11 3694. ELC calc/calc-forms.elc #11 3697. ELC calc/calc-frac.elc #11 3699. ELC calc/calc-funcs.elc #11 3700. ELC calc/calc-graph.elc #11 3702. ELC calc/calc-help.elc #11 3704. ELC calc/calc-incom.elc #11 3705. ELC calc/calc-keypd.elc #11 3706. ELC calc/calc-lang.elc #11 3708. ELC calc/calc-loaddefs.elc #11 3709. ELC calc/calc-macs.elc #11 3711. ELC calc/calc-map.elc #11 3713. ELC calc/calc-math.elc #11 3715. ELC calc/calc-menu.elc #11 3717. ELC calc/calc-misc.elc #11 3718. ELC calc/calc-mode.elc #11 3720. ELC calc/calc-mtx.elc #11 3721. ELC calc/calc-nlfit.elc #11 3723. ELC calc/calc-poly.elc #11 3726. ELC calc/calc-prog.elc #11 3729. ELC calc/calc-rewr.elc #11 3733. ELC calc/calc-rules.elc #11 3735. ELC calc/calc-sel.elc #11 3737. ELC calc/calc-stat.elc #11 3739. ELC calc/calc-store.elc #11 3742. ELC calc/calc-stuff.elc #11 3744. ELC calc/calc-trail.elc #11 3746. ELC calc/calc-undo.elc #11 3748. ELC calc/calc-units.elc #11 3751. ELC calc/calc-vec.elc #11 3753. ELC calc/calc-yank.elc #11 3756. ELC calc/calc.elc #11 3759. ELC calc/calcalg2.elc #11 3763. ELC calc/calcalg3.elc #11 3766. ELC calc/calccomp.elc #11 3770. ELC calc/calcsel2.elc #11 3772. ELC calendar/appt.elc #11 3774. ELC calendar/cal-bahai.elc #11 3776. ELC calendar/cal-china.elc #11 3779. ELC calendar/cal-coptic.elc #11 3781. ELC calendar/cal-dst.elc #11 3783. ELC calendar/cal-french.elc #11 3785. ELC calendar/cal-hebrew.elc #11 3787. ELC calendar/cal-html.elc #11 3790. ELC calendar/cal-islam.elc #11 3792. ELC calendar/cal-iso.elc #11 3794. ELC calendar/cal-julian.elc #11 3796. ELC calendar/cal-loaddefs.elc #11 3798. ELC calendar/cal-mayan.elc #11 3800. ELC calendar/cal-menu.elc #11 3802. ELC calendar/cal-move.elc #11 3805. ELC calendar/cal-persia.elc #11 3807. ELC calendar/cal-tex.elc #11 3810. ELC calendar/cal-x.elc #11 3812. ELC calendar/calendar.elc #11 3815. ELC calendar/diary-lib.elc #11 3819. ELC calendar/diary-loaddefs.elc #11 3820. ELC calendar/holiday-loaddefs.elc #11 3822. ELC calendar/holidays.elc #11 3825. ELC calendar/icalendar.elc #11 3827. ELC calendar/iso8601.elc #11 3829. ELC calendar/lunar.elc #11 3831. ELC calendar/parse-time.elc #11 3834. ELC calendar/solar.elc #11 3836. ELC calendar/time-date.elc #11 3838. ELC calendar/timeclock.elc #11 3840. ELC calendar/todo-mode.elc #11 3845. ELC cedet/cedet-cscope.elc #11 3847. ELC cedet/cedet-files.elc #11 3848. ELC cedet/cedet-global.elc #11 3850. ELC cedet/cedet-idutils.elc #11 3852. ELC cedet/cedet.elc #11 3854. ELC cedet/data-debug.elc #11 3856. ELC cedet/ede.elc #11 3859. ELC cedet/mode-local.elc #11 3862. ELC cedet/pulse.elc #11 3864. ELC cedet/semantic.elc #11 3867. ELC cedet/srecode.elc #11 3868. ELC cedet/ede/auto.elc #11 3871. ELC cedet/ede/autoconf-edit.elc #11 3873. ELC cedet/ede/base.elc #11 3875. ELC cedet/ede/config.elc #11 3880. ELC cedet/ede/cpp-root.elc #11 3884. ELC cedet/ede/custom.elc #11 3887. ELC cedet/ede/detect.elc #11 3890. ELC cedet/ede/dired.elc #11 3893. ELC cedet/ede/emacs.elc #11 3896. ELC cedet/ede/files.elc #11 3899. ELC cedet/ede/generic.elc #11 3902. ELC cedet/ede/linux.elc #11 3905. ELC cedet/ede/loaddefs.elc #11 3906. ELC cedet/ede/locate.elc #11 3909. ELC cedet/ede/make.elc #11 3911. ELC cedet/ede/makefile-edit.elc #11 3912. ELC cedet/ede/pconf.elc #11 3915. ELC cedet/ede/pmake.elc #11 3918. ELC cedet/ede/proj-archive.elc #11 3920. ELC cedet/ede/proj-aux.elc #11 3923. ELC cedet/ede/proj-comp.elc #11 3925. ELC cedet/ede/proj-elisp.elc #11 3927. ELC cedet/ede/proj-info.elc #11 3929. ELC cedet/ede/proj-misc.elc #11 3932. ELC cedet/ede/proj-obj.elc #11 3936. ELC cedet/ede/proj-prog.elc #11 3940. ELC cedet/ede/proj-scheme.elc #11 3944. ELC cedet/ede/proj-shared.elc #11 3948. ELC cedet/ede/proj.elc #11 3952. ELC cedet/ede/project-am.elc #11 3957. ELC cedet/ede/shell.elc #11 3960. ELC cedet/ede/simple.elc #11 3964. ELC cedet/ede/source.elc #11 3966. ELC cedet/ede/speedbar.elc #11 3969. ELC cedet/ede/srecode.elc #11 3972. ELC cedet/ede/system.elc #11 3975. ELC cedet/ede/util.elc #11 3978. ELC cedet/semantic/analyze.elc #11 3982. ELC cedet/semantic/bovine.elc #11 3985. ELC cedet/semantic/chart.elc #11 3989. ELC cedet/semantic/complete.elc #11 3993. ELC cedet/semantic/ctxt.elc #11 3997. ELC cedet/semantic/db-debug.elc #11 4000. ELC cedet/semantic/db-ebrowse.elc #11 4005. ELC cedet/semantic/db-el.elc #11 4008. ELC cedet/semantic/db-file.elc #11 4012. ELC cedet/semantic/db-find.elc #11 4015. ELC cedet/semantic/db-global.elc #11 4019. ELC cedet/semantic/db-javascript.elc #11 4023. ELC cedet/semantic/db-mode.elc #11 4026. ELC cedet/semantic/db-ref.elc #11 4029. ELC cedet/semantic/db-typecache.elc #11 4032. ELC cedet/semantic/debug.elc #11 4035. ELC cedet/semantic/decorate.elc #11 4038. ELC cedet/semantic/dep.elc #11 4040. ELC cedet/semantic/doc.elc #11 4042. ELC cedet/semantic/ede-grammar.elc #11 4049. ELC cedet/semantic/edit.elc #11 4052. ELC cedet/semantic/find.elc #11 4055. ELC cedet/semantic/format.elc #11 4058. ELC cedet/semantic/fw.elc #11 4061. ELC cedet/semantic/grammar-wy.elc #11 4066. ELC cedet/semantic/grammar.elc #11 4071. ELC cedet/semantic/grm-wy-boot.elc #11 4076. ELC cedet/semantic/html.elc #11 4080. ELC cedet/semantic/ia-sb.elc #11 4083. ELC cedet/semantic/ia.elc #11 4087. ELC cedet/semantic/idle.elc #11 4091. ELC cedet/semantic/imenu.elc #11 4094. ELC cedet/semantic/java.elc #11 4096. ELC cedet/semantic/lex-spp.elc #11 4098. ELC cedet/semantic/lex.elc #11 4100. ELC cedet/semantic/loaddefs.elc #11 4101. ELC cedet/semantic/mru-bookmark.elc #11 4104. ELC cedet/semantic/sb.elc #11 4106. ELC cedet/semantic/scope.elc #11 4109. ELC cedet/semantic/senator.elc #11 4112. ELC cedet/semantic/sort.elc #11 4113. ELC cedet/semantic/symref.elc #11 4117. ELC cedet/semantic/tag-file.elc #11 4120. ELC cedet/semantic/tag-ls.elc #11 4122. ELC cedet/semantic/tag-write.elc #11 4124. ELC cedet/semantic/tag.elc #11 4126. ELC cedet/semantic/texi.elc #11 4129. ELC cedet/semantic/util-modes.elc #11 4131. ELC cedet/semantic/util.elc #11 4133. ELC cedet/semantic/wisent.elc #11 4135. ELC cedet/semantic/analyze/complete.elc #11 4137. ELC cedet/semantic/analyze/debug.elc #11 4139. ELC cedet/semantic/analyze/fcn.elc #11 4140. ELC cedet/semantic/analyze/refs.elc #11 4142. ELC cedet/semantic/bovine/c-by.elc #11 4144. ELC cedet/semantic/bovine/c.elc #11 4159. ELC cedet/semantic/bovine/debug.elc #11 4162. ELC cedet/semantic/bovine/el.elc #11 4166. ELC cedet/semantic/bovine/gcc.elc #11 4168. ELC cedet/semantic/bovine/grammar.elc #11 4172. ELC cedet/semantic/bovine/make-by.elc #11 4174. ELC cedet/semantic/bovine/make.elc #11 4178. ELC cedet/semantic/bovine/scm-by.elc #11 4181. ELC cedet/semantic/bovine/scm.elc #11 4183. ELC cedet/semantic/decorate/include.elc #11 4186. ELC cedet/semantic/decorate/mode.elc #11 4189. ELC cedet/semantic/symref/cscope.elc #11 4191. ELC cedet/semantic/symref/filter.elc #11 4195. ELC cedet/semantic/symref/global.elc #11 4198. ELC cedet/semantic/symref/grep.elc #11 4202. ELC cedet/semantic/symref/idutils.elc #11 4205. ELC cedet/semantic/symref/list.elc #11 4209. ELC cedet/semantic/wisent/comp.elc #11 4215. ELC cedet/semantic/wisent/grammar.elc #11 4218. ELC cedet/semantic/wisent/java-tags.elc #11 4221. ELC cedet/semantic/wisent/javascript.elc #11 4224. ELC cedet/semantic/wisent/javat-wy.elc #11 4228. ELC cedet/semantic/wisent/js-wy.elc #11 4233. ELC cedet/semantic/wisent/python-wy.elc #11 4239. ELC cedet/semantic/wisent/python.elc #11 4244. ELC cedet/semantic/wisent/wisent.elc #11 4246. ELC cedet/srecode/args.elc #11 4249. ELC cedet/srecode/compile.elc #11 4252. ELC cedet/srecode/cpp.elc #11 4260. ELC cedet/srecode/ctxt.elc #11 4263. ELC cedet/srecode/dictionary.elc #11 4266. ELC cedet/srecode/document.elc #11 4274. ELC cedet/srecode/el.elc #11 4282. ELC cedet/srecode/expandproto.elc #11 4290. ELC cedet/srecode/extract.elc #11 4297. ELC cedet/srecode/fields.elc #11 4300. ELC cedet/srecode/filters.elc #11 4301. ELC cedet/srecode/find.elc #11 4307. ELC cedet/srecode/getset.elc #11 4314. ELC cedet/srecode/insert.elc #11 4322. ELC cedet/srecode/java.elc #11 4326. ELC cedet/srecode/loaddefs.elc #11 4328. ELC cedet/srecode/map.elc #11 4331. ELC cedet/srecode/mode.elc #11 4338. ELC cedet/srecode/semantic.elc #11 4346. ELC cedet/srecode/srt-mode.elc #11 4350. ELC cedet/srecode/srt-wy.elc #11 4353. ELC cedet/srecode/srt.elc #11 4360. ELC cedet/srecode/table.elc #11 4363. ELC cedet/srecode/template.elc #11 4365. ELC cedet/srecode/texi.elc #11 4375. ELC emacs-lisp/advice.elc #11 4377. ELC emacs-lisp/avl-tree.elc #11 4380. ELC emacs-lisp/backtrace.elc #11 4383. ELC emacs-lisp/benchmark.elc #11 4385. ELC emacs-lisp/bindat.elc #11 4388. ELC emacs-lisp/chart.elc #11 4391. ELC emacs-lisp/check-declare.elc #11 4393. ELC emacs-lisp/checkdoc.elc #11 4397. ELC emacs-lisp/cl-extra.elc #11 4399. ELC emacs-lisp/cl-indent.elc #11 4401. ELC emacs-lisp/cl-loaddefs.elc #11 4403. ELC emacs-lisp/cl-macs.elc #11 4407. ELC emacs-lisp/cl-print.elc #11 4409. ELC emacs-lisp/cl-seq.elc #11 4411. ELC emacs-lisp/comp-cstr.elc #11 4415. ELC emacs-lisp/comp.elc #11 4437. ELC emacs-lisp/copyright.elc #11 4438. ELC emacs-lisp/crm.elc #11 4439. ELC emacs-lisp/cursor-sensor.elc #11 4440. ELC emacs-lisp/debug.elc #11 4441. ELC emacs-lisp/derived.elc #11 4443. ELC emacs-lisp/disass.elc #11 4444. ELC emacs-lisp/easy-mmode.elc #11 4446. ELC emacs-lisp/edebug.elc #11 4449. ELC emacs-lisp/eieio-core.elc #11 4451. ELC emacs-lisp/eieio-custom.elc #11 4452. ELC emacs-lisp/eieio-datadebug.elc #11 4453. ELC emacs-lisp/eieio-opt.elc #11 4455. ELC emacs-lisp/eieio-speedbar.elc #11 4456. ELC emacs-lisp/elint.elc #11 4457. ELC emacs-lisp/elp.elc #11 4458. ELC emacs-lisp/ert-x.elc #11 4461. ELC emacs-lisp/ert.elc #11 4467. ELC emacs-lisp/ewoc.elc #11 4468. ELC emacs-lisp/faceup.elc #11 4469. ELC emacs-lisp/find-func.elc #11 4470. ELC emacs-lisp/generate-lisp-file.elc #11 4471. ELC emacs-lisp/generator.elc #11 4474. ELC emacs-lisp/generic.elc #11 4475. ELC emacs-lisp/gv.elc #11 4477. ELC emacs-lisp/helper.elc #11 4478. ELC emacs-lisp/hierarchy.elc #11 4479. ELC emacs-lisp/icons.elc #11 4480. ELC emacs-lisp/inline.elc #11 4481. ELC emacs-lisp/let-alist.elc #11 4482. ELC emacs-lisp/lisp-mnt.elc #11 4483. ELC emacs-lisp/map.elc #11 4484. ELC emacs-lisp/memory-report.elc #11 4485. ELC emacs-lisp/multisession.elc #11 4486. ELC emacs-lisp/package-vc.elc #11 4490. ELC emacs-lisp/package-x.elc #11 4494. ELC emacs-lisp/package.elc #11 4499. ELC emacs-lisp/pcase.elc #11 4500. ELC emacs-lisp/pp.elc #11 4501. ELC emacs-lisp/range.elc #11 4501. ELC emacs-lisp/re-builder.elc #11 4503. ELC emacs-lisp/regi.elc #11 4504. ELC emacs-lisp/ring.elc #11 4504. ELC emacs-lisp/rx.elc #11 4506. ELC emacs-lisp/shadow.elc #11 4507. ELC emacs-lisp/shortdoc.elc #11 4508. ELC emacs-lisp/smie.elc #11 4510. ELC emacs-lisp/subr-x.elc #11 4511. ELC emacs-lisp/tcover-ses.elc #11 4512. ELC emacs-lisp/testcover.elc #11 4513. ELC emacs-lisp/text-property-search.elc #11 4514. ELC emacs-lisp/thunk.elc #11 4514. ELC emacs-lisp/timer-list.elc #11 4515. ELC emacs-lisp/tq.elc #11 4519. ELC emacs-lisp/trace.elc #11 4520. ELC emacs-lisp/unsafep.elc #11 4521. ELC emacs-lisp/vtable.elc #11 4522. ELC emacs-lisp/warnings.elc #11 4523. ELC emulation/cua-base.elc #11 4524. ELC emulation/cua-gmrk.elc #11 4525. ELC emulation/cua-rect.elc #11 4526. ELC emulation/edt-lk201.elc #11 4526. ELC emulation/edt-mapper.elc #11 4527. ELC emulation/edt-pc.elc #11 4528. ELC emulation/edt-vt100.elc #11 4529. ELC emulation/edt.elc #11 4530. ELC emulation/keypad.elc #11 4531. ELC emulation/viper-cmd.elc #11 4533. ELC emulation/viper-ex.elc #11 4535. ELC emulation/viper-init.elc #11 4536. ELC emulation/viper-keym.elc #11 4537. ELC emulation/viper-macs.elc #11 4538. ELC emulation/viper-mous.elc #11 4539. ELC emulation/viper-util.elc #11 4540. ELC emulation/viper.elc #11 4541. ELC erc/erc-autoaway.elc #11 4544. ELC erc/erc-backend.elc #11 4547. ELC erc/erc-button.elc #11 4551. ELC erc/erc-capab.elc #11 4552. ELC erc/erc-common.elc #11 4554. ELC erc/erc-compat.elc #11 4554. ELC erc/erc-dcc.elc #11 4556. ELC erc/erc-desktop-notifications.elc #11 4557. ELC erc/erc-ezbounce.elc #11 4559. ELC erc/erc-fill.elc #11 4560. ELC erc/erc-goodies.elc #11 4562. ELC erc/erc-ibuffer.elc #11 4563. ELC erc/erc-identd.elc #11 4564. ELC erc/erc-imenu.elc #11 4565. ELC erc/erc-join.elc #11 4567. ELC erc/erc-lang.elc #11 4569. ELC erc/erc-list.elc #11 4570. ELC erc/erc-loaddefs.elc #11 4570. ELC erc/erc-log.elc #11 4571. ELC erc/erc-match.elc #11 4573. ELC erc/erc-menu.elc #11 4574. ELC erc/erc-netsplit.elc #11 4575. ELC erc/erc-networks.elc #11 4576. ELC erc/erc-nicks.elc #11 4580. ELC erc/erc-notify.elc #11 4581. ELC erc/erc-page.elc #11 4583. ELC erc/erc-pcomplete.elc #11 4585. ELC erc/erc-replace.elc #11 4587. ELC erc/erc-ring.elc #11 4589. ELC erc/erc-sasl.elc #11 4591. ELC erc/erc-services.elc #11 4593. ELC erc/erc-sound.elc #11 4594. ELC erc/erc-speedbar.elc #11 4598. ELC erc/erc-spelling.elc #11 4600. ELC erc/erc-stamp.elc #11 4602. ELC erc/erc-status-sidebar.elc #11 4604. ELC erc/erc-track.elc #11 4606. ELC erc/erc-truncate.elc #11 4607. ELC erc/erc-xdcc.elc #11 4609. ELC erc/erc.elc #11 4614. ELC eshell/em-alias.elc #11 4616. ELC eshell/em-banner.elc #11 4617. ELC eshell/em-basic.elc #11 4619. ELC eshell/em-cmpl.elc #11 4620. ELC eshell/em-dirs.elc #11 4622. ELC eshell/em-elecslash.elc #11 4627. ELC eshell/em-extpipe.elc #11 4628. ELC eshell/em-glob.elc #11 4630. ELC eshell/em-hist.elc #11 4632. ELC eshell/em-ls.elc #11 4633. ELC eshell/em-pred.elc #11 4635. ELC eshell/em-prompt.elc #11 4637. ELC eshell/em-rebind.elc #11 4638. ELC eshell/em-script.elc #11 4640. ELC eshell/em-smart.elc #11 4641. ELC eshell/em-term.elc #11 4643. ELC eshell/em-tramp.elc #11 4647. ELC eshell/em-unix.elc #11 4649. ELC eshell/em-xtra.elc #11 4650. ELC eshell/esh-arg.elc #11 4651. ELC eshell/esh-cmd.elc #11 4654. ELC eshell/esh-ext.elc #11 4655. ELC eshell/esh-groups.elc #11 4656. ELC eshell/esh-io.elc #11 4657. ELC eshell/esh-mode.elc #11 4659. ELC eshell/esh-module.elc #11 4660. ELC eshell/esh-opt.elc #11 4661. ELC eshell/esh-proc.elc #11 4662. ELC eshell/esh-util.elc #11 4664. ELC eshell/esh-var.elc #11 4665. ELC eshell/eshell.elc #11 4666. ELC gnus/canlock.elc #11 4667. ELC gnus/deuglify.elc #11 4675. ELC gnus/gmm-utils.elc #11 4676. ELC gnus/gnus-agent.elc #11 4687. ELC gnus/gnus-art.elc #11 4700. ELC gnus/gnus-async.elc #11 4708. ELC gnus/gnus-bcklg.elc #11 4711. ELC gnus/gnus-bookmark.elc #11 4719. ELC gnus/gnus-cache.elc #11 4728. ELC gnus/gnus-cite.elc #11 4736. ELC gnus/gnus-cloud.elc #11 4739. ELC gnus/gnus-cus.elc #11 4748. ELC gnus/gnus-dbus.elc #11 4751. ELC gnus/gnus-delay.elc #11 4760. ELC gnus/gnus-demon.elc #11 4766. ELC gnus/gnus-diary.elc #11 4775. ELC gnus/gnus-dired.elc #11 4776. ELC gnus/gnus-draft.elc #11 4785. ELC gnus/gnus-dup.elc #11 4794. ELC gnus/gnus-eform.elc #11 4797. ELC gnus/gnus-fun.elc #11 4800. ELC gnus/gnus-gravatar.elc #11 4808. ELC gnus/gnus-group.elc #11 4816. ELC gnus/gnus-html.elc #11 4824. ELC gnus/gnus-icalendar.elc #11 4834. ELC gnus/gnus-int.elc #11 4843. ELC gnus/gnus-kill.elc #11 4850. ELC gnus/gnus-logic.elc #11 4857. ELC gnus/gnus-mh.elc #11 4864. ELC gnus/gnus-ml.elc #11 4871. ELC gnus/gnus-mlspl.elc #11 4877. ELC gnus/gnus-msg.elc #11 4884. ELC gnus/gnus-notifications.elc #11 4889. ELC gnus/gnus-picon.elc #11 4894. ELC gnus/gnus-range.elc #11 4895. ELC gnus/gnus-registry.elc #11 4902. ELC gnus/gnus-rfc1843.elc #11 4907. ELC gnus/gnus-rmail.elc #11 4909. ELC gnus/gnus-salt.elc #11 4915. ELC gnus/gnus-score.elc #11 4921. ELC gnus/gnus-search.elc #11 4928. ELC gnus/gnus-sieve.elc #11 4933. ELC gnus/gnus-spec.elc #11 4935. ELC gnus/gnus-srvr.elc #11 4938. ELC gnus/gnus-start.elc #11 4944. ELC gnus/gnus-sum.elc #11 4953. ELC gnus/gnus-topic.elc #11 4956. ELC gnus/gnus-undo.elc #11 4958. ELC gnus/gnus-util.elc #11 4959. ELC gnus/gnus-uu.elc #11 4964. ELC gnus/gnus-vm.elc #11 4967. ELC gnus/gnus-win.elc #11 4969. ELC gnus/gnus.elc #11 4972. ELC gnus/gssapi.elc #11 4973. ELC gnus/legacy-gnus-agent.elc #11 4976. ELC gnus/mail-source.elc #11 4978. ELC gnus/message.elc #11 4982. ELC gnus/mm-archive.elc #11 4983. ELC gnus/mm-bodies.elc #11 4984. ELC gnus/mm-decode.elc #11 4985. ELC gnus/mm-encode.elc #11 4986. ELC gnus/mm-extern.elc #11 4987. ELC gnus/mm-partial.elc #11 4992. ELC gnus/mm-url.elc #11 4993. ELC gnus/mm-util.elc #11 4994. ELC gnus/mm-uu.elc #11 4996. ELC gnus/mm-view.elc #11 4997. ELC gnus/mml-sec.elc #11 4999. ELC gnus/mml-smime.elc #11 4999. ELC gnus/mml.elc #11 5002. ELC gnus/mml1991.elc #11 5003. ELC gnus/mml2015.elc #11 5004. ELC gnus/nnagent.elc #11 5009. ELC gnus/nnbabyl.elc #11 5012. ELC gnus/nndiary.elc #11 5017. ELC gnus/nndir.elc #11 5019. ELC gnus/nndoc.elc #11 5021. ELC gnus/nndraft.elc #11 5023. ELC gnus/nneething.elc #11 5025. ELC gnus/nnfolder.elc #11 5027. ELC gnus/nngateway.elc #11 5031. ELC gnus/nnheader.elc #11 5033. ELC gnus/nnimap.elc #11 5036. ELC gnus/nnmail.elc #11 5038. ELC gnus/nnmaildir.elc #11 5042. ELC gnus/nnmairix.elc #11 5048. ELC gnus/nnmbox.elc #11 5050. ELC gnus/nnmh.elc #11 5052. ELC gnus/nnml.elc #11 5054. ELC gnus/nnnil.elc #11 5055. ELC gnus/nnoo.elc #11 5056. ELC gnus/nnregistry.elc #11 5060. ELC gnus/nnrss.elc #11 5062. ELC gnus/nnselect.elc #11 5068. ELC gnus/nnspool.elc #11 5070. ELC gnus/nntp.elc #11 5073. ELC gnus/nnvirtual.elc #11 5078. ELC gnus/nnweb.elc #11 5080. ELC gnus/score-mode.elc #11 5081. ELC gnus/smiley.elc #11 5086. ELC gnus/smime.elc #11 5087. ELC gnus/spam-report.elc #11 5091. ELC gnus/spam-stat.elc #11 5093. ELC gnus/spam-wash.elc #11 5098. ELC gnus/spam.elc #11 5104. ELC image/compface.elc #11 5104. ELC image/exif.elc #11 5105. ELC image/gravatar.elc #11 5107. ELC image/image-converter.elc #11 5108. ELC image/image-crop.elc #11 5109. ELC image/image-dired-dired.elc #11 5110. ELC image/image-dired-external.elc #11 5111. ELC image/image-dired-tags.elc #11 5112. ELC image/image-dired-util.elc #11 5113. #11 5113. In end of data: #11 5113. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #11 5113. ELC image/image-dired.elc #11 5114. ELC image/wallpaper.elc #11 5116. ELC international/ccl.elc #11 5117. ELC international/emoji.elc #11 5118. ELC international/isearch-x.elc #11 5119. ELC international/iso-ascii.elc #11 5120. ELC international/iso-cvt.elc #11 5120. ELC international/ja-dic-utl.elc #11 5121. ELC international/kinsoku.elc #11 5121. ELC international/kkc.elc #11 5122. ELC international/latexenc.elc #11 5123. ELC international/latin1-disp.elc #11 5124. ELC international/mule-diag.elc #11 5125. ELC international/ogonek.elc #11 5126. ELC international/quail.elc #11 5128. ELC international/rfc1843.elc #11 5129. ELC international/robin.elc #11 5129. ELC international/textsec-check.elc #11 5130. ELC international/textsec.elc #11 5133. ELC international/utf-7.elc #11 5134. ELC international/utf7.elc #11 5134. ELC language/china-util.elc #11 5135. ELC language/cyril-util.elc #11 5135. ELC language/ethio-util.elc #11 5136. ELC language/hanja-util.elc #11 5137. ELC language/ind-util.elc #11 5143. ELC language/japan-util.elc #11 5143. ELC language/korea-util.elc #11 5143. ELC language/lao-util.elc #11 5144. ELC language/pinyin.elc #11 5144. ELC language/thai-util.elc #11 5145. ELC language/thai-word.elc #11 5145. ELC language/tibet-util.elc #11 5146. ELC language/tv-util.elc #11 5146. ELC language/viet-util.elc #11 5147. ELC leim/quail/4Corner.elc #11 5148. ELC leim/quail/ARRAY30.elc #11 5150. ELC leim/quail/CCDOSPY.elc #11 5151. ELC leim/quail/CTLau-b5.elc #11 5152. ELC leim/quail/CTLau.elc #11 5153. ELC leim/quail/ECDICT.elc #11 5155. ELC leim/quail/ETZY.elc #11 5156. ELC leim/quail/PY-b5.elc #11 5157. ELC leim/quail/PY.elc #11 5158. ELC leim/quail/Punct-b5.elc #11 5158. ELC leim/quail/Punct.elc #11 5159. ELC leim/quail/QJ-b5.elc #11 5159. ELC leim/quail/QJ.elc #11 5160. ELC leim/quail/SW.elc #11 5161. ELC leim/quail/TONEPY.elc #11 5162. ELC leim/quail/ZIRANMA.elc #11 5166. ELC leim/quail/ZOZY.elc #11 5167. ELC leim/quail/arabic.elc #11 5168. ELC leim/quail/cham.elc #11 5169. ELC leim/quail/compose.elc #11 5170. ELC leim/quail/croatian.elc #11 5170. ELC leim/quail/cyril-jis.elc #11 5171. ELC leim/quail/cyrillic.elc #11 5172. ELC leim/quail/czech.elc #11 5172. ELC leim/quail/emoji.elc #11 5174. ELC leim/quail/ethiopic.elc #11 5175. ELC leim/quail/georgian.elc #11 5175. ELC leim/quail/greek.elc #11 5176. ELC leim/quail/hangul.elc #11 5177. ELC leim/quail/hanja-jis.elc #11 5177. ELC leim/quail/hanja.elc #11 5178. ELC leim/quail/hanja3.elc #11 5178. ELC leim/quail/hebrew.elc #11 5179. ELC leim/quail/indian.elc #11 5180. ELC leim/quail/indonesian.elc #11 5181. ELC leim/quail/ipa-praat.elc #11 5181. ELC leim/quail/ipa.elc #11 5182. ELC leim/quail/japanese.elc #11 5183. ELC leim/quail/lao.elc #11 5184. ELC leim/quail/latin-alt.elc #11 5184. ELC leim/quail/latin-ltx.elc #11 5189. ELC leim/quail/latin-post.elc #11 5190. ELC leim/quail/latin-pre.elc #11 5190. ELC leim/quail/lrt.elc #11 5191. ELC leim/quail/misc-lang.elc #11 5191. ELC leim/quail/persian.elc #11 5192. ELC leim/quail/philippine.elc #11 5192. ELC leim/quail/programmer-dvorak.elc #11 5193. ELC leim/quail/py-punct.elc #11 5193. ELC leim/quail/pypunct-b5.elc #11 5194. ELC leim/quail/quick-b5.elc #11 5195. ELC leim/quail/quick-cns.elc #11 5196. ELC leim/quail/rfc1345.elc #11 5197. ELC leim/quail/sami.elc #11 5198. ELC leim/quail/sgml-input.elc #11 5199. ELC leim/quail/sisheng.elc #11 5200. ELC leim/quail/slovak.elc #11 5200. ELC leim/quail/symbol-ksc.elc #11 5201. ELC leim/quail/tamil-dvorak.elc #11 5201. ELC leim/quail/thai.elc #11 5202. ELC leim/quail/tibetan.elc #11 5203. ELC leim/quail/tsang-b5.elc #11 5205. ELC leim/quail/tsang-cns.elc #11 5207. ELC leim/quail/uni-input.elc #11 5207. ELC leim/quail/viqr.elc #11 5208. ELC leim/quail/vntelex.elc #11 5209. ELC leim/quail/vnvni.elc #11 5209. ELC leim/quail/welsh.elc #11 5210. ELC mail/binhex.elc #11 5211. ELC mail/emacsbug.elc #11 5212. ELC mail/feedmail.elc #11 5214. ELC mail/flow-fill.elc #11 5215. ELC mail/footnote.elc #11 5215. ELC mail/hashcash.elc #11 5216. ELC mail/ietf-drums-date.elc #11 5217. ELC mail/ietf-drums.elc #11 5218. ELC mail/mail-extr.elc #11 5219. ELC mail/mail-hist.elc #11 5220. ELC mail/mail-parse.elc #11 5221. ELC mail/mail-prsvr.elc #11 5222. ELC mail/mail-utils.elc #11 5223. ELC mail/mailabbrev.elc #11 5224. ELC mail/mailalias.elc #11 5225. ELC mail/mailclient.elc #11 5227. ELC mail/mailheader.elc #11 5227. ELC mail/mspools.elc #11 5228. ELC mail/qp.elc #11 5229. ELC mail/reporter.elc #11 5229. ELC mail/rfc2045.elc #11 5230. ELC mail/rfc2047.elc #11 5231. ELC mail/rfc2231.elc #11 5232. ELC mail/rfc6068.elc #11 5233. ELC mail/rfc822.elc #11 5233. ELC mail/rmail-spam-filter.elc #11 5235. ELC mail/rmail.elc #11 5237. ELC mail/rmailedit.elc #11 5239. ELC mail/rmailkwd.elc #11 5240. ELC mail/rmailmm.elc #11 5243. ELC mail/rmailmsc.elc #11 5244. ELC mail/rmailout.elc #11 5245. ELC mail/rmailsort.elc #11 5247. ELC mail/rmailsum.elc #11 5249. ELC mail/sendmail.elc #11 5250. ELC mail/smtpmail.elc #11 5252. ELC mail/supercite.elc #11 5253. ELC mail/undigest.elc #11 5255. ELC mail/unrmail.elc #11 5255. ELC mail/uudecode.elc #11 5256. ELC mail/yenc.elc #11 5257. ELC mh-e/mh-acros.elc #11 5258. ELC mh-e/mh-alias.elc #11 5259. ELC mh-e/mh-buffers.elc #11 5260. ELC mh-e/mh-comp.elc #11 5263. ELC mh-e/mh-e.elc #11 5265. ELC mh-e/mh-folder.elc #11 5266. ELC mh-e/mh-funcs.elc #11 5267. ELC mh-e/mh-gnus.elc #11 5269. ELC mh-e/mh-identity.elc #11 5269. ELC mh-e/mh-inc.elc #11 5270. ELC mh-e/mh-junk.elc #11 5272. ELC mh-e/mh-letter.elc #11 5273. ELC mh-e/mh-limit.elc #11 5273. ELC mh-e/mh-loaddefs.elc #11 5274. ELC mh-e/mh-mime.elc #11 5277. ELC mh-e/mh-print.elc #11 5277. ELC mh-e/mh-scan.elc #11 5278. ELC mh-e/mh-search.elc #11 5284. ELC mh-e/mh-seq.elc #11 5286. ELC mh-e/mh-show.elc #11 5293. ELC mh-e/mh-speed.elc #11 5294. ELC mh-e/mh-thread.elc #11 5297. ELC mh-e/mh-tool-bar.elc #11 5298. ELC mh-e/mh-utils.elc #11 5299. ELC mh-e/mh-xface.elc #11 5300. ELC net/ange-ftp.elc #11 5303. ELC net/browse-url.elc #11 5305. ELC net/dbus.elc #11 5306. ELC net/dictionary-connection.elc #11 5307. ELC net/dictionary.elc #11 5308. ELC net/dig.elc #11 5309. ELC net/dns.elc #11 5310. ELC net/eudc-bob.elc #11 5311. ELC net/eudc-capf.elc #11 5312. ELC net/eudc-export.elc #11 5313. ELC net/eudc-hotlist.elc #11 5314. ELC net/eudc-vars.elc #11 5315. ELC net/eudc.elc #11 5316. ELC net/eudcb-bbdb.elc #11 5317. ELC net/eudcb-ecomplete.elc #11 5318. ELC net/eudcb-ldap.elc #11 5319. ELC net/eudcb-mab.elc #11 5320. ELC net/eudcb-macos-contacts.elc #11 5321. ELC net/eudcb-mailabbrev.elc #11 5322. ELC net/eww.elc #11 5327. #11 5327. In end of data: #11 5327. net/eww.el:1231:59: Warning: the function `imagep' is not known to be defined. #11 5327. ELC net/gnutls.elc #11 5327. ELC net/goto-addr.elc #11 5328. ELC net/hmac-def.elc #11 5329. ELC net/hmac-md5.elc #11 5329. ELC net/imap.elc #11 5332. ELC net/ldap.elc #11 5333. ELC net/mailcap.elc #11 5334. ELC net/mairix.elc #11 5335. ELC net/net-utils.elc #11 5336. ELC net/network-stream.elc #11 5337. ELC net/newst-backend.elc #11 5339. ELC net/newst-plainview.elc #11 5341. ELC net/newst-reader.elc #11 5342. ELC net/newst-ticker.elc #11 5342. ELC net/newst-treeview.elc #11 5344. ELC net/newsticker.elc #11 5345. ELC net/nsm.elc #11 5346. ELC net/ntlm.elc #11 5346. ELC net/pop3.elc #11 5347. ELC net/puny.elc #11 5348. ELC net/rcirc.elc #11 5350. ELC net/rfc2104.elc #11 5351. ELC net/sasl-cram.elc #11 5351. ELC net/sasl-digest.elc #11 5352. ELC net/sasl-ntlm.elc #11 5352. ELC net/sasl-scram-rfc.elc #11 5353. ELC net/sasl-scram-sha256.elc #11 5353. ELC net/sasl.elc #11 5354. ELC net/secrets.elc #11 5354. ELC net/shr-color.elc #11 5355. ELC net/shr.elc #11 5358. ELC net/sieve-manage.elc #11 5359. ELC net/sieve-mode.elc #11 5360. ELC net/sieve.elc #11 5360. ELC net/snmp-mode.elc #11 5360. ELC net/soap-client.elc #11 5367. ELC net/soap-inspect.elc #11 5369. ELC net/socks.elc #11 5370. ELC net/telnet.elc #11 5371. ELC net/tramp-adb.elc #11 5375. ELC net/tramp-archive.elc #11 5379. ELC net/tramp-cache.elc #11 5381. ELC net/tramp-cmds.elc #11 5384. ELC net/tramp-compat.elc #11 5387. ELC net/tramp-container.elc #11 5388. ELC net/tramp-crypt.elc #11 5390. ELC net/tramp-ftp.elc #11 5392. ELC net/tramp-fuse.elc #11 5393. ELC net/tramp-gvfs.elc #11 5397. ELC net/tramp-integration.elc #11 5398. ELC net/tramp-loaddefs.elc #11 5399. ELC net/tramp-message.elc #11 5400. ELC net/tramp-rclone.elc #11 5401. ELC net/tramp-sh.elc #11 5405. ELC net/tramp-smb.elc #11 5409. ELC net/tramp-sshfs.elc #11 5410. ELC net/tramp-sudoedit.elc #11 5412. ELC net/tramp-uu.elc #11 5413. ELC net/tramp.elc #11 5419. ELC net/trampver.elc #11 5420. ELC net/webjump.elc #11 5422. ELC net/zeroconf.elc #11 5423. ELC nxml/nxml-enc.elc #11 5423. ELC nxml/nxml-maint.elc #11 5424. ELC nxml/nxml-mode.elc #11 5426. ELC nxml/nxml-ns.elc #11 5426. ELC nxml/nxml-outln.elc #11 5427. ELC nxml/nxml-parse.elc #11 5428. ELC nxml/nxml-rap.elc #11 5429. ELC nxml/nxml-util.elc #11 5430. ELC nxml/rng-cmpct.elc #11 5431. ELC nxml/rng-dt.elc #11 5432. ELC nxml/rng-loc.elc #11 5433. ELC nxml/rng-maint.elc #11 5436. ELC nxml/rng-match.elc #11 5437. ELC nxml/rng-nxml.elc #11 5439. ELC nxml/rng-parse.elc #11 5440. ELC nxml/rng-pttrn.elc #11 5440. ELC nxml/rng-uri.elc #11 5441. ELC nxml/rng-util.elc #11 5442. ELC nxml/rng-valid.elc #11 5443. ELC nxml/rng-xsd.elc #11 5444. ELC nxml/xmltok.elc #11 5446. ELC nxml/xsd-regexp.elc #11 5447. ELC obsolete/autoarg.elc #11 5448. ELC obsolete/autoload.elc #11 5449. ELC obsolete/bruce.elc #11 5450. ELC obsolete/cc-compat.elc #11 5454. ELC obsolete/cl-compat.elc #11 5455. ELC obsolete/cl.elc #11 5456. ELC obsolete/crisp.elc #11 5456. ELC obsolete/eieio-compat.elc #11 5457. ELC obsolete/eudcb-ph.elc #11 5458. ELC obsolete/gs.elc #11 5459. ELC obsolete/gulp.elc #11 5460. ELC obsolete/html2text.elc #11 5462. ELC obsolete/info-edit.elc #11 5463. ELC obsolete/inversion.elc #11 5464. ELC obsolete/iswitchb.elc #11 5465. ELC obsolete/landmark.elc #11 5466. ELC obsolete/linum.elc #11 5467. ELC obsolete/longlines.elc #11 5468. ELC obsolete/makesum.elc #11 5469. ELC obsolete/mantemp.elc #11 5470. ELC obsolete/meese.elc #11 5470. ELC obsolete/metamail.elc #11 5471. ELC obsolete/mh-compat.elc #11 5472. ELC obsolete/netrc.elc #11 5472. ELC obsolete/nnir.elc #11 5474. ELC obsolete/otodo-mode.elc #11 5475. ELC obsolete/pgg-def.elc #11 5475. ELC obsolete/pgg-gpg.elc #11 5476. ELC obsolete/pgg-parse.elc #11 5477. ELC obsolete/pgg-pgp.elc #11 5478. ELC obsolete/pgg-pgp5.elc #11 5479. ELC obsolete/pgg.elc #11 5480. ELC obsolete/ps-def.elc #11 5480. ELC obsolete/quickurl.elc #11 5482. ELC obsolete/rcompile.elc #11 5483. ELC obsolete/rfc2368.elc #11 5484. ELC obsolete/rlogin.elc #11 5485. ELC obsolete/sb-image.elc #11 5486. ELC obsolete/starttls.elc #11 5486. ELC obsolete/sup-mouse.elc #11 5487. ELC obsolete/terminal.elc #11 5488. ELC obsolete/thumbs.elc #11 5489. ELC obsolete/tls.elc #11 5490. ELC obsolete/tpu-edt.elc #11 5491. ELC obsolete/tpu-extras.elc #11 5492. ELC obsolete/tpu-mapper.elc #11 5493. ELC obsolete/uce.elc #11 5493. ELC obsolete/url-about.elc #11 5494. ELC obsolete/url-dired.elc #11 5495. ELC obsolete/url-ns.elc #11 5496. ELC obsolete/vc-arch.elc #11 5497. ELC obsolete/vc-mtn.elc #11 5498. ELC obsolete/vi.elc #11 5499. ELC obsolete/vip.elc #11 5501. ELC obsolete/vt-control.elc #11 5502. ELC obsolete/vt100-led.elc #11 5502. ELC obsolete/ws-mode.elc #11 5503. ELC obsolete/yow.elc #11 5504. ELC org/ob-C.elc #11 5519. ELC org/ob-R.elc #11 5521. ELC org/ob-awk.elc #11 5523. ELC org/ob-calc.elc #11 5525. ELC org/ob-clojure.elc #11 5527. ELC org/ob-comint.elc #11 5528. ELC org/ob-core.elc #11 5531. ELC org/ob-css.elc #11 5532. ELC org/ob-ditaa.elc #11 5534. ELC org/ob-dot.elc #11 5535. ELC org/ob-emacs-lisp.elc #11 5536. ELC org/ob-eshell.elc #11 5538. ELC org/ob-eval.elc #11 5539. ELC org/ob-exp.elc #11 5540. ELC org/ob-forth.elc #11 5541. ELC org/ob-fortran.elc #11 5556. ELC org/ob-gnuplot.elc #11 5558. ELC org/ob-groovy.elc #11 5559. ELC org/ob-haskell.elc #11 5561. ELC org/ob-java.elc #11 5563. ELC org/ob-js.elc #11 5564. ELC org/ob-julia.elc #11 5566. ELC org/ob-latex.elc #11 5567. ELC org/ob-lilypond.elc #11 5569. ELC org/ob-lisp.elc #11 5570. ELC org/ob-lob.elc #11 5572. ELC org/ob-lua.elc #11 5573. ELC org/ob-makefile.elc #11 5574. ELC org/ob-matlab.elc #11 5576. ELC org/ob-maxima.elc #11 5577. ELC org/ob-ocaml.elc #11 5579. ELC org/ob-octave.elc #11 5580. ELC org/ob-org.elc #11 5582. ELC org/ob-perl.elc #11 5583. ELC org/ob-plantuml.elc #11 5585. ELC org/ob-processing.elc #11 5586. ELC org/ob-python.elc #11 5588. ELC org/ob-ref.elc #11 5589. ELC org/ob-ruby.elc #11 5591. ELC org/ob-sass.elc #11 5592. ELC org/ob-scheme.elc #11 5594. ELC org/ob-screen.elc #11 5595. ELC org/ob-sed.elc #11 5596. ELC org/ob-shell.elc #11 5598. ELC org/ob-sql.elc #11 5600. ELC org/ob-sqlite.elc #11 5601. ELC org/ob-table.elc #11 5602. ELC org/ob-tangle.elc #11 5604. ELC org/ob.elc #11 5605. ELC org/oc-basic.elc #11 5607. ELC org/oc-biblatex.elc #11 5608. ELC org/oc-bibtex.elc #11 5609. ELC org/oc-csl.elc #11 5610. ELC org/oc-natbib.elc #11 5611. ELC org/ol-bbdb.elc #11 5612. ELC org/ol-bibtex.elc #11 5614. ELC org/ol-docview.elc #11 5615. ELC org/ol-doi.elc #11 5616. ELC org/ol-eshell.elc #11 5617. ELC org/ol-eww.elc #11 5619. ELC org/ol-gnus.elc #11 5622. ELC org/ol-info.elc #11 5623. ELC org/ol-irc.elc #11 5625. ELC org/ol-man.elc #11 5626. ELC org/ol-mhe.elc #11 5627. ELC org/ol-rmail.elc #11 5628. ELC org/ol-w3m.elc #11 5628. ELC org/org-agenda.elc #11 5639. ELC org/org-archive.elc #11 5644. ELC org/org-attach-git.elc #11 5650. ELC org/org-attach.elc #11 5655. ELC org/org-capture.elc #11 5661. ELC org/org-clock.elc #11 5667. ELC org/org-colview.elc #11 5673. ELC org/org-compat.elc #11 5675. ELC org/org-crypt.elc #11 5675. ELC org/org-ctags.elc #11 5681. ELC org/org-cycle.elc #11 5682. ELC org/org-datetree.elc #11 5687. ELC org/org-duration.elc #11 5688. ELC org/org-entities.elc #11 5689. ELC org/org-faces.elc #11 5690. ELC org/org-feed.elc #11 5694. ELC org/org-fold-core.elc #11 5696. ELC org/org-fold.elc #11 5697. ELC org/org-footnote.elc #11 5699. ELC org/org-goto.elc #11 5704. ELC org/org-habit.elc #11 5709. ELC org/org-id.elc #11 5714. ELC org/org-indent.elc #11 5719. ELC org/org-inlinetask.elc #11 5723. ELC org/org-keys.elc #11 5725. ELC org/org-lint.elc #11 5732. ELC org/org-list.elc #11 5734. ELC org/org-loaddefs.elc #11 5735. ELC org/org-macs.elc #11 5737. ELC org/org-mobile.elc #11 5742. ELC org/org-mouse.elc #11 5747. ELC org/org-num.elc #11 5752. ELC org/org-pcomplete.elc #11 5753. ELC org/org-persist.elc #11 5757. ELC org/org-plot.elc #11 5762. ELC org/org-protocol.elc #11 5767. ELC org/org-refile.elc #11 5771. ELC org/org-src.elc #11 5773. ELC org/org-table.elc #11 5777. ELC org/org-tempo.elc #11 5780. ELC org/org-timer.elc #11 5784. ELC org/org.elc #11 5794. ELC org/ox-ascii.elc #11 5797. ELC org/ox-beamer.elc #11 5799. ELC org/ox-html.elc #11 5802. ELC org/ox-icalendar.elc #11 5804. ELC org/ox-koma-letter.elc #11 5806. ELC org/ox-latex.elc #11 5808. ELC org/ox-man.elc #11 5810. ELC org/ox-md.elc #11 5813. ELC org/ox-odt.elc #11 5816. ELC org/ox-org.elc #11 5817. ELC org/ox-publish.elc #11 5820. ELC play/5x5.elc #11 5820. ELC play/animate.elc #11 5820. ELC play/blackbox.elc #11 5821. ELC play/bubbles.elc #11 5822. ELC play/cookie1.elc #11 5822. ELC play/decipher.elc #11 5823. ELC play/dissociate.elc #11 5824. ELC play/doctor.elc #11 5825. ELC play/dunnet.elc #11 5827. ELC play/fortune.elc #11 5827. ELC play/gamegrid.elc #11 5828. ELC play/gametree.elc #11 5829. ELC play/gomoku.elc #11 5830. ELC play/handwrite.elc #11 5831. ELC play/hanoi.elc #11 5832. ELC play/life.elc #11 5832. ELC play/morse.elc #11 5833. ELC play/mpuz.elc #11 5834. ELC play/pong.elc #11 5835. ELC play/snake.elc #11 5836. ELC play/solitaire.elc #11 5836. ELC play/spook.elc #11 5837. ELC play/studly.elc #11 5838. ELC play/tetris.elc #11 5839. ELC play/zone.elc #11 5839. ELC progmodes/antlr-mode.elc #11 5854. ELC progmodes/asm-mode.elc #11 5855. ELC progmodes/autoconf.elc #11 5856. ELC progmodes/bat-mode.elc #11 5856. ELC progmodes/bug-reference.elc #11 5857. ELC progmodes/c-ts-common.elc #11 5858. ELC progmodes/c-ts-mode.elc #11 5859. ELC progmodes/cc-bytecomp.elc #11 5859. ELC progmodes/cc-defs.elc #11 5860. ELC progmodes/cc-vars.elc #11 5860. ELC progmodes/cc-langs.elc #11 5862. ELC progmodes/cc-engine.elc #11 5868. ELC progmodes/cc-align.elc #11 5869. ELC progmodes/cc-awk.elc #11 5872. ELC progmodes/cc-cmds.elc #11 5875. ELC progmodes/cc-fonts.elc #11 5878. ELC progmodes/cc-guess.elc #11 5879. ELC progmodes/cc-menus.elc #11 5880. ELC progmodes/cc-styles.elc #11 5881. ELC progmodes/cc-mode.elc #11 5886. ELC progmodes/cfengine.elc #11 5887. ELC progmodes/cl-font-lock.elc #11 5888. ELC progmodes/cmacexp.elc #11 5889. ELC progmodes/cmake-ts-mode.elc #11 5890. ELC progmodes/compile.elc #11 5891. ELC progmodes/cperl-mode.elc #11 5895. ELC progmodes/cpp.elc #11 5896. ELC progmodes/csharp-mode.elc #11 5897. ELC progmodes/cwarn.elc #11 5898. ELC progmodes/dcl-mode.elc #11 5898. ELC progmodes/dockerfile-ts-mode.elc #11 5899. ELC progmodes/ebnf-abn.elc #11 5899. ELC progmodes/ebnf-bnf.elc #11 5900. ELC progmodes/ebnf-dtd.elc #11 5901. ELC progmodes/ebnf-ebx.elc #11 5902. ELC progmodes/ebnf-iso.elc #11 5902. ELC progmodes/ebnf-otz.elc #11 5903. ELC progmodes/ebnf-yac.elc #11 5904. ELC progmodes/ebnf2ps.elc #11 5905. ELC progmodes/ebrowse.elc #11 5910. ELC progmodes/eglot.elc #11 5912. Loading /checkout/lisp/progmodes/project.el (source)... #11 5912. Loading eldoc... #11 5913. Loading seq... #11 5913. Loading /checkout/lisp/progmodes/flymake.el (source)... #11 5913. Loading /checkout/lisp/progmodes/xref.el (source)... #11 5913. Loading jsonrpc... #11 5913. Loading external-completion... #11 5916. ELC progmodes/elixir-ts-mode.elc #11 5917. ELC progmodes/erts-mode.elc #11 5918. ELC progmodes/etags.elc #11 5920. ELC progmodes/executable.elc #11 5921. ELC progmodes/f90.elc #11 5923. ELC progmodes/flymake-cc.elc #11 5923. ELC progmodes/flymake-proc.elc #11 5925. ELC progmodes/flymake.elc #11 5928. ELC progmodes/fortran.elc #11 5929. ELC progmodes/gdb-mi.elc #11 5933. ELC progmodes/glasses.elc #11 5934. ELC progmodes/go-ts-mode.elc #11 5935. ELC progmodes/grep.elc #11 5936. ELC progmodes/gud.elc #11 5938. ELC progmodes/heex-ts-mode.elc #11 5939. ELC progmodes/hideif.elc #11 5941. ELC progmodes/hideshow.elc #11 5942. ELC progmodes/icon.elc #11 5943. ELC progmodes/idlw-complete-structtag.elc #11 5945. ELC progmodes/idlw-help.elc #11 5946. ELC progmodes/idlw-shell.elc #11 5950. ELC progmodes/idlw-toolbar.elc #11 5950. ELC progmodes/idlwave.elc #11 5953. ELC progmodes/inf-lisp.elc #11 5954. ELC progmodes/java-ts-mode.elc #11 5954. ELC progmodes/js.elc #11 5956. ELC progmodes/json-ts-mode.elc #11 5956. ELC progmodes/ld-script.elc #11 5957. ELC progmodes/lua-ts-mode.elc #11 5957. ELC progmodes/m4-mode.elc #11 5957. ELC progmodes/make-mode.elc #11 5958. ELC progmodes/meta-mode.elc #11 5959. ELC progmodes/mixal-mode.elc #11 5959. ELC progmodes/modula2.elc #11 5960. ELC progmodes/octave.elc #11 5962. ELC progmodes/opascal.elc #11 5963. ELC progmodes/pascal.elc #11 5964. ELC progmodes/perl-mode.elc #11 5965. ELC progmodes/project.elc #11 5965. ELC progmodes/prolog.elc #11 5966. ELC progmodes/ps-mode.elc #11 5967. ELC progmodes/python.elc #11 5969. ELC progmodes/ruby-mode.elc #11 5971. ELC progmodes/ruby-ts-mode.elc #11 5971. ELC progmodes/rust-ts-mode.elc #11 5972. ELC progmodes/scheme.elc #11 5972. ELC progmodes/sh-script.elc #11 5974. ELC progmodes/simula.elc #11 5975. ELC progmodes/sql.elc #11 5978. ELC progmodes/subword.elc #11 5979. ELC progmodes/tcl.elc #11 5980. ELC progmodes/typescript-ts-mode.elc #11 5980. ELC progmodes/vera-mode.elc #11 5981. ELC progmodes/verilog-mode.elc #11 5986. ELC progmodes/vhdl-mode.elc #11 5990. ELC progmodes/which-func.elc #11 5991. ELC progmodes/xref.elc #11 5992. ELC progmodes/xscheme.elc #11 5993. ELC term/AT386.elc #11 5993. ELC term/bobcat.elc #11 5993. ELC term/cygwin.elc #11 5993. ELC term/fbterm.elc #11 5993. ELC term/iris-ansi.elc #11 5994. ELC term/konsole.elc #11 5994. ELC term/linux.elc #11 5994. ELC term/lk201.elc #11 5995. ELC term/news.elc #11 5995. ELC term/rxvt.elc #11 5996. ELC term/screen.elc #11 5996. ELC term/st.elc #11 5996. ELC term/sun.elc #11 5997. ELC term/tmux.elc #11 5998. ELC term/tvi970.elc #11 5998. ELC term/vt100.elc #11 5999. ELC term/vt200.elc #11 5999. ELC term/w32console.elc #11 5999. ELC term/wyse50.elc #11 5999. ELC term/xterm.elc #11 6000. ELC textmodes/artist.elc #11 6002. ELC textmodes/bib-mode.elc #11 6002. ELC textmodes/bibtex-style.elc #11 6002. ELC textmodes/bibtex.elc #11 6005. ELC textmodes/conf-mode.elc #11 6005. ELC textmodes/css-mode.elc #11 6007. ELC textmodes/dns-mode.elc #11 6008. ELC textmodes/emacs-authors-mode.elc #11 6009. ELC textmodes/emacs-news-mode.elc #11 6009. ELC textmodes/enriched.elc #11 6010. ELC textmodes/flyspell.elc #11 6011. ELC textmodes/glyphless-mode.elc #11 6011. ELC textmodes/html-ts-mode.elc #11 6012. ELC textmodes/ispell.elc #11 6014. ELC textmodes/less-css-mode.elc #11 6016. ELC textmodes/makeinfo.elc #11 6016. ELC textmodes/mhtml-mode.elc #11 6018. ELC textmodes/nroff-mode.elc #11 6018. ELC textmodes/page-ext.elc #11 6019. ELC textmodes/picture.elc #11 6019. ELC textmodes/pixel-fill.elc #11 6020. ELC textmodes/po.elc #11 6020. ELC textmodes/refbib.elc #11 6020. ELC textmodes/refer.elc #11 6021. ELC textmodes/refill.elc #11 6021. ELC textmodes/reftex-auc.elc #11 6022. ELC textmodes/reftex-cite.elc #11 6023. ELC textmodes/reftex-dcr.elc #11 6023. ELC textmodes/reftex-global.elc #11 6024. ELC textmodes/reftex-index.elc #11 6025. ELC textmodes/reftex-loaddefs.elc #11 6026. ELC textmodes/reftex-parse.elc #11 6027. ELC textmodes/reftex-ref.elc #11 6028. ELC textmodes/reftex-sel.elc #11 6029. ELC textmodes/reftex-toc.elc #11 6030. ELC textmodes/reftex-vars.elc #11 6032. ELC textmodes/reftex.elc #11 6033. ELC textmodes/remember.elc #11 6034. ELC textmodes/rst.elc #11 6037. ELC textmodes/sgml-mode.elc #11 6039. ELC textmodes/string-edit.elc #11 6040. ELC textmodes/table.elc #11 6044. ELC textmodes/tex-mode.elc #11 6046. ELC textmodes/texinfmt.elc #11 6048. ELC textmodes/texinfo-loaddefs.elc #11 6049. ELC textmodes/texinfo.elc #11 6050. ELC textmodes/texnfo-upd.elc #11 6051. ELC textmodes/tildify.elc #11 6052. ELC textmodes/toml-ts-mode.elc #11 6053. ELC textmodes/two-column.elc #11 6053. ELC textmodes/underline.elc #11 6054. ELC textmodes/word-wrap-mode.elc #11 6055. ELC textmodes/yaml-ts-mode.elc #11 6056. ELC url/url-auth.elc #11 6057. ELC url/url-cache.elc #11 6059. ELC url/url-cid.elc #11 6060. ELC url/url-cookie.elc #11 6061. ELC url/url-dav.elc #11 6063. ELC url/url-domsuf.elc #11 6063. ELC url/url-expand.elc #11 6064. ELC url/url-file.elc #11 6065. ELC url/url-ftp.elc #11 6066. ELC url/url-future.elc #11 6067. ELC url/url-gw.elc #11 6068. ELC url/url-handlers.elc #11 6069. ELC url/url-history.elc #11 6070. ELC url/url-http.elc #11 6072. ELC url/url-imap.elc #11 6074. ELC url/url-irc.elc #11 6075. ELC url/url-ldap.elc #11 6076. ELC url/url-mailto.elc #11 6077. ELC url/url-methods.elc #11 6078. ELC url/url-misc.elc #11 6078. ELC url/url-news.elc #11 6080. ELC url/url-nfs.elc #11 6081. ELC url/url-parse.elc #11 6082. ELC url/url-privacy.elc #11 6083. ELC url/url-proxy.elc #11 6084. ELC url/url-queue.elc #11 6085. ELC url/url-tramp.elc #11 6086. ELC url/url-util.elc #11 6087. ELC url/url-vars.elc #11 6087. ELC url/url.elc #11 6088. ELC use-package/use-package-bind-key.elc #11 6089. ELC use-package/use-package-core.elc #11 6091. ELC use-package/use-package-delight.elc #11 6091. ELC use-package/use-package-diminish.elc #11 6092. ELC use-package/use-package-ensure-system-package.elc #11 6093. ELC use-package/use-package-ensure.elc #11 6093. ELC use-package/use-package-jump.elc #11 6094. ELC use-package/use-package-lint.elc #11 6094. ELC use-package/use-package.elc #11 6095. ELC vc/add-log.elc #11 6096. ELC vc/compare-w.elc #11 6097. ELC vc/cvs-status.elc #11 6099. ELC vc/diff-mode.elc #11 6101. ELC vc/diff.elc #11 6101. ELC vc/ediff-diff.elc #11 6103. ELC vc/ediff-help.elc #11 6104. ELC vc/ediff-init.elc #11 6106. ELC vc/ediff-merg.elc #11 6107. ELC vc/ediff-mult.elc #11 6109. ELC vc/ediff-ptch.elc #11 6110. ELC vc/ediff-util.elc #11 6112. ELC vc/ediff-vers.elc #11 6113. ELC vc/ediff-wind.elc #11 6114. ELC vc/ediff.elc #11 6115. ELC vc/emerge.elc #11 6117. ELC vc/log-edit.elc #11 6119. ELC vc/log-view.elc #11 6119. ELC vc/pcvs-defs.elc #11 6120. ELC vc/pcvs-info.elc #11 6121. ELC vc/pcvs-parse.elc #11 6121. ELC vc/pcvs-util.elc #11 6122. ELC vc/pcvs.elc #11 6123. ELC vc/smerge-mode.elc #11 6124. ELC vc/vc-annotate.elc #11 6125. ELC vc/vc-bzr.elc #11 6126. ELC vc/vc-cvs.elc #11 6128. ELC vc/vc-dav.elc #11 6129. ELC vc/vc-dir.elc #11 6130. ELC vc/vc-dispatcher.elc #11 6131. ELC vc/vc-filewise.elc #11 6131. ELC vc/vc-git.elc #11 6133. ELC vc/vc-hg.elc #11 6134. ELC vc/vc-rcs.elc #11 6135. ELC vc/vc-sccs.elc #11 6136. ELC vc/vc-src.elc #11 6136. ELC vc/vc-svn.elc #11 6137. ELC vc/vc.elc #11 6138. make[4]: Leaving directory '/checkout/lisp' #11 6138. GEN cus-load.el #11 6138. INFO Scanning files for custom... #11 6140. INFO Scanning files for custom...10% #11 6141. INFO Scanning files for custom...20% #11 6142. INFO Scanning files for custom...30% #11 6143. INFO Scanning files for custom...40% #11 6144. INFO Scanning files for custom...50% #11 6146. INFO Scanning files for custom...60% #11 6147. INFO Scanning files for custom...70% #11 6148. INFO Scanning files for custom...80% #11 6150. INFO Scanning files for custom...90% #11 6154. INFO Scanning files for custom...100% #11 6154. INFO Scanning files for custom...done #11 6154. INFO Generating ./cus-load.el... #11 6155. INFO Generating ./cus-load.el...done #11 6155. GEN finder-inf.el #11 6155. INFO Scanning files for finder... #11 6155. INFO Scanning files for finder...7% #11 6155. INFO Scanning files for finder...14% #11 6156. INFO Scanning files for finder...16% #11 6156. INFO Scanning files for finder...19% #11 6156. INFO Scanning files for finder...24% #11 6156. INFO Scanning files for finder...29% #11 6156. INFO Scanning files for finder...36% #11 6157. INFO Scanning files for finder...43% #11 6157. INFO Scanning files for finder...49% #11 6157. INFO Scanning files for finder...52% #11 6157. INFO Scanning files for finder...55% #11 6157. INFO Scanning files for finder...57% #11 6158. INFO Scanning files for finder...60% #11 6158. INFO Scanning files for finder...66% #11 6158. INFO Scanning files for finder...70% #11 6158. INFO Scanning files for finder...74% #11 6158. INFO Scanning files for finder...80% #11 6159. INFO Scanning files for finder...83% #11 6159. INFO Scanning files for finder...87% #11 6159. INFO Scanning files for finder...89% #11 6159. INFO Scanning files for finder...91% #11 6159. INFO Scanning files for finder...94% #11 6160. INFO Scanning files for finder...99% #11 6160. INFO Scanning files for finder...done #11 6160. make[4]: Entering directory '/checkout/leim' #11 6160. GEN small-ja-dic-option #11 6160. /bin/mkdir -p ../lisp/leim/ja-dic #11 6160. GEN ../lisp/leim/ja-dic/ja-dic.el #11 6162. INFO Processing OKURI-ARI entries #11 6163. INFO Processing POSTFIX entries #11 6163. INFO Processing PREFIX entries #11 6163. INFO Collecting OKURI-NASI entries #11 6163. INFO Collecting OKURI-NASI entries... #11 6164. INFO Collecting OKURI-NASI entries...29% #11 6165. INFO Collecting OKURI-NASI entries...39% #11 6168. INFO Collecting OKURI-NASI entries...49% #11 6173. INFO Collecting OKURI-NASI entries...59% #11 6178. INFO Collecting OKURI-NASI entries...69% #11 6183. INFO Collecting OKURI-NASI entries...79% #11 6192. INFO Collecting OKURI-NASI entries...89% #11 6201. INFO Collecting OKURI-NASI entries...99% #11 6202. INFO Collecting OKURI-NASI entries...done #11 6202. INFO Processing OKURI-NASI entries #11 6202. INFO Processing OKURI-NASI entries... #11 6203. INFO Processing OKURI-NASI entries...10% #11 6204. INFO Processing OKURI-NASI entries...20% #11 6205. INFO Processing OKURI-NASI entries...30% #11 6205. INFO Processing OKURI-NASI entries...40% #11 6206. INFO Processing OKURI-NASI entries...50% #11 6206. INFO Processing OKURI-NASI entries...60% #11 6207. INFO Processing OKURI-NASI entries...70% #11 6208. INFO Processing OKURI-NASI entries...80% #11 6208. INFO Processing OKURI-NASI entries...90% #11 6209. INFO Processing OKURI-NASI entries...100% #11 6209. INFO Processing OKURI-NASI entries...done #11 6210. make[4]: Leaving directory '/checkout/leim' #11 6211. make[4]: Entering directory '/checkout/lisp' #11 6211. ELC leim/ja-dic/ja-dic.elc #11 6213. INFO Extracting OKURI-NASI entries... #11 6213. INFO Extracting OKURI-NASI entries...4% #11 6213. INFO Extracting OKURI-NASI entries...7% #11 6213. INFO Extracting OKURI-NASI entries...10% #11 6214. INFO Extracting OKURI-NASI entries...12% #11 6214. INFO Extracting OKURI-NASI entries...16% #11 6214. INFO Extracting OKURI-NASI entries...19% #11 6214. INFO Extracting OKURI-NASI entries...21% #11 6214. INFO Extracting OKURI-NASI entries...24% #11 6215. INFO Extracting OKURI-NASI entries...28% #11 6215. INFO Extracting OKURI-NASI entries...31% #11 6215. INFO Extracting OKURI-NASI entries...32% #11 6215. INFO Extracting OKURI-NASI entries...35% #11 6215. INFO Extracting OKURI-NASI entries...39% #11 6216. INFO Extracting OKURI-NASI entries...42% #11 6216. INFO Extracting OKURI-NASI entries...45% #11 6216. INFO Extracting OKURI-NASI entries...47% #11 6216. INFO Extracting OKURI-NASI entries...49% #11 6216. INFO Extracting OKURI-NASI entries...53% #11 6217. INFO Extracting OKURI-NASI entries...57% #11 6217. INFO Extracting OKURI-NASI entries...61% #11 6217. INFO Extracting OKURI-NASI entries...63% #11 6217. INFO Extracting OKURI-NASI entries...65% #11 6217. INFO Extracting OKURI-NASI entries...67% #11 6218. INFO Extracting OKURI-NASI entries...69% #11 6218. INFO Extracting OKURI-NASI entries...71% #11 6218. INFO Extracting OKURI-NASI entries...75% #11 6218. INFO Extracting OKURI-NASI entries...78% #11 6218. INFO Extracting OKURI-NASI entries...80% #11 6219. INFO Extracting OKURI-NASI entries...85% #11 6219. INFO Extracting OKURI-NASI entries...88% #11 6219. INFO Extracting OKURI-NASI entries...93% #11 6219. INFO Extracting OKURI-NASI entries...97% #11 6219. INFO Extracting OKURI-NASI entries...100% #11 6219. INFO Extracting OKURI-NASI entries...done #11 6227. make[4]: Leaving directory '/checkout/lisp' #11 6227. make[4]: Entering directory '/checkout/doc/misc' #11 6227. GEN org.texi #11 6275. GEN modus-themes.texi #11 6287. make[4]: Leaving directory '/checkout/doc/misc' #11 6287. make[3]: Leaving directory '/checkout/lisp' #11 6287. make -C doc/lispref info #11 6287. make[3]: Entering directory '/checkout/doc/lispref' #11 6287. /bin/mkdir -p ../../info #11 6287. GEN ../../info/elisp.info #11 6462. make[3]: Leaving directory '/checkout/doc/lispref' #11 6462. make -C doc/lispintro info #11 6462. make[3]: Entering directory '/checkout/doc/lispintro' #11 6462. GEN ../../info/eintr.info #11 6487. make[3]: Leaving directory '/checkout/doc/lispintro' #11 6487. make -C doc/emacs info #11 6487. make[3]: Entering directory '/checkout/doc/emacs' #11 6487. GEN ../../info/emacs.info #11 6570. make[3]: Leaving directory '/checkout/doc/emacs' #11 6570. make -C doc/misc info #11 6570. make[3]: Entering directory '/checkout/doc/misc' #11 6570. GEN ../../info/auth.info #11 6573. GEN ../../info/autotype.info #11 6576. GEN ../../info/bovine.info #11 6578. GEN ../../info/calc.info #11 6617. GEN ../../info/ccmode.info #11 6625. GEN ../../info/cl.info #11 6634. GEN ../../info/dbus.info #11 6637. GEN ../../info/dired-x.info #11 6640. GEN ../../info/ebrowse.info #11 6643. GEN ../../info/ede.info #11 6651. GEN ../../info/ediff.info #11 6654. GEN ../../info/edt.info #11 6656. GEN ../../info/efaq.info #11 6663. GEN ../../info/eglot.info #11 6666. GEN ../../info/eieio.info #11 6670. GEN ../../info/emacs-gnutls.info #11 6672. GEN ../../info/emacs-mime.info #11 6675. GEN ../../info/epa.info #11 6677. GEN ../../info/erc.info #11 6681. GEN ../../info/ert.info #11 6684. GEN ../../info/eshell.info #11 6689. GEN ../../info/eudc.info #11 6692. GEN ../../info/eww.info #11 6694. GEN ../../info/flymake.info #11 6696. GEN ../../info/forms.info #11 6699. GEN ../../info/gnus.info #11 6731. GEN ../../info/htmlfontify.info #11 6734. GEN ../../info/idlwave.info #11 6741. GEN ../../info/ido.info #11 6743. GEN ../../info/info.info #11 6745. GEN ../../info/mairix-el.info #11 6747. GEN ../../info/message.info #11 6753. GEN ../../info/mh-e.info #11 6765. GEN ../../info/modus-themes.info #11 6772. GEN ../../info/newsticker.info #11 6774. GEN ../../info/nxml-mode.info #11 6776. GEN ../../info/octave-mode.info #11 6778. GEN ../../info/org.info #11 6804. GEN ../../info/pcl-cvs.info #11 6806. GEN ../../info/pgg.info #11 6808. GEN ../../info/rcirc.info #11 6809. GEN ../../info/reftex.info #11 6815. GEN ../../info/remember.info #11 6816. GEN ../../info/sasl.info #11 6818. GEN ../../info/sc.info #11 6820. GEN ../../info/semantic.info #11 6823. GEN ../../info/ses.info #11 6826. GEN ../../info/sieve.info #11 6827. GEN ../../info/smtpmail.info #11 6828. GEN ../../info/speedbar.info #11 6830. GEN ../../info/srecode.info #11 6833. GEN ../../info/todo-mode.info #11 6835. GEN ../../info/tramp.info #11 6841. GEN ../../info/transient.info #11 6844. GEN ../../info/url.info #11 6846. GEN ../../info/use-package.info #11 6848. GEN ../../info/vhdl-mode.info #11 6850. GEN ../../info/vip.info #11 6853. GEN ../../info/viper.info #11 6857. GEN ../../info/vtable.info #11 6859. GEN ../../info/widget.info #11 6863. GEN ../../info/wisent.info #11 6865. GEN ../../info/woman.info #11 6867. GEN ../../info/efaq-w32.info #11 6870. make[3]: Leaving directory '/checkout/doc/misc' #11 6870. GEN info/dir #11 6870. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #11 6871. make[3]: Entering directory '/checkout/src' #11 6871. make -C ../admin/charsets all #11 6871. make[4]: Entering directory '/checkout/admin/charsets' #11 6871. make[4]: Nothing to be done for 'all'. #11 6871. make[4]: Leaving directory '/checkout/admin/charsets' #11 6871. make -C ../admin/unidata charscript.el #11 6871. make[4]: Entering directory '/checkout/admin/unidata' #11 6871. make[4]: Nothing to be done for 'charscript.el'. #11 6871. make[4]: Leaving directory '/checkout/admin/unidata' #11 6871. make -C ../admin/unidata emoji-zwj.el #11 6871. make[4]: Entering directory '/checkout/admin/unidata' #11 6871. make[4]: Nothing to be done for 'emoji-zwj.el'. #11 6871. make[4]: Leaving directory '/checkout/admin/unidata' #11 6871. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #11 6871. make[4]: Entering directory '/checkout/admin/unidata' #11 6871. make[4]: Nothing to be done for 'all'. #11 6871. make[4]: Leaving directory '/checkout/admin/unidata' #11 6871. make -C ../admin/charsets cp51932.el #11 6871. make[4]: Entering directory '/checkout/admin/charsets' #11 6871. make[4]: Nothing to be done for 'cp51932.el'. #11 6871. make[4]: Leaving directory '/checkout/admin/charsets' #11 6871. make -C ../admin/charsets eucjp-ms.el #11 6871. make[4]: Entering directory '/checkout/admin/charsets' #11 6871. make[4]: Nothing to be done for 'eucjp-ms.el'. #11 6871. make[4]: Leaving directory '/checkout/admin/charsets' #11 6871. make[3]: Leaving directory '/checkout/src' #11 6871. make[2]: Leaving directory '/checkout' #11 6871. make[1]: Leaving directory '/checkout' #11 6871. make sanity-check make-target=bootstrap #11 6871. make[1]: Entering directory '/checkout' #11 6872. make[1]: Leaving directory '/checkout' #11 DONE 6873.6s #13 exporting to image #13 exporting layers #13 exporting layers 208.2s done #13 writing image sha256:16b6dbf137e66d38f77a793ee0bc900c203dc53b81f4dd943541e704b9d5f325 0.0s done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-inotify-master 0.1s done #13 DONE 208.4s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] 9b28afa97625: Preparing bb4cd3e9c5ad: Preparing 8651c9a4d561: Preparing 5f70bf18a086: Preparing cd87c02c3962: Preparing f00c1e35eece: Preparing 487ba45e0ed4: Preparing 3500a0e921a9: Preparing 9b28afa97625: Waiting bb4cd3e9c5ad: Waiting 8651c9a4d561: Waiting 5f70bf18a086: Waiting cd87c02c3962: Waiting f00c1e35eece: Waiting 487ba45e0ed4: Waiting 3500a0e921a9: Waiting 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 9b28afa97625: Retrying in 5 seconds 9b28afa97625: Retrying in 4 seconds 9b28afa97625: Retrying in 3 seconds 9b28afa97625: Retrying in 2 seconds 9b28afa97625: Retrying in 1 second 5f70bf18a086: Retrying in 15 seconds bb4cd3e9c5ad: Retrying in 5 seconds 5f70bf18a086: Retrying in 14 seconds bb4cd3e9c5ad: Retrying in 4 seconds 5f70bf18a086: Retrying in 13 seconds bb4cd3e9c5ad: Retrying in 3 seconds 5f70bf18a086: Retrying in 12 seconds bb4cd3e9c5ad: Retrying in 2 seconds 5f70bf18a086: Retrying in 11 seconds bb4cd3e9c5ad: Retrying in 1 second 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 9b28afa97625: Retrying in 10 seconds 9b28afa97625: Retrying in 9 seconds 9b28afa97625: Retrying in 8 seconds 9b28afa97625: Retrying in 7 seconds 9b28afa97625: Retrying in 6 seconds 9b28afa97625: Retrying in 5 seconds 9b28afa97625: Retrying in 4 seconds 9b28afa97625: Retrying in 3 seconds 9b28afa97625: Retrying in 2 seconds 9b28afa97625: Retrying in 1 second 8651c9a4d561: Retrying in 5 seconds 5f70bf18a086: Retrying in 20 seconds 8651c9a4d561: Retrying in 4 seconds 5f70bf18a086: Retrying in 19 seconds 8651c9a4d561: Retrying in 3 seconds 5f70bf18a086: Retrying in 18 seconds 8651c9a4d561: Retrying in 2 seconds 5f70bf18a086: Retrying in 17 seconds 8651c9a4d561: Retrying in 1 second 5f70bf18a086: Retrying in 16 seconds 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds bb4cd3e9c5ad: Retrying in 10 seconds 5f70bf18a086: Retrying in 4 seconds bb4cd3e9c5ad: Retrying in 9 seconds 5f70bf18a086: Retrying in 3 seconds bb4cd3e9c5ad: Retrying in 8 seconds 5f70bf18a086: Retrying in 2 seconds bb4cd3e9c5ad: Retrying in 7 seconds bb4cd3e9c5ad: Retrying in 6 seconds 5f70bf18a086: Retrying in 1 second bb4cd3e9c5ad: Retrying in 5 seconds bb4cd3e9c5ad: Retrying in 4 seconds bb4cd3e9c5ad: Retrying in 3 seconds bb4cd3e9c5ad: Retrying in 2 seconds bb4cd3e9c5ad: Retrying in 1 second cd87c02c3962: Retrying in 5 seconds cd87c02c3962: Retrying in 4 seconds cd87c02c3962: Retrying in 3 seconds cd87c02c3962: Retrying in 2 seconds cd87c02c3962: Retrying in 1 second 9b28afa97625: Retrying in 15 seconds 9b28afa97625: Retrying in 14 seconds 9b28afa97625: Retrying in 13 seconds 9b28afa97625: Retrying in 12 seconds 9b28afa97625: Retrying in 11 seconds 9b28afa97625: Retrying in 10 seconds 9b28afa97625: Retrying in 9 seconds 9b28afa97625: Retrying in 8 seconds 9b28afa97625: Retrying in 7 seconds 9b28afa97625: Retrying in 6 seconds 9b28afa97625: Retrying in 5 seconds 9b28afa97625: Retrying in 4 seconds 9b28afa97625: Retrying in 3 seconds 9b28afa97625: Retrying in 2 seconds 9b28afa97625: Retrying in 1 second 8651c9a4d561: Retrying in 10 seconds 8651c9a4d561: Retrying in 9 seconds 8651c9a4d561: Retrying in 8 seconds 8651c9a4d561: Retrying in 7 seconds 8651c9a4d561: Retrying in 6 seconds 8651c9a4d561: Retrying in 5 seconds 8651c9a4d561: Retrying in 4 seconds 8651c9a4d561: Retrying in 3 seconds 8651c9a4d561: Retrying in 2 seconds 8651c9a4d561: Retrying in 1 second f00c1e35eece: Layer already exists 487ba45e0ed4: Layer already exists 3500a0e921a9: Layer already exists bb4cd3e9c5ad: Pushed 8651c9a4d561: Pushed cd87c02c3962: Retrying in 10 seconds cd87c02c3962: Retrying in 9 seconds cd87c02c3962: Retrying in 8 seconds cd87c02c3962: Retrying in 7 seconds cd87c02c3962: Retrying in 6 seconds cd87c02c3962: Retrying in 5 seconds cd87c02c3962: Retrying in 4 seconds cd87c02c3962: Retrying in 3 seconds cd87c02c3962: Retrying in 2 seconds cd87c02c3962: Retrying in 1 second 9b28afa97625: Retrying in 20 seconds 9b28afa97625: Retrying in 19 seconds 9b28afa97625: Retrying in 18 seconds 9b28afa97625: Retrying in 17 seconds 9b28afa97625: Retrying in 16 seconds 9b28afa97625: Retrying in 15 seconds 9b28afa97625: Retrying in 14 seconds 9b28afa97625: Retrying in 13 seconds 9b28afa97625: Retrying in 12 seconds 9b28afa97625: Retrying in 11 seconds 9b28afa97625: Retrying in 10 seconds 9b28afa97625: Retrying in 9 seconds 9b28afa97625: Retrying in 8 seconds 9b28afa97625: Retrying in 7 seconds 9b28afa97625: Retrying in 6 seconds 9b28afa97625: Retrying in 5 seconds cd87c02c3962: Retrying in 15 seconds 9b28afa97625: Retrying in 4 seconds cd87c02c3962: Retrying in 14 seconds 9b28afa97625: Retrying in 3 seconds cd87c02c3962: Retrying in 13 seconds 9b28afa97625: Retrying in 2 seconds cd87c02c3962: Retrying in 12 seconds 9b28afa97625: Retrying in 1 second cd87c02c3962: Retrying in 11 seconds cd87c02c3962: Retrying in 10 seconds cd87c02c3962: Retrying in 9 seconds cd87c02c3962: Retrying in 8 seconds cd87c02c3962: Retrying in 7 seconds cd87c02c3962: Retrying in 6 seconds cd87c02c3962: Retrying in 5 seconds cd87c02c3962: Retrying in 4 seconds cd87c02c3962: Retrying in 3 seconds cd87c02c3962: Retrying in 2 seconds cd87c02c3962: Retrying in 1 second net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1697336668:step_script section_start:1697336668: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-90b4a7ac: No such file or directory section_end:1697336671:after_script section_start:1697336671:cleanup_file_variables Cleaning up project directory and file based variables section_end:1697336674:cleanup_file_variables ERROR: Job failed: exit code 1