Running with gitlab-runner 15.5.0 (0d4137b8)  on emba-dedicated-docker-runner or_peUvb section_start:1710547413: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:1710547445:prepare_executor section_start:1710547445:prepare_script Preparing environment Running on runner-orpeuvb-project-1-concurrent-1 via emba-runner.gnu.org... section_end:1710547449:prepare_script section_start:1710547449: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 983d1730 as master... Removing test-lisp-net-inotify-7231a895/ Skipping Git submodules setup section_end:1710547471:get_sources section_start:1710547471: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: 11 Running: 5 Paused: 0 Stopped: 6 Images: 7 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd 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 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-100-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 1.918GiB Name: emba-runner.gnu.org ID: 9cb022b6-69bb-4171-b66e-0000ffc115ea 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: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable 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-983d17309911b84199e43a83d841cf7caff47316/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 DONE 0.6s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.0s done #1 DONE 0.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.3s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 11.14MB 3.4s #9 transferring context: 19.31MB 8.5s #9 transferring context: 27.64MB 13.6s #9 transferring context: 64.04MB 18.7s #9 transferring context: 110.78MB 23.8s #9 transferring context: 142.84MB 28.8s #9 transferring context: 190.14MB 34.0s #9 transferring context: 235.88MB 39.0s #9 transferring context: 310.59MB 44.2s #9 transferring context: 354.58MB 49.3s #9 transferring context: 367.67MB 54.8s #9 transferring context: 403.51MB 59.8s #9 transferring context: 432.71MB 64.9s #9 transferring context: 454.41MB 69.9s #9 transferring context: 479.71MB 75.4s #9 transferring context: 492.18MB 77.7s done #9 DONE 78.4s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #10 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #10 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 61.7s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 9.3s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 7.202 Checking whether you have the necessary tools... #6 7.202 (Read INSTALL.REPO for more details on building Emacs) #6 7.209 Checking for autoconf (need at least version 2.65) ... ok #6 7.306 Your system has the required tools. #6 7.375 Building aclocal.m4 ... #6 7.387 Running 'autoreconf -fi -I m4' ... #6 20.55 Building 'aclocal.m4' in exec ... #6 20.55 Running 'autoreconf -fi' in exec ... #6 24.36 You can now run './autogen.sh git'. #6 DONE 26.6s #5 [emacs-inotify 5/6] RUN ./configure #5 3.910 checking for xcrun... no #5 3.911 checking for GNU Make... make #5 3.955 checking build system type... x86_64-pc-linux-gnu #5 7.709 checking host system type... x86_64-pc-linux-gnu #5 7.734 checking for gcc... gcc #5 7.830 checking whether the C compiler works... yes #5 9.342 checking for C compiler default output file name... a.out #5 9.345 checking for suffix of executables... #5 9.476 checking whether we are cross compiling... no #5 10.44 checking for suffix of object files... o #5 10.50 checking whether we are using the GNU C compiler... yes #5 10.56 checking whether gcc accepts -g... yes #5 10.61 checking for gcc option to enable C11 features... none needed #5 12.57 checking whether the compiler is clang... no #5 12.65 checking for compiler option needed when checking for declarations... none #5 12.66 checking whether gcc and cc understand -c and -o together... yes #5 12.91 checking how to run the C preprocessor... gcc -E #5 13.08 checking for grep that handles long lines and -e... /bin/grep #5 13.09 checking for egrep... /bin/grep -E #5 13.09 checking for ANSI C header files... yes #5 13.42 checking for sys/types.h... yes #5 13.53 checking for sys/stat.h... yes #5 13.62 checking for stdlib.h... yes #5 13.71 checking for string.h... yes #5 13.79 checking for memory.h... yes #5 13.88 checking for strings.h... yes #5 13.96 checking for inttypes.h... yes #5 14.06 checking for stdint.h... yes #5 14.15 checking for unistd.h... yes #5 14.26 checking for wchar.h... yes #5 14.37 checking for minix/config.h... no #5 14.48 checking for linux/fs.h... yes #5 14.66 checking for malloc.h... yes #5 14.77 checking for sys/systeminfo.h... no #5 14.86 checking for sys/sysinfo.h... yes #5 15.03 checking for coff.h... no #5 15.14 checking for pty.h... yes #5 15.28 checking for sys/resource.h... yes #5 15.41 checking for sys/utsname.h... yes #5 15.53 checking for pwd.h... yes #5 15.64 checking for util.h... no #5 15.73 checking for sanitizer/lsan_interface.h... yes #5 15.83 checking for sanitizer/asan_interface.h... yes #5 15.94 checking for sanitizer/common_interface_defs.h... yes #5 16.04 checking for sys/socket.h... yes #5 16.16 checking for stdlib.h... (cached) yes #5 16.18 checking for unistd.h... (cached) yes #5 16.20 checking for sys/param.h... yes #5 16.36 checking for pthread.h... yes #5 16.49 checking for malloc/malloc.h... no #5 16.58 checking for sys/un.h... yes #5 16.68 checking for utmp.h... yes #5 16.79 checking for utmpx.h... yes #5 16.90 checking for OS.h... no #5 16.99 checking for dirent.h... yes #5 17.11 checking for execinfo.h... yes #5 17.23 checking for linux/xattr.h... yes #5 17.40 checking for stdio_ext.h... yes #5 17.52 checking for sys/vfs.h... yes #5 17.64 checking for sys/fs_types.h... no #5 17.73 checking for getopt.h... yes #5 17.86 checking for sys/cdefs.h... yes #5 17.99 checking for sys/time.h... yes #5 18.09 checking for ieee754.h... yes #5 18.22 checking for limits.h... yes #5 18.32 checking for inttypes.h... (cached) yes #5 18.34 checking for sys/types.h... (cached) yes #5 18.36 checking for stdint.h... (cached) yes #5 18.39 checking for sys/select.h... yes #5 18.49 checking for stdbool.h... yes #5 18.60 checking for stdckdint.h... no #5 18.69 checking for sys/random.h... yes #5 18.80 checking for sys/stat.h... (cached) yes #5 18.82 checking whether it is safe to define __EXTENSIONS__... yes #5 18.93 checking whether _XOPEN_SOURCE should be defined... no #5 19.03 checking for Minix Amsterdam compiler... no #5 19.06 checking for ar... ar #5 19.07 checking for ranlib... ranlib #5 19.07 checking for gcc option to enable large file support... none needed #5 19.24 checking for gcc option for timestamps after 2038... none needed #5 19.31 checking for g++... g++ #5 19.43 checking whether we are using the GNU C++ compiler... yes #5 19.81 checking whether g++ accepts -g... yes #5 19.87 checking for g++ option to enable C++11 features... none needed #5 36.64 checking how to run the C++ preprocessor... g++ -E #5 36.84 checking whether gcc accepts -g3 -O2... yes #5 37.01 checking whether the compiler is clang... no #5 37.09 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 37.18 checking whether -Wno-missing-field-initializers is needed... yes #5 37.34 checking whether -Wuninitialized is supported... yes #5 37.44 checking whether C compiler handles -fstrict-flex-arrays... no #5 37.50 checking whether C compiler handles -Wall... yes #5 37.64 checking whether C compiler handles -Warith-conversion... yes #5 37.76 checking whether C compiler handles -Wdate-time... yes #5 37.87 checking whether C compiler handles -Wdisabled-optimization... yes #5 37.98 checking whether C compiler handles -Wdouble-promotion... yes #5 38.10 checking whether C compiler handles -Wduplicated-cond... yes #5 38.22 checking whether C compiler handles -Wextra... yes #5 38.35 checking whether C compiler handles -Wformat-signedness... yes #5 38.52 checking whether C compiler handles -Winit-self... yes #5 38.65 checking whether C compiler handles -Winvalid-pch... yes #5 38.77 checking whether C compiler handles -Wlogical-op... yes #5 38.90 checking whether C compiler handles -Wmissing-declarations... yes #5 39.02 checking whether C compiler handles -Wmissing-include-dirs... yes #5 39.13 checking whether C compiler handles -Wmissing-prototypes... yes #5 39.26 checking whether C compiler handles -Wnested-externs... yes #5 39.38 checking whether C compiler handles -Wnull-dereference... yes #5 39.49 checking whether C compiler handles -Wold-style-definition... yes #5 39.61 checking whether C compiler handles -Wopenmp-simd... yes #5 39.72 checking whether C compiler handles -Wpacked... yes #5 39.84 checking whether C compiler handles -Wpointer-arith... yes #5 39.96 checking whether C compiler handles -Wstrict-flex-arrays... no #5 40.02 checking whether C compiler handles -Wstrict-prototypes... yes #5 40.15 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 40.28 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 40.40 checking whether C compiler handles -Wsuggest-final-methods... yes #5 40.52 checking whether C compiler handles -Wsuggest-final-types... yes #5 40.65 checking whether C compiler handles -Wtrampolines... yes #5 40.81 checking whether C compiler handles -Wuninitialized... yes #5 40.93 checking whether C compiler handles -Wunknown-pragmas... yes #5 41.06 checking whether C compiler handles -Wunused-macros... yes #5 41.20 checking whether C compiler handles -Wvariadic-macros... yes #5 41.33 checking whether C compiler handles -Wvector-operation-performance... yes #5 41.44 checking whether C compiler handles -Wwrite-strings... yes #5 41.56 checking whether C compiler handles -Warray-bounds=2... yes #5 41.69 checking whether C compiler handles -Wattribute-alias=2... yes #5 41.81 checking whether C compiler handles -Wformat=2... yes #5 41.91 checking whether C compiler handles -Wformat-truncation=2... yes #5 42.03 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 42.14 checking whether C compiler handles -Wshift-overflow=2... yes #5 42.28 checking whether C compiler handles -Wuse-after-free=3... no #5 42.34 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 42.47 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 42.59 checking whether C compiler handles -Wredundant-decls... yes #5 42.71 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 42.71 checking whether C compiler handles -Wno-override-init... yes #5 42.87 checking whether C compiler handles -Wno-sign-compare... yes #5 42.97 checking whether C compiler handles -Wno-type-limits... yes #5 43.08 checking whether C compiler handles -Wno-unused-parameter... yes #5 43.18 checking whether C compiler handles -Wno-format-nonliteral... yes #5 43.29 checking whether C compiler handles -Wno-bidi-chars... no #5 43.34 checking for a BSD-compatible install... /usr/bin/install -c #5 43.38 checking command to symlink files in the same directory... ln -s #5 43.39 checking for install-info... : #5 43.39 checking for gzip... /bin/gzip #5 43.39 checking for 'find' args to delete a file... -delete #5 43.41 checking for brew... no #5 44.62 checking for -znocombreloc... not needed #5 44.62 checking whether addresses are sanitized... no #5 44.69 checking for math library... -lm #5 47.50 checking for struct passwd.pw_gecos... yes #5 47.58 checking for pkg-config... /usr/bin/pkg-config #5 47.58 checking pkg-config is at least version 0.9.0... yes #5 47.64 checking for machine/soundcard.h... no #5 47.71 checking for sys/soundcard.h... yes #5 47.80 checking for soundcard.h... no #5 47.86 checking for mmsystem.h... no #5 47.91 checking for _oss_ioctl in -lossaudio... no #5 48.00 checking for alsa >= 1.0.0... no #5 48.04 checking for ADDR_NO_RANDOMIZE... yes #5 48.19 checking if Linux sysinfo may be used... yes #5 48.42 checking for sys/wait.h that is POSIX.1 compatible... yes #5 48.58 checking for net/if.h... yes #5 48.75 checking for ifaddrs.h... yes #5 48.90 checking for net/if_dl.h... no #5 49.05 checking for struct ifreq.ifr_flags... yes #5 49.20 checking for struct ifreq.ifr_hwaddr... yes #5 49.47 checking for struct ifreq.ifr_netmask... yes #5 49.79 checking for struct ifreq.ifr_broadaddr... yes #5 50.12 checking for struct ifreq.ifr_addr... yes #5 50.45 checking for struct ifreq.ifr_addr.sa_len... no #5 50.73 checking whether gcc understands -MMD -MF... yes #5 50.82 checking for X... no #5 50.98 checking for X... false #5 50.98 checking whether malloc is Doug Lea style... no #5 51.07 checking for sbrk... yes #5 51.22 checking for __lsan_ignore_object... no #5 51.38 checking for fchmod... yes #5 51.58 checking for utmpname... yes #5 51.74 checking for utmpxname... yes #5 51.92 checking for canonicalize_file_name... yes #5 52.10 checking for realpath... yes #5 52.25 checking for lstat... yes #5 52.43 checking for fchmodat... yes #5 52.59 checking for lchmod... no #5 52.67 checking for fcntl... yes #5 52.82 checking for fdopendir... yes #5 52.99 checking for listxattr... yes #5 53.16 checking for fstatat... yes #5 53.32 checking for fsync... yes #5 53.53 checking for gettimeofday... yes #5 53.80 checking for memset_s... no #5 54.00 checking for pselect... yes #5 54.18 checking for readlink... yes #5 54.36 checking for isblank... yes #5 54.54 checking for iswctype... yes #5 54.69 checking for strtoimax... yes #5 54.88 checking for symlink... yes #5 55.09 checking for localtime_r... yes #5 55.27 checking for getdtablesize... yes #5 55.43 checking for getpagesize... yes #5 55.56 checking for working mmap... yes #5 55.92 checking for main in -lXbsd... no #5 56.03 checking for pthread library... -lpthread #5 56.45 checking for thread support... yes #5 56.46 checking for sqlite3_open_v2 in -lsqlite3... no #5 56.60 checking for getaddrinfo_a in -lanl... yes #5 57.09 checking for malloc_trim... yes #5 57.24 checking for dbus-1 >= 1.0... yes #5 57.29 checking for dbus_watch_get_unix_fd... yes #5 57.58 checking for dbus_type_is_valid... yes #5 57.84 checking for dbus_validate_bus_name... yes #5 58.06 checking for dbus_validate_path... yes #5 58.30 checking for dbus_validate_interface... yes #5 58.52 checking for dbus_validate_member... yes #5 58.71 checking for lgetfilecon in -lselinux... no #5 58.83 checking for gnutls >= 2.12.2... yes #5 58.88 checking for libsystemd >= 222... no #5 58.90 checking for jansson >= 2.7... no #5 58.92 checking for tree-sitter >= 0.20.2... no #5 58.94 checking for tree-sitter >= 0.6.3... no #5 58.96 checking sys/inotify.h usability... yes #5 59.10 checking sys/inotify.h presence... yes #5 59.14 checking for sys/inotify.h... yes #5 59.15 checking for inotify_init... yes #5 59.38 checking for inotify_init1... yes #5 59.65 checking for lcms2... no #5 59.68 checking for library containing inflateEnd... no #5 59.94 checking for dladdr... yes #5 60.09 checking for dlfunc... no #5 60.28 checking for gcc_jit_context_acquire in -lgccjit... no #5 60.39 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 60.39 found. #5 60.39 Please try installing libgccjit or a similar package if you want to have it #5 60.40 checking libgccjit.h usability... enabled. #5 60.51 no #5 60.51 checking libgccjit.h presence... no #5 60.55 checking for libgccjit.h... no #5 60.55 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 60.55 were not found. #5 60.55 Please try installing libgccjit-dev or a similar package if you want to have it #5 60.55 enabled. #5 60.56 checking gpm.h usability... no #5 60.66 checking gpm.h presence... no #5 60.71 checking for gpm.h... no #5 60.72 checking for libxml-2.0 > 2.6.17... no #5 60.74 checking for maillock in -lmail... no #5 60.84 checking for maillock in -llockfile... no #5 60.94 checking for liblockfile.so... no #5 60.94 checking maillock.h usability... no #5 61.04 checking maillock.h presence... no #5 61.09 checking for maillock.h... no #5 61.10 checking linux/seccomp.h usability... yes #5 61.21 checking linux/seccomp.h presence... yes #5 61.24 checking for linux/seccomp.h... yes #5 61.27 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 61.36 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 61.44 checking linux/filter.h usability... yes #5 61.55 checking linux/filter.h presence... yes #5 61.58 checking for linux/filter.h... yes #5 61.60 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 61.62 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 61.63 checking for libseccomp >= 2.5.2... no #5 61.65 checking size of long... 8 #5 61.86 checking for accept4... yes #5 62.02 checking for fchdir... yes #5 62.19 checking for gethostname... yes #5 62.37 checking for getrusage... yes #5 62.56 checking for get_current_dir_name... yes #5 62.72 checking for lrand48... yes #5 62.90 checking for random... yes #5 63.08 checking for rint... yes #5 63.29 checking for tcdrain... yes #5 63.47 checking for trunc... yes #5 63.69 checking for select... yes #5 63.88 checking for getpagesize... (cached) yes #5 63.93 checking for setlocale... yes #5 64.20 checking for newlocale... yes #5 64.37 checking for getrlimit... yes #5 64.54 checking for setrlimit... yes #5 64.71 checking for shutdown... yes #5 64.88 checking for pthread_sigmask... (cached) yes #5 64.90 checking for strsignal... yes #5 65.06 checking for setitimer... yes #5 65.22 checking for sendto... yes #5 65.37 checking for recvfrom... yes #5 65.54 checking for getsockname... yes #5 65.70 checking for getifaddrs... yes #5 65.87 checking for freeifaddrs... yes #5 66.03 checking for gai_strerror... yes #5 66.22 checking for sync... yes #5 66.38 checking for endpwent... yes #5 66.55 checking for getgrent... yes #5 66.71 checking for endgrent... yes #5 66.88 checking for cfmakeraw... yes #5 67.04 checking for cfsetspeed... yes #5 67.19 checking for __executable_start... yes #5 67.35 checking for log2... yes #5 67.53 checking for pthread_setname_np... yes #5 67.68 checking for pthread_set_name_np... no #5 67.84 checking for getpwent... yes #5 67.97 checking for renameat2... yes #5 68.11 checking whether pthread_setname_np takes a single argument... no #5 68.18 checking whether pthread_setname_np takes three arguments... no #5 68.26 checking for aligned_alloc... yes #5 68.48 checking whether aligned_alloc is declared... yes #5 68.60 checking for posix_madvise... yes #5 68.78 checking for madvise... yes #5 68.94 checking for __builtin_frame_address... yes #5 69.07 checking for __builtin_unwind_init... yes #5 69.23 checking for _LARGEFILE_SOURCE value needed for large files... no #5 69.48 checking for grantpt... yes #5 69.80 checking for getpt... yes #5 70.04 checking for posix_openpt... yes #5 70.20 checking for library containing tputs... -ltinfo #5 70.52 checking whether -ltinfo library defines BC... yes #5 70.77 checking for timerfd interface... yes #5 70.87 checking whether signals can be handled on alternate stack... yes #5 71.02 checking valgrind/valgrind.h usability... no #5 71.14 checking valgrind/valgrind.h presence... no #5 71.18 checking for valgrind/valgrind.h... no #5 71.18 checking for struct unipair.unicode... yes #5 71.28 checking for pid_t... yes #5 71.57 checking vfork.h usability... no #5 71.67 checking vfork.h presence... no #5 71.71 checking for vfork.h... no #5 71.73 checking for fork... yes #5 71.91 checking for vfork... yes #5 72.06 checking for working fork... yes #5 72.26 checking for working vfork... (cached) yes #5 72.27 checking for snprintf... yes #5 72.44 checking for open_memstream... yes #5 72.60 checking spawn.h usability... yes #5 72.73 checking spawn.h presence... yes #5 72.77 checking for spawn.h... yes #5 72.78 checking for posix_spawn... yes #5 72.94 checking for posix_spawn_file_actions_addchdir... no #5 73.07 checking for posix_spawn_file_actions_addchdir_np... yes #5 73.22 checking for posix_spawnattr_setflags... yes #5 73.38 checking whether POSIX_SPAWN_SETSID is declared... yes #5 73.46 checking whether GLib is linked in... no #5 73.51 checking for nl_langinfo and CODESET... yes #5 73.63 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 73.75 checking for mbstate_t... yes #5 73.87 checking for signals via characters... yes #5 73.96 checking for _setjmp... yes #5 74.07 checking for sigsetjmp... yes #5 74.19 checking POSIX termios... yes #5 74.34 checking size of speed_t... 4 #5 74.50 checking for usable FIONREAD... yes #5 74.59 checking for usable SIGIO... yes #5 74.70 checking for struct alignment... yes #5 74.76 checking for C/C++ restrict keyword... __restrict__ #5 74.83 checking for typeof syntax and keyword spelling... typeof #5 74.90 checking for statement expressions... yes #5 74.96 checking whether malloc (0) returns nonnull... yes #5 75.10 checking sys/acl.h usability... yes #5 75.21 checking sys/acl.h presence... yes #5 75.24 checking for sys/acl.h... yes #5 75.24 checking for library containing acl_get_file... -lacl #5 75.47 checking for acl_get_file... yes #5 75.62 checking for acl_get_fd... yes #5 75.77 checking for acl_set_file... yes #5 75.92 checking for acl_set_fd... yes #5 76.07 checking for acl_free... yes #5 76.23 checking for acl_from_mode... yes #5 76.38 checking for acl_from_text... yes #5 76.54 checking for acl_delete_def_file... yes #5 76.69 checking for acl_extended_file... yes #5 76.85 checking for acl_delete_fd_np... no #5 77.04 checking for acl_delete_file_np... no #5 77.18 checking for acl_copy_ext_native... no #5 77.33 checking for acl_create_entry_np... no #5 77.47 checking for acl_to_short_text... no #5 77.62 checking for acl_free_text... no #5 77.75 checking for working acl_get_file... yes #5 77.91 checking acl/libacl.h usability... yes #5 78.02 checking acl/libacl.h presence... yes #5 78.05 checking for acl/libacl.h... yes #5 78.05 checking for acl_entries... yes #5 78.17 checking for ACL_FIRST_ENTRY... yes #5 78.24 checking for ACL_TYPE_EXTENDED... no #5 78.30 checking for working alloca.h... yes #5 78.41 checking for alloca... yes #5 78.51 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 78.52 checking whether the preprocessor supports include_next... yes #5 78.59 checking whether source code line length is unlimited... yes #5 78.63 checking whether endutent is declared... yes #5 78.71 checking for struct utmpx.ut_user... yes #5 78.84 checking for struct utmp.ut_user... yes #5 78.98 checking for struct utmpx.ut_name... yes #5 79.11 checking for struct utmp.ut_name... yes #5 79.24 checking for struct utmpx.ut_type... yes #5 79.36 checking for struct utmp.ut_type... yes #5 79.49 checking for struct utmpx.ut_pid... yes #5 79.62 checking for struct utmp.ut_pid... yes #5 79.74 checking for struct utmp.ut_tv... yes #5 79.96 checking for struct utmpx.ut_host... yes #5 80.08 checking for struct utmp.ut_host... yes #5 80.20 checking for struct utmpx.ut_id... yes #5 80.32 checking for struct utmp.ut_id... yes #5 80.44 checking for struct utmpx.ut_session... yes #5 80.56 checking for struct utmp.ut_session... yes #5 80.69 checking for struct utmpx.ut_exit... yes #5 81.37 checking for struct utmp.ut_exit... yes #5 82.16 checking for struct utmpx.ut_exit.ut_exit... no #5 82.35 checking for struct utmpx.ut_exit.e_exit... yes #5 82.48 checking for struct utmp.ut_exit.e_exit... yes #5 82.61 checking for struct utmpx.ut_exit.ut_termination... no #5 82.80 checking for struct utmpx.ut_exit.e_termination... yes #5 82.92 checking for struct utmp.ut_exit.e_termination... yes #5 83.06 checking whether sysinfo is declared... yes #5 83.13 checking for sys/sysctl.h... yes #5 83.30 checking for sysctl... yes #5 83.42 checking whether lstat correctly handles trailing slash... yes #5 83.61 checking whether // is distinct from /... no #5 83.63 checking whether realpath works... yes #5 83.84 checking for faccessat... yes #5 83.97 checking for getcwd... yes #5 84.11 checking whether byte ordering is bigendian... no #5 84.34 checking if environ is properly declared... yes #5 84.42 checking for complete errno.h... yes #5 84.45 checking whether ctype.h defines __header_inline... no #5 84.49 checking for mode_t... yes #5 84.72 checking whether strmode is declared... no #5 84.85 checking whether getline is declared... yes #5 84.98 checking for gawk... no #5 84.98 checking for mawk... mawk #5 84.98 checking for getopt.h... (cached) yes #5 84.99 checking for getopt_long_only... yes #5 85.13 checking whether getopt is POSIX compatible... yes #5 85.64 checking for working GNU getopt function... yes #5 85.86 checking for working GNU getopt_long function... yes #5 85.99 checking whether timespec_get is declared... yes #5 86.07 checking for timespec_get... yes #5 86.19 checking for struct timeval... yes #5 86.27 checking for wide-enough struct timeval.tv_sec member... yes #5 86.35 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 86.40 checking whether the compiler produces multi-arch binaries... no #5 86.45 checking whether stdint.h conforms to C99... yes #5 86.76 checking whether stdint.h works without ISO C predefines... yes #5 86.86 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 86.97 checking whether memmem is declared... yes #5 87.12 checking whether memrchr is declared... yes #5 87.24 checking whether defines MIN and MAX... no #5 87.29 checking whether defines MIN and MAX... yes #5 87.40 checking whether time_t is signed... yes #5 87.51 checking whether alarm is declared... yes #5 87.65 checking for working mktime... no #5 87.97 checking whether struct tm is in sys/time.h or time.h... time.h #5 88.06 checking for struct tm.tm_zone... yes #5 88.15 checking for struct tm.tm_gmtoff... yes #5 88.23 checking whether is self-contained... yes #5 88.52 checking for inline... inline #5 88.57 checking for sigset_t... yes #5 88.73 checking for volatile sig_atomic_t... yes #5 88.87 checking for sighandler_t... yes #5 89.02 checking for wchar_t... yes #5 89.08 checking for good max_align_t... yes #5 89.15 checking whether NULL can be used in arbitrary expressions... yes #5 89.22 checking for unreachable... no #5 89.37 checking whether fcloseall is declared... yes #5 89.53 checking whether getw is declared... yes #5 89.69 checking whether putw is declared... yes #5 89.82 checking which flavor of printf attribute matches inttypes macros... system #5 89.93 checking whether strnlen is declared... yes #5 90.10 checking whether strtoimax is declared... yes #5 90.24 checking whether stat file-mode macros are broken... no #5 90.32 checking for nlink_t... yes #5 90.49 checking for struct timespec in ... yes #5 90.57 checking for TIME_UTC in ... yes #5 90.66 checking whether execvpe is declared... yes #5 90.79 checking whether clearerr_unlocked is declared... yes #5 90.93 checking whether feof_unlocked is declared... yes #5 91.06 checking whether ferror_unlocked is declared... yes #5 91.20 checking whether fflush_unlocked is declared... yes #5 91.33 checking whether fgets_unlocked is declared... yes #5 91.47 checking whether fputc_unlocked is declared... yes #5 91.66 checking whether fputs_unlocked is declared... yes #5 91.80 checking whether fread_unlocked is declared... yes #5 91.93 checking whether fwrite_unlocked is declared... yes #5 92.06 checking whether getc_unlocked is declared... yes #5 92.25 checking whether getchar_unlocked is declared... yes #5 92.38 checking whether putc_unlocked is declared... yes #5 92.52 checking whether putchar_unlocked is declared... yes #5 92.66 checking type of array argument to getgroups... gid_t #5 92.87 checking whether getdelim is declared... yes #5 93.02 checking whether getdtablesize is declared... yes #5 93.16 checking whether malloc is ptrdiff_t safe... yes #5 93.24 checking whether malloc, realloc, calloc set errno on failure... yes #5 93.24 checking for O_CLOEXEC... yes #5 93.31 checking for promoted mode_t type... mode_t #5 93.38 checking whether the utimes function works... yes #5 93.64 checking for C compiler option to allow warnings... -Wno-error #5 93.80 checking for alignas and alignof... yes, macros #5 93.97 checking for alloca as a compiler built-in... yes #5 94.01 checking for static_assert... yes, an macro #5 94.16 checking for __builtin_expect... yes #5 94.31 checking byteswap.h usability... yes #5 94.43 checking byteswap.h presence... yes #5 94.46 checking for byteswap.h... yes #5 94.47 checking for readlinkat... yes #5 94.59 checking for library containing clock_gettime... none required #5 94.73 checking for clock_getres... yes #5 94.88 checking for clock_gettime... yes #5 95.05 checking for clock_settime... yes #5 95.21 checking for copy_file_range... yes #5 95.35 checking for d_type member in directory struct... yes #5 95.51 checking whether // is distinct from /... (cached) no #5 95.52 checking whether dup2 works... yes #5 95.75 checking for library containing backtrace_symbols_fd... none required #5 95.91 checking for faccessat... (cached) yes #5 95.91 checking whether fchmodat works... no #5 96.17 checking for readlinkat... (cached) yes #5 96.17 checking whether fcntl handles F_DUPFD correctly... yes #5 96.38 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 96.66 checking whether fdopendir is declared... yes #5 96.75 checking whether fdopendir works... yes #5 96.96 checking for flexible array member... yes #5 97.07 checking for __fpending... yes #5 97.24 checking whether __fpending is declared... yes #5 97.32 checking whether free is known to preserve errno... no #5 97.42 checking whether fstatat (..., 0) works... yes #5 97.56 checking for sys/mount.h... yes #5 97.70 checking for statvfs function (SVR4)... yes #5 97.84 checking whether to use statvfs64... no #5 97.92 checking for two-argument statfs with statfs.f_frsize member... yes #5 98.16 checking sys/fs/s5param.h usability... no #5 98.26 checking sys/fs/s5param.h presence... no #5 98.31 checking for sys/fs/s5param.h... no #5 98.35 checking sys/statfs.h usability... yes #5 98.47 checking sys/statfs.h presence... yes #5 98.50 checking for sys/statfs.h... yes #5 98.51 checking for statfs that truncates block counts... no #5 98.57 checking for futimens... yes #5 98.70 checking whether futimens works... yes #5 99.98 checking for getline... yes #5 100.2 checking for working getline function... yes #5 100.4 checking for getloadavg... yes #5 100.6 checking sys/loadavg.h usability... no #5 100.7 checking sys/loadavg.h presence... no #5 100.7 checking for sys/loadavg.h... no #5 100.8 checking whether getloadavg is declared... yes #5 100.9 checking for getrandom... yes #5 101.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 101.2 checking for gettimeofday with POSIX signature... yes #5 101.3 checking whether the compiler supports the __inline keyword... yes #5 101.4 checking gmp.h usability... yes #5 101.6 checking gmp.h presence... yes #5 101.7 checking for gmp.h... yes #5 101.7 checking for library containing __gmpz_roinit_n... -lgmp #5 102.0 checking for memmem... yes #5 102.2 checking whether memmem works... yes #5 102.4 checking for mempcpy... yes #5 102.6 checking for memrchr... yes #5 102.7 checking for memset_explicit... no #5 102.9 checking for explicit_memset... no #5 103.1 checking for mkostemp... yes #5 103.2 checking for library containing nanosleep... none required #5 103.4 checking for working nanosleep... no (mishandles large arguments) #5 105.0 checking for sys/pstat.h... no #5 105.1 checking for sys/sysmp.h... no #5 105.3 checking for sys/param.h... (cached) yes #5 105.3 checking for sys/sysctl.h... (cached) yes #5 105.3 checking for sched_getaffinity_np... no #5 105.5 checking for pstat_getdynamic... no #5 105.7 checking for sysmp... no #5 105.8 checking for sysctl... (cached) yes #5 105.8 checking for sched_getaffinity... yes #5 106.0 checking for glibc compatible sched_getaffinity... yes #5 106.1 checking for pipe2... yes #5 106.2 checking whether signature of pselect conforms to POSIX... yes #5 106.4 checking whether pselect detects invalid fds... yes #5 106.5 checking whether pthread_sigmask is a macro... no #5 106.6 checking whether pthread_sigmask returns error numbers... yes #5 106.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 109.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 109.4 checking whether readlink signature is correct... yes #5 110.4 checking whether readlink handles trailing slash correctly... yes #5 110.6 checking whether readlink truncates results correctly... yes #5 110.8 checking for readlinkat... (cached) yes #5 110.8 checking whether readlinkat signature is correct... yes #5 110.9 checking for working re_compile_pattern... no #5 111.3 checking libintl.h usability... yes #5 111.4 checking libintl.h presence... yes #5 111.5 checking for libintl.h... yes #5 111.5 checking whether isblank is declared... yes #5 111.6 checking for sig2str... no #5 111.8 checking for sigdescr_np... no #5 111.9 checking for socklen_t... yes #5 112.2 checking for ssize_t... yes #5 112.3 checking for struct stat.st_atim.tv_nsec... yes #5 112.4 checking whether struct stat.st_atim is of type struct timespec... yes #5 112.5 checking for struct stat.st_birthtimespec.tv_nsec... no #5 112.7 checking for struct stat.st_birthtimensec... no #5 112.9 checking for struct stat.st_birthtim.tv_nsec... no #5 113.0 checking for bool, true, false... no #5 113.1 checking for stpcpy... yes #5 113.3 checking for working strnlen... yes #5 113.5 checking whether strtoimax works... yes #5 113.7 checking whether symlink handles trailing slash correctly... yes #5 113.9 checking whether localtime_r is declared... yes #5 113.9 checking whether localtime_r is compatible with its POSIX signature... yes #5 114.0 checking whether localtime works even near extrema... yes #5 114.2 checking for timezone_t... no #5 114.3 checking for timegm... yes #5 114.5 checking whether timer_settime is declared... yes #5 114.6 checking for library containing timer_settime... -lrt #5 114.9 checking for timer_settime... yes #5 115.1 checking for utimensat... yes #5 115.3 checking whether utimensat works... yes #5 116.5 checking for variable-length arrays... yes #5 116.7 checking whether getdtablesize works... yes #5 116.8 checking for __mktime_internal... no #5 117.0 checking for timer_getoverrun... yes #5 117.2 checking for gcc option to disable position independent executables... not needed #5 117.2 checking for __ctype_get_mb_cur_max... yes #5 117.4 checking whether MB_CUR_MAX is defined to function that won't link... no #5 117.4 #5 117.4 Configured for 'x86_64-pc-linux-gnu'. #5 117.4 #5 117.4 Where should the build process find the source code? . #5 117.4 What compiler should emacs be built with? gcc -g3 -O2 #5 117.4 Should Emacs use the GNU version of malloc? no #5 117.4 (The GNU allocators don't work with this system configuration.) #5 117.4 Should Emacs use a relocating allocator for buffers? no #5 117.4 Should Emacs use mmap(2) for buffer allocation? no #5 117.4 What window system should Emacs use? none #5 117.4 What toolkit should Emacs use? none #5 117.4 Where do we find X Windows header files? NONE #5 117.4 Where do we find X Windows libraries? NONE #5 117.4 Does Emacs use -lXaw3d? no #5 117.4 Is Emacs being built for Android? no #5 117.4 Does Emacs use the X Double Buffer Extension? no #5 117.4 Does Emacs use -lXpm? no #5 117.4 Does Emacs use -ljpeg? no #5 117.4 Does Emacs use -ltiff? no #5 117.4 Does Emacs use a gif library? no #5 117.4 Does Emacs use a png library? no #5 117.4 Does Emacs use -lrsvg-2? no #5 117.4 Does Emacs use -lwebp? no #5 117.4 Does Emacs use -lsqlite3? no #5 117.4 Does Emacs use cairo? no #5 117.4 Does Emacs use -llcms2? no #5 117.4 Does Emacs use imagemagick? no #5 117.4 Does Emacs use native APIs for images? no #5 117.4 Does Emacs support sound? yes #5 117.4 Does Emacs use -lgpm? no #5 117.4 Does Emacs use -ldbus? yes #5 117.4 Does Emacs use -lgconf? no #5 117.4 Does Emacs use GSettings? no #5 117.4 Does Emacs use a file notification library? yes (inotify) #5 117.4 Does Emacs use access control lists? yes -lacl -lattr #5 117.4 Does Emacs use -lselinux? no #5 117.4 Does Emacs use -lgnutls? yes #5 117.4 Does Emacs use -lxml2? no #5 117.4 Does Emacs use -lfreetype? no #5 117.4 Does Emacs use HarfBuzz? no #5 117.4 Does Emacs use -lm17n-flt? no #5 117.4 Does Emacs use -lotf? no #5 117.4 Does Emacs use -lxft? no #5 117.4 Does Emacs use -lsystemd? no #5 117.4 Does Emacs use -ljansson? no #5 117.4 Does Emacs use -ltree-sitter? no #5 117.4 Does Emacs use the GMP library? yes #5 117.4 Does Emacs directly use zlib? no #5 117.4 Does Emacs have dynamic modules support? yes #5 117.4 Does Emacs use toolkit scroll bars? no #5 117.4 Does Emacs support Xwidgets? no #5 117.4 Does Emacs have threading support in lisp? yes #5 117.4 Does Emacs support the portable dumper? yes #5 117.4 Does Emacs support legacy unexec dumping? no #5 117.4 Which dumping strategy does Emacs use? pdumper #5 117.4 Does Emacs have native lisp compiler? no #5 117.4 Does Emacs use version 2 of the X Input Extension? no #5 117.4 Does Emacs generate a smaller-size Japanese dictionary? no #5 117.4 #5 117.4 #5 117.9 configure: creating ./config.status #5 118.3 config.status: creating src/verbose.mk #5 118.5 config.status: creating src/emacs-module.h #5 118.6 config.status: creating Makefile #5 119.6 config.status: creating lib/gnulib.mk #5 119.7 config.status: creating ./doc/man/emacs.1 #5 119.8 config.status: creating lib/Makefile #5 119.8 config.status: creating lib-src/Makefile #5 119.9 config.status: creating oldXMenu/Makefile #5 120.0 config.status: creating src/Makefile #5 120.0 config.status: creating lwlib/Makefile #5 120.1 config.status: creating nextstep/Makefile #5 120.1 config.status: creating nt/Makefile #5 120.2 config.status: creating doc/emacs/Makefile #5 120.3 config.status: creating doc/misc/Makefile #5 120.3 config.status: creating doc/lispintro/Makefile #5 120.4 config.status: creating doc/lispref/Makefile #5 120.4 config.status: creating lisp/Makefile #5 120.5 config.status: creating leim/Makefile #5 120.5 config.status: creating test/Makefile #5 120.6 config.status: creating test/manual/noverlay/Makefile #5 120.6 config.status: creating test/infra/Makefile #5 120.7 config.status: creating admin/charsets/Makefile #5 121.3 config.status: creating admin/unidata/Makefile #5 121.3 config.status: creating admin/grammars/Makefile #5 121.4 config.status: creating java/Makefile #5 121.4 config.status: creating cross/Makefile #5 121.5 config.status: creating java/AndroidManifest.xml #5 121.5 config.status: creating src/config.h #5 121.6 config.status: executing src/epaths.h commands #5 122.2 config.status: executing src/.gdbinit commands #5 122.3 config.status: executing doc/emacs/emacsver.texi commands #5 122.3 config.status: executing etc-refcards-emacsver.tex commands #5 122.8 configure: WARNING: This configuration installs a 'movemail' program #5 122.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 122.8 installed a 'movemail' program that retrieved POP3 email via only #5 122.8 insecure channels, a practice that is no longer recommended but that #5 122.8 you can continue to support by using './configure --with-pop'. #5 122.8 configure: You might want to install GNU Mailutils #5 122.8 and use './configure --with-mailutils'. #5 DONE 126.4s #4 [emacs-inotify 6/6] RUN make bootstrap #4 2.005 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 2.015 make[1]: Entering directory '/checkout' #4 2.121 make bootstrap-clean #4 2.130 make[2]: Entering directory '/checkout' #4 2.235 make -C src bootstrap-clean #4 2.253 make[3]: Entering directory '/checkout/src' #4 2.253 GEN /checkout/src/lisp.mk #4 2.604 rm -f android-emacs libemacs.so #4 2.611 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 2.619 rm -f dmpstruct.h #4 2.625 rm -f emacs.pdmp #4 2.631 rm -f ../etc/DOC #4 2.637 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 2.642 rm -f emacs-30.0.50 #4 2.646 rm -f buildobj.h #4 2.650 rm -f globals.h gl-stamp #4 2.654 rm -f ./*.res ./*.tmp #4 2.658 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 2.663 rm -f ../etc/DOC* #4 2.669 rm -f deps/* #4 2.672 rm -f emacs-module.h epaths.h config.h config.stamp #4 2.677 if test -f ./.gdbinit; then \ #4 2.677 mv ./.gdbinit ./.gdbinit.save; \ #4 2.677 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 2.677 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 2.677 fi #4 3.058 make[3]: Leaving directory '/checkout/src' #4 3.059 make -C oldXMenu bootstrap-clean #4 3.068 make[3]: Entering directory '/checkout/oldXMenu' #4 3.069 rm -f libXMenu11.a ./*.o deps/* #4 3.074 rm -f Makefile #4 3.078 rm -fr deps #4 3.081 make[3]: Leaving directory '/checkout/oldXMenu' #4 3.081 make -C lwlib bootstrap-clean #4 3.097 make[3]: Entering directory '/checkout/lwlib' #4 3.097 rm -f ./*.o liblw.a \#* deps/* #4 3.103 rm -f Makefile #4 3.105 rm -fr deps #4 3.106 rm -f TAGS #4 3.108 make[3]: Leaving directory '/checkout/lwlib' #4 3.108 make -C lib bootstrap-clean #4 3.231 make[3]: Entering directory '/checkout/lib' #4 3.231 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 3.244 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 #4 3.250 rm -f Makefile Makefile.android #4 3.255 rm -fr deps #4 3.260 make[3]: Leaving directory '/checkout/lib' #4 3.260 make -C lib-src bootstrap-clean #4 3.267 make[3]: Entering directory '/checkout/lib-src' #4 3.267 rm -f core ./*.o ./*.res #4 3.271 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 3.275 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 3.279 rm -f TAGS Makefile blessmail Makefile.android #4 3.283 make[3]: Leaving directory '/checkout/lib-src' #4 3.284 make -C nt bootstrap-clean #4 3.291 make[3]: Entering directory '/checkout/nt' #4 3.291 rm -f core *.o *.res #4 3.293 rm -f runemacs addpm cmdproxy ddeclient #4 3.294 rm -f TAGS Makefile *.rc #4 3.298 true #4 3.304 make[3]: Leaving directory '/checkout/nt' #4 3.305 make -C doc/emacs bootstrap-clean #4 3.313 make[3]: Entering directory '/checkout/doc/emacs' #4 3.313 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 3.313 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 3.320 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 3.324 rm -f Makefile #4 3.328 rm -f \ #4 3.328 ./../../info/emacs.info \ #4 3.328 ./../../info/emacs.info-[1-9] \ #4 3.328 ./../../info/emacs.info-[1-9][0-9] #4 3.333 rm -f ./emacsver.texi TAGS #4 3.337 make[3]: Leaving directory '/checkout/doc/emacs' #4 3.337 make -C doc/misc bootstrap-clean #4 3.349 make[3]: Entering directory '/checkout/doc/misc' #4 3.349 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 3.349 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 3.349 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 3.355 rm -f gnustmp* #4 3.361 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 3.366 rm -f Makefile #4 3.372 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 \ #4 3.372 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 3.372 rm -f \ #4 3.372 ./../../info/${file} \ #4 3.372 ./../../info/${file}-[1-9] \ #4 3.372 ./../../info/${file}-[1-9][0-9]; \ #4 3.372 done #4 3.864 rm -f ./modus-themes.texi ./org.texi #4 3.869 rm -f TAGS #4 3.873 make[3]: Leaving directory '/checkout/doc/misc' #4 3.873 make -C doc/lispref bootstrap-clean #4 3.881 make[3]: Entering directory '/checkout/doc/lispref' #4 3.881 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 3.881 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 3.887 rm -f elisp[12]* vol[12].tmp #4 3.891 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 3.895 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 3.899 rm -f Makefile #4 3.903 rm -f \ #4 3.903 ./../../info/elisp.info \ #4 3.903 ./../../info/elisp.info-[1-9] \ #4 3.903 ./../../info/elisp.info-[1-9][0-9] #4 3.907 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 3.910 rm -f TAGS #4 3.914 make[3]: Leaving directory '/checkout/doc/lispref' #4 3.914 make -C doc/lispintro bootstrap-clean #4 3.921 make[3]: Entering directory '/checkout/doc/lispintro' #4 3.921 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 3.921 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 3.927 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 3.931 rm -f Makefile #4 3.935 rm -f \ #4 3.935 ./../../info/eintr.info \ #4 3.935 ./../../info/eintr.info-[1-9] #4 3.939 rm -f TAGS #4 3.944 make[3]: Leaving directory '/checkout/doc/lispintro' #4 3.945 make -C test bootstrap-clean #4 3.951 make[3]: Entering directory '/checkout/test' #4 4.022 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 4.041 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 4.060 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 4.065 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 4.065 src/emacs-module-resources/*.dll gmp.h #4 4.069 find . -name '*.elc' -delete #4 4.086 make[3]: Leaving directory '/checkout/test' #4 4.087 make -C java bootstrap-clean #4 4.182 make[3]: Entering directory '/checkout/java' #4 4.182 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 4.189 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 4.196 find . -name '*.class' -delete #4 4.204 rm -f Makefile ndk-build.mk #4 4.210 make[3]: Leaving directory '/checkout/java' #4 4.211 make -C cross bootstrap-clean #4 4.220 make[3]: Entering directory '/checkout/cross' #4 4.220 for dir in src lib-src lib etc; do \ #4 4.220 find $dir -type f -delete; \ #4 4.220 done #4 4.234 rm -rf lib/config.h lib-src/config.h #4 4.235 if test -f ndk-build/Makefile; then \ #4 4.235 make -C ndk-build clean; \ #4 4.235 fi #4 4.237 for dir in src lib-src lib etc; do \ #4 4.237 find $dir -type l -delete; \ #4 4.237 done #4 4.251 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 4.253 rm -rf ndk-build/ndk-build.mk Makefile #4 4.255 make[3]: Leaving directory '/checkout/cross' #4 4.256 make -C nextstep bootstrap-clean #4 4.264 make[3]: Entering directory '/checkout/nextstep' #4 4.265 rm -rf #4 4.280 rm -f Makefile #4 4.280 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 4.280 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 4.280 Cocoa/Emacs.base/Contents/Info.plist \ #4 4.280 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 4.287 make[3]: Leaving directory '/checkout/nextstep' #4 4.288 make -C admin/charsets bootstrap-clean #4 4.301 make[3]: Entering directory '/checkout/admin/charsets' #4 4.301 make[3]: Nothing to be done for 'bootstrap-clean'. #4 4.301 make[3]: Leaving directory '/checkout/admin/charsets' #4 4.302 make -C admin/unidata bootstrap-clean #4 4.308 make[3]: Entering directory '/checkout/admin/unidata' #4 4.334 rm -f ./*.elc unidata.txt #4 4.339 make[3]: Leaving directory '/checkout/admin/unidata' #4 4.340 make -C leim bootstrap-clean #4 4.347 make[3]: Entering directory '/checkout/leim' #4 4.347 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 #4 4.352 make[3]: Leaving directory '/checkout/leim' #4 4.353 make -C lisp bootstrap-clean #4 4.359 make[3]: Entering directory '/checkout/lisp' #4 4.390 find . -name '*.elc' -delete #4 4.399 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 4.403 make[3]: Leaving directory '/checkout/lisp' #4 4.404 make -C admin/grammars bootstrap-clean #4 4.410 make[3]: Entering directory '/checkout/admin/grammars' #4 4.410 make[3]: Nothing to be done for 'bootstrap-clean'. #4 4.410 make[3]: Leaving directory '/checkout/admin/grammars' #4 4.410 [ ! -f config.log ] || mv -f config.log config.log~ #4 4.908 rm -rf ./info #4 4.924 rm -f ./etc/refcards/emacsver.tex #4 4.934 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 4.939 rm -fr autom4te.cache config.cache #4 4.946 rm -f config.log ./doc/man/emacs.1 #4 4.953 make[2]: Leaving directory '/checkout' #4 4.953 cd . && ./autogen.sh autoconf #4 4.975 Checking whether you have the necessary tools... #4 4.975 (Read INSTALL.REPO for more details on building Emacs) #4 4.980 Checking for autoconf (need at least version 2.65) ... ok #4 5.058 Your system has the required tools. #4 5.137 Running 'autoreconf -fi -I m4' ... #4 17.74 Building 'aclocal.m4' in exec ... #4 17.74 Running 'autoreconf -fi' in exec ... #4 21.20 You can now run './autogen.sh git'. #4 21.21 make MAKEFILE_NAME=force-Makefile force-Makefile #4 21.23 make[2]: Entering directory '/checkout' #4 21.24 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 21.35 if [ -x ./config.status ]; then \ #4 21.35 ./config.status --recheck; \ #4 21.35 else \ #4 21.35 ./configure --cache-file=/dev/null; \ #4 21.35 fi #4 21.42 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #4 21.65 checking for xcrun... no #4 21.65 checking for GNU Make... make #4 21.68 checking build system type... x86_64-pc-linux-gnu #4 21.89 checking host system type... x86_64-pc-linux-gnu #4 21.92 checking for gcc... gcc #4 22.00 checking whether the C compiler works... yes #4 22.12 checking for C compiler default output file name... a.out #4 22.12 checking for suffix of executables... #4 22.24 checking whether we are cross compiling... no #4 22.37 checking for suffix of object files... o #4 22.43 checking whether we are using the GNU C compiler... yes #4 22.49 checking whether gcc accepts -g... yes #4 22.55 checking for gcc option to enable C11 features... none needed #4 22.71 checking whether the compiler is clang... no #4 22.78 checking for compiler option needed when checking for declarations... none #4 22.78 checking whether gcc and cc understand -c and -o together... yes #4 23.07 checking how to run the C preprocessor... gcc -E #4 23.23 checking for grep that handles long lines and -e... /bin/grep #4 23.24 checking for egrep... /bin/grep -E #4 23.25 checking for ANSI C header files... yes #4 23.62 checking for sys/types.h... yes #4 23.71 checking for sys/stat.h... yes #4 23.81 checking for stdlib.h... yes #4 23.91 checking for string.h... yes #4 24.07 checking for memory.h... yes #4 24.19 checking for strings.h... yes #4 24.28 checking for inttypes.h... yes #4 24.38 checking for stdint.h... yes #4 24.49 checking for unistd.h... yes #4 24.62 checking for wchar.h... yes #4 24.79 checking for minix/config.h... no #4 24.95 checking for linux/fs.h... yes #4 25.08 checking for malloc.h... yes #4 25.22 checking for sys/systeminfo.h... no #4 25.32 checking for sys/sysinfo.h... yes #4 25.46 checking for coff.h... no #4 25.59 checking for pty.h... yes #4 25.75 checking for sys/resource.h... yes #4 25.89 checking for sys/utsname.h... yes #4 26.01 checking for pwd.h... yes #4 26.15 checking for util.h... no #4 26.25 checking for sanitizer/lsan_interface.h... yes #4 26.41 checking for sanitizer/asan_interface.h... yes #4 26.53 checking for sanitizer/common_interface_defs.h... yes #4 26.65 checking for sys/socket.h... yes #4 26.77 checking for stdlib.h... (cached) yes #4 26.80 checking for unistd.h... (cached) yes #4 26.83 checking for sys/param.h... yes #4 26.96 checking for pthread.h... yes #4 27.11 checking for malloc/malloc.h... no #4 27.23 checking for sys/un.h... yes #4 27.35 checking for utmp.h... yes #4 27.47 checking for utmpx.h... yes #4 27.58 checking for OS.h... no #4 27.70 checking for dirent.h... yes #4 27.83 checking for execinfo.h... yes #4 28.26 checking for linux/xattr.h... yes #4 28.40 checking for stdio_ext.h... yes #4 28.51 checking for sys/vfs.h... yes #4 28.65 checking for sys/fs_types.h... no #4 28.77 checking for getopt.h... yes #4 28.91 checking for sys/cdefs.h... yes #4 29.04 checking for sys/time.h... yes #4 29.17 checking for ieee754.h... yes #4 29.29 checking for limits.h... yes #4 29.40 checking for inttypes.h... (cached) yes #4 29.42 checking for sys/types.h... (cached) yes #4 29.44 checking for stdint.h... (cached) yes #4 29.47 checking for sys/select.h... yes #4 29.58 checking for stdbool.h... yes #4 29.70 checking for stdckdint.h... no #4 29.79 checking for sys/random.h... yes #4 29.89 checking for sys/stat.h... (cached) yes #4 29.91 checking whether it is safe to define __EXTENSIONS__... yes #4 30.00 checking whether _XOPEN_SOURCE should be defined... no #4 30.10 checking for Minix Amsterdam compiler... no #4 30.14 checking for ar... ar #4 30.14 checking for ranlib... ranlib #4 30.14 checking for gcc option to enable large file support... none needed #4 30.28 checking for gcc option for timestamps after 2038... none needed #4 30.35 checking for g++... g++ #4 30.42 checking whether we are using the GNU C++ compiler... yes #4 30.49 checking whether g++ accepts -g... yes #4 30.55 checking for g++ option to enable C++11 features... none needed #4 49.46 checking how to run the C++ preprocessor... g++ -E #4 49.78 checking whether gcc accepts -g3 -O2... yes #4 50.04 checking whether the compiler is clang... no #4 50.14 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 50.21 checking whether -Wno-missing-field-initializers is needed... yes #4 50.35 checking whether -Wuninitialized is supported... yes #4 50.44 checking whether C compiler handles -fstrict-flex-arrays... no #4 50.51 checking whether C compiler handles -Wall... yes #4 50.64 checking whether C compiler handles -Warith-conversion... yes #4 50.76 checking whether C compiler handles -Wdate-time... yes #4 50.88 checking whether C compiler handles -Wdisabled-optimization... yes #4 51.02 checking whether C compiler handles -Wdouble-promotion... yes #4 51.14 checking whether C compiler handles -Wduplicated-cond... yes #4 51.25 checking whether C compiler handles -Wextra... yes #4 51.37 checking whether C compiler handles -Wformat-signedness... yes #4 51.49 checking whether C compiler handles -Winit-self... yes #4 51.61 checking whether C compiler handles -Winvalid-pch... yes #4 51.72 checking whether C compiler handles -Wlogical-op... yes #4 51.83 checking whether C compiler handles -Wmissing-declarations... yes #4 51.95 checking whether C compiler handles -Wmissing-include-dirs... yes #4 52.06 checking whether C compiler handles -Wmissing-prototypes... yes #4 52.19 checking whether C compiler handles -Wnested-externs... yes #4 52.30 checking whether C compiler handles -Wnull-dereference... yes #4 52.41 checking whether C compiler handles -Wold-style-definition... yes #4 52.54 checking whether C compiler handles -Wopenmp-simd... yes #4 52.66 checking whether C compiler handles -Wpacked... yes #4 52.84 checking whether C compiler handles -Wpointer-arith... yes #4 53.02 checking whether C compiler handles -Wstrict-flex-arrays... no #4 53.11 checking whether C compiler handles -Wstrict-prototypes... yes #4 53.27 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 53.40 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 53.52 checking whether C compiler handles -Wsuggest-final-methods... yes #4 53.63 checking whether C compiler handles -Wsuggest-final-types... yes #4 53.76 checking whether C compiler handles -Wtrampolines... yes #4 53.88 checking whether C compiler handles -Wuninitialized... yes #4 54.00 checking whether C compiler handles -Wunknown-pragmas... yes #4 54.12 checking whether C compiler handles -Wunused-macros... yes #4 54.27 checking whether C compiler handles -Wvariadic-macros... yes #4 54.38 checking whether C compiler handles -Wvector-operation-performance... yes #4 54.51 checking whether C compiler handles -Wwrite-strings... yes #4 54.63 checking whether C compiler handles -Warray-bounds=2... yes #4 54.76 checking whether C compiler handles -Wattribute-alias=2... yes #4 54.89 checking whether C compiler handles -Wformat=2... yes #4 55.01 checking whether C compiler handles -Wformat-truncation=2... yes #4 55.13 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 55.24 checking whether C compiler handles -Wshift-overflow=2... yes #4 55.36 checking whether C compiler handles -Wuse-after-free=3... no #4 55.42 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 55.55 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 55.66 checking whether C compiler handles -Wredundant-decls... yes #4 55.77 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 55.77 checking whether C compiler handles -Wno-override-init... yes #4 55.88 checking whether C compiler handles -Wno-sign-compare... yes #4 55.99 checking whether C compiler handles -Wno-type-limits... yes #4 56.10 checking whether C compiler handles -Wno-unused-parameter... yes #4 56.21 checking whether C compiler handles -Wno-format-nonliteral... yes #4 56.32 checking whether C compiler handles -Wno-bidi-chars... no #4 56.36 checking for a BSD-compatible install... /usr/bin/install -c #4 56.39 checking command to symlink files in the same directory... ln -s #4 56.40 checking for install-info... : #4 56.40 checking for gzip... /bin/gzip #4 56.41 checking for 'find' args to delete a file... -delete #4 56.43 checking for brew... no #4 56.82 checking for -znocombreloc... not needed #4 56.82 checking whether addresses are sanitized... no #4 56.86 checking for math library... -lm #4 57.36 checking for struct passwd.pw_gecos... yes #4 57.44 checking for pkg-config... /usr/bin/pkg-config #4 57.45 checking pkg-config is at least version 0.9.0... yes #4 57.47 checking for machine/soundcard.h... no #4 57.53 checking for sys/soundcard.h... yes #4 57.65 checking for soundcard.h... no #4 57.74 checking for mmsystem.h... no #4 57.88 checking for _oss_ioctl in -lossaudio... no #4 57.96 checking for alsa >= 1.0.0... no #4 57.98 checking for ADDR_NO_RANDOMIZE... yes #4 58.05 checking if Linux sysinfo may be used... yes #4 58.25 checking for sys/wait.h that is POSIX.1 compatible... yes #4 58.35 checking for net/if.h... yes #4 58.50 checking for ifaddrs.h... yes #4 58.63 checking for net/if_dl.h... no #4 58.73 checking for struct ifreq.ifr_flags... yes #4 58.87 checking for struct ifreq.ifr_hwaddr... yes #4 59.10 checking for struct ifreq.ifr_netmask... yes #4 59.33 checking for struct ifreq.ifr_broadaddr... yes #4 59.57 checking for struct ifreq.ifr_addr... yes #4 59.80 checking for struct ifreq.ifr_addr.sa_len... no #4 60.00 checking whether gcc understands -MMD -MF... yes #4 60.07 checking for X... no #4 60.19 checking for X... false #4 60.19 checking whether malloc is Doug Lea style... no #4 60.27 checking for sbrk... yes #4 60.43 checking for __lsan_ignore_object... no #4 60.57 checking for fchmod... yes #4 60.73 checking for utmpname... yes #4 60.89 checking for utmpxname... yes #4 61.06 checking for canonicalize_file_name... yes #4 61.23 checking for realpath... yes #4 61.38 checking for lstat... yes #4 61.55 checking for fchmodat... yes #4 61.72 checking for lchmod... no #4 61.78 checking for fcntl... yes #4 61.94 checking for fdopendir... yes #4 62.09 checking for listxattr... yes #4 62.23 checking for fstatat... yes #4 62.40 checking for fsync... yes #4 62.57 checking for gettimeofday... yes #4 62.75 checking for memset_s... no #4 62.93 checking for pselect... yes #4 63.10 checking for readlink... yes #4 63.30 checking for isblank... yes #4 63.49 checking for iswctype... yes #4 63.66 checking for strtoimax... yes #4 63.86 checking for symlink... yes #4 64.04 checking for localtime_r... yes #4 64.21 checking for getdtablesize... yes #4 64.36 checking for getpagesize... yes #4 64.50 checking for working mmap... yes #4 64.77 checking for main in -lXbsd... no #4 64.86 checking for pthread library... -lpthread #4 65.28 checking for thread support... yes #4 65.29 checking for sqlite3_open_v2 in -lsqlite3... no #4 65.39 checking for getaddrinfo_a in -lanl... yes #4 65.52 checking for malloc_trim... yes #4 65.65 checking for dbus-1 >= 1.0... yes #4 65.69 checking for dbus_watch_get_unix_fd... yes #4 65.90 checking for dbus_type_is_valid... yes #4 66.11 checking for dbus_validate_bus_name... yes #4 66.28 checking for dbus_validate_path... yes #4 66.46 checking for dbus_validate_interface... yes #4 66.64 checking for dbus_validate_member... yes #4 66.80 checking for lgetfilecon in -lselinux... no #4 66.90 checking for gnutls >= 2.12.2... yes #4 66.93 checking for libsystemd >= 222... no #4 66.95 checking for jansson >= 2.7... no #4 66.97 checking for tree-sitter >= 0.20.2... no #4 66.99 checking for tree-sitter >= 0.6.3... no #4 67.00 checking sys/inotify.h usability... yes #4 67.11 checking sys/inotify.h presence... yes #4 67.14 checking for sys/inotify.h... yes #4 67.16 checking for inotify_init... yes #4 67.32 checking for inotify_init1... yes #4 67.53 checking for lcms2... no #4 67.55 checking for library containing inflateEnd... no #4 67.77 checking for dladdr... yes #4 67.93 checking for dlfunc... no #4 68.09 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #4 68.19 found. #4 68.19 Please try installing libgccjit or a similar package if you want to have it #4 68.19 no #4 68.20 enabled. #4 68.20 checking libgccjit.h usability... no #4 68.28 checking libgccjit.h presence... no #4 68.32 checking for libgccjit.h... no #4 68.32 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #4 68.32 were not found. #4 68.32 Please try installing libgccjit-dev or a similar package if you want to have it #4 68.32 enabled. #4 68.33 checking gpm.h usability... no #4 68.44 checking gpm.h presence... no #4 68.49 checking for gpm.h... no #4 68.50 checking for libxml-2.0 > 2.6.17... no #4 68.53 checking for maillock in -lmail... no #4 68.65 checking for maillock in -llockfile... no #4 68.74 checking for liblockfile.so... no #4 68.74 checking maillock.h usability... no #4 68.83 checking maillock.h presence... no #4 68.86 checking for maillock.h... no #4 68.88 checking linux/seccomp.h usability... yes #4 68.99 checking linux/seccomp.h presence... yes #4 69.02 checking for linux/seccomp.h... yes #4 69.06 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 69.14 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 69.22 checking linux/filter.h usability... yes #4 69.33 checking linux/filter.h presence... yes #4 69.36 checking for linux/filter.h... yes #4 69.40 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 69.43 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 69.43 checking for libseccomp >= 2.5.2... no #4 69.46 checking size of long... 8 #4 69.66 checking for accept4... yes #4 69.82 checking for fchdir... yes #4 69.99 checking for gethostname... yes #4 70.16 checking for getrusage... yes #4 70.32 checking for get_current_dir_name... yes #4 70.47 checking for lrand48... yes #4 70.63 checking for random... yes #4 70.77 checking for rint... yes #4 70.95 checking for tcdrain... yes #4 71.10 checking for trunc... yes #4 71.28 checking for select... yes #4 71.42 checking for getpagesize... (cached) yes #4 71.46 checking for setlocale... yes #4 71.64 checking for newlocale... yes #4 71.80 checking for getrlimit... yes #4 71.95 checking for setrlimit... yes #4 72.11 checking for shutdown... yes #4 72.26 checking for pthread_sigmask... (cached) yes #4 72.30 checking for strsignal... yes #4 72.48 checking for setitimer... yes #4 72.64 checking for sendto... yes #4 72.80 checking for recvfrom... yes #4 72.97 checking for getsockname... yes #4 73.14 checking for getifaddrs... yes #4 73.30 checking for freeifaddrs... yes #4 73.45 checking for gai_strerror... yes #4 73.61 checking for sync... yes #4 73.78 checking for endpwent... yes #4 73.94 checking for getgrent... yes #4 74.13 checking for endgrent... yes #4 74.31 checking for cfmakeraw... yes #4 74.48 checking for cfsetspeed... yes #4 74.64 checking for __executable_start... yes #4 74.81 checking for log2... yes #4 75.00 checking for pthread_setname_np... yes #4 75.17 checking for pthread_set_name_np... no #4 75.30 checking for getpwent... yes #4 75.48 checking for renameat2... yes #4 75.62 checking whether pthread_setname_np takes a single argument... no #4 75.68 checking whether pthread_setname_np takes three arguments... no #4 75.76 checking for aligned_alloc... yes #4 75.94 checking whether aligned_alloc is declared... yes #4 76.04 checking for posix_madvise... yes #4 76.20 checking for madvise... yes #4 76.36 checking for __builtin_frame_address... yes #4 76.50 checking for __builtin_unwind_init... yes #4 76.62 checking for _LARGEFILE_SOURCE value needed for large files... no #4 76.76 checking for grantpt... yes #4 76.90 checking for getpt... yes #4 77.07 checking for posix_openpt... yes #4 77.23 checking for library containing tputs... -ltinfo #4 77.93 checking whether -ltinfo library defines BC... yes #4 78.07 checking for timerfd interface... yes #4 78.16 checking whether signals can be handled on alternate stack... yes #4 78.26 checking valgrind/valgrind.h usability... no #4 78.35 checking valgrind/valgrind.h presence... no #4 78.39 checking for valgrind/valgrind.h... no #4 78.39 checking for struct unipair.unicode... yes #4 78.47 checking for pid_t... yes #4 78.69 checking vfork.h usability... no #4 78.78 checking vfork.h presence... no #4 78.82 checking for vfork.h... no #4 78.83 checking for fork... yes #4 79.00 checking for vfork... yes #4 79.16 checking for working fork... yes #4 79.36 checking for working vfork... (cached) yes #4 79.38 checking for snprintf... yes #4 79.56 checking for open_memstream... yes #4 79.70 checking spawn.h usability... yes #4 79.81 checking spawn.h presence... yes #4 79.84 checking for spawn.h... yes #4 79.86 checking for posix_spawn... yes #4 80.02 checking for posix_spawn_file_actions_addchdir... no #4 80.16 checking for posix_spawn_file_actions_addchdir_np... yes #4 80.33 checking for posix_spawnattr_setflags... yes #4 80.49 checking whether POSIX_SPAWN_SETSID is declared... yes #4 80.57 checking whether GLib is linked in... no #4 80.63 checking for nl_langinfo and CODESET... yes #4 80.77 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #4 80.90 checking for mbstate_t... yes #4 81.05 checking for signals via characters... yes #4 81.17 checking for _setjmp... yes #4 81.30 checking for sigsetjmp... yes #4 81.43 checking POSIX termios... yes #4 81.58 checking size of speed_t... 4 #4 81.76 checking for usable FIONREAD... yes #4 81.85 checking for usable SIGIO... yes #4 81.96 checking for struct alignment... yes #4 82.03 checking for C/C++ restrict keyword... __restrict__ #4 82.11 checking for typeof syntax and keyword spelling... typeof #4 82.18 checking for statement expressions... yes #4 82.24 checking whether malloc (0) returns nonnull... yes #4 82.42 checking sys/acl.h usability... yes #4 82.54 checking sys/acl.h presence... yes #4 82.59 checking for sys/acl.h... yes #4 82.59 checking for library containing acl_get_file... -lacl #4 82.92 checking for acl_get_file... yes #4 83.10 checking for acl_get_fd... yes #4 83.29 checking for acl_set_file... yes #4 83.47 checking for acl_set_fd... yes #4 83.62 checking for acl_free... yes #4 83.78 checking for acl_from_mode... yes #4 83.93 checking for acl_from_text... yes #4 84.09 checking for acl_delete_def_file... yes #4 84.28 checking for acl_extended_file... yes #4 84.43 checking for acl_delete_fd_np... no #4 84.61 checking for acl_delete_file_np... no #4 84.77 checking for acl_copy_ext_native... no #4 84.93 checking for acl_create_entry_np... no #4 85.09 checking for acl_to_short_text... no #4 85.24 checking for acl_free_text... no #4 85.38 checking for working acl_get_file... yes #4 85.52 checking acl/libacl.h usability... yes #4 85.63 checking acl/libacl.h presence... yes #4 85.66 checking for acl/libacl.h... yes #4 85.66 checking for acl_entries... yes #4 85.79 checking for ACL_FIRST_ENTRY... yes #4 85.87 checking for ACL_TYPE_EXTENDED... no #4 85.94 checking for working alloca.h... yes #4 86.05 checking for alloca... yes #4 86.18 checking for a thread-safe mkdir -p... /bin/mkdir -p #4 86.19 checking whether the preprocessor supports include_next... yes #4 86.29 checking whether source code line length is unlimited... yes #4 86.33 checking whether endutent is declared... yes #4 86.42 checking for struct utmpx.ut_user... yes #4 86.55 checking for struct utmp.ut_user... yes #4 86.69 checking for struct utmpx.ut_name... yes #4 86.82 checking for struct utmp.ut_name... yes #4 86.96 checking for struct utmpx.ut_type... yes #4 87.08 checking for struct utmp.ut_type... yes #4 87.21 checking for struct utmpx.ut_pid... yes #4 87.34 checking for struct utmp.ut_pid... yes #4 87.46 checking for struct utmp.ut_tv... yes #4 87.69 checking for struct utmpx.ut_host... yes #4 87.83 checking for struct utmp.ut_host... yes #4 87.95 checking for struct utmpx.ut_id... yes #4 88.08 checking for struct utmp.ut_id... yes #4 88.20 checking for struct utmpx.ut_session... yes #4 88.33 checking for struct utmp.ut_session... yes #4 88.46 checking for struct utmpx.ut_exit... yes #4 88.70 checking for struct utmp.ut_exit... yes #4 88.95 checking for struct utmpx.ut_exit.ut_exit... no #4 89.15 checking for struct utmpx.ut_exit.e_exit... yes #4 89.28 checking for struct utmp.ut_exit.e_exit... yes #4 89.41 checking for struct utmpx.ut_exit.ut_termination... no #4 89.59 checking for struct utmpx.ut_exit.e_termination... yes #4 89.72 checking for struct utmp.ut_exit.e_termination... yes #4 89.87 checking whether sysinfo is declared... yes #4 89.96 checking for sys/sysctl.h... yes #4 90.13 checking for sysctl... yes #4 90.26 checking whether lstat correctly handles trailing slash... yes #4 90.45 checking whether // is distinct from /... no #4 90.46 checking whether realpath works... yes #4 90.66 checking for faccessat... yes #4 90.79 checking for getcwd... yes #4 90.91 checking whether byte ordering is bigendian... no #4 91.12 checking if environ is properly declared... yes #4 91.19 checking for complete errno.h... yes #4 91.23 checking whether ctype.h defines __header_inline... no #4 91.27 checking for mode_t... yes #4 91.50 checking whether strmode is declared... no #4 91.61 checking whether getline is declared... yes #4 91.74 checking for gawk... no #4 91.74 checking for mawk... mawk #4 91.74 checking for getopt.h... (cached) yes #4 91.74 checking for getopt_long_only... yes #4 91.87 checking whether getopt is POSIX compatible... yes #4 92.36 checking for working GNU getopt function... yes #4 92.57 checking for working GNU getopt_long function... yes #4 92.72 checking whether timespec_get is declared... yes #4 92.79 checking for timespec_get... yes #4 92.91 checking for struct timeval... yes #4 92.98 checking for wide-enough struct timeval.tv_sec member... yes #4 93.06 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #4 93.11 checking whether the compiler produces multi-arch binaries... no #4 93.16 checking whether stdint.h conforms to C99... yes #4 93.45 checking whether stdint.h works without ISO C predefines... yes #4 93.54 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #4 93.64 checking whether memmem is declared... yes #4 93.78 checking whether memrchr is declared... yes #4 93.91 checking whether defines MIN and MAX... no #4 93.96 checking whether defines MIN and MAX... yes #4 94.06 checking whether time_t is signed... yes #4 94.17 checking whether alarm is declared... yes #4 94.32 checking for working mktime... no #4 94.65 checking whether struct tm is in sys/time.h or time.h... time.h #4 94.73 checking for struct tm.tm_zone... yes #4 94.81 checking for struct tm.tm_gmtoff... yes #4 94.89 checking whether is self-contained... yes #4 95.15 checking for inline... inline #4 95.20 checking for sigset_t... yes #4 95.36 checking for volatile sig_atomic_t... yes #4 95.50 checking for sighandler_t... yes #4 95.64 checking for wchar_t... yes #4 95.70 checking for good max_align_t... yes #4 95.77 checking whether NULL can be used in arbitrary expressions... yes #4 95.83 checking for unreachable... no #4 95.97 checking whether fcloseall is declared... yes #4 96.11 checking whether getw is declared... yes #4 96.25 checking whether putw is declared... yes #4 96.38 checking which flavor of printf attribute matches inttypes macros... system #4 96.50 checking whether strnlen is declared... yes #4 96.64 checking whether strtoimax is declared... yes #4 96.76 checking whether stat file-mode macros are broken... no #4 96.84 checking for nlink_t... yes #4 96.98 checking for struct timespec in ... yes #4 97.06 checking for TIME_UTC in ... yes #4 97.17 checking whether execvpe is declared... yes #4 97.32 checking whether clearerr_unlocked is declared... yes #4 97.47 checking whether feof_unlocked is declared... yes #4 97.62 checking whether ferror_unlocked is declared... yes #4 97.78 checking whether fflush_unlocked is declared... yes #4 97.94 checking whether fgets_unlocked is declared... yes #4 98.08 checking whether fputc_unlocked is declared... yes #4 98.22 checking whether fputs_unlocked is declared... yes #4 98.35 checking whether fread_unlocked is declared... yes #4 98.48 checking whether fwrite_unlocked is declared... yes #4 98.61 checking whether getc_unlocked is declared... yes #4 98.74 checking whether getchar_unlocked is declared... yes #4 98.87 checking whether putc_unlocked is declared... yes #4 99.00 checking whether putchar_unlocked is declared... yes #4 99.12 checking type of array argument to getgroups... gid_t #4 99.32 checking whether getdelim is declared... yes #4 99.46 checking whether getdtablesize is declared... yes #4 99.58 checking whether malloc is ptrdiff_t safe... yes #4 99.65 checking whether malloc, realloc, calloc set errno on failure... yes #4 99.65 checking for O_CLOEXEC... yes #4 99.73 checking for promoted mode_t type... mode_t #4 99.80 checking whether the utimes function works... yes #4 100.0 checking for C compiler option to allow warnings... -Wno-error #4 100.2 checking for alignas and alignof... yes, macros #4 100.3 checking for alloca as a compiler built-in... yes #4 100.3 checking for static_assert... yes, an macro #4 100.5 checking for __builtin_expect... yes #4 100.6 checking byteswap.h usability... yes #4 100.7 checking byteswap.h presence... yes #4 100.7 checking for byteswap.h... yes #4 100.7 checking for readlinkat... yes #4 100.9 checking for library containing clock_gettime... none required #4 101.0 checking for clock_getres... yes #4 101.2 checking for clock_gettime... yes #4 101.4 checking for clock_settime... yes #4 101.5 checking for copy_file_range... yes #4 101.7 checking for d_type member in directory struct... yes #4 101.8 checking whether // is distinct from /... (cached) no #4 101.8 checking whether dup2 works... yes #4 102.0 checking for library containing backtrace_symbols_fd... none required #4 102.1 checking for faccessat... (cached) yes #4 102.1 checking whether fchmodat works... no #4 102.3 checking for readlinkat... (cached) yes #4 102.3 checking whether fcntl handles F_DUPFD correctly... yes #4 102.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #4 102.8 checking whether fdopendir is declared... yes #4 102.9 checking whether fdopendir works... yes #4 103.2 checking for flexible array member... yes #4 103.3 checking for __fpending... yes #4 103.4 checking whether __fpending is declared... yes #4 103.5 checking whether free is known to preserve errno... no #4 103.6 checking whether fstatat (..., 0) works... yes #4 103.8 checking for sys/mount.h... yes #4 103.9 checking for statvfs function (SVR4)... yes #4 104.1 checking whether to use statvfs64... no #4 104.2 checking for two-argument statfs with statfs.f_frsize member... yes #4 104.4 checking sys/fs/s5param.h usability... no #4 104.5 checking sys/fs/s5param.h presence... no #4 104.5 checking for sys/fs/s5param.h... no #4 104.5 checking sys/statfs.h usability... yes #4 104.6 checking sys/statfs.h presence... yes #4 104.7 checking for sys/statfs.h... yes #4 104.7 checking for statfs that truncates block counts... no #4 104.7 checking for futimens... yes #4 104.9 checking whether futimens works... yes #4 106.1 checking for getline... yes #4 106.2 checking for working getline function... yes #4 106.4 checking for getloadavg... yes #4 106.6 checking sys/loadavg.h usability... no #4 106.7 checking sys/loadavg.h presence... no #4 106.7 checking for sys/loadavg.h... no #4 106.7 checking whether getloadavg is declared... yes #4 106.8 checking for getrandom... yes #4 106.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #4 107.0 checking for gettimeofday with POSIX signature... yes #4 107.1 checking whether the compiler supports the __inline keyword... yes #4 107.2 checking gmp.h usability... yes #4 107.3 checking gmp.h presence... yes #4 107.4 checking for gmp.h... yes #4 107.4 checking for library containing __gmpz_roinit_n... -lgmp #4 107.6 checking for memmem... yes #4 107.8 checking whether memmem works... yes #4 107.9 checking for mempcpy... yes #4 108.1 checking for memrchr... yes #4 108.2 checking for memset_explicit... no #4 108.4 checking for explicit_memset... no #4 108.5 checking for mkostemp... yes #4 108.7 checking for library containing nanosleep... none required #4 108.8 checking for working nanosleep... no (mishandles large arguments) #4 110.0 checking for sys/pstat.h... no #4 110.1 checking for sys/sysmp.h... no #4 110.2 checking for sys/param.h... (cached) yes #4 110.2 checking for sys/sysctl.h... (cached) yes #4 110.3 checking for sched_getaffinity_np... no #4 110.4 checking for pstat_getdynamic... no #4 110.6 checking for sysmp... no #4 110.8 checking for sysctl... (cached) yes #4 110.8 checking for sched_getaffinity... yes #4 110.9 checking for glibc compatible sched_getaffinity... yes #4 111.0 checking for pipe2... yes #4 111.1 checking whether signature of pselect conforms to POSIX... yes #4 111.3 checking whether pselect detects invalid fds... yes #4 111.4 checking whether pthread_sigmask is a macro... no #4 111.5 checking whether pthread_sigmask returns error numbers... yes #4 111.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #4 113.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #4 114.1 checking whether readlink signature is correct... yes #4 114.2 checking whether readlink handles trailing slash correctly... yes #4 114.3 checking whether readlink truncates results correctly... yes #4 114.5 checking for readlinkat... (cached) yes #4 114.5 checking whether readlinkat signature is correct... yes #4 114.6 checking for working re_compile_pattern... no #4 114.9 checking libintl.h usability... yes #4 115.0 checking libintl.h presence... yes #4 115.0 checking for libintl.h... yes #4 115.0 checking whether isblank is declared... yes #4 115.1 checking for sig2str... no #4 115.3 checking for sigdescr_np... no #4 115.4 checking for socklen_t... yes #4 115.6 checking for ssize_t... yes #4 115.7 checking for struct stat.st_atim.tv_nsec... yes #4 115.8 checking whether struct stat.st_atim is of type struct timespec... yes #4 115.9 checking for struct stat.st_birthtimespec.tv_nsec... no #4 116.0 checking for struct stat.st_birthtimensec... no #4 116.2 checking for struct stat.st_birthtim.tv_nsec... no #4 116.3 checking for bool, true, false... no #4 116.4 checking for stpcpy... yes #4 116.5 checking for working strnlen... yes #4 116.7 checking whether strtoimax works... yes #4 116.9 checking whether symlink handles trailing slash correctly... yes #4 117.0 checking whether localtime_r is declared... yes #4 117.1 checking whether localtime_r is compatible with its POSIX signature... yes #4 117.2 checking whether localtime works even near extrema... yes #4 117.4 checking for timezone_t... no #4 117.5 checking for timegm... yes #4 117.6 checking whether timer_settime is declared... yes #4 117.7 checking for library containing timer_settime... -lrt #4 118.0 checking for timer_settime... yes #4 118.2 checking for utimensat... yes #4 118.3 checking whether utimensat works... yes #4 119.5 checking for variable-length arrays... yes #4 119.6 checking whether getdtablesize works... yes #4 119.8 checking for __mktime_internal... no #4 120.0 checking for timer_getoverrun... yes #4 120.1 checking for gcc option to disable position independent executables... not needed #4 120.1 checking for __ctype_get_mb_cur_max... yes #4 120.2 checking whether MB_CUR_MAX is defined to function that won't link... no #4 120.3 #4 120.3 Configured for 'x86_64-pc-linux-gnu'. #4 120.3 #4 120.3 Where should the build process find the source code? . #4 120.3 What compiler should emacs be built with? gcc -g3 -O2 #4 120.3 Should Emacs use the GNU version of malloc? no #4 120.3 (The GNU allocators don't work with this system configuration.) #4 120.3 Should Emacs use a relocating allocator for buffers? no #4 120.3 Should Emacs use mmap(2) for buffer allocation? no #4 120.3 What window system should Emacs use? none #4 120.3 What toolkit should Emacs use? none #4 120.3 Where do we find X Windows header files? NONE #4 120.3 Where do we find X Windows libraries? NONE #4 120.3 Does Emacs use -lXaw3d? no #4 120.3 Is Emacs being built for Android? no #4 120.3 Does Emacs use the X Double Buffer Extension? no #4 120.3 Does Emacs use -lXpm? no #4 120.3 Does Emacs use -ljpeg? no #4 120.3 Does Emacs use -ltiff? no #4 120.3 Does Emacs use a gif library? no #4 120.3 Does Emacs use a png library? no #4 120.3 Does Emacs use -lrsvg-2? no #4 120.3 Does Emacs use -lwebp? no #4 120.3 Does Emacs use -lsqlite3? no #4 120.3 Does Emacs use cairo? no #4 120.3 Does Emacs use -llcms2? no #4 120.3 Does Emacs use imagemagick? no #4 120.3 Does Emacs use native APIs for images? no #4 120.3 Does Emacs support sound? yes #4 120.3 Does Emacs use -lgpm? no #4 120.3 Does Emacs use -ldbus? yes #4 120.3 Does Emacs use -lgconf? no #4 120.3 Does Emacs use GSettings? no #4 120.3 Does Emacs use a file notification library? yes (inotify) #4 120.3 Does Emacs use access control lists? yes -lacl -lattr #4 120.3 Does Emacs use -lselinux? no #4 120.3 Does Emacs use -lgnutls? yes #4 120.3 Does Emacs use -lxml2? no #4 120.3 Does Emacs use -lfreetype? no #4 120.3 Does Emacs use HarfBuzz? no #4 120.3 Does Emacs use -lm17n-flt? no #4 120.3 Does Emacs use -lotf? no #4 120.3 Does Emacs use -lxft? no #4 120.3 Does Emacs use -lsystemd? no #4 120.3 Does Emacs use -ljansson? no #4 120.3 Does Emacs use -ltree-sitter? no #4 120.3 Does Emacs use the GMP library? yes #4 120.3 Does Emacs directly use zlib? no #4 120.3 Does Emacs have dynamic modules support? yes #4 120.3 Does Emacs use toolkit scroll bars? no #4 120.3 Does Emacs support Xwidgets? no #4 120.3 Does Emacs have threading support in lisp? yes #4 120.3 Does Emacs support the portable dumper? yes #4 120.3 Does Emacs support legacy unexec dumping? no #4 120.3 Which dumping strategy does Emacs use? pdumper #4 120.3 Does Emacs have native lisp compiler? no #4 120.3 Does Emacs use version 2 of the X Input Extension? no #4 120.3 Does Emacs generate a smaller-size Japanese dictionary? no #4 120.3 #4 120.3 #4 120.7 configure: creating ./config.status #4 120.8 configure: WARNING: This configuration installs a 'movemail' program #4 120.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #4 120.8 installed a 'movemail' program that retrieved POP3 email via only #4 120.8 insecure channels, a practice that is no longer recommended but that #4 120.8 you can continue to support by using './configure --with-pop'. #4 120.8 configure: You might want to install GNU Mailutils #4 120.8 and use './configure --with-mailutils'. #4 121.3 MAKE='make' ./config.status #4 121.4 config.status: creating src/verbose.mk #4 121.5 config.status: creating src/emacs-module.h #4 121.5 config.status: creating Makefile #4 121.6 config.status: creating lib/gnulib.mk #4 121.6 config.status: creating ./doc/man/emacs.1 #4 121.7 config.status: creating lib/Makefile #4 121.8 config.status: creating lib-src/Makefile #4 121.8 config.status: creating oldXMenu/Makefile #4 121.9 config.status: creating src/Makefile #4 122.0 config.status: creating lwlib/Makefile #4 122.0 config.status: creating nextstep/Makefile #4 122.1 config.status: creating nt/Makefile #4 122.1 config.status: creating doc/emacs/Makefile #4 122.2 config.status: creating doc/misc/Makefile #4 122.2 config.status: creating doc/lispintro/Makefile #4 122.3 config.status: creating doc/lispref/Makefile #4 122.3 config.status: creating lisp/Makefile #4 122.4 config.status: creating leim/Makefile #4 122.4 config.status: creating test/Makefile #4 122.5 config.status: creating test/manual/noverlay/Makefile #4 122.5 config.status: creating test/infra/Makefile #4 122.6 config.status: creating admin/charsets/Makefile #4 122.6 config.status: creating admin/unidata/Makefile #4 122.7 config.status: creating admin/grammars/Makefile #4 122.7 config.status: creating java/Makefile #4 122.8 config.status: creating cross/Makefile #4 122.8 config.status: creating java/AndroidManifest.xml #4 122.9 config.status: creating src/config.h #4 122.9 config.status: executing src/epaths.h commands #4 122.9 make[3]: Entering directory '/checkout' #4 123.0 make[3]: Leaving directory '/checkout' #4 123.0 config.status: executing src/.gdbinit commands #4 123.0 config.status: executing doc/emacs/emacsver.texi commands #4 123.0 config.status: executing etc-refcards-emacsver.tex commands #4 123.0 make[3]: Entering directory '/checkout' #4 123.1 make[3]: Leaving directory '/checkout' #4 123.1 make[2]: Leaving directory '/checkout' #4 123.1 make actual-all #4 123.1 make[2]: Entering directory '/checkout' #4 123.2 make -C lib all #4 123.3 make[3]: Entering directory '/checkout/lib' #4 123.3 GEN alloca.h #4 123.3 GEN dirent.h #4 123.4 GEN fcntl.h #4 123.4 GEN malloc/dynarray.gl.h #4 123.4 GEN malloc/dynarray-skeleton.gl.h #4 123.4 GEN inttypes.h #4 123.5 GEN limits.h #4 123.5 GEN signal.h #4 123.5 GEN stdckdint.h #4 123.5 GEN stddef.h #4 123.5 GEN stdio.h #4 123.6 GEN stdlib.h #4 123.8 GEN string.h #4 123.8 GEN sys/random.h #4 123.9 GEN sys/select.h #4 123.9 GEN sys/stat.h #4 123.9 GEN sys/time.h #4 123.9 GEN sys/types.h #4 124.0 GEN time.h #4 124.0 GEN unistd.h #4 124.2 CC fingerprint.o #4 124.2 CC mktime.o #4 124.6 CC acl-errno-valid.o #4 124.7 CC acl-internal.o #4 124.8 CC get-permissions.o #4 125.0 CC set-permissions.o #4 125.2 CC allocator.o #4 125.4 CC binary-io.o #4 125.5 CC boot-time.o #4 126.0 CC c-ctype.o #4 126.2 CC c-strcasecmp.o #4 126.3 CC c-strncasecmp.o #4 126.4 CC careadlinkat.o #4 126.6 CC close-stream.o #4 126.7 CC copy-file-range.o #4 126.8 CC count-leading-zeros.o #4 126.9 CC count-one-bits.o #4 127.0 CC count-trailing-zeros.o #4 127.1 CC md5-stream.o #4 127.3 CC md5.o #4 127.7 CC sha1.o #4 128.3 CC sha256.o #4 129.7 CC sha512.o #4 131.4 CC dtoastr.o #4 131.6 CC dtotimespec.o #4 131.7 CC fchmodat.o #4 131.9 CC fcntl.o #4 132.0 CC file-has-acl.o #4 132.4 CC filemode.o #4 132.5 CC filevercmp.o #4 132.8 CC free.o #4 132.9 CC fsusage.o #4 133.0 CC gettime.o #4 133.1 CC malloc/dynarray_at_failure.o #4 133.2 CC malloc/dynarray_emplace_enlarge.o #4 133.4 CC malloc/dynarray_finalize.o #4 133.5 CC malloc/dynarray_resize.o #4 133.6 CC malloc/dynarray_resize_clear.o #4 133.7 CC memset_explicit.o #4 133.8 CC nanosleep.o #4 134.0 CC nproc.o #4 134.2 CC nstrftime.o #4 135.2 CC pipe2.o #4 135.4 CC qcopy-acl.o #4 135.5 CC regex.o #4 141.2 CC sig2str.o #4 141.4 CC sigdescr_np.o #4 141.5 CC stat-time.o #4 141.7 CC tempname.o #4 141.9 CC time_rz.o #4 142.1 CC timegm.o #4 142.6 CC timespec.o #4 143.1 CC timespec-add.o #4 143.5 CC timespec-sub.o #4 143.9 CC u64.o #4 144.0 CC unistd.o #4 144.4 CC openat-die.o #4 144.5 CC save-cwd.o #4 144.7 AR libgnu.a #4 144.9 make[3]: Leaving directory '/checkout/lib' #4 144.9 make -C lib-src all #4 144.9 make[3]: Entering directory '/checkout/lib-src' #4 144.9 CCLD etags #4 150.1 CCLD ctags #4 155.6 CCLD emacsclient #4 156.8 CCLD ebrowse #4 159.0 CCLD hexl #4 159.4 CC pop.o #4 159.5 CCLD movemail #4 159.8 CCLD make-docfile #4 160.9 CCLD make-fingerprint #4 161.1 make[3]: Leaving directory '/checkout/lib-src' #4 161.1 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #4 161.1 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #4 161.3 make[3]: Entering directory '/checkout/src' #4 161.3 GEN globals.h #4 163.3 CC dispnew.o #4 167.8 CC frame.o #4 171.0 CC scroll.o #4 171.9 CC xdisp.o #4 196.3 CC menu.o #4 197.5 CC window.o #4 205.2 CC charset.o #4 208.4 CC coding.o #4 223.1 CC category.o #4 223.8 CC ccl.o #4 226.5 CC character.o #4 227.9 CC chartab.o #4 229.9 CC bidi.o #4 231.9 CC cm.o #4 232.4 CC term.o #4 235.9 CC terminal.o #4 236.7 CC xfaces.o #4 241.5 CC dbusbind.o #4 245.6 CC emacs.o #4 247.6 CC keyboard.o #4 258.2 CC macros.o #4 258.8 CC keymap.o #4 262.9 CC sysdep.o #4 265.1 CC bignum.o #4 265.9 CC buffer.o #4 270.1 CC filelock.o #4 270.9 CC insdel.o #4 272.6 CC marker.o #4 273.6 CC minibuf.o #4 276.4 CC fileio.o #4 281.3 CC dired.o #4 282.5 CC cmds.o #4 283.5 CC casetab.o #4 284.1 CC casefiddle.o #4 285.1 CC indent.o #4 288.2 CC search.o #4 292.0 CC regex-emacs.o #4 300.0 CC undo.o #4 300.7 CC alloc.o #4 305.0 CC pdumper.o #4 308.8 CC data.o #4 313.1 GEN buildobj.h #4 313.4 CC doc.o #4 314.3 CC editfns.o #4 319.4 CC callint.o #4 320.9 CC eval.o #4 325.6 CC floatfns.o #4 326.7 CC fns.o #4 334.2 CC sort.o #4 335.0 CC font.o #4 340.7 CC print.o #4 344.1 CC lread.o #4 349.3 CC emacs-module.o #4 351.8 CC syntax.o #4 357.5 CC bytecode.o #4 360.9 CC comp.o #4 361.3 CC dynlib.o #4 361.4 CC process.o #4 368.6 CC gnutls.o #4 371.0 CC callproc.o #4 372.5 CC region-cache.o #4 373.2 CC sound.o #4 373.9 CC timefns.o #4 375.4 CC atimer.o #4 376.0 CC doprnt.o #4 376.6 CC intervals.o #4 378.8 CC textprop.o #4 381.4 CC composite.o #4 384.4 CC xml.o #4 384.7 CC lcms.o #4 384.8 CC inotify.o #4 385.7 CC profiler.o #4 386.5 CC decompress.o #4 386.6 CC thread.o #4 387.5 CC systhread.o #4 387.8 CC sqlite.o #4 388.2 CC treesit.o #4 388.5 CC itree.o #4 389.5 CC terminfo.o #4 389.9 CC lastfile.o #4 390.3 make -C ../admin/charsets all #4 390.3 make[4]: Entering directory '/checkout/admin/charsets' #4 390.3 GEN ../../etc/charsets/8859-2.map #4 390.3 GEN ../../etc/charsets/8859-3.map #4 390.4 GEN ../../etc/charsets/8859-4.map #4 390.4 GEN ../../etc/charsets/8859-5.map #4 390.4 GEN ../../etc/charsets/8859-6.map #4 390.5 GEN ../../etc/charsets/8859-7.map #4 390.5 GEN ../../etc/charsets/8859-8.map #4 390.6 GEN ../../etc/charsets/8859-9.map #4 390.6 GEN ../../etc/charsets/8859-10.map #4 392.3 GEN ../../etc/charsets/8859-11.map #4 392.4 GEN ../../etc/charsets/8859-13.map #4 392.5 GEN ../../etc/charsets/8859-14.map #4 392.5 GEN ../../etc/charsets/8859-15.map #4 392.6 GEN ../../etc/charsets/8859-16.map #4 392.7 GEN ../../etc/charsets/IBM037.map #4 392.7 GEN ../../etc/charsets/IBM038.map #4 392.7 GEN ../../etc/charsets/IBM256.map #4 392.8 GEN ../../etc/charsets/IBM273.map #4 392.8 GEN ../../etc/charsets/IBM274.map #4 392.8 GEN ../../etc/charsets/IBM275.map #4 392.8 GEN ../../etc/charsets/IBM277.map #4 392.9 GEN ../../etc/charsets/IBM278.map #4 392.9 GEN ../../etc/charsets/IBM280.map #4 392.9 GEN ../../etc/charsets/IBM281.map #4 393.0 GEN ../../etc/charsets/IBM284.map #4 393.0 GEN ../../etc/charsets/IBM285.map #4 393.1 GEN ../../etc/charsets/IBM290.map #4 393.1 GEN ../../etc/charsets/IBM297.map #4 393.1 GEN ../../etc/charsets/IBM420.map #4 393.2 GEN ../../etc/charsets/IBM423.map #4 393.2 GEN ../../etc/charsets/IBM424.map #4 393.2 GEN ../../etc/charsets/IBM437.map #4 393.3 GEN ../../etc/charsets/IBM500.map #4 393.3 GEN ../../etc/charsets/IBM850.map #4 393.3 GEN ../../etc/charsets/IBM851.map #4 393.4 GEN ../../etc/charsets/IBM852.map #4 393.4 GEN ../../etc/charsets/IBM855.map #4 393.4 GEN ../../etc/charsets/IBM856.map #4 393.5 GEN ../../etc/charsets/IBM857.map #4 393.5 GEN ../../etc/charsets/IBM860.map #4 393.5 GEN ../../etc/charsets/IBM861.map #4 393.6 GEN ../../etc/charsets/IBM862.map #4 393.6 GEN ../../etc/charsets/IBM863.map #4 393.6 GEN ../../etc/charsets/IBM864.map #4 393.7 GEN ../../etc/charsets/IBM865.map #4 393.7 GEN ../../etc/charsets/IBM866.map #4 393.7 GEN ../../etc/charsets/IBM868.map #4 393.8 GEN ../../etc/charsets/IBM869.map #4 393.8 GEN ../../etc/charsets/IBM870.map #4 393.8 GEN ../../etc/charsets/IBM871.map #4 393.9 GEN ../../etc/charsets/IBM874.map #4 393.9 GEN ../../etc/charsets/IBM875.map #4 393.9 GEN ../../etc/charsets/IBM880.map #4 394.0 GEN ../../etc/charsets/IBM891.map #4 394.0 GEN ../../etc/charsets/IBM903.map #4 394.0 GEN ../../etc/charsets/IBM904.map #4 394.1 GEN ../../etc/charsets/IBM905.map #4 394.1 GEN ../../etc/charsets/IBM918.map #4 394.1 GEN ../../etc/charsets/IBM1004.map #4 394.2 GEN ../../etc/charsets/IBM1026.map #4 394.2 GEN ../../etc/charsets/IBM1047.map #4 394.2 GEN ../../etc/charsets/CP737.map #4 394.3 GEN ../../etc/charsets/CP775.map #4 394.3 GEN ../../etc/charsets/CP1125.map #4 394.4 GEN ../../etc/charsets/CP1250.map #4 394.4 GEN ../../etc/charsets/CP1251.map #4 394.4 GEN ../../etc/charsets/CP1252.map #4 394.5 GEN ../../etc/charsets/CP1253.map #4 394.5 GEN ../../etc/charsets/CP1254.map #4 394.6 GEN ../../etc/charsets/CP1255.map #4 394.6 GEN ../../etc/charsets/CP1256.map #4 394.6 GEN ../../etc/charsets/CP1257.map #4 394.7 GEN ../../etc/charsets/CP1258.map #4 394.7 GEN ../../etc/charsets/CP10007.map #4 394.7 GEN ../../etc/charsets/CP720.map #4 394.8 GEN ../../etc/charsets/CP858.map #4 394.8 GEN ../../etc/charsets/GB2312.map #4 395.0 GEN ../../etc/charsets/GBK.map #4 395.4 GEN ../../etc/charsets/GB180302.map #4 396.2 GEN ../../etc/charsets/GB180304.map #4 396.4 GEN ../../etc/charsets/BIG5.map #4 396.6 GEN ../../etc/charsets/BIG5-HKSCS.map #4 397.1 GEN ../../etc/charsets/CNS-1.map #4 397.3 GEN ../../etc/charsets/CNS-2.map #4 397.5 GEN ../../etc/charsets/CNS-3.map #4 397.6 GEN ../../etc/charsets/CNS-4.map #4 397.8 GEN ../../etc/charsets/CNS-5.map #4 398.0 GEN ../../etc/charsets/CNS-6.map #4 398.2 GEN ../../etc/charsets/CNS-7.map #4 398.4 GEN ../../etc/charsets/CNS-F.map #4 398.6 GEN ../../etc/charsets/JISX0201.map #4 398.6 GEN ../../etc/charsets/JISX0208.map #4 398.8 GEN ../../etc/charsets/JISX0212.map #4 399.0 GEN ../../etc/charsets/JISX2131.map #4 399.2 GEN ../../etc/charsets/JISX2132.map #4 399.2 GEN ../../etc/charsets/JISC6226.map #4 399.4 GEN ../../etc/charsets/CP932-2BYTE.map #4 399.6 GEN ../../etc/charsets/JISX213A.map #4 399.6 GEN ../../etc/charsets/KSC5601.map #4 399.8 GEN ../../etc/charsets/KSC5636.map #4 399.9 GEN ../../etc/charsets/JOHAB.map #4 400.3 GEN ../../etc/charsets/KOI-8.map #4 400.4 GEN ../../etc/charsets/KOI8-R.map #4 400.4 GEN ../../etc/charsets/KOI8-U.map #4 400.5 GEN ../../etc/charsets/KOI8-T.map #4 400.5 GEN ../../etc/charsets/ALTERNATIVNYJ.map #4 400.5 GEN ../../etc/charsets/MIK.map #4 400.6 GEN ../../etc/charsets/PTCP154.map #4 400.7 GEN ../../etc/charsets/TIS-620.map #4 400.7 GEN ../../etc/charsets/VISCII.map #4 400.7 GEN ../../etc/charsets/VSCII.map #4 400.8 GEN ../../etc/charsets/VSCII-2.map #4 400.8 GEN ../../etc/charsets/KA-PS.map #4 400.9 GEN ../../etc/charsets/KA-ACADEMY.map #4 400.9 GEN ../../etc/charsets/HP-ROMAN8.map #4 400.9 GEN ../../etc/charsets/NEXTSTEP.map #4 401.0 GEN ../../etc/charsets/MACINTOSH.map #4 401.0 GEN ../../etc/charsets/EBCDICUK.map #4 401.1 GEN ../../etc/charsets/EBCDICUS.map #4 401.1 GEN ../../etc/charsets/stdenc.map #4 401.1 GEN ../../etc/charsets/symbol.map #4 401.2 GEN ../../etc/charsets/CP949-2BYTE.map #4 401.6 GEN ../../etc/charsets/BIG5-1.map #4 401.6 GEN ../../etc/charsets/BIG5-2.map #4 401.7 GEN ../../etc/charsets/MULE-ethiopic.map #4 401.7 GEN ../../etc/charsets/MULE-ipa.map #4 401.7 GEN ../../etc/charsets/MULE-is13194.map #4 401.7 GEN ../../etc/charsets/MULE-sisheng.map #4 401.7 GEN ../../etc/charsets/MULE-tibetan.map #4 401.7 GEN ../../etc/charsets/MULE-lviscii.map #4 401.8 GEN ../../etc/charsets/MULE-uviscii.map #4 401.8 GEN ../../lisp/international/cp51932.el #4 401.9 GEN ../../lisp/international/eucjp-ms.el #4 401.9 GEN charsets.stamp #4 401.9 make[4]: Leaving directory '/checkout/admin/charsets' #4 401.9 make -C ../admin/unidata charscript.el #4 401.9 make[4]: Entering directory '/checkout/admin/unidata' #4 402.0 GEN ../../lisp/international/charscript.el #4 402.4 make[4]: Leaving directory '/checkout/admin/unidata' #4 402.4 make -C ../admin/unidata emoji-zwj.el #4 402.4 make[4]: Entering directory '/checkout/admin/unidata' #4 402.4 GEN ../../lisp/international/emoji-zwj.el #4 403.2 make[4]: Leaving directory '/checkout/admin/unidata' #4 403.2 CCLD temacs #4 406.3 /bin/mkdir -p ../etc #4 406.3 GEN ../etc/DOC #4 408.4 make -C ../lisp update-subdirs #4 408.4 make[4]: Entering directory '/checkout/lisp' #4 408.5 make[4]: Leaving directory '/checkout/lisp' #4 408.5 cp -f temacs bootstrap-emacs #4 408.6 rm -f bootstrap-emacs.pdmp #4 408.6 ./temacs --batch -l loadup --temacs=pbootstrap \ #4 408.6 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 408.7 Loading loadup.el (source)... #4 408.7 Dump mode: pbootstrap #4 408.7 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #4 408.7 Loading emacs-lisp/debug-early (source)... #4 408.7 Loading emacs-lisp/byte-run (source)... #4 408.7 Loading emacs-lisp/backquote (source)... #4 408.7 Loading subr (source)... #4 408.8 Loading keymap (source)... #4 408.8 Loading version (source)... #4 408.9 Loading widget (source)... #4 408.9 Loading custom (source)... #4 408.9 Loading emacs-lisp/map-ynp (source)... #4 408.9 Loading international/mule (source)... #4 408.9 Loading international/mule-conf (source)... #4 409.1 Loading env (source)... #4 409.1 Loading format (source)... #4 410.1 Loading bindings (source)... #4 410.7 Loading window (source)... #4 410.8 Loading /checkout/lisp/files.el (source)... #4 413.1 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 413.7 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #4 413.8 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 414.2 Loading /checkout/lisp/cus-face.el (source)... #4 414.3 Loading /checkout/lisp/faces.el (source)... #4 414.5 Loading /checkout/lisp/ldefs-boot.el (source)... #4 417.0 Loading /checkout/lisp/button.el (source)... #4 417.1 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #4 418.8 ../lisp/emacs-lisp/cl-seq.el: Warning: Unknown type: list #4 419.2 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #4 419.5 Loading /checkout/lisp/obarray.el (source)... #4 419.5 Loading /checkout/lisp/abbrev.el (source)... #4 419.8 Loading /checkout/lisp/help.el (source)... #4 420.3 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #4 420.4 Loading /checkout/lisp/epa-hook.el (source)... #4 420.4 Loading /checkout/lisp/international/mule-cmds.el (source)... #4 420.7 Loading /checkout/lisp/case-table.el (source)... #4 420.8 Loading /checkout/lisp/international/characters.el (source)... #4 421.2 Loading /checkout/lisp/international/charscript.el (source)... #4 421.2 Loading /checkout/lisp/international/emoji-zwj.el (source)... #4 421.4 Loading /checkout/lisp/composite.el (source)... #4 421.5 Loading /checkout/lisp/language/chinese.el (source)... #4 421.6 Loading /checkout/lisp/language/cyrillic.el (source)... #4 421.6 Loading /checkout/lisp/language/indian.el (source)... #4 421.7 Loading /checkout/lisp/language/sinhala.el (source)... #4 421.7 Loading /checkout/lisp/language/english.el (source)... #4 421.8 Loading /checkout/lisp/language/ethiopic.el (source)... #4 423.0 Loading /checkout/lisp/language/european.el (source)... #4 423.1 Loading /checkout/lisp/language/czech.el (source)... #4 423.2 Loading /checkout/lisp/language/slovak.el (source)... #4 423.2 Loading /checkout/lisp/language/romanian.el (source)... #4 423.3 Loading /checkout/lisp/language/greek.el (source)... #4 423.3 Loading /checkout/lisp/language/hebrew.el (source)... #4 423.3 Loading /checkout/lisp/international/cp51932.el (source)... #4 423.4 Loading /checkout/lisp/international/eucjp-ms.el (source)... #4 423.6 Loading /checkout/lisp/language/japanese.el (source)... #4 423.7 Loading /checkout/lisp/language/korean.el (source)... #4 423.8 Loading /checkout/lisp/language/lao.el (source)... #4 423.8 Loading /checkout/lisp/language/tai-viet.el (source)... #4 423.8 Loading /checkout/lisp/language/thai.el (source)... #4 423.9 Loading /checkout/lisp/language/tibetan.el (source)... #4 424.0 Loading /checkout/lisp/language/vietnamese.el (source)... #4 424.0 Loading /checkout/lisp/language/misc-lang.el (source)... #4 424.0 Loading /checkout/lisp/language/utf-8-lang.el (source)... #4 424.1 Loading /checkout/lisp/language/georgian.el (source)... #4 424.1 Loading /checkout/lisp/language/khmer.el (source)... #4 424.2 Loading /checkout/lisp/language/burmese.el (source)... #4 424.2 Loading /checkout/lisp/language/cham.el (source)... #4 424.2 Loading /checkout/lisp/language/philippine.el (source)... #4 424.3 Loading /checkout/lisp/language/indonesian.el (source)... #4 424.3 Loading /checkout/lisp/indent.el (source)... #4 424.5 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #4 425.1 Loading /checkout/lisp/simple.el (source)... #4 426.8 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #4 427.3 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #4 427.4 Loading /checkout/lisp/minibuffer.el (source)... #4 428.4 Loading /checkout/lisp/frame.el (source)... #4 428.7 Loading /checkout/lisp/startup.el (source)... #4 429.1 Loading /checkout/lisp/term/tty-colors.el (source)... #4 429.1 Loading /checkout/lisp/font-core.el (source)... #4 429.2 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #4 429.3 Loading /checkout/lisp/font-lock.el (source)... #4 429.6 Loading /checkout/lisp/jit-lock.el (source)... #4 429.8 Loading /checkout/lisp/mouse.el (source)... #4 430.4 Loading /checkout/lisp/select.el (source)... #4 430.6 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #4 430.7 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #4 430.9 Loading /checkout/lisp/isearch.el (source)... #4 431.6 Loading /checkout/lisp/rfn-eshadow.el (source)... #4 431.6 Loading /checkout/lisp/menu-bar.el (source)... #4 432.6 Loading /checkout/lisp/tab-bar.el (source)... #4 433.4 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #4 433.6 Loading /checkout/lisp/textmodes/page.el (source)... #4 433.7 Loading /checkout/lisp/register.el (source)... #4 434.2 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #4 434.3 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #4 435.5 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #4 435.8 Loading /checkout/lisp/textmodes/text-mode.el (source)... #4 435.8 Loading /checkout/lisp/textmodes/fill.el (source)... #4 436.0 Loading /checkout/lisp/newcomment.el (source)... #4 436.2 Loading /checkout/lisp/replace.el (source)... #4 436.5 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #4 436.7 Loading /checkout/lisp/buff-menu.el (source)... #4 437.0 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #4 441.0 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #4 441.1 Loading /checkout/lisp/vc/vc-hooks.el (source)... #4 441.4 Loading /checkout/lisp/vc/ediff-hook.el (source)... #4 441.4 Loading /checkout/lisp/uniquify.el (source)... #4 441.6 Loading /checkout/lisp/electric.el (source)... #4 441.8 Loading /checkout/lisp/paren.el (source)... #4 441.9 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #4 442.2 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #4 443.3 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #4 445.4 Loading /checkout/lisp/cus-start.el (source)... #4 445.7 Loading /checkout/lisp/tooltip.el (source)... #4 445.8 Loading /checkout/lisp/international/iso-transl.el (source)... #4 445.9 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #4 446.1 Finding pointers to doc strings... #4 446.1 Ignoring DOC string on non-subr: define-fringe-bitmap #4 446.1 Finding pointers to doc strings...done #4 446.3 Dumping under the name bootstrap-emacs.pdmp #4 446.4 Dumping fingerprint: e7bf67b6f3658426a01efc2c0f8bd9366c81cc1573033b2ba24a12fa66df8133 #4 450.6 Dump complete #4 450.6 Byte counts: header=100 hot=15839444 discardable=138504 cold=11098840 #4 450.6 Reloc counts: hot=1102048 discardable=4948 #4 450.7 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 450.7 make[4]: Entering directory '/checkout/lisp' #4 450.7 ELC emacs-lisp/macroexp.elc #4 455.9 ELC emacs-lisp/cconv.elc #4 461.9 ELC emacs-lisp/byte-opt.elc #4 468.8 ELC emacs-lisp/bytecomp.elc #4 475.0 ELC emacs-lisp/loaddefs-gen.elc #4 476.8 ELC emacs-lisp/radix-tree.elc #4 477.7 make[4]: Leaving directory '/checkout/lisp' #4 477.7 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 477.7 make[4]: Entering directory '/checkout/lisp' #4 477.8 make[4]: Nothing to be done for 'compile-first'. #4 477.8 make[4]: Leaving directory '/checkout/lisp' #4 477.8 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #4 477.8 make[4]: Entering directory '/checkout/lisp' #4 477.8 ELC international/titdic-cnv.elc #4 479.1 make -C ../leim all EMACS="../src/bootstrap-emacs" #4 479.1 make[5]: Entering directory '/checkout/leim' #4 479.1 GEN ../lisp/leim/quail/CCDOSPY.el #4 480.1 GEN ../lisp/leim/quail/Punct.el #4 481.0 GEN ../lisp/leim/quail/QJ.el #4 481.8 GEN ../lisp/leim/quail/SW.el #4 482.8 GEN ../lisp/leim/quail/TONEPY.el #4 483.7 GEN ../lisp/leim/quail/4Corner.el #4 485.0 GEN ../lisp/leim/quail/ARRAY30.el #4 486.3 GEN ../lisp/leim/quail/ECDICT.el #4 487.3 GEN ../lisp/leim/quail/ETZY.el #4 488.3 GEN ../lisp/leim/quail/Punct-b5.el #4 489.1 GEN ../lisp/leim/quail/PY-b5.el #4 490.1 GEN ../lisp/leim/quail/QJ-b5.el #4 491.0 GEN ../lisp/leim/quail/ZOZY.el #4 491.9 GEN ../lisp/leim/quail/tsang-b5.el #4 493.2 GEN ../lisp/leim/quail/tsang-cns.el #4 494.5 GEN ../lisp/leim/quail/PY.el #4 495.4 GEN ../lisp/leim/quail/ZIRANMA.el #4 497.0 GEN ../lisp/leim/quail/CTLau.el #4 497.8 GEN ../lisp/leim/quail/CTLau-b5.el #4 498.7 GEN ../lisp/language/pinyin.el #4 499.6 GEN ../lisp/leim/leim-list.el #4 504.7 make[5]: Leaving directory '/checkout/leim' #4 504.7 make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #4 504.7 make[5]: Entering directory '/checkout/admin/grammars' #4 504.7 GEN ../../lisp/cedet/semantic/bovine/c-by.el #4 508.6 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 514.0 GEN ../../lisp/cedet/semantic/bovine/make-by.el #4 517.5 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 522.0 GEN ../../lisp/cedet/semantic/bovine/scm-by.el #4 525.5 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 530.7 GEN ../../lisp/cedet/semantic/grammar-wy.el #4 535.2 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 540.2 GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #4 549.3 GEN ../../lisp/cedet/semantic/wisent/js-wy.el #4 557.9 GEN ../../lisp/cedet/semantic/wisent/python-wy.el #4 566.2 GEN ../../lisp/cedet/srecode/srt-wy.el #4 574.1 make[5]: Leaving directory '/checkout/admin/grammars' #4 574.1 GEN autoloads #4 574.5 INFO Scraping files for loaddefs... #4 576.3 INFO Scraping files for loaddefs...10% #4 577.8 INFO Scraping files for loaddefs...20% #4 578.8 INFO Scraping files for loaddefs...30% #4 581.0 INFO Scraping files for loaddefs...40% #4 582.2 INFO Scraping files for loaddefs...50% #4 583.1 INFO Scraping files for loaddefs...60% #4 584.1 INFO Scraping files for loaddefs...70% #4 587.9 INFO Scraping files for loaddefs...80% #4 589.5 INFO Scraping files for loaddefs...90% #4 590.8 INFO Scraping files for loaddefs...100% #4 590.8 INFO Scraping files for loaddefs...done #4 590.9 GEN textmodes/reftex-loaddefs.el #4 591.0 GEN textmodes/texinfo-loaddefs.el #4 591.1 GEN org/org-loaddefs.el #4 591.1 GEN net/tramp-loaddefs.el #4 591.2 GEN mh-e/mh-loaddefs.el #4 591.2 GEN eshell/esh-groups.el #4 591.2 GEN erc/erc-loaddefs.el #4 591.2 GEN emacs-lisp/cl-loaddefs.el #4 591.2 GEN cedet/srecode/loaddefs.el #4 591.3 GEN cedet/semantic/loaddefs.el #4 591.3 GEN cedet/ede/loaddefs.el #4 591.5 GEN calendar/diary-loaddefs.el #4 591.5 GEN calendar/holiday-loaddefs.el #4 591.5 GEN calendar/cal-loaddefs.el #4 591.5 GEN calc/calc-loaddefs.el #4 591.5 GEN ps-print-loaddefs.el #4 591.5 GEN ibuffer-loaddefs.el #4 591.5 GEN dired-loaddefs.el #4 593.4 GEN loaddefs.el #4 593.4 INFO Scraping files for loaddefs... #4 593.6 INFO Scraping files for loaddefs...done #4 593.6 GEN ../../lisp/theme-loaddefs.el #4 593.7 make[4]: Leaving directory '/checkout/lisp' #4 593.7 ELC ../lisp/abbrev.elc #4 594.9 ELC ../lisp/bindings.elc #4 596.5 ELC ../lisp/buff-menu.elc #4 597.3 ELC ../lisp/button.elc #4 598.2 ELC ../lisp/case-table.elc #4 598.8 ELC ../lisp/composite.elc #4 599.8 ELC ../lisp/cus-face.elc #4 600.4 ELC ../lisp/cus-start.elc #4 601.2 ELC ../lisp/custom.elc #4 602.2 ELC ../lisp/disp-table.elc #4 602.9 ELC ../lisp/dnd.elc #4 603.6 ELC ../lisp/dos-fns.elc #4 604.2 ELC ../lisp/dos-vars.elc #4 604.7 ELC ../lisp/dos-w32.elc #4 605.4 ELC ../lisp/dynamic-setting.elc #4 605.9 #4 605.9 In end of data: #4 605.9 dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #4 606.0 ELC ../lisp/electric.elc #4 606.9 ELC ../lisp/emacs-lisp/backquote.elc #4 607.6 ELC ../lisp/emacs-lisp/byte-run.elc #4 608.3 ELC ../lisp/emacs-lisp/cl-generic.elc #4 610.4 ELC ../lisp/emacs-lisp/cl-preloaded.elc #4 612.0 ELC ../lisp/emacs-lisp/debug-early.elc #4 612.5 ELC ../lisp/emacs-lisp/easymenu.elc #4 613.4 ELC ../lisp/emacs-lisp/eldoc.elc #4 614.4 ELC ../lisp/emacs-lisp/float-sup.elc #4 615.0 ELC ../lisp/emacs-lisp/lisp-mode.elc #4 616.3 ELC ../lisp/emacs-lisp/lisp.elc #4 617.1 ELC ../lisp/emacs-lisp/map-ynp.elc #4 617.9 ELC ../lisp/emacs-lisp/nadvice.elc #4 618.9 ELC ../lisp/emacs-lisp/oclosure.elc #4 619.9 ELC ../lisp/emacs-lisp/regexp-opt.elc #4 620.6 ELC ../lisp/emacs-lisp/rmc.elc #4 621.3 ELC ../lisp/emacs-lisp/seq.elc #4 622.6 ELC ../lisp/emacs-lisp/shorthands.elc #4 623.2 ELC ../lisp/emacs-lisp/syntax.elc #4 624.2 ELC ../lisp/emacs-lisp/tabulated-list.elc #4 625.2 ELC ../lisp/emacs-lisp/timer.elc #4 626.2 ELC ../lisp/env.elc #4 626.8 ELC ../lisp/epa-hook.elc #4 627.4 ELC ../lisp/faces.elc #4 628.9 ELC ../lisp/files.elc #4 632.4 ELC ../lisp/font-core.elc #4 633.1 ELC ../lisp/font-lock.elc #4 634.3 ELC ../lisp/format.elc #4 635.2 ELC ../lisp/frame.elc #4 636.9 ELC ../lisp/fringe.elc #4 637.5 ELC ../lisp/help.elc #4 639.2 ELC ../lisp/image.elc #4 640.2 ELC ../lisp/indent.elc #4 641.1 ELC ../lisp/international/charscript.elc #4 641.6 ELC ../lisp/international/emoji-zwj.elc #4 642.5 ELC ../lisp/international/characters.elc #4 643.5 make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 643.5 make[4]: Entering directory '/checkout/admin/unidata' #4 643.6 ELC uvs.elc #4 644.2 GEN ../../src/macuvs.h #4 646.6 ELC unidata-gen.elc #4 648.0 GEN unidata.txt #4 648.7 GEN ../../lisp/international/uni-bidi.el #4 649.2 GEN ../../lisp/international/uni-brackets.el #4 650.4 GEN ../../lisp/international/uni-category.el #4 651.0 GEN ../../lisp/international/uni-combining.el #4 651.6 GEN ../../lisp/international/uni-comment.el #4 652.2 GEN ../../lisp/international/uni-decimal.el #4 652.8 GEN ../../lisp/international/uni-decomposition.el #4 653.6 GEN ../../lisp/international/uni-digit.el #4 654.2 GEN ../../lisp/international/uni-lowercase.el #4 654.8 GEN ../../lisp/international/uni-mirrored.el #4 655.3 GEN ../../lisp/international/uni-name.el #4 658.3 GEN ../../lisp/international/uni-numeric.el #4 658.9 GEN ../../lisp/international/uni-old-name.el #4 659.5 GEN ../../lisp/international/uni-special-lowercase.el #4 660.1 GEN ../../lisp/international/uni-special-titlecase.el #4 660.7 GEN ../../lisp/international/uni-special-uppercase.el #4 661.2 GEN ../../lisp/international/uni-titlecase.el #4 661.8 GEN ../../lisp/international/uni-uppercase.el #4 662.4 GEN ../../lisp/international/charprop.el #4 662.7 GEN ../../lisp/international/emoji-labels.el #4 671.3 GEN ../../lisp/international/uni-scripts.el #4 672.2 GEN ../../lisp/international/uni-confusable.el #4 673.9 GEN ../../lisp/international/idna-mapping.el #4 675.7 make[4]: Leaving directory '/checkout/admin/unidata' #4 675.7 make -C ../admin/charsets cp51932.el #4 675.7 make[4]: Entering directory '/checkout/admin/charsets' #4 675.7 make[4]: Nothing to be done for 'cp51932.el'. #4 675.7 make[4]: Leaving directory '/checkout/admin/charsets' #4 675.7 ELC ../lisp/international/cp51932.elc #4 676.3 make -C ../admin/charsets eucjp-ms.el #4 676.3 make[4]: Entering directory '/checkout/admin/charsets' #4 676.3 make[4]: Nothing to be done for 'eucjp-ms.el'. #4 676.3 make[4]: Leaving directory '/checkout/admin/charsets' #4 676.3 ELC ../lisp/international/eucjp-ms.elc #4 676.9 ELC ../lisp/international/fontset.elc #4 677.7 ELC ../lisp/international/iso-transl.elc #4 678.2 ELC ../lisp/international/mule-cmds.elc #4 679.9 ELC ../lisp/international/mule-conf.elc #4 681.0 ELC ../lisp/international/mule-util.elc #4 681.8 ELC ../lisp/international/mule.elc #4 683.1 ELC ../lisp/international/ucs-normalize.elc #4 688.2 ELC ../lisp/isearch.elc #4 690.8 ELC ../lisp/jit-lock.elc #4 691.7 ELC ../lisp/jka-cmpr-hook.elc #4 692.3 ELC ../lisp/keymap.elc #4 693.2 ELC ../lisp/language/burmese.elc #4 693.8 ELC ../lisp/language/cham.elc #4 694.3 ELC ../lisp/language/chinese.elc #4 694.8 ELC ../lisp/language/cyrillic.elc #4 695.4 ELC ../lisp/language/czech.elc #4 695.9 ELC ../lisp/language/english.elc #4 696.4 ELC ../lisp/language/ethiopic.elc #4 696.9 ELC ../lisp/language/european.elc #4 697.5 ELC ../lisp/language/georgian.elc #4 698.1 ELC ../lisp/language/greek.elc #4 698.6 ELC ../lisp/language/hebrew.elc #4 699.2 ELC ../lisp/language/indian.elc #4 699.9 ELC ../lisp/language/indonesian.elc #4 700.4 ELC ../lisp/language/japanese.elc #4 701.1 ELC ../lisp/language/khmer.elc #4 701.6 ELC ../lisp/language/korean.elc #4 702.1 ELC ../lisp/language/lao.elc #4 702.7 ELC ../lisp/language/misc-lang.elc #4 703.4 ELC ../lisp/language/philippine.elc #4 703.9 ELC ../lisp/language/romanian.elc #4 704.4 ELC ../lisp/language/sinhala.elc #4 705.0 ELC ../lisp/language/slovak.elc #4 705.5 ELC ../lisp/language/tai-viet.elc #4 706.1 ELC ../lisp/language/thai.elc #4 706.6 ELC ../lisp/language/tibetan.elc #4 707.2 ELC ../lisp/language/utf-8-lang.elc #4 707.7 ELC ../lisp/language/vietnamese.elc #4 708.3 ELC ../lisp/loaddefs.elc #4 712.3 ELC ../lisp/ls-lisp.elc #4 713.5 ELC ../lisp/menu-bar.elc #4 715.0 ELC ../lisp/minibuffer.elc #4 718.0 ELC ../lisp/mouse.elc #4 720.0 ELC ../lisp/mwheel.elc #4 720.8 ELC ../lisp/newcomment.elc #4 721.9 ELC ../lisp/obarray.elc #4 722.4 ELC ../lisp/paren.elc #4 723.2 ELC ../lisp/pgtk-dnd.elc #4 723.9 ELC ../lisp/progmodes/elisp-mode.elc #4 726.0 ELC ../lisp/progmodes/prog-mode.elc #4 726.8 ELC ../lisp/register.elc #4 728.4 ELC ../lisp/replace.elc #4 730.2 ELC ../lisp/rfn-eshadow.elc #4 730.8 ELC ../lisp/scroll-bar.elc #4 731.5 ELC ../lisp/select.elc #4 732.5 ELC ../lisp/simple.elc #4 737.4 ELC ../lisp/startup.elc #4 739.0 ELC ../lisp/subr.elc #4 742.5 ELC ../lisp/tab-bar.elc #4 744.4 ELC ../lisp/term/android-win.elc #4 745.3 #4 745.3 In end of data: #4 745.3 term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #4 745.3 ELC ../lisp/term/common-win.elc #4 746.0 ELC ../lisp/term/haiku-win.elc #4 746.9 ELC ../lisp/term/internal.elc #4 747.5 ELC ../lisp/term/ns-win.elc #4 749.2 ELC ../lisp/term/pc-win.elc #4 749.9 ELC ../lisp/term/pgtk-win.elc #4 750.5 ELC ../lisp/term/tty-colors.elc #4 751.1 ELC ../lisp/term/w32-win.elc #4 751.9 ELC ../lisp/term/x-win.elc #4 752.7 ELC ../lisp/textmodes/fill.elc #4 753.8 ELC ../lisp/textmodes/page.elc #4 754.4 ELC ../lisp/textmodes/paragraphs.elc #4 755.2 ELC ../lisp/textmodes/text-mode.elc #4 756.0 ELC ../lisp/tool-bar.elc #4 756.8 ELC ../lisp/tooltip.elc #4 757.5 ELC ../lisp/touch-screen.elc #4 758.7 ELC ../lisp/uniquify.elc #4 759.6 ELC ../lisp/vc/ediff-hook.elc #4 760.2 ELC ../lisp/vc/vc-hooks.elc #4 761.2 ELC ../lisp/version.elc #4 761.9 ELC ../lisp/w32-fns.elc #4 762.6 ELC ../lisp/w32-vars.elc #4 763.2 ELC ../lisp/widget.elc #4 763.7 ELC ../lisp/window.elc #4 767.8 ELC ../lisp/x-dnd.elc #4 769.1 rm -f emacs && cp -f temacs emacs #4 769.2 LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #4 769.2 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 769.2 Loading loadup.el (source)... #4 769.2 Dump mode: pdump #4 769.2 Using load-path (/checkout/lisp) #4 769.2 Loading emacs-lisp/debug-early... #4 769.2 Loading emacs-lisp/byte-run... #4 769.2 Loading emacs-lisp/backquote... #4 769.2 Loading subr... #4 769.3 Loading keymap... #4 769.3 Loading version... #4 769.3 Loading widget... #4 769.3 Loading custom... #4 769.3 Loading emacs-lisp/map-ynp... #4 769.3 Loading international/mule... #4 769.3 Loading international/mule-conf... #4 769.3 Loading env... #4 769.4 Loading format... #4 769.4 Loading bindings... #4 769.4 Loading window... #4 769.4 Loading files... #4 769.5 Loading emacs-lisp/macroexp... #4 769.5 Loading cus-face... #4 769.6 Loading faces... #4 769.6 Loading loaddefs... #4 769.7 Loading theme-loaddefs.el (source)... #4 770.1 Loading button... #4 770.1 Loading emacs-lisp/cl-preloaded... #4 770.1 Loading emacs-lisp/oclosure... #4 770.1 Loading obarray... #4 770.1 Loading abbrev... #4 770.2 Loading help... #4 770.2 Loading jka-cmpr-hook... #4 770.3 Loading epa-hook... #4 770.3 Loading international/mule-cmds... #4 770.4 Loading case-table... #4 770.4 Loading international/charprop.el (source)... #4 770.4 Loading international/characters... #4 770.6 Loading international/charscript... #4 770.6 Loading international/emoji-zwj... #4 770.7 Loading composite... #4 770.7 Loading language/chinese... #4 770.7 Loading language/cyrillic... #4 770.7 Loading language/indian... #4 770.8 Loading language/sinhala... #4 770.8 Loading language/english... #4 770.8 Loading language/ethiopic... #4 770.8 Loading language/european... #4 770.9 Loading language/czech... #4 770.9 Loading language/slovak... #4 770.9 Loading language/romanian... #4 770.9 Loading language/greek... #4 770.9 Loading language/hebrew... #4 771.0 Loading international/cp51932... #4 771.0 Loading international/eucjp-ms... #4 771.0 Loading language/japanese... #4 771.1 Loading language/korean... #4 771.1 Loading language/lao... #4 771.1 Loading language/tai-viet... #4 771.1 Loading language/thai... #4 771.1 Loading language/tibetan... #4 771.3 Loading language/vietnamese... #4 771.3 Loading language/misc-lang... #4 771.4 Loading language/utf-8-lang... #4 771.4 Loading language/georgian... #4 771.4 Loading language/khmer... #4 771.4 Loading language/burmese... #4 771.4 Loading language/cham... #4 771.4 Loading language/philippine... #4 771.5 Loading language/indonesian... #4 771.5 Loading indent... #4 771.5 Loading emacs-lisp/cl-generic... #4 771.5 Loading simple... #4 771.7 Loading emacs-lisp/seq... #4 771.7 Loading emacs-lisp/nadvice... #4 771.8 Loading minibuffer... #4 771.8 Loading frame... #4 771.9 Loading startup... #4 772.0 Loading term/tty-colors... #4 772.2 Loading font-core... #4 772.2 Loading emacs-lisp/syntax... #4 772.3 Loading font-lock... #4 772.3 Loading jit-lock... #4 772.3 Loading mouse... #4 772.4 Loading select... #4 772.4 Loading emacs-lisp/timer... #4 772.5 Loading emacs-lisp/easymenu... #4 772.5 Loading isearch... #4 772.6 Loading rfn-eshadow... #4 772.7 Loading menu-bar... #4 773.0 Loading tab-bar... #4 773.1 Loading emacs-lisp/lisp... #4 773.1 Loading textmodes/page... #4 773.2 Loading register... #4 773.2 Loading textmodes/paragraphs... #4 773.2 Loading progmodes/prog-mode... #4 773.3 Loading emacs-lisp/lisp-mode... #4 773.3 Loading textmodes/text-mode... #4 773.3 Loading textmodes/fill... #4 773.4 Loading newcomment... #4 773.4 Loading replace... #4 773.5 Loading emacs-lisp/tabulated-list... #4 773.5 Loading buff-menu... #4 773.6 Loading progmodes/elisp-mode... #4 773.7 Loading emacs-lisp/float-sup... #4 773.7 Loading vc/vc-hooks... #4 773.8 Loading vc/ediff-hook... #4 773.8 Loading uniquify... #4 773.8 Loading electric... #4 773.8 Loading paren... #4 773.9 Loading emacs-lisp/shorthands... #4 773.9 Loading emacs-lisp/eldoc... #4 774.1 Loading emacs-lisp/cconv... #4 774.1 Loading cus-start... #4 774.1 Loading tooltip... #4 774.1 Loading international/iso-transl... #4 774.2 Loading emacs-lisp/rmc... #4 774.2 Loading leim/leim-list.el (source)... #4 774.5 Waiting for git... #4 774.5 Waiting for git... #4 774.5 Finding pointers to doc strings... #4 774.6 Ignoring DOC string on non-subr: define-fringe-bitmap #4 774.6 Finding pointers to doc strings...done #4 774.8 Pure-hashed: 16744 strings, 5117 vectors, 51401 conses, 5213 bytecodes, 330 others #4 774.8 Dumping under the name emacs.pdmp #4 774.8 Dumping fingerprint: e7bf67b6f3658426a01efc2c0f8bd9366c81cc1573033b2ba24a12fa66df8133 #4 776.4 Dump complete #4 776.4 Byte counts: header=100 hot=7892220 discardable=138504 cold=3550048 #4 776.4 Reloc counts: hot=448798 discardable=4934 #4 776.4 Adding name emacs-30.0.50.1 #4 776.4 Adding name emacs-30.0.50.1.pdmp #4 776.4 cp -f emacs.pdmp bootstrap-emacs.pdmp #4 776.4 make[3]: Leaving directory '/checkout/src' #4 776.4 make -C lisp all #4 776.5 make[3]: Entering directory '/checkout/lisp' #4 776.5 make -C ../leim all EMACS="../src/emacs" #4 776.5 make[4]: Entering directory '/checkout/leim' #4 776.5 make[4]: Nothing to be done for 'all'. #4 776.5 make[4]: Leaving directory '/checkout/leim' #4 776.5 make -C ../admin/grammars all EMACS="../../src/emacs" #4 776.5 make[4]: Entering directory '/checkout/admin/grammars' #4 776.5 make[4]: Nothing to be done for 'all'. #4 776.5 make[4]: Leaving directory '/checkout/admin/grammars' #4 776.6 make[4]: Entering directory '/checkout/lisp' #4 776.6 ELC emacs-lisp/eieio.elc #4 777.5 ELC emacs-lisp/eieio-base.elc #4 778.4 ELC cedet/semantic/db.elc #4 779.6 ELC international/ja-dic-cnv.elc #4 780.3 ELC org/ox.elc #4 786.6 ELC org/ox-texinfo.elc #4 792.4 ELC org/org-macro.elc #4 793.1 ELC org/org-element.elc #4 799.2 ELC org/oc.elc #4 800.3 ELC org/ol.elc #4 801.3 ELC emacs-lisp/cl-lib.elc #4 802.0 make[4]: Leaving directory '/checkout/lisp' #4 802.0 GEN autoloads #4 802.5 INFO Scraping files for loaddefs... #4 802.6 INFO Scraping files for loaddefs...done #4 802.6 INFO Scraping files for loaddefs... #4 802.6 INFO Scraping files for loaddefs...done #4 807.1 make[4]: Entering directory '/checkout/lisp' #4 807.1 ELC align.elc #4 807.8 ELC allout-widgets.elc #4 808.6 ELC allout.elc #4 809.5 ELC ansi-color.elc #4 810.2 ELC ansi-osc.elc #4 810.8 ELC apropos.elc #4 811.5 ELC arc-mode.elc #4 812.4 ELC array.elc #4 813.0 ELC auth-source-pass.elc #4 814.0 ELC auth-source.elc #4 815.1 ELC autoinsert.elc #4 815.7 ELC autorevert.elc #4 816.4 ELC avoid.elc #4 817.0 ELC battery.elc #4 817.8 ELC bind-key.elc #4 818.4 ELC bookmark.elc #4 819.2 ELC bs.elc #4 819.9 ELC calculator.elc #4 820.8 ELC cdl.elc #4 821.3 ELC char-fold.elc #4 823.1 ELC chistory.elc #4 823.8 ELC cmuscheme.elc #4 824.5 ELC color.elc #4 825.1 ELC comint.elc #4 826.0 ELC completion-preview.elc #4 826.6 ELC completion.elc #4 827.2 ELC cus-dep.elc #4 827.9 ELC cus-edit.elc #4 828.9 ELC cus-theme.elc #4 829.9 ELC dabbrev.elc #4 830.7 ELC delim-col.elc #4 831.3 ELC delsel.elc #4 831.9 ELC descr-text.elc #4 832.7 ELC desktop.elc #4 833.8 ELC dframe.elc #4 834.6 ELC dired-aux.elc #4 835.8 ELC dired-loaddefs.elc #4 836.5 ELC dired-x.elc #4 837.5 ELC dired.elc #4 838.8 #4 838.8 In end of data: #4 838.9 dired.el:5258:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #4 838.9 ELC dirtrack.elc #4 839.6 ELC display-fill-column-indicator.elc #4 840.2 ELC display-line-numbers.elc #4 840.8 ELC doc-view.elc #4 841.6 ELC dom.elc #4 842.2 ELC double.elc #4 842.8 ELC ebuff-menu.elc #4 843.4 ELC echistory.elc #4 843.9 ELC ecomplete.elc #4 844.5 ELC edmacro.elc #4 845.2 ELC ehelp.elc #4 846.0 ELC elec-pair.elc #4 846.6 ELC elide-head.elc #4 847.2 ELC emacs-lock.elc #4 847.9 ELC epa-dired.elc #4 848.7 ELC epa-file.elc #4 849.6 ELC epa-ks.elc #4 851.0 ELC epa-mail.elc #4 851.8 ELC epa.elc #4 852.6 ELC epg-config.elc #4 853.2 ELC epg.elc #4 854.7 ELC expand.elc #4 855.3 ELC external-completion.elc #4 855.8 ELC ezimage.elc #4 856.4 ELC face-remap.elc #4 857.0 ELC facemenu.elc #4 857.6 ELC ffap.elc #4 858.5 ELC filecache.elc #4 859.1 ELC fileloop.elc #4 859.8 ELC filenotify.elc #4 860.5 ELC files-x.elc #4 861.1 ELC filesets.elc #4 861.8 ELC find-cmd.elc #4 862.5 ELC find-dired.elc #4 863.1 ELC find-file.elc #4 863.8 ELC find-lisp.elc #4 864.4 ELC finder.elc #4 865.7 ELC flow-ctrl.elc #4 866.3 ELC foldout.elc #4 866.9 ELC follow.elc #4 867.6 ELC format-spec.elc #4 868.2 ELC forms.elc #4 868.9 ELC frameset.elc #4 869.6 ELC generic-x.elc #4 870.3 ELC help-at-pt.elc #4 870.8 ELC help-fns.elc #4 871.6 ELC help-macro.elc #4 872.2 ELC help-mode.elc #4 872.8 ELC hex-util.elc #4 873.5 ELC hexl.elc #4 874.1 ELC hfy-cmap.elc #4 874.8 ELC hi-lock.elc #4 875.4 ELC hilit-chg.elc #4 876.2 ELC hippie-exp.elc #4 876.9 ELC hl-line.elc #4 877.5 ELC htmlfontify.elc #4 878.3 ELC ibuf-ext.elc #4 879.1 ELC ibuf-macs.elc #4 879.7 ELC ibuffer-loaddefs.elc #4 880.3 ELC ibuffer.elc #4 881.0 ELC icomplete.elc #4 881.7 ELC ido.elc #4 882.5 ELC ielm.elc #4 883.1 ELC iimage.elc #4 883.6 ELC image-file.elc #4 884.2 ELC image-mode.elc #4 884.8 ELC imenu.elc #4 885.4 ELC indent-aux.elc #4 886.0 ELC info-look.elc #4 886.7 ELC info-xref.elc #4 887.3 ELC info.elc #4 888.3 ELC informat.elc #4 888.9 ELC isearchb.elc #4 889.5 ELC jka-compr.elc #4 890.1 ELC json.elc #4 890.8 ELC jsonrpc.elc #4 891.6 ELC kermit.elc #4 892.3 ELC kmacro.elc #4 892.8 ELC loadhist.elc #4 893.4 ELC locate.elc #4 894.0 ELC lpr.elc #4 894.6 ELC macros.elc #4 895.2 ELC man.elc #4 895.9 ELC master.elc #4 896.4 ELC mb-depth.elc #4 897.0 ELC md4.elc #4 897.6 ELC midnight.elc #4 898.2 ELC minibuf-eldef.elc #4 898.8 ELC misc.elc #4 899.3 ELC misearch.elc #4 899.9 ELC mouse-copy.elc #4 900.4 ELC mouse-drag.elc #4 901.0 ELC mpc.elc #4 901.9 ELC msb.elc #4 902.5 ELC notifications.elc #4 903.2 ELC novice.elc #4 904.0 ELC outline.elc #4 904.7 ELC password-cache.elc #4 905.3 ELC pcmpl-cvs.elc #4 905.9 ELC pcmpl-git.elc #4 906.9 ELC pcmpl-gnu.elc #4 907.6 ELC pcmpl-linux.elc #4 908.2 ELC pcmpl-rpm.elc #4 908.9 ELC pcmpl-unix.elc #4 909.6 ELC pcmpl-x.elc #4 910.2 ELC pcomplete.elc #4 911.0 ELC pixel-scroll.elc #4 911.7 ELC plstore.elc #4 912.3 ELC printing.elc #4 913.2 ELC proced.elc #4 913.9 ELC profiler.elc #4 914.7 ELC ps-bdf.elc #4 915.4 ELC ps-mule.elc #4 916.1 ELC ps-print-loaddefs.elc #4 916.6 ELC ps-print.elc #4 917.4 ELC ps-samp.elc #4 918.1 ELC recentf.elc #4 918.8 ELC rect.elc #4 919.5 ELC registry.elc #4 920.3 ELC repeat.elc #4 921.0 ELC reposition.elc #4 921.6 ELC reveal.elc #4 922.2 ELC rot13.elc #4 922.8 ELC rtree.elc #4 923.4 ELC ruler-mode.elc #4 924.1 ELC savehist.elc #4 924.7 ELC saveplace.elc #4 925.3 ELC scroll-all.elc #4 925.9 ELC scroll-lock.elc #4 926.5 ELC server.elc #4 927.3 ELC ses.elc #4 928.6 ELC shadowfile.elc #4 930.2 ELC shell.elc #4 931.0 ELC skeleton.elc #4 931.6 ELC so-long.elc #4 932.2 ELC sort.elc #4 932.8 ELC soundex.elc #4 933.4 ELC speedbar.elc #4 934.2 ELC sqlite-mode.elc #4 934.8 ELC sqlite.elc #4 935.3 ELC strokes.elc #4 936.0 ELC svg.elc #4 936.7 ELC t-mouse.elc #4 937.2 ELC tab-line.elc #4 937.9 ELC tabify.elc #4 938.4 ELC talk.elc #4 939.0 ELC tar-mode.elc #4 939.9 ELC tempo.elc #4 940.5 ELC term.elc #4 941.5 ELC thingatpt.elc #4 942.1 ELC thread.elc #4 942.7 ELC time-stamp.elc #4 943.2 ELC time.elc #4 943.7 ELC timezone.elc #4 944.1 ELC tmm.elc #4 944.7 ELC transient.elc #4 945.9 ELC tree-widget.elc #4 946.4 ELC treesit.elc #4 947.4 ELC tutorial.elc #4 948.0 ELC type-break.elc #4 948.5 ELC userlock.elc #4 948.9 ELC vcursor.elc #4 949.6 ELC view.elc #4 950.1 ELC visual-wrap.elc #4 950.5 ELC wdired.elc #4 951.1 ELC whitespace.elc #4 951.6 ELC wid-browse.elc #4 952.1 ELC wid-edit.elc #4 952.9 ELC windmove.elc #4 953.3 ELC winner.elc #4 953.8 ELC woman.elc #4 954.6 ELC xdg.elc #4 955.2 ELC xml.elc #4 955.7 ELC xt-mouse.elc #4 956.2 ELC xwidget.elc #4 957.4 ELC yank-media.elc #4 958.0 ELC calc/calc-aent.elc #4 958.6 ELC calc/calc-alg.elc #4 959.4 ELC calc/calc-arith.elc #4 960.5 ELC calc/calc-bin.elc #4 961.2 ELC calc/calc-comb.elc #4 961.8 ELC calc/calc-cplx.elc #4 962.4 ELC calc/calc-embed.elc #4 963.0 ELC calc/calc-ext.elc #4 964.1 ELC calc/calc-fin.elc #4 964.7 ELC calc/calc-forms.elc #4 965.5 ELC calc/calc-frac.elc #4 966.1 ELC calc/calc-funcs.elc #4 966.8 ELC calc/calc-graph.elc #4 967.5 ELC calc/calc-help.elc #4 968.0 ELC calc/calc-incom.elc #4 968.5 ELC calc/calc-keypd.elc #4 969.1 ELC calc/calc-lang.elc #4 969.8 ELC calc/calc-loaddefs.elc #4 970.2 ELC calc/calc-macs.elc #4 970.7 ELC calc/calc-map.elc #4 971.3 ELC calc/calc-math.elc #4 972.0 ELC calc/calc-menu.elc #4 972.5 ELC calc/calc-misc.elc #4 973.1 ELC calc/calc-mode.elc #4 973.6 ELC calc/calc-mtx.elc #4 974.1 ELC calc/calc-nlfit.elc #4 974.7 ELC calc/calc-poly.elc #4 975.3 ELC calc/calc-prog.elc #4 976.0 ELC calc/calc-rewr.elc #4 976.7 ELC calc/calc-rules.elc #4 977.2 ELC calc/calc-sel.elc #4 977.8 ELC calc/calc-stat.elc #4 978.4 ELC calc/calc-store.elc #4 979.0 ELC calc/calc-stuff.elc #4 979.6 ELC calc/calc-trail.elc #4 980.3 ELC calc/calc-undo.elc #4 980.9 ELC calc/calc-units.elc #4 981.8 ELC calc/calc-vec.elc #4 982.5 ELC calc/calc-yank.elc #4 983.0 ELC calc/calc.elc #4 983.8 ELC calc/calcalg2.elc #4 984.6 ELC calc/calcalg3.elc #4 985.3 ELC calc/calccomp.elc #4 986.1 ELC calc/calcsel2.elc #4 986.6 ELC calendar/appt.elc #4 987.1 ELC calendar/cal-bahai.elc #4 987.7 ELC calendar/cal-china.elc #4 988.3 ELC calendar/cal-coptic.elc #4 988.8 ELC calendar/cal-dst.elc #4 989.3 ELC calendar/cal-french.elc #4 989.9 ELC calendar/cal-hebrew.elc #4 990.5 ELC calendar/cal-html.elc #4 991.1 ELC calendar/cal-islam.elc #4 991.6 ELC calendar/cal-iso.elc #4 992.1 ELC calendar/cal-julian.elc #4 992.6 ELC calendar/cal-loaddefs.elc #4 993.1 ELC calendar/cal-mayan.elc #4 993.6 ELC calendar/cal-menu.elc #4 994.1 ELC calendar/cal-move.elc #4 994.6 ELC calendar/cal-persia.elc #4 995.2 ELC calendar/cal-tex.elc #4 995.9 ELC calendar/cal-x.elc #4 996.4 ELC calendar/calendar.elc #4 997.1 ELC calendar/diary-lib.elc #4 997.9 ELC calendar/diary-loaddefs.elc #4 998.3 ELC calendar/holiday-loaddefs.elc #4 998.7 ELC calendar/holidays.elc #4 999.2 ELC calendar/icalendar.elc #4 999.8 ELC calendar/iso8601.elc #4 1000. ELC calendar/lunar.elc #4 1001. ELC calendar/parse-time.elc #4 1001. ELC calendar/solar.elc #4 1002. ELC calendar/time-date.elc #4 1002. ELC calendar/timeclock.elc #4 1003. ELC calendar/todo-mode.elc #4 1004. ELC cedet/cedet-cscope.elc #4 1004. ELC cedet/cedet-files.elc #4 1005. ELC cedet/cedet-global.elc #4 1005. ELC cedet/cedet-idutils.elc #4 1006. ELC cedet/cedet.elc #4 1006. ELC cedet/data-debug.elc #4 1006. ELC cedet/ede.elc #4 1007. ELC cedet/mode-local.elc #4 1008. ELC cedet/pulse.elc #4 1008. ELC cedet/semantic.elc #4 1009. ELC cedet/srecode.elc #4 1010. ELC cedet/ede/auto.elc #4 1010. ELC cedet/ede/autoconf-edit.elc #4 1011. ELC cedet/ede/base.elc #4 1011. ELC cedet/ede/config.elc #4 1012. ELC cedet/ede/cpp-root.elc #4 1013. ELC cedet/ede/custom.elc #4 1014. ELC cedet/ede/detect.elc #4 1015. ELC cedet/ede/dired.elc #4 1015. ELC cedet/ede/emacs.elc #4 1016. ELC cedet/ede/files.elc #4 1017. ELC cedet/ede/generic.elc #4 1018. ELC cedet/ede/linux.elc #4 1019. ELC cedet/ede/loaddefs.elc #4 1020. ELC cedet/ede/locate.elc #4 1021. ELC cedet/ede/make.elc #4 1021. ELC cedet/ede/makefile-edit.elc #4 1021. ELC cedet/ede/pconf.elc #4 1022. ELC cedet/ede/pmake.elc #4 1023. ELC cedet/ede/proj-archive.elc #4 1024. ELC cedet/ede/proj-aux.elc #4 1025. ELC cedet/ede/proj-comp.elc #4 1026. ELC cedet/ede/proj-elisp.elc #4 1027. ELC cedet/ede/proj-info.elc #4 1028. ELC cedet/ede/proj-misc.elc #4 1029. ELC cedet/ede/proj-obj.elc #4 1030. ELC cedet/ede/proj-prog.elc #4 1030. ELC cedet/ede/proj-scheme.elc #4 1031. ELC cedet/ede/proj-shared.elc #4 1032. ELC cedet/ede/proj.elc #4 1033. ELC cedet/ede/project-am.elc #4 1034. ELC cedet/ede/shell.elc #4 1035. ELC cedet/ede/simple.elc #4 1036. ELC cedet/ede/source.elc #4 1036. ELC cedet/ede/speedbar.elc #4 1037. ELC cedet/ede/srecode.elc #4 1038. ELC cedet/ede/system.elc #4 1038. ELC cedet/ede/util.elc #4 1039. ELC cedet/semantic/analyze.elc #4 1040. ELC cedet/semantic/bovine.elc #4 1041. ELC cedet/semantic/chart.elc #4 1042. ELC cedet/semantic/complete.elc #4 1043. ELC cedet/semantic/ctxt.elc #4 1044. ELC cedet/semantic/db-debug.elc #4 1044. ELC cedet/semantic/db-ebrowse.elc #4 1046. ELC cedet/semantic/db-el.elc #4 1046. ELC cedet/semantic/db-file.elc #4 1047. ELC cedet/semantic/db-find.elc #4 1048. ELC cedet/semantic/db-global.elc #4 1049. ELC cedet/semantic/db-javascript.elc #4 1050. ELC cedet/semantic/db-mode.elc #4 1051. ELC cedet/semantic/db-ref.elc #4 1051. ELC cedet/semantic/db-typecache.elc #4 1052. ELC cedet/semantic/debug.elc #4 1053. ELC cedet/semantic/decorate.elc #4 1054. ELC cedet/semantic/dep.elc #4 1054. ELC cedet/semantic/doc.elc #4 1055. ELC cedet/semantic/ede-grammar.elc #4 1056. ELC cedet/semantic/edit.elc #4 1057. ELC cedet/semantic/find.elc #4 1058. ELC cedet/semantic/format.elc #4 1059. ELC cedet/semantic/fw.elc #4 1059. ELC cedet/semantic/grammar-wy.elc #4 1061. ELC cedet/semantic/grammar.elc #4 1062. ELC cedet/semantic/grm-wy-boot.elc #4 1063. ELC cedet/semantic/html.elc #4 1064. ELC cedet/semantic/ia-sb.elc #4 1065. ELC cedet/semantic/ia.elc #4 1066. ELC cedet/semantic/idle.elc #4 1067. ELC cedet/semantic/imenu.elc #4 1067. ELC cedet/semantic/java.elc #4 1068. ELC cedet/semantic/lex-spp.elc #4 1069. ELC cedet/semantic/lex.elc #4 1070. ELC cedet/semantic/loaddefs.elc #4 1070. ELC cedet/semantic/mru-bookmark.elc #4 1071. ELC cedet/semantic/sb.elc #4 1072. ELC cedet/semantic/scope.elc #4 1073. ELC cedet/semantic/senator.elc #4 1074. ELC cedet/semantic/sort.elc #4 1074. ELC cedet/semantic/symref.elc #4 1075. ELC cedet/semantic/tag-file.elc #4 1076. ELC cedet/semantic/tag-ls.elc #4 1077. ELC cedet/semantic/tag-write.elc #4 1077. ELC cedet/semantic/tag.elc #4 1078. ELC cedet/semantic/texi.elc #4 1080. ELC cedet/semantic/util-modes.elc #4 1080. ELC cedet/semantic/util.elc #4 1081. ELC cedet/semantic/wisent.elc #4 1082. ELC cedet/semantic/analyze/complete.elc #4 1082. ELC cedet/semantic/analyze/debug.elc #4 1083. ELC cedet/semantic/analyze/fcn.elc #4 1084. ELC cedet/semantic/analyze/refs.elc #4 1085. ELC cedet/semantic/bovine/c-by.elc #4 1086. ELC cedet/semantic/bovine/c.elc #4 1090. ELC cedet/semantic/bovine/debug.elc #4 1091. ELC cedet/semantic/bovine/el.elc #4 1092. ELC cedet/semantic/bovine/gcc.elc #4 1092. ELC cedet/semantic/bovine/grammar.elc #4 1093. ELC cedet/semantic/bovine/make-by.elc #4 1094. ELC cedet/semantic/bovine/make.elc #4 1095. ELC cedet/semantic/bovine/scm-by.elc #4 1095. ELC cedet/semantic/bovine/scm.elc #4 1096. ELC cedet/semantic/decorate/include.elc #4 1097. ELC cedet/semantic/decorate/mode.elc #4 1097. ELC cedet/semantic/symref/cscope.elc #4 1098. ELC cedet/semantic/symref/filter.elc #4 1099. ELC cedet/semantic/symref/global.elc #4 1099. ELC cedet/semantic/symref/grep.elc #4 1100. ELC cedet/semantic/symref/idutils.elc #4 1101. ELC cedet/semantic/symref/list.elc #4 1102. ELC cedet/semantic/wisent/comp.elc #4 1103. ELC cedet/semantic/wisent/grammar.elc #4 1104. ELC cedet/semantic/wisent/java-tags.elc #4 1105. ELC cedet/semantic/wisent/javascript.elc #4 1105. ELC cedet/semantic/wisent/javat-wy.elc #4 1106. ELC cedet/semantic/wisent/js-wy.elc #4 1108. ELC cedet/semantic/wisent/python-wy.elc #4 1109. ELC cedet/semantic/wisent/python.elc #4 1110. ELC cedet/semantic/wisent/wisent.elc #4 1111. ELC cedet/srecode/args.elc #4 1111. ELC cedet/srecode/compile.elc #4 1112. ELC cedet/srecode/cpp.elc #4 1114. ELC cedet/srecode/ctxt.elc #4 1115. ELC cedet/srecode/dictionary.elc #4 1115. ELC cedet/srecode/document.elc #4 1117. ELC cedet/srecode/el.elc #4 1119. ELC cedet/srecode/expandproto.elc #4 1121. ELC cedet/srecode/extract.elc #4 1122. ELC cedet/srecode/fields.elc #4 1123. ELC cedet/srecode/filters.elc #4 1123. ELC cedet/srecode/find.elc #4 1125. ELC cedet/srecode/getset.elc #4 1127. ELC cedet/srecode/insert.elc #4 1129. ELC cedet/srecode/java.elc #4 1130. ELC cedet/srecode/loaddefs.elc #4 1130. ELC cedet/srecode/map.elc #4 1131. ELC cedet/srecode/mode.elc #4 1133. ELC cedet/srecode/semantic.elc #4 1134. ELC cedet/srecode/srt-mode.elc #4 1135. ELC cedet/srecode/srt-wy.elc #4 1136. ELC cedet/srecode/srt.elc #4 1138. ELC cedet/srecode/table.elc #4 1139. ELC cedet/srecode/template.elc #4 1139. ELC cedet/srecode/texi.elc #4 1142. ELC emacs-lisp/advice.elc #4 1142. ELC emacs-lisp/avl-tree.elc #4 1143. ELC emacs-lisp/backtrace.elc #4 1144. ELC emacs-lisp/benchmark.elc #4 1144. ELC emacs-lisp/bindat.elc #4 1145. ELC emacs-lisp/chart.elc #4 1145. ELC emacs-lisp/check-declare.elc #4 1146. ELC emacs-lisp/checkdoc.elc #4 1147. ELC emacs-lisp/cl-extra.elc #4 1147. ELC emacs-lisp/cl-indent.elc #4 1148. ELC emacs-lisp/cl-loaddefs.elc #4 1148. ELC emacs-lisp/cl-macs.elc #4 1149. ELC emacs-lisp/cl-print.elc #4 1149. ELC emacs-lisp/cl-seq.elc #4 1150. ELC emacs-lisp/comp-common.elc #4 1150. ELC emacs-lisp/comp-cstr.elc #4 1151. ELC emacs-lisp/comp-run.elc #4 1151. ELC emacs-lisp/comp.elc #4 1156. ELC emacs-lisp/compat.elc #4 1156. ELC emacs-lisp/copyright.elc #4 1156. ELC emacs-lisp/crm.elc #4 1156. ELC emacs-lisp/cursor-sensor.elc #4 1157. ELC emacs-lisp/debug.elc #4 1157. ELC emacs-lisp/derived.elc #4 1157. ELC emacs-lisp/disass.elc #4 1158. ELC emacs-lisp/easy-mmode.elc #4 1158. ELC emacs-lisp/edebug.elc #4 1159. ELC emacs-lisp/eieio-core.elc #4 1159. ELC emacs-lisp/eieio-custom.elc #4 1160. ELC emacs-lisp/eieio-datadebug.elc #4 1160. ELC emacs-lisp/eieio-opt.elc #4 1160. ELC emacs-lisp/eieio-speedbar.elc #4 1160. ELC emacs-lisp/elint.elc #4 1161. ELC emacs-lisp/elp.elc #4 1161. ELC emacs-lisp/ert-font-lock.elc #4 1162. ELC emacs-lisp/ert-x.elc #4 1162. ELC emacs-lisp/ert.elc #4 1164. ELC emacs-lisp/ewoc.elc #4 1164. ELC emacs-lisp/faceup.elc #4 1164. ELC emacs-lisp/find-func.elc #4 1165. ELC emacs-lisp/generate-lisp-file.elc #4 1165. ELC emacs-lisp/generator.elc #4 1165. ELC emacs-lisp/generic.elc #4 1166. ELC emacs-lisp/gv.elc #4 1166. ELC emacs-lisp/helper.elc #4 1166. ELC emacs-lisp/hierarchy.elc #4 1167. ELC emacs-lisp/icons.elc #4 1167. ELC emacs-lisp/inline.elc #4 1167. ELC emacs-lisp/let-alist.elc #4 1167. ELC emacs-lisp/lisp-mnt.elc #4 1168. ELC emacs-lisp/map.elc #4 1168. ELC emacs-lisp/memory-report.elc #4 1168. ELC emacs-lisp/multisession.elc #4 1168. #4 1168. In end of data: #4 1168. emacs-lisp/multisession.el: Warning: the function `sqlite-commit' is not known to be defined. #4 1168. emacs-lisp/multisession.el: Warning: the function `sqlite-transaction' is not known to be defined. #4 1168. emacs-lisp/multisession.el: Warning: the function `sqlite-rollback' is not known to be defined. #4 1168. ELC emacs-lisp/package-vc.elc #4 1169. ELC emacs-lisp/package-x.elc #4 1170. ELC emacs-lisp/package.elc #4 1171. ELC emacs-lisp/pcase.elc #4 1172. ELC emacs-lisp/pp.elc #4 1172. ELC emacs-lisp/range.elc #4 1172. ELC emacs-lisp/re-builder.elc #4 1172. ELC emacs-lisp/regi.elc #4 1172. ELC emacs-lisp/ring.elc #4 1173. ELC emacs-lisp/rx.elc #4 1173. ELC emacs-lisp/shadow.elc #4 1173. ELC emacs-lisp/shortdoc.elc #4 1173. ELC emacs-lisp/smie.elc #4 1174. ELC emacs-lisp/subr-x.elc #4 1174. ELC emacs-lisp/tcover-ses.elc #4 1174. ELC emacs-lisp/testcover.elc #4 1174. ELC emacs-lisp/text-property-search.elc #4 1175. ELC emacs-lisp/thunk.elc #4 1175. ELC emacs-lisp/timer-list.elc #4 1175. ELC emacs-lisp/tq.elc #4 1175. ELC emacs-lisp/trace.elc #4 1175. ELC emacs-lisp/unsafep.elc #4 1175. ELC emacs-lisp/vtable.elc #4 1176. ELC emacs-lisp/warnings.elc #4 1176. ELC emulation/cua-base.elc #4 1176. ELC emulation/cua-gmrk.elc #4 1176. ELC emulation/cua-rect.elc #4 1176. ELC emulation/edt-lk201.elc #4 1177. ELC emulation/edt-mapper.elc #4 1177. ELC emulation/edt-pc.elc #4 1177. ELC emulation/edt-vt100.elc #4 1177. ELC emulation/edt.elc #4 1177. ELC emulation/keypad.elc #4 1178. ELC emulation/viper-cmd.elc #4 1178. ELC emulation/viper-ex.elc #4 1178. ELC emulation/viper-init.elc #4 1179. ELC emulation/viper-keym.elc #4 1179. ELC emulation/viper-macs.elc #4 1179. ELC emulation/viper-mous.elc #4 1179. ELC emulation/viper-util.elc #4 1180. ELC emulation/viper.elc #4 1180. ELC erc/erc-autoaway.elc #4 1180. ELC erc/erc-backend.elc #4 1181. ELC erc/erc-button.elc #4 1182. ELC erc/erc-capab.elc #4 1182. ELC erc/erc-common.elc #4 1183. ELC erc/erc-compat.elc #4 1183. ELC erc/erc-dcc.elc #4 1183. ELC erc/erc-desktop-notifications.elc #4 1184. ELC erc/erc-ezbounce.elc #4 1184. ELC erc/erc-fill.elc #4 1185. ELC erc/erc-goodies.elc #4 1185. ELC erc/erc-ibuffer.elc #4 1186. ELC erc/erc-identd.elc #4 1186. ELC erc/erc-imenu.elc #4 1186. ELC erc/erc-join.elc #4 1187. ELC erc/erc-lang.elc #4 1187. ELC erc/erc-list.elc #4 1188. ELC erc/erc-loaddefs.elc #4 1188. ELC erc/erc-log.elc #4 1188. ELC erc/erc-match.elc #4 1189. ELC erc/erc-menu.elc #4 1189. ELC erc/erc-netsplit.elc #4 1190. ELC erc/erc-networks.elc #4 1190. ELC erc/erc-nicks.elc #4 1191. ELC erc/erc-notify.elc #4 1191. ELC erc/erc-page.elc #4 1192. ELC erc/erc-pcomplete.elc #4 1192. ELC erc/erc-replace.elc #4 1192. ELC erc/erc-ring.elc #4 1193. ELC erc/erc-sasl.elc #4 1193. ELC erc/erc-services.elc #4 1194. ELC erc/erc-sound.elc #4 1194. ELC erc/erc-speedbar.elc #4 1195. ELC erc/erc-spelling.elc #4 1195. ELC erc/erc-stamp.elc #4 1196. ELC erc/erc-status-sidebar.elc #4 1196. ELC erc/erc-track.elc #4 1196. ELC erc/erc-truncate.elc #4 1197. ELC erc/erc-xdcc.elc #4 1197. ELC erc/erc.elc #4 1199. ELC eshell/em-alias.elc #4 1199. ELC eshell/em-banner.elc #4 1199. ELC eshell/em-basic.elc #4 1200. ELC eshell/em-cmpl.elc #4 1200. ELC eshell/em-dirs.elc #4 1200. ELC eshell/em-elecslash.elc #4 1201. ELC eshell/em-extpipe.elc #4 1202. ELC eshell/em-glob.elc #4 1202. ELC eshell/em-hist.elc #4 1202. ELC eshell/em-ls.elc #4 1203. ELC eshell/em-pred.elc #4 1203. ELC eshell/em-prompt.elc #4 1204. ELC eshell/em-rebind.elc #4 1204. ELC eshell/em-script.elc #4 1204. ELC eshell/em-smart.elc #4 1205. ELC eshell/em-term.elc #4 1205. ELC eshell/em-tramp.elc #4 1206. ELC eshell/em-unix.elc #4 1207. ELC eshell/em-xtra.elc #4 1207. ELC eshell/esh-arg.elc #4 1207. ELC eshell/esh-cmd.elc #4 1208. ELC eshell/esh-ext.elc #4 1208. ELC eshell/esh-groups.elc #4 1208. ELC eshell/esh-io.elc #4 1208. ELC eshell/esh-mode.elc #4 1209. ELC eshell/esh-module.elc #4 1209. ELC eshell/esh-opt.elc #4 1209. ELC eshell/esh-proc.elc #4 1210. ELC eshell/esh-util.elc #4 1210. ELC eshell/esh-var.elc #4 1210. ELC eshell/eshell.elc #4 1210. ELC gnus/canlock.elc #4 1211. ELC gnus/deuglify.elc #4 1213. ELC gnus/gmm-utils.elc #4 1213. ELC gnus/gnus-agent.elc #4 1216. ELC gnus/gnus-art.elc #4 1218. ELC gnus/gnus-async.elc #4 1220. ELC gnus/gnus-bcklg.elc #4 1221. ELC gnus/gnus-bookmark.elc #4 1223. ELC gnus/gnus-cache.elc #4 1225. ELC gnus/gnus-cite.elc #4 1227. ELC gnus/gnus-cloud.elc #4 1228. ELC gnus/gnus-cus.elc #4 1230. ELC gnus/gnus-dbus.elc #4 1231. ELC gnus/gnus-delay.elc #4 1233. ELC gnus/gnus-demon.elc #4 1235. ELC gnus/gnus-diary.elc #4 1237. ELC gnus/gnus-dired.elc #4 1237. ELC gnus/gnus-draft.elc #4 1239. ELC gnus/gnus-dup.elc #4 1241. ELC gnus/gnus-eform.elc #4 1241. ELC gnus/gnus-fun.elc #4 1242. ELC gnus/gnus-gravatar.elc #4 1244. ELC gnus/gnus-group.elc #4 1246. ELC gnus/gnus-html.elc #4 1248. ELC gnus/gnus-icalendar.elc #4 1250. ELC gnus/gnus-int.elc #4 1252. ELC gnus/gnus-kill.elc #4 1254. ELC gnus/gnus-logic.elc #4 1255. ELC gnus/gnus-mh.elc #4 1257. ELC gnus/gnus-ml.elc #4 1259. ELC gnus/gnus-mlspl.elc #4 1260. ELC gnus/gnus-msg.elc #4 1262. ELC gnus/gnus-notifications.elc #4 1264. ELC gnus/gnus-picon.elc #4 1265. ELC gnus/gnus-range.elc #4 1265. ELC gnus/gnus-registry.elc #4 1267. ELC gnus/gnus-rfc1843.elc #4 1269. ELC gnus/gnus-rmail.elc #4 1269. ELC gnus/gnus-salt.elc #4 1271. ELC gnus/gnus-score.elc #4 1273. ELC gnus/gnus-search.elc #4 1275. ELC gnus/gnus-sieve.elc #4 1276. ELC gnus/gnus-spec.elc #4 1277. ELC gnus/gnus-srvr.elc #4 1278. ELC gnus/gnus-start.elc #4 1279. ELC gnus/gnus-sum.elc #4 1282. ELC gnus/gnus-topic.elc #4 1283. ELC gnus/gnus-undo.elc #4 1284. ELC gnus/gnus-util.elc #4 1284. ELC gnus/gnus-uu.elc #4 1286. ELC gnus/gnus-vm.elc #4 1288. ELC gnus/gnus-win.elc #4 1288. ELC gnus/gnus.elc #4 1289. ELC gnus/gssapi.elc #4 1290. ELC gnus/mail-source.elc #4 1290. ELC gnus/message.elc #4 1292. ELC gnus/mm-archive.elc #4 1292. ELC gnus/mm-bodies.elc #4 1292. ELC gnus/mm-decode.elc #4 1292. ELC gnus/mm-encode.elc #4 1293. ELC gnus/mm-extern.elc #4 1293. ELC gnus/mm-partial.elc #4 1294. ELC gnus/mm-url.elc #4 1294. ELC gnus/mm-util.elc #4 1295. ELC gnus/mm-uu.elc #4 1295. ELC gnus/mm-view.elc #4 1295. ELC gnus/mml-sec.elc #4 1296. ELC gnus/mml-smime.elc #4 1296. ELC gnus/mml.elc #4 1297. ELC gnus/mml1991.elc #4 1297. ELC gnus/mml2015.elc #4 1297. ELC gnus/nnagent.elc #4 1298. ELC gnus/nnbabyl.elc #4 1299. ELC gnus/nndiary.elc #4 1300. ELC gnus/nndir.elc #4 1301. ELC gnus/nndoc.elc #4 1301. ELC gnus/nndraft.elc #4 1302. ELC gnus/nneething.elc #4 1302. ELC gnus/nnfolder.elc #4 1303. ELC gnus/nngateway.elc #4 1303. ELC gnus/nnheader.elc #4 1303. ELC gnus/nnimap.elc #4 1304. ELC gnus/nnmail.elc #4 1305. ELC gnus/nnmaildir.elc #4 1306. ELC gnus/nnmairix.elc #4 1307. ELC gnus/nnmbox.elc #4 1307. ELC gnus/nnmh.elc #4 1308. ELC gnus/nnml.elc #4 1308. ELC gnus/nnnil.elc #4 1308. ELC gnus/nnoo.elc #4 1309. ELC gnus/nnregistry.elc #4 1310. ELC gnus/nnrss.elc #4 1310. ELC gnus/nnselect.elc #4 1311. ELC gnus/nnspool.elc #4 1312. ELC gnus/nntp.elc #4 1313. ELC gnus/nnvirtual.elc #4 1314. ELC gnus/nnweb.elc #4 1314. ELC gnus/score-mode.elc #4 1314. ELC gnus/smiley.elc #4 1316. ELC gnus/smime.elc #4 1316. ELC gnus/spam-report.elc #4 1317. ELC gnus/spam-stat.elc #4 1317. ELC gnus/spam-wash.elc #4 1318. ELC gnus/spam.elc #4 1319. ELC image/compface.elc #4 1320. ELC image/exif.elc #4 1320. ELC image/gravatar.elc #4 1320. ELC image/image-converter.elc #4 1320. ELC image/image-crop.elc #4 1320. ELC image/image-dired-dired.elc #4 1321. ELC image/image-dired-external.elc #4 1321. ELC image/image-dired-tags.elc #4 1321. ELC image/image-dired-util.elc #4 1321. #4 1321. In end of data: #4 1321. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #4 1321. ELC image/image-dired.elc #4 1322. ELC image/wallpaper.elc #4 1322. ELC international/ccl.elc #4 1322. ELC international/emoji.elc #4 1322. ELC international/isearch-x.elc #4 1323. ELC international/iso-ascii.elc #4 1323. ELC international/iso-cvt.elc #4 1323. ELC international/ja-dic-utl.elc #4 1323. ELC international/kinsoku.elc #4 1323. ELC international/kkc.elc #4 1323. ELC international/latexenc.elc #4 1324. ELC international/latin1-disp.elc #4 1324. ELC international/mule-diag.elc #4 1324. ELC international/ogonek.elc #4 1324. ELC international/quail.elc #4 1325. ELC international/rfc1843.elc #4 1325. ELC international/robin.elc #4 1325. ELC international/textsec-check.elc #4 1325. ELC international/textsec.elc #4 1326. ELC international/utf-7.elc #4 1326. ELC international/utf7.elc #4 1327. ELC language/china-util.elc #4 1327. ELC language/cyril-util.elc #4 1327. ELC language/ethio-util.elc #4 1327. ELC language/hanja-util.elc #4 1327. ELC language/ind-util.elc #4 1329. ELC language/japan-util.elc #4 1329. ELC language/korea-util.elc #4 1329. ELC language/lao-util.elc #4 1329. ELC language/pinyin.elc #4 1330. ELC language/thai-util.elc #4 1330. ELC language/thai-word.elc #4 1330. ELC language/tibet-util.elc #4 1330. ELC language/tv-util.elc #4 1330. ELC language/viet-util.elc #4 1331. ELC leim/quail/4Corner.elc #4 1331. ELC leim/quail/ARRAY30.elc #4 1331. ELC leim/quail/CCDOSPY.elc #4 1332. ELC leim/quail/CTLau-b5.elc #4 1332. ELC leim/quail/CTLau.elc #4 1332. ELC leim/quail/ECDICT.elc #4 1332. ELC leim/quail/ETZY.elc #4 1333. ELC leim/quail/PY-b5.elc #4 1333. ELC leim/quail/PY.elc #4 1333. ELC leim/quail/Punct-b5.elc #4 1333. ELC leim/quail/Punct.elc #4 1334. ELC leim/quail/QJ-b5.elc #4 1334. ELC leim/quail/QJ.elc #4 1334. ELC leim/quail/SW.elc #4 1334. ELC leim/quail/TONEPY.elc #4 1334. ELC leim/quail/ZIRANMA.elc #4 1335. ELC leim/quail/ZOZY.elc #4 1335. ELC leim/quail/arabic.elc #4 1336. ELC leim/quail/cham.elc #4 1336. ELC leim/quail/compose.elc #4 1336. ELC leim/quail/croatian.elc #4 1336. ELC leim/quail/cyril-jis.elc #4 1336. ELC leim/quail/cyrillic.elc #4 1337. ELC leim/quail/czech.elc #4 1337. ELC leim/quail/emoji.elc #4 1337. ELC leim/quail/ethiopic.elc #4 1337. ELC leim/quail/georgian.elc #4 1337. ELC leim/quail/greek.elc #4 1338. ELC leim/quail/hangul.elc #4 1338. ELC leim/quail/hanja-jis.elc #4 1338. ELC leim/quail/hanja.elc #4 1338. ELC leim/quail/hanja3.elc #4 1339. ELC leim/quail/hebrew.elc #4 1339. ELC leim/quail/indian.elc #4 1339. ELC leim/quail/indonesian.elc #4 1339. ELC leim/quail/ipa-praat.elc #4 1339. ELC leim/quail/ipa.elc #4 1340. ELC leim/quail/japanese.elc #4 1340. ELC leim/quail/lao.elc #4 1340. ELC leim/quail/latin-alt.elc #4 1340. ELC leim/quail/latin-ltx.elc #4 1342. ELC leim/quail/latin-post.elc #4 1342. ELC leim/quail/latin-pre.elc #4 1343. ELC leim/quail/lrt.elc #4 1343. ELC leim/quail/misc-lang.elc #4 1343. ELC leim/quail/pakistan.elc #4 1343. ELC leim/quail/persian.elc #4 1343. ELC leim/quail/philippine.elc #4 1343. ELC leim/quail/programmer-dvorak.elc #4 1344. ELC leim/quail/py-punct.elc #4 1344. ELC leim/quail/pypunct-b5.elc #4 1344. ELC leim/quail/quick-b5.elc #4 1344. ELC leim/quail/quick-cns.elc #4 1344. ELC leim/quail/rfc1345.elc #4 1345. ELC leim/quail/sami.elc #4 1345. ELC leim/quail/sgml-input.elc #4 1345. ELC leim/quail/sisheng.elc #4 1345. ELC leim/quail/slovak.elc #4 1345. ELC leim/quail/symbol-ksc.elc #4 1346. ELC leim/quail/tamil-dvorak.elc #4 1346. ELC leim/quail/thai.elc #4 1346. ELC leim/quail/tibetan.elc #4 1346. ELC leim/quail/tsang-b5.elc #4 1347. ELC leim/quail/tsang-cns.elc #4 1347. ELC leim/quail/uni-input.elc #4 1347. ELC leim/quail/viqr.elc #4 1347. ELC leim/quail/vntelex.elc #4 1347. ELC leim/quail/vnvni.elc #4 1348. ELC leim/quail/welsh.elc #4 1348. ELC mail/binhex.elc #4 1348. ELC mail/emacsbug.elc #4 1348. ELC mail/feedmail.elc #4 1349. ELC mail/flow-fill.elc #4 1349. ELC mail/footnote.elc #4 1349. ELC mail/hashcash.elc #4 1349. ELC mail/ietf-drums-date.elc #4 1349. ELC mail/ietf-drums.elc #4 1350. ELC mail/mail-extr.elc #4 1350. ELC mail/mail-hist.elc #4 1350. ELC mail/mail-parse.elc #4 1350. ELC mail/mail-prsvr.elc #4 1350. ELC mail/mail-utils.elc #4 1351. ELC mail/mailabbrev.elc #4 1351. ELC mail/mailalias.elc #4 1351. ELC mail/mailclient.elc #4 1351. ELC mail/mailheader.elc #4 1352. ELC mail/mspools.elc #4 1352. ELC mail/qp.elc #4 1352. ELC mail/reporter.elc #4 1352. ELC mail/rfc2045.elc #4 1352. ELC mail/rfc2047.elc #4 1353. ELC mail/rfc2231.elc #4 1353. ELC mail/rfc6068.elc #4 1353. ELC mail/rfc822.elc #4 1353. ELC mail/rmail-spam-filter.elc #4 1353. ELC mail/rmail.elc #4 1354. ELC mail/rmailedit.elc #4 1354. ELC mail/rmailkwd.elc #4 1355. ELC mail/rmailmm.elc #4 1355. ELC mail/rmailmsc.elc #4 1356. ELC mail/rmailout.elc #4 1356. ELC mail/rmailsort.elc #4 1356. ELC mail/rmailsum.elc #4 1356. ELC mail/sendmail.elc #4 1357. ELC mail/smtpmail.elc #4 1357. ELC mail/supercite.elc #4 1357. ELC mail/undigest.elc #4 1358. ELC mail/unrmail.elc #4 1358. ELC mail/uudecode.elc #4 1358. ELC mail/yenc.elc #4 1358. ELC mh-e/mh-acros.elc #4 1358. ELC mh-e/mh-alias.elc #4 1359. ELC mh-e/mh-buffers.elc #4 1359. ELC mh-e/mh-comp.elc #4 1359. ELC mh-e/mh-e.elc #4 1360. ELC mh-e/mh-folder.elc #4 1360. ELC mh-e/mh-funcs.elc #4 1360. ELC mh-e/mh-gnus.elc #4 1361. ELC mh-e/mh-identity.elc #4 1361. ELC mh-e/mh-inc.elc #4 1361. ELC mh-e/mh-junk.elc #4 1361. ELC mh-e/mh-letter.elc #4 1361. ELC mh-e/mh-limit.elc #4 1362. ELC mh-e/mh-loaddefs.elc #4 1362. ELC mh-e/mh-mime.elc #4 1362. ELC mh-e/mh-print.elc #4 1363. ELC mh-e/mh-scan.elc #4 1363. ELC mh-e/mh-search.elc #4 1364. ELC mh-e/mh-seq.elc #4 1364. ELC mh-e/mh-show.elc #4 1366. ELC mh-e/mh-speed.elc #4 1366. ELC mh-e/mh-thread.elc #4 1367. ELC mh-e/mh-tool-bar.elc #4 1367. ELC mh-e/mh-utils.elc #4 1367. ELC mh-e/mh-xface.elc #4 1367. ELC net/ange-ftp.elc #4 1368. ELC net/browse-url.elc #4 1368. ELC net/dbus.elc #4 1369. ELC net/dictionary-connection.elc #4 1369. ELC net/dictionary.elc #4 1369. ELC net/dig.elc #4 1369. ELC net/dns.elc #4 1369. ELC net/eudc-bob.elc #4 1370. ELC net/eudc-capf.elc #4 1370. ELC net/eudc-export.elc #4 1370. ELC net/eudc-hotlist.elc #4 1370. ELC net/eudc-vars.elc #4 1370. ELC net/eudc.elc #4 1371. ELC net/eudcb-bbdb.elc #4 1371. ELC net/eudcb-ecomplete.elc #4 1371. ELC net/eudcb-ldap.elc #4 1371. ELC net/eudcb-mab.elc #4 1372. ELC net/eudcb-macos-contacts.elc #4 1372. ELC net/eudcb-mailabbrev.elc #4 1372. ELC net/eww.elc #4 1373. #4 1373. In end of data: #4 1373. net/eww.el:1271:59: Warning: the function `imagep' is not known to be defined. #4 1373. ELC net/gnutls.elc #4 1373. ELC net/goto-addr.elc #4 1373. ELC net/hmac-def.elc #4 1373. ELC net/hmac-md5.elc #4 1374. ELC net/imap.elc #4 1374. ELC net/ldap.elc #4 1374. ELC net/mailcap.elc #4 1375. ELC net/mairix.elc #4 1375. ELC net/net-utils.elc #4 1375. ELC net/network-stream.elc #4 1375. ELC net/newst-backend.elc #4 1376. ELC net/newst-plainview.elc #4 1376. ELC net/newst-reader.elc #4 1376. ELC net/newst-ticker.elc #4 1376. ELC net/newst-treeview.elc #4 1377. ELC net/newsticker.elc #4 1377. ELC net/nsm.elc #4 1377. ELC net/ntlm.elc #4 1377. ELC net/pop3.elc #4 1378. ELC net/puny.elc #4 1378. ELC net/rcirc.elc #4 1378. ELC net/rfc2104.elc #4 1379. ELC net/sasl-cram.elc #4 1379. ELC net/sasl-digest.elc #4 1379. ELC net/sasl-ntlm.elc #4 1379. ELC net/sasl-scram-rfc.elc #4 1379. ELC net/sasl-scram-sha256.elc #4 1379. ELC net/sasl.elc #4 1380. ELC net/secrets.elc #4 1380. ELC net/shr-color.elc #4 1380. ELC net/shr.elc #4 1381. ELC net/sieve-manage.elc #4 1381. ELC net/sieve-mode.elc #4 1381. ELC net/sieve.elc #4 1381. ELC net/snmp-mode.elc #4 1382. ELC net/soap-client.elc #4 1383. ELC net/soap-inspect.elc #4 1384. ELC net/socks.elc #4 1384. ELC net/telnet.elc #4 1384. ELC net/tramp-adb.elc #4 1386. ELC net/tramp-androidsu.elc #4 1387. ELC net/tramp-archive.elc #4 1388. ELC net/tramp-cache.elc #4 1389. ELC net/tramp-cmds.elc #4 1389. ELC net/tramp-compat.elc #4 1390. ELC net/tramp-container.elc #4 1391. ELC net/tramp-crypt.elc #4 1391. ELC net/tramp-ftp.elc #4 1392. ELC net/tramp-fuse.elc #4 1392. ELC net/tramp-gvfs.elc #4 1393. ELC net/tramp-integration.elc #4 1394. ELC net/tramp-loaddefs.elc #4 1394. ELC net/tramp-message.elc #4 1394. ELC net/tramp-rclone.elc #4 1395. ELC net/tramp-sh.elc #4 1396. ELC net/tramp-smb.elc #4 1397. ELC net/tramp-sshfs.elc #4 1398. ELC net/tramp-sudoedit.elc #4 1399. ELC net/tramp-uu.elc #4 1399. ELC net/tramp.elc #4 1400. ELC net/trampver.elc #4 1400. ELC net/webjump.elc #4 1401. ELC net/zeroconf.elc #4 1401. ELC nxml/nxml-enc.elc #4 1401. ELC nxml/nxml-maint.elc #4 1401. ELC nxml/nxml-mode.elc #4 1402. ELC nxml/nxml-ns.elc #4 1402. ELC nxml/nxml-outln.elc #4 1402. ELC nxml/nxml-parse.elc #4 1402. ELC nxml/nxml-rap.elc #4 1402. ELC nxml/nxml-util.elc #4 1403. ELC nxml/rng-cmpct.elc #4 1403. ELC nxml/rng-dt.elc #4 1403. ELC nxml/rng-loc.elc #4 1403. ELC nxml/rng-maint.elc #4 1404. ELC nxml/rng-match.elc #4 1404. ELC nxml/rng-nxml.elc #4 1404. ELC nxml/rng-parse.elc #4 1405. ELC nxml/rng-pttrn.elc #4 1405. ELC nxml/rng-uri.elc #4 1405. ELC nxml/rng-util.elc #4 1405. ELC nxml/rng-valid.elc #4 1405. ELC nxml/rng-xsd.elc #4 1405. ELC nxml/xmltok.elc #4 1406. ELC nxml/xsd-regexp.elc #4 1406. ELC obsolete/autoarg.elc #4 1406. ELC obsolete/autoload.elc #4 1406. ELC obsolete/bruce.elc #4 1406. ELC obsolete/cc-compat.elc #4 1408. ELC obsolete/cl-compat.elc #4 1408. ELC obsolete/cl.elc #4 1408. ELC obsolete/crisp.elc #4 1408. ELC obsolete/eieio-compat.elc #4 1408. ELC obsolete/eudcb-ph.elc #4 1408. ELC obsolete/gs.elc #4 1409. ELC obsolete/gulp.elc #4 1409. ELC obsolete/html2text.elc #4 1409. ELC obsolete/info-edit.elc #4 1409. ELC obsolete/inversion.elc #4 1409. ELC obsolete/iswitchb.elc #4 1410. ELC obsolete/landmark.elc #4 1410. ELC obsolete/linum.elc #4 1410. ELC obsolete/longlines.elc #4 1410. ELC obsolete/makesum.elc #4 1410. ELC obsolete/mantemp.elc #4 1411. ELC obsolete/meese.elc #4 1411. ELC obsolete/metamail.elc #4 1411. ELC obsolete/mh-compat.elc #4 1411. ELC obsolete/netrc.elc #4 1411. ELC obsolete/nnir.elc #4 1411. ELC obsolete/otodo-mode.elc #4 1412. ELC obsolete/pgg-def.elc #4 1412. ELC obsolete/pgg-gpg.elc #4 1412. ELC obsolete/pgg-parse.elc #4 1412. ELC obsolete/pgg-pgp.elc #4 1412. ELC obsolete/pgg-pgp5.elc #4 1413. ELC obsolete/pgg.elc #4 1413. ELC obsolete/ps-def.elc #4 1413. ELC obsolete/quickurl.elc #4 1413. ELC obsolete/rcompile.elc #4 1414. ELC obsolete/rfc2368.elc #4 1414. ELC obsolete/rlogin.elc #4 1414. ELC obsolete/sb-image.elc #4 1414. ELC obsolete/starttls.elc #4 1414. ELC obsolete/sup-mouse.elc #4 1414. ELC obsolete/terminal.elc #4 1415. ELC obsolete/thumbs.elc #4 1415. ELC obsolete/tls.elc #4 1415. ELC obsolete/tpu-edt.elc #4 1415. ELC obsolete/tpu-extras.elc #4 1415. ELC obsolete/tpu-mapper.elc #4 1416. ELC obsolete/uce.elc #4 1416. ELC obsolete/url-about.elc #4 1416. ELC obsolete/url-dired.elc #4 1416. ELC obsolete/url-ns.elc #4 1416. ELC obsolete/vc-arch.elc #4 1417. ELC obsolete/vc-mtn.elc #4 1417. ELC obsolete/vi.elc #4 1417. ELC obsolete/vip.elc #4 1418. ELC obsolete/vt-control.elc #4 1418. ELC obsolete/vt100-led.elc #4 1418. ELC obsolete/ws-mode.elc #4 1418. ELC obsolete/yow.elc #4 1418. ELC org/ob-C.elc #4 1422. ELC org/ob-R.elc #4 1423. ELC org/ob-awk.elc #4 1423. ELC org/ob-calc.elc #4 1424. ELC org/ob-clojure.elc #4 1424. ELC org/ob-comint.elc #4 1425. ELC org/ob-core.elc #4 1425. ELC org/ob-css.elc #4 1426. ELC org/ob-ditaa.elc #4 1426. ELC org/ob-dot.elc #4 1427. ELC org/ob-emacs-lisp.elc #4 1427. ELC org/ob-eshell.elc #4 1427. ELC org/ob-eval.elc #4 1427. ELC org/ob-exp.elc #4 1428. ELC org/ob-forth.elc #4 1428. ELC org/ob-fortran.elc #4 1431. ELC org/ob-gnuplot.elc #4 1432. ELC org/ob-groovy.elc #4 1432. ELC org/ob-haskell.elc #4 1433. ELC org/ob-java.elc #4 1433. ELC org/ob-js.elc #4 1433. ELC org/ob-julia.elc #4 1434. ELC org/ob-latex.elc #4 1434. ELC org/ob-lilypond.elc #4 1434. ELC org/ob-lisp.elc #4 1435. ELC org/ob-lob.elc #4 1435. ELC org/ob-lua.elc #4 1435. ELC org/ob-makefile.elc #4 1436. ELC org/ob-matlab.elc #4 1436. ELC org/ob-maxima.elc #4 1436. ELC org/ob-ocaml.elc #4 1437. ELC org/ob-octave.elc #4 1437. ELC org/ob-org.elc #4 1437. ELC org/ob-perl.elc #4 1438. ELC org/ob-plantuml.elc #4 1438. ELC org/ob-processing.elc #4 1438. ELC org/ob-python.elc #4 1439. ELC org/ob-ref.elc #4 1439. ELC org/ob-ruby.elc #4 1439. ELC org/ob-sass.elc #4 1440. ELC org/ob-scheme.elc #4 1440. ELC org/ob-screen.elc #4 1440. ELC org/ob-sed.elc #4 1441. ELC org/ob-shell.elc #4 1441. ELC org/ob-sql.elc #4 1441. ELC org/ob-sqlite.elc #4 1442. ELC org/ob-table.elc #4 1442. ELC org/ob-tangle.elc #4 1442. ELC org/ob.elc #4 1443. ELC org/oc-basic.elc #4 1443. ELC org/oc-biblatex.elc #4 1443. ELC org/oc-bibtex.elc #4 1443. ELC org/oc-csl.elc #4 1444. ELC org/oc-natbib.elc #4 1444. ELC org/ol-bbdb.elc #4 1445. ELC org/ol-bibtex.elc #4 1445. ELC org/ol-docview.elc #4 1445. ELC org/ol-doi.elc #4 1446. ELC org/ol-eshell.elc #4 1446. ELC org/ol-eww.elc #4 1447. ELC org/ol-gnus.elc #4 1447. ELC org/ol-info.elc #4 1447. ELC org/ol-irc.elc #4 1448. ELC org/ol-man.elc #4 1448. ELC org/ol-mhe.elc #4 1448. ELC org/ol-rmail.elc #4 1448. ELC org/ol-w3m.elc #4 1449. ELC org/org-agenda.elc #4 1451. ELC org/org-archive.elc #4 1452. ELC org/org-attach-git.elc #4 1453. ELC org/org-attach.elc #4 1454. ELC org/org-capture.elc #4 1456. ELC org/org-clock.elc #4 1457. ELC org/org-colview.elc #4 1458. ELC org/org-compat.elc #4 1459. ELC org/org-crypt.elc #4 1459. ELC org/org-ctags.elc #4 1460. ELC org/org-cycle.elc #4 1460. ELC org/org-datetree.elc #4 1461. ELC org/org-duration.elc #4 1461. ELC org/org-entities.elc #4 1461. ELC org/org-faces.elc #4 1462. ELC org/org-feed.elc #4 1463. ELC org/org-fold-core.elc #4 1463. ELC org/org-fold.elc #4 1463. ELC org/org-footnote.elc #4 1464. ELC org/org-goto.elc #4 1465. ELC org/org-habit.elc #4 1466. ELC org/org-id.elc #4 1467. ELC org/org-indent.elc #4 1468. ELC org/org-inlinetask.elc #4 1469. ELC org/org-keys.elc #4 1469. ELC org/org-lint.elc #4 1471. ELC org/org-list.elc #4 1471. ELC org/org-loaddefs.elc #4 1472. ELC org/org-macs.elc #4 1472. ELC org/org-mobile.elc #4 1473. ELC org/org-mouse.elc #4 1474. ELC org/org-num.elc #4 1475. ELC org/org-pcomplete.elc #4 1475. ELC org/org-persist.elc #4 1476. ELC org/org-plot.elc #4 1477. ELC org/org-protocol.elc #4 1478. ELC org/org-refile.elc #4 1479. ELC org/org-src.elc #4 1480. ELC org/org-table.elc #4 1481. ELC org/org-tempo.elc #4 1481. ELC org/org-timer.elc #4 1482. ELC org/org.elc #4 1485. ELC org/ox-ascii.elc #4 1486. ELC org/ox-beamer.elc #4 1487. ELC org/ox-html.elc #4 1488. ELC org/ox-icalendar.elc #4 1488. ELC org/ox-koma-letter.elc #4 1489. ELC org/ox-latex.elc #4 1490. ELC org/ox-man.elc #4 1491. ELC org/ox-md.elc #4 1491. ELC org/ox-odt.elc #4 1492. ELC org/ox-org.elc #4 1493. ELC org/ox-publish.elc #4 1493. ELC play/5x5.elc #4 1494. ELC play/animate.elc #4 1494. ELC play/blackbox.elc #4 1494. ELC play/bubbles.elc #4 1494. ELC play/cookie1.elc #4 1494. ELC play/decipher.elc #4 1495. ELC play/dissociate.elc #4 1495. ELC play/doctor.elc #4 1495. ELC play/dunnet.elc #4 1495. ELC play/fortune.elc #4 1495. ELC play/gamegrid.elc #4 1496. ELC play/gametree.elc #4 1496. ELC play/gomoku.elc #4 1496. ELC play/handwrite.elc #4 1496. ELC play/hanoi.elc #4 1496. ELC play/life.elc #4 1497. ELC play/morse.elc #4 1497. ELC play/mpuz.elc #4 1497. ELC play/pong.elc #4 1497. ELC play/snake.elc #4 1497. ELC play/solitaire.elc #4 1498. ELC play/spook.elc #4 1498. ELC play/studly.elc #4 1498. ELC play/tetris.elc #4 1498. ELC play/zone.elc #4 1498. ELC progmodes/antlr-mode.elc #4 1501. ELC progmodes/asm-mode.elc #4 1502. ELC progmodes/autoconf.elc #4 1502. ELC progmodes/bat-mode.elc #4 1502. ELC progmodes/bug-reference.elc #4 1502. ELC progmodes/c-ts-common.elc #4 1502. ELC progmodes/c-ts-mode.elc #4 1503. ELC progmodes/cc-bytecomp.elc #4 1503. ELC progmodes/cc-defs.elc #4 1503. ELC progmodes/cc-vars.elc #4 1503. ELC progmodes/cc-langs.elc #4 1504. ELC progmodes/cc-engine.elc #4 1506. ELC progmodes/cc-align.elc #4 1506. ELC progmodes/cc-awk.elc #4 1507. ELC progmodes/cc-cmds.elc #4 1507. ELC progmodes/cc-fonts.elc #4 1508. ELC progmodes/cc-guess.elc #4 1508. ELC progmodes/cc-menus.elc #4 1508. ELC progmodes/cc-styles.elc #4 1509. ELC progmodes/cc-mode.elc #4 1510. ELC progmodes/cfengine.elc #4 1510. ELC progmodes/cl-font-lock.elc #4 1510. ELC progmodes/cmacexp.elc #4 1510. ELC progmodes/cmake-ts-mode.elc #4 1510. ELC progmodes/compile.elc #4 1511. ELC progmodes/cperl-mode.elc #4 1512. ELC progmodes/cpp.elc #4 1512. ELC progmodes/csharp-mode.elc #4 1512. ELC progmodes/cwarn.elc #4 1513. ELC progmodes/dcl-mode.elc #4 1513. ELC progmodes/dockerfile-ts-mode.elc #4 1513. ELC progmodes/ebnf-abn.elc #4 1513. ELC progmodes/ebnf-bnf.elc #4 1513. ELC progmodes/ebnf-dtd.elc #4 1514. ELC progmodes/ebnf-ebx.elc #4 1514. ELC progmodes/ebnf-iso.elc #4 1514. ELC progmodes/ebnf-otz.elc #4 1514. ELC progmodes/ebnf-yac.elc #4 1514. ELC progmodes/ebnf2ps.elc #4 1515. ELC progmodes/ebrowse.elc #4 1516. ELC progmodes/eglot.elc #4 1517. ELC progmodes/elixir-ts-mode.elc #4 1517. ELC progmodes/erts-mode.elc #4 1517. ELC progmodes/etags-regen.elc #4 1518. ELC progmodes/etags.elc #4 1518. ELC progmodes/executable.elc #4 1518. ELC progmodes/f90.elc #4 1519. ELC progmodes/flymake-cc.elc #4 1519. ELC progmodes/flymake-proc.elc #4 1519. ELC progmodes/flymake.elc #4 1520. ELC progmodes/fortran.elc #4 1520. ELC progmodes/gdb-mi.elc #4 1521. ELC progmodes/glasses.elc #4 1521. ELC progmodes/go-ts-mode.elc #4 1521. ELC progmodes/grep.elc #4 1522. ELC progmodes/gud.elc #4 1522. ELC progmodes/heex-ts-mode.elc #4 1522. ELC progmodes/hideif.elc #4 1523. ELC progmodes/hideshow.elc #4 1523. ELC progmodes/icon.elc #4 1523. ELC progmodes/idlw-complete-structtag.elc #4 1524. ELC progmodes/idlw-help.elc #4 1524. ELC progmodes/idlw-shell.elc #4 1525. ELC progmodes/idlw-toolbar.elc #4 1525. ELC progmodes/idlwave.elc #4 1526. ELC progmodes/inf-lisp.elc #4 1526. ELC progmodes/java-ts-mode.elc #4 1526. ELC progmodes/js.elc #4 1527. ELC progmodes/json-ts-mode.elc #4 1527. ELC progmodes/ld-script.elc #4 1527. ELC progmodes/lua-ts-mode.elc #4 1528. ELC progmodes/m4-mode.elc #4 1528. ELC progmodes/make-mode.elc #4 1528. ELC progmodes/meta-mode.elc #4 1528. ELC progmodes/mixal-mode.elc #4 1528. ELC progmodes/modula2.elc #4 1529. ELC progmodes/octave.elc #4 1529. ELC progmodes/opascal.elc #4 1530. ELC progmodes/pascal.elc #4 1530. ELC progmodes/perl-mode.elc #4 1530. ELC progmodes/project.elc #4 1530. ELC progmodes/prolog.elc #4 1531. ELC progmodes/ps-mode.elc #4 1531. ELC progmodes/python.elc #4 1532. ELC progmodes/ruby-mode.elc #4 1532. ELC progmodes/ruby-ts-mode.elc #4 1533. ELC progmodes/rust-ts-mode.elc #4 1533. ELC progmodes/scheme.elc #4 1533. ELC progmodes/sh-script.elc #4 1533. ELC progmodes/simula.elc #4 1534. ELC progmodes/sql.elc #4 1534. ELC progmodes/subword.elc #4 1535. ELC progmodes/tcl.elc #4 1535. ELC progmodes/typescript-ts-mode.elc #4 1535. ELC progmodes/vera-mode.elc #4 1535. ELC progmodes/verilog-mode.elc #4 1537. ELC progmodes/vhdl-mode.elc #4 1538. ELC progmodes/which-func.elc #4 1539. ELC progmodes/xref.elc #4 1539. ELC progmodes/xscheme.elc #4 1539. ELC term/AT386.elc #4 1539. ELC term/bobcat.elc #4 1539. ELC term/cygwin.elc #4 1540. ELC term/fbterm.elc #4 1540. ELC term/iris-ansi.elc #4 1540. ELC term/konsole.elc #4 1540. ELC term/linux.elc #4 1540. ELC term/lk201.elc #4 1540. ELC term/news.elc #4 1540. ELC term/rxvt.elc #4 1541. ELC term/screen.elc #4 1541. ELC term/st.elc #4 1541. ELC term/sun.elc #4 1541. ELC term/tmux.elc #4 1541. ELC term/tvi970.elc #4 1541. ELC term/vt100.elc #4 1541. ELC term/vt200.elc #4 1542. ELC term/w32console.elc #4 1542. ELC term/wyse50.elc #4 1542. ELC term/xterm.elc #4 1542. ELC textmodes/artist.elc #4 1543. ELC textmodes/bib-mode.elc #4 1543. ELC textmodes/bibtex-style.elc #4 1543. ELC textmodes/bibtex.elc #4 1544. ELC textmodes/conf-mode.elc #4 1544. ELC textmodes/css-mode.elc #4 1544. ELC textmodes/dns-mode.elc #4 1545. ELC textmodes/emacs-authors-mode.elc #4 1545. ELC textmodes/emacs-news-mode.elc #4 1545. ELC textmodes/enriched.elc #4 1545. ELC textmodes/flyspell.elc #4 1545. ELC textmodes/glyphless-mode.elc #4 1546. ELC textmodes/html-ts-mode.elc #4 1546. ELC textmodes/ispell.elc #4 1546. ELC textmodes/less-css-mode.elc #4 1547. ELC textmodes/makeinfo.elc #4 1547. ELC textmodes/mhtml-mode.elc #4 1548. ELC textmodes/nroff-mode.elc #4 1548. ELC textmodes/page-ext.elc #4 1548. ELC textmodes/picture.elc #4 1548. ELC textmodes/pixel-fill.elc #4 1549. ELC textmodes/po.elc #4 1549. ELC textmodes/refbib.elc #4 1549. ELC textmodes/refer.elc #4 1549. ELC textmodes/refill.elc #4 1549. ELC textmodes/reftex-auc.elc #4 1549. ELC textmodes/reftex-cite.elc #4 1550. ELC textmodes/reftex-dcr.elc #4 1550. ELC textmodes/reftex-global.elc #4 1550. ELC textmodes/reftex-index.elc #4 1550. ELC textmodes/reftex-loaddefs.elc #4 1550. ELC textmodes/reftex-parse.elc #4 1551. ELC textmodes/reftex-ref.elc #4 1551. ELC textmodes/reftex-sel.elc #4 1551. ELC textmodes/reftex-toc.elc #4 1552. ELC textmodes/reftex-vars.elc #4 1552. ELC textmodes/reftex.elc #4 1552. ELC textmodes/remember.elc #4 1552. ELC textmodes/rst.elc #4 1553. ELC textmodes/sgml-mode.elc #4 1553. ELC textmodes/string-edit.elc #4 1553. ELC textmodes/table.elc #4 1554. ELC textmodes/tex-mode.elc #4 1554. ELC textmodes/texinfmt.elc #4 1555. ELC textmodes/texinfo-loaddefs.elc #4 1555. ELC textmodes/texinfo.elc #4 1555. ELC textmodes/texnfo-upd.elc #4 1556. ELC textmodes/tildify.elc #4 1556. ELC textmodes/toml-ts-mode.elc #4 1556. ELC textmodes/two-column.elc #4 1556. ELC textmodes/underline.elc #4 1556. ELC textmodes/word-wrap-mode.elc #4 1557. ELC textmodes/yaml-ts-mode.elc #4 1557. ELC url/url-auth.elc #4 1557. ELC url/url-cache.elc #4 1557. ELC url/url-cid.elc #4 1558. ELC url/url-cookie.elc #4 1558. ELC url/url-dav.elc #4 1558. ELC url/url-domsuf.elc #4 1558. ELC url/url-expand.elc #4 1559. ELC url/url-file.elc #4 1559. ELC url/url-ftp.elc #4 1559. ELC url/url-future.elc #4 1559. ELC url/url-gw.elc #4 1560. ELC url/url-handlers.elc #4 1560. ELC url/url-history.elc #4 1560. ELC url/url-http.elc #4 1561. ELC url/url-imap.elc #4 1561. ELC url/url-irc.elc #4 1561. ELC url/url-ldap.elc #4 1561. ELC url/url-mailto.elc #4 1562. ELC url/url-methods.elc #4 1562. ELC url/url-misc.elc #4 1562. ELC url/url-news.elc #4 1563. ELC url/url-nfs.elc #4 1563. ELC url/url-parse.elc #4 1563. ELC url/url-privacy.elc #4 1563. ELC url/url-proxy.elc #4 1564. ELC url/url-queue.elc #4 1564. ELC url/url-tramp.elc #4 1565. ELC url/url-util.elc #4 1565. ELC url/url-vars.elc #4 1565. ELC url/url.elc #4 1565. ELC use-package/use-package-bind-key.elc #4 1566. ELC use-package/use-package-core.elc #4 1566. ELC use-package/use-package-delight.elc #4 1566. ELC use-package/use-package-diminish.elc #4 1566. ELC use-package/use-package-ensure-system-package.elc #4 1566. ELC use-package/use-package-ensure.elc #4 1567. ELC use-package/use-package-jump.elc #4 1567. ELC use-package/use-package-lint.elc #4 1567. ELC use-package/use-package.elc #4 1567. ELC vc/add-log.elc #4 1567. ELC vc/compare-w.elc #4 1567. ELC vc/cvs-status.elc #4 1568. ELC vc/diff-mode.elc #4 1569. ELC vc/diff.elc #4 1569. ELC vc/ediff-diff.elc #4 1569. ELC vc/ediff-help.elc #4 1569. ELC vc/ediff-init.elc #4 1570. ELC vc/ediff-merg.elc #4 1570. ELC vc/ediff-mult.elc #4 1570. ELC vc/ediff-ptch.elc #4 1571. ELC vc/ediff-util.elc #4 1571. ELC vc/ediff-vers.elc #4 1571. ELC vc/ediff-wind.elc #4 1572. ELC vc/ediff.elc #4 1572. ELC vc/emerge.elc #4 1572. ELC vc/log-edit.elc #4 1573. ELC vc/log-view.elc #4 1573. ELC vc/pcvs-defs.elc #4 1573. ELC vc/pcvs-info.elc #4 1573. ELC vc/pcvs-parse.elc #4 1574. ELC vc/pcvs-util.elc #4 1574. ELC vc/pcvs.elc #4 1574. ELC vc/smerge-mode.elc #4 1575. ELC vc/vc-annotate.elc #4 1575. ELC vc/vc-bzr.elc #4 1575. ELC vc/vc-cvs.elc #4 1576. ELC vc/vc-dav.elc #4 1576. ELC vc/vc-dir.elc #4 1576. ELC vc/vc-dispatcher.elc #4 1577. ELC vc/vc-filewise.elc #4 1577. ELC vc/vc-git.elc #4 1578. ELC vc/vc-hg.elc #4 1578. ELC vc/vc-rcs.elc #4 1578. ELC vc/vc-sccs.elc #4 1579. ELC vc/vc-src.elc #4 1579. ELC vc/vc-svn.elc #4 1579. ELC vc/vc.elc #4 1580. make[4]: Leaving directory '/checkout/lisp' #4 1580. GEN cus-load.el #4 1580. INFO Scanning files for custom... #4 1581. INFO Scanning files for custom...10% #4 1581. INFO Scanning files for custom...20% #4 1582. INFO Scanning files for custom...30% #4 1582. INFO Scanning files for custom...40% #4 1583. INFO Scanning files for custom...50% #4 1583. INFO Scanning files for custom...60% #4 1584. INFO Scanning files for custom...70% #4 1584. INFO Scanning files for custom...80% #4 1585. INFO Scanning files for custom...90% #4 1586. INFO Scanning files for custom...100% #4 1586. INFO Scanning files for custom...done #4 1586. INFO Generating ./cus-load.el... #4 1586. INFO Generating ./cus-load.el...done #4 1586. GEN finder-inf.el #4 1586. INFO Scanning files for finder... #4 1586. INFO Scanning files for finder...10% #4 1587. INFO Scanning files for finder...19% #4 1587. INFO Scanning files for finder...36% #4 1587. INFO Scanning files for finder...49% #4 1587. INFO Scanning files for finder...63% #4 1587. INFO Scanning files for finder...79% #4 1588. INFO Scanning files for finder...89% #4 1588. INFO Scanning files for finder...done #4 1588. make[4]: Entering directory '/checkout/leim' #4 1588. GEN small-ja-dic-option #4 1588. /bin/mkdir -p ../lisp/leim/ja-dic #4 1588. GEN ../lisp/leim/ja-dic/ja-dic.el #4 1589. INFO Processing OKURI-ARI entries #4 1589. INFO Processing POSTFIX entries #4 1589. INFO Processing PREFIX entries #4 1589. INFO Collecting OKURI-NASI entries #4 1589. INFO Collecting OKURI-NASI entries... #4 1590. INFO Collecting OKURI-NASI entries...31% #4 1590. INFO Collecting OKURI-NASI entries...41% #4 1591. INFO Collecting OKURI-NASI entries...51% #4 1592. INFO Collecting OKURI-NASI entries...61% #4 1594. INFO Collecting OKURI-NASI entries...71% #4 1596. INFO Collecting OKURI-NASI entries...81% #4 1598. INFO Collecting OKURI-NASI entries...91% #4 1601. INFO Collecting OKURI-NASI entries...done #4 1601. INFO Processing OKURI-NASI entries #4 1601. INFO Processing OKURI-NASI entries... #4 1602. INFO Processing OKURI-NASI entries...10% #4 1602. INFO Processing OKURI-NASI entries...20% #4 1602. INFO Processing OKURI-NASI entries...30% #4 1603. INFO Processing OKURI-NASI entries...40% #4 1603. INFO Processing OKURI-NASI entries...50% #4 1603. INFO Processing OKURI-NASI entries...60% #4 1603. INFO Processing OKURI-NASI entries...70% #4 1604. INFO Processing OKURI-NASI entries...80% #4 1604. INFO Processing OKURI-NASI entries...90% #4 1604. INFO Processing OKURI-NASI entries...100% #4 1604. INFO Processing OKURI-NASI entries...done #4 1605. make[4]: Leaving directory '/checkout/leim' #4 1605. make[4]: Entering directory '/checkout/lisp' #4 1605. ELC leim/ja-dic/ja-dic.elc #4 1606. INFO Extracting OKURI-NASI entries... #4 1607. INFO Extracting OKURI-NASI entries...8% #4 1607. INFO Extracting OKURI-NASI entries...16% #4 1607. INFO Extracting OKURI-NASI entries...24% #4 1607. INFO Extracting OKURI-NASI entries...31% #4 1607. INFO Extracting OKURI-NASI entries...39% #4 1608. INFO Extracting OKURI-NASI entries...46% #4 1608. INFO Extracting OKURI-NASI entries...53% #4 1608. INFO Extracting OKURI-NASI entries...59% #4 1608. INFO Extracting OKURI-NASI entries...64% #4 1608. INFO Extracting OKURI-NASI entries...71% #4 1609. INFO Extracting OKURI-NASI entries...79% #4 1609. INFO Extracting OKURI-NASI entries...87% #4 1609. INFO Extracting OKURI-NASI entries...95% #4 1609. INFO Extracting OKURI-NASI entries...done #4 1611. make[4]: Leaving directory '/checkout/lisp' #4 1612. make[4]: Entering directory '/checkout/doc/misc' #4 1612. GEN org.texi #4 1625. GEN modus-themes.texi #4 1627. make[4]: Leaving directory '/checkout/doc/misc' #4 1627. make[3]: Leaving directory '/checkout/lisp' #4 1627. make -C doc/lispref info #4 1627. make[3]: Entering directory '/checkout/doc/lispref' #4 1627. /bin/mkdir -p ../../info #4 1627. cp elisp_type_hierarchy.txt ../../info/elisp_type_hierarchy.txt #4 1627. cp elisp_type_hierarchy.jpg ../../info/elisp_type_hierarchy.jpg #4 1627. GEN ../../info/elisp.info #4 1665. make[3]: Leaving directory '/checkout/doc/lispref' #4 1665. make -C doc/lispintro info #4 1665. make[3]: Entering directory '/checkout/doc/lispintro' #4 1665. GEN ../../info/eintr.info #4 1670. make[3]: Leaving directory '/checkout/doc/lispintro' #4 1670. make -C doc/emacs info #4 1670. make[3]: Entering directory '/checkout/doc/emacs' #4 1670. GEN ../../info/emacs.info #4 1692. make[3]: Leaving directory '/checkout/doc/emacs' #4 1692. make -C doc/misc info #4 1692. make[3]: Entering directory '/checkout/doc/misc' #4 1692. GEN ../../info/auth.info #4 1692. GEN ../../info/autotype.info #4 1693. GEN ../../info/bovine.info #4 1694. GEN ../../info/calc.info #4 1706. GEN ../../info/ccmode.info #4 1709. GEN ../../info/cl.info #4 1711. GEN ../../info/dbus.info #4 1712. GEN ../../info/dired-x.info #4 1713. GEN ../../info/ebrowse.info #4 1714. GEN ../../info/ede.info #4 1716. GEN ../../info/ediff.info #4 1717. GEN ../../info/edt.info #4 1718. GEN ../../info/efaq.info #4 1720. GEN ../../info/eglot.info #4 1721. GEN ../../info/eieio.info #4 1722. GEN ../../info/emacs-gnutls.info #4 1722. GEN ../../info/emacs-mime.info #4 1723. GEN ../../info/epa.info #4 1724. GEN ../../info/erc.info #4 1725. GEN ../../info/ert.info #4 1726. GEN ../../info/eshell.info #4 1728. GEN ../../info/eudc.info #4 1729. GEN ../../info/eww.info #4 1729. GEN ../../info/flymake.info #4 1730. GEN ../../info/forms.info #4 1731. GEN ../../info/gnus.info #4 1741. GEN ../../info/htmlfontify.info #4 1742. GEN ../../info/idlwave.info #4 1743. GEN ../../info/ido.info #4 1744. GEN ../../info/info.info #4 1745. GEN ../../info/mairix-el.info #4 1746. GEN ../../info/message.info #4 1747. GEN ../../info/mh-e.info #4 1751. GEN ../../info/modus-themes.info #4 1753. GEN ../../info/newsticker.info #4 1754. GEN ../../info/nxml-mode.info #4 1754. GEN ../../info/octave-mode.info #4 1755. GEN ../../info/org.info #4 1763. GEN ../../info/pcl-cvs.info #4 1764. GEN ../../info/pgg.info #4 1765. GEN ../../info/rcirc.info #4 1765. GEN ../../info/reftex.info #4 1768. GEN ../../info/remember.info #4 1769. GEN ../../info/sasl.info #4 1769. GEN ../../info/sc.info #4 1770. GEN ../../info/semantic.info #4 1772. GEN ../../info/ses.info #4 1772. GEN ../../info/sieve.info #4 1773. GEN ../../info/smtpmail.info #4 1774. GEN ../../info/speedbar.info #4 1774. GEN ../../info/srecode.info #4 1775. GEN ../../info/todo-mode.info #4 1776. GEN ../../info/tramp.info #4 1779. GEN ../../info/transient.info #4 1780. GEN ../../info/url.info #4 1781. GEN ../../info/use-package.info #4 1782. GEN ../../info/vhdl-mode.info #4 1783. GEN ../../info/vip.info #4 1784. GEN ../../info/viper.info #4 1786. GEN ../../info/vtable.info #4 1787. GEN ../../info/widget.info #4 1788. GEN ../../info/wisent.info #4 1789. GEN ../../info/woman.info #4 1790. GEN ../../info/efaq-w32.info #4 1791. make[3]: Leaving directory '/checkout/doc/misc' #4 1791. GEN info/dir #4 1791. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #4 1792. make[3]: Entering directory '/checkout/src' #4 1792. make -C ../admin/charsets all #4 1792. make[4]: Entering directory '/checkout/admin/charsets' #4 1792. make[4]: Nothing to be done for 'all'. #4 1792. make[4]: Leaving directory '/checkout/admin/charsets' #4 1792. make -C ../admin/unidata charscript.el #4 1792. make[4]: Entering directory '/checkout/admin/unidata' #4 1792. make[4]: Nothing to be done for 'charscript.el'. #4 1792. make[4]: Leaving directory '/checkout/admin/unidata' #4 1792. make -C ../admin/unidata emoji-zwj.el #4 1792. make[4]: Entering directory '/checkout/admin/unidata' #4 1792. make[4]: Nothing to be done for 'emoji-zwj.el'. #4 1792. make[4]: Leaving directory '/checkout/admin/unidata' #4 1792. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 1792. make[4]: Entering directory '/checkout/admin/unidata' #4 1792. make[4]: Nothing to be done for 'all'. #4 1792. make[4]: Leaving directory '/checkout/admin/unidata' #4 1792. make -C ../admin/charsets cp51932.el #4 1792. make[4]: Entering directory '/checkout/admin/charsets' #4 1792. make[4]: Nothing to be done for 'cp51932.el'. #4 1792. make[4]: Leaving directory '/checkout/admin/charsets' #4 1792. make -C ../admin/charsets eucjp-ms.el #4 1792. make[4]: Entering directory '/checkout/admin/charsets' #4 1792. make[4]: Nothing to be done for 'eucjp-ms.el'. #4 1792. make[4]: Leaving directory '/checkout/admin/charsets' #4 1792. make[3]: Leaving directory '/checkout/src' #4 1792. make[2]: Leaving directory '/checkout' #4 1792. make[1]: Leaving directory '/checkout' #4 1792. make sanity-check make-target=bootstrap #4 1792. make[1]: Entering directory '/checkout' #4 1792. make[1]: Leaving directory '/checkout' #4 DONE 1793.6s #13 exporting to image #13 exporting layers #13 exporting layers 55.4s done #13 writing image sha256:d4eb54e7db93c5483619f06701903c9252f53a03583d3c3417eb70ab19e214ac 0.0s done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-inotify-master 0.0s done #13 DONE 55.4s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] 7a859758902a: Preparing 574a896dc5fd: Preparing d9d9d7817a98: Preparing 5f70bf18a086: Preparing a5bcf430e6bf: Preparing ff09a2c60d68: Preparing ad2e17b11757: Preparing ac2949c69757: Preparing ff09a2c60d68: Waiting ad2e17b11757: Waiting ac2949c69757: Waiting d9d9d7817a98: Retrying in 5 seconds d9d9d7817a98: Retrying in 4 seconds d9d9d7817a98: Retrying in 3 seconds d9d9d7817a98: Retrying in 2 seconds d9d9d7817a98: Retrying in 1 second 7a859758902a: Retrying in 5 seconds 7a859758902a: Retrying in 4 seconds 7a859758902a: Retrying in 3 seconds 7a859758902a: Retrying in 2 seconds 7a859758902a: Retrying in 1 second 574a896dc5fd: Retrying in 5 seconds 574a896dc5fd: Retrying in 4 seconds 574a896dc5fd: Retrying in 3 seconds 574a896dc5fd: Retrying in 2 seconds 574a896dc5fd: Retrying in 1 second a5bcf430e6bf: Retrying in 5 seconds a5bcf430e6bf: Retrying in 4 seconds a5bcf430e6bf: Retrying in 3 seconds a5bcf430e6bf: Retrying in 2 seconds a5bcf430e6bf: Retrying in 1 second d9d9d7817a98: Retrying in 10 seconds d9d9d7817a98: Retrying in 9 seconds d9d9d7817a98: Retrying in 8 seconds d9d9d7817a98: Retrying in 7 seconds d9d9d7817a98: Retrying in 6 seconds d9d9d7817a98: Retrying in 5 seconds d9d9d7817a98: Retrying in 4 seconds d9d9d7817a98: Retrying in 3 seconds d9d9d7817a98: Retrying in 2 seconds d9d9d7817a98: Retrying in 1 second 7a859758902a: Retrying in 10 seconds 7a859758902a: Retrying in 9 seconds 7a859758902a: Retrying in 8 seconds 7a859758902a: Retrying in 7 seconds 7a859758902a: Retrying in 6 seconds 7a859758902a: Retrying in 5 seconds 7a859758902a: Retrying in 4 seconds 7a859758902a: Retrying in 3 seconds 7a859758902a: Retrying in 2 seconds 7a859758902a: Retrying in 1 second 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 574a896dc5fd: Retrying in 10 seconds 574a896dc5fd: Retrying in 9 seconds 574a896dc5fd: Retrying in 8 seconds 574a896dc5fd: Retrying in 7 seconds 574a896dc5fd: Retrying in 6 seconds 574a896dc5fd: Retrying in 5 seconds 574a896dc5fd: Retrying in 4 seconds 574a896dc5fd: Retrying in 3 seconds 574a896dc5fd: Retrying in 2 seconds 574a896dc5fd: Retrying in 1 second a5bcf430e6bf: Retrying in 10 seconds a5bcf430e6bf: Retrying in 9 seconds a5bcf430e6bf: Retrying in 8 seconds a5bcf430e6bf: Retrying in 7 seconds a5bcf430e6bf: Retrying in 6 seconds a5bcf430e6bf: Retrying in 5 seconds a5bcf430e6bf: Retrying in 4 seconds a5bcf430e6bf: Retrying in 3 seconds a5bcf430e6bf: Retrying in 2 seconds a5bcf430e6bf: Retrying in 1 second d9d9d7817a98: Retrying in 15 seconds d9d9d7817a98: Retrying in 14 seconds d9d9d7817a98: Retrying in 13 seconds d9d9d7817a98: Retrying in 12 seconds d9d9d7817a98: Retrying in 11 seconds d9d9d7817a98: Retrying in 10 seconds d9d9d7817a98: Retrying in 9 seconds d9d9d7817a98: Retrying in 8 seconds d9d9d7817a98: Retrying in 7 seconds d9d9d7817a98: Retrying in 6 seconds d9d9d7817a98: Retrying in 5 seconds d9d9d7817a98: Retrying in 4 seconds d9d9d7817a98: Retrying in 3 seconds d9d9d7817a98: Retrying in 2 seconds d9d9d7817a98: Retrying in 1 second 7a859758902a: Retrying in 15 seconds 7a859758902a: Retrying in 14 seconds 7a859758902a: Retrying in 13 seconds 7a859758902a: Retrying in 12 seconds 7a859758902a: Retrying in 11 seconds 7a859758902a: Retrying in 10 seconds 7a859758902a: Retrying in 9 seconds 7a859758902a: Retrying in 8 seconds 7a859758902a: Retrying in 7 seconds 7a859758902a: Retrying in 6 seconds 7a859758902a: Retrying in 5 seconds 7a859758902a: Retrying in 4 seconds 7a859758902a: Retrying in 3 seconds 7a859758902a: Retrying in 2 seconds 7a859758902a: 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 574a896dc5fd: Retrying in 15 seconds 574a896dc5fd: Retrying in 14 seconds 574a896dc5fd: Retrying in 13 seconds 574a896dc5fd: Retrying in 12 seconds 574a896dc5fd: Retrying in 11 seconds 574a896dc5fd: Retrying in 10 seconds 574a896dc5fd: Retrying in 9 seconds 574a896dc5fd: Retrying in 8 seconds 574a896dc5fd: Retrying in 7 seconds 574a896dc5fd: Retrying in 6 seconds 574a896dc5fd: Retrying in 5 seconds 574a896dc5fd: Retrying in 4 seconds 574a896dc5fd: Retrying in 3 seconds 574a896dc5fd: Retrying in 2 seconds 574a896dc5fd: Retrying in 1 second a5bcf430e6bf: Retrying in 15 seconds a5bcf430e6bf: Retrying in 14 seconds a5bcf430e6bf: Retrying in 13 seconds a5bcf430e6bf: Retrying in 12 seconds a5bcf430e6bf: Retrying in 11 seconds a5bcf430e6bf: Retrying in 10 seconds a5bcf430e6bf: Retrying in 9 seconds a5bcf430e6bf: Retrying in 8 seconds a5bcf430e6bf: Retrying in 7 seconds a5bcf430e6bf: Retrying in 6 seconds a5bcf430e6bf: Retrying in 5 seconds a5bcf430e6bf: Retrying in 4 seconds a5bcf430e6bf: Retrying in 3 seconds a5bcf430e6bf: Retrying in 2 seconds a5bcf430e6bf: Retrying in 1 second d9d9d7817a98: Retrying in 20 seconds d9d9d7817a98: Retrying in 19 seconds d9d9d7817a98: Retrying in 18 seconds d9d9d7817a98: Retrying in 17 seconds d9d9d7817a98: Retrying in 16 seconds d9d9d7817a98: Retrying in 15 seconds d9d9d7817a98: Retrying in 14 seconds d9d9d7817a98: Retrying in 13 seconds d9d9d7817a98: Retrying in 12 seconds d9d9d7817a98: Retrying in 11 seconds d9d9d7817a98: Retrying in 10 seconds d9d9d7817a98: Retrying in 9 seconds d9d9d7817a98: Retrying in 8 seconds d9d9d7817a98: Retrying in 7 seconds d9d9d7817a98: Retrying in 6 seconds d9d9d7817a98: Retrying in 5 seconds 7a859758902a: Retrying in 20 seconds d9d9d7817a98: Retrying in 4 seconds 7a859758902a: Retrying in 19 seconds d9d9d7817a98: Retrying in 3 seconds 7a859758902a: Retrying in 18 seconds d9d9d7817a98: Retrying in 2 seconds 7a859758902a: Retrying in 17 seconds d9d9d7817a98: Retrying in 1 second 7a859758902a: Retrying in 16 seconds 7a859758902a: Retrying in 15 seconds 7a859758902a: Retrying in 14 seconds 7a859758902a: Retrying in 13 seconds 7a859758902a: Retrying in 12 seconds 7a859758902a: Retrying in 11 seconds 7a859758902a: Retrying in 10 seconds 7a859758902a: Retrying in 9 seconds 7a859758902a: Retrying in 8 seconds 7a859758902a: Retrying in 7 seconds 7a859758902a: Retrying in 6 seconds 7a859758902a: Retrying in 5 seconds 5f70bf18a086: Retrying in 15 seconds 7a859758902a: Retrying in 4 seconds 5f70bf18a086: Retrying in 14 seconds 7a859758902a: Retrying in 3 seconds 5f70bf18a086: Retrying in 13 seconds 7a859758902a: Retrying in 2 seconds 5f70bf18a086: Retrying in 12 seconds 7a859758902a: Retrying in 1 second 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 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 574a896dc5fd: Retrying in 20 seconds 574a896dc5fd: Retrying in 19 seconds 574a896dc5fd: Retrying in 18 seconds 574a896dc5fd: Retrying in 17 seconds 574a896dc5fd: Retrying in 16 seconds 574a896dc5fd: Retrying in 15 seconds 574a896dc5fd: Retrying in 14 seconds 574a896dc5fd: Retrying in 13 seconds 574a896dc5fd: Retrying in 12 seconds 574a896dc5fd: Retrying in 11 seconds 574a896dc5fd: Retrying in 10 seconds 574a896dc5fd: Retrying in 9 seconds 574a896dc5fd: Retrying in 8 seconds 574a896dc5fd: Retrying in 7 seconds 574a896dc5fd: Retrying in 6 seconds a5bcf430e6bf: Retrying in 20 seconds 574a896dc5fd: Retrying in 5 seconds a5bcf430e6bf: Retrying in 19 seconds 574a896dc5fd: Retrying in 4 seconds 574a896dc5fd: Retrying in 3 seconds a5bcf430e6bf: Retrying in 18 seconds 574a896dc5fd: Retrying in 2 seconds a5bcf430e6bf: Retrying in 17 seconds a5bcf430e6bf: Retrying in 16 seconds 574a896dc5fd: Retrying in 1 second a5bcf430e6bf: Retrying in 15 seconds a5bcf430e6bf: Retrying in 14 seconds a5bcf430e6bf: Retrying in 13 seconds a5bcf430e6bf: Retrying in 12 seconds a5bcf430e6bf: Retrying in 11 seconds a5bcf430e6bf: Retrying in 10 seconds a5bcf430e6bf: Retrying in 9 seconds a5bcf430e6bf: Retrying in 8 seconds a5bcf430e6bf: Retrying in 7 seconds a5bcf430e6bf: Retrying in 6 seconds a5bcf430e6bf: Retrying in 5 seconds a5bcf430e6bf: Retrying in 4 seconds a5bcf430e6bf: Retrying in 3 seconds a5bcf430e6bf: Retrying in 2 seconds a5bcf430e6bf: Retrying in 1 second ff09a2c60d68: Layer already exists ad2e17b11757: Layer already exists ac2949c69757: Layer already exists 574a896dc5fd: Pushed 5f70bf18a086: Pushed 7a859758902a: Pushed net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1710550100:step_script section_start:1710550100: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-983d1730: No such file or directory section_end:1710550118:after_script section_start:1710550118:cleanup_file_variables Cleaning up project directory and file based variables section_end:1710550122:cleanup_file_variables ERROR: Job failed: exit code 1