Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710770713: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:1710770717:prepare_executor section_start:1710770717:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710770718:prepare_script section_start:1710770718: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 ce29ae32 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1710770724:get_sources section_start:1710770724:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support Client: Debug Mode: false Server: Containers: 3 Running: 2 Paused: 0 Stopped: 1 Images: 8 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: runc io.containerd.runc.v2 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-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-ce29ae32d0b05cedbc9ba65c1a347ab7c34420ad/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.47kB 0.2s done #1 DONE 0.6s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.8s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #9 [internal] load build context #9 transferring context: 14.04MB 3.8s #9 transferring context: 103.94MB 8.8s #9 transferring context: 247.53MB 13.8s #9 transferring context: 269.59MB 19.6s #9 transferring context: 297.45MB 25.0s #9 transferring context: 302.58MB 30.1s #9 transferring context: 328.62MB 35.3s #9 transferring context: 371.74MB 40.3s #9 transferring context: 412.99MB 45.4s #9 transferring context: 419.27MB 50.5s #9 transferring context: 434.87MB 52.8s done #9 DONE 53.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 43.3s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 4.5s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 4.664 Checking whether you have the necessary tools... #6 4.664 (Read INSTALL.REPO for more details on building Emacs) #6 4.672 Checking for autoconf (need at least version 2.65) ... ok #6 4.753 Your system has the required tools. #6 4.812 Building aclocal.m4 ... #6 4.821 Running 'autoreconf -fi -I m4' ... #6 16.66 Building 'aclocal.m4' in exec ... #6 16.66 Running 'autoreconf -fi' in exec ... #6 19.74 You can now run './autogen.sh git'. #6 DONE 21.9s #5 [emacs-inotify 5/6] RUN ./configure #5 16.77 checking for xcrun... no #5 16.77 checking for GNU Make... make #5 16.81 checking build system type... x86_64-pc-linux-gnu #5 19.28 checking host system type... x86_64-pc-linux-gnu #5 19.32 checking for gcc... gcc #5 19.43 checking whether the C compiler works... yes #5 21.07 checking for C compiler default output file name... a.out #5 21.07 checking for suffix of executables... #5 21.18 checking whether we are cross compiling... no #5 21.40 checking for suffix of object files... o #5 21.45 checking whether we are using the GNU C compiler... yes #5 21.51 checking whether gcc accepts -g... yes #5 21.57 checking for gcc option to enable C11 features... none needed #5 21.89 checking whether the compiler is clang... no #5 21.96 checking for compiler option needed when checking for declarations... none #5 21.96 checking whether gcc and cc understand -c and -o together... yes #5 22.26 checking how to run the C preprocessor... gcc -E #5 22.45 checking for grep that handles long lines and -e... /bin/grep #5 22.46 checking for egrep... /bin/grep -E #5 22.46 checking for ANSI C header files... yes #5 22.78 checking for sys/types.h... yes #5 22.88 checking for sys/stat.h... yes #5 23.00 checking for stdlib.h... yes #5 23.11 checking for string.h... yes #5 23.22 checking for memory.h... yes #5 23.32 checking for strings.h... yes #5 23.43 checking for inttypes.h... yes #5 23.56 checking for stdint.h... yes #5 23.66 checking for unistd.h... yes #5 23.85 checking for wchar.h... yes #5 23.96 checking for minix/config.h... no #5 24.05 checking for linux/fs.h... yes #5 24.19 checking for malloc.h... yes #5 24.31 checking for sys/systeminfo.h... no #5 24.40 checking for sys/sysinfo.h... yes #5 24.52 checking for coff.h... no #5 24.61 checking for pty.h... yes #5 24.76 checking for sys/resource.h... yes #5 24.90 checking for sys/utsname.h... yes #5 25.01 checking for pwd.h... yes #5 25.13 checking for util.h... no #5 25.23 checking for sanitizer/lsan_interface.h... yes #5 25.34 checking for sanitizer/asan_interface.h... yes #5 25.46 checking for sanitizer/common_interface_defs.h... yes #5 25.57 checking for sys/socket.h... yes #5 25.71 checking for stdlib.h... (cached) yes #5 25.73 checking for unistd.h... (cached) yes #5 25.75 checking for sys/param.h... yes #5 25.99 checking for pthread.h... yes #5 26.12 checking for malloc/malloc.h... no #5 26.20 checking for sys/un.h... yes #5 26.33 checking for utmp.h... yes #5 26.45 checking for utmpx.h... yes #5 26.57 checking for OS.h... no #5 26.68 checking for dirent.h... yes #5 26.79 checking for execinfo.h... yes #5 26.91 checking for linux/xattr.h... yes #5 27.05 checking for stdio_ext.h... yes #5 27.17 checking for sys/vfs.h... yes #5 27.34 checking for sys/fs_types.h... no #5 27.48 checking for getopt.h... yes #5 27.65 checking for sys/cdefs.h... yes #5 27.77 checking for sys/time.h... yes #5 27.90 checking for ieee754.h... yes #5 28.01 checking for limits.h... yes #5 28.12 checking for inttypes.h... (cached) yes #5 28.14 checking for sys/types.h... (cached) yes #5 28.16 checking for stdint.h... (cached) yes #5 28.18 checking for sys/select.h... yes #5 28.29 checking for stdbool.h... yes #5 28.43 checking for stdckdint.h... no #5 28.51 checking for sys/random.h... yes #5 28.64 checking for sys/stat.h... (cached) yes #5 28.66 checking whether it is safe to define __EXTENSIONS__... yes #5 28.76 checking whether _XOPEN_SOURCE should be defined... no #5 28.84 checking for Minix Amsterdam compiler... no #5 28.87 checking for ar... ar #5 28.87 checking for ranlib... ranlib #5 28.88 checking for gcc option to enable large file support... none needed #5 29.04 checking for gcc option for timestamps after 2038... none needed #5 29.14 checking whether gcc accepts -g3 -O2... yes #5 29.29 checking whether the compiler is clang... no #5 29.37 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 29.45 checking whether -Wno-missing-field-initializers is needed... yes #5 29.60 checking whether -Wuninitialized is supported... yes #5 29.69 checking whether C compiler handles -fstrict-flex-arrays... no #5 29.76 checking whether C compiler handles -Wall... yes #5 29.89 checking whether C compiler handles -Warith-conversion... yes #5 30.02 checking whether C compiler handles -Wdate-time... yes #5 30.16 checking whether C compiler handles -Wdisabled-optimization... yes #5 30.30 checking whether C compiler handles -Wdouble-promotion... yes #5 30.44 checking whether C compiler handles -Wduplicated-cond... yes #5 30.60 checking whether C compiler handles -Wextra... yes #5 30.72 checking whether C compiler handles -Wformat-signedness... yes #5 30.85 checking whether C compiler handles -Winit-self... yes #5 30.97 checking whether C compiler handles -Winvalid-pch... yes #5 31.09 checking whether C compiler handles -Wlogical-op... yes #5 31.25 checking whether C compiler handles -Wmissing-declarations... yes #5 31.39 checking whether C compiler handles -Wmissing-include-dirs... yes #5 31.55 checking whether C compiler handles -Wmissing-prototypes... yes #5 31.67 checking whether C compiler handles -Wnested-externs... yes #5 31.81 checking whether C compiler handles -Wnull-dereference... yes #5 31.93 checking whether C compiler handles -Wold-style-definition... yes #5 32.07 checking whether C compiler handles -Wopenmp-simd... yes #5 32.21 checking whether C compiler handles -Wpacked... yes #5 32.35 checking whether C compiler handles -Wpointer-arith... yes #5 32.49 checking whether C compiler handles -Wstrict-flex-arrays... no #5 32.56 checking whether C compiler handles -Wstrict-prototypes... yes #5 32.69 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 32.82 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 32.94 checking whether C compiler handles -Wsuggest-final-methods... yes #5 33.06 checking whether C compiler handles -Wsuggest-final-types... yes #5 33.20 checking whether C compiler handles -Wtrampolines... yes #5 33.36 checking whether C compiler handles -Wuninitialized... yes #5 33.49 checking whether C compiler handles -Wunknown-pragmas... yes #5 33.61 checking whether C compiler handles -Wunused-macros... yes #5 33.74 checking whether C compiler handles -Wvariadic-macros... yes #5 33.87 checking whether C compiler handles -Wvector-operation-performance... yes #5 34.00 checking whether C compiler handles -Wwrite-strings... yes #5 34.14 checking whether C compiler handles -Warray-bounds=2... yes #5 34.28 checking whether C compiler handles -Wattribute-alias=2... yes #5 34.41 checking whether C compiler handles -Wformat=2... yes #5 34.53 checking whether C compiler handles -Wformat-truncation=2... yes #5 34.67 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 34.80 checking whether C compiler handles -Wshift-overflow=2... yes #5 34.93 checking whether C compiler handles -Wuse-after-free=3... no #5 34.99 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 35.11 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 35.25 checking whether C compiler handles -Wredundant-decls... yes #5 35.37 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 35.38 checking whether C compiler handles -Wno-override-init... yes #5 35.51 checking whether C compiler handles -Wno-sign-compare... yes #5 35.63 checking whether C compiler handles -Wno-type-limits... yes #5 35.74 checking whether C compiler handles -Wno-unused-parameter... yes #5 35.88 checking whether C compiler handles -Wno-format-nonliteral... yes #5 36.00 checking whether C compiler handles -Wno-bidi-chars... no #5 36.05 checking for a BSD-compatible install... /usr/bin/install -c #5 36.08 checking command to symlink files in the same directory... ln -s #5 36.09 checking for install-info... : #5 36.09 checking for gzip... /bin/gzip #5 36.09 checking for 'find' args to delete a file... -delete #5 36.11 checking for brew... no #5 36.74 checking for -znocombreloc... not needed #5 36.74 checking whether addresses are sanitized... no #5 36.79 checking for math library... -lm #5 37.52 checking for struct passwd.pw_gecos... yes #5 37.59 checking for pkg-config... /usr/bin/pkg-config #5 37.59 checking pkg-config is at least version 0.9.0... yes #5 37.65 checking for machine/soundcard.h... no #5 37.71 checking for sys/soundcard.h... yes #5 37.81 checking for soundcard.h... no #5 37.87 checking for mmsystem.h... no #5 37.93 checking for _oss_ioctl in -lossaudio... no #5 38.03 checking for alsa >= 1.0.0... no #5 38.05 checking for ADDR_NO_RANDOMIZE... yes #5 38.13 checking if Linux sysinfo may be used... yes #5 38.33 checking for sys/wait.h that is POSIX.1 compatible... yes #5 38.45 checking for net/if.h... yes #5 38.60 checking for ifaddrs.h... yes #5 38.73 checking for net/if_dl.h... no #5 38.86 checking for struct ifreq.ifr_flags... yes #5 39.05 checking for struct ifreq.ifr_hwaddr... yes #5 39.35 checking for struct ifreq.ifr_netmask... yes #5 39.59 checking for struct ifreq.ifr_broadaddr... yes #5 39.86 checking for struct ifreq.ifr_addr... yes #5 40.11 checking for struct ifreq.ifr_addr.sa_len... no #5 40.31 checking whether gcc understands -MMD -MF... yes #5 40.38 checking for X... no #5 40.53 checking for X... false #5 40.53 checking whether malloc is Doug Lea style... no #5 40.62 checking for sbrk... yes #5 40.80 checking for __lsan_ignore_object... no #5 40.96 checking for fchmod... yes #5 41.14 checking for utmpname... yes #5 41.30 checking for utmpxname... yes #5 41.44 checking for canonicalize_file_name... yes #5 41.59 checking for realpath... yes #5 41.78 checking for lstat... yes #5 41.94 checking for fchmodat... yes #5 42.09 checking for lchmod... no #5 42.15 checking for fcntl... yes #5 42.31 checking for fdopendir... yes #5 42.48 checking for listxattr... yes #5 42.64 checking for fstatat... yes #5 42.79 checking for fsync... yes #5 42.97 checking for gettimeofday... yes #5 43.12 checking for memset_s... no #5 43.28 checking for pselect... yes #5 43.43 checking for readlink... yes #5 43.57 checking for isblank... yes #5 43.72 checking for iswctype... yes #5 43.92 checking for strtoimax... yes #5 44.12 checking for symlink... yes #5 44.30 checking for localtime_r... yes #5 44.45 checking for getdtablesize... yes #5 44.59 checking for getpagesize... yes #5 44.73 checking for working mmap... yes #5 44.99 checking for main in -lXbsd... no #5 45.09 checking for pthread library... -lpthread #5 45.44 checking for thread support... yes #5 45.44 checking for sqlite3_open_v2 in -lsqlite3... no #5 45.56 checking for getaddrinfo_a in -lanl... yes #5 45.71 checking for malloc_trim... yes #5 45.88 checking for dbus-1 >= 1.0... yes #5 45.94 checking for dbus_watch_get_unix_fd... yes #5 46.22 checking for dbus_type_is_valid... yes #5 46.45 checking for dbus_validate_bus_name... yes #5 46.67 checking for dbus_validate_path... yes #5 46.89 checking for dbus_validate_interface... yes #5 47.15 checking for dbus_validate_member... yes #5 47.36 checking for lgetfilecon in -lselinux... no #5 47.51 checking for gnutls >= 2.12.2... yes #5 47.57 checking for libsystemd >= 222... no #5 47.60 checking for jansson >= 2.7... no #5 47.62 checking for tree-sitter >= 0.20.2... no #5 47.64 checking for tree-sitter >= 0.6.3... no #5 47.66 checking sys/inotify.h usability... yes #5 47.83 checking sys/inotify.h presence... yes #5 47.88 checking for sys/inotify.h... yes #5 47.89 checking for inotify_init... yes #5 48.10 checking for inotify_init1... yes #5 48.48 checking for lcms2... no #5 48.53 checking for library containing inflateEnd... no #5 49.49 checking for dladdr... yes #5 50.13 checking for dlfunc... no #5 51.00 checking for gcc_jit_context_acquire in -lgccjit... no #5 51.23 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 51.23 found. #5 51.23 Please try installing libgccjit or a similar package if you want to have it #5 51.23 enabled. #5 51.23 checking libgccjit.h usability... no #5 51.54 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 51.84 were not found. #5 51.84 Please try installing libgccjit-dev or a similar package if you want to have it #5 51.84 enabled. #5 51.84 no #5 51.84 checking for libgccjit.h... no #5 51.84 checking gpm.h usability... no #5 52.64 checking gpm.h presence... no #5 52.78 checking for gpm.h... no #5 52.82 checking for libxml-2.0 > 2.6.17... no #5 52.93 checking for maillock in -lmail... no #5 53.15 checking for maillock in -llockfile... no #5 53.50 checking for liblockfile.so... no #5 53.51 checking maillock.h usability... no #5 53.79 checking maillock.h presence... no #5 53.88 checking for maillock.h... no #5 53.90 checking linux/seccomp.h usability... yes #5 54.27 checking linux/seccomp.h presence... yes #5 54.44 checking for linux/seccomp.h... yes #5 54.54 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 54.77 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 55.20 checking linux/filter.h usability... yes #5 55.55 checking linux/filter.h presence... yes #5 55.72 checking for linux/filter.h... yes #5 55.80 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 55.87 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 55.90 checking for libseccomp >= 2.5.2... no #5 56.00 checking size of long... 8 #5 56.85 checking for accept4... yes #5 57.75 checking for fchdir... yes #5 58.03 checking for gethostname... yes #5 58.32 checking for getrusage... yes #5 58.64 checking for get_current_dir_name... yes #5 59.14 checking for lrand48... yes #5 59.56 checking for random... yes #5 60.22 checking for rint... yes #5 60.64 checking for tcdrain... yes #5 60.95 checking for trunc... yes #5 61.36 checking for select... yes #5 61.68 checking for getpagesize... (cached) yes #5 61.75 checking for setlocale... yes #5 61.99 checking for newlocale... yes #5 62.37 checking for getrlimit... yes #5 62.62 checking for setrlimit... yes #5 62.87 checking for shutdown... yes #5 63.10 checking for pthread_sigmask... (cached) yes #5 63.13 checking for strsignal... yes #5 63.33 checking for setitimer... yes #5 63.55 checking for sendto... yes #5 63.77 checking for recvfrom... yes #5 63.98 checking for getsockname... yes #5 64.19 checking for getifaddrs... yes #5 64.39 checking for freeifaddrs... yes #5 64.58 checking for gai_strerror... yes #5 64.77 checking for sync... yes #5 64.99 checking for endpwent... yes #5 65.17 checking for getgrent... yes #5 65.34 checking for endgrent... yes #5 65.53 checking for cfmakeraw... yes #5 65.72 checking for cfsetspeed... yes #5 65.91 checking for __executable_start... yes #5 66.10 checking for log2... yes #5 66.31 checking for pthread_setname_np... yes #5 66.50 checking for pthread_set_name_np... no #5 66.66 checking for getpwent... yes #5 66.82 checking for renameat2... yes #5 66.98 checking whether pthread_setname_np takes a single argument... no #5 67.06 checking whether pthread_setname_np takes three arguments... no #5 67.15 checking for aligned_alloc... yes #5 67.34 checking whether aligned_alloc is declared... yes #5 67.46 checking for posix_madvise... yes #5 67.64 checking for madvise... yes #5 67.80 checking for __builtin_frame_address... yes #5 67.94 checking for __builtin_unwind_init... yes #5 68.06 checking for _LARGEFILE_SOURCE value needed for large files... no #5 68.22 checking for grantpt... yes #5 68.39 checking for getpt... yes #5 68.56 checking for posix_openpt... yes #5 68.69 checking for library containing tputs... -ltinfo #5 68.93 checking whether -ltinfo library defines BC... yes #5 69.05 checking for timerfd interface... yes #5 69.14 checking whether signals can be handled on alternate stack... yes #5 69.25 checking valgrind/valgrind.h usability... no #5 69.36 checking valgrind/valgrind.h presence... no #5 69.40 checking for valgrind/valgrind.h... no #5 69.40 checking for struct unipair.unicode... yes #5 69.49 checking for pid_t... yes #5 69.75 checking vfork.h usability... no #5 69.87 checking vfork.h presence... no #5 69.91 checking for vfork.h... no #5 69.92 checking for fork... yes #5 70.09 checking for vfork... yes #5 70.22 checking for working fork... yes #5 70.42 checking for working vfork... (cached) yes #5 70.44 checking for snprintf... yes #5 70.59 checking for open_memstream... yes #5 70.73 checking spawn.h usability... yes #5 70.88 checking spawn.h presence... yes #5 70.92 checking for spawn.h... yes #5 70.93 checking for posix_spawn... yes #5 71.08 checking for posix_spawn_file_actions_addchdir... no #5 71.23 checking for posix_spawn_file_actions_addchdir_np... yes #5 71.38 checking for posix_spawnattr_setflags... yes #5 71.54 checking whether POSIX_SPAWN_SETSID is declared... yes #5 71.65 checking whether GLib is linked in... no #5 71.70 checking for nl_langinfo and CODESET... yes #5 71.98 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 72.11 checking for mbstate_t... yes #5 72.26 checking for signals via characters... yes #5 72.37 checking for _setjmp... yes #5 72.97 checking for sigsetjmp... yes #5 73.10 checking POSIX termios... yes #5 73.26 checking size of speed_t... 4 #5 73.42 checking for usable FIONREAD... yes #5 73.51 checking for usable SIGIO... yes #5 73.61 checking for struct alignment... yes #5 73.68 checking for C/C++ restrict keyword... __restrict__ #5 73.78 checking for typeof syntax and keyword spelling... typeof #5 73.85 checking for statement expressions... yes #5 73.92 checking whether malloc (0) returns nonnull... yes #5 74.11 checking sys/acl.h usability... yes #5 74.22 checking sys/acl.h presence... yes #5 74.25 checking for sys/acl.h... yes #5 74.26 checking for library containing acl_get_file... -lacl #5 74.54 checking for acl_get_file... yes #5 74.70 checking for acl_get_fd... yes #5 74.87 checking for acl_set_file... yes #5 75.04 checking for acl_set_fd... yes #5 75.19 checking for acl_free... yes #5 75.36 checking for acl_from_mode... yes #5 75.50 checking for acl_from_text... yes #5 75.67 checking for acl_delete_def_file... yes #5 75.83 checking for acl_extended_file... yes #5 75.99 checking for acl_delete_fd_np... no #5 76.15 checking for acl_delete_file_np... no #5 76.32 checking for acl_copy_ext_native... no #5 76.48 checking for acl_create_entry_np... no #5 76.66 checking for acl_to_short_text... no #5 76.81 checking for acl_free_text... no #5 76.97 checking for working acl_get_file... yes #5 78.27 checking acl/libacl.h usability... yes #5 78.43 checking acl/libacl.h presence... yes #5 78.48 checking for acl/libacl.h... yes #5 78.49 checking for acl_entries... yes #5 78.70 checking for ACL_FIRST_ENTRY... yes #5 78.79 checking for ACL_TYPE_EXTENDED... no #5 78.87 checking for working alloca.h... yes #5 79.03 checking for alloca... yes #5 79.18 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 79.19 checking whether the preprocessor supports include_next... yes #5 79.27 checking whether source code line length is unlimited... yes #5 79.34 checking whether endutent is declared... yes #5 79.46 checking for struct utmpx.ut_user... yes #5 79.60 checking for struct utmp.ut_user... yes #5 79.75 checking for struct utmpx.ut_name... yes #5 79.89 checking for struct utmp.ut_name... yes #5 80.05 checking for struct utmpx.ut_type... yes #5 80.18 checking for struct utmp.ut_type... yes #5 80.33 checking for struct utmpx.ut_pid... yes #5 80.49 checking for struct utmp.ut_pid... yes #5 80.65 checking for struct utmp.ut_tv... yes #5 80.94 checking for struct utmpx.ut_host... yes #5 81.12 checking for struct utmp.ut_host... yes #5 81.25 checking for struct utmpx.ut_id... yes #5 81.40 checking for struct utmp.ut_id... yes #5 81.54 checking for struct utmpx.ut_session... yes #5 81.68 checking for struct utmp.ut_session... yes #5 81.82 checking for struct utmpx.ut_exit... yes #5 82.09 checking for struct utmp.ut_exit... yes #5 82.36 checking for struct utmpx.ut_exit.ut_exit... no #5 82.59 checking for struct utmpx.ut_exit.e_exit... yes #5 82.75 checking for struct utmp.ut_exit.e_exit... yes #5 82.92 checking for struct utmpx.ut_exit.ut_termination... no #5 83.17 checking for struct utmpx.ut_exit.e_termination... yes #5 83.35 checking for struct utmp.ut_exit.e_termination... yes #5 83.52 checking whether sysinfo is declared... yes #5 83.64 checking for sys/sysctl.h... yes #5 83.85 checking for sysctl... yes #5 84.04 checking whether lstat correctly handles trailing slash... yes #5 84.32 checking whether // is distinct from /... no #5 84.35 checking whether realpath works... yes #5 84.62 checking for faccessat... yes #5 84.83 checking for getcwd... yes #5 85.00 checking whether byte ordering is bigendian... no #5 85.35 checking if environ is properly declared... yes #5 85.47 checking for complete errno.h... yes #5 85.51 checking whether ctype.h defines __header_inline... no #5 85.56 checking for mode_t... yes #5 85.83 checking whether strmode is declared... no #5 86.00 checking whether getline is declared... yes #5 86.17 checking for gawk... no #5 86.17 checking for mawk... mawk #5 86.17 checking for getopt.h... (cached) yes #5 86.18 checking for getopt_long_only... yes #5 86.37 checking whether getopt is POSIX compatible... yes #5 87.01 checking for working GNU getopt function... yes #5 87.35 checking for working GNU getopt_long function... yes #5 87.68 checking whether timespec_get is declared... yes #5 87.83 checking for timespec_get... yes #5 88.06 checking for struct timeval... yes #5 88.21 checking for wide-enough struct timeval.tv_sec member... yes #5 88.36 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 88.46 checking whether the compiler produces multi-arch binaries... no #5 88.53 checking whether stdint.h conforms to C99... yes #5 89.00 checking whether stdint.h works without ISO C predefines... yes #5 89.18 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 89.36 checking whether memmem is declared... yes #5 89.60 checking whether memrchr is declared... yes #5 89.77 checking whether defines MIN and MAX... no #5 89.86 checking whether defines MIN and MAX... yes #5 89.98 checking whether time_t is signed... yes #5 90.12 checking whether alarm is declared... yes #5 90.34 checking for working mktime... no #5 90.91 checking whether struct tm is in sys/time.h or time.h... time.h #5 91.06 checking for struct tm.tm_zone... yes #5 91.17 checking for struct tm.tm_gmtoff... yes #5 91.31 checking whether is self-contained... yes #5 91.69 checking for inline... inline #5 91.74 checking for sigset_t... yes #5 91.97 checking for volatile sig_atomic_t... yes #5 92.18 checking for sighandler_t... yes #5 92.40 checking for wchar_t... yes #5 92.51 checking for good max_align_t... yes #5 92.58 checking whether NULL can be used in arbitrary expressions... yes #5 92.72 checking for unreachable... no #5 92.88 checking whether fcloseall is declared... yes #5 93.11 checking whether getw is declared... yes #5 93.31 checking whether putw is declared... yes #5 93.60 checking which flavor of printf attribute matches inttypes macros... system #5 93.80 checking whether strnlen is declared... yes #5 94.07 checking whether strtoimax is declared... yes #5 94.21 checking whether stat file-mode macros are broken... no #5 94.31 checking for nlink_t... yes #5 94.59 checking for struct timespec in ... yes #5 94.78 checking for TIME_UTC in ... yes #5 94.89 checking whether execvpe is declared... yes #5 95.05 checking whether clearerr_unlocked is declared... yes #5 95.23 checking whether feof_unlocked is declared... yes #5 95.42 checking whether ferror_unlocked is declared... yes #5 95.66 checking whether fflush_unlocked is declared... yes #5 95.85 checking whether fgets_unlocked is declared... yes #5 96.07 checking whether fputc_unlocked is declared... yes #5 96.36 checking whether fputs_unlocked is declared... yes #5 96.57 checking whether fread_unlocked is declared... yes #5 96.80 checking whether fwrite_unlocked is declared... yes #5 97.12 checking whether getc_unlocked is declared... yes #5 97.35 checking whether getchar_unlocked is declared... yes #5 97.53 checking whether putc_unlocked is declared... yes #5 97.75 checking whether putchar_unlocked is declared... yes #5 97.92 checking type of array argument to getgroups... gid_t #5 98.15 checking whether getdelim is declared... yes #5 98.34 checking whether getdtablesize is declared... yes #5 98.48 checking whether malloc is ptrdiff_t safe... yes #5 98.58 checking whether malloc, realloc, calloc set errno on failure... yes #5 98.58 checking for O_CLOEXEC... yes #5 98.69 checking for promoted mode_t type... mode_t #5 98.78 checking whether the utimes function works... yes #5 99.09 checking for C compiler option to allow warnings... -Wno-error #5 99.23 checking for alignas and alignof... yes, macros #5 99.38 checking for alloca as a compiler built-in... yes #5 99.42 checking for static_assert... yes, an macro #5 99.71 checking for __builtin_expect... yes #5 99.84 checking byteswap.h usability... yes #5 100.3 checking byteswap.h presence... yes #5 100.4 checking for byteswap.h... yes #5 100.4 checking for readlinkat... yes #5 100.5 checking for library containing clock_gettime... none required #5 100.7 checking for clock_getres... yes #5 100.9 checking for clock_gettime... yes #5 101.1 checking for clock_settime... yes #5 101.3 checking for copy_file_range... yes #5 101.4 checking for d_type member in directory struct... yes #5 101.7 checking whether // is distinct from /... (cached) no #5 101.7 checking whether dup2 works... yes #5 101.9 checking for library containing backtrace_symbols_fd... none required #5 102.1 checking for faccessat... (cached) yes #5 102.1 checking whether fchmodat works... no #5 102.4 checking for readlinkat... (cached) yes #5 102.4 checking whether fcntl handles F_DUPFD correctly... yes #5 102.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 102.9 checking whether fdopendir is declared... yes #5 103.0 checking whether fdopendir works... yes #5 103.1 checking for flexible array member... yes #5 103.3 checking for __fpending... yes #5 103.4 checking whether __fpending is declared... yes #5 103.5 checking whether free is known to preserve errno... no #5 103.6 checking whether fstatat (..., 0) works... yes #5 103.7 checking for sys/mount.h... yes #5 103.9 checking for statvfs function (SVR4)... yes #5 104.1 checking whether to use statvfs64... no #5 104.2 checking for two-argument statfs with statfs.f_frsize member... yes #5 104.3 checking sys/fs/s5param.h usability... no #5 104.4 checking sys/fs/s5param.h presence... no #5 104.5 checking for sys/fs/s5param.h... no #5 104.5 checking sys/statfs.h usability... yes #5 104.6 checking sys/statfs.h presence... yes #5 104.6 checking for sys/statfs.h... yes #5 104.6 checking for statfs that truncates block counts... no #5 104.7 checking for futimens... yes #5 104.8 checking whether futimens works... yes #5 106.0 checking for getline... yes #5 106.2 checking for working getline function... yes #5 106.4 checking for getloadavg... yes #5 106.5 checking sys/loadavg.h usability... no #5 106.6 checking sys/loadavg.h presence... no #5 106.7 checking for sys/loadavg.h... no #5 106.7 checking whether getloadavg is declared... yes #5 106.8 checking for getrandom... yes #5 106.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 107.0 checking for gettimeofday with POSIX signature... yes #5 107.1 checking whether the compiler supports the __inline keyword... yes #5 107.2 checking gmp.h usability... yes #5 107.4 checking gmp.h presence... yes #5 107.4 checking for gmp.h... yes #5 107.4 checking for library containing __gmpz_roinit_n... -lgmp #5 107.7 checking for memmem... yes #5 107.8 checking whether memmem works... yes #5 107.9 checking for mempcpy... yes #5 108.1 checking for memrchr... yes #5 108.2 checking for memset_explicit... no #5 108.4 checking for explicit_memset... no #5 108.5 checking for mkostemp... yes #5 108.6 checking for library containing nanosleep... none required #5 108.8 checking for working nanosleep... no (mishandles large arguments) #5 110.0 checking for sys/pstat.h... no #5 110.1 checking for sys/sysmp.h... no #5 110.2 checking for sys/param.h... (cached) yes #5 110.3 checking for sys/sysctl.h... (cached) yes #5 110.3 checking for sched_getaffinity_np... no #5 110.5 checking for pstat_getdynamic... no #5 110.7 checking for sysmp... no #5 110.8 checking for sysctl... (cached) yes #5 110.9 checking for sched_getaffinity... yes #5 111.0 checking for glibc compatible sched_getaffinity... yes #5 111.1 checking for pipe2... yes #5 111.2 checking whether signature of pselect conforms to POSIX... yes #5 111.4 checking whether pselect detects invalid fds... yes #5 111.6 checking whether pthread_sigmask is a macro... no #5 111.6 checking whether pthread_sigmask returns error numbers... yes #5 111.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 114.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 114.4 checking whether readlink signature is correct... yes #5 114.4 checking whether readlink handles trailing slash correctly... yes #5 114.6 checking whether readlink truncates results correctly... yes #5 114.7 checking for readlinkat... (cached) yes #5 114.7 checking whether readlinkat signature is correct... yes #5 114.8 checking for working re_compile_pattern... no #5 115.1 checking libintl.h usability... yes #5 115.3 checking libintl.h presence... yes #5 115.3 checking for libintl.h... yes #5 115.3 checking whether isblank is declared... yes #5 115.4 checking for sig2str... no #5 115.6 checking for sigdescr_np... no #5 115.7 checking for socklen_t... yes #5 115.9 checking for ssize_t... yes #5 116.0 checking for struct stat.st_atim.tv_nsec... yes #5 116.1 checking whether struct stat.st_atim is of type struct timespec... yes #5 116.2 checking for struct stat.st_birthtimespec.tv_nsec... no #5 116.3 checking for struct stat.st_birthtimensec... no #5 116.5 checking for struct stat.st_birthtim.tv_nsec... no #5 116.6 checking for bool, true, false... no #5 116.7 checking for stpcpy... yes #5 116.8 checking for working strnlen... yes #5 117.0 checking whether strtoimax works... yes #5 117.2 checking whether symlink handles trailing slash correctly... yes #5 117.4 checking whether localtime_r is declared... yes #5 117.5 checking whether localtime_r is compatible with its POSIX signature... yes #5 117.6 checking whether localtime works even near extrema... yes #5 117.8 checking for timezone_t... no #5 117.9 checking for timegm... yes #5 118.0 checking whether timer_settime is declared... yes #5 118.1 checking for library containing timer_settime... -lrt #5 118.4 checking for timer_settime... yes #5 118.5 checking for utimensat... yes #5 118.6 checking whether utimensat works... yes #5 119.8 checking for variable-length arrays... yes #5 120.0 checking whether getdtablesize works... yes #5 120.1 checking for __mktime_internal... no #5 120.3 checking for timer_getoverrun... yes #5 120.4 checking for gcc option to disable position independent executables... not needed #5 120.4 checking for __ctype_get_mb_cur_max... yes #5 120.6 checking whether MB_CUR_MAX is defined to function that won't link... no #5 120.6 #5 120.6 Configured for 'x86_64-pc-linux-gnu'. #5 120.6 #5 120.6 Where should the build process find the source code? . #5 120.6 What compiler should emacs be built with? gcc -g3 -O2 #5 120.6 Should Emacs use the GNU version of malloc? no #5 120.6 (The GNU allocators don't work with this system configuration.) #5 120.6 Should Emacs use a relocating allocator for buffers? no #5 120.6 Should Emacs use mmap(2) for buffer allocation? no #5 120.6 What window system should Emacs use? none #5 120.6 What toolkit should Emacs use? none #5 120.6 Where do we find X Windows header files? NONE #5 120.6 Where do we find X Windows libraries? NONE #5 120.6 Does Emacs use -lXaw3d? no #5 120.6 Is Emacs being built for Android? no #5 120.6 Does Emacs use the X Double Buffer Extension? no #5 120.6 Does Emacs use -lXpm? no #5 120.6 Does Emacs use -ljpeg? no #5 120.6 Does Emacs use -ltiff? no #5 120.6 Does Emacs use a gif library? no #5 120.6 Does Emacs use a png library? no #5 120.6 Does Emacs use -lrsvg-2? no #5 120.6 Does Emacs use -lwebp? no #5 120.6 Does Emacs use -lsqlite3? no #5 120.6 Does Emacs use cairo? no #5 120.6 Does Emacs use -llcms2? no #5 120.6 Does Emacs use imagemagick? no #5 120.6 Does Emacs use native APIs for images? no #5 120.6 Does Emacs support sound? yes #5 120.6 Does Emacs use -lgpm? no #5 120.6 Does Emacs use -ldbus? yes #5 120.6 Does Emacs use -lgconf? no #5 120.6 Does Emacs use GSettings? no #5 120.6 Does Emacs use a file notification library? yes (inotify) #5 120.6 Does Emacs use access control lists? yes -lacl -lattr #5 120.6 Does Emacs use -lselinux? no #5 120.6 Does Emacs use -lgnutls? yes #5 120.6 Does Emacs use -lxml2? no #5 120.6 Does Emacs use -lfreetype? no #5 120.6 Does Emacs use HarfBuzz? no #5 120.6 Does Emacs use -lm17n-flt? no #5 120.6 Does Emacs use -lotf? no #5 120.6 Does Emacs use -lxft? no #5 120.6 Does Emacs use -lsystemd? no #5 120.6 Does Emacs use -ljansson? no #5 120.6 Does Emacs use -ltree-sitter? no #5 120.6 Does Emacs use the GMP library? yes #5 120.6 Does Emacs directly use zlib? no #5 120.6 Does Emacs have dynamic modules support? yes #5 120.6 Does Emacs use toolkit scroll bars? no #5 120.6 Does Emacs support Xwidgets? no #5 120.6 Does Emacs have threading support in lisp? yes #5 120.6 Does Emacs support the portable dumper? yes #5 120.6 Does Emacs support legacy unexec dumping? no #5 120.6 Which dumping strategy does Emacs use? pdumper #5 120.6 Does Emacs have native lisp compiler? no #5 120.6 Does Emacs use version 2 of the X Input Extension? no #5 120.6 Does Emacs generate a smaller-size Japanese dictionary? no #5 120.6 #5 120.6 #5 121.0 configure: creating ./config.status #5 121.4 config.status: creating src/verbose.mk #5 121.4 config.status: creating src/emacs-module.h #5 121.5 config.status: creating Makefile #5 121.6 config.status: creating lib/gnulib.mk #5 121.7 config.status: creating ./doc/man/emacs.1 #5 121.7 config.status: creating lib/Makefile #5 121.8 config.status: creating lib-src/Makefile #5 121.8 config.status: creating oldXMenu/Makefile #5 121.9 config.status: creating src/Makefile #5 122.0 config.status: creating lwlib/Makefile #5 122.1 config.status: creating nextstep/Makefile #5 122.2 config.status: creating nt/Makefile #5 122.3 config.status: creating doc/emacs/Makefile #5 122.3 config.status: creating doc/misc/Makefile #5 122.4 config.status: creating doc/lispintro/Makefile #5 122.5 config.status: creating doc/lispref/Makefile #5 122.5 config.status: creating lisp/Makefile #5 122.6 config.status: creating leim/Makefile #5 122.6 config.status: creating test/Makefile #5 122.7 config.status: creating test/manual/noverlay/Makefile #5 122.7 config.status: creating test/infra/Makefile #5 122.8 config.status: creating admin/charsets/Makefile #5 122.8 config.status: creating admin/unidata/Makefile #5 122.9 config.status: creating admin/grammars/Makefile #5 123.0 config.status: creating java/Makefile #5 123.0 config.status: creating cross/Makefile #5 123.1 config.status: creating java/AndroidManifest.xml #5 123.2 config.status: creating src/config.h #5 123.2 config.status: executing src/epaths.h commands #5 123.3 config.status: executing src/.gdbinit commands #5 123.4 config.status: executing doc/emacs/emacsver.texi commands #5 123.4 config.status: executing etc-refcards-emacsver.tex commands #5 123.4 configure: WARNING: This configuration installs a 'movemail' program #5 123.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 123.4 installed a 'movemail' program that retrieved POP3 email via only #5 123.4 insecure channels, a practice that is no longer recommended but that #5 123.4 you can continue to support by using './configure --with-pop'. #5 123.4 configure: You might want to install GNU Mailutils #5 123.4 and use './configure --with-mailutils'. #5 DONE 127.8s #4 [emacs-inotify 6/6] RUN make bootstrap #4 3.346 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 3.359 make[1]: Entering directory '/checkout' #4 3.466 make bootstrap-clean #4 3.477 make[2]: Entering directory '/checkout' #4 3.596 make -C src bootstrap-clean #4 3.609 make[3]: Entering directory '/checkout/src' #4 3.609 GEN /checkout/src/lisp.mk #4 3.915 rm -f android-emacs libemacs.so #4 3.921 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 3.927 rm -f dmpstruct.h #4 3.931 rm -f emacs.pdmp #4 3.936 rm -f ../etc/DOC #4 3.941 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 3.945 rm -f emacs-30.0.50 #4 3.949 rm -f buildobj.h #4 3.956 rm -f globals.h gl-stamp #4 3.961 rm -f ./*.res ./*.tmp #4 3.968 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 3.976 rm -f ../etc/DOC* #4 3.982 rm -f deps/* #4 3.988 rm -f emacs-module.h epaths.h config.h config.stamp #4 3.993 if test -f ./.gdbinit; then \ #4 3.993 mv ./.gdbinit ./.gdbinit.save; \ #4 3.993 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 3.993 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 3.993 fi #4 5.021 make[3]: Leaving directory '/checkout/src' #4 5.023 make -C oldXMenu bootstrap-clean #4 5.035 make[3]: Entering directory '/checkout/oldXMenu' #4 5.035 rm -f libXMenu11.a ./*.o deps/* #4 5.043 rm -f Makefile #4 5.045 rm -fr deps #4 5.046 make[3]: Leaving directory '/checkout/oldXMenu' #4 5.047 make -C lwlib bootstrap-clean #4 5.064 make[3]: Entering directory '/checkout/lwlib' #4 5.064 rm -f ./*.o liblw.a \#* deps/* #4 5.070 rm -f Makefile #4 5.073 rm -fr deps #4 5.077 rm -f TAGS #4 5.079 make[3]: Leaving directory '/checkout/lwlib' #4 5.079 make -C lib bootstrap-clean #4 5.180 make[3]: Entering directory '/checkout/lib' #4 5.180 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 5.191 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 5.196 rm -f Makefile Makefile.android #4 5.201 rm -fr deps #4 5.206 make[3]: Leaving directory '/checkout/lib' #4 5.207 make -C lib-src bootstrap-clean #4 5.215 make[3]: Entering directory '/checkout/lib-src' #4 5.215 rm -f core ./*.o ./*.res #4 5.221 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 5.225 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 5.229 rm -f TAGS Makefile blessmail Makefile.android #4 5.516 make[3]: Leaving directory '/checkout/lib-src' #4 5.516 make -C nt bootstrap-clean #4 5.523 make[3]: Entering directory '/checkout/nt' #4 5.523 rm -f core *.o *.res #4 5.530 rm -f runemacs addpm cmdproxy ddeclient #4 5.532 rm -f TAGS Makefile *.rc #4 5.540 true #4 5.548 make[3]: Leaving directory '/checkout/nt' #4 5.548 make -C doc/emacs bootstrap-clean #4 5.556 make[3]: Entering directory '/checkout/doc/emacs' #4 5.556 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 5.556 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 5.562 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 5.567 rm -f Makefile #4 5.571 rm -f \ #4 5.571 ./../../info/emacs.info \ #4 5.571 ./../../info/emacs.info-[1-9] \ #4 5.571 ./../../info/emacs.info-[1-9][0-9] #4 5.576 rm -f ./emacsver.texi TAGS #4 5.580 make[3]: Leaving directory '/checkout/doc/emacs' #4 5.581 make -C doc/misc bootstrap-clean #4 5.589 make[3]: Entering directory '/checkout/doc/misc' #4 5.589 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 5.589 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 5.589 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 5.597 rm -f gnustmp* #4 5.601 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 5.606 rm -f Makefile #4 5.611 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 5.611 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 5.611 rm -f \ #4 5.611 ./../../info/${file} \ #4 5.611 ./../../info/${file}-[1-9] \ #4 5.611 ./../../info/${file}-[1-9][0-9]; \ #4 5.611 done #4 6.242 rm -f ./modus-themes.texi ./org.texi #4 6.254 rm -f TAGS #4 6.261 make[3]: Leaving directory '/checkout/doc/misc' #4 6.262 make -C doc/lispref bootstrap-clean #4 6.271 make[3]: Entering directory '/checkout/doc/lispref' #4 6.271 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.271 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.284 rm -f elisp[12]* vol[12].tmp #4 6.294 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 6.300 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 6.309 rm -f Makefile #4 6.320 rm -f \ #4 6.320 ./../../info/elisp.info \ #4 6.320 ./../../info/elisp.info-[1-9] \ #4 6.320 ./../../info/elisp.info-[1-9][0-9] #4 6.328 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 6.334 rm -f TAGS #4 6.344 make[3]: Leaving directory '/checkout/doc/lispref' #4 6.349 make -C doc/lispintro bootstrap-clean #4 6.357 make[3]: Entering directory '/checkout/doc/lispintro' #4 6.358 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 6.358 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 6.372 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 6.375 rm -f Makefile #4 6.384 rm -f \ #4 6.384 ./../../info/eintr.info \ #4 6.384 ./../../info/eintr.info-[1-9] #4 6.389 rm -f TAGS #4 6.400 make[3]: Leaving directory '/checkout/doc/lispintro' #4 6.400 make -C test bootstrap-clean #4 6.407 make[3]: Entering directory '/checkout/test' #4 6.498 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 6.519 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 6.538 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 6.543 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 6.543 src/emacs-module-resources/*.dll gmp.h #4 6.556 find . -name '*.elc' -delete #4 6.584 make[3]: Leaving directory '/checkout/test' #4 6.585 make -C java bootstrap-clean #4 6.727 make[3]: Entering directory '/checkout/java' #4 6.727 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 6.733 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 6.737 find . -name '*.class' -delete #4 6.749 rm -f Makefile ndk-build.mk #4 6.754 make[3]: Leaving directory '/checkout/java' #4 6.755 make -C cross bootstrap-clean #4 6.765 make[3]: Entering directory '/checkout/cross' #4 6.768 for dir in src lib-src lib etc; do \ #4 6.768 find $dir -type f -delete; \ #4 6.768 done #4 6.781 rm -rf lib/config.h lib-src/config.h #4 6.783 if test -f ndk-build/Makefile; then \ #4 6.783 make -C ndk-build clean; \ #4 6.783 fi #4 6.786 for dir in src lib-src lib etc; do \ #4 6.786 find $dir -type l -delete; \ #4 6.786 done #4 6.796 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 6.798 rm -rf ndk-build/ndk-build.mk Makefile #4 6.800 make[3]: Leaving directory '/checkout/cross' #4 6.802 make -C nextstep bootstrap-clean #4 6.807 make[3]: Entering directory '/checkout/nextstep' #4 6.808 rm -rf #4 6.812 rm -f Makefile #4 6.823 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 6.823 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 6.823 Cocoa/Emacs.base/Contents/Info.plist \ #4 6.823 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 6.832 make[3]: Leaving directory '/checkout/nextstep' #4 6.834 make -C admin/charsets bootstrap-clean #4 6.848 make[3]: Entering directory '/checkout/admin/charsets' #4 6.849 make[3]: Nothing to be done for 'bootstrap-clean'. #4 6.849 make[3]: Leaving directory '/checkout/admin/charsets' #4 6.851 make -C admin/unidata bootstrap-clean #4 6.861 make[3]: Entering directory '/checkout/admin/unidata' #4 6.894 rm -f ./*.elc unidata.txt #4 6.908 make[3]: Leaving directory '/checkout/admin/unidata' #4 6.909 make -C leim bootstrap-clean #4 6.918 make[3]: Entering directory '/checkout/leim' #4 6.918 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 6.929 make[3]: Leaving directory '/checkout/leim' #4 6.929 make -C lisp bootstrap-clean #4 6.944 make[3]: Entering directory '/checkout/lisp' #4 6.987 find . -name '*.elc' -delete #4 7.007 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 7.021 make[3]: Leaving directory '/checkout/lisp' #4 7.021 make -C admin/grammars bootstrap-clean #4 7.035 make[3]: Entering directory '/checkout/admin/grammars' #4 7.035 make[3]: Nothing to be done for 'bootstrap-clean'. #4 7.035 make[3]: Leaving directory '/checkout/admin/grammars' #4 7.036 [ ! -f config.log ] || mv -f config.log config.log~ #4 9.781 rm -rf ./info #4 9.789 rm -f ./etc/refcards/emacsver.tex #4 9.992 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 9.998 rm -fr autom4te.cache config.cache #4 10.00 rm -f config.log ./doc/man/emacs.1 #4 10.01 make[2]: Leaving directory '/checkout' #4 10.01 cd . && ./autogen.sh autoconf #4 10.02 Checking whether you have the necessary tools... #4 10.02 (Read INSTALL.REPO for more details on building Emacs) #4 10.03 Checking for autoconf (need at least version 2.65) ... ok #4 10.09 Your system has the required tools. #4 10.13 Running 'autoreconf -fi -I m4' ... #4 24.48 Building 'aclocal.m4' in exec ... #4 24.48 Running 'autoreconf -fi' in exec ... #4 27.84 You can now run './autogen.sh git'. #4 27.84 make MAKEFILE_NAME=force-Makefile force-Makefile #4 27.86 make[2]: Entering directory '/checkout' #4 27.87 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 27.98 if [ -x ./config.status ]; then \ #4 27.98 ./config.status --recheck; \ #4 27.98 else \ #4 27.98 ./configure --cache-file=/dev/null; \ #4 27.98 fi #4 28.10 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #4 28.35 checking for xcrun... no #4 28.36 checking for GNU Make... make #4 28.40 checking build system type... x86_64-pc-linux-gnu #4 28.64 checking host system type... x86_64-pc-linux-gnu #4 28.69 checking for gcc... gcc #4 28.78 checking whether the C compiler works... yes #4 28.97 checking for C compiler default output file name... a.out #4 28.98 checking for suffix of executables... #4 29.07 checking whether we are cross compiling... no #4 29.21 checking for suffix of object files... o #4 29.29 checking whether we are using the GNU C compiler... yes #4 29.38 checking whether gcc accepts -g... yes #4 29.45 checking for gcc option to enable C11 features... none needed #4 29.65 checking whether the compiler is clang... no #4 29.72 checking for compiler option needed when checking for declarations... none #4 29.72 checking whether gcc and cc understand -c and -o together... yes #4 30.03 checking how to run the C preprocessor... gcc -E #4 30.18 checking for grep that handles long lines and -e... /bin/grep #4 30.19 checking for egrep... /bin/grep -E #4 30.20 checking for ANSI C header files... yes #4 30.57 checking for sys/types.h... yes #4 30.69 checking for sys/stat.h... yes #4 30.78 checking for stdlib.h... yes #4 30.92 checking for string.h... yes #4 31.06 checking for memory.h... yes #4 31.22 checking for strings.h... yes #4 31.37 checking for inttypes.h... yes #4 31.55 checking for stdint.h... yes #4 31.69 checking for unistd.h... yes #4 31.88 checking for wchar.h... yes #4 32.02 checking for minix/config.h... no #4 32.16 checking for linux/fs.h... yes #4 32.33 checking for malloc.h... yes #4 32.48 checking for sys/systeminfo.h... no #4 32.59 checking for sys/sysinfo.h... yes #4 32.75 checking for coff.h... no #4 32.90 checking for pty.h... yes #4 33.03 checking for sys/resource.h... yes #4 33.13 checking for sys/utsname.h... yes #4 33.24 checking for pwd.h... yes #4 33.37 checking for util.h... no #4 33.47 checking for sanitizer/lsan_interface.h... yes #4 33.57 checking for sanitizer/asan_interface.h... yes #4 33.68 checking for sanitizer/common_interface_defs.h... yes #4 33.78 checking for sys/socket.h... yes #4 33.89 checking for stdlib.h... (cached) yes #4 33.92 checking for unistd.h... (cached) yes #4 33.94 checking for sys/param.h... yes #4 34.04 checking for pthread.h... yes #4 34.16 checking for malloc/malloc.h... no #4 34.24 checking for sys/un.h... yes #4 34.34 checking for utmp.h... yes #4 34.44 checking for utmpx.h... yes #4 34.55 checking for OS.h... no #4 34.65 checking for dirent.h... yes #4 34.77 checking for execinfo.h... yes #4 34.87 checking for linux/xattr.h... yes #4 34.99 checking for stdio_ext.h... yes #4 35.12 checking for sys/vfs.h... yes #4 35.24 checking for sys/fs_types.h... no #4 35.36 checking for getopt.h... yes #4 35.50 checking for sys/cdefs.h... yes #4 35.61 checking for sys/time.h... yes #4 35.72 checking for ieee754.h... yes #4 35.90 checking for limits.h... yes #4 36.01 checking for inttypes.h... (cached) yes #4 36.04 checking for sys/types.h... (cached) yes #4 36.07 checking for stdint.h... (cached) yes #4 36.09 checking for sys/select.h... yes #4 36.20 checking for stdbool.h... yes #4 36.32 checking for stdckdint.h... no #4 36.41 checking for sys/random.h... yes #4 36.52 checking for sys/stat.h... (cached) yes #4 36.55 checking whether it is safe to define __EXTENSIONS__... yes #4 36.69 checking whether _XOPEN_SOURCE should be defined... no #4 36.79 checking for Minix Amsterdam compiler... no #4 36.82 checking for ar... ar #4 36.82 checking for ranlib... ranlib #4 36.82 checking for gcc option to enable large file support... none needed #4 36.97 checking for gcc option for timestamps after 2038... none needed #4 37.06 checking whether gcc accepts -g3 -O2... yes #4 37.21 checking whether the compiler is clang... no #4 37.32 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 37.41 checking whether -Wno-missing-field-initializers is needed... yes #4 37.63 checking whether -Wuninitialized is supported... yes #4 37.75 checking whether C compiler handles -fstrict-flex-arrays... no #4 37.85 checking whether C compiler handles -Wall... yes #4 38.02 checking whether C compiler handles -Warith-conversion... yes #4 38.19 checking whether C compiler handles -Wdate-time... yes #4 38.31 checking whether C compiler handles -Wdisabled-optimization... yes #4 38.46 checking whether C compiler handles -Wdouble-promotion... yes #4 38.60 checking whether C compiler handles -Wduplicated-cond... yes #4 38.78 checking whether C compiler handles -Wextra... yes #4 39.00 checking whether C compiler handles -Wformat-signedness... yes #4 39.12 checking whether C compiler handles -Winit-self... yes #4 39.24 checking whether C compiler handles -Winvalid-pch... yes #4 39.42 checking whether C compiler handles -Wlogical-op... yes #4 39.56 checking whether C compiler handles -Wmissing-declarations... yes #4 39.69 checking whether C compiler handles -Wmissing-include-dirs... yes #4 39.84 checking whether C compiler handles -Wmissing-prototypes... yes #4 39.98 checking whether C compiler handles -Wnested-externs... yes #4 40.24 checking whether C compiler handles -Wnull-dereference... yes #4 40.38 checking whether C compiler handles -Wold-style-definition... yes #4 40.52 checking whether C compiler handles -Wopenmp-simd... yes #4 40.69 checking whether C compiler handles -Wpacked... yes #4 40.86 checking whether C compiler handles -Wpointer-arith... yes #4 41.02 checking whether C compiler handles -Wstrict-flex-arrays... no #4 41.09 checking whether C compiler handles -Wstrict-prototypes... yes #4 41.30 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 41.52 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 41.77 checking whether C compiler handles -Wsuggest-final-methods... yes #4 41.99 checking whether C compiler handles -Wsuggest-final-types... yes #4 42.17 checking whether C compiler handles -Wtrampolines... yes #4 42.34 checking whether C compiler handles -Wuninitialized... yes #4 42.55 checking whether C compiler handles -Wunknown-pragmas... yes #4 42.66 checking whether C compiler handles -Wunused-macros... yes #4 42.84 checking whether C compiler handles -Wvariadic-macros... yes #4 42.99 checking whether C compiler handles -Wvector-operation-performance... yes #4 43.12 checking whether C compiler handles -Wwrite-strings... yes #4 43.30 checking whether C compiler handles -Warray-bounds=2... yes #4 43.48 checking whether C compiler handles -Wattribute-alias=2... yes #4 43.60 checking whether C compiler handles -Wformat=2... yes #4 43.72 checking whether C compiler handles -Wformat-truncation=2... yes #4 43.85 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 43.98 checking whether C compiler handles -Wshift-overflow=2... yes #4 44.12 checking whether C compiler handles -Wuse-after-free=3... no #4 44.19 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 44.36 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 44.50 checking whether C compiler handles -Wredundant-decls... yes #4 44.69 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 44.69 checking whether C compiler handles -Wno-override-init... yes #4 44.83 checking whether C compiler handles -Wno-sign-compare... yes #4 44.98 checking whether C compiler handles -Wno-type-limits... yes #4 45.11 checking whether C compiler handles -Wno-unused-parameter... yes #4 45.23 checking whether C compiler handles -Wno-format-nonliteral... yes #4 45.35 checking whether C compiler handles -Wno-bidi-chars... no #4 45.41 checking for a BSD-compatible install... /usr/bin/install -c #4 45.45 checking command to symlink files in the same directory... ln -s #4 45.46 checking for install-info... : #4 45.47 checking for gzip... /bin/gzip #4 45.47 checking for 'find' args to delete a file... -delete #4 45.48 checking for brew... no #4 45.78 checking for -znocombreloc... not needed #4 45.78 checking whether addresses are sanitized... no #4 45.85 checking for math library... -lm #4 46.44 checking for struct passwd.pw_gecos... yes #4 46.56 checking for pkg-config... /usr/bin/pkg-config #4 46.56 checking pkg-config is at least version 0.9.0... yes #4 46.58 checking for machine/soundcard.h... no #4 46.65 checking for sys/soundcard.h... yes #4 46.80 checking for soundcard.h... no #4 46.88 checking for mmsystem.h... no #4 46.93 checking for _oss_ioctl in -lossaudio... no #4 47.05 checking for alsa >= 1.0.0... no #4 47.07 checking for ADDR_NO_RANDOMIZE... yes #4 47.16 checking if Linux sysinfo may be used... yes #4 47.39 checking for sys/wait.h that is POSIX.1 compatible... yes #4 47.52 checking for net/if.h... yes #4 47.73 checking for ifaddrs.h... yes #4 47.92 checking for net/if_dl.h... no #4 48.10 checking for struct ifreq.ifr_flags... yes #4 48.33 checking for struct ifreq.ifr_hwaddr... yes #4 48.75 checking for struct ifreq.ifr_netmask... yes #4 49.18 checking for struct ifreq.ifr_broadaddr... yes #4 49.60 checking for struct ifreq.ifr_addr... yes #4 50.03 checking for struct ifreq.ifr_addr.sa_len... no #4 50.34 checking whether gcc understands -MMD -MF... yes #4 50.45 checking for X... no #4 50.62 checking for X... false #4 50.62 checking whether malloc is Doug Lea style... no #4 50.75 checking for sbrk... yes #4 50.97 checking for __lsan_ignore_object... no #4 51.18 checking for fchmod... yes #4 51.49 checking for utmpname... yes #4 51.77 checking for utmpxname... yes #4 51.99 checking for canonicalize_file_name... yes #4 52.21 checking for realpath... yes #4 52.45 checking for lstat... yes #4 52.71 checking for fchmodat... yes #4 52.91 checking for lchmod... no #4 53.02 checking for fcntl... yes #4 53.24 checking for fdopendir... yes #4 53.51 checking for listxattr... yes #4 53.77 checking for fstatat... yes #4 53.98 checking for fsync... yes #4 54.21 checking for gettimeofday... yes #4 54.38 checking for memset_s... no #4 54.64 checking for pselect... yes #4 54.88 checking for readlink... yes #4 55.10 checking for isblank... yes #4 55.32 checking for iswctype... yes #4 55.59 checking for strtoimax... yes #4 55.77 checking for symlink... yes #4 55.94 checking for localtime_r... yes #4 56.10 checking for getdtablesize... yes #4 56.26 checking for getpagesize... yes #4 56.46 checking for working mmap... yes #4 56.85 checking for main in -lXbsd... no #4 57.01 checking for pthread library... -lpthread #4 57.50 checking for thread support... yes #4 57.51 checking for sqlite3_open_v2 in -lsqlite3... no #4 57.65 checking for getaddrinfo_a in -lanl... yes #4 57.81 checking for malloc_trim... yes #4 57.97 checking for dbus-1 >= 1.0... yes #4 58.03 checking for dbus_watch_get_unix_fd... yes #4 58.32 checking for dbus_type_is_valid... yes #4 58.53 checking for dbus_validate_bus_name... yes #4 58.73 checking for dbus_validate_path... yes #4 58.99 checking for dbus_validate_interface... yes #4 59.24 checking for dbus_validate_member... yes #4 59.47 checking for lgetfilecon in -lselinux... no #4 59.65 checking for gnutls >= 2.12.2... yes #4 59.69 checking for libsystemd >= 222... no #4 59.72 checking for jansson >= 2.7... no #4 59.74 checking for tree-sitter >= 0.20.2... no #4 59.77 checking for tree-sitter >= 0.6.3... no #4 59.79 checking sys/inotify.h usability... yes #4 59.96 checking sys/inotify.h presence... yes #4 60.00 checking for sys/inotify.h... yes #4 60.01 checking for inotify_init... yes #4 60.20 checking for inotify_init1... yes #4 60.51 checking for lcms2... no #4 60.54 checking for library containing inflateEnd... no #4 60.84 checking for dladdr... yes #4 61.07 checking for dlfunc... no #4 61.31 checking for gcc_jit_context_acquire in -lgccjit... no #4 61.47 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #4 61.47 found. #4 61.47 Please try installing libgccjit or a similar package if you want to have it #4 61.47 enabled. #4 61.47 checking libgccjit.h usability... no #4 61.60 checking libgccjit.h presence... no #4 61.64 checking for libgccjit.h... no #4 61.65 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #4 61.65 were not found. #4 61.65 Please try installing libgccjit-dev or a similar package if you want to have it #4 61.65 enabled. #4 61.65 checking gpm.h usability... no #4 61.76 checking gpm.h presence... no #4 61.84 checking for gpm.h... no #4 61.84 checking for libxml-2.0 > 2.6.17... no #4 61.86 checking for maillock in -lmail... no #4 61.96 checking for maillock in -llockfile... no #4 62.05 checking for liblockfile.so... no #4 62.06 checking maillock.h usability... no #4 62.17 checking maillock.h presence... no #4 62.22 checking for maillock.h... no #4 62.24 checking linux/seccomp.h usability... yes #4 62.41 checking linux/seccomp.h presence... yes #4 62.47 checking for linux/seccomp.h... yes #4 62.51 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 62.64 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 62.75 checking linux/filter.h usability... yes #4 62.86 checking linux/filter.h presence... yes #4 62.89 checking for linux/filter.h... yes #4 62.92 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 62.94 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 62.94 checking for libseccomp >= 2.5.2... no #4 62.96 checking size of long... 8 #4 63.19 checking for accept4... yes #4 63.37 checking for fchdir... yes #4 63.56 checking for gethostname... yes #4 63.73 checking for getrusage... yes #4 63.87 checking for get_current_dir_name... yes #4 64.03 checking for lrand48... yes #4 64.24 checking for random... yes #4 64.40 checking for rint... yes #4 64.59 checking for tcdrain... yes #4 64.76 checking for trunc... yes #4 64.93 checking for select... yes #4 65.09 checking for getpagesize... (cached) yes #4 65.13 checking for setlocale... yes #4 65.31 checking for newlocale... yes #4 65.46 checking for getrlimit... yes #4 65.62 checking for setrlimit... yes #4 65.81 checking for shutdown... yes #4 65.95 checking for pthread_sigmask... (cached) yes #4 65.97 checking for strsignal... yes #4 66.19 checking for setitimer... yes #4 66.37 checking for sendto... yes #4 66.57 checking for recvfrom... yes #4 66.78 checking for getsockname... yes #4 66.94 checking for getifaddrs... yes #4 67.09 checking for freeifaddrs... yes #4 67.24 checking for gai_strerror... yes #4 67.40 checking for sync... yes #4 67.56 checking for endpwent... yes #4 67.76 checking for getgrent... yes #4 67.96 checking for endgrent... yes #4 68.17 checking for cfmakeraw... yes #4 68.35 checking for cfsetspeed... yes #4 68.50 checking for __executable_start... yes #4 68.67 checking for log2... yes #4 68.87 checking for pthread_setname_np... yes #4 69.04 checking for pthread_set_name_np... no #4 69.28 checking for getpwent... yes #4 69.42 checking for renameat2... yes #4 69.54 checking whether pthread_setname_np takes a single argument... no #4 69.60 checking whether pthread_setname_np takes three arguments... no #4 69.69 checking for aligned_alloc... yes #4 69.97 checking whether aligned_alloc is declared... yes #4 70.10 checking for posix_madvise... yes #4 70.31 checking for madvise... yes #4 70.50 checking for __builtin_frame_address... yes #4 70.73 checking for __builtin_unwind_init... yes #4 70.92 checking for _LARGEFILE_SOURCE value needed for large files... no #4 71.14 checking for grantpt... yes #4 71.34 checking for getpt... yes #4 71.50 checking for posix_openpt... yes #4 71.67 checking for library containing tputs... -ltinfo #4 71.93 checking whether -ltinfo library defines BC... yes #4 72.10 checking for timerfd interface... yes #4 72.21 checking whether signals can be handled on alternate stack... yes #4 72.36 checking valgrind/valgrind.h usability... no #4 72.45 checking valgrind/valgrind.h presence... no #4 72.51 checking for valgrind/valgrind.h... no #4 72.51 checking for struct unipair.unicode... yes #4 72.66 checking for pid_t... yes #4 72.98 checking vfork.h usability... no #4 73.12 checking vfork.h presence... no #4 73.17 checking for vfork.h... no #4 73.18 checking for fork... yes #4 73.42 checking for vfork... yes #4 73.58 checking for working fork... yes #4 73.86 checking for working vfork... (cached) yes #4 73.88 checking for snprintf... yes #4 74.06 checking for open_memstream... yes #4 74.24 checking spawn.h usability... yes #4 74.41 checking spawn.h presence... yes #4 74.46 checking for spawn.h... yes #4 74.47 checking for posix_spawn... yes #4 74.68 checking for posix_spawn_file_actions_addchdir... no #4 74.86 checking for posix_spawn_file_actions_addchdir_np... yes #4 75.05 checking for posix_spawnattr_setflags... yes #4 75.22 checking whether POSIX_SPAWN_SETSID is declared... yes #4 75.32 checking whether GLib is linked in... no #4 75.39 checking for nl_langinfo and CODESET... yes #4 75.59 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #4 75.72 checking for mbstate_t... yes #4 75.91 checking for signals via characters... yes #4 76.03 checking for _setjmp... yes #4 76.18 checking for sigsetjmp... yes #4 76.35 checking POSIX termios... yes #4 76.55 checking size of speed_t... 4 #4 76.73 checking for usable FIONREAD... yes #4 76.83 checking for usable SIGIO... yes #4 76.96 checking for struct alignment... yes #4 77.06 checking for C/C++ restrict keyword... __restrict__ #4 77.19 checking for typeof syntax and keyword spelling... typeof #4 77.30 checking for statement expressions... yes #4 77.38 checking whether malloc (0) returns nonnull... yes #4 77.54 checking sys/acl.h usability... yes #4 77.68 checking sys/acl.h presence... yes #4 77.72 checking for sys/acl.h... yes #4 77.73 checking for library containing acl_get_file... -lacl #4 78.01 checking for acl_get_file... yes #4 78.19 checking for acl_get_fd... yes #4 78.40 checking for acl_set_file... yes #4 78.57 checking for acl_set_fd... yes #4 78.73 checking for acl_free... yes #4 78.95 checking for acl_from_mode... yes #4 79.17 checking for acl_from_text... yes #4 79.34 checking for acl_delete_def_file... yes #4 79.55 checking for acl_extended_file... yes #4 79.73 checking for acl_delete_fd_np... no #4 79.91 checking for acl_delete_file_np... no #4 80.10 checking for acl_copy_ext_native... no #4 80.31 checking for acl_create_entry_np... no #4 80.49 checking for acl_to_short_text... no #4 80.70 checking for acl_free_text... no #4 80.90 checking for working acl_get_file... yes #4 81.07 checking acl/libacl.h usability... yes #4 81.22 checking acl/libacl.h presence... yes #4 81.27 checking for acl/libacl.h... yes #4 81.27 checking for acl_entries... yes #4 81.43 checking for ACL_FIRST_ENTRY... yes #4 81.55 checking for ACL_TYPE_EXTENDED... no #4 81.63 checking for working alloca.h... yes #4 81.82 checking for alloca... yes #4 81.94 checking for a thread-safe mkdir -p... /bin/mkdir -p #4 81.95 checking whether the preprocessor supports include_next... yes #4 82.05 checking whether source code line length is unlimited... yes #4 82.12 checking whether endutent is declared... yes #4 82.27 checking for struct utmpx.ut_user... yes #4 82.41 checking for struct utmp.ut_user... yes #4 82.62 checking for struct utmpx.ut_name... yes #4 82.78 checking for struct utmp.ut_name... yes #4 82.98 checking for struct utmpx.ut_type... yes #4 83.13 checking for struct utmp.ut_type... yes #4 83.28 checking for struct utmpx.ut_pid... yes #4 83.44 checking for struct utmp.ut_pid... yes #4 83.57 checking for struct utmp.ut_tv... yes #4 83.89 checking for struct utmpx.ut_host... yes #4 84.09 checking for struct utmp.ut_host... yes #4 84.25 checking for struct utmpx.ut_id... yes #4 84.38 checking for struct utmp.ut_id... yes #4 84.51 checking for struct utmpx.ut_session... yes #4 84.65 checking for struct utmp.ut_session... yes #4 84.78 checking for struct utmpx.ut_exit... yes #4 85.00 checking for struct utmp.ut_exit... yes #4 85.21 checking for struct utmpx.ut_exit.ut_exit... no #4 85.41 checking for struct utmpx.ut_exit.e_exit... yes #4 85.57 checking for struct utmp.ut_exit.e_exit... yes #4 85.71 checking for struct utmpx.ut_exit.ut_termination... no #4 85.93 checking for struct utmpx.ut_exit.e_termination... yes #4 86.09 checking for struct utmp.ut_exit.e_termination... yes #4 86.29 checking whether sysinfo is declared... yes #4 86.40 checking for sys/sysctl.h... yes #4 86.56 checking for sysctl... yes #4 86.72 checking whether lstat correctly handles trailing slash... yes #4 86.91 checking whether // is distinct from /... no #4 86.92 checking whether realpath works... yes #4 87.13 checking for faccessat... yes #4 87.27 checking for getcwd... yes #4 87.41 checking whether byte ordering is bigendian... no #4 87.65 checking if environ is properly declared... yes #4 87.73 checking for complete errno.h... yes #4 87.76 checking whether ctype.h defines __header_inline... no #4 87.81 checking for mode_t... yes #4 88.07 checking whether strmode is declared... no #4 88.18 checking whether getline is declared... yes #4 88.34 checking for gawk... no #4 88.34 checking for mawk... mawk #4 88.35 checking for getopt.h... (cached) yes #4 88.35 checking for getopt_long_only... yes #4 88.49 checking whether getopt is POSIX compatible... yes #4 89.04 checking for working GNU getopt function... yes #4 89.41 checking for working GNU getopt_long function... yes #4 89.57 checking whether timespec_get is declared... yes #4 89.68 checking for timespec_get... yes #4 89.83 checking for struct timeval... yes #4 89.91 checking for wide-enough struct timeval.tv_sec member... yes #4 89.98 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #4 90.04 checking whether the compiler produces multi-arch binaries... no #4 90.10 checking whether stdint.h conforms to C99... yes #4 90.43 checking whether stdint.h works without ISO C predefines... yes #4 90.54 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #4 90.67 checking whether memmem is declared... yes #4 90.82 checking whether memrchr is declared... yes #4 90.96 checking whether defines MIN and MAX... no #4 91.02 checking whether defines MIN and MAX... yes #4 91.14 checking whether time_t is signed... yes #4 91.26 checking whether alarm is declared... yes #4 91.41 checking for working mktime... no #4 91.75 checking whether struct tm is in sys/time.h or time.h... time.h #4 91.86 checking for struct tm.tm_zone... yes #4 91.99 checking for struct tm.tm_gmtoff... yes #4 92.09 checking whether is self-contained... yes #4 92.42 checking for inline... inline #4 92.47 checking for sigset_t... yes #4 92.65 checking for volatile sig_atomic_t... yes #4 92.82 checking for sighandler_t... yes #4 92.97 checking for wchar_t... yes #4 93.04 checking for good max_align_t... yes #4 93.11 checking whether NULL can be used in arbitrary expressions... yes #4 93.18 checking for unreachable... no #4 93.32 checking whether fcloseall is declared... yes #4 93.47 checking whether getw is declared... yes #4 93.63 checking whether putw is declared... yes #4 93.75 checking which flavor of printf attribute matches inttypes macros... system #4 93.85 checking whether strnlen is declared... yes #4 94.01 checking whether strtoimax is declared... yes #4 94.15 checking whether stat file-mode macros are broken... no #4 94.23 checking for nlink_t... yes #4 94.39 checking for struct timespec in ... yes #4 94.50 checking for TIME_UTC in ... yes #4 94.62 checking whether execvpe is declared... yes #4 94.77 checking whether clearerr_unlocked is declared... yes #4 94.93 checking whether feof_unlocked is declared... yes #4 95.09 checking whether ferror_unlocked is declared... yes #4 95.24 checking whether fflush_unlocked is declared... yes #4 95.38 checking whether fgets_unlocked is declared... yes #4 95.52 checking whether fputc_unlocked is declared... yes #4 95.68 checking whether fputs_unlocked is declared... yes #4 95.83 checking whether fread_unlocked is declared... yes #4 96.01 checking whether fwrite_unlocked is declared... yes #4 96.17 checking whether getc_unlocked is declared... yes #4 96.30 checking whether getchar_unlocked is declared... yes #4 96.43 checking whether putc_unlocked is declared... yes #4 96.60 checking whether putchar_unlocked is declared... yes #4 96.73 checking type of array argument to getgroups... gid_t #4 96.94 checking whether getdelim is declared... yes #4 97.09 checking whether getdtablesize is declared... yes #4 97.22 checking whether malloc is ptrdiff_t safe... yes #4 97.30 checking whether malloc, realloc, calloc set errno on failure... yes #4 97.31 checking for O_CLOEXEC... yes #4 97.39 checking for promoted mode_t type... mode_t #4 97.45 checking whether the utimes function works... yes #4 97.73 checking for C compiler option to allow warnings... -Wno-error #4 97.88 checking for alignas and alignof... yes, macros #4 98.03 checking for alloca as a compiler built-in... yes #4 98.06 checking for static_assert... yes, an macro #4 98.20 checking for __builtin_expect... yes #4 98.33 checking byteswap.h usability... yes #4 98.44 checking byteswap.h presence... yes #4 98.47 checking for byteswap.h... yes #4 98.47 checking for readlinkat... yes #4 98.60 checking for library containing clock_gettime... none required #4 98.76 checking for clock_getres... yes #4 98.95 checking for clock_gettime... yes #4 99.12 checking for clock_settime... yes #4 99.29 checking for copy_file_range... yes #4 99.42 checking for d_type member in directory struct... yes #4 99.56 checking whether // is distinct from /... (cached) no #4 99.56 checking whether dup2 works... yes #4 99.75 checking for library containing backtrace_symbols_fd... none required #4 99.88 checking for faccessat... (cached) yes #4 99.89 checking whether fchmodat works... no #4 100.1 checking for readlinkat... (cached) yes #4 100.1 checking whether fcntl handles F_DUPFD correctly... yes #4 100.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #4 100.5 checking whether fdopendir is declared... yes #4 100.6 checking whether fdopendir works... yes #4 100.8 checking for flexible array member... yes #4 100.9 checking for __fpending... yes #4 101.1 checking whether __fpending is declared... yes #4 101.2 checking whether free is known to preserve errno... no #4 101.3 checking whether fstatat (..., 0) works... yes #4 101.5 checking for sys/mount.h... yes #4 101.6 checking for statvfs function (SVR4)... yes #4 101.8 checking whether to use statvfs64... no #4 101.9 checking for two-argument statfs with statfs.f_frsize member... yes #4 102.1 checking sys/fs/s5param.h usability... no #4 102.2 checking sys/fs/s5param.h presence... no #4 102.2 checking for sys/fs/s5param.h... no #4 102.3 checking sys/statfs.h usability... yes #4 102.4 checking sys/statfs.h presence... yes #4 102.4 checking for sys/statfs.h... yes #4 102.4 checking for statfs that truncates block counts... no #4 102.5 checking for futimens... yes #4 102.6 checking whether futimens works... yes #4 103.8 checking for getline... yes #4 103.9 checking for working getline function... yes #4 104.1 checking for getloadavg... yes #4 104.3 checking sys/loadavg.h usability... no #4 104.4 checking sys/loadavg.h presence... no #4 104.4 checking for sys/loadavg.h... no #4 104.5 checking whether getloadavg is declared... yes #4 104.6 checking for getrandom... yes #4 104.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #4 104.8 checking for gettimeofday with POSIX signature... yes #4 104.9 checking whether the compiler supports the __inline keyword... yes #4 105.0 checking gmp.h usability... yes #4 105.1 checking gmp.h presence... yes #4 105.2 checking for gmp.h... yes #4 105.2 checking for library containing __gmpz_roinit_n... -lgmp #4 105.4 checking for memmem... yes #4 105.6 checking whether memmem works... yes #4 105.7 checking for mempcpy... yes #4 105.9 checking for memrchr... yes #4 106.0 checking for memset_explicit... no #4 106.2 checking for explicit_memset... no #4 106.3 checking for mkostemp... yes #4 106.5 checking for library containing nanosleep... none required #4 106.6 checking for working nanosleep... no (mishandles large arguments) #4 107.8 checking for sys/pstat.h... no #4 107.9 checking for sys/sysmp.h... no #4 108.0 checking for sys/param.h... (cached) yes #4 108.1 checking for sys/sysctl.h... (cached) yes #4 108.1 checking for sched_getaffinity_np... no #4 108.2 checking for pstat_getdynamic... no #4 108.4 checking for sysmp... no #4 108.6 checking for sysctl... (cached) yes #4 108.6 checking for sched_getaffinity... yes #4 108.8 checking for glibc compatible sched_getaffinity... yes #4 108.9 checking for pipe2... yes #4 109.0 checking whether signature of pselect conforms to POSIX... yes #4 109.1 checking whether pselect detects invalid fds... yes #4 109.3 checking whether pthread_sigmask is a macro... no #4 109.4 checking whether pthread_sigmask returns error numbers... yes #4 109.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #4 111.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #4 112.1 checking whether readlink signature is correct... yes #4 112.2 checking whether readlink handles trailing slash correctly... yes #4 112.3 checking whether readlink truncates results correctly... yes #4 112.5 checking for readlinkat... (cached) yes #4 112.5 checking whether readlinkat signature is correct... yes #4 112.6 checking for working re_compile_pattern... no #4 112.9 checking libintl.h usability... yes #4 113.0 checking libintl.h presence... yes #4 113.0 checking for libintl.h... yes #4 113.1 checking whether isblank is declared... yes #4 113.1 checking for sig2str... no #4 113.3 checking for sigdescr_np... no #4 113.4 checking for socklen_t... yes #4 113.6 checking for ssize_t... yes #4 113.7 checking for struct stat.st_atim.tv_nsec... yes #4 113.8 checking whether struct stat.st_atim is of type struct timespec... yes #4 113.9 checking for struct stat.st_birthtimespec.tv_nsec... no #4 114.0 checking for struct stat.st_birthtimensec... no #4 114.2 checking for struct stat.st_birthtim.tv_nsec... no #4 114.3 checking for bool, true, false... no #4 114.4 checking for stpcpy... yes #4 114.5 checking for working strnlen... yes #4 114.7 checking whether strtoimax works... yes #4 114.9 checking whether symlink handles trailing slash correctly... yes #4 115.0 checking whether localtime_r is declared... yes #4 115.1 checking whether localtime_r is compatible with its POSIX signature... yes #4 115.2 checking whether localtime works even near extrema... yes #4 115.4 checking for timezone_t... no #4 115.4 checking for timegm... yes #4 115.6 checking whether timer_settime is declared... yes #4 115.7 checking for library containing timer_settime... -lrt #4 116.0 checking for timer_settime... yes #4 116.1 checking for utimensat... yes #4 116.2 checking whether utimensat works... yes #4 117.4 checking for variable-length arrays... yes #4 117.5 checking whether getdtablesize works... yes #4 117.7 checking for __mktime_internal... no #4 117.8 checking for timer_getoverrun... yes #4 118.0 checking for gcc option to disable position independent executables... not needed #4 118.0 checking for __ctype_get_mb_cur_max... yes #4 118.1 checking whether MB_CUR_MAX is defined to function that won't link... no #4 118.1 #4 118.1 Configured for 'x86_64-pc-linux-gnu'. #4 118.1 #4 118.1 Where should the build process find the source code? . #4 118.1 What compiler should emacs be built with? gcc -g3 -O2 #4 118.1 Should Emacs use the GNU version of malloc? no #4 118.1 (The GNU allocators don't work with this system configuration.) #4 118.1 Should Emacs use a relocating allocator for buffers? no #4 118.1 Should Emacs use mmap(2) for buffer allocation? no #4 118.1 What window system should Emacs use? none #4 118.1 What toolkit should Emacs use? none #4 118.1 Where do we find X Windows header files? NONE #4 118.1 Where do we find X Windows libraries? NONE #4 118.1 Does Emacs use -lXaw3d? no #4 118.1 Is Emacs being built for Android? no #4 118.1 Does Emacs use the X Double Buffer Extension? no #4 118.1 Does Emacs use -lXpm? no #4 118.1 Does Emacs use -ljpeg? no #4 118.1 Does Emacs use -ltiff? no #4 118.1 Does Emacs use a gif library? no #4 118.1 Does Emacs use a png library? no #4 118.1 Does Emacs use -lrsvg-2? no #4 118.1 Does Emacs use -lwebp? no #4 118.1 Does Emacs use -lsqlite3? no #4 118.1 Does Emacs use cairo? no #4 118.1 Does Emacs use -llcms2? no #4 118.1 Does Emacs use imagemagick? no #4 118.1 Does Emacs use native APIs for images? no #4 118.1 Does Emacs support sound? yes #4 118.1 Does Emacs use -lgpm? no #4 118.1 Does Emacs use -ldbus? yes #4 118.1 Does Emacs use -lgconf? no #4 118.1 Does Emacs use GSettings? no #4 118.1 Does Emacs use a file notification library? yes (inotify) #4 118.1 Does Emacs use access control lists? yes -lacl -lattr #4 118.1 Does Emacs use -lselinux? no #4 118.1 Does Emacs use -lgnutls? yes #4 118.1 Does Emacs use -lxml2? no #4 118.1 Does Emacs use -lfreetype? no #4 118.1 Does Emacs use HarfBuzz? no #4 118.1 Does Emacs use -lm17n-flt? no #4 118.1 Does Emacs use -lotf? no #4 118.1 Does Emacs use -lxft? no #4 118.1 Does Emacs use -lsystemd? no #4 118.1 Does Emacs use -ljansson? no #4 118.1 Does Emacs use -ltree-sitter? no #4 118.1 Does Emacs use the GMP library? yes #4 118.1 Does Emacs directly use zlib? no #4 118.1 Does Emacs have dynamic modules support? yes #4 118.1 Does Emacs use toolkit scroll bars? no #4 118.1 Does Emacs support Xwidgets? no #4 118.1 Does Emacs have threading support in lisp? yes #4 118.1 Does Emacs support the portable dumper? yes #4 118.1 Does Emacs support legacy unexec dumping? no #4 118.1 Which dumping strategy does Emacs use? pdumper #4 118.1 Does Emacs have native lisp compiler? no #4 118.1 Does Emacs use version 2 of the X Input Extension? no #4 118.1 Does Emacs generate a smaller-size Japanese dictionary? no #4 118.1 #4 118.1 #4 118.5 configure: creating ./config.status #4 118.7 configure: WARNING: This configuration installs a 'movemail' program #4 118.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #4 118.7 installed a 'movemail' program that retrieved POP3 email via only #4 118.7 insecure channels, a practice that is no longer recommended but that #4 118.7 you can continue to support by using './configure --with-pop'. #4 118.7 configure: You might want to install GNU Mailutils #4 118.7 and use './configure --with-mailutils'. #4 119.0 MAKE='make' ./config.status #4 119.2 config.status: creating src/verbose.mk #4 119.2 config.status: creating src/emacs-module.h #4 119.3 config.status: creating Makefile #4 119.3 config.status: creating lib/gnulib.mk #4 119.4 config.status: creating ./doc/man/emacs.1 #4 119.5 config.status: creating lib/Makefile #4 119.5 config.status: creating lib-src/Makefile #4 119.6 config.status: creating oldXMenu/Makefile #4 119.7 config.status: creating src/Makefile #4 119.7 config.status: creating lwlib/Makefile #4 119.8 config.status: creating nextstep/Makefile #4 119.8 config.status: creating nt/Makefile #4 119.9 config.status: creating doc/emacs/Makefile #4 120.0 config.status: creating doc/misc/Makefile #4 120.0 config.status: creating doc/lispintro/Makefile #4 120.1 config.status: creating doc/lispref/Makefile #4 120.1 config.status: creating lisp/Makefile #4 120.2 config.status: creating leim/Makefile #4 120.2 config.status: creating test/Makefile #4 120.3 config.status: creating test/manual/noverlay/Makefile #4 120.3 config.status: creating test/infra/Makefile #4 120.4 config.status: creating admin/charsets/Makefile #4 120.4 config.status: creating admin/unidata/Makefile #4 120.5 config.status: creating admin/grammars/Makefile #4 120.5 config.status: creating java/Makefile #4 120.6 config.status: creating cross/Makefile #4 120.6 config.status: creating java/AndroidManifest.xml #4 120.7 config.status: creating src/config.h #4 120.8 config.status: executing src/epaths.h commands #4 120.8 make[3]: Entering directory '/checkout' #4 120.8 make[3]: Leaving directory '/checkout' #4 120.8 config.status: executing src/.gdbinit commands #4 120.8 config.status: executing doc/emacs/emacsver.texi commands #4 120.9 config.status: executing etc-refcards-emacsver.tex commands #4 120.9 make[3]: Entering directory '/checkout' #4 120.9 make[3]: Leaving directory '/checkout' #4 120.9 make[2]: Leaving directory '/checkout' #4 120.9 make actual-all #4 120.9 make[2]: Entering directory '/checkout' #4 121.0 make -C lib all #4 121.1 make[3]: Entering directory '/checkout/lib' #4 121.1 GEN alloca.h #4 121.1 GEN dirent.h #4 121.2 GEN fcntl.h #4 121.2 GEN malloc/dynarray.gl.h #4 121.2 GEN malloc/dynarray-skeleton.gl.h #4 121.2 GEN inttypes.h #4 121.2 GEN limits.h #4 121.3 GEN signal.h #4 121.3 GEN stdckdint.h #4 121.3 GEN stddef.h #4 121.3 GEN stdio.h #4 121.4 GEN stdlib.h #4 121.5 GEN string.h #4 121.6 GEN sys/random.h #4 121.7 GEN sys/select.h #4 121.7 GEN sys/stat.h #4 121.7 GEN sys/time.h #4 121.8 GEN sys/types.h #4 121.8 GEN time.h #4 121.8 GEN unistd.h #4 122.0 CC fingerprint.o #4 122.1 CC mktime.o #4 122.4 CC acl-errno-valid.o #4 122.5 CC acl-internal.o #4 122.6 CC get-permissions.o #4 122.8 CC set-permissions.o #4 123.0 CC allocator.o #4 123.1 CC binary-io.o #4 123.2 CC boot-time.o #4 123.4 CC c-ctype.o #4 123.5 CC c-strcasecmp.o #4 123.6 CC c-strncasecmp.o #4 123.7 CC careadlinkat.o #4 123.9 CC close-stream.o #4 124.0 CC copy-file-range.o #4 124.1 CC count-leading-zeros.o #4 124.2 CC count-one-bits.o #4 124.3 CC count-trailing-zeros.o #4 124.5 CC md5-stream.o #4 124.6 CC md5.o #4 125.0 CC sha1.o #4 125.7 CC sha256.o #4 127.1 CC sha512.o #4 128.8 CC dtoastr.o #4 129.0 CC dtotimespec.o #4 129.1 CC fchmodat.o #4 129.3 CC fcntl.o #4 129.4 CC file-has-acl.o #4 129.7 CC filemode.o #4 129.8 CC filevercmp.o #4 130.1 CC free.o #4 130.3 CC fsusage.o #4 130.4 CC gettime.o #4 130.5 CC malloc/dynarray_at_failure.o #4 130.6 CC malloc/dynarray_emplace_enlarge.o #4 130.8 CC malloc/dynarray_finalize.o #4 130.9 CC malloc/dynarray_resize.o #4 131.0 CC malloc/dynarray_resize_clear.o #4 131.1 CC memset_explicit.o #4 131.2 CC nanosleep.o #4 131.3 CC nproc.o #4 131.5 CC nstrftime.o #4 132.4 CC pipe2.o #4 132.6 CC qcopy-acl.o #4 132.7 CC regex.o #4 138.5 CC sig2str.o #4 138.7 CC sigdescr_np.o #4 138.8 CC stat-time.o #4 139.0 CC tempname.o #4 139.2 CC time_rz.o #4 139.4 CC timegm.o #4 139.5 CC timespec.o #4 139.6 CC timespec-add.o #4 139.8 CC timespec-sub.o #4 139.9 CC u64.o #4 139.9 CC unistd.o #4 140.0 CC openat-die.o #4 140.1 CC save-cwd.o #4 140.2 AR libgnu.a #4 140.5 make[3]: Leaving directory '/checkout/lib' #4 140.5 make -C lib-src all #4 140.5 make[3]: Entering directory '/checkout/lib-src' #4 140.5 CCLD etags #4 145.6 CCLD ctags #4 150.8 CCLD emacsclient #4 151.8 CCLD ebrowse #4 153.8 CCLD hexl #4 154.2 CC pop.o #4 154.2 CCLD movemail #4 154.6 CCLD make-docfile #4 155.8 CCLD make-fingerprint #4 156.1 make[3]: Leaving directory '/checkout/lib-src' #4 156.1 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #4 156.1 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #4 156.3 make[3]: Entering directory '/checkout/src' #4 156.3 GEN globals.h #4 156.3 CC dispnew.o #4 163.2 CC frame.o #4 166.4 CC scroll.o #4 167.3 CC xdisp.o #4 191.6 CC menu.o #4 192.9 CC window.o #4 201.2 CC charset.o #4 204.7 CC coding.o #4 220.3 CC category.o #4 221.5 CC ccl.o #4 224.6 CC character.o #4 226.4 CC chartab.o #4 228.8 CC bidi.o #4 230.9 CC cm.o #4 231.5 CC term.o #4 235.1 CC terminal.o #4 235.9 CC xfaces.o #4 242.2 CC dbusbind.o #4 245.9 CC emacs.o #4 248.0 CC keyboard.o #4 260.2 CC macros.o #4 261.0 CC keymap.o #4 265.4 CC sysdep.o #4 267.9 CC bignum.o #4 268.7 CC buffer.o #4 272.9 CC filelock.o #4 273.8 CC insdel.o #4 275.8 CC marker.o #4 277.0 CC minibuf.o #4 279.9 CC fileio.o #4 285.6 CC dired.o #4 287.7 CC cmds.o #4 289.0 CC casetab.o #4 289.6 CC casefiddle.o #4 290.7 CC indent.o #4 293.7 CC search.o #4 297.8 CC regex-emacs.o #4 307.0 CC undo.o #4 307.8 CC alloc.o #4 312.3 CC pdumper.o #4 316.1 CC data.o #4 321.4 GEN buildobj.h #4 322.1 CC doc.o #4 323.2 CC editfns.o #4 329.2 CC callint.o #4 330.5 CC eval.o #4 335.2 CC floatfns.o #4 336.3 CC fns.o #4 346.9 CC sort.o #4 348.1 CC font.o #4 354.8 CC print.o #4 358.1 CC lread.o #4 363.4 CC emacs-module.o #4 366.2 CC syntax.o #4 372.3 CC bytecode.o #4 375.5 CC comp.o #4 375.9 CC dynlib.o #4 376.0 CC process.o #4 383.8 CC gnutls.o #4 386.4 CC callproc.o #4 388.1 CC region-cache.o #4 388.7 CC sound.o #4 389.5 CC timefns.o #4 391.2 CC atimer.o #4 391.8 CC doprnt.o #4 392.7 CC intervals.o #4 395.2 CC textprop.o #4 397.9 CC composite.o #4 401.0 CC xml.o #4 401.6 CC lcms.o #4 401.7 CC inotify.o #4 402.9 CC profiler.o #4 403.8 CC decompress.o #4 403.9 CC thread.o #4 404.9 CC systhread.o #4 405.3 CC sqlite.o #4 405.7 CC treesit.o #4 406.1 CC itree.o #4 407.0 CC terminfo.o #4 407.4 CC lastfile.o #4 407.7 make -C ../admin/charsets all #4 407.7 make[4]: Entering directory '/checkout/admin/charsets' #4 407.7 GEN ../../etc/charsets/8859-2.map #4 407.8 GEN ../../etc/charsets/8859-3.map #4 407.8 GEN ../../etc/charsets/8859-4.map #4 407.8 GEN ../../etc/charsets/8859-5.map #4 407.9 GEN ../../etc/charsets/8859-6.map #4 407.9 GEN ../../etc/charsets/8859-7.map #4 407.9 GEN ../../etc/charsets/8859-8.map #4 408.0 GEN ../../etc/charsets/8859-9.map #4 408.0 GEN ../../etc/charsets/8859-10.map #4 408.1 GEN ../../etc/charsets/8859-11.map #4 408.1 GEN ../../etc/charsets/8859-13.map #4 408.3 GEN ../../etc/charsets/8859-14.map #4 408.5 GEN ../../etc/charsets/8859-15.map #4 408.6 GEN ../../etc/charsets/8859-16.map #4 408.7 GEN ../../etc/charsets/IBM037.map #4 408.8 GEN ../../etc/charsets/IBM038.map #4 409.2 GEN ../../etc/charsets/IBM256.map #4 409.3 GEN ../../etc/charsets/IBM273.map #4 409.3 GEN ../../etc/charsets/IBM274.map #4 409.4 GEN ../../etc/charsets/IBM275.map #4 409.4 GEN ../../etc/charsets/IBM277.map #4 409.5 GEN ../../etc/charsets/IBM278.map #4 409.5 GEN ../../etc/charsets/IBM280.map #4 409.5 GEN ../../etc/charsets/IBM281.map #4 409.6 GEN ../../etc/charsets/IBM284.map #4 409.6 GEN ../../etc/charsets/IBM285.map #4 409.7 GEN ../../etc/charsets/IBM290.map #4 409.7 GEN ../../etc/charsets/IBM297.map #4 409.7 GEN ../../etc/charsets/IBM420.map #4 409.8 GEN ../../etc/charsets/IBM423.map #4 409.8 GEN ../../etc/charsets/IBM424.map #4 409.8 GEN ../../etc/charsets/IBM437.map #4 409.9 GEN ../../etc/charsets/IBM500.map #4 409.9 GEN ../../etc/charsets/IBM850.map #4 410.0 GEN ../../etc/charsets/IBM851.map #4 410.0 GEN ../../etc/charsets/IBM852.map #4 410.0 GEN ../../etc/charsets/IBM855.map #4 410.1 GEN ../../etc/charsets/IBM856.map #4 410.1 GEN ../../etc/charsets/IBM857.map #4 410.2 GEN ../../etc/charsets/IBM860.map #4 410.3 GEN ../../etc/charsets/IBM861.map #4 410.4 GEN ../../etc/charsets/IBM862.map #4 410.4 GEN ../../etc/charsets/IBM863.map #4 410.5 GEN ../../etc/charsets/IBM864.map #4 410.5 GEN ../../etc/charsets/IBM865.map #4 410.6 GEN ../../etc/charsets/IBM866.map #4 410.6 GEN ../../etc/charsets/IBM868.map #4 410.7 GEN ../../etc/charsets/IBM869.map #4 410.8 GEN ../../etc/charsets/IBM870.map #4 410.8 GEN ../../etc/charsets/IBM871.map #4 410.9 GEN ../../etc/charsets/IBM874.map #4 411.0 GEN ../../etc/charsets/IBM875.map #4 411.0 GEN ../../etc/charsets/IBM880.map #4 411.1 GEN ../../etc/charsets/IBM891.map #4 411.2 GEN ../../etc/charsets/IBM903.map #4 411.2 GEN ../../etc/charsets/IBM904.map #4 411.2 GEN ../../etc/charsets/IBM905.map #4 411.3 GEN ../../etc/charsets/IBM918.map #4 411.4 GEN ../../etc/charsets/IBM1004.map #4 411.4 GEN ../../etc/charsets/IBM1026.map #4 411.4 GEN ../../etc/charsets/IBM1047.map #4 411.5 GEN ../../etc/charsets/CP737.map #4 411.5 GEN ../../etc/charsets/CP775.map #4 411.6 GEN ../../etc/charsets/CP1125.map #4 411.6 GEN ../../etc/charsets/CP1250.map #4 411.7 GEN ../../etc/charsets/CP1251.map #4 411.7 GEN ../../etc/charsets/CP1252.map #4 411.8 GEN ../../etc/charsets/CP1253.map #4 411.8 GEN ../../etc/charsets/CP1254.map #4 411.8 GEN ../../etc/charsets/CP1255.map #4 411.9 GEN ../../etc/charsets/CP1256.map #4 411.9 GEN ../../etc/charsets/CP1257.map #4 412.0 GEN ../../etc/charsets/CP1258.map #4 412.0 GEN ../../etc/charsets/CP10007.map #4 412.0 GEN ../../etc/charsets/CP720.map #4 412.0 GEN ../../etc/charsets/CP858.map #4 412.1 GEN ../../etc/charsets/GB2312.map #4 412.3 GEN ../../etc/charsets/GBK.map #4 412.8 GEN ../../etc/charsets/GB180302.map #4 413.5 GEN ../../etc/charsets/GB180304.map #4 413.6 GEN ../../etc/charsets/BIG5.map #4 413.8 GEN ../../etc/charsets/BIG5-HKSCS.map #4 414.3 GEN ../../etc/charsets/CNS-1.map #4 414.5 GEN ../../etc/charsets/CNS-2.map #4 414.7 GEN ../../etc/charsets/CNS-3.map #4 414.9 GEN ../../etc/charsets/CNS-4.map #4 415.1 GEN ../../etc/charsets/CNS-5.map #4 415.4 GEN ../../etc/charsets/CNS-6.map #4 415.6 GEN ../../etc/charsets/CNS-7.map #4 415.8 GEN ../../etc/charsets/CNS-F.map #4 416.0 GEN ../../etc/charsets/JISX0201.map #4 416.2 GEN ../../etc/charsets/JISX0208.map #4 416.4 GEN ../../etc/charsets/JISX0212.map #4 416.6 GEN ../../etc/charsets/JISX2131.map #4 416.9 GEN ../../etc/charsets/JISX2132.map #4 417.0 GEN ../../etc/charsets/JISC6226.map #4 418.5 GEN ../../etc/charsets/CP932-2BYTE.map #4 418.7 GEN ../../etc/charsets/JISX213A.map #4 418.7 GEN ../../etc/charsets/KSC5601.map #4 419.0 GEN ../../etc/charsets/KSC5636.map #4 419.1 GEN ../../etc/charsets/JOHAB.map #4 419.5 GEN ../../etc/charsets/KOI-8.map #4 419.6 GEN ../../etc/charsets/KOI8-R.map #4 419.7 GEN ../../etc/charsets/KOI8-U.map #4 419.8 GEN ../../etc/charsets/KOI8-T.map #4 419.9 GEN ../../etc/charsets/ALTERNATIVNYJ.map #4 419.9 GEN ../../etc/charsets/MIK.map #4 419.9 GEN ../../etc/charsets/PTCP154.map #4 420.0 GEN ../../etc/charsets/TIS-620.map #4 420.0 GEN ../../etc/charsets/VISCII.map #4 420.1 GEN ../../etc/charsets/VSCII.map #4 420.1 GEN ../../etc/charsets/VSCII-2.map #4 420.2 GEN ../../etc/charsets/KA-PS.map #4 420.3 GEN ../../etc/charsets/KA-ACADEMY.map #4 420.3 GEN ../../etc/charsets/HP-ROMAN8.map #4 420.4 GEN ../../etc/charsets/NEXTSTEP.map #4 420.4 GEN ../../etc/charsets/MACINTOSH.map #4 420.4 GEN ../../etc/charsets/EBCDICUK.map #4 420.5 GEN ../../etc/charsets/EBCDICUS.map #4 420.5 GEN ../../etc/charsets/stdenc.map #4 420.5 GEN ../../etc/charsets/symbol.map #4 420.6 GEN ../../etc/charsets/CP949-2BYTE.map #4 421.0 GEN ../../etc/charsets/BIG5-1.map #4 421.1 GEN ../../etc/charsets/BIG5-2.map #4 421.2 GEN ../../etc/charsets/MULE-ethiopic.map #4 421.2 GEN ../../etc/charsets/MULE-ipa.map #4 421.2 GEN ../../etc/charsets/MULE-is13194.map #4 421.2 GEN ../../etc/charsets/MULE-sisheng.map #4 421.2 GEN ../../etc/charsets/MULE-tibetan.map #4 421.3 GEN ../../etc/charsets/MULE-lviscii.map #4 421.3 GEN ../../etc/charsets/MULE-uviscii.map #4 421.3 GEN ../../lisp/international/cp51932.el #4 421.3 GEN ../../lisp/international/eucjp-ms.el #4 421.3 GEN charsets.stamp #4 421.3 make[4]: Leaving directory '/checkout/admin/charsets' #4 421.3 make -C ../admin/unidata charscript.el #4 421.4 make[4]: Entering directory '/checkout/admin/unidata' #4 421.4 GEN ../../lisp/international/charscript.el #4 421.4 make[4]: Leaving directory '/checkout/admin/unidata' #4 421.4 make -C ../admin/unidata emoji-zwj.el #4 421.4 make[4]: Entering directory '/checkout/admin/unidata' #4 421.5 GEN ../../lisp/international/emoji-zwj.el #4 421.5 make[4]: Leaving directory '/checkout/admin/unidata' #4 421.5 CCLD temacs #4 425.8 /bin/mkdir -p ../etc #4 425.8 GEN ../etc/DOC #4 426.3 make -C ../lisp update-subdirs #4 426.3 make[4]: Entering directory '/checkout/lisp' #4 426.5 make[4]: Leaving directory '/checkout/lisp' #4 426.5 cp -f temacs bootstrap-emacs #4 426.5 rm -f bootstrap-emacs.pdmp #4 426.6 ./temacs --batch -l loadup --temacs=pbootstrap \ #4 426.6 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 427.1 Loading loadup.el (source)... #4 427.1 Dump mode: pbootstrap #4 427.1 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 427.1 Loading emacs-lisp/debug-early (source)... #4 427.1 Loading emacs-lisp/byte-run (source)... #4 427.1 Loading emacs-lisp/backquote (source)... #4 427.1 Loading subr (source)... #4 427.4 Loading keymap (source)... #4 427.5 Loading version (source)... #4 427.5 Loading widget (source)... #4 427.5 Loading custom (source)... #4 427.5 Loading emacs-lisp/map-ynp (source)... #4 427.5 Loading international/mule (source)... #4 427.5 Loading international/mule-conf (source)... #4 427.7 Loading env (source)... #4 427.8 Loading format (source)... #4 427.9 Loading bindings (source)... #4 428.1 Loading window (source)... #4 428.2 Loading /checkout/lisp/files.el (source)... #4 430.5 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 431.2 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #4 431.2 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #4 431.7 Loading /checkout/lisp/cus-face.el (source)... #4 431.8 Loading /checkout/lisp/faces.el (source)... #4 432.0 Loading /checkout/lisp/ldefs-boot.el (source)... #4 434.6 Loading /checkout/lisp/button.el (source)... #4 434.8 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #4 437.0 ../lisp/emacs-lisp/cl-seq.el: Warning: Unknown type: list #4 437.6 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #4 437.9 Loading /checkout/lisp/obarray.el (source)... #4 437.9 Loading /checkout/lisp/abbrev.el (source)... #4 438.3 Loading /checkout/lisp/help.el (source)... #4 438.8 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #4 439.0 Loading /checkout/lisp/epa-hook.el (source)... #4 439.0 Loading /checkout/lisp/international/mule-cmds.el (source)... #4 439.5 Loading /checkout/lisp/case-table.el (source)... #4 439.6 Loading /checkout/lisp/international/characters.el (source)... #4 439.9 Loading /checkout/lisp/international/charscript.el (source)... #4 439.9 Loading /checkout/lisp/international/emoji-zwj.el (source)... #4 440.2 Loading /checkout/lisp/composite.el (source)... #4 440.3 Loading /checkout/lisp/language/chinese.el (source)... #4 440.4 Loading /checkout/lisp/language/cyrillic.el (source)... #4 440.4 Loading /checkout/lisp/language/indian.el (source)... #4 440.5 Loading /checkout/lisp/language/sinhala.el (source)... #4 440.6 Loading /checkout/lisp/language/english.el (source)... #4 440.7 Loading /checkout/lisp/language/ethiopic.el (source)... #4 440.9 Loading /checkout/lisp/language/european.el (source)... #4 441.1 Loading /checkout/lisp/language/czech.el (source)... #4 441.1 Loading /checkout/lisp/language/slovak.el (source)... #4 441.1 Loading /checkout/lisp/language/romanian.el (source)... #4 441.2 Loading /checkout/lisp/language/greek.el (source)... #4 441.2 Loading /checkout/lisp/language/hebrew.el (source)... #4 441.3 Loading /checkout/lisp/international/cp51932.el (source)... #4 441.4 Loading /checkout/lisp/international/eucjp-ms.el (source)... #4 441.7 Loading /checkout/lisp/language/japanese.el (source)... #4 441.8 Loading /checkout/lisp/language/korean.el (source)... #4 441.8 Loading /checkout/lisp/language/lao.el (source)... #4 441.9 Loading /checkout/lisp/language/tai-viet.el (source)... #4 441.9 Loading /checkout/lisp/language/thai.el (source)... #4 442.0 Loading /checkout/lisp/language/tibetan.el (source)... #4 442.1 Loading /checkout/lisp/language/vietnamese.el (source)... #4 442.1 Loading /checkout/lisp/language/misc-lang.el (source)... #4 442.2 Loading /checkout/lisp/language/utf-8-lang.el (source)... #4 442.2 Loading /checkout/lisp/language/georgian.el (source)... #4 442.3 Loading /checkout/lisp/language/khmer.el (source)... #4 442.3 Loading /checkout/lisp/language/burmese.el (source)... #4 442.4 Loading /checkout/lisp/language/cham.el (source)... #4 442.5 Loading /checkout/lisp/language/philippine.el (source)... #4 442.5 Loading /checkout/lisp/language/indonesian.el (source)... #4 442.6 Loading /checkout/lisp/indent.el (source)... #4 442.7 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #4 443.5 Loading /checkout/lisp/simple.el (source)... #4 445.4 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #4 445.9 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #4 446.1 Loading /checkout/lisp/minibuffer.el (source)... #4 447.5 Loading /checkout/lisp/frame.el (source)... #4 448.2 Loading /checkout/lisp/startup.el (source)... #4 448.6 Loading /checkout/lisp/term/tty-colors.el (source)... #4 448.7 Loading /checkout/lisp/font-core.el (source)... #4 448.7 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #4 448.9 Loading /checkout/lisp/font-lock.el (source)... #4 449.3 Loading /checkout/lisp/jit-lock.el (source)... #4 449.5 Loading /checkout/lisp/mouse.el (source)... #4 450.3 Loading /checkout/lisp/select.el (source)... #4 450.9 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #4 453.5 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #4 453.7 Loading /checkout/lisp/isearch.el (source)... #4 454.5 Loading /checkout/lisp/rfn-eshadow.el (source)... #4 454.5 Loading /checkout/lisp/menu-bar.el (source)... #4 455.7 Loading /checkout/lisp/tab-bar.el (source)... #4 456.7 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #4 457.2 Loading /checkout/lisp/textmodes/page.el (source)... #4 457.3 Loading /checkout/lisp/register.el (source)... #4 457.9 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #4 458.0 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #4 459.7 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #4 460.8 Loading /checkout/lisp/textmodes/text-mode.el (source)... #4 460.9 Loading /checkout/lisp/textmodes/fill.el (source)... #4 461.1 Loading /checkout/lisp/newcomment.el (source)... #4 461.3 Loading /checkout/lisp/replace.el (source)... #4 462.3 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #4 463.2 Loading /checkout/lisp/buff-menu.el (source)... #4 463.6 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #4 468.4 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #4 468.5 Loading /checkout/lisp/vc/vc-hooks.el (source)... #4 468.9 Loading /checkout/lisp/vc/ediff-hook.el (source)... #4 469.0 Loading /checkout/lisp/uniquify.el (source)... #4 469.2 Loading /checkout/lisp/electric.el (source)... #4 469.5 Loading /checkout/lisp/paren.el (source)... #4 469.6 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #4 469.7 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #4 470.1 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #4 472.4 Loading /checkout/lisp/cus-start.el (source)... #4 472.6 Loading /checkout/lisp/tooltip.el (source)... #4 472.7 Loading /checkout/lisp/international/iso-transl.el (source)... #4 472.8 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #4 473.0 Finding pointers to doc strings... #4 473.0 Ignoring DOC string on non-subr: define-fringe-bitmap #4 473.0 Finding pointers to doc strings...done #4 473.2 Dumping under the name bootstrap-emacs.pdmp #4 473.2 Dumping fingerprint: 9c7b31a46381fe57ed0a59ec4a6956e8c6aff2a7adad5ca7765ce7fafa68b2c7 #4 478.9 Dump complete #4 478.9 Byte counts: header=100 hot=15843268 discardable=138800 cold=11101040 #4 478.9 Reloc counts: hot=1102113 discardable=4962 #4 479.8 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 479.8 make[4]: Entering directory '/checkout/lisp' #4 479.9 ELC emacs-lisp/macroexp.elc #4 485.2 ELC emacs-lisp/cconv.elc #4 492.0 ELC emacs-lisp/byte-opt.elc #4 499.6 ELC emacs-lisp/bytecomp.elc #4 506.6 ELC emacs-lisp/loaddefs-gen.elc #4 508.3 ELC emacs-lisp/radix-tree.elc #4 509.2 make[4]: Leaving directory '/checkout/lisp' #4 509.2 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #4 509.2 make[4]: Entering directory '/checkout/lisp' #4 509.2 make[4]: Nothing to be done for 'compile-first'. #4 509.3 make[4]: Leaving directory '/checkout/lisp' #4 509.3 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #4 509.3 make[4]: Entering directory '/checkout/lisp' #4 509.3 ELC international/titdic-cnv.elc #4 511.0 make -C ../leim all EMACS="../src/bootstrap-emacs" #4 511.1 make[5]: Entering directory '/checkout/leim' #4 511.1 GEN ../lisp/leim/quail/CCDOSPY.el #4 512.3 GEN ../lisp/leim/quail/Punct.el #4 513.5 GEN ../lisp/leim/quail/QJ.el #4 514.5 GEN ../lisp/leim/quail/SW.el #4 515.5 GEN ../lisp/leim/quail/TONEPY.el #4 516.5 GEN ../lisp/leim/quail/4Corner.el #4 517.6 GEN ../lisp/leim/quail/ARRAY30.el #4 519.0 GEN ../lisp/leim/quail/ECDICT.el #4 520.1 GEN ../lisp/leim/quail/ETZY.el #4 521.2 GEN ../lisp/leim/quail/Punct-b5.el #4 522.4 GEN ../lisp/leim/quail/PY-b5.el #4 523.5 GEN ../lisp/leim/quail/QJ-b5.el #4 524.5 GEN ../lisp/leim/quail/ZOZY.el #4 525.5 GEN ../lisp/leim/quail/tsang-b5.el #4 527.2 GEN ../lisp/leim/quail/tsang-cns.el #4 529.2 GEN ../lisp/leim/quail/PY.el #4 530.4 GEN ../lisp/leim/quail/ZIRANMA.el #4 532.3 GEN ../lisp/leim/quail/CTLau.el #4 533.3 GEN ../lisp/leim/quail/CTLau-b5.el #4 534.4 GEN ../lisp/language/pinyin.el #4 535.3 GEN ../lisp/leim/leim-list.el #4 541.2 make[5]: Leaving directory '/checkout/leim' #4 541.2 make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #4 541.2 make[5]: Entering directory '/checkout/admin/grammars' #4 541.2 GEN ../../lisp/cedet/semantic/bovine/c-by.el #4 545.4 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 551.0 GEN ../../lisp/cedet/semantic/bovine/make-by.el #4 554.7 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 560.1 GEN ../../lisp/cedet/semantic/bovine/scm-by.el #4 563.9 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 568.8 GEN ../../lisp/cedet/semantic/grammar-wy.el #4 572.4 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #4 577.5 GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #4 588.1 GEN ../../lisp/cedet/semantic/wisent/js-wy.el #4 600.7 GEN ../../lisp/cedet/semantic/wisent/python-wy.el #4 609.5 GEN ../../lisp/cedet/srecode/srt-wy.el #4 618.7 make[5]: Leaving directory '/checkout/admin/grammars' #4 618.7 GEN autoloads #4 619.3 INFO Scraping files for loaddefs... #4 621.9 INFO Scraping files for loaddefs...10% #4 625.3 INFO Scraping files for loaddefs...20% #4 629.0 INFO Scraping files for loaddefs...30% #4 631.2 INFO Scraping files for loaddefs...40% #4 632.7 INFO Scraping files for loaddefs...50% #4 633.5 INFO Scraping files for loaddefs...60% #4 634.5 INFO Scraping files for loaddefs...70% #4 635.9 INFO Scraping files for loaddefs...80% #4 637.5 INFO Scraping files for loaddefs...90% #4 639.3 INFO Scraping files for loaddefs...100% #4 639.3 INFO Scraping files for loaddefs...done #4 639.4 GEN textmodes/reftex-loaddefs.el #4 639.4 GEN textmodes/texinfo-loaddefs.el #4 639.5 GEN org/org-loaddefs.el #4 639.6 GEN net/tramp-loaddefs.el #4 639.6 GEN mh-e/mh-loaddefs.el #4 639.6 GEN eshell/esh-groups.el #4 639.7 GEN erc/erc-loaddefs.el #4 639.7 GEN emacs-lisp/cl-loaddefs.el #4 639.7 GEN cedet/srecode/loaddefs.el #4 639.7 GEN cedet/semantic/loaddefs.el #4 639.7 GEN cedet/ede/loaddefs.el #4 640.0 GEN calendar/diary-loaddefs.el #4 640.0 GEN calendar/holiday-loaddefs.el #4 640.0 GEN calendar/cal-loaddefs.el #4 640.0 GEN calc/calc-loaddefs.el #4 640.0 GEN ps-print-loaddefs.el #4 640.0 GEN ibuffer-loaddefs.el #4 640.0 GEN dired-loaddefs.el #4 641.8 GEN loaddefs.el #4 641.8 INFO Scraping files for loaddefs... #4 642.0 INFO Scraping files for loaddefs...done #4 642.0 GEN ../../lisp/theme-loaddefs.el #4 642.0 make[4]: Leaving directory '/checkout/lisp' #4 642.1 ELC ../lisp/abbrev.elc #4 643.4 ELC ../lisp/bindings.elc #4 644.8 ELC ../lisp/buff-menu.elc #4 645.8 ELC ../lisp/button.elc #4 646.8 ELC ../lisp/case-table.elc #4 647.4 ELC ../lisp/composite.elc #4 648.5 ELC ../lisp/cus-face.elc #4 649.5 ELC ../lisp/cus-start.elc #4 650.2 ELC ../lisp/custom.elc #4 651.6 ELC ../lisp/disp-table.elc #4 652.3 ELC ../lisp/dnd.elc #4 653.2 ELC ../lisp/dos-fns.elc #4 653.9 ELC ../lisp/dos-vars.elc #4 654.5 ELC ../lisp/dos-w32.elc #4 655.2 ELC ../lisp/dynamic-setting.elc #4 655.7 #4 655.7 In end of data: #4 655.7 dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #4 655.7 ELC ../lisp/electric.elc #4 656.8 ELC ../lisp/emacs-lisp/backquote.elc #4 657.4 ELC ../lisp/emacs-lisp/byte-run.elc #4 658.3 ELC ../lisp/emacs-lisp/cl-generic.elc #4 660.7 ELC ../lisp/emacs-lisp/cl-preloaded.elc #4 662.3 ELC ../lisp/emacs-lisp/debug-early.elc #4 662.9 ELC ../lisp/emacs-lisp/easymenu.elc #4 663.9 ELC ../lisp/emacs-lisp/eldoc.elc #4 664.9 ELC ../lisp/emacs-lisp/float-sup.elc #4 665.5 ELC ../lisp/emacs-lisp/lisp-mode.elc #4 666.9 ELC ../lisp/emacs-lisp/lisp.elc #4 667.9 ELC ../lisp/emacs-lisp/map-ynp.elc #4 668.7 ELC ../lisp/emacs-lisp/nadvice.elc #4 669.9 ELC ../lisp/emacs-lisp/oclosure.elc #4 671.0 ELC ../lisp/emacs-lisp/regexp-opt.elc #4 671.7 ELC ../lisp/emacs-lisp/rmc.elc #4 672.5 ELC ../lisp/emacs-lisp/seq.elc #4 673.8 ELC ../lisp/emacs-lisp/shorthands.elc #4 674.5 ELC ../lisp/emacs-lisp/syntax.elc #4 675.4 ELC ../lisp/emacs-lisp/tabulated-list.elc #4 676.5 ELC ../lisp/emacs-lisp/timer.elc #4 677.5 ELC ../lisp/env.elc #4 678.2 ELC ../lisp/epa-hook.elc #4 678.8 ELC ../lisp/faces.elc #4 680.6 ELC ../lisp/files.elc #4 684.5 ELC ../lisp/font-core.elc #4 685.2 ELC ../lisp/font-lock.elc #4 686.5 ELC ../lisp/format.elc #4 687.6 ELC ../lisp/frame.elc #4 689.5 ELC ../lisp/fringe.elc #4 690.2 ELC ../lisp/help.elc #4 692.4 ELC ../lisp/image.elc #4 693.5 ELC ../lisp/indent.elc #4 694.4 ELC ../lisp/international/charscript.elc #4 695.1 ELC ../lisp/international/emoji-zwj.elc #4 695.9 ELC ../lisp/international/characters.elc #4 697.1 make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 697.1 make[4]: Entering directory '/checkout/admin/unidata' #4 697.1 ELC uvs.elc #4 697.8 ELC unidata-gen.elc #4 699.3 GEN unidata.txt #4 702.4 GEN ../../lisp/international/uni-bidi.el #4 703.1 GEN ../../lisp/international/uni-brackets.el #4 703.7 GEN ../../lisp/international/uni-category.el #4 704.5 GEN ../../lisp/international/uni-combining.el #4 705.2 GEN ../../lisp/international/uni-comment.el #4 705.9 GEN ../../lisp/international/uni-decimal.el #4 706.7 GEN ../../lisp/international/uni-decomposition.el #4 707.6 GEN ../../lisp/international/uni-digit.el #4 708.2 GEN ../../lisp/international/uni-lowercase.el #4 709.2 GEN ../../lisp/international/uni-mirrored.el #4 710.4 GEN ../../lisp/international/uni-name.el #4 714.4 GEN ../../lisp/international/uni-numeric.el #4 715.3 GEN ../../lisp/international/uni-old-name.el #4 716.2 GEN ../../lisp/international/uni-special-lowercase.el #4 716.8 GEN ../../lisp/international/uni-special-titlecase.el #4 717.4 GEN ../../lisp/international/uni-special-uppercase.el #4 717.9 GEN ../../lisp/international/uni-titlecase.el #4 718.6 GEN ../../lisp/international/uni-uppercase.el #4 719.2 GEN ../../lisp/international/charprop.el #4 719.5 GEN ../../lisp/international/emoji-labels.el #4 729.2 GEN ../../lisp/international/uni-scripts.el #4 730.1 GEN ../../lisp/international/uni-confusable.el #4 732.0 GEN ../../lisp/international/idna-mapping.el #4 734.0 make[4]: Leaving directory '/checkout/admin/unidata' #4 734.0 make -C ../admin/charsets cp51932.el #4 734.0 make[4]: Entering directory '/checkout/admin/charsets' #4 734.0 make[4]: Nothing to be done for 'cp51932.el'. #4 734.0 make[4]: Leaving directory '/checkout/admin/charsets' #4 734.0 ELC ../lisp/international/cp51932.elc #4 734.6 make -C ../admin/charsets eucjp-ms.el #4 734.6 make[4]: Entering directory '/checkout/admin/charsets' #4 734.6 make[4]: Nothing to be done for 'eucjp-ms.el'. #4 734.6 make[4]: Leaving directory '/checkout/admin/charsets' #4 734.7 ELC ../lisp/international/eucjp-ms.elc #4 735.3 ELC ../lisp/international/fontset.elc #4 736.2 ELC ../lisp/international/iso-transl.elc #4 736.8 ELC ../lisp/international/mule-cmds.elc #4 738.7 ELC ../lisp/international/mule-conf.elc #4 739.9 ELC ../lisp/international/mule-util.elc #4 740.8 ELC ../lisp/international/mule.elc #4 742.2 ELC ../lisp/international/ucs-normalize.elc #4 747.7 ELC ../lisp/isearch.elc #4 750.5 ELC ../lisp/jit-lock.elc #4 751.5 ELC ../lisp/jka-cmpr-hook.elc #4 752.3 ELC ../lisp/keymap.elc #4 753.2 ELC ../lisp/language/burmese.elc #4 753.7 ELC ../lisp/language/cham.elc #4 754.3 ELC ../lisp/language/chinese.elc #4 754.9 ELC ../lisp/language/cyrillic.elc #4 755.5 ELC ../lisp/language/czech.elc #4 756.1 ELC ../lisp/language/english.elc #4 756.7 ELC ../lisp/language/ethiopic.elc #4 757.2 ELC ../lisp/language/european.elc #4 757.9 ELC ../lisp/language/georgian.elc #4 758.6 ELC ../lisp/language/greek.elc #4 759.2 ELC ../lisp/language/hebrew.elc #4 759.9 ELC ../lisp/language/indian.elc #4 760.6 ELC ../lisp/language/indonesian.elc #4 761.3 ELC ../lisp/language/japanese.elc #4 762.3 ELC ../lisp/language/khmer.elc #4 762.9 ELC ../lisp/language/korean.elc #4 763.5 ELC ../lisp/language/lao.elc #4 764.1 ELC ../lisp/language/misc-lang.elc #4 764.8 ELC ../lisp/language/philippine.elc #4 765.4 ELC ../lisp/language/romanian.elc #4 766.0 ELC ../lisp/language/sinhala.elc #4 766.7 ELC ../lisp/language/slovak.elc #4 767.3 ELC ../lisp/language/tai-viet.elc #4 768.0 ELC ../lisp/language/thai.elc #4 768.8 ELC ../lisp/language/tibetan.elc #4 769.5 ELC ../lisp/language/utf-8-lang.elc #4 770.2 ELC ../lisp/language/vietnamese.elc #4 770.8 ELC ../lisp/loaddefs.elc #4 774.7 ELC ../lisp/ls-lisp.elc #4 775.6 ELC ../lisp/menu-bar.elc #4 777.1 ELC ../lisp/minibuffer.elc #4 780.4 ELC ../lisp/mouse.elc #4 782.6 ELC ../lisp/mwheel.elc #4 783.4 ELC ../lisp/newcomment.elc #4 784.5 ELC ../lisp/obarray.elc #4 785.1 ELC ../lisp/paren.elc #4 785.9 ELC ../lisp/pgtk-dnd.elc #4 786.7 ELC ../lisp/progmodes/elisp-mode.elc #4 788.8 ELC ../lisp/progmodes/prog-mode.elc #4 789.6 ELC ../lisp/register.elc #4 791.2 ELC ../lisp/replace.elc #4 792.9 ELC ../lisp/rfn-eshadow.elc #4 793.6 ELC ../lisp/scroll-bar.elc #4 794.4 ELC ../lisp/select.elc #4 795.4 ELC ../lisp/simple.elc #4 801.2 ELC ../lisp/startup.elc #4 803.2 ELC ../lisp/subr.elc #4 807.0 ELC ../lisp/tab-bar.elc #4 809.1 ELC ../lisp/term/android-win.elc #4 810.1 #4 810.1 In end of data: #4 810.1 term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #4 810.2 ELC ../lisp/term/common-win.elc #4 810.9 ELC ../lisp/term/haiku-win.elc #4 812.0 ELC ../lisp/term/internal.elc #4 812.6 ELC ../lisp/term/ns-win.elc #4 814.4 ELC ../lisp/term/pc-win.elc #4 815.3 ELC ../lisp/term/pgtk-win.elc #4 816.3 ELC ../lisp/term/tty-colors.elc #4 817.4 ELC ../lisp/term/w32-win.elc #4 818.4 ELC ../lisp/term/x-win.elc #4 819.4 ELC ../lisp/textmodes/fill.elc #4 820.5 ELC ../lisp/textmodes/page.elc #4 821.1 ELC ../lisp/textmodes/paragraphs.elc #4 822.2 ELC ../lisp/textmodes/text-mode.elc #4 823.0 ELC ../lisp/tool-bar.elc #4 823.8 ELC ../lisp/tooltip.elc #4 824.5 ELC ../lisp/touch-screen.elc #4 825.7 ELC ../lisp/uniquify.elc #4 826.7 ELC ../lisp/vc/ediff-hook.elc #4 827.4 ELC ../lisp/vc/vc-hooks.elc #4 828.3 ELC ../lisp/version.elc #4 829.1 ELC ../lisp/w32-fns.elc #4 829.8 ELC ../lisp/w32-vars.elc #4 830.3 ELC ../lisp/widget.elc #4 830.9 ELC ../lisp/window.elc #4 835.2 ELC ../lisp/x-dnd.elc #4 836.4 rm -f emacs && cp -f temacs emacs #4 836.7 LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #4 836.7 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #4 836.8 Loading loadup.el (source)... #4 836.8 Dump mode: pdump #4 836.8 Using load-path (/checkout/lisp) #4 836.8 Loading emacs-lisp/debug-early... #4 836.8 Loading emacs-lisp/byte-run... #4 836.8 Loading emacs-lisp/backquote... #4 836.8 Loading subr... #4 836.8 Loading keymap... #4 836.8 Loading version... #4 836.8 Loading widget... #4 836.8 Loading custom... #4 836.8 Loading emacs-lisp/map-ynp... #4 836.8 Loading international/mule... #4 836.8 Loading international/mule-conf... #4 836.9 Loading env... #4 836.9 Loading format... #4 836.9 Loading bindings... #4 837.0 Loading window... #4 837.0 Loading files... #4 837.1 Loading emacs-lisp/macroexp... #4 837.1 Loading cus-face... #4 837.1 Loading faces... #4 837.2 Loading loaddefs... #4 837.3 Loading theme-loaddefs.el (source)... #4 837.7 Loading button... #4 837.7 Loading emacs-lisp/cl-preloaded... #4 837.8 Loading emacs-lisp/oclosure... #4 837.8 Loading obarray... #4 837.8 Loading abbrev... #4 837.8 Loading help... #4 837.8 Loading jka-cmpr-hook... #4 837.9 Loading epa-hook... #4 837.9 Loading international/mule-cmds... #4 838.0 Loading case-table... #4 838.0 Loading international/charprop.el (source)... #4 838.0 Loading international/characters... #4 838.3 Loading international/charscript... #4 838.3 Loading international/emoji-zwj... #4 838.3 Loading composite... #4 838.3 Loading language/chinese... #4 838.4 Loading language/cyrillic... #4 838.4 Loading language/indian... #4 838.4 Loading language/sinhala... #4 838.4 Loading language/english... #4 838.4 Loading language/ethiopic... #4 838.5 Loading language/european... #4 838.5 Loading language/czech... #4 838.5 Loading language/slovak... #4 838.5 Loading language/romanian... #4 838.5 Loading language/greek... #4 838.6 Loading language/hebrew... #4 838.6 Loading international/cp51932... #4 838.6 Loading international/eucjp-ms... #4 838.7 Loading language/japanese... #4 838.7 Loading language/korean... #4 838.7 Loading language/lao... #4 838.7 Loading language/tai-viet... #4 838.8 Loading language/thai... #4 838.8 Loading language/tibetan... #4 839.0 Loading language/vietnamese... #4 839.0 Loading language/misc-lang... #4 839.1 Loading language/utf-8-lang... #4 839.1 Loading language/georgian... #4 839.1 Loading language/khmer... #4 839.1 Loading language/burmese... #4 839.1 Loading language/cham... #4 839.1 Loading language/philippine... #4 839.2 Loading language/indonesian... #4 839.2 Loading indent... #4 839.2 Loading emacs-lisp/cl-generic... #4 839.3 Loading simple... #4 839.4 Loading emacs-lisp/seq... #4 839.5 Loading emacs-lisp/nadvice... #4 839.5 Loading minibuffer... #4 839.6 Loading frame... #4 839.7 Loading startup... #4 839.8 Loading term/tty-colors... #4 840.0 Loading font-core... #4 840.0 Loading emacs-lisp/syntax... #4 840.0 Loading font-lock... #4 840.1 Loading jit-lock... #4 840.1 Loading mouse... #4 840.2 Loading select... #4 840.2 Loading emacs-lisp/timer... #4 840.3 Loading emacs-lisp/easymenu... #4 840.3 Loading isearch... #4 840.4 Loading rfn-eshadow... #4 840.4 Loading menu-bar... #4 840.6 Loading tab-bar... #4 840.7 Loading emacs-lisp/lisp... #4 840.7 Loading textmodes/page... #4 840.8 Loading register... #4 840.8 Loading textmodes/paragraphs... #4 840.8 Loading progmodes/prog-mode... #4 840.9 Loading emacs-lisp/lisp-mode... #4 840.9 Loading textmodes/text-mode... #4 840.9 Loading textmodes/fill... #4 841.0 Loading newcomment... #4 841.0 Loading replace... #4 841.1 Loading emacs-lisp/tabulated-list... #4 841.1 Loading buff-menu... #4 841.2 Loading progmodes/elisp-mode... #4 841.3 Loading emacs-lisp/float-sup... #4 841.3 Loading vc/vc-hooks... #4 841.4 Loading vc/ediff-hook... #4 841.4 Loading uniquify... #4 841.4 Loading electric... #4 841.5 Loading paren... #4 841.5 Loading emacs-lisp/shorthands... #4 841.5 Loading emacs-lisp/eldoc... #4 841.7 Loading emacs-lisp/cconv... #4 841.7 Loading cus-start... #4 841.7 Loading tooltip... #4 841.8 Loading international/iso-transl... #4 841.8 Loading emacs-lisp/rmc... #4 841.8 Loading leim/leim-list.el (source)... #4 842.2 Waiting for git... #4 842.2 Waiting for git... #4 842.2 Finding pointers to doc strings... #4 842.2 Ignoring DOC string on non-subr: define-fringe-bitmap #4 842.2 Finding pointers to doc strings...done #4 842.4 Pure-hashed: 16751 strings, 5121 vectors, 51416 conses, 5217 bytecodes, 330 others #4 842.5 Dumping under the name emacs.pdmp #4 842.5 Dumping fingerprint: 9c7b31a46381fe57ed0a59ec4a6956e8c6aff2a7adad5ca7765ce7fafa68b2c7 #4 844.2 Dump complete #4 844.2 Byte counts: header=100 hot=7893684 discardable=138800 cold=3550392 #4 844.2 Reloc counts: hot=448735 discardable=4948 #4 844.2 Adding name emacs-30.0.50.1 #4 844.2 Adding name emacs-30.0.50.1.pdmp #4 844.3 cp -f emacs.pdmp bootstrap-emacs.pdmp #4 844.3 make[3]: Leaving directory '/checkout/src' #4 844.3 make -C lisp all #4 844.3 make[3]: Entering directory '/checkout/lisp' #4 844.4 make -C ../leim all EMACS="../src/emacs" #4 844.4 make[4]: Entering directory '/checkout/leim' #4 844.4 make[4]: Nothing to be done for 'all'. #4 844.4 make[4]: Leaving directory '/checkout/leim' #4 844.4 make -C ../admin/grammars all EMACS="../../src/emacs" #4 844.4 make[4]: Entering directory '/checkout/admin/grammars' #4 844.4 make[4]: Nothing to be done for 'all'. #4 844.4 make[4]: Leaving directory '/checkout/admin/grammars' #4 844.5 make[4]: Entering directory '/checkout/lisp' #4 844.5 ELC emacs-lisp/eieio.elc #4 845.6 ELC emacs-lisp/eieio-base.elc #4 846.4 ELC cedet/semantic/db.elc #4 847.6 ELC international/ja-dic-cnv.elc #4 848.3 ELC org/ox.elc #4 854.2 ELC org/ox-texinfo.elc #4 859.9 ELC org/org-macro.elc #4 860.6 ELC org/org-element.elc #4 866.7 ELC org/oc.elc #4 867.8 ELC org/ol.elc #4 868.8 ELC emacs-lisp/cl-lib.elc #4 869.5 make[4]: Leaving directory '/checkout/lisp' #4 869.5 GEN autoloads #4 870.1 INFO Scraping files for loaddefs... #4 870.2 INFO Scraping files for loaddefs...done #4 870.2 INFO Scraping files for loaddefs... #4 870.2 INFO Scraping files for loaddefs...done #4 878.4 make[4]: Entering directory '/checkout/lisp' #4 878.5 ELC align.elc #4 879.2 ELC allout-widgets.elc #4 880.1 ELC allout.elc #4 881.0 ELC ansi-color.elc #4 881.9 ELC ansi-osc.elc #4 882.6 ELC apropos.elc #4 883.4 ELC arc-mode.elc #4 884.4 ELC array.elc #4 885.1 ELC auth-source-pass.elc #4 886.2 ELC auth-source.elc #4 887.4 ELC autoinsert.elc #4 888.0 ELC autorevert.elc #4 888.9 ELC avoid.elc #4 889.5 ELC battery.elc #4 890.4 ELC bind-key.elc #4 891.0 ELC bookmark.elc #4 891.8 ELC bs.elc #4 892.4 ELC calculator.elc #4 893.2 ELC cdl.elc #4 893.8 ELC char-fold.elc #4 895.4 ELC chistory.elc #4 896.1 ELC cmuscheme.elc #4 896.9 ELC color.elc #4 897.5 ELC comint.elc #4 898.3 ELC completion-preview.elc #4 899.0 ELC completion.elc #4 899.9 ELC cus-dep.elc #4 900.6 ELC cus-edit.elc #4 901.7 ELC cus-theme.elc #4 902.5 ELC dabbrev.elc #4 903.2 ELC delim-col.elc #4 903.8 ELC delsel.elc #4 904.5 ELC descr-text.elc #4 905.2 ELC desktop.elc #4 906.0 ELC dframe.elc #4 906.7 ELC dired-aux.elc #4 907.8 ELC dired-loaddefs.elc #4 908.4 ELC dired-x.elc #4 909.2 ELC dired.elc #4 910.2 #4 910.2 In end of data: #4 910.2 dired.el:5258:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #4 910.2 ELC dirtrack.elc #4 911.2 ELC display-fill-column-indicator.elc #4 911.9 ELC display-line-numbers.elc #4 912.5 ELC doc-view.elc #4 913.5 ELC dom.elc #4 914.2 ELC double.elc #4 914.9 ELC ebuff-menu.elc #4 915.5 ELC echistory.elc #4 916.1 ELC ecomplete.elc #4 916.7 ELC edmacro.elc #4 917.5 ELC ehelp.elc #4 918.3 ELC elec-pair.elc #4 919.0 ELC elide-head.elc #4 919.8 ELC emacs-lock.elc #4 920.6 ELC epa-dired.elc #4 921.8 ELC epa-file.elc #4 923.0 ELC epa-ks.elc #4 924.5 ELC epa-mail.elc #4 925.4 ELC epa.elc #4 926.5 ELC epg-config.elc #4 927.2 ELC epg.elc #4 928.9 ELC expand.elc #4 929.5 ELC external-completion.elc #4 930.2 ELC ezimage.elc #4 930.8 ELC face-remap.elc #4 931.5 ELC facemenu.elc #4 932.2 ELC ffap.elc #4 933.1 ELC filecache.elc #4 933.8 ELC fileloop.elc #4 934.5 ELC filenotify.elc #4 935.3 ELC files-x.elc #4 935.9 ELC filesets.elc #4 936.7 ELC find-cmd.elc #4 937.5 ELC find-dired.elc #4 938.1 ELC find-file.elc #4 938.8 ELC find-lisp.elc #4 939.4 ELC finder.elc #4 940.8 ELC flow-ctrl.elc #4 941.6 ELC foldout.elc #4 942.5 ELC follow.elc #4 943.3 ELC format-spec.elc #4 944.1 ELC forms.elc #4 944.8 ELC frameset.elc #4 945.6 ELC generic-x.elc #4 946.2 ELC help-at-pt.elc #4 946.9 ELC help-fns.elc #4 947.7 ELC help-macro.elc #4 948.3 ELC help-mode.elc #4 949.0 ELC hex-util.elc #4 949.6 ELC hexl.elc #4 950.3 ELC hfy-cmap.elc #4 950.8 ELC hi-lock.elc #4 951.5 ELC hilit-chg.elc #4 952.4 ELC hippie-exp.elc #4 953.0 ELC hl-line.elc #4 953.7 ELC htmlfontify.elc #4 954.7 ELC ibuf-ext.elc #4 955.8 ELC ibuf-macs.elc #4 956.8 ELC ibuffer-loaddefs.elc #4 957.6 ELC ibuffer.elc #4 958.8 ELC icomplete.elc #4 959.8 ELC ido.elc #4 961.0 ELC ielm.elc #4 962.0 ELC iimage.elc #4 962.9 ELC image-file.elc #4 963.7 ELC image-mode.elc #4 964.5 ELC imenu.elc #4 965.3 ELC indent-aux.elc #4 966.1 ELC info-look.elc #4 967.1 ELC info-xref.elc #4 968.0 ELC info.elc #4 969.0 ELC informat.elc #4 969.7 ELC isearchb.elc #4 970.4 ELC jka-compr.elc #4 971.2 ELC json.elc #4 971.9 ELC jsonrpc.elc #4 973.0 ELC kermit.elc #4 973.7 ELC kmacro.elc #4 974.5 ELC loadhist.elc #4 975.3 ELC locate.elc #4 976.1 ELC lpr.elc #4 976.8 ELC macros.elc #4 977.5 ELC man.elc #4 978.2 ELC master.elc #4 978.9 ELC mb-depth.elc #4 979.6 ELC md4.elc #4 980.4 ELC midnight.elc #4 981.1 ELC minibuf-eldef.elc #4 981.8 ELC misc.elc #4 982.5 ELC misearch.elc #4 983.2 ELC mouse-copy.elc #4 983.8 ELC mouse-drag.elc #4 984.4 ELC mpc.elc #4 985.4 ELC msb.elc #4 986.1 ELC notifications.elc #4 986.9 ELC novice.elc #4 987.7 ELC outline.elc #4 988.6 ELC password-cache.elc #4 989.4 ELC pcmpl-cvs.elc #4 990.1 ELC pcmpl-git.elc #4 991.3 ELC pcmpl-gnu.elc #4 992.0 ELC pcmpl-linux.elc #4 992.8 ELC pcmpl-rpm.elc #4 993.6 ELC pcmpl-unix.elc #4 994.3 ELC pcmpl-x.elc #4 995.1 ELC pcomplete.elc #4 995.9 ELC pixel-scroll.elc #4 996.9 ELC plstore.elc #4 997.6 ELC printing.elc #4 998.5 ELC proced.elc #4 999.3 ELC profiler.elc #4 1000. ELC ps-bdf.elc #4 1001. ELC ps-mule.elc #4 1002. ELC ps-print-loaddefs.elc #4 1003. ELC ps-print.elc #4 1003. ELC ps-samp.elc #4 1004. ELC recentf.elc #4 1005. ELC rect.elc #4 1006. ELC registry.elc #4 1007. ELC repeat.elc #4 1007. ELC reposition.elc #4 1008. ELC reveal.elc #4 1008. ELC rot13.elc #4 1009. ELC rtree.elc #4 1010. ELC ruler-mode.elc #4 1010. ELC savehist.elc #4 1011. ELC saveplace.elc #4 1012. ELC scroll-all.elc #4 1012. ELC scroll-lock.elc #4 1013. ELC server.elc #4 1014. ELC ses.elc #4 1015. ELC shadowfile.elc #4 1017. ELC shell.elc #4 1018. ELC skeleton.elc #4 1018. ELC so-long.elc #4 1019. ELC sort.elc #4 1019. ELC soundex.elc #4 1020. ELC speedbar.elc #4 1021. ELC sqlite-mode.elc #4 1022. ELC sqlite.elc #4 1022. ELC strokes.elc #4 1023. ELC svg.elc #4 1024. ELC t-mouse.elc #4 1024. ELC tab-line.elc #4 1025. ELC tabify.elc #4 1026. ELC talk.elc #4 1026. ELC tar-mode.elc #4 1027. ELC tempo.elc #4 1028. ELC term.elc #4 1029. ELC thingatpt.elc #4 1030. ELC thread.elc #4 1030. ELC time-stamp.elc #4 1031. ELC time.elc #4 1031. ELC timezone.elc #4 1032. ELC tmm.elc #4 1033. ELC transient.elc #4 1034. ELC tree-widget.elc #4 1035. ELC treesit.elc #4 1036. ELC tutorial.elc #4 1036. ELC type-break.elc #4 1037. ELC userlock.elc #4 1037. ELC vcursor.elc #4 1038. ELC view.elc #4 1039. ELC visual-wrap.elc #4 1039. ELC wdired.elc #4 1040. ELC whitespace.elc #4 1040. ELC wid-browse.elc #4 1041. ELC wid-edit.elc #4 1042. ELC windmove.elc #4 1042. ELC winner.elc #4 1043. ELC woman.elc #4 1044. ELC xdg.elc #4 1044. ELC xml.elc #4 1045. ELC xt-mouse.elc #4 1045. ELC xwidget.elc #4 1047. ELC yank-media.elc #4 1047. ELC calc/calc-aent.elc #4 1048. ELC calc/calc-alg.elc #4 1049. ELC calc/calc-arith.elc #4 1050. ELC calc/calc-bin.elc #4 1051. ELC calc/calc-comb.elc #4 1052. ELC calc/calc-cplx.elc #4 1052. ELC calc/calc-embed.elc #4 1053. ELC calc/calc-ext.elc #4 1054. ELC calc/calc-fin.elc #4 1055. ELC calc/calc-forms.elc #4 1056. ELC calc/calc-frac.elc #4 1056. ELC calc/calc-funcs.elc #4 1057. ELC calc/calc-graph.elc #4 1058. ELC calc/calc-help.elc #4 1058. ELC calc/calc-incom.elc #4 1059. ELC calc/calc-keypd.elc #4 1059. ELC calc/calc-lang.elc #4 1060. ELC calc/calc-loaddefs.elc #4 1061. ELC calc/calc-macs.elc #4 1061. ELC calc/calc-map.elc #4 1062. ELC calc/calc-math.elc #4 1063. ELC calc/calc-menu.elc #4 1064. ELC calc/calc-misc.elc #4 1065. ELC calc/calc-mode.elc #4 1065. ELC calc/calc-mtx.elc #4 1066. ELC calc/calc-nlfit.elc #4 1066. ELC calc/calc-poly.elc #4 1067. ELC calc/calc-prog.elc #4 1068. ELC calc/calc-rewr.elc #4 1069. ELC calc/calc-rules.elc #4 1069. ELC calc/calc-sel.elc #4 1070. ELC calc/calc-stat.elc #4 1071. ELC calc/calc-store.elc #4 1071. ELC calc/calc-stuff.elc #4 1072. ELC calc/calc-trail.elc #4 1072. ELC calc/calc-undo.elc #4 1073. ELC calc/calc-units.elc #4 1074. ELC calc/calc-vec.elc #4 1074. ELC calc/calc-yank.elc #4 1075. ELC calc/calc.elc #4 1076. ELC calc/calcalg2.elc #4 1077. ELC calc/calcalg3.elc #4 1077. ELC calc/calccomp.elc #4 1078. ELC calc/calcsel2.elc #4 1079. ELC calendar/appt.elc #4 1079. ELC calendar/cal-bahai.elc #4 1080. ELC calendar/cal-china.elc #4 1081. ELC calendar/cal-coptic.elc #4 1081. ELC calendar/cal-dst.elc #4 1082. ELC calendar/cal-french.elc #4 1083. ELC calendar/cal-hebrew.elc #4 1083. ELC calendar/cal-html.elc #4 1084. ELC calendar/cal-islam.elc #4 1084. ELC calendar/cal-iso.elc #4 1085. ELC calendar/cal-julian.elc #4 1086. ELC calendar/cal-loaddefs.elc #4 1086. ELC calendar/cal-mayan.elc #4 1087. ELC calendar/cal-menu.elc #4 1087. ELC calendar/cal-move.elc #4 1088. ELC calendar/cal-persia.elc #4 1088. ELC calendar/cal-tex.elc #4 1089. ELC calendar/cal-x.elc #4 1089. ELC calendar/calendar.elc #4 1090. ELC calendar/diary-lib.elc #4 1091. ELC calendar/diary-loaddefs.elc #4 1091. ELC calendar/holiday-loaddefs.elc #4 1092. ELC calendar/holidays.elc #4 1092. ELC calendar/icalendar.elc #4 1093. ELC calendar/iso8601.elc #4 1094. ELC calendar/lunar.elc #4 1094. ELC calendar/parse-time.elc #4 1095. ELC calendar/solar.elc #4 1095. ELC calendar/time-date.elc #4 1096. ELC calendar/timeclock.elc #4 1096. ELC calendar/todo-mode.elc #4 1098. ELC cedet/cedet-cscope.elc #4 1098. ELC cedet/cedet-files.elc #4 1099. ELC cedet/cedet-global.elc #4 1099. ELC cedet/cedet-idutils.elc #4 1100. ELC cedet/cedet.elc #4 1100. ELC cedet/data-debug.elc #4 1101. ELC cedet/ede.elc #4 1102. ELC cedet/mode-local.elc #4 1102. ELC cedet/pulse.elc #4 1103. ELC cedet/semantic.elc #4 1104. ELC cedet/srecode.elc #4 1104. ELC cedet/ede/auto.elc #4 1105. ELC cedet/ede/autoconf-edit.elc #4 1105. ELC cedet/ede/base.elc #4 1106. ELC cedet/ede/config.elc #4 1107. ELC cedet/ede/cpp-root.elc #4 1108. ELC cedet/ede/custom.elc #4 1109. ELC cedet/ede/detect.elc #4 1110. ELC cedet/ede/dired.elc #4 1110. ELC cedet/ede/emacs.elc #4 1111. ELC cedet/ede/files.elc #4 1112. ELC cedet/ede/generic.elc #4 1113. ELC cedet/ede/linux.elc #4 1114. ELC cedet/ede/loaddefs.elc #4 1115. ELC cedet/ede/locate.elc #4 1116. ELC cedet/ede/make.elc #4 1116. ELC cedet/ede/makefile-edit.elc #4 1117. ELC cedet/ede/pconf.elc #4 1118. ELC cedet/ede/pmake.elc #4 1119. ELC cedet/ede/proj-archive.elc #4 1119. ELC cedet/ede/proj-aux.elc #4 1120. ELC cedet/ede/proj-comp.elc #4 1121. ELC cedet/ede/proj-elisp.elc #4 1122. ELC cedet/ede/proj-info.elc #4 1123. ELC cedet/ede/proj-misc.elc #4 1124. ELC cedet/ede/proj-obj.elc #4 1125. ELC cedet/ede/proj-prog.elc #4 1126. ELC cedet/ede/proj-scheme.elc #4 1127. ELC cedet/ede/proj-shared.elc #4 1128. ELC cedet/ede/proj.elc #4 1129. ELC cedet/ede/project-am.elc #4 1130. ELC cedet/ede/shell.elc #4 1131. ELC cedet/ede/simple.elc #4 1132. ELC cedet/ede/source.elc #4 1132. ELC cedet/ede/speedbar.elc #4 1133. ELC cedet/ede/srecode.elc #4 1134. ELC cedet/ede/system.elc #4 1135. ELC cedet/ede/util.elc #4 1135. ELC cedet/semantic/analyze.elc #4 1136. ELC cedet/semantic/bovine.elc #4 1137. ELC cedet/semantic/chart.elc #4 1138. ELC cedet/semantic/complete.elc #4 1139. ELC cedet/semantic/ctxt.elc #4 1140. ELC cedet/semantic/db-debug.elc #4 1141. ELC cedet/semantic/db-ebrowse.elc #4 1142. ELC cedet/semantic/db-el.elc #4 1143. ELC cedet/semantic/db-file.elc #4 1144. ELC cedet/semantic/db-find.elc #4 1145. ELC cedet/semantic/db-global.elc #4 1146. ELC cedet/semantic/db-javascript.elc #4 1147. ELC cedet/semantic/db-mode.elc #4 1147. ELC cedet/semantic/db-ref.elc #4 1148. ELC cedet/semantic/db-typecache.elc #4 1149. ELC cedet/semantic/debug.elc #4 1150. ELC cedet/semantic/decorate.elc #4 1151. ELC cedet/semantic/dep.elc #4 1151. ELC cedet/semantic/doc.elc #4 1152. ELC cedet/semantic/ede-grammar.elc #4 1154. ELC cedet/semantic/edit.elc #4 1154. ELC cedet/semantic/find.elc #4 1155. ELC cedet/semantic/format.elc #4 1156. ELC cedet/semantic/fw.elc #4 1157. ELC cedet/semantic/grammar-wy.elc #4 1158. ELC cedet/semantic/grammar.elc #4 1159. ELC cedet/semantic/grm-wy-boot.elc #4 1161. ELC cedet/semantic/html.elc #4 1162. ELC cedet/semantic/ia-sb.elc #4 1163. ELC cedet/semantic/ia.elc #4 1164. ELC cedet/semantic/idle.elc #4 1165. ELC cedet/semantic/imenu.elc #4 1166. ELC cedet/semantic/java.elc #4 1167. ELC cedet/semantic/lex-spp.elc #4 1168. ELC cedet/semantic/lex.elc #4 1168. ELC cedet/semantic/loaddefs.elc #4 1169. ELC cedet/semantic/mru-bookmark.elc #4 1170. ELC cedet/semantic/sb.elc #4 1170. ELC cedet/semantic/scope.elc #4 1171. ELC cedet/semantic/senator.elc #4 1172. ELC cedet/semantic/sort.elc #4 1173. ELC cedet/semantic/symref.elc #4 1174. ELC cedet/semantic/tag-file.elc #4 1175. ELC cedet/semantic/tag-ls.elc #4 1176. ELC cedet/semantic/tag-write.elc #4 1176. ELC cedet/semantic/tag.elc #4 1177. ELC cedet/semantic/texi.elc #4 1179. ELC cedet/semantic/util-modes.elc #4 1180. ELC cedet/semantic/util.elc #4 1180. ELC cedet/semantic/wisent.elc #4 1181. ELC cedet/semantic/analyze/complete.elc #4 1182. ELC cedet/semantic/analyze/debug.elc #4 1183. ELC cedet/semantic/analyze/fcn.elc #4 1184. ELC cedet/semantic/analyze/refs.elc #4 1185. ELC cedet/semantic/bovine/c-by.elc #4 1185. ELC cedet/semantic/bovine/c.elc #4 1190. ELC cedet/semantic/bovine/debug.elc #4 1191. ELC cedet/semantic/bovine/el.elc #4 1192. ELC cedet/semantic/bovine/gcc.elc #4 1192. ELC cedet/semantic/bovine/grammar.elc #4 1193. ELC cedet/semantic/bovine/make-by.elc #4 1194. ELC cedet/semantic/bovine/make.elc #4 1195. ELC cedet/semantic/bovine/scm-by.elc #4 1196. ELC cedet/semantic/bovine/scm.elc #4 1196. ELC cedet/semantic/decorate/include.elc #4 1197. ELC cedet/semantic/decorate/mode.elc #4 1198. ELC cedet/semantic/symref/cscope.elc #4 1198. ELC cedet/semantic/symref/filter.elc #4 1199. ELC cedet/semantic/symref/global.elc #4 1200. ELC cedet/semantic/symref/grep.elc #4 1201. ELC cedet/semantic/symref/idutils.elc #4 1202. ELC cedet/semantic/symref/list.elc #4 1203. ELC cedet/semantic/wisent/comp.elc #4 1204. ELC cedet/semantic/wisent/grammar.elc #4 1205. ELC cedet/semantic/wisent/java-tags.elc #4 1206. ELC cedet/semantic/wisent/javascript.elc #4 1207. ELC cedet/semantic/wisent/javat-wy.elc #4 1208. ELC cedet/semantic/wisent/js-wy.elc #4 1209. ELC cedet/semantic/wisent/python-wy.elc #4 1211. ELC cedet/semantic/wisent/python.elc #4 1212. ELC cedet/semantic/wisent/wisent.elc #4 1212. ELC cedet/srecode/args.elc #4 1213. ELC cedet/srecode/compile.elc #4 1214. ELC cedet/srecode/cpp.elc #4 1216. ELC cedet/srecode/ctxt.elc #4 1217. ELC cedet/srecode/dictionary.elc #4 1218. ELC cedet/srecode/document.elc #4 1220. ELC cedet/srecode/el.elc #4 1222. ELC cedet/srecode/expandproto.elc #4 1224. ELC cedet/srecode/extract.elc #4 1226. ELC cedet/srecode/fields.elc #4 1227. ELC cedet/srecode/filters.elc #4 1227. ELC cedet/srecode/find.elc #4 1229. ELC cedet/srecode/getset.elc #4 1231. ELC cedet/srecode/insert.elc #4 1233. ELC cedet/srecode/java.elc #4 1234. ELC cedet/srecode/loaddefs.elc #4 1235. ELC cedet/srecode/map.elc #4 1235. ELC cedet/srecode/mode.elc #4 1237. ELC cedet/srecode/semantic.elc #4 1239. ELC cedet/srecode/srt-mode.elc #4 1240. ELC cedet/srecode/srt-wy.elc #4 1241. ELC cedet/srecode/srt.elc #4 1243. ELC cedet/srecode/table.elc #4 1244. ELC cedet/srecode/template.elc #4 1244. ELC cedet/srecode/texi.elc #4 1247. ELC emacs-lisp/advice.elc #4 1248. ELC emacs-lisp/avl-tree.elc #4 1249. ELC emacs-lisp/backtrace.elc #4 1249. ELC emacs-lisp/benchmark.elc #4 1250. ELC emacs-lisp/bindat.elc #4 1251. ELC emacs-lisp/chart.elc #4 1252. ELC emacs-lisp/check-declare.elc #4 1252. ELC emacs-lisp/checkdoc.elc #4 1253. ELC emacs-lisp/cl-extra.elc #4 1254. ELC emacs-lisp/cl-indent.elc #4 1254. ELC emacs-lisp/cl-loaddefs.elc #4 1255. ELC emacs-lisp/cl-macs.elc #4 1256. ELC emacs-lisp/cl-print.elc #4 1256. ELC emacs-lisp/cl-seq.elc #4 1257. ELC emacs-lisp/comp-common.elc #4 1257. ELC emacs-lisp/comp-cstr.elc #4 1258. ELC emacs-lisp/comp-run.elc #4 1259. ELC emacs-lisp/comp.elc #4 1264. ELC emacs-lisp/compat.elc #4 1264. ELC emacs-lisp/copyright.elc #4 1265. ELC emacs-lisp/crm.elc #4 1265. ELC emacs-lisp/cursor-sensor.elc #4 1265. ELC emacs-lisp/debug.elc #4 1266. ELC emacs-lisp/derived.elc #4 1266. ELC emacs-lisp/disass.elc #4 1266. ELC emacs-lisp/easy-mmode.elc #4 1267. ELC emacs-lisp/edebug.elc #4 1268. ELC emacs-lisp/eieio-core.elc #4 1268. ELC emacs-lisp/eieio-custom.elc #4 1268. ELC emacs-lisp/eieio-datadebug.elc #4 1269. ELC emacs-lisp/eieio-opt.elc #4 1269. ELC emacs-lisp/eieio-speedbar.elc #4 1269. ELC emacs-lisp/elint.elc #4 1269. ELC emacs-lisp/elp.elc #4 1270. ELC emacs-lisp/ert-font-lock.elc #4 1270. ELC emacs-lisp/ert-x.elc #4 1271. ELC emacs-lisp/ert.elc #4 1272. ELC emacs-lisp/ewoc.elc #4 1273. ELC emacs-lisp/faceup.elc #4 1273. ELC emacs-lisp/find-func.elc #4 1273. ELC emacs-lisp/generate-lisp-file.elc #4 1273. ELC emacs-lisp/generator.elc #4 1274. ELC emacs-lisp/generic.elc #4 1274. ELC emacs-lisp/gv.elc #4 1275. ELC emacs-lisp/helper.elc #4 1275. ELC emacs-lisp/hierarchy.elc #4 1275. ELC emacs-lisp/icons.elc #4 1275. ELC emacs-lisp/inline.elc #4 1276. ELC emacs-lisp/let-alist.elc #4 1276. ELC emacs-lisp/lisp-mnt.elc #4 1276. ELC emacs-lisp/map.elc #4 1277. ELC emacs-lisp/memory-report.elc #4 1277. ELC emacs-lisp/multisession.elc #4 1277. #4 1277. In end of data: #4 1277. emacs-lisp/multisession.el: Warning: the function `sqlite-commit' is not known to be defined. #4 1277. emacs-lisp/multisession.el: Warning: the function `sqlite-transaction' is not known to be defined. #4 1277. emacs-lisp/multisession.el: Warning: the function `sqlite-rollback' is not known to be defined. #4 1277. ELC emacs-lisp/package-vc.elc #4 1278. ELC emacs-lisp/package-x.elc #4 1279. ELC emacs-lisp/package.elc #4 1280. ELC emacs-lisp/pcase.elc #4 1281. ELC emacs-lisp/pp.elc #4 1281. ELC emacs-lisp/range.elc #4 1281. ELC emacs-lisp/re-builder.elc #4 1281. ELC emacs-lisp/regi.elc #4 1281. ELC emacs-lisp/ring.elc #4 1282. ELC emacs-lisp/rx.elc #4 1282. ELC emacs-lisp/shadow.elc #4 1282. ELC emacs-lisp/shortdoc.elc #4 1282. ELC emacs-lisp/smie.elc #4 1283. ELC emacs-lisp/subr-x.elc #4 1283. ELC emacs-lisp/tcover-ses.elc #4 1283. ELC emacs-lisp/testcover.elc #4 1284. ELC emacs-lisp/text-property-search.elc #4 1284. ELC emacs-lisp/thunk.elc #4 1284. ELC emacs-lisp/timer-list.elc #4 1284. ELC emacs-lisp/tq.elc #4 1284. ELC emacs-lisp/trace.elc #4 1285. ELC emacs-lisp/unsafep.elc #4 1285. ELC emacs-lisp/vtable.elc #4 1285. ELC emacs-lisp/warnings.elc #4 1285. ELC emulation/cua-base.elc #4 1286. ELC emulation/cua-gmrk.elc #4 1286. ELC emulation/cua-rect.elc #4 1286. ELC emulation/edt-lk201.elc #4 1286. ELC emulation/edt-mapper.elc #4 1286. ELC emulation/edt-pc.elc #4 1287. ELC emulation/edt-vt100.elc #4 1287. ELC emulation/edt.elc #4 1287. ELC emulation/keypad.elc #4 1287. ELC emulation/viper-cmd.elc #4 1288. ELC emulation/viper-ex.elc #4 1288. ELC emulation/viper-init.elc #4 1289. ELC emulation/viper-keym.elc #4 1289. ELC emulation/viper-macs.elc #4 1289. ELC emulation/viper-mous.elc #4 1289. ELC emulation/viper-util.elc #4 1290. ELC emulation/viper.elc #4 1290. ELC erc/erc-autoaway.elc #4 1291. ELC erc/erc-backend.elc #4 1291. ELC erc/erc-button.elc #4 1292. ELC erc/erc-capab.elc #4 1293. ELC erc/erc-common.elc #4 1294. ELC erc/erc-compat.elc #4 1294. ELC erc/erc-dcc.elc #4 1294. ELC erc/erc-desktop-notifications.elc #4 1295. ELC erc/erc-ezbounce.elc #4 1295. ELC erc/erc-fill.elc #4 1296. ELC erc/erc-goodies.elc #4 1296. ELC erc/erc-ibuffer.elc #4 1297. ELC erc/erc-identd.elc #4 1297. ELC erc/erc-imenu.elc #4 1298. ELC erc/erc-join.elc #4 1298. ELC erc/erc-lang.elc #4 1299. ELC erc/erc-list.elc #4 1299. ELC erc/erc-loaddefs.elc #4 1299. ELC erc/erc-log.elc #4 1300. ELC erc/erc-match.elc #4 1300. ELC erc/erc-menu.elc #4 1301. ELC erc/erc-netsplit.elc #4 1301. ELC erc/erc-networks.elc #4 1302. ELC erc/erc-nicks.elc #4 1303. ELC erc/erc-notify.elc #4 1303. ELC erc/erc-page.elc #4 1304. ELC erc/erc-pcomplete.elc #4 1304. ELC erc/erc-replace.elc #4 1305. ELC erc/erc-ring.elc #4 1305. ELC erc/erc-sasl.elc #4 1306. ELC erc/erc-services.elc #4 1306. ELC erc/erc-sound.elc #4 1307. ELC erc/erc-speedbar.elc #4 1307. ELC erc/erc-spelling.elc #4 1308. ELC erc/erc-stamp.elc #4 1308. ELC erc/erc-status-sidebar.elc #4 1309. ELC erc/erc-track.elc #4 1310. ELC erc/erc-truncate.elc #4 1310. ELC erc/erc-xdcc.elc #4 1310. ELC erc/erc.elc #4 1312. ELC eshell/em-alias.elc #4 1312. ELC eshell/em-banner.elc #4 1312. ELC eshell/em-basic.elc #4 1313. ELC eshell/em-cmpl.elc #4 1313. ELC eshell/em-dirs.elc #4 1314. ELC eshell/em-elecslash.elc #4 1315. ELC eshell/em-extpipe.elc #4 1315. ELC eshell/em-glob.elc #4 1315. ELC eshell/em-hist.elc #4 1316. ELC eshell/em-ls.elc #4 1316. ELC eshell/em-pred.elc #4 1317. ELC eshell/em-prompt.elc #4 1317. ELC eshell/em-rebind.elc #4 1317. ELC eshell/em-script.elc #4 1318. ELC eshell/em-smart.elc #4 1318. ELC eshell/em-term.elc #4 1319. ELC eshell/em-tramp.elc #4 1320. ELC eshell/em-unix.elc #4 1320. ELC eshell/em-xtra.elc #4 1320. ELC eshell/esh-arg.elc #4 1321. ELC eshell/esh-cmd.elc #4 1321. ELC eshell/esh-ext.elc #4 1322. ELC eshell/esh-groups.elc #4 1322. ELC eshell/esh-io.elc #4 1322. ELC eshell/esh-mode.elc #4 1323. ELC eshell/esh-module.elc #4 1323. ELC eshell/esh-opt.elc #4 1323. ELC eshell/esh-proc.elc #4 1324. ELC eshell/esh-util.elc #4 1324. ELC eshell/esh-var.elc #4 1324. ELC eshell/eshell.elc #4 1325. ELC gnus/canlock.elc #4 1325. ELC gnus/deuglify.elc #4 1327. ELC gnus/gmm-utils.elc #4 1327. ELC gnus/gnus-agent.elc #4 1330. ELC gnus/gnus-art.elc #4 1333. ELC gnus/gnus-async.elc #4 1335. ELC gnus/gnus-bcklg.elc #4 1336. ELC gnus/gnus-bookmark.elc #4 1338. ELC gnus/gnus-cache.elc #4 1340. ELC gnus/gnus-cite.elc #4 1342. ELC gnus/gnus-cloud.elc #4 1343. ELC gnus/gnus-cus.elc #4 1345. ELC gnus/gnus-dbus.elc #4 1346. ELC gnus/gnus-delay.elc #4 1348. ELC gnus/gnus-demon.elc #4 1350. ELC gnus/gnus-diary.elc #4 1352. ELC gnus/gnus-dired.elc #4 1352. ELC gnus/gnus-draft.elc #4 1354. ELC gnus/gnus-dup.elc #4 1356. ELC gnus/gnus-eform.elc #4 1357. ELC gnus/gnus-fun.elc #4 1358. ELC gnus/gnus-gravatar.elc #4 1360. ELC gnus/gnus-group.elc #4 1362. ELC gnus/gnus-html.elc #4 1364. ELC gnus/gnus-icalendar.elc #4 1366. ELC gnus/gnus-int.elc #4 1368. ELC gnus/gnus-kill.elc #4 1370. ELC gnus/gnus-logic.elc #4 1372. ELC gnus/gnus-mh.elc #4 1374. ELC gnus/gnus-ml.elc #4 1375. ELC gnus/gnus-mlspl.elc #4 1377. ELC gnus/gnus-msg.elc #4 1379. ELC gnus/gnus-notifications.elc #4 1381. ELC gnus/gnus-picon.elc #4 1383. ELC gnus/gnus-range.elc #4 1383. ELC gnus/gnus-registry.elc #4 1385. ELC gnus/gnus-rfc1843.elc #4 1386. ELC gnus/gnus-rmail.elc #4 1387. ELC gnus/gnus-salt.elc #4 1389. ELC gnus/gnus-score.elc #4 1392. ELC gnus/gnus-search.elc #4 1395. ELC gnus/gnus-sieve.elc #4 1397. ELC gnus/gnus-spec.elc #4 1398. ELC gnus/gnus-srvr.elc #4 1399. ELC gnus/gnus-start.elc #4 1401. ELC gnus/gnus-sum.elc #4 1405. ELC gnus/gnus-topic.elc #4 1406. ELC gnus/gnus-undo.elc #4 1407. ELC gnus/gnus-util.elc #4 1407. ELC gnus/gnus-uu.elc #4 1409. ELC gnus/gnus-vm.elc #4 1410. ELC gnus/gnus-win.elc #4 1411. ELC gnus/gnus.elc #4 1412. ELC gnus/gssapi.elc #4 1412. ELC gnus/mail-source.elc #4 1413. ELC gnus/message.elc #4 1414. ELC gnus/mm-archive.elc #4 1415. ELC gnus/mm-bodies.elc #4 1415. ELC gnus/mm-decode.elc #4 1415. ELC gnus/mm-encode.elc #4 1415. ELC gnus/mm-extern.elc #4 1416. ELC gnus/mm-partial.elc #4 1417. ELC gnus/mm-url.elc #4 1417. ELC gnus/mm-util.elc #4 1418. ELC gnus/mm-uu.elc #4 1418. ELC gnus/mm-view.elc #4 1418. ELC gnus/mml-sec.elc #4 1419. ELC gnus/mml-smime.elc #4 1419. ELC gnus/mml.elc #4 1420. ELC gnus/mml1991.elc #4 1420. ELC gnus/mml2015.elc #4 1420. ELC gnus/nnagent.elc #4 1422. ELC gnus/nnbabyl.elc #4 1423. ELC gnus/nndiary.elc #4 1424. ELC gnus/nndir.elc #4 1424. ELC gnus/nndoc.elc #4 1425. ELC gnus/nndraft.elc #4 1426. ELC gnus/nneething.elc #4 1426. ELC gnus/nnfolder.elc #4 1427. ELC gnus/nngateway.elc #4 1427. ELC gnus/nnheader.elc #4 1428. ELC gnus/nnimap.elc #4 1428. ELC gnus/nnmail.elc #4 1429. ELC gnus/nnmaildir.elc #4 1430. ELC gnus/nnmairix.elc #4 1432. ELC gnus/nnmbox.elc #4 1432. ELC gnus/nnmh.elc #4 1433. ELC gnus/nnml.elc #4 1433. ELC gnus/nnnil.elc #4 1434. ELC gnus/nnoo.elc #4 1434. ELC gnus/nnregistry.elc #4 1435. ELC gnus/nnrss.elc #4 1435. ELC gnus/nnselect.elc #4 1437. ELC gnus/nnspool.elc #4 1437. ELC gnus/nntp.elc #4 1438. ELC gnus/nnvirtual.elc #4 1439. ELC gnus/nnweb.elc #4 1440. ELC gnus/score-mode.elc #4 1440. ELC gnus/smiley.elc #4 1441. ELC gnus/smime.elc #4 1441. ELC gnus/spam-report.elc #4 1443. ELC gnus/spam-stat.elc #4 1443. ELC gnus/spam-wash.elc #4 1444. ELC gnus/spam.elc #4 1445. ELC image/compface.elc #4 1445. ELC image/exif.elc #4 1446. ELC image/gravatar.elc #4 1446. ELC image/image-converter.elc #4 1446. ELC image/image-crop.elc #4 1446. ELC image/image-dired-dired.elc #4 1447. ELC image/image-dired-external.elc #4 1447. ELC image/image-dired-tags.elc #4 1447. ELC image/image-dired-util.elc #4 1447. #4 1447. In end of data: #4 1447. image/image-dired-util.el:208:14: Warning: the function `clear-image-cache' is not known to be defined. #4 1447. ELC image/image-dired.elc #4 1448. ELC image/wallpaper.elc #4 1448. ELC international/ccl.elc #4 1448. ELC international/emoji.elc #4 1449. ELC international/isearch-x.elc #4 1449. ELC international/iso-ascii.elc #4 1449. ELC international/iso-cvt.elc #4 1449. ELC international/ja-dic-utl.elc #4 1449. ELC international/kinsoku.elc #4 1449. ELC international/kkc.elc #4 1450. ELC international/latexenc.elc #4 1450. ELC international/latin1-disp.elc #4 1450. ELC international/mule-diag.elc #4 1450. ELC international/ogonek.elc #4 1451. ELC international/quail.elc #4 1451. ELC international/rfc1843.elc #4 1451. ELC international/robin.elc #4 1451. ELC international/textsec-check.elc #4 1452. ELC international/textsec.elc #4 1452. ELC international/utf-7.elc #4 1453. ELC international/utf7.elc #4 1453. ELC language/china-util.elc #4 1453. ELC language/cyril-util.elc #4 1453. ELC language/ethio-util.elc #4 1453. ELC language/hanja-util.elc #4 1454. ELC language/ind-util.elc #4 1455. ELC language/japan-util.elc #4 1456. ELC language/korea-util.elc #4 1456. ELC language/lao-util.elc #4 1456. ELC language/pinyin.elc #4 1456. ELC language/thai-util.elc #4 1456. ELC language/thai-word.elc #4 1457. ELC language/tibet-util.elc #4 1457. ELC language/tv-util.elc #4 1457. ELC language/viet-util.elc #4 1457. ELC leim/quail/4Corner.elc #4 1457. ELC leim/quail/ARRAY30.elc #4 1458. ELC leim/quail/CCDOSPY.elc #4 1458. ELC leim/quail/CTLau-b5.elc #4 1458. ELC leim/quail/CTLau.elc #4 1459. ELC leim/quail/ECDICT.elc #4 1459. ELC leim/quail/ETZY.elc #4 1459. ELC leim/quail/PY-b5.elc #4 1460. ELC leim/quail/PY.elc #4 1460. ELC leim/quail/Punct-b5.elc #4 1460. ELC leim/quail/Punct.elc #4 1460. ELC leim/quail/QJ-b5.elc #4 1460. ELC leim/quail/QJ.elc #4 1461. ELC leim/quail/SW.elc #4 1461. ELC leim/quail/TONEPY.elc #4 1461. ELC leim/quail/ZIRANMA.elc #4 1462. ELC leim/quail/ZOZY.elc #4 1462. ELC leim/quail/arabic.elc #4 1463. ELC leim/quail/cham.elc #4 1463. ELC leim/quail/compose.elc #4 1463. ELC leim/quail/croatian.elc #4 1463. ELC leim/quail/cyril-jis.elc #4 1464. ELC leim/quail/cyrillic.elc #4 1464. ELC leim/quail/czech.elc #4 1464. ELC leim/quail/emoji.elc #4 1465. ELC leim/quail/ethiopic.elc #4 1465. ELC leim/quail/georgian.elc #4 1465. ELC leim/quail/greek.elc #4 1465. ELC leim/quail/hangul.elc #4 1465. ELC leim/quail/hanja-jis.elc #4 1466. ELC leim/quail/hanja.elc #4 1466. ELC leim/quail/hanja3.elc #4 1466. ELC leim/quail/hebrew.elc #4 1466. ELC leim/quail/indian.elc #4 1467. ELC leim/quail/indonesian.elc #4 1467. ELC leim/quail/ipa-praat.elc #4 1467. ELC leim/quail/ipa.elc #4 1467. ELC leim/quail/japanese.elc #4 1468. ELC leim/quail/lao.elc #4 1468. ELC leim/quail/latin-alt.elc #4 1468. ELC leim/quail/latin-ltx.elc #4 1470. ELC leim/quail/latin-post.elc #4 1470. ELC leim/quail/latin-pre.elc #4 1470. ELC leim/quail/lrt.elc #4 1471. ELC leim/quail/misc-lang.elc #4 1471. ELC leim/quail/pakistan.elc #4 1471. ELC leim/quail/persian.elc #4 1471. ELC leim/quail/philippine.elc #4 1471. ELC leim/quail/programmer-dvorak.elc #4 1472. ELC leim/quail/py-punct.elc #4 1472. ELC leim/quail/pypunct-b5.elc #4 1472. ELC leim/quail/quick-b5.elc #4 1472. ELC leim/quail/quick-cns.elc #4 1472. ELC leim/quail/rfc1345.elc #4 1473. ELC leim/quail/sami.elc #4 1473. ELC leim/quail/sgml-input.elc #4 1473. ELC leim/quail/sisheng.elc #4 1473. ELC leim/quail/slovak.elc #4 1473. ELC leim/quail/symbol-ksc.elc #4 1474. ELC leim/quail/tamil-dvorak.elc #4 1474. ELC leim/quail/thai.elc #4 1474. ELC leim/quail/tibetan.elc #4 1474. ELC leim/quail/tsang-b5.elc #4 1475. ELC leim/quail/tsang-cns.elc #4 1475. ELC leim/quail/uni-input.elc #4 1475. ELC leim/quail/viqr.elc #4 1475. ELC leim/quail/vntelex.elc #4 1476. ELC leim/quail/vnvni.elc #4 1476. ELC leim/quail/welsh.elc #4 1476. ELC mail/binhex.elc #4 1476. ELC mail/emacsbug.elc #4 1477. ELC mail/feedmail.elc #4 1477. ELC mail/flow-fill.elc #4 1477. ELC mail/footnote.elc #4 1477. ELC mail/hashcash.elc #4 1478. ELC mail/ietf-drums-date.elc #4 1478. ELC mail/ietf-drums.elc #4 1478. ELC mail/mail-extr.elc #4 1478. ELC mail/mail-hist.elc #4 1479. ELC mail/mail-parse.elc #4 1479. ELC mail/mail-prsvr.elc #4 1479. ELC mail/mail-utils.elc #4 1479. ELC mail/mailabbrev.elc #4 1479. ELC mail/mailalias.elc #4 1480. ELC mail/mailclient.elc #4 1480. ELC mail/mailheader.elc #4 1480. ELC mail/mspools.elc #4 1480. ELC mail/qp.elc #4 1481. ELC mail/reporter.elc #4 1481. ELC mail/rfc2045.elc #4 1481. ELC mail/rfc2047.elc #4 1481. ELC mail/rfc2231.elc #4 1482. ELC mail/rfc6068.elc #4 1482. ELC mail/rfc822.elc #4 1482. ELC mail/rmail-spam-filter.elc #4 1482. ELC mail/rmail.elc #4 1483. ELC mail/rmailedit.elc #4 1484. ELC mail/rmailkwd.elc #4 1484. ELC mail/rmailmm.elc #4 1485. ELC mail/rmailmsc.elc #4 1485. ELC mail/rmailout.elc #4 1485. ELC mail/rmailsort.elc #4 1485. ELC mail/rmailsum.elc #4 1486. ELC mail/sendmail.elc #4 1486. ELC mail/smtpmail.elc #4 1487. ELC mail/supercite.elc #4 1487. ELC mail/undigest.elc #4 1487. ELC mail/unrmail.elc #4 1487. ELC mail/uudecode.elc #4 1488. ELC mail/yenc.elc #4 1488. ELC mh-e/mh-acros.elc #4 1488. ELC mh-e/mh-alias.elc #4 1488. ELC mh-e/mh-buffers.elc #4 1488. ELC mh-e/mh-comp.elc #4 1489. ELC mh-e/mh-e.elc #4 1489. ELC mh-e/mh-folder.elc #4 1490. ELC mh-e/mh-funcs.elc #4 1490. ELC mh-e/mh-gnus.elc #4 1490. ELC mh-e/mh-identity.elc #4 1491. ELC mh-e/mh-inc.elc #4 1491. ELC mh-e/mh-junk.elc #4 1491. ELC mh-e/mh-letter.elc #4 1491. ELC mh-e/mh-limit.elc #4 1492. ELC mh-e/mh-loaddefs.elc #4 1492. ELC mh-e/mh-mime.elc #4 1492. ELC mh-e/mh-print.elc #4 1493. ELC mh-e/mh-scan.elc #4 1493. ELC mh-e/mh-search.elc #4 1494. ELC mh-e/mh-seq.elc #4 1495. ELC mh-e/mh-show.elc #4 1496. ELC mh-e/mh-speed.elc #4 1496. ELC mh-e/mh-thread.elc #4 1497. ELC mh-e/mh-tool-bar.elc #4 1497. ELC mh-e/mh-utils.elc #4 1498. ELC mh-e/mh-xface.elc #4 1498. ELC net/ange-ftp.elc #4 1498. ELC net/browse-url.elc #4 1499. ELC net/dbus.elc #4 1499. ELC net/dictionary-connection.elc #4 1499. ELC net/dictionary.elc #4 1500. ELC net/dig.elc #4 1500. ELC net/dns.elc #4 1500. ELC net/eudc-bob.elc #4 1500. ELC net/eudc-capf.elc #4 1501. ELC net/eudc-export.elc #4 1501. ELC net/eudc-hotlist.elc #4 1501. ELC net/eudc-vars.elc #4 1501. ELC net/eudc.elc #4 1502. ELC net/eudcb-bbdb.elc #4 1502. ELC net/eudcb-ecomplete.elc #4 1502. ELC net/eudcb-ldap.elc #4 1502. ELC net/eudcb-mab.elc #4 1502. ELC net/eudcb-macos-contacts.elc #4 1503. ELC net/eudcb-mailabbrev.elc #4 1503. ELC net/eww.elc #4 1504. #4 1504. In end of data: #4 1504. net/eww.el:1271:59: Warning: the function `imagep' is not known to be defined. #4 1504. ELC net/gnutls.elc #4 1504. ELC net/goto-addr.elc #4 1504. ELC net/hmac-def.elc #4 1505. ELC net/hmac-md5.elc #4 1505. ELC net/imap.elc #4 1505. ELC net/ldap.elc #4 1506. ELC net/mailcap.elc #4 1506. ELC net/mairix.elc #4 1506. ELC net/net-utils.elc #4 1507. ELC net/network-stream.elc #4 1507. ELC net/newst-backend.elc #4 1507. ELC net/newst-plainview.elc #4 1508. ELC net/newst-reader.elc #4 1508. ELC net/newst-ticker.elc #4 1508. ELC net/newst-treeview.elc #4 1509. ELC net/newsticker.elc #4 1509. ELC net/nsm.elc #4 1509. ELC net/ntlm.elc #4 1509. ELC net/pop3.elc #4 1510. ELC net/puny.elc #4 1510. ELC net/rcirc.elc #4 1511. ELC net/rfc2104.elc #4 1511. ELC net/sasl-cram.elc #4 1511. ELC net/sasl-digest.elc #4 1511. ELC net/sasl-ntlm.elc #4 1511. ELC net/sasl-scram-rfc.elc #4 1511. ELC net/sasl-scram-sha256.elc #4 1512. ELC net/sasl.elc #4 1512. ELC net/secrets.elc #4 1512. ELC net/shr-color.elc #4 1512. ELC net/shr.elc #4 1513. ELC net/sieve-manage.elc #4 1514. ELC net/sieve-mode.elc #4 1514. ELC net/sieve.elc #4 1514. ELC net/snmp-mode.elc #4 1514. ELC net/soap-client.elc #4 1516. ELC net/soap-inspect.elc #4 1516. ELC net/socks.elc #4 1517. ELC net/telnet.elc #4 1517. ELC net/tramp-adb.elc #4 1518. ELC net/tramp-androidsu.elc #4 1519. ELC net/tramp-archive.elc #4 1521. ELC net/tramp-cache.elc #4 1522. ELC net/tramp-cmds.elc #4 1523. ELC net/tramp-compat.elc #4 1523. ELC net/tramp-container.elc #4 1524. ELC net/tramp-crypt.elc #4 1525. ELC net/tramp-ftp.elc #4 1525. ELC net/tramp-fuse.elc #4 1526. ELC net/tramp-gvfs.elc #4 1527. ELC net/tramp-integration.elc #4 1527. ELC net/tramp-loaddefs.elc #4 1528. ELC net/tramp-message.elc #4 1528. ELC net/tramp-rclone.elc #4 1528. ELC net/tramp-sh.elc #4 1530. ELC net/tramp-smb.elc #4 1531. ELC net/tramp-sshfs.elc #4 1532. ELC net/tramp-sudoedit.elc #4 1533. ELC net/tramp-uu.elc #4 1533. ELC net/tramp.elc #4 1535. ELC net/trampver.elc #4 1535. ELC net/webjump.elc #4 1535. ELC net/zeroconf.elc #4 1535. ELC nxml/nxml-enc.elc #4 1535. ELC nxml/nxml-maint.elc #4 1536. ELC nxml/nxml-mode.elc #4 1536. ELC nxml/nxml-ns.elc #4 1536. ELC nxml/nxml-outln.elc #4 1537. ELC nxml/nxml-parse.elc #4 1537. ELC nxml/nxml-rap.elc #4 1537. ELC nxml/nxml-util.elc #4 1537. ELC nxml/rng-cmpct.elc #4 1538. ELC nxml/rng-dt.elc #4 1538. ELC nxml/rng-loc.elc #4 1538. ELC nxml/rng-maint.elc #4 1539. ELC nxml/rng-match.elc #4 1539. ELC nxml/rng-nxml.elc #4 1539. ELC nxml/rng-parse.elc #4 1539. ELC nxml/rng-pttrn.elc #4 1540. ELC nxml/rng-uri.elc #4 1540. ELC nxml/rng-util.elc #4 1540. ELC nxml/rng-valid.elc #4 1540. ELC nxml/rng-xsd.elc #4 1541. ELC nxml/xmltok.elc #4 1541. ELC nxml/xsd-regexp.elc #4 1541. ELC obsolete/autoarg.elc #4 1541. ELC obsolete/autoload.elc #4 1542. ELC obsolete/bruce.elc #4 1542. ELC obsolete/cc-compat.elc #4 1543. ELC obsolete/cl-compat.elc #4 1543. ELC obsolete/cl.elc #4 1544. ELC obsolete/crisp.elc #4 1544. ELC obsolete/eieio-compat.elc #4 1544. ELC obsolete/eudcb-ph.elc #4 1544. ELC obsolete/gs.elc #4 1544. ELC obsolete/gulp.elc #4 1545. ELC obsolete/html2text.elc #4 1545. ELC obsolete/info-edit.elc #4 1545. ELC obsolete/inversion.elc #4 1545. ELC obsolete/iswitchb.elc #4 1545. ELC obsolete/landmark.elc #4 1546. ELC obsolete/linum.elc #4 1546. ELC obsolete/longlines.elc #4 1546. ELC obsolete/makesum.elc #4 1546. ELC obsolete/mantemp.elc #4 1546. ELC obsolete/meese.elc #4 1547. ELC obsolete/metamail.elc #4 1547. ELC obsolete/mh-compat.elc #4 1547. ELC obsolete/netrc.elc #4 1547. ELC obsolete/nnir.elc #4 1547. ELC obsolete/otodo-mode.elc #4 1548. ELC obsolete/pgg-def.elc #4 1548. ELC obsolete/pgg-gpg.elc #4 1548. ELC obsolete/pgg-parse.elc #4 1548. ELC obsolete/pgg-pgp.elc #4 1549. ELC obsolete/pgg-pgp5.elc #4 1549. ELC obsolete/pgg.elc #4 1549. ELC obsolete/ps-def.elc #4 1549. ELC obsolete/quickurl.elc #4 1550. ELC obsolete/rcompile.elc #4 1550. ELC obsolete/rfc2368.elc #4 1550. ELC obsolete/rlogin.elc #4 1550. ELC obsolete/sb-image.elc #4 1551. ELC obsolete/starttls.elc #4 1551. ELC obsolete/sup-mouse.elc #4 1551. ELC obsolete/terminal.elc #4 1551. ELC obsolete/thumbs.elc #4 1551. ELC obsolete/tls.elc #4 1552. ELC obsolete/tpu-edt.elc #4 1552. ELC obsolete/tpu-extras.elc #4 1552. ELC obsolete/tpu-mapper.elc #4 1552. ELC obsolete/uce.elc #4 1552. ELC obsolete/url-about.elc #4 1553. ELC obsolete/url-dired.elc #4 1553. ELC obsolete/url-ns.elc #4 1553. ELC obsolete/vc-arch.elc #4 1553. ELC obsolete/vc-mtn.elc #4 1554. ELC obsolete/vi.elc #4 1554. ELC obsolete/vip.elc #4 1554. ELC obsolete/vt-control.elc #4 1555. ELC obsolete/vt100-led.elc #4 1555. ELC obsolete/ws-mode.elc #4 1555. ELC obsolete/yow.elc #4 1555. ELC org/ob-C.elc #4 1559. ELC org/ob-R.elc #4 1559. ELC org/ob-awk.elc #4 1560. ELC org/ob-calc.elc #4 1560. ELC org/ob-clojure.elc #4 1561. ELC org/ob-comint.elc #4 1561. ELC org/ob-core.elc #4 1562. ELC org/ob-css.elc #4 1562. ELC org/ob-ditaa.elc #4 1563. ELC org/ob-dot.elc #4 1563. ELC org/ob-emacs-lisp.elc #4 1563. ELC org/ob-eshell.elc #4 1564. ELC org/ob-eval.elc #4 1564. ELC org/ob-exp.elc #4 1564. ELC org/ob-forth.elc #4 1564. ELC org/ob-fortran.elc #4 1568. ELC org/ob-gnuplot.elc #4 1568. ELC org/ob-groovy.elc #4 1569. ELC org/ob-haskell.elc #4 1569. ELC org/ob-java.elc #4 1570. ELC org/ob-js.elc #4 1570. ELC org/ob-julia.elc #4 1570. ELC org/ob-latex.elc #4 1571. ELC org/ob-lilypond.elc #4 1571. ELC org/ob-lisp.elc #4 1571. ELC org/ob-lob.elc #4 1572. ELC org/ob-lua.elc #4 1572. ELC org/ob-makefile.elc #4 1573. ELC org/ob-matlab.elc #4 1573. ELC org/ob-maxima.elc #4 1573. ELC org/ob-ocaml.elc #4 1574. ELC org/ob-octave.elc #4 1574. ELC org/ob-org.elc #4 1574. ELC org/ob-perl.elc #4 1575. ELC org/ob-plantuml.elc #4 1575. ELC org/ob-processing.elc #4 1575. ELC org/ob-python.elc #4 1576. ELC org/ob-ref.elc #4 1576. ELC org/ob-ruby.elc #4 1577. ELC org/ob-sass.elc #4 1577. ELC org/ob-scheme.elc #4 1577. ELC org/ob-screen.elc #4 1578. ELC org/ob-sed.elc #4 1578. ELC org/ob-shell.elc #4 1579. ELC org/ob-sql.elc #4 1579. ELC org/ob-sqlite.elc #4 1579. ELC org/ob-table.elc #4 1580. ELC org/ob-tangle.elc #4 1580. ELC org/ob.elc #4 1580. ELC org/oc-basic.elc #4 1581. ELC org/oc-biblatex.elc #4 1581. ELC org/oc-bibtex.elc #4 1581. ELC org/oc-csl.elc #4 1582. ELC org/oc-natbib.elc #4 1582. ELC org/ol-bbdb.elc #4 1582. ELC org/ol-bibtex.elc #4 1583. ELC org/ol-docview.elc #4 1583. ELC org/ol-doi.elc #4 1583. ELC org/ol-eshell.elc #4 1584. ELC org/ol-eww.elc #4 1584. ELC org/ol-gnus.elc #4 1585. ELC org/ol-info.elc #4 1585. ELC org/ol-irc.elc #4 1586. ELC org/ol-man.elc #4 1586. ELC org/ol-mhe.elc #4 1586. ELC org/ol-rmail.elc #4 1587. ELC org/ol-w3m.elc #4 1587. ELC org/org-agenda.elc #4 1590. ELC org/org-archive.elc #4 1591. ELC org/org-attach-git.elc #4 1592. ELC org/org-attach.elc #4 1593. ELC org/org-capture.elc #4 1595. ELC org/org-clock.elc #4 1597. ELC org/org-colview.elc #4 1598. ELC org/org-compat.elc #4 1598. ELC org/org-crypt.elc #4 1598. ELC org/org-ctags.elc #4 1600. ELC org/org-cycle.elc #4 1600. ELC org/org-datetree.elc #4 1601. ELC org/org-duration.elc #4 1601. ELC org/org-entities.elc #4 1602. ELC org/org-faces.elc #4 1602. ELC org/org-feed.elc #4 1603. ELC org/org-fold-core.elc #4 1604. ELC org/org-fold.elc #4 1604. ELC org/org-footnote.elc #4 1604. ELC org/org-goto.elc #4 1606. ELC org/org-habit.elc #4 1607. ELC org/org-id.elc #4 1608. ELC org/org-indent.elc #4 1609. ELC org/org-inlinetask.elc #4 1610. ELC org/org-keys.elc #4 1611. ELC org/org-lint.elc #4 1612. ELC org/org-list.elc #4 1613. ELC org/org-loaddefs.elc #4 1613. ELC org/org-macs.elc #4 1613. ELC org/org-mobile.elc #4 1615. ELC org/org-mouse.elc #4 1616. ELC org/org-num.elc #4 1617. ELC org/org-pcomplete.elc #4 1617. ELC org/org-persist.elc #4 1618. ELC org/org-plot.elc #4 1619. ELC org/org-protocol.elc #4 1620. ELC org/org-refile.elc #4 1621. ELC org/org-src.elc #4 1622. ELC org/org-table.elc #4 1623. ELC org/org-tempo.elc #4 1624. ELC org/org-timer.elc #4 1625. ELC org/org.elc #4 1628. ELC org/ox-ascii.elc #4 1629. ELC org/ox-beamer.elc #4 1629. ELC org/ox-html.elc #4 1630. ELC org/ox-icalendar.elc #4 1631. ELC org/ox-koma-letter.elc #4 1632. ELC org/ox-latex.elc #4 1633. ELC org/ox-man.elc #4 1633. ELC org/ox-md.elc #4 1634. ELC org/ox-odt.elc #4 1635. ELC org/ox-org.elc #4 1636. ELC org/ox-publish.elc #4 1636. ELC play/5x5.elc #4 1636. ELC play/animate.elc #4 1637. ELC play/blackbox.elc #4 1637. ELC play/bubbles.elc #4 1637. ELC play/cookie1.elc #4 1637. ELC play/decipher.elc #4 1638. ELC play/dissociate.elc #4 1638. ELC play/doctor.elc #4 1638. ELC play/dunnet.elc #4 1638. ELC play/fortune.elc #4 1639. ELC play/gamegrid.elc #4 1639. ELC play/gametree.elc #4 1639. ELC play/gomoku.elc #4 1639. ELC play/handwrite.elc #4 1640. ELC play/hanoi.elc #4 1640. ELC play/life.elc #4 1640. ELC play/morse.elc #4 1640. ELC play/mpuz.elc #4 1640. ELC play/pong.elc #4 1640. ELC play/snake.elc #4 1641. ELC play/solitaire.elc #4 1641. ELC play/spook.elc #4 1641. ELC play/studly.elc #4 1641. ELC play/tetris.elc #4 1642. ELC play/zone.elc #4 1642. ELC progmodes/antlr-mode.elc #4 1645. ELC progmodes/asm-mode.elc #4 1645. ELC progmodes/autoconf.elc #4 1646. ELC progmodes/bat-mode.elc #4 1646. ELC progmodes/bug-reference.elc #4 1646. ELC progmodes/c-ts-common.elc #4 1646. ELC progmodes/c-ts-mode.elc #4 1646. ELC progmodes/cc-bytecomp.elc #4 1647. ELC progmodes/cc-defs.elc #4 1647. ELC progmodes/cc-vars.elc #4 1647. ELC progmodes/cc-langs.elc #4 1648. ELC progmodes/cc-engine.elc #4 1650. ELC progmodes/cc-align.elc #4 1650. ELC progmodes/cc-awk.elc #4 1651. ELC progmodes/cc-cmds.elc #4 1651. ELC progmodes/cc-fonts.elc #4 1652. ELC progmodes/cc-guess.elc #4 1652. ELC progmodes/cc-menus.elc #4 1652. ELC progmodes/cc-styles.elc #4 1653. ELC progmodes/cc-mode.elc #4 1654. ELC progmodes/cfengine.elc #4 1654. ELC progmodes/cl-font-lock.elc #4 1654. ELC progmodes/cmacexp.elc #4 1654. ELC progmodes/cmake-ts-mode.elc #4 1655. ELC progmodes/compile.elc #4 1655. ELC progmodes/cperl-mode.elc #4 1656. ELC progmodes/cpp.elc #4 1656. ELC progmodes/csharp-mode.elc #4 1657. ELC progmodes/cwarn.elc #4 1657. ELC progmodes/dcl-mode.elc #4 1657. ELC progmodes/dockerfile-ts-mode.elc #4 1658. ELC progmodes/ebnf-abn.elc #4 1658. ELC progmodes/ebnf-bnf.elc #4 1658. ELC progmodes/ebnf-dtd.elc #4 1658. ELC progmodes/ebnf-ebx.elc #4 1658. ELC progmodes/ebnf-iso.elc #4 1659. ELC progmodes/ebnf-otz.elc #4 1659. ELC progmodes/ebnf-yac.elc #4 1659. ELC progmodes/ebnf2ps.elc #4 1659. ELC progmodes/ebrowse.elc #4 1661. ELC progmodes/eglot.elc #4 1662. ELC progmodes/elixir-ts-mode.elc #4 1662. ELC progmodes/erts-mode.elc #4 1663. ELC progmodes/etags-regen.elc #4 1663. ELC progmodes/etags.elc #4 1663. ELC progmodes/executable.elc #4 1663. ELC progmodes/f90.elc #4 1664. ELC progmodes/flymake-cc.elc #4 1664. ELC progmodes/flymake-proc.elc #4 1664. ELC progmodes/flymake.elc #4 1665. ELC progmodes/fortran.elc #4 1665. ELC progmodes/gdb-mi.elc #4 1666. ELC progmodes/glasses.elc #4 1666. ELC progmodes/go-ts-mode.elc #4 1666. ELC progmodes/grep.elc #4 1667. ELC progmodes/gud.elc #4 1667. ELC progmodes/heex-ts-mode.elc #4 1667. ELC progmodes/hideif.elc #4 1668. ELC progmodes/hideshow.elc #4 1668. ELC progmodes/icon.elc #4 1668. ELC progmodes/idlw-complete-structtag.elc #4 1669. ELC progmodes/idlw-help.elc #4 1669. ELC progmodes/idlw-shell.elc #4 1670. ELC progmodes/idlw-toolbar.elc #4 1670. ELC progmodes/idlwave.elc #4 1671. ELC progmodes/inf-lisp.elc #4 1671. ELC progmodes/java-ts-mode.elc #4 1672. ELC progmodes/js.elc #4 1672. ELC progmodes/json-ts-mode.elc #4 1673. ELC progmodes/ld-script.elc #4 1673. ELC progmodes/lua-ts-mode.elc #4 1673. ELC progmodes/m4-mode.elc #4 1673. ELC progmodes/make-mode.elc #4 1673. ELC progmodes/meta-mode.elc #4 1674. ELC progmodes/mixal-mode.elc #4 1674. ELC progmodes/modula2.elc #4 1674. ELC progmodes/octave.elc #4 1675. ELC progmodes/opascal.elc #4 1675. ELC progmodes/pascal.elc #4 1675. ELC progmodes/perl-mode.elc #4 1676. ELC progmodes/project.elc #4 1676. ELC progmodes/prolog.elc #4 1677. ELC progmodes/ps-mode.elc #4 1677. ELC progmodes/python.elc #4 1678. ELC progmodes/ruby-mode.elc #4 1678. ELC progmodes/ruby-ts-mode.elc #4 1679. ELC progmodes/rust-ts-mode.elc #4 1679. ELC progmodes/scheme.elc #4 1679. ELC progmodes/sh-script.elc #4 1679. ELC progmodes/simula.elc #4 1680. ELC progmodes/sql.elc #4 1681. ELC progmodes/subword.elc #4 1681. ELC progmodes/tcl.elc #4 1681. ELC progmodes/typescript-ts-mode.elc #4 1681. ELC progmodes/vera-mode.elc #4 1682. ELC progmodes/verilog-mode.elc #4 1683. ELC progmodes/vhdl-mode.elc #4 1685. ELC progmodes/which-func.elc #4 1685. ELC progmodes/xref.elc #4 1685. ELC progmodes/xscheme.elc #4 1686. ELC term/AT386.elc #4 1686. ELC term/bobcat.elc #4 1686. ELC term/cygwin.elc #4 1686. ELC term/fbterm.elc #4 1686. ELC term/iris-ansi.elc #4 1686. ELC term/konsole.elc #4 1687. ELC term/linux.elc #4 1687. ELC term/lk201.elc #4 1687. ELC term/news.elc #4 1687. ELC term/rxvt.elc #4 1687. ELC term/screen.elc #4 1687. ELC term/st.elc #4 1687. ELC term/sun.elc #4 1688. ELC term/tmux.elc #4 1688. ELC term/tvi970.elc #4 1688. ELC term/vt100.elc #4 1688. ELC term/vt200.elc #4 1688. ELC term/w32console.elc #4 1688. ELC term/wyse50.elc #4 1688. ELC term/xterm.elc #4 1689. ELC textmodes/artist.elc #4 1689. ELC textmodes/bib-mode.elc #4 1689. ELC textmodes/bibtex-style.elc #4 1690. ELC textmodes/bibtex.elc #4 1690. ELC textmodes/conf-mode.elc #4 1690. ELC textmodes/css-mode.elc #4 1691. ELC textmodes/dns-mode.elc #4 1691. ELC textmodes/emacs-authors-mode.elc #4 1691. ELC textmodes/emacs-news-mode.elc #4 1692. ELC textmodes/enriched.elc #4 1692. ELC textmodes/flyspell.elc #4 1692. ELC textmodes/glyphless-mode.elc #4 1692. ELC textmodes/html-ts-mode.elc #4 1693. ELC textmodes/ispell.elc #4 1693. ELC textmodes/less-css-mode.elc #4 1694. ELC textmodes/makeinfo.elc #4 1694. ELC textmodes/mhtml-mode.elc #4 1695. ELC textmodes/nroff-mode.elc #4 1695. ELC textmodes/page-ext.elc #4 1695. ELC textmodes/picture.elc #4 1696. ELC textmodes/pixel-fill.elc #4 1696. ELC textmodes/po.elc #4 1696. ELC textmodes/refbib.elc #4 1696. ELC textmodes/refer.elc #4 1696. ELC textmodes/refill.elc #4 1696. ELC textmodes/reftex-auc.elc #4 1697. ELC textmodes/reftex-cite.elc #4 1697. ELC textmodes/reftex-dcr.elc #4 1697. ELC textmodes/reftex-global.elc #4 1697. ELC textmodes/reftex-index.elc #4 1698. ELC textmodes/reftex-loaddefs.elc #4 1698. ELC textmodes/reftex-parse.elc #4 1698. ELC textmodes/reftex-ref.elc #4 1698. ELC textmodes/reftex-sel.elc #4 1699. ELC textmodes/reftex-toc.elc #4 1699. ELC textmodes/reftex-vars.elc #4 1699. ELC textmodes/reftex.elc #4 1700. ELC textmodes/remember.elc #4 1700. ELC textmodes/rst.elc #4 1701. ELC textmodes/sgml-mode.elc #4 1701. ELC textmodes/string-edit.elc #4 1701. ELC textmodes/table.elc #4 1702. ELC textmodes/tex-mode.elc #4 1703. ELC textmodes/texinfmt.elc #4 1703. ELC textmodes/texinfo-loaddefs.elc #4 1703. ELC textmodes/texinfo.elc #4 1703. ELC textmodes/texnfo-upd.elc #4 1704. ELC textmodes/tildify.elc #4 1704. ELC textmodes/toml-ts-mode.elc #4 1704. ELC textmodes/two-column.elc #4 1704. ELC textmodes/underline.elc #4 1704. ELC textmodes/word-wrap-mode.elc #4 1705. ELC textmodes/yaml-ts-mode.elc #4 1705. ELC url/url-auth.elc #4 1705. ELC url/url-cache.elc #4 1706. ELC url/url-cid.elc #4 1706. ELC url/url-cookie.elc #4 1706. ELC url/url-dav.elc #4 1707. ELC url/url-domsuf.elc #4 1707. ELC url/url-expand.elc #4 1707. ELC url/url-file.elc #4 1707. ELC url/url-ftp.elc #4 1708. ELC url/url-future.elc #4 1708. ELC url/url-gw.elc #4 1708. ELC url/url-handlers.elc #4 1708. ELC url/url-history.elc #4 1709. ELC url/url-http.elc #4 1709. ELC url/url-imap.elc #4 1710. ELC url/url-irc.elc #4 1710. ELC url/url-ldap.elc #4 1710. ELC url/url-mailto.elc #4 1710. ELC url/url-methods.elc #4 1710. ELC url/url-misc.elc #4 1711. ELC url/url-news.elc #4 1711. ELC url/url-nfs.elc #4 1711. ELC url/url-parse.elc #4 1712. ELC url/url-privacy.elc #4 1712. ELC url/url-proxy.elc #4 1712. ELC url/url-queue.elc #4 1712. ELC url/url-tramp.elc #4 1713. ELC url/url-util.elc #4 1713. ELC url/url-vars.elc #4 1713. ELC url/url.elc #4 1714. ELC use-package/use-package-bind-key.elc #4 1714. ELC use-package/use-package-core.elc #4 1714. ELC use-package/use-package-delight.elc #4 1714. ELC use-package/use-package-diminish.elc #4 1714. ELC use-package/use-package-ensure-system-package.elc #4 1715. ELC use-package/use-package-ensure.elc #4 1715. ELC use-package/use-package-jump.elc #4 1715. ELC use-package/use-package-lint.elc #4 1715. ELC use-package/use-package.elc #4 1715. ELC vc/add-log.elc #4 1715. ELC vc/compare-w.elc #4 1716. ELC vc/cvs-status.elc #4 1716. ELC vc/diff-mode.elc #4 1717. ELC vc/diff.elc #4 1717. ELC vc/ediff-diff.elc #4 1717. ELC vc/ediff-help.elc #4 1717. ELC vc/ediff-init.elc #4 1718. ELC vc/ediff-merg.elc #4 1718. ELC vc/ediff-mult.elc #4 1718. ELC vc/ediff-ptch.elc #4 1719. ELC vc/ediff-util.elc #4 1719. ELC vc/ediff-vers.elc #4 1720. ELC vc/ediff-wind.elc #4 1720. ELC vc/ediff.elc #4 1720. ELC vc/emerge.elc #4 1721. ELC vc/log-edit.elc #4 1721. ELC vc/log-view.elc #4 1721. ELC vc/pcvs-defs.elc #4 1721. ELC vc/pcvs-info.elc #4 1722. ELC vc/pcvs-parse.elc #4 1722. ELC vc/pcvs-util.elc #4 1722. ELC vc/pcvs.elc #4 1723. ELC vc/smerge-mode.elc #4 1723. ELC vc/vc-annotate.elc #4 1724. ELC vc/vc-bzr.elc #4 1724. ELC vc/vc-cvs.elc #4 1724. ELC vc/vc-dav.elc #4 1725. ELC vc/vc-dir.elc #4 1725. ELC vc/vc-dispatcher.elc #4 1725. ELC vc/vc-filewise.elc #4 1726. ELC vc/vc-git.elc #4 1726. ELC vc/vc-hg.elc #4 1727. ELC vc/vc-rcs.elc #4 1727. ELC vc/vc-sccs.elc #4 1727. ELC vc/vc-src.elc #4 1728. ELC vc/vc-svn.elc #4 1728. ELC vc/vc.elc #4 1728. make[4]: Leaving directory '/checkout/lisp' #4 1728. GEN cus-load.el #4 1729. INFO Scanning files for custom... #4 1729. INFO Scanning files for custom...10% #4 1730. INFO Scanning files for custom...20% #4 1730. INFO Scanning files for custom...30% #4 1731. INFO Scanning files for custom...40% #4 1731. INFO Scanning files for custom...50% #4 1731. INFO Scanning files for custom...60% #4 1732. INFO Scanning files for custom...70% #4 1732. INFO Scanning files for custom...80% #4 1733. INFO Scanning files for custom...90% #4 1734. INFO Scanning files for custom...100% #4 1734. INFO Scanning files for custom...done #4 1734. INFO Generating ./cus-load.el... #4 1734. INFO Generating ./cus-load.el...done #4 1734. GEN finder-inf.el #4 1734. INFO Scanning files for finder... #4 1735. INFO Scanning files for finder...9% #4 1735. INFO Scanning files for finder...20% #4 1735. INFO Scanning files for finder...35% #4 1735. INFO Scanning files for finder...46% #4 1735. INFO Scanning files for finder...58% #4 1736. INFO Scanning files for finder...72% #4 1736. INFO Scanning files for finder...85% #4 1736. INFO Scanning files for finder...94% #4 1736. INFO Scanning files for finder...done #4 1736. make[4]: Entering directory '/checkout/leim' #4 1736. GEN small-ja-dic-option #4 1736. /bin/mkdir -p ../lisp/leim/ja-dic #4 1736. GEN ../lisp/leim/ja-dic/ja-dic.el #4 1737. INFO Processing OKURI-ARI entries #4 1737. INFO Processing POSTFIX entries #4 1738. INFO Processing PREFIX entries #4 1738. INFO Collecting OKURI-NASI entries #4 1738. INFO Collecting OKURI-NASI entries... #4 1738. INFO Collecting OKURI-NASI entries...31% #4 1739. INFO Collecting OKURI-NASI entries...41% #4 1740. INFO Collecting OKURI-NASI entries...51% #4 1741. INFO Collecting OKURI-NASI entries...61% #4 1743. INFO Collecting OKURI-NASI entries...71% #4 1745. INFO Collecting OKURI-NASI entries...81% #4 1747. INFO Collecting OKURI-NASI entries...91% #4 1750. INFO Collecting OKURI-NASI entries...done #4 1750. INFO Processing OKURI-NASI entries #4 1750. INFO Processing OKURI-NASI entries... #4 1751. INFO Processing OKURI-NASI entries...10% #4 1751. INFO Processing OKURI-NASI entries...20% #4 1751. INFO Processing OKURI-NASI entries...30% #4 1752. INFO Processing OKURI-NASI entries...40% #4 1752. INFO Processing OKURI-NASI entries...50% #4 1752. INFO Processing OKURI-NASI entries...60% #4 1752. INFO Processing OKURI-NASI entries...70% #4 1753. INFO Processing OKURI-NASI entries...80% #4 1753. INFO Processing OKURI-NASI entries...90% #4 1753. INFO Processing OKURI-NASI entries...100% #4 1753. INFO Processing OKURI-NASI entries...done #4 1754. make[4]: Leaving directory '/checkout/leim' #4 1754. make[4]: Entering directory '/checkout/lisp' #4 1754. ELC leim/ja-dic/ja-dic.elc #4 1755. INFO Extracting OKURI-NASI entries... #4 1755. INFO Extracting OKURI-NASI entries...9% #4 1755. INFO Extracting OKURI-NASI entries...16% #4 1756. INFO Extracting OKURI-NASI entries...24% #4 1756. INFO Extracting OKURI-NASI entries...32% #4 1756. INFO Extracting OKURI-NASI entries...38% #4 1756. INFO Extracting OKURI-NASI entries...45% #4 1756. INFO Extracting OKURI-NASI entries...52% #4 1757. INFO Extracting OKURI-NASI entries...59% #4 1757. INFO Extracting OKURI-NASI entries...62% #4 1757. INFO Extracting OKURI-NASI entries...71% #4 1757. INFO Extracting OKURI-NASI entries...79% #4 1757. INFO Extracting OKURI-NASI entries...87% #4 1758. INFO Extracting OKURI-NASI entries...96% #4 1758. INFO Extracting OKURI-NASI entries...done #4 1760. make[4]: Leaving directory '/checkout/lisp' #4 1760. make[4]: Entering directory '/checkout/doc/misc' #4 1760. GEN org.texi #4 1774. GEN modus-themes.texi #4 1777. make[4]: Leaving directory '/checkout/doc/misc' #4 1777. make[3]: Leaving directory '/checkout/lisp' #4 1777. make -C doc/lispref info #4 1777. make[3]: Entering directory '/checkout/doc/lispref' #4 1777. /bin/mkdir -p ../../info #4 1777. cp elisp_type_hierarchy.txt ../../info/elisp_type_hierarchy.txt #4 1777. cp elisp_type_hierarchy.jpg ../../info/elisp_type_hierarchy.jpg #4 1777. GEN ../../info/elisp.info #4 1821. make[3]: Leaving directory '/checkout/doc/lispref' #4 1821. make -C doc/lispintro info #4 1821. make[3]: Entering directory '/checkout/doc/lispintro' #4 1821. GEN ../../info/eintr.info #4 1828. make[3]: Leaving directory '/checkout/doc/lispintro' #4 1828. make -C doc/emacs info #4 1829. make[3]: Entering directory '/checkout/doc/emacs' #4 1829. GEN ../../info/emacs.info #4 1852. make[3]: Leaving directory '/checkout/doc/emacs' #4 1852. make -C doc/misc info #4 1852. make[3]: Entering directory '/checkout/doc/misc' #4 1852. GEN ../../info/auth.info #4 1853. GEN ../../info/autotype.info #4 1854. GEN ../../info/bovine.info #4 1854. GEN ../../info/calc.info #4 1868. GEN ../../info/ccmode.info #4 1871. GEN ../../info/cl.info #4 1873. GEN ../../info/dbus.info #4 1875. GEN ../../info/dired-x.info #4 1876. GEN ../../info/ebrowse.info #4 1877. GEN ../../info/ede.info #4 1879. GEN ../../info/ediff.info #4 1880. GEN ../../info/edt.info #4 1881. GEN ../../info/efaq.info #4 1884. GEN ../../info/eglot.info #4 1884. GEN ../../info/eieio.info #4 1886. GEN ../../info/emacs-gnutls.info #4 1886. GEN ../../info/emacs-mime.info #4 1888. GEN ../../info/epa.info #4 1889. GEN ../../info/erc.info #4 1890. GEN ../../info/ert.info #4 1891. GEN ../../info/eshell.info #4 1893. GEN ../../info/eudc.info #4 1894. GEN ../../info/eww.info #4 1895. GEN ../../info/flymake.info #4 1896. GEN ../../info/forms.info #4 1897. GEN ../../info/gnus.info #4 1908. GEN ../../info/htmlfontify.info #4 1909. GEN ../../info/idlwave.info #4 1911. GEN ../../info/ido.info #4 1912. GEN ../../info/info.info #4 1914. GEN ../../info/mairix-el.info #4 1914. GEN ../../info/message.info #4 1916. GEN ../../info/mh-e.info #4 1920. GEN ../../info/modus-themes.info #4 1922. GEN ../../info/newsticker.info #4 1923. GEN ../../info/nxml-mode.info #4 1925. GEN ../../info/octave-mode.info #4 1925. GEN ../../info/org.info #4 1934. GEN ../../info/pcl-cvs.info #4 1935. GEN ../../info/pgg.info #4 1935. GEN ../../info/rcirc.info #4 1936. GEN ../../info/reftex.info #4 1939. GEN ../../info/remember.info #4 1940. GEN ../../info/sasl.info #4 1941. GEN ../../info/sc.info #4 1942. GEN ../../info/semantic.info #4 1943. GEN ../../info/ses.info #4 1944. GEN ../../info/sieve.info #4 1945. GEN ../../info/smtpmail.info #4 1946. GEN ../../info/speedbar.info #4 1947. GEN ../../info/srecode.info #4 1948. GEN ../../info/todo-mode.info #4 1949. GEN ../../info/tramp.info #4 1951. GEN ../../info/transient.info #4 1953. GEN ../../info/url.info #4 1954. GEN ../../info/use-package.info #4 1955. GEN ../../info/vhdl-mode.info #4 1956. GEN ../../info/vip.info #4 1958. GEN ../../info/viper.info #4 1960. GEN ../../info/vtable.info #4 1961. GEN ../../info/widget.info #4 1964. GEN ../../info/wisent.info #4 1965. GEN ../../info/woman.info #4 1966. GEN ../../info/efaq-w32.info #4 1967. make[3]: Leaving directory '/checkout/doc/misc' #4 1967. GEN info/dir #4 1967. make -C src BIN_DESTDIR=''/usr/local/bin/'' ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' #4 1968. make[3]: Entering directory '/checkout/src' #4 1968. make -C ../admin/charsets all #4 1968. make[4]: Entering directory '/checkout/admin/charsets' #4 1968. make[4]: Nothing to be done for 'all'. #4 1968. make[4]: Leaving directory '/checkout/admin/charsets' #4 1968. make -C ../admin/unidata charscript.el #4 1968. make[4]: Entering directory '/checkout/admin/unidata' #4 1968. make[4]: Nothing to be done for 'charscript.el'. #4 1968. make[4]: Leaving directory '/checkout/admin/unidata' #4 1968. make -C ../admin/unidata emoji-zwj.el #4 1968. make[4]: Entering directory '/checkout/admin/unidata' #4 1968. make[4]: Nothing to be done for 'emoji-zwj.el'. #4 1968. make[4]: Leaving directory '/checkout/admin/unidata' #4 1968. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #4 1968. make[4]: Entering directory '/checkout/admin/unidata' #4 1968. make[4]: Nothing to be done for 'all'. #4 1968. make[4]: Leaving directory '/checkout/admin/unidata' #4 1968. make -C ../admin/charsets cp51932.el #4 1968. make[4]: Entering directory '/checkout/admin/charsets' #4 1968. make[4]: Nothing to be done for 'cp51932.el'. #4 1968. make[4]: Leaving directory '/checkout/admin/charsets' #4 1968. make -C ../admin/charsets eucjp-ms.el #4 1968. make[4]: Entering directory '/checkout/admin/charsets' #4 1968. make[4]: Nothing to be done for 'eucjp-ms.el'. #4 1968. make[4]: Leaving directory '/checkout/admin/charsets' #4 1968. make[3]: Leaving directory '/checkout/src' #4 1968. make[2]: Leaving directory '/checkout' #4 1968. make[1]: Leaving directory '/checkout' #4 1968. make sanity-check make-target=bootstrap #4 1968. make[1]: Entering directory '/checkout' #4 1968. make[1]: Leaving directory '/checkout' #4 DONE 1968.9s #13 exporting to image #13 exporting layers #13 exporting layers 38.1s done #13 writing image sha256:632c5dd92a8d652508b1ed04af97373332639a23e9f02dc671c57669dd7d34c8 #13 writing image sha256:632c5dd92a8d652508b1ed04af97373332639a23e9f02dc671c57669dd7d34c8 0.0s done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-inotify-master 0.0s done #13 DONE 38.2s $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} The push refers to repository [emba.gnu.org:5050/emacs/emacs] e3137e4fe1dd: Preparing d27de2052189: Preparing 3a6ed3f67355: Preparing 5f70bf18a086: Preparing 877b81c9bdf0: Preparing 9a61986237b0: Preparing b938c15a6caf: Preparing ac2949c69757: Preparing 9a61986237b0: Waiting b938c15a6caf: Waiting ac2949c69757: Waiting e3137e4fe1dd: Retrying in 5 seconds e3137e4fe1dd: Retrying in 4 seconds e3137e4fe1dd: Retrying in 3 seconds e3137e4fe1dd: Retrying in 2 seconds e3137e4fe1dd: Retrying in 1 second 877b81c9bdf0: Retrying in 5 seconds 877b81c9bdf0: Retrying in 4 seconds 877b81c9bdf0: Retrying in 3 seconds 877b81c9bdf0: Retrying in 2 seconds 877b81c9bdf0: 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 d27de2052189: Retrying in 5 seconds d27de2052189: Retrying in 4 seconds d27de2052189: Retrying in 3 seconds d27de2052189: Retrying in 2 seconds d27de2052189: Retrying in 1 second 3a6ed3f67355: Retrying in 5 seconds 3a6ed3f67355: Retrying in 4 seconds 3a6ed3f67355: Retrying in 3 seconds 3a6ed3f67355: Retrying in 2 seconds 3a6ed3f67355: Retrying in 1 second e3137e4fe1dd: Retrying in 10 seconds e3137e4fe1dd: Retrying in 9 seconds e3137e4fe1dd: Retrying in 8 seconds e3137e4fe1dd: Retrying in 7 seconds e3137e4fe1dd: Retrying in 6 seconds e3137e4fe1dd: Retrying in 5 seconds e3137e4fe1dd: Retrying in 4 seconds e3137e4fe1dd: Retrying in 3 seconds e3137e4fe1dd: Retrying in 2 seconds e3137e4fe1dd: Retrying in 1 second 877b81c9bdf0: Retrying in 10 seconds 877b81c9bdf0: Retrying in 9 seconds 877b81c9bdf0: Retrying in 8 seconds 877b81c9bdf0: Retrying in 7 seconds 877b81c9bdf0: Retrying in 6 seconds 877b81c9bdf0: Retrying in 5 seconds 877b81c9bdf0: Retrying in 4 seconds 877b81c9bdf0: Retrying in 3 seconds 877b81c9bdf0: Retrying in 2 seconds 877b81c9bdf0: 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 d27de2052189: Retrying in 10 seconds d27de2052189: Retrying in 9 seconds d27de2052189: Retrying in 8 seconds d27de2052189: Retrying in 7 seconds d27de2052189: Retrying in 6 seconds d27de2052189: Retrying in 5 seconds d27de2052189: Retrying in 4 seconds d27de2052189: Retrying in 3 seconds d27de2052189: Retrying in 2 seconds d27de2052189: Retrying in 1 second 3a6ed3f67355: Retrying in 10 seconds 3a6ed3f67355: Retrying in 9 seconds 3a6ed3f67355: Retrying in 8 seconds 3a6ed3f67355: Retrying in 7 seconds 3a6ed3f67355: Retrying in 6 seconds 3a6ed3f67355: Retrying in 5 seconds 3a6ed3f67355: Retrying in 4 seconds 3a6ed3f67355: Retrying in 3 seconds 3a6ed3f67355: Retrying in 2 seconds 3a6ed3f67355: Retrying in 1 second e3137e4fe1dd: Retrying in 15 seconds e3137e4fe1dd: Retrying in 14 seconds e3137e4fe1dd: Retrying in 13 seconds e3137e4fe1dd: Retrying in 12 seconds e3137e4fe1dd: Retrying in 11 seconds e3137e4fe1dd: Retrying in 10 seconds e3137e4fe1dd: Retrying in 9 seconds e3137e4fe1dd: Retrying in 8 seconds e3137e4fe1dd: Retrying in 7 seconds e3137e4fe1dd: Retrying in 6 seconds e3137e4fe1dd: Retrying in 5 seconds e3137e4fe1dd: Retrying in 4 seconds e3137e4fe1dd: Retrying in 3 seconds e3137e4fe1dd: Retrying in 2 seconds e3137e4fe1dd: Retrying in 1 second 877b81c9bdf0: Retrying in 15 seconds 877b81c9bdf0: Retrying in 14 seconds 877b81c9bdf0: Retrying in 13 seconds 877b81c9bdf0: Retrying in 12 seconds 877b81c9bdf0: Retrying in 11 seconds 877b81c9bdf0: Retrying in 10 seconds 877b81c9bdf0: Retrying in 9 seconds 877b81c9bdf0: Retrying in 8 seconds 877b81c9bdf0: Retrying in 7 seconds 877b81c9bdf0: Retrying in 6 seconds 877b81c9bdf0: Retrying in 5 seconds 877b81c9bdf0: Retrying in 4 seconds 877b81c9bdf0: Retrying in 3 seconds 877b81c9bdf0: Retrying in 2 seconds 877b81c9bdf0: Retrying in 1 second 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second d27de2052189: Retrying in 15 seconds d27de2052189: Retrying in 14 seconds d27de2052189: Retrying in 13 seconds d27de2052189: Retrying in 12 seconds d27de2052189: Retrying in 11 seconds d27de2052189: Retrying in 10 seconds d27de2052189: Retrying in 9 seconds d27de2052189: Retrying in 8 seconds d27de2052189: Retrying in 7 seconds d27de2052189: Retrying in 6 seconds d27de2052189: Retrying in 5 seconds d27de2052189: Retrying in 4 seconds d27de2052189: Retrying in 3 seconds d27de2052189: Retrying in 2 seconds d27de2052189: Retrying in 1 second 3a6ed3f67355: Retrying in 15 seconds 3a6ed3f67355: Retrying in 14 seconds 3a6ed3f67355: Retrying in 13 seconds 3a6ed3f67355: Retrying in 12 seconds 3a6ed3f67355: Retrying in 11 seconds 3a6ed3f67355: Retrying in 10 seconds 3a6ed3f67355: Retrying in 9 seconds 3a6ed3f67355: Retrying in 8 seconds 3a6ed3f67355: Retrying in 7 seconds 3a6ed3f67355: Retrying in 6 seconds 3a6ed3f67355: Retrying in 5 seconds 3a6ed3f67355: Retrying in 4 seconds 3a6ed3f67355: Retrying in 3 seconds 3a6ed3f67355: Retrying in 2 seconds 3a6ed3f67355: Retrying in 1 second e3137e4fe1dd: Retrying in 20 seconds e3137e4fe1dd: Retrying in 19 seconds e3137e4fe1dd: Retrying in 18 seconds e3137e4fe1dd: Retrying in 17 seconds e3137e4fe1dd: Retrying in 16 seconds e3137e4fe1dd: Retrying in 15 seconds e3137e4fe1dd: Retrying in 14 seconds e3137e4fe1dd: Retrying in 13 seconds e3137e4fe1dd: Retrying in 12 seconds e3137e4fe1dd: Retrying in 11 seconds e3137e4fe1dd: Retrying in 10 seconds e3137e4fe1dd: Retrying in 9 seconds e3137e4fe1dd: Retrying in 8 seconds e3137e4fe1dd: Retrying in 7 seconds e3137e4fe1dd: Retrying in 6 seconds e3137e4fe1dd: Retrying in 5 seconds 877b81c9bdf0: Retrying in 20 seconds e3137e4fe1dd: Retrying in 4 seconds 877b81c9bdf0: Retrying in 19 seconds e3137e4fe1dd: Retrying in 3 seconds 877b81c9bdf0: Retrying in 18 seconds e3137e4fe1dd: Retrying in 2 seconds 877b81c9bdf0: Retrying in 17 seconds e3137e4fe1dd: Retrying in 1 second 877b81c9bdf0: Retrying in 16 seconds 877b81c9bdf0: Retrying in 15 seconds 877b81c9bdf0: Retrying in 14 seconds 877b81c9bdf0: Retrying in 13 seconds 877b81c9bdf0: Retrying in 12 seconds 877b81c9bdf0: Retrying in 11 seconds 877b81c9bdf0: Retrying in 10 seconds 877b81c9bdf0: Retrying in 9 seconds 877b81c9bdf0: Retrying in 8 seconds 877b81c9bdf0: Retrying in 7 seconds 877b81c9bdf0: Retrying in 6 seconds 877b81c9bdf0: Retrying in 5 seconds 5f70bf18a086: Retrying in 20 seconds 877b81c9bdf0: Retrying in 4 seconds 5f70bf18a086: Retrying in 19 seconds 877b81c9bdf0: Retrying in 3 seconds 5f70bf18a086: Retrying in 18 seconds 877b81c9bdf0: Retrying in 2 seconds 5f70bf18a086: Retrying in 17 seconds 877b81c9bdf0: Retrying in 1 second 5f70bf18a086: Retrying in 16 seconds 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds d27de2052189: Retrying in 20 seconds 5f70bf18a086: Retrying in 4 seconds d27de2052189: Retrying in 19 seconds 5f70bf18a086: Retrying in 3 seconds d27de2052189: Retrying in 18 seconds 5f70bf18a086: Retrying in 2 seconds d27de2052189: Retrying in 17 seconds 5f70bf18a086: Retrying in 1 second d27de2052189: Retrying in 16 seconds d27de2052189: Retrying in 15 seconds d27de2052189: Retrying in 14 seconds d27de2052189: Retrying in 13 seconds d27de2052189: Retrying in 12 seconds d27de2052189: Retrying in 11 seconds d27de2052189: Retrying in 10 seconds d27de2052189: Retrying in 9 seconds d27de2052189: Retrying in 8 seconds d27de2052189: Retrying in 7 seconds d27de2052189: Retrying in 6 seconds 3a6ed3f67355: Retrying in 20 seconds d27de2052189: Retrying in 5 seconds d27de2052189: Retrying in 4 seconds 3a6ed3f67355: Retrying in 19 seconds d27de2052189: Retrying in 3 seconds 3a6ed3f67355: Retrying in 18 seconds 3a6ed3f67355: Retrying in 17 seconds d27de2052189: Retrying in 2 seconds 3a6ed3f67355: Retrying in 16 seconds d27de2052189: Retrying in 1 second 3a6ed3f67355: Retrying in 15 seconds 3a6ed3f67355: Retrying in 14 seconds 3a6ed3f67355: Retrying in 13 seconds 3a6ed3f67355: Retrying in 12 seconds 3a6ed3f67355: Retrying in 11 seconds 3a6ed3f67355: Retrying in 10 seconds 3a6ed3f67355: Retrying in 9 seconds 3a6ed3f67355: Retrying in 8 seconds 3a6ed3f67355: Retrying in 7 seconds 3a6ed3f67355: Retrying in 6 seconds 3a6ed3f67355: Retrying in 5 seconds net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1710773321:step_script section_start:1710773321: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-ce29ae32: No such file or directory section_end:1710773325:after_script WARNING: after_script failed, but job will continue unaffected: exit code 1 section_start:1710773325:cleanup_file_variables Cleaning up project directory and file based variables section_end:1710773334:cleanup_file_variables ERROR: Job failed: exit code 1