Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1702339439:prepare_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 ... section_end:1702339448:prepare_executor section_start:1702339448:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1702339462:prepare_script section_start:1702339462:get_sources $ 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/ From https://emba.gnu.org/emacs/emacs * [new ref] 6abea4d98d1d964c68a78cb9b5321071da851654 -> refs/pipelines/27471 9434ad2..6abea4d master -> origin/master Checking out 6abea4d9 as master... Skipping Git submodules setup section_end:1702339507:get_sources section_start:1702339507:restore_cache section_end:1702339554:restore_cache section_start:1702339554:download_artifacts section_end:1702339564:download_artifacts section_start:1702339564:build_script $ docker info Client: Debug Mode: false Server: Containers: 26 Running: 6 Paused: 0 Stopped: 20 Images: 18 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . WARNING! Your password will be stored unencrypted in /.docker-config-6abea4d98d1d964c68a78cb9b5321071da851654/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 ... #2 [internal] load .dockerignore #2 DONE 0.0s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 2.6s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 2.6s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 2.5s #4 [emacs-tree-sitter 1/11] FROM docker.io/library/debian:sid@sha256:fa18e... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: #7 transferring context: 13.49MB 5.1s #7 transferring context: 42.19MB 10.2s #7 transferring context: 58.98MB 15.3s #7 transferring context: 75.62MB 20.3s #7 transferring context: 94.08MB 25.4s #7 transferring context: 98.38MB 32.1s #7 transferring context: 117.47MB 37.3s #7 transferring context: 133.41MB 42.3s #7 transferring context: 146.91MB 47.4s #7 transferring context: 157.87MB 52.6s #7 transferring context: 179.81MB 57.7s #7 transferring context: 203.22MB 62.8s #7 transferring context: 229.11MB 69.2s #7 transferring context: 250.41MB 74.5s #7 transferring context: 265.49MB 79.8s #7 transferring context: 267.45MB 85.1s #7 transferring context: 283.60MB 88.1s done #7 DONE 92.4s #5 [emacs-tree-sitter 2/11] RUN apt-get update && apt-get install -y -... #5 CACHED #6 [emacs-eglot 3/8] RUN apt-get update && apt-get install -y --no-inst... #6 CACHED #8 [emacs-eglot 4/8] COPY . /checkout #8 DONE 70.1s #9 [emacs-eglot 5/8] WORKDIR /checkout #9 DONE 5.9s #10 [emacs-eglot 6/8] RUN ./autogen.sh autoconf #10 7.637 Checking whether you have the necessary tools... #10 7.637 (Read INSTALL.REPO for more details on building Emacs) #10 7.652 Checking for autoconf (need at least version 2.65) ... ok #10 7.921 Your system has the required tools. #10 8.028 Building aclocal.m4 ... #10 8.070 Running 'autoreconf -fi -I m4' ... #10 57.82 Building 'aclocal.m4' in exec ... #10 57.82 Running 'autoreconf -fi' in exec ... #10 64.93 You can now run './autogen.sh git'. #10 DONE 77.3s #11 [emacs-eglot 7/8] RUN ./configure #11 5.668 checking for xcrun... no #11 5.686 checking for GNU Make... make #11 5.803 checking build system type... x86_64-pc-linux-gnu #11 9.998 checking host system type... x86_64-pc-linux-gnu #11 10.05 checking for gcc... gcc #11 10.23 checking whether the C compiler works... yes #11 10.95 checking for C compiler default output file name... a.out #11 10.95 checking for suffix of executables... #11 11.36 checking whether we are cross compiling... no #11 12.00 checking for suffix of object files... o #11 12.24 checking whether the compiler supports GNU C... yes #11 12.51 checking whether gcc accepts -g... yes #11 12.70 checking for gcc option to enable C11 features... none needed #11 13.25 checking whether the compiler is clang... no #11 13.42 checking for compiler option needed when checking for declarations... none #11 13.44 checking whether gcc and cc understand -c and -o together... yes #11 14.59 checking for stdio.h... yes #11 14.86 checking for stdlib.h... yes #11 15.30 checking for string.h... yes #11 15.65 checking for inttypes.h... yes #11 16.06 checking for stdint.h... yes #11 16.50 checking for strings.h... yes #11 16.91 checking for sys/stat.h... yes #11 17.38 checking for sys/types.h... yes #11 17.70 checking for unistd.h... yes #11 18.24 checking for wchar.h... yes #11 18.81 checking for minix/config.h... no #11 19.31 checking for linux/fs.h... yes #11 19.78 checking for malloc.h... yes #11 20.30 checking for sys/systeminfo.h... no #11 20.72 checking for sys/sysinfo.h... yes #11 21.27 checking for coff.h... no #11 21.79 checking for pty.h... yes #11 22.27 checking for sys/resource.h... yes #11 22.74 checking for sys/utsname.h... yes #11 23.19 checking for pwd.h... yes #11 23.63 checking for util.h... no #11 24.04 checking for sanitizer/lsan_interface.h... yes #11 24.42 checking for sanitizer/asan_interface.h... yes #11 24.98 checking for sanitizer/common_interface_defs.h... yes #11 25.36 checking for sys/socket.h... yes #11 25.67 checking for sys/param.h... yes #11 26.12 checking for pthread.h... yes #11 26.60 checking for malloc/malloc.h... no #11 27.02 checking for sys/un.h... yes #11 27.52 checking for vfork.h... no #11 27.99 checking for utmp.h... yes #11 28.43 checking for utmpx.h... yes #11 28.78 checking for OS.h... no #11 29.22 checking for dirent.h... yes #11 29.65 checking for execinfo.h... yes #11 30.06 checking for linux/xattr.h... yes #11 30.51 checking for stdio_ext.h... yes #11 30.95 checking for sys/vfs.h... yes #11 31.47 checking for sys/fs_types.h... no #11 31.99 checking for getopt.h... yes #11 32.44 checking for sys/cdefs.h... yes #11 32.73 checking for sys/time.h... yes #11 32.96 checking for ieee754.h... yes #11 33.30 checking for limits.h... yes #11 33.78 checking for sys/select.h... yes #11 34.17 checking for stdbool.h... yes #11 34.47 checking for stdckdint.h... no #11 34.62 checking for sys/random.h... yes #11 35.00 checking whether it is safe to define __EXTENSIONS__... yes #11 35.49 checking whether _XOPEN_SOURCE should be defined... no #11 35.78 checking how to run the C preprocessor... gcc -E #11 36.50 checking for grep that handles long lines and -e... /usr/bin/grep #11 36.56 checking for egrep... /usr/bin/grep -E #11 36.59 checking for Minix Amsterdam compiler... no #11 36.83 checking for ar... ar #11 36.83 checking for ranlib... ranlib #11 36.86 checking for gcc option to enable large file support... none needed #11 37.51 checking for gcc option for timestamps after 2038... none needed #11 37.76 checking for g++... g++ #11 38.15 checking whether the compiler supports GNU C++... yes #11 39.31 checking whether g++ accepts -g... yes #11 39.64 checking for g++ option to enable C++11 features... none needed #11 41.04 checking whether gcc accepts -g3 -O2... yes #11 41.62 checking whether the compiler is clang... no #11 42.08 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 42.39 checking whether -Wno-missing-field-initializers is needed... no #11 42.59 checking whether -Wuninitialized is supported... yes #11 43.08 checking whether C compiler handles -fstrict-flex-arrays... yes #11 43.79 checking whether C compiler handles -Wall... yes #11 44.07 checking whether C compiler handles -Warith-conversion... yes #11 44.60 checking whether C compiler handles -Wdate-time... yes #11 45.01 checking whether C compiler handles -Wdisabled-optimization... yes #11 45.44 checking whether C compiler handles -Wdouble-promotion... yes #11 46.05 checking whether C compiler handles -Wduplicated-cond... yes #11 46.57 checking whether C compiler handles -Wextra... yes #11 47.13 checking whether C compiler handles -Wformat-signedness... yes #11 47.80 checking whether C compiler handles -Winit-self... yes #11 48.28 checking whether C compiler handles -Winvalid-pch... yes #11 49.02 checking whether C compiler handles -Wlogical-op... yes #11 49.74 checking whether C compiler handles -Wmissing-declarations... yes #11 50.39 checking whether C compiler handles -Wmissing-include-dirs... yes #11 51.06 checking whether C compiler handles -Wmissing-prototypes... yes #11 51.84 checking whether C compiler handles -Wnested-externs... yes #11 52.54 checking whether C compiler handles -Wnull-dereference... yes #11 53.23 checking whether C compiler handles -Wold-style-definition... yes #11 53.90 checking whether C compiler handles -Wopenmp-simd... yes #11 54.53 checking whether C compiler handles -Wpacked... yes #11 55.18 checking whether C compiler handles -Wpointer-arith... yes #11 55.87 checking whether C compiler handles -Wstrict-flex-arrays... yes #11 56.67 checking whether C compiler handles -Wstrict-prototypes... yes #11 57.35 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 58.02 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 58.65 checking whether C compiler handles -Wsuggest-final-methods... yes #11 59.09 checking whether C compiler handles -Wsuggest-final-types... yes #11 59.21 checking whether C compiler handles -Wtrampolines... yes #11 59.32 checking whether C compiler handles -Wuninitialized... yes #11 59.44 checking whether C compiler handles -Wunknown-pragmas... yes #11 59.56 checking whether C compiler handles -Wunused-macros... yes #11 59.91 checking whether C compiler handles -Wvariadic-macros... yes #11 61.86 checking whether C compiler handles -Wvector-operation-performance... yes #11 62.33 checking whether C compiler handles -Wwrite-strings... yes #11 62.92 checking whether C compiler handles -Warray-bounds=2... yes #11 64.04 checking whether C compiler handles -Wattribute-alias=2... yes #11 64.71 checking whether C compiler handles -Wformat=2... yes #11 65.44 checking whether C compiler handles -Wformat-truncation=2... yes #11 65.87 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 66.32 checking whether C compiler handles -Wshift-overflow=2... yes #11 66.97 checking whether C compiler handles -Wuse-after-free=3... yes #11 67.52 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 68.07 checking whether C compiler handles -Wredundant-decls... yes #11 69.16 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 69.83 checking whether C compiler handles -Wno-override-init... yes #11 70.50 checking whether C compiler handles -Wno-sign-compare... yes #11 71.04 checking whether C compiler handles -Wno-type-limits... yes #11 71.59 checking whether C compiler handles -Wno-unused-parameter... yes #11 72.32 checking whether C compiler handles -Wno-format-nonliteral... yes #11 73.15 checking whether C compiler handles -Wno-bidi-chars... yes #11 73.82 checking for a BSD-compatible install... /usr/bin/install -c #11 73.93 checking command to symlink files in the same directory... ln -s #11 74.00 checking for install-info... : #11 74.00 checking for gzip... /usr/bin/gzip #11 74.01 checking for 'find' args to delete a file... -delete #11 74.06 checking for brew... no #11 75.58 checking for -znocombreloc... not needed #11 75.58 checking whether addresses are sanitized... no #11 75.79 checking for math library... -lm #11 78.86 checking for struct passwd.pw_gecos... yes #11 79.18 checking for pkg-config... /usr/bin/pkg-config #11 79.42 checking pkg-config is at least version 0.9.0... yes #11 80.21 checking for machine/soundcard.h... no #11 80.58 checking for sys/soundcard.h... yes #11 81.09 checking for soundcard.h... no #11 81.46 checking for mmsystem.h... no #11 81.64 checking for _oss_ioctl in -lossaudio... no #11 81.90 checking for alsa >= 1.0.0... no #11 82.04 checking for ADDR_NO_RANDOMIZE... yes #11 82.42 checking if Linux sysinfo may be used... yes #11 83.52 checking for sys/wait.h that is POSIX.1 compatible... yes #11 84.05 checking for net/if.h... yes #11 84.80 checking for ifaddrs.h... yes #11 85.47 checking for net/if_dl.h... no #11 86.09 checking for struct ifreq.ifr_flags... yes #11 87.00 checking for struct ifreq.ifr_hwaddr... yes #11 88.33 checking for struct ifreq.ifr_netmask... yes #11 89.59 checking for struct ifreq.ifr_broadaddr... yes #11 90.94 checking for struct ifreq.ifr_addr... yes #11 92.17 checking for struct ifreq.ifr_addr.sa_len... no #11 93.34 checking whether gcc understands -MMD -MF... yes #11 93.68 checking for gcc options needed to detect all undeclared functions... none needed #11 94.54 checking for X... no #11 95.59 checking for X... false #11 95.59 checking whether malloc is Doug Lea style... no #11 96.10 checking for sbrk... yes #11 96.91 checking for getpagesize... yes #11 97.56 checking for __lsan_ignore_object... no #11 98.37 checking for fork... yes #11 99.11 checking for vfork... yes #11 99.73 checking for fchmod... yes #11 100.6 checking for utmpname... yes #11 101.3 checking for utmpxname... yes #11 102.1 checking for canonicalize_file_name... yes #11 102.8 checking for realpath... yes #11 103.4 checking for lstat... yes #11 104.1 checking for fchmodat... yes #11 104.7 checking for lchmod... yes #11 105.5 checking for fcntl... yes #11 106.1 checking for fdopendir... yes #11 106.8 checking for listxattr... yes #11 107.4 checking for fstatat... yes #11 107.9 checking for fsync... yes #11 108.5 checking for gettimeofday... yes #11 109.1 checking for memset_explicit... no #11 109.8 checking for memset_s... no #11 110.5 checking for pselect... yes #11 111.3 checking for pthread_sigmask... yes #11 112.0 checking for readlink... yes #11 112.6 checking for isblank... yes #11 113.5 checking for iswctype... yes #11 114.4 checking for strtoimax... yes #11 115.1 checking for symlink... yes #11 115.7 checking for localtime_r... yes #11 116.4 checking for getdtablesize... yes #11 117.1 checking for working mmap... yes #11 118.5 checking for main in -lXbsd... no #11 118.9 checking for pthread library... none needed #11 119.8 checking for thread support... yes #11 119.9 checking for sqlite3_open_v2 in -lsqlite3... no #11 120.2 checking for getaddrinfo_a in -lanl... yes #11 120.8 checking for malloc_trim... yes #11 121.6 checking for dbus-1 >= 1.0... yes #11 121.7 checking for dbus_watch_get_unix_fd... yes #11 122.6 checking for dbus_type_is_valid... yes #11 123.5 checking for dbus_validate_bus_name... yes #11 124.3 checking for dbus_validate_path... yes #11 125.2 checking for dbus_validate_interface... yes #11 125.8 checking for dbus_validate_member... yes #11 126.7 checking for lgetfilecon in -lselinux... no #11 127.2 checking for gnutls >= 2.12.2... yes #11 127.3 checking for libsystemd >= 222... no #11 127.5 checking for jansson >= 2.7... no #11 128.4 checking for tree-sitter >= 0.20.2... no #11 128.5 checking for tree-sitter >= 0.6.3... no #11 128.6 checking for sys/inotify.h... yes #11 129.2 checking for inotify_init1... yes #11 130.2 checking for lcms2... no #11 130.3 checking for library containing inflateEnd... no #11 131.4 checking for dladdr... yes #11 132.7 checking for dlfunc... no #11 133.5 checking for gcc_jit_context_acquire in -lgccjit... no #11 134.0 checking for libgccjit.h... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 134.0 found. #11 134.0 Please try installing libgccjit or a similar package if you want to have it #11 134.0 enabled. #11 134.5 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 134.5 were not found. #11 134.5 Please try installing libgccjit-dev or a similar package if you want to have it #11 134.5 enabled. #11 134.5 no #11 134.5 checking for gpm.h... no #11 135.1 checking for libxml-2.0 > 2.6.17... no #11 135.2 checking for maillock in -lmail... no #11 135.8 checking for maillock in -llockfile... no #11 136.4 checking for liblockfile.so... no #11 136.4 checking for maillock.h... no #11 136.9 checking for linux/seccomp.h... yes #11 137.5 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 138.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 138.3 checking for linux/filter.h... yes #11 138.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 138.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 138.9 checking for libseccomp >= 2.5.2... no #11 139.0 checking size of long... 8 #11 140.0 checking for accept4... yes #11 140.6 checking for fchdir... yes #11 141.4 checking for gethostname... yes #11 142.2 checking for getrusage... yes #11 142.8 checking for get_current_dir_name... yes #11 143.6 checking for lrand48... yes #11 144.4 checking for random... yes #11 145.2 checking for rint... yes #11 146.1 checking for tcdrain... yes #11 147.0 checking for trunc... yes #11 147.7 checking for select... yes #11 148.4 checking for getpagesize... (cached) yes #11 148.4 checking for setlocale... yes #11 149.2 checking for newlocale... yes #11 149.8 checking for getrlimit... yes #11 150.4 checking for setrlimit... yes #11 151.1 checking for shutdown... yes #11 151.7 checking for pthread_sigmask... (cached) yes #11 151.7 checking for strsignal... yes #11 152.4 checking for setitimer... yes #11 153.3 checking for sendto... yes #11 154.1 checking for recvfrom... yes #11 154.7 checking for getsockname... yes #11 155.3 checking for getifaddrs... yes #11 155.9 checking for freeifaddrs... yes #11 156.4 checking for gai_strerror... yes #11 157.2 checking for sync... yes #11 158.0 checking for endpwent... yes #11 158.8 checking for getgrent... yes #11 159.4 checking for endgrent... yes #11 160.3 checking for renameat2... yes #11 161.1 checking for cfmakeraw... yes #11 161.8 checking for cfsetspeed... yes #11 162.4 checking for __executable_start... yes #11 162.9 checking for log2... yes #11 163.8 checking for pthread_setname_np... yes #11 164.3 checking for pthread_set_name_np... no #11 165.1 checking for getpwent... yes #11 165.6 checking whether pthread_setname_np takes a single argument... no #11 165.9 checking whether pthread_setname_np takes three arguments... no #11 166.2 checking for aligned_alloc... yes #11 166.9 checking whether aligned_alloc is declared... yes #11 167.2 checking for posix_madvise... yes #11 167.9 checking for madvise... yes #11 168.5 checking for __builtin_frame_address... yes #11 169.1 checking for __builtin_unwind_init... yes #11 169.8 checking for _LARGEFILE_SOURCE value needed for large files... no #11 170.4 checking for grantpt... yes #11 171.1 checking for getpt... yes #11 171.8 checking for posix_openpt... yes #11 172.4 checking for library containing tputs... -ltinfo #11 173.7 checking whether -ltinfo library defines BC... yes #11 174.3 checking for timerfd interface... yes #11 174.6 checking whether signals can be handled on alternate stack... yes #11 175.0 checking for valgrind/valgrind.h... no #11 175.3 checking for struct unipair.unicode... yes #11 175.7 checking for pid_t... yes #11 176.8 checking for working fork... yes #11 177.7 checking for working vfork... (cached) yes #11 177.7 checking for snprintf... yes #11 178.3 checking for open_memstream... yes #11 178.9 checking for spawn.h... yes #11 179.5 checking for posix_spawn... yes #11 180.3 checking for posix_spawn_file_actions_addchdir... no #11 181.0 checking for posix_spawn_file_actions_addchdir_np... yes #11 181.8 checking for posix_spawnattr_setflags... yes #11 182.6 checking whether POSIX_SPAWN_SETSID is declared... yes #11 183.2 checking whether GLib is linked in... no #11 183.3 checking for nl_langinfo and CODESET... yes #11 184.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 185.0 checking for mbstate_t... yes #11 185.8 checking for signals via characters... yes #11 186.2 checking for _setjmp... yes #11 186.8 checking for sigsetjmp... yes #11 187.7 checking POSIX termios... yes #11 188.5 checking size of speed_t... 4 #11 189.3 checking for usable FIONREAD... yes #11 189.7 checking for usable SIGIO... yes #11 190.2 checking for struct alignment... yes #11 190.6 checking for C/C++ restrict keyword... __restrict__ #11 190.9 checking for typeof syntax and keyword spelling... typeof #11 191.4 checking for statement expressions... yes #11 191.7 checking whether malloc (0) returns nonnull... yes #11 192.6 checking for sys/acl.h... yes #11 193.1 checking for library containing acl_get_file... -lacl #11 194.5 checking for acl_get_file... yes #11 195.3 checking for acl_get_fd... yes #11 196.0 checking for acl_set_file... yes #11 196.8 checking for acl_set_fd... yes #11 197.5 checking for acl_free... yes #11 198.2 checking for acl_from_mode... yes #11 198.9 checking for acl_from_text... yes #11 199.5 checking for acl_delete_def_file... yes #11 200.2 checking for acl_extended_file... yes #11 200.9 checking for acl_delete_fd_np... no #11 201.6 checking for acl_delete_file_np... no #11 202.2 checking for acl_copy_ext_native... no #11 203.0 checking for acl_create_entry_np... no #11 203.8 checking for acl_to_short_text... no #11 204.6 checking for acl_free_text... no #11 205.4 checking for working acl_get_file... yes #11 206.2 checking for acl/libacl.h... yes #11 206.9 checking for acl_entries... yes #11 207.5 checking for ACL_FIRST_ENTRY... yes #11 208.0 checking for ACL_TYPE_EXTENDED... no #11 208.3 checking for working alloca.h... yes #11 209.0 checking for alloca... yes #11 209.0 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 209.0 checking whether the preprocessor supports include_next... yes #11 209.3 checking whether source code line length is unlimited... yes #11 209.5 checking whether endutent is declared... yes #11 210.0 checking for struct utmpx.ut_user... yes #11 210.5 checking for struct utmp.ut_user... yes #11 211.0 checking for struct utmpx.ut_name... yes #11 211.6 checking for struct utmp.ut_name... yes #11 212.3 checking for struct utmpx.ut_type... yes #11 213.1 checking for struct utmp.ut_type... yes #11 213.8 checking for struct utmpx.ut_pid... yes #11 214.4 checking for struct utmp.ut_pid... yes #11 215.1 checking for struct utmp.ut_tv... yes #11 216.0 checking for struct utmpx.ut_host... yes #11 216.7 checking for struct utmp.ut_host... yes #11 217.4 checking for struct utmpx.ut_id... yes #11 218.3 checking for struct utmp.ut_id... yes #11 218.9 checking for struct utmpx.ut_session... yes #11 219.7 checking for struct utmp.ut_session... yes #11 220.3 checking for struct utmpx.ut_exit... yes #11 221.1 checking for struct utmp.ut_exit... yes #11 221.6 checking for struct utmpx.ut_exit.ut_exit... no #11 222.2 checking for struct utmpx.ut_exit.e_exit... yes #11 222.5 checking for struct utmp.ut_exit.e_exit... yes #11 222.8 checking for struct utmpx.ut_exit.ut_termination... no #11 223.3 checking for struct utmpx.ut_exit.e_termination... yes #11 223.6 checking for struct utmp.ut_exit.e_termination... yes #11 224.4 checking whether sysinfo is declared... yes #11 224.8 checking for sys/sysctl.h... no #11 225.1 checking for sysctl... no #11 225.7 checking whether lstat correctly handles trailing slash... yes #11 226.1 checking whether // is distinct from /... no #11 226.2 checking whether realpath works... yes #11 227.9 checking for faccessat... yes #11 228.1 checking for getcwd... yes #11 228.4 checking whether byte ordering is bigendian... no #11 228.9 checking if environ is properly declared... yes #11 229.3 checking for complete errno.h... yes #11 229.5 checking whether ctype.h defines __header_inline... no #11 229.6 checking for mode_t... yes #11 231.5 checking whether strmode is declared... no #11 231.8 checking whether getline is declared... yes #11 232.1 checking for gawk... no #11 232.1 checking for mawk... mawk #11 232.1 checking for getopt.h... (cached) yes #11 232.1 checking for getopt_long_only... yes #11 232.4 checking whether getopt is POSIX compatible... yes #11 235.6 checking for working GNU getopt function... yes #11 236.6 checking for working GNU getopt_long function... yes #11 237.1 checking whether timespec_get is declared... yes #11 237.6 checking for timespec_get... yes #11 238.1 checking for struct timeval... yes #11 238.5 checking for wide-enough struct timeval.tv_sec member... yes #11 238.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #11 239.2 checking whether limits.h has SSIZE_MAX... yes #11 239.5 checking whether the compiler produces multi-arch binaries... no #11 239.7 checking whether stdint.h conforms to C99... yes #11 241.5 checking whether stdint.h works without ISO C predefines... yes #11 241.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 242.5 checking whether memmem is declared... yes #11 243.2 checking whether memrchr is declared... yes #11 243.8 checking whether defines MIN and MAX... no #11 244.1 checking whether defines MIN and MAX... yes #11 244.7 checking whether time_t is signed... yes #11 245.1 checking whether alarm is declared... yes #11 245.7 checking for working mktime... yes #11 246.9 checking whether struct tm is in sys/time.h or time.h... time.h #11 247.1 checking for struct tm.tm_zone... yes #11 247.3 checking for struct tm.tm_gmtoff... yes #11 247.4 checking whether is self-contained... yes #11 249.9 checking for inline... inline #11 250.1 checking for sigset_t... yes #11 250.4 checking for volatile sig_atomic_t... yes #11 250.8 checking for sighandler_t... yes #11 251.3 checking for wchar_t... yes #11 251.4 checking for good max_align_t... yes #11 251.5 checking whether NULL can be used in arbitrary expressions... yes #11 251.6 checking for unreachable... no #11 252.1 checking whether fcloseall is declared... yes #11 252.4 checking whether getw is declared... yes #11 252.7 checking whether putw is declared... yes #11 253.1 checking which flavor of printf attribute matches inttypes macros... system #11 253.4 checking whether strnlen is declared... yes #11 253.7 checking whether strtoimax is declared... yes #11 254.0 checking whether stat file-mode macros are broken... no #11 254.3 checking for nlink_t... yes #11 255.2 checking for struct timespec in ... yes #11 255.4 checking for TIME_UTC in ... yes #11 255.6 checking whether execvpe is declared... yes #11 256.2 checking whether clearerr_unlocked is declared... yes #11 256.5 checking whether feof_unlocked is declared... yes #11 257.2 checking whether ferror_unlocked is declared... yes #11 257.6 checking whether fflush_unlocked is declared... yes #11 257.9 checking whether fgets_unlocked is declared... yes #11 258.4 checking whether fputc_unlocked is declared... yes #11 259.6 checking whether fputs_unlocked is declared... yes #11 260.3 checking whether fread_unlocked is declared... yes #11 261.1 checking whether fwrite_unlocked is declared... yes #11 261.7 checking whether getc_unlocked is declared... yes #11 262.4 checking whether getchar_unlocked is declared... yes #11 262.9 checking whether putc_unlocked is declared... yes #11 263.7 checking whether putchar_unlocked is declared... yes #11 264.4 checking type of array argument to getgroups... gid_t #11 265.4 checking whether getdelim is declared... yes #11 266.1 checking whether getdtablesize is declared... yes #11 266.7 checking whether malloc is ptrdiff_t safe... yes #11 267.1 checking whether malloc, realloc, calloc set errno on failure... yes #11 267.1 checking for O_CLOEXEC... yes #11 267.5 checking for promoted mode_t type... mode_t #11 267.9 checking whether the utimes function works... yes #11 269.3 checking for C compiler option to allow warnings... -Wno-error #11 270.0 checking for alignas and alignof... yes, macros #11 270.7 checking for alloca as a compiler built-in... yes #11 270.8 checking for static_assert... yes, an macro #11 271.4 checking for __builtin_expect... yes #11 272.0 checking for byteswap.h... yes #11 272.6 checking for readlinkat... yes #11 273.2 checking for library containing clock_gettime... none required #11 273.9 checking for clock_getres... yes #11 274.5 checking for clock_gettime... yes #11 275.0 checking for clock_settime... yes #11 275.8 checking for copy_file_range... yes #11 276.6 checking for d_type member in directory struct... yes #11 277.3 checking whether // is distinct from /... (cached) no #11 277.3 checking whether dup2 works... yes #11 278.4 checking for library containing backtrace_symbols_fd... none required #11 279.0 checking for faccessat... (cached) yes #11 279.0 checking whether fchmodat works... yes #11 280.1 checking whether fcntl handles F_DUPFD correctly... yes #11 281.2 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 282.5 checking whether fdopendir is declared... yes #11 283.0 checking whether fdopendir works... yes #11 283.8 checking for flexible array member... yes #11 284.3 checking for __fpending... yes #11 284.9 checking whether __fpending is declared... yes #11 285.4 checking whether free is known to preserve errno... yes #11 286.0 checking whether fstatat (..., 0) works... yes #11 286.7 checking for sys/mount.h... yes #11 287.5 checking for statvfs function (SVR4)... yes #11 288.3 checking whether to use statvfs64... no #11 288.6 checking for two-argument statfs with statfs.f_frsize member... yes #11 289.6 checking for sys/fs/s5param.h... no #11 290.2 checking for sys/statfs.h... yes #11 290.8 checking for statfs that truncates block counts... no #11 291.1 checking for futimens... yes #11 291.8 checking whether futimens works... yes #11 293.9 checking for getline... yes #11 294.6 checking for working getline function... yes #11 295.4 checking for getloadavg... yes #11 296.2 checking for sys/loadavg.h... no #11 296.8 checking whether getloadavg is declared... yes #11 297.2 checking for getrandom... yes #11 298.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 298.4 checking for gettimeofday with POSIX signature... yes #11 298.8 checking whether the compiler supports the __inline keyword... yes #11 299.1 checking for gmp.h... yes #11 299.7 checking for library containing __gmpz_roinit_n... -lgmp #11 301.0 checking for memmem... yes #11 301.7 checking whether memmem works... yes #11 302.3 checking for mempcpy... yes #11 303.0 checking for memrchr... yes #11 303.8 checking for explicit_memset... no #11 304.5 checking for mkostemp... yes #11 305.0 checking for library containing nanosleep... none required #11 305.7 checking for working nanosleep... no (mishandles large arguments) #11 307.7 checking for sys/pstat.h... no #11 308.2 checking for sys/sysmp.h... no #11 308.8 checking for sys/param.h... (cached) yes #11 308.8 checking for sys/sysctl.h... (cached) no #11 308.8 checking for sched_getaffinity_np... no #11 309.6 checking for pstat_getdynamic... no #11 310.3 checking for sysmp... no #11 311.1 checking for sysctl... (cached) no #11 311.1 checking for sched_getaffinity... yes #11 311.8 checking for glibc compatible sched_getaffinity... yes #11 312.3 checking for pipe2... yes #11 313.0 checking whether signature of pselect conforms to POSIX... yes #11 313.7 checking whether pselect detects invalid fds... yes #11 314.4 checking whether pthread_sigmask is a macro... no #11 314.7 checking whether pthread_sigmask works without -lpthread... yes #11 315.7 checking whether pthread_sigmask returns error numbers... yes #11 316.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 319.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 320.8 checking whether readlink signature is correct... yes #11 321.0 checking whether readlink handles trailing slash correctly... yes #11 321.3 checking whether readlink truncates results correctly... yes #11 321.7 checking for readlinkat... (cached) yes #11 321.7 checking whether readlinkat signature is correct... yes #11 321.8 checking for working re_compile_pattern... yes #11 323.4 checking for sig2str... no #11 324.0 checking for sigdescr_np... yes #11 324.5 checking for socklen_t... yes #11 325.2 checking for ssize_t... yes #11 325.7 checking for struct stat.st_atim.tv_nsec... yes #11 326.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 326.6 checking for struct stat.st_birthtimespec.tv_nsec... no #11 327.0 checking for struct stat.st_birthtimensec... no #11 327.4 checking for struct stat.st_birthtim.tv_nsec... no #11 328.1 checking for bool, true, false... no #11 328.4 checking for stpcpy... yes #11 329.2 checking for working strnlen... yes #11 330.2 checking whether strtoimax works... yes #11 331.3 checking whether symlink handles trailing slash correctly... yes #11 332.3 checking whether localtime_r is declared... yes #11 332.7 checking whether localtime_r is compatible with its POSIX signature... yes #11 333.1 checking whether localtime works even near extrema... yes #11 334.0 checking for timezone_t... no #11 334.3 checking for timegm... yes #11 335.1 checking whether timer_settime is declared... yes #11 335.6 checking for library containing timer_settime... none required #11 336.2 checking for timer_settime... yes #11 337.0 checking for utimensat... yes #11 337.6 checking whether utimensat works... yes #11 339.5 checking for variable-length arrays... yes #11 340.2 checking whether getdtablesize works... yes #11 341.0 checking for timer_getoverrun... yes #11 341.7 checking for gcc option to disable position independent executables... not needed #11 341.7 checking for __ctype_get_mb_cur_max... yes #11 342.4 checking whether MB_CUR_MAX is defined to function that won't link... no #11 342.6 #11 342.6 Configured for 'x86_64-pc-linux-gnu'. #11 342.6 #11 342.6 Where should the build process find the source code? . #11 342.6 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 342.6 Should Emacs use the GNU version of malloc? no #11 342.6 (The GNU allocators don't work with this system configuration.) #11 342.6 Should Emacs use a relocating allocator for buffers? no #11 342.6 Should Emacs use mmap(2) for buffer allocation? no #11 342.6 What window system should Emacs use? none #11 342.6 What toolkit should Emacs use? none #11 342.6 Where do we find X Windows header files? NONE #11 342.6 Where do we find X Windows libraries? NONE #11 342.6 Does Emacs use -lXaw3d? no #11 342.6 Is Emacs being built for Android? no #11 342.6 Does Emacs use the X Double Buffer Extension? no #11 342.6 Does Emacs use -lXpm? no #11 342.6 Does Emacs use -ljpeg? no #11 342.6 Does Emacs use -ltiff? no #11 342.6 Does Emacs use a gif library? no #11 342.6 Does Emacs use a png library? no #11 342.6 Does Emacs use -lrsvg-2? no #11 342.6 Does Emacs use -lwebp? no #11 342.6 Does Emacs use -lsqlite3? no #11 342.6 Does Emacs use cairo? no #11 342.6 Does Emacs use -llcms2? no #11 342.6 Does Emacs use imagemagick? no #11 342.6 Does Emacs use native APIs for images? no #11 342.6 Does Emacs support sound? yes #11 342.6 Does Emacs use -lgpm? no #11 342.6 Does Emacs use -ldbus? yes #11 342.6 Does Emacs use -lgconf? no #11 342.6 Does Emacs use GSettings? no #11 342.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 342.6 Does Emacs use access control lists? yes -lacl -lattr #11 342.6 Does Emacs use -lselinux? no #11 342.6 Does Emacs use -lgnutls? yes #11 342.6 Does Emacs use -lxml2? no #11 342.6 Does Emacs use -lfreetype? no #11 342.6 Does Emacs use HarfBuzz? no #11 342.6 Does Emacs use -lm17n-flt? no #11 342.6 Does Emacs use -lotf? no #11 342.6 Does Emacs use -lxft? no #11 342.6 Does Emacs use -lsystemd? no #11 342.6 Does Emacs use -ljansson? no #11 342.6 Does Emacs use -ltree-sitter? no #11 342.6 Does Emacs use the GMP library? yes #11 342.6 Does Emacs directly use zlib? no #11 342.6 Does Emacs have dynamic modules support? yes #11 342.6 Does Emacs use toolkit scroll bars? no #11 342.6 Does Emacs support Xwidgets? no #11 342.6 Does Emacs have threading support in lisp? yes #11 342.6 Does Emacs support the portable dumper? yes #11 342.6 Does Emacs support legacy unexec dumping? no #11 342.6 Which dumping strategy does Emacs use? pdumper #11 342.6 Does Emacs have native lisp compiler? no #11 342.6 Does Emacs use version 2 of the X Input Extension? no #11 342.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 342.6 #11 342.6 #11 345.0 configure: creating ./config.status #11 346.6 config.status: creating src/verbose.mk #11 347.0 config.status: creating src/emacs-module.h #11 347.6 config.status: creating Makefile #11 347.7 config.status: creating lib/gnulib.mk #11 348.0 config.status: creating ./doc/man/emacs.1 #11 348.3 config.status: creating lib/Makefile #11 348.6 config.status: creating lib-src/Makefile #11 348.9 config.status: creating oldXMenu/Makefile #11 349.2 config.status: creating src/Makefile #11 349.4 config.status: creating lwlib/Makefile #11 349.6 config.status: creating nextstep/Makefile #11 349.9 config.status: creating nt/Makefile #11 350.1 config.status: creating doc/emacs/Makefile #11 350.2 config.status: creating doc/misc/Makefile #11 350.4 config.status: creating doc/lispintro/Makefile #11 350.7 config.status: creating doc/lispref/Makefile #11 351.0 config.status: creating lisp/Makefile #11 351.3 config.status: creating leim/Makefile #11 351.6 config.status: creating test/Makefile #11 351.9 config.status: creating test/manual/noverlay/Makefile #11 352.1 config.status: creating test/infra/Makefile #11 352.4 config.status: creating admin/charsets/Makefile #11 352.6 config.status: creating admin/unidata/Makefile #11 352.8 config.status: creating admin/grammars/Makefile #11 353.1 config.status: creating java/Makefile #11 353.4 config.status: creating cross/Makefile #11 353.7 config.status: creating java/AndroidManifest.xml #11 353.9 config.status: creating src/config.h #11 354.1 config.status: executing src/epaths.h commands #11 354.4 config.status: executing src/.gdbinit commands #11 354.5 config.status: executing doc/emacs/emacsver.texi commands #11 354.6 config.status: executing etc-refcards-emacsver.tex commands #11 354.9 configure: WARNING: This configuration installs a 'movemail' program #11 354.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 354.9 installed a 'movemail' program that retrieved POP3 email via only #11 354.9 insecure channels, a practice that is no longer recommended but that #11 354.9 you can continue to support by using './configure --with-pop'. #11 354.9 configure: You might want to install GNU Mailutils #11 354.9 and use './configure --with-mailutils'. #11 DONE 357.1s #12 [emacs-eglot 8/8] RUN make bootstrap #12 2.656 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.714 make[1]: Entering directory '/checkout' #12 3.265 make bootstrap-clean #12 3.328 make[2]: Entering directory '/checkout' #12 4.004 make -C src bootstrap-clean #12 4.096 make[3]: Entering directory '/checkout/src' #12 4.096 GEN /checkout/src/lisp.mk #12 4.908 rm -f android-emacs libemacs.so #12 4.936 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.946 rm -f dmpstruct.h #12 4.959 rm -f emacs.pdmp #12 5.002 rm -f ../etc/DOC #12 5.028 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.045 rm -f emacs-30.0.50 #12 5.059 rm -f buildobj.h #12 5.083 rm -f globals.h gl-stamp #12 5.092 rm -f ./*.res ./*.tmp #12 5.129 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.148 rm -f ../etc/DOC* #12 5.156 rm -f deps/* #12 5.180 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.200 if test -f ./.gdbinit; then \ #12 5.200 mv ./.gdbinit ./.gdbinit.save; \ #12 5.200 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.200 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.200 fi #12 5.262 make[3]: Leaving directory '/checkout/src' #12 5.262 make -C oldXMenu bootstrap-clean #12 5.280 make[3]: Entering directory '/checkout/oldXMenu' #12 5.280 rm -f libXMenu11.a ./*.o deps/* #12 5.301 rm -f Makefile #12 5.316 rm -fr deps #12 5.316 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.316 make -C lwlib bootstrap-clean #12 5.380 make[3]: Entering directory '/checkout/lwlib' #12 5.380 rm -f ./*.o liblw.a \#* deps/* #12 5.388 rm -f Makefile #12 5.395 rm -fr deps #12 5.404 rm -f TAGS #12 5.428 make[3]: Leaving directory '/checkout/lwlib' #12 5.428 make -C lib bootstrap-clean #12 5.900 make[3]: Entering directory '/checkout/lib' #12 5.901 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.012 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 6.041 rm -f Makefile Makefile.android #12 6.048 rm -fr deps #12 6.080 make[3]: Leaving directory '/checkout/lib' #12 6.080 make -C lib-src bootstrap-clean #12 6.096 make[3]: Entering directory '/checkout/lib-src' #12 6.096 rm -f core ./*.o ./*.res #12 6.116 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.138 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.143 rm -f TAGS Makefile blessmail Makefile.android #12 6.164 make[3]: Leaving directory '/checkout/lib-src' #12 6.164 make -C nt bootstrap-clean #12 6.184 make[3]: Entering directory '/checkout/nt' #12 6.184 rm -f core *.o *.res #12 6.208 rm -f runemacs addpm cmdproxy ddeclient #12 6.216 rm -f TAGS Makefile *.rc #12 6.224 true #12 6.242 make[3]: Leaving directory '/checkout/nt' #12 6.242 make -C doc/emacs bootstrap-clean #12 6.260 make[3]: Entering directory '/checkout/doc/emacs' #12 6.260 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.260 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.284 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.300 rm -f Makefile #12 6.323 rm -f \ #12 6.323 ./../../info/emacs.info \ #12 6.323 ./../../info/emacs.info-[1-9] \ #12 6.323 ./../../info/emacs.info-[1-9][0-9] #12 6.344 rm -f ./emacsver.texi TAGS #12 6.364 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.364 make -C doc/misc bootstrap-clean #12 6.388 make[3]: Entering directory '/checkout/doc/misc' #12 6.388 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.388 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.388 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.407 rm -f gnustmp* #12 6.422 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.428 rm -f Makefile #12 6.440 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 6.440 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.440 rm -f \ #12 6.440 ./../../info/${file} \ #12 6.440 ./../../info/${file}-[1-9] \ #12 6.440 ./../../info/${file}-[1-9][0-9]; \ #12 6.440 done #12 8.444 rm -f ./modus-themes.texi ./org.texi #12 8.459 rm -f TAGS #12 8.468 make[3]: Leaving directory '/checkout/doc/misc' #12 8.468 make -C doc/lispref bootstrap-clean #12 8.482 make[3]: Entering directory '/checkout/doc/lispref' #12 8.496 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.496 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.515 rm -f elisp[12]* vol[12].tmp #12 8.528 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.568 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.585 rm -f Makefile #12 8.612 rm -f \ #12 8.612 ./../../info/elisp.info \ #12 8.612 ./../../info/elisp.info-[1-9] \ #12 8.612 ./../../info/elisp.info-[1-9][0-9] #12 8.612 rm -f TAGS #12 8.638 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.638 make -C doc/lispintro bootstrap-clean #12 8.663 make[3]: Entering directory '/checkout/doc/lispintro' #12 8.663 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.663 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.697 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 8.708 rm -f Makefile #12 8.744 rm -f \ #12 8.744 ./../../info/eintr.info \ #12 8.744 ./../../info/eintr.info-[1-9] #12 8.763 rm -f TAGS #12 8.778 make[3]: Leaving directory '/checkout/doc/lispintro' #12 8.787 make -C test bootstrap-clean #12 8.804 make[3]: Entering directory '/checkout/test' #12 9.355 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.486 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.528 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.556 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.556 src/emacs-module-resources/*.dll gmp.h #12 9.565 find . -name '*.elc' -delete #12 9.624 make[3]: Leaving directory '/checkout/test' #12 9.624 make -C java bootstrap-clean #12 10.67 make[3]: Entering directory '/checkout/java' #12 10.68 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 10.70 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 10.70 find . -name '*.class' -delete #12 10.75 rm -f Makefile ndk-build.mk #12 10.80 make[3]: Leaving directory '/checkout/java' #12 10.80 make -C cross bootstrap-clean #12 10.82 make[3]: Entering directory '/checkout/cross' #12 10.82 for dir in src lib-src lib etc; do \ #12 10.82 find $dir -type f -delete; \ #12 10.82 done #12 10.88 rm -rf lib/config.h lib-src/config.h #12 10.91 if test -f ndk-build/Makefile; then \ #12 10.91 make -C ndk-build clean; \ #12 10.91 fi #12 10.92 for dir in src lib-src lib etc; do \ #12 10.92 find $dir -type l -delete; \ #12 10.92 done #12 10.98 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.00 rm -rf ndk-build/ndk-build.mk Makefile #12 11.01 make[3]: Leaving directory '/checkout/cross' #12 11.01 make -C nextstep bootstrap-clean #12 11.06 make[3]: Entering directory '/checkout/nextstep' #12 11.06 rm -rf #12 11.10 rm -f Makefile #12 11.11 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.11 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.11 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.11 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 11.26 make[3]: Leaving directory '/checkout/nextstep' #12 11.27 make -C admin/charsets bootstrap-clean #12 11.29 make[3]: Entering directory '/checkout/admin/charsets' #12 11.29 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.29 make[3]: Leaving directory '/checkout/admin/charsets' #12 11.30 make -C admin/unidata bootstrap-clean #12 11.31 make[3]: Entering directory '/checkout/admin/unidata' #12 11.41 rm -f ./*.elc unidata.txt #12 11.42 make[3]: Leaving directory '/checkout/admin/unidata' #12 11.43 make -C leim bootstrap-clean #12 11.46 make[3]: Entering directory '/checkout/leim' #12 11.46 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 11.48 make[3]: Leaving directory '/checkout/leim' #12 11.49 make -C lisp bootstrap-clean #12 11.51 make[3]: Entering directory '/checkout/lisp' #12 11.82 find . -name '*.elc' -delete #12 11.85 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 11.88 make[3]: Leaving directory '/checkout/lisp' #12 11.88 make -C admin/grammars bootstrap-clean #12 11.89 make[3]: Entering directory '/checkout/admin/grammars' #12 11.89 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.89 make[3]: Leaving directory '/checkout/admin/grammars' #12 11.90 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.98 rm -rf ./info #12 12.01 rm -f ./etc/refcards/emacsver.tex #12 12.02 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 12.04 rm -fr autom4te.cache config.cache #12 12.06 rm -f config.log ./doc/man/emacs.1 #12 12.08 make[2]: Leaving directory '/checkout' #12 12.08 cd . && ./autogen.sh autoconf #12 12.15 Checking whether you have the necessary tools... #12 12.15 (Read INSTALL.REPO for more details on building Emacs) #12 12.18 Checking for autoconf (need at least version 2.65) ... ok #12 12.40 Your system has the required tools. #12 12.48 Running 'autoreconf -fi -I m4' ... #12 54.10 Building 'aclocal.m4' in exec ... #12 54.10 Running 'autoreconf -fi' in exec ... #12 62.48 You can now run './autogen.sh git'. #12 62.48 make MAKEFILE_NAME=force-Makefile force-Makefile #12 62.49 make[2]: Entering directory '/checkout' #12 62.50 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 62.70 if [ -x ./config.status ]; then \ #12 62.70 ./config.status --recheck; \ #12 62.70 else \ #12 62.70 ./configure --cache-file=/dev/null; \ #12 62.70 fi #12 62.96 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 63.78 checking for xcrun... no #12 63.80 checking for GNU Make... make #12 63.88 checking build system type... x86_64-pc-linux-gnu #12 64.32 checking host system type... x86_64-pc-linux-gnu #12 64.39 checking for gcc... gcc #12 64.68 checking whether the C compiler works... yes #12 65.03 checking for C compiler default output file name... a.out #12 65.05 checking for suffix of executables... #12 65.60 checking whether we are cross compiling... no #12 66.07 checking for suffix of object files... o #12 66.30 checking whether the compiler supports GNU C... yes #12 66.54 checking whether gcc accepts -g... yes #12 66.66 checking for gcc option to enable C11 features... none needed #12 67.26 checking whether the compiler is clang... no #12 67.52 checking for compiler option needed when checking for declarations... none #12 67.52 checking whether gcc and cc understand -c and -o together... yes #12 68.56 checking for stdio.h... yes #12 68.87 checking for stdlib.h... yes #12 69.25 checking for string.h... yes #12 69.56 checking for inttypes.h... yes #12 69.74 checking for stdint.h... yes #12 69.93 checking for strings.h... yes #12 70.24 checking for sys/stat.h... yes #12 70.68 checking for sys/types.h... yes #12 71.05 checking for unistd.h... yes #12 71.37 checking for wchar.h... yes #12 71.84 checking for minix/config.h... no #12 72.14 checking for linux/fs.h... yes #12 72.64 checking for malloc.h... yes #12 73.04 checking for sys/systeminfo.h... no #12 73.34 checking for sys/sysinfo.h... yes #12 73.80 checking for coff.h... no #12 74.32 checking for pty.h... yes #12 74.87 checking for sys/resource.h... yes #12 75.29 checking for sys/utsname.h... yes #12 75.57 checking for pwd.h... yes #12 75.86 checking for util.h... no #12 76.21 checking for sanitizer/lsan_interface.h... yes #12 76.67 checking for sanitizer/asan_interface.h... yes #12 76.95 checking for sanitizer/common_interface_defs.h... yes #12 77.37 checking for sys/socket.h... yes #12 77.90 checking for sys/param.h... yes #12 78.31 checking for pthread.h... yes #12 78.68 checking for malloc/malloc.h... no #12 79.02 checking for sys/un.h... yes #12 79.28 checking for vfork.h... no #12 79.82 checking for utmp.h... yes #12 80.21 checking for utmpx.h... yes #12 80.58 checking for OS.h... no #12 80.96 checking for dirent.h... yes #12 81.39 checking for execinfo.h... yes #12 81.67 checking for linux/xattr.h... yes #12 82.02 checking for stdio_ext.h... yes #12 82.31 checking for sys/vfs.h... yes #12 82.69 checking for sys/fs_types.h... no #12 83.28 checking for getopt.h... yes #12 83.61 checking for sys/cdefs.h... yes #12 83.90 checking for sys/time.h... yes #12 84.13 checking for ieee754.h... yes #12 84.52 checking for limits.h... yes #12 84.82 checking for sys/select.h... yes #12 85.26 checking for stdbool.h... yes #12 85.67 checking for stdckdint.h... no #12 86.00 checking for sys/random.h... yes #12 86.42 checking whether it is safe to define __EXTENSIONS__... yes #12 86.95 checking whether _XOPEN_SOURCE should be defined... no #12 87.34 checking how to run the C preprocessor... gcc -E #12 88.16 checking for grep that handles long lines and -e... /usr/bin/grep #12 88.20 checking for egrep... /usr/bin/grep -E #12 88.22 checking for Minix Amsterdam compiler... no #12 88.38 checking for ar... ar #12 88.38 checking for ranlib... ranlib #12 88.38 checking for gcc option to enable large file support... none needed #12 88.98 checking for gcc option for timestamps after 2038... none needed #12 89.36 checking for g++... g++ #12 89.62 checking whether the compiler supports GNU C++... yes #12 89.86 checking whether g++ accepts -g... yes #12 90.15 checking for g++ option to enable C++11 features... none needed #12 90.96 checking whether gcc accepts -g3 -O2... yes #12 91.50 checking whether the compiler is clang... no #12 91.89 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 92.28 checking whether -Wno-missing-field-initializers is needed... no #12 92.53 checking whether -Wuninitialized is supported... yes #12 92.86 checking whether C compiler handles -fstrict-flex-arrays... yes #12 93.30 checking whether C compiler handles -Wall... yes #12 93.97 checking whether C compiler handles -Warith-conversion... yes #12 94.30 checking whether C compiler handles -Wdate-time... yes #12 94.66 checking whether C compiler handles -Wdisabled-optimization... yes #12 95.03 checking whether C compiler handles -Wdouble-promotion... yes #12 95.40 checking whether C compiler handles -Wduplicated-cond... yes #12 95.87 checking whether C compiler handles -Wextra... yes #12 96.22 checking whether C compiler handles -Wformat-signedness... yes #12 96.71 checking whether C compiler handles -Winit-self... yes #12 97.37 checking whether C compiler handles -Winvalid-pch... yes #12 98.07 checking whether C compiler handles -Wlogical-op... yes #12 98.59 checking whether C compiler handles -Wmissing-declarations... yes #12 99.16 checking whether C compiler handles -Wmissing-include-dirs... yes #12 99.74 checking whether C compiler handles -Wmissing-prototypes... yes #12 100.3 checking whether C compiler handles -Wnested-externs... yes #12 100.8 checking whether C compiler handles -Wnull-dereference... yes #12 101.4 checking whether C compiler handles -Wold-style-definition... yes #12 102.0 checking whether C compiler handles -Wopenmp-simd... yes #12 102.4 checking whether C compiler handles -Wpacked... yes #12 103.1 checking whether C compiler handles -Wpointer-arith... yes #12 103.7 checking whether C compiler handles -Wstrict-flex-arrays... yes #12 104.4 checking whether C compiler handles -Wstrict-prototypes... yes #12 104.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 105.3 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 105.9 checking whether C compiler handles -Wsuggest-final-methods... yes #12 106.5 checking whether C compiler handles -Wsuggest-final-types... yes #12 106.8 checking whether C compiler handles -Wtrampolines... yes #12 107.3 checking whether C compiler handles -Wuninitialized... yes #12 107.7 checking whether C compiler handles -Wunknown-pragmas... yes #12 108.0 checking whether C compiler handles -Wunused-macros... yes #12 108.4 checking whether C compiler handles -Wvariadic-macros... yes #12 108.9 checking whether C compiler handles -Wvector-operation-performance... yes #12 109.5 checking whether C compiler handles -Wwrite-strings... yes #12 110.1 checking whether C compiler handles -Warray-bounds=2... yes #12 110.6 checking whether C compiler handles -Wattribute-alias=2... yes #12 111.3 checking whether C compiler handles -Wformat=2... yes #12 111.8 checking whether C compiler handles -Wformat-truncation=2... yes #12 112.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 113.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 113.6 checking whether C compiler handles -Wuse-after-free=3... yes #12 114.3 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 114.8 checking whether C compiler handles -Wredundant-decls... yes #12 115.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 116.0 checking whether C compiler handles -Wno-override-init... yes #12 116.6 checking whether C compiler handles -Wno-sign-compare... yes #12 117.4 checking whether C compiler handles -Wno-type-limits... yes #12 117.8 checking whether C compiler handles -Wno-unused-parameter... yes #12 118.4 checking whether C compiler handles -Wno-format-nonliteral... yes #12 119.2 checking whether C compiler handles -Wno-bidi-chars... yes #12 119.8 checking for a BSD-compatible install... /usr/bin/install -c #12 120.0 checking command to symlink files in the same directory... ln -s #12 120.1 checking for install-info... : #12 120.1 checking for gzip... /usr/bin/gzip #12 120.1 checking for 'find' args to delete a file... -delete #12 120.1 checking for brew... no #12 121.0 checking for -znocombreloc... not needed #12 121.0 checking whether addresses are sanitized... no #12 121.2 checking for math library... -lm #12 123.7 checking for struct passwd.pw_gecos... yes #12 124.0 checking for pkg-config... /usr/bin/pkg-config #12 124.0 checking pkg-config is at least version 0.9.0... yes #12 124.1 checking for machine/soundcard.h... no #12 124.4 checking for sys/soundcard.h... yes #12 124.8 checking for soundcard.h... no #12 125.0 checking for mmsystem.h... no #12 125.3 checking for _oss_ioctl in -lossaudio... no #12 125.9 checking for alsa >= 1.0.0... no #12 126.0 checking for ADDR_NO_RANDOMIZE... yes #12 126.1 checking if Linux sysinfo may be used... yes #12 126.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 127.4 checking for net/if.h... yes #12 128.0 checking for ifaddrs.h... yes #12 128.4 checking for net/if_dl.h... no #12 128.9 checking for struct ifreq.ifr_flags... yes #12 129.6 checking for struct ifreq.ifr_hwaddr... yes #12 130.3 checking for struct ifreq.ifr_netmask... yes #12 130.9 checking for struct ifreq.ifr_broadaddr... yes #12 131.6 checking for struct ifreq.ifr_addr... yes #12 132.7 checking for struct ifreq.ifr_addr.sa_len... no #12 133.7 checking whether gcc understands -MMD -MF... yes #12 133.8 checking for gcc options needed to detect all undeclared functions... none needed #12 134.3 checking for X... no #12 135.1 checking for X... false #12 135.1 checking whether malloc is Doug Lea style... no #12 135.5 checking for sbrk... yes #12 136.2 checking for getpagesize... yes #12 136.8 checking for __lsan_ignore_object... no #12 137.4 checking for fork... yes #12 137.9 checking for vfork... yes #12 138.2 checking for fchmod... yes #12 138.9 checking for utmpname... yes #12 139.2 checking for utmpxname... yes #12 139.7 checking for canonicalize_file_name... yes #12 140.1 checking for realpath... yes #12 140.7 checking for lstat... yes #12 141.0 checking for fchmodat... yes #12 141.5 checking for lchmod... yes #12 142.1 checking for fcntl... yes #12 142.6 checking for fdopendir... yes #12 143.1 checking for listxattr... yes #12 143.8 checking for fstatat... yes #12 144.3 checking for fsync... yes #12 144.8 checking for gettimeofday... yes #12 145.4 checking for memset_explicit... no #12 146.0 checking for memset_s... no #12 146.7 checking for pselect... yes #12 147.3 checking for pthread_sigmask... yes #12 147.9 checking for readlink... yes #12 148.9 checking for isblank... yes #12 149.6 checking for iswctype... yes #12 150.3 checking for strtoimax... yes #12 150.9 checking for symlink... yes #12 151.6 checking for localtime_r... yes #12 152.1 checking for getdtablesize... yes #12 152.7 checking for working mmap... yes #12 153.9 checking for main in -lXbsd... no #12 154.2 checking for pthread library... none needed #12 155.1 checking for thread support... yes #12 155.2 checking for sqlite3_open_v2 in -lsqlite3... no #12 155.6 checking for getaddrinfo_a in -lanl... yes #12 156.2 checking for malloc_trim... yes #12 157.0 checking for dbus-1 >= 1.0... yes #12 157.2 checking for dbus_watch_get_unix_fd... yes #12 157.9 checking for dbus_type_is_valid... yes #12 158.6 checking for dbus_validate_bus_name... yes #12 159.4 checking for dbus_validate_path... yes #12 160.3 checking for dbus_validate_interface... yes #12 160.9 checking for dbus_validate_member... yes #12 161.5 checking for lgetfilecon in -lselinux... no #12 162.0 checking for gnutls >= 2.12.2... yes #12 162.1 checking for libsystemd >= 222... no #12 162.3 checking for jansson >= 2.7... no #12 162.4 checking for tree-sitter >= 0.20.2... no #12 162.5 checking for tree-sitter >= 0.6.3... no #12 162.6 checking for sys/inotify.h... yes #12 163.1 checking for inotify_init1... yes #12 164.5 checking for lcms2... no #12 164.6 checking for library containing inflateEnd... no #12 165.6 checking for dladdr... yes #12 166.3 checking for dlfunc... no #12 167.1 checking for gcc_jit_context_acquire in -lgccjit... no #12 167.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 167.6 found. #12 167.6 Please try installing libgccjit or a similar package if you want to have it #12 167.6 enabled. #12 167.6 checking for libgccjit.h... no #12 167.9 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 167.9 were not found. #12 167.9 Please try installing libgccjit-dev or a similar package if you want to have it #12 167.9 enabled. #12 167.9 checking for gpm.h... no #12 168.3 checking for libxml-2.0 > 2.6.17... no #12 168.3 checking for maillock in -lmail... no #12 168.6 checking for maillock in -llockfile... no #12 168.9 checking for liblockfile.so... no #12 168.9 checking for maillock.h... no #12 169.0 checking for linux/seccomp.h... yes #12 169.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 169.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 169.4 checking for linux/filter.h... yes #12 169.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 169.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 169.6 checking for libseccomp >= 2.5.2... no #12 169.8 checking size of long... 8 #12 170.4 checking for accept4... yes #12 171.2 checking for fchdir... yes #12 171.8 checking for gethostname... yes #12 172.7 checking for getrusage... yes #12 173.4 checking for get_current_dir_name... yes #12 173.8 checking for lrand48... yes #12 174.3 checking for random... yes #12 174.8 checking for rint... yes #12 175.4 checking for tcdrain... yes #12 175.7 checking for trunc... yes #12 176.2 checking for select... yes #12 176.6 checking for getpagesize... (cached) yes #12 176.6 checking for setlocale... yes #12 177.0 checking for newlocale... yes #12 177.4 checking for getrlimit... yes #12 177.7 checking for setrlimit... yes #12 178.1 checking for shutdown... yes #12 178.7 checking for pthread_sigmask... (cached) yes #12 178.7 checking for strsignal... yes #12 179.3 checking for setitimer... yes #12 180.1 checking for sendto... yes #12 180.7 checking for recvfrom... yes #12 181.4 checking for getsockname... yes #12 182.0 checking for getifaddrs... yes #12 182.8 checking for freeifaddrs... yes #12 183.4 checking for gai_strerror... yes #12 184.2 checking for sync... yes #12 184.9 checking for endpwent... yes #12 185.4 checking for getgrent... yes #12 186.0 checking for endgrent... yes #12 186.5 checking for renameat2... yes #12 187.1 checking for cfmakeraw... yes #12 187.7 checking for cfsetspeed... yes #12 188.3 checking for __executable_start... yes #12 189.1 checking for log2... yes #12 189.8 checking for pthread_setname_np... yes #12 190.3 checking for pthread_set_name_np... no #12 190.8 checking for getpwent... yes #12 191.2 checking whether pthread_setname_np takes a single argument... no #12 191.5 checking whether pthread_setname_np takes three arguments... no #12 191.7 checking for aligned_alloc... yes #12 192.4 checking whether aligned_alloc is declared... yes #12 192.9 checking for posix_madvise... yes #12 193.5 checking for madvise... yes #12 194.2 checking for __builtin_frame_address... yes #12 194.6 checking for __builtin_unwind_init... yes #12 195.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 195.7 checking for grantpt... yes #12 196.3 checking for getpt... yes #12 196.8 checking for posix_openpt... yes #12 197.0 checking for library containing tputs... -ltinfo #12 197.7 checking whether -ltinfo library defines BC... yes #12 198.2 checking for timerfd interface... yes #12 198.5 checking whether signals can be handled on alternate stack... yes #12 198.8 checking for valgrind/valgrind.h... no #12 199.1 checking for struct unipair.unicode... yes #12 199.3 checking for pid_t... yes #12 200.0 checking for working fork... yes #12 200.8 checking for working vfork... (cached) yes #12 200.8 checking for snprintf... yes #12 201.2 checking for open_memstream... yes #12 201.6 checking for spawn.h... yes #12 202.2 checking for posix_spawn... yes #12 202.8 checking for posix_spawn_file_actions_addchdir... no #12 203.6 checking for posix_spawn_file_actions_addchdir_np... yes #12 204.2 checking for posix_spawnattr_setflags... yes #12 204.6 checking whether POSIX_SPAWN_SETSID is declared... yes #12 204.9 checking whether GLib is linked in... no #12 205.0 checking for nl_langinfo and CODESET... yes #12 205.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 206.1 checking for mbstate_t... yes #12 206.6 checking for signals via characters... yes #12 207.0 checking for _setjmp... yes #12 207.4 checking for sigsetjmp... yes #12 207.9 checking POSIX termios... yes #12 208.8 checking size of speed_t... 4 #12 209.5 checking for usable FIONREAD... yes #12 209.7 checking for usable SIGIO... yes #12 210.0 checking for struct alignment... yes #12 210.2 checking for C/C++ restrict keyword... __restrict__ #12 210.3 checking for typeof syntax and keyword spelling... typeof #12 210.6 checking for statement expressions... yes #12 210.9 checking whether malloc (0) returns nonnull... yes #12 211.3 checking for sys/acl.h... yes #12 211.6 checking for library containing acl_get_file... -lacl #12 212.6 checking for acl_get_file... yes #12 213.0 checking for acl_get_fd... yes #12 213.4 checking for acl_set_file... yes #12 213.8 checking for acl_set_fd... yes #12 214.5 checking for acl_free... yes #12 215.2 checking for acl_from_mode... yes #12 216.0 checking for acl_from_text... yes #12 216.7 checking for acl_delete_def_file... yes #12 217.5 checking for acl_extended_file... yes #12 218.3 checking for acl_delete_fd_np... no #12 219.0 checking for acl_delete_file_np... no #12 219.9 checking for acl_copy_ext_native... no #12 220.7 checking for acl_create_entry_np... no #12 221.5 checking for acl_to_short_text... no #12 222.2 checking for acl_free_text... no #12 222.9 checking for working acl_get_file... yes #12 223.9 checking for acl/libacl.h... yes #12 224.6 checking for acl_entries... yes #12 225.2 checking for ACL_FIRST_ENTRY... yes #12 225.5 checking for ACL_TYPE_EXTENDED... no #12 226.0 checking for working alloca.h... yes #12 226.7 checking for alloca... yes #12 226.7 checking for a race-free mkdir -p... /usr/bin/mkdir -p #12 226.7 checking whether the preprocessor supports include_next... yes #12 227.2 checking whether source code line length is unlimited... yes #12 227.5 checking whether endutent is declared... yes #12 227.9 checking for struct utmpx.ut_user... yes #12 228.6 checking for struct utmp.ut_user... yes #12 229.4 checking for struct utmpx.ut_name... yes #12 230.2 checking for struct utmp.ut_name... yes #12 230.6 checking for struct utmpx.ut_type... yes #12 231.2 checking for struct utmp.ut_type... yes #12 231.9 checking for struct utmpx.ut_pid... yes #12 232.6 checking for struct utmp.ut_pid... yes #12 233.4 checking for struct utmp.ut_tv... yes #12 234.6 checking for struct utmpx.ut_host... yes #12 235.2 checking for struct utmp.ut_host... yes #12 235.9 checking for struct utmpx.ut_id... yes #12 236.4 checking for struct utmp.ut_id... yes #12 237.0 checking for struct utmpx.ut_session... yes #12 237.7 checking for struct utmp.ut_session... yes #12 238.2 checking for struct utmpx.ut_exit... yes #12 239.2 checking for struct utmp.ut_exit... yes #12 240.0 checking for struct utmpx.ut_exit.ut_exit... no #12 240.9 checking for struct utmpx.ut_exit.e_exit... yes #12 241.2 checking for struct utmp.ut_exit.e_exit... yes #12 241.7 checking for struct utmpx.ut_exit.ut_termination... no #12 242.3 checking for struct utmpx.ut_exit.e_termination... yes #12 242.7 checking for struct utmp.ut_exit.e_termination... yes #12 243.1 checking whether sysinfo is declared... yes #12 243.3 checking for sys/sysctl.h... no #12 243.6 checking for sysctl... no #12 244.1 checking whether lstat correctly handles trailing slash... yes #12 244.8 checking whether // is distinct from /... no #12 244.8 checking whether realpath works... yes #12 245.6 checking for faccessat... yes #12 246.1 checking for getcwd... yes #12 246.5 checking whether byte ordering is bigendian... no #12 247.4 checking if environ is properly declared... yes #12 247.8 checking for complete errno.h... yes #12 248.0 checking whether ctype.h defines __header_inline... no #12 248.1 checking for mode_t... yes #12 249.1 checking whether strmode is declared... no #12 249.4 checking whether getline is declared... yes #12 249.6 checking for gawk... no #12 249.6 checking for mawk... mawk #12 249.6 checking for getopt.h... (cached) yes #12 249.6 checking for getopt_long_only... yes #12 250.3 checking whether getopt is POSIX compatible... yes #12 253.1 checking for working GNU getopt function... yes #12 255.9 checking for working GNU getopt_long function... yes #12 256.3 checking whether timespec_get is declared... yes #12 256.7 checking for timespec_get... yes #12 257.1 checking for struct timeval... yes #12 257.6 checking for wide-enough struct timeval.tv_sec member... yes #12 258.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #12 258.7 checking whether limits.h has SSIZE_MAX... yes #12 258.9 checking whether the compiler produces multi-arch binaries... no #12 259.0 checking whether stdint.h conforms to C99... yes #12 259.7 checking whether stdint.h works without ISO C predefines... yes #12 259.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 260.0 checking whether memmem is declared... yes #12 260.2 checking whether memrchr is declared... yes #12 260.6 checking whether defines MIN and MAX... no #12 260.8 checking whether defines MIN and MAX... yes #12 260.9 checking whether time_t is signed... yes #12 261.1 checking whether alarm is declared... yes #12 261.6 checking for working mktime... yes #12 262.0 checking whether struct tm is in sys/time.h or time.h... time.h #12 262.1 checking for struct tm.tm_zone... yes #12 262.4 checking for struct tm.tm_gmtoff... yes #12 262.5 checking whether is self-contained... yes #12 263.0 checking for inline... inline #12 263.3 checking for sigset_t... yes #12 263.6 checking for volatile sig_atomic_t... yes #12 263.9 checking for sighandler_t... yes #12 264.1 checking for wchar_t... yes #12 264.2 checking for good max_align_t... yes #12 264.2 checking whether NULL can be used in arbitrary expressions... yes #12 264.3 checking for unreachable... no #12 264.4 checking whether fcloseall is declared... yes #12 264.6 checking whether getw is declared... yes #12 264.7 checking whether putw is declared... yes #12 264.8 checking which flavor of printf attribute matches inttypes macros... system #12 264.9 checking whether strnlen is declared... yes #12 265.1 checking whether strtoimax is declared... yes #12 265.4 checking whether stat file-mode macros are broken... no #12 265.5 checking for nlink_t... yes #12 265.8 checking for struct timespec in ... yes #12 266.0 checking for TIME_UTC in ... yes #12 266.1 checking whether execvpe is declared... yes #12 266.4 checking whether clearerr_unlocked is declared... yes #12 266.6 checking whether feof_unlocked is declared... yes #12 266.8 checking whether ferror_unlocked is declared... yes #12 267.0 checking whether fflush_unlocked is declared... yes #12 267.1 checking whether fgets_unlocked is declared... yes #12 267.9 checking whether fputc_unlocked is declared... yes #12 268.4 checking whether fputs_unlocked is declared... yes #12 268.8 checking whether fread_unlocked is declared... yes #12 269.1 checking whether fwrite_unlocked is declared... yes #12 269.3 checking whether getc_unlocked is declared... yes #12 269.5 checking whether getchar_unlocked is declared... yes #12 269.8 checking whether putc_unlocked is declared... yes #12 270.1 checking whether putchar_unlocked is declared... yes #12 270.4 checking type of array argument to getgroups... gid_t #12 270.8 checking whether getdelim is declared... yes #12 271.1 checking whether getdtablesize is declared... yes #12 271.6 checking whether malloc is ptrdiff_t safe... yes #12 271.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 271.8 checking for O_CLOEXEC... yes #12 272.1 checking for promoted mode_t type... mode_t #12 272.4 checking whether the utimes function works... yes #12 273.3 checking for C compiler option to allow warnings... -Wno-error #12 273.6 checking for alignas and alignof... yes, macros #12 273.9 checking for alloca as a compiler built-in... yes #12 273.9 checking for static_assert... yes, an macro #12 274.2 checking for __builtin_expect... yes #12 275.3 checking for byteswap.h... yes #12 276.4 checking for readlinkat... yes #12 276.8 checking for library containing clock_gettime... none required #12 277.3 checking for clock_getres... yes #12 277.9 checking for clock_gettime... yes #12 278.3 checking for clock_settime... yes #12 278.9 checking for copy_file_range... yes #12 279.2 checking for d_type member in directory struct... yes #12 279.7 checking whether // is distinct from /... (cached) no #12 279.7 checking whether dup2 works... yes #12 280.1 checking for library containing backtrace_symbols_fd... none required #12 280.5 checking for faccessat... (cached) yes #12 280.6 checking whether fchmodat works... yes #12 281.1 checking whether fcntl handles F_DUPFD correctly... yes #12 281.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 282.5 checking whether fdopendir is declared... yes #12 282.8 checking whether fdopendir works... yes #12 283.2 checking for flexible array member... yes #12 283.6 checking for __fpending... yes #12 283.9 checking whether __fpending is declared... yes #12 284.3 checking whether free is known to preserve errno... yes #12 284.7 checking whether fstatat (..., 0) works... yes #12 285.3 checking for sys/mount.h... yes #12 285.9 checking for statvfs function (SVR4)... yes #12 286.6 checking whether to use statvfs64... no #12 286.9 checking for two-argument statfs with statfs.f_frsize member... yes #12 287.9 checking for sys/fs/s5param.h... no #12 288.2 checking for sys/statfs.h... yes #12 288.5 checking for statfs that truncates block counts... no #12 288.8 checking for futimens... yes #12 289.5 checking whether futimens works... yes #12 291.2 checking for getline... yes #12 291.8 checking for working getline function... yes #12 292.6 checking for getloadavg... yes #12 293.3 checking for sys/loadavg.h... no #12 293.7 checking whether getloadavg is declared... yes #12 295.6 checking for getrandom... yes #12 296.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 296.2 checking for gettimeofday with POSIX signature... yes #12 296.5 checking whether the compiler supports the __inline keyword... yes #12 296.6 checking for gmp.h... yes #12 297.0 checking for library containing __gmpz_roinit_n... -lgmp #12 298.2 checking for memmem... yes #12 298.5 checking whether memmem works... yes #12 298.7 checking for mempcpy... yes #12 298.8 checking for memrchr... yes #12 298.9 checking for explicit_memset... no #12 299.5 checking for mkostemp... yes #12 299.9 checking for library containing nanosleep... none required #12 300.2 checking for working nanosleep... no (mishandles large arguments) #12 302.3 checking for sys/pstat.h... no #12 303.2 checking for sys/sysmp.h... no #12 303.5 checking for sys/param.h... (cached) yes #12 303.5 checking for sys/sysctl.h... (cached) no #12 303.5 checking for sched_getaffinity_np... no #12 303.8 checking for pstat_getdynamic... no #12 304.1 checking for sysmp... no #12 304.8 checking for sysctl... (cached) no #12 304.8 checking for sched_getaffinity... yes #12 305.6 checking for glibc compatible sched_getaffinity... yes #12 305.9 checking for pipe2... yes #12 306.5 checking whether signature of pselect conforms to POSIX... yes #12 307.2 checking whether pselect detects invalid fds... yes #12 308.0 checking whether pthread_sigmask is a macro... no #12 308.3 checking whether pthread_sigmask works without -lpthread... yes #12 309.2 checking whether pthread_sigmask returns error numbers... yes #12 310.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 313.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 314.6 checking whether readlink signature is correct... yes #12 315.0 checking whether readlink handles trailing slash correctly... yes #12 315.5 checking whether readlink truncates results correctly... yes #12 316.1 checking for readlinkat... (cached) yes #12 316.1 checking whether readlinkat signature is correct... yes #12 316.4 checking for working re_compile_pattern... yes #12 317.4 checking for sig2str... no #12 318.2 checking for sigdescr_np... yes #12 318.9 checking for socklen_t... yes #12 319.5 checking for ssize_t... yes #12 319.8 checking for struct stat.st_atim.tv_nsec... yes #12 319.9 checking whether struct stat.st_atim is of type struct timespec... yes #12 320.3 checking for struct stat.st_birthtimespec.tv_nsec... no #12 320.9 checking for struct stat.st_birthtimensec... no #12 321.2 checking for struct stat.st_birthtim.tv_nsec... no #12 321.6 checking for bool, true, false... no #12 321.7 checking for stpcpy... yes #12 322.2 checking for working strnlen... yes #12 322.9 checking whether strtoimax works... yes #12 323.3 checking whether symlink handles trailing slash correctly... yes #12 324.0 checking whether localtime_r is declared... yes #12 324.3 checking whether localtime_r is compatible with its POSIX signature... yes #12 324.5 checking whether localtime works even near extrema... yes #12 324.8 checking for timezone_t... no #12 324.9 checking for timegm... yes #12 325.3 checking whether timer_settime is declared... yes #12 325.5 checking for library containing timer_settime... none required #12 325.8 checking for timer_settime... yes #12 326.4 checking for utimensat... yes #12 326.8 checking whether utimensat works... yes #12 328.3 checking for variable-length arrays... yes #12 328.8 checking whether getdtablesize works... yes #12 329.6 checking for timer_getoverrun... yes #12 330.3 checking for gcc option to disable position independent executables... not needed #12 330.3 checking for __ctype_get_mb_cur_max... yes #12 330.9 checking whether MB_CUR_MAX is defined to function that won't link... no #12 331.0 #12 331.0 Configured for 'x86_64-pc-linux-gnu'. #12 331.0 #12 331.0 Where should the build process find the source code? . #12 331.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 331.0 Should Emacs use the GNU version of malloc? no #12 331.0 (The GNU allocators don't work with this system configuration.) #12 331.0 Should Emacs use a relocating allocator for buffers? no #12 331.0 Should Emacs use mmap(2) for buffer allocation? no #12 331.0 What window system should Emacs use? none #12 331.0 What toolkit should Emacs use? none #12 331.0 Where do we find X Windows header files? NONE #12 331.0 Where do we find X Windows libraries? NONE #12 331.1 Does Emacs use -lXaw3d? no #12 331.1 Is Emacs being built for Android? no #12 331.1 Does Emacs use the X Double Buffer Extension? no #12 331.1 Does Emacs use -lXpm? no #12 331.1 Does Emacs use -ljpeg? no #12 331.1 Does Emacs use -ltiff? no #12 331.1 Does Emacs use a gif library? no #12 331.1 Does Emacs use a png library? no #12 331.1 Does Emacs use -lrsvg-2? no #12 331.1 Does Emacs use -lwebp? no #12 331.1 Does Emacs use -lsqlite3? no #12 331.1 Does Emacs use cairo? no #12 331.1 Does Emacs use -llcms2? no #12 331.1 Does Emacs use imagemagick? no #12 331.1 Does Emacs use native APIs for images? no #12 331.1 Does Emacs support sound? yes #12 331.1 Does Emacs use -lgpm? no #12 331.1 Does Emacs use -ldbus? yes #12 331.1 Does Emacs use -lgconf? no #12 331.1 Does Emacs use GSettings? no #12 331.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 331.1 Does Emacs use access control lists? yes -lacl -lattr #12 331.1 Does Emacs use -lselinux? no #12 331.1 Does Emacs use -lgnutls? yes #12 331.1 Does Emacs use -lxml2? no #12 331.1 Does Emacs use -lfreetype? no #12 331.1 Does Emacs use HarfBuzz? no #12 331.1 Does Emacs use -lm17n-flt? no #12 331.1 Does Emacs use -lotf? no #12 331.1 Does Emacs use -lxft? no #12 331.1 Does Emacs use -lsystemd? no #12 331.1 Does Emacs use -ljansson? no #12 331.1 Does Emacs use -ltree-sitter? no #12 331.1 Does Emacs use the GMP library? yes #12 331.1 Does Emacs directly use zlib? no #12 331.1 Does Emacs have dynamic modules support? yes #12 331.1 Does Emacs use toolkit scroll bars? no #12 331.1 Does Emacs support Xwidgets? no #12 331.1 Does Emacs have threading support in lisp? yes #12 331.1 Does Emacs support the portable dumper? yes #12 331.1 Does Emacs support legacy unexec dumping? no #12 331.1 Which dumping strategy does Emacs use? pdumper #12 331.1 Does Emacs have native lisp compiler? no #12 331.1 Does Emacs use version 2 of the X Input Extension? no #12 331.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 331.1 #12 331.1 #12 332.7 configure: creating ./config.status #12 333.1 configure: WARNING: This configuration installs a 'movemail' program #12 333.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 333.1 installed a 'movemail' program that retrieved POP3 email via only #12 333.1 insecure channels, a practice that is no longer recommended but that #12 333.1 you can continue to support by using './configure --with-pop'. #12 333.1 configure: You might want to install GNU Mailutils #12 333.1 and use './configure --with-mailutils'. #12 333.9 MAKE='make' ./config.status #12 334.4 config.status: creating src/verbose.mk #12 334.7 config.status: creating src/emacs-module.h #12 334.9 config.status: creating Makefile #12 335.0 config.status: creating lib/gnulib.mk #12 335.4 config.status: creating ./doc/man/emacs.1 #12 335.6 config.status: creating lib/Makefile #12 335.8 config.status: creating lib-src/Makefile #12 336.0 config.status: creating oldXMenu/Makefile #12 336.2 config.status: creating src/Makefile #12 336.3 config.status: creating lwlib/Makefile #12 336.5 config.status: creating nextstep/Makefile #12 336.6 config.status: creating nt/Makefile #12 336.8 config.status: creating doc/emacs/Makefile #12 337.0 config.status: creating doc/misc/Makefile #12 337.3 config.status: creating doc/lispintro/Makefile #12 337.4 config.status: creating doc/lispref/Makefile #12 337.6 config.status: creating lisp/Makefile #12 338.0 config.status: creating leim/Makefile #12 338.2 config.status: creating test/Makefile #12 338.5 config.status: creating test/manual/noverlay/Makefile #12 338.7 config.status: creating test/infra/Makefile #12 339.0 config.status: creating admin/charsets/Makefile #12 339.2 config.status: creating admin/unidata/Makefile #12 339.4 config.status: creating admin/grammars/Makefile #12 339.7 config.status: creating java/Makefile #12 339.8 config.status: creating cross/Makefile #12 340.2 config.status: creating java/AndroidManifest.xml #12 340.3 config.status: creating src/config.h #12 340.6 config.status: executing src/epaths.h commands #12 340.6 make[3]: Entering directory '/checkout' #12 340.7 make[3]: Leaving directory '/checkout' #12 340.8 config.status: executing src/.gdbinit commands #12 340.9 config.status: executing doc/emacs/emacsver.texi commands #12 341.0 config.status: executing etc-refcards-emacsver.tex commands #12 341.0 make[3]: Entering directory '/checkout' #12 341.1 make[3]: Leaving directory '/checkout' #12 341.2 make[2]: Leaving directory '/checkout' #12 341.2 make actual-all #12 341.2 make[2]: Entering directory '/checkout' #12 341.9 make -C lib all #12 342.3 make[3]: Entering directory '/checkout/lib' #12 342.3 GEN alloca.h #12 342.4 GEN dirent.h #12 342.5 GEN fcntl.h #12 342.6 GEN inttypes.h #12 342.8 GEN limits.h #12 342.9 GEN signal.h #12 343.0 GEN stdckdint.h #12 343.1 GEN stddef.h #12 343.1 GEN stdio.h #12 343.7 GEN stdlib.h #12 344.2 GEN string.h #12 344.6 GEN sys/random.h #12 344.7 GEN sys/select.h #12 344.8 GEN sys/stat.h #12 345.1 GEN sys/time.h #12 345.2 GEN sys/types.h #12 345.3 GEN time.h #12 345.5 GEN unistd.h #12 346.1 CC fingerprint.o #12 346.3 CC acl-errno-valid.o #12 346.8 CC acl-internal.o #12 347.3 CC get-permissions.o #12 347.7 CC set-permissions.o #12 348.5 CC allocator.o #12 348.8 CC binary-io.o #12 349.2 CC boot-time.o #12 350.5 CC c-ctype.o #12 351.0 CC c-strcasecmp.o #12 351.4 CC c-strncasecmp.o #12 351.7 CC careadlinkat.o #12 353.6 CC close-stream.o #12 354.2 CC copy-file-range.o #12 354.5 CC count-leading-zeros.o #12 354.9 CC count-one-bits.o #12 355.5 CC count-trailing-zeros.o #12 356.1 CC md5-stream.o #12 356.8 CC md5.o #12 358.5 CC sha1.o #12 361.8 CC sha256.o #12 368.7 CC sha512.o #12 375.5 CC dtoastr.o #12 376.1 CC dtotimespec.o #12 376.7 CC fcntl.o #12 377.5 CC file-has-acl.o #12 378.9 CC filemode.o #12 379.5 CC filevercmp.o #12 381.0 CC fsusage.o #12 381.6 CC gettime.o #12 382.2 CC memset_explicit.o #12 382.5 CC nanosleep.o #12 383.4 CC nproc.o #12 384.4 CC nstrftime.o #12 388.9 CC pipe2.o #12 389.6 CC qcopy-acl.o #12 389.9 CC sig2str.o #12 390.5 CC stat-time.o #12 390.9 CC tempname.o #12 392.2 CC time_rz.o #12 393.3 CC timespec.o #12 393.6 CC timespec-add.o #12 393.9 CC timespec-sub.o #12 394.1 CC u64.o #12 394.3 CC unistd.o #12 394.5 CC openat-die.o #12 394.9 CC save-cwd.o #12 395.4 AR libgnu.a #12 396.5 make[3]: Leaving directory '/checkout/lib' #12 396.5 make -C lib-src all #12 396.5 make[3]: Entering directory '/checkout/lib-src' #12 396.5 CCLD etags #12 428.4 CCLD ctags #12 453.8 CCLD emacsclient #12 457.5 CCLD ebrowse #12 466.7 CCLD hexl #12 468.3 CC pop.o #12 468.6 CCLD movemail #12 470.1 CCLD make-docfile #12 476.6 CCLD make-fingerprint #12 478.0 make[3]: Leaving directory '/checkout/lib-src' #12 478.0 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 478.0 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 478.9 make[3]: Entering directory '/checkout/src' #12 478.9 GEN globals.h #12 479.7 CC dispnew.o #12 502.7 CC frame.o #12 520.0 CC scroll.o #12 524.5 CC xdisp.o #12 669.9 CC menu.o #12 678.5 CC window.o #12 732.5 CC charset.o #12 754.8 CC coding.o #12 858.8 CC category.o #12 863.1 CC ccl.o #12 882.9 CC character.o #12 893.3 CC chartab.o #12 907.0 CC bidi.o #12 920.1 CC cm.o #12 923.2 CC term.o #12 946.3 CC terminal.o #12 950.6 CC xfaces.o #12 984.3 CC dbusbind.o #12 1008. CC emacs.o #12 1020. CC keyboard.o #12 1094. CC macros.o #12 1097. CC keymap.o #12 1124. CC sysdep.o #12 1138. CC bignum.o #12 1143. CC buffer.o #12 1170. CC filelock.o #12 1174. CC insdel.o #12 1184. CC marker.o #12 1191. CC minibuf.o #12 1208. CC fileio.o #12 1240. CC dired.o #12 1247. CC cmds.o #12 1254. CC casetab.o #12 1257. CC casefiddle.o #12 1263. CC indent.o #12 1281. CC search.o #12 1309. CC regex-emacs.o #12 1363. CC undo.o #12 1366. CC alloc.o #12 1394. CC pdumper.o #12 1417. CC data.o #12 1447. GEN buildobj.h #12 1449. CC doc.o #12 1456. CC editfns.o #12 1491. CC callint.o #12 1500. CC eval.o #12 1529. CC floatfns.o #12 1536. CC fns.o #12 1587. CC sort.o #12 1594. CC font.o #12 1638. CC print.o #12 1659. CC lread.o #12 1698. CC emacs-module.o #12 1713. CC syntax.o #12 1766. CC bytecode.o #12 1787. CC comp.o #12 1789. CC dynlib.o #12 1789. CC process.o #12 1837. CC gnutls.o #12 1854. CC callproc.o #12 1863. CC region-cache.o #12 1867. CC sound.o #12 1871. CC timefns.o #12 1882. CC atimer.o #12 1885. CC doprnt.o #12 1890. CC intervals.o #12 1907. CC textprop.o #12 1925. CC composite.o #12 1945. CC xml.o #12 1947. CC lcms.o #12 1947. CC inotify.o #12 1955. CC profiler.o #12 1961. CC decompress.o #12 1961. CC thread.o #12 1967. CC systhread.o #12 1969. CC sqlite.o #12 1971. CC treesit.o #12 1973. CC itree.o #12 1979. CC terminfo.o #12 1981. CC lastfile.o #12 1982. make -C ../admin/charsets all #12 1982. make[4]: Entering directory '/checkout/admin/charsets' #12 1982. GEN ../../etc/charsets/8859-2.map #12 1983. GEN ../../etc/charsets/8859-3.map #12 1983. GEN ../../etc/charsets/8859-4.map #12 1983. GEN ../../etc/charsets/8859-5.map #12 1983. GEN ../../etc/charsets/8859-6.map #12 1983. GEN ../../etc/charsets/8859-7.map #12 1984. GEN ../../etc/charsets/8859-8.map #12 1984. GEN ../../etc/charsets/8859-9.map #12 1984. GEN ../../etc/charsets/8859-10.map #12 1984. GEN ../../etc/charsets/8859-11.map #12 1984. GEN ../../etc/charsets/8859-13.map #12 1984. GEN ../../etc/charsets/8859-14.map #12 1985. GEN ../../etc/charsets/8859-15.map #12 1985. GEN ../../etc/charsets/8859-16.map #12 1985. GEN ../../etc/charsets/IBM037.map #12 1985. GEN ../../etc/charsets/IBM038.map #12 1985. GEN ../../etc/charsets/IBM256.map #12 1985. GEN ../../etc/charsets/IBM273.map #12 1985. GEN ../../etc/charsets/IBM274.map #12 1986. GEN ../../etc/charsets/IBM275.map #12 1986. GEN ../../etc/charsets/IBM277.map #12 1986. GEN ../../etc/charsets/IBM278.map #12 1986. GEN ../../etc/charsets/IBM280.map #12 1986. GEN ../../etc/charsets/IBM281.map #12 1987. GEN ../../etc/charsets/IBM284.map #12 1987. GEN ../../etc/charsets/IBM285.map #12 1987. GEN ../../etc/charsets/IBM290.map #12 1987. GEN ../../etc/charsets/IBM297.map #12 1987. GEN ../../etc/charsets/IBM420.map #12 1987. GEN ../../etc/charsets/IBM423.map #12 1988. GEN ../../etc/charsets/IBM424.map #12 1988. GEN ../../etc/charsets/IBM437.map #12 1988. GEN ../../etc/charsets/IBM500.map #12 1988. GEN ../../etc/charsets/IBM850.map #12 1988. GEN ../../etc/charsets/IBM851.map #12 1988. GEN ../../etc/charsets/IBM852.map #12 1989. GEN ../../etc/charsets/IBM855.map #12 1989. GEN ../../etc/charsets/IBM856.map #12 1989. GEN ../../etc/charsets/IBM857.map #12 1989. GEN ../../etc/charsets/IBM860.map #12 1989. GEN ../../etc/charsets/IBM861.map #12 1989. GEN ../../etc/charsets/IBM862.map #12 1990. GEN ../../etc/charsets/IBM863.map #12 1990. GEN ../../etc/charsets/IBM864.map #12 1990. GEN ../../etc/charsets/IBM865.map #12 1990. GEN ../../etc/charsets/IBM866.map #12 1990. GEN ../../etc/charsets/IBM868.map #12 1990. GEN ../../etc/charsets/IBM869.map #12 1991. GEN ../../etc/charsets/IBM870.map #12 1991. GEN ../../etc/charsets/IBM871.map #12 1991. GEN ../../etc/charsets/IBM874.map #12 1991. GEN ../../etc/charsets/IBM875.map #12 1991. GEN ../../etc/charsets/IBM880.map #12 1991. GEN ../../etc/charsets/IBM891.map #12 1992. GEN ../../etc/charsets/IBM903.map #12 1992. GEN ../../etc/charsets/IBM904.map #12 1992. GEN ../../etc/charsets/IBM905.map #12 1992. GEN ../../etc/charsets/IBM918.map #12 1992. GEN ../../etc/charsets/IBM1004.map #12 1992. GEN ../../etc/charsets/IBM1026.map #12 1993. GEN ../../etc/charsets/IBM1047.map #12 1993. GEN ../../etc/charsets/CP737.map #12 1993. GEN ../../etc/charsets/CP775.map #12 1993. GEN ../../etc/charsets/CP1125.map #12 1993. GEN ../../etc/charsets/CP1250.map #12 1993. GEN ../../etc/charsets/CP1251.map #12 1994. GEN ../../etc/charsets/CP1252.map #12 1994. GEN ../../etc/charsets/CP1253.map #12 1994. GEN ../../etc/charsets/CP1254.map #12 1994. GEN ../../etc/charsets/CP1255.map #12 1994. GEN ../../etc/charsets/CP1256.map #12 1994. GEN ../../etc/charsets/CP1257.map #12 1995. GEN ../../etc/charsets/CP1258.map #12 1995. GEN ../../etc/charsets/CP10007.map #12 1995. GEN ../../etc/charsets/CP720.map #12 1995. GEN ../../etc/charsets/CP858.map #12 1995. GEN ../../etc/charsets/GB2312.map #12 1997. GEN ../../etc/charsets/GBK.map #12 1999. GEN ../../etc/charsets/GB180302.map #12 2002. GEN ../../etc/charsets/GB180304.map #12 2003. GEN ../../etc/charsets/BIG5.map #12 2004. GEN ../../etc/charsets/BIG5-HKSCS.map #12 2006. GEN ../../etc/charsets/CNS-1.map #12 2007. GEN ../../etc/charsets/CNS-2.map #12 2008. GEN ../../etc/charsets/CNS-3.map #12 2009. GEN ../../etc/charsets/CNS-4.map #12 2009. GEN ../../etc/charsets/CNS-5.map #12 2010. GEN ../../etc/charsets/CNS-6.map #12 2011. GEN ../../etc/charsets/CNS-7.map #12 2012. GEN ../../etc/charsets/CNS-F.map #12 2013. GEN ../../etc/charsets/JISX0201.map #12 2013. GEN ../../etc/charsets/JISX0208.map #12 2014. GEN ../../etc/charsets/JISX0212.map #12 2015. GEN ../../etc/charsets/JISX2131.map #12 2016. GEN ../../etc/charsets/JISX2132.map #12 2016. GEN ../../etc/charsets/JISC6226.map #12 2017. GEN ../../etc/charsets/CP932-2BYTE.map #12 2018. GEN ../../etc/charsets/JISX213A.map #12 2018. GEN ../../etc/charsets/KSC5601.map #12 2019. GEN ../../etc/charsets/KSC5636.map #12 2020. GEN ../../etc/charsets/JOHAB.map #12 2022. GEN ../../etc/charsets/KOI-8.map #12 2022. GEN ../../etc/charsets/KOI8-R.map #12 2022. GEN ../../etc/charsets/KOI8-U.map #12 2023. GEN ../../etc/charsets/KOI8-T.map #12 2023. GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 2023. GEN ../../etc/charsets/MIK.map #12 2023. GEN ../../etc/charsets/PTCP154.map #12 2023. GEN ../../etc/charsets/TIS-620.map #12 2024. GEN ../../etc/charsets/VISCII.map #12 2024. GEN ../../etc/charsets/VSCII.map #12 2024. GEN ../../etc/charsets/VSCII-2.map #12 2024. GEN ../../etc/charsets/KA-PS.map #12 2024. GEN ../../etc/charsets/KA-ACADEMY.map #12 2025. GEN ../../etc/charsets/HP-ROMAN8.map #12 2025. GEN ../../etc/charsets/NEXTSTEP.map #12 2025. GEN ../../etc/charsets/MACINTOSH.map #12 2025. GEN ../../etc/charsets/EBCDICUK.map #12 2025. GEN ../../etc/charsets/EBCDICUS.map #12 2025. GEN ../../etc/charsets/stdenc.map #12 2025. GEN ../../etc/charsets/symbol.map #12 2026. GEN ../../etc/charsets/CP949-2BYTE.map #12 2028. GEN ../../etc/charsets/BIG5-1.map #12 2028. GEN ../../etc/charsets/BIG5-2.map #12 2028. GEN ../../etc/charsets/MULE-ethiopic.map #12 2029. GEN ../../etc/charsets/MULE-ipa.map #12 2029. GEN ../../etc/charsets/MULE-is13194.map #12 2029. GEN ../../etc/charsets/MULE-sisheng.map #12 2029. GEN ../../etc/charsets/MULE-tibetan.map #12 2029. GEN ../../etc/charsets/MULE-lviscii.map #12 2029. GEN ../../etc/charsets/MULE-uviscii.map #12 2029. GEN ../../lisp/international/cp51932.el #12 2029. GEN ../../lisp/international/eucjp-ms.el #12 2029. GEN charsets.stamp #12 2029. make[4]: Leaving directory '/checkout/admin/charsets' #12 2029. make -C ../admin/unidata charscript.el #12 2029. make[4]: Entering directory '/checkout/admin/unidata' #12 2030. GEN ../../lisp/international/charscript.el #12 2030. make[4]: Leaving directory '/checkout/admin/unidata' #12 2030. make -C ../admin/unidata emoji-zwj.el #12 2030. make[4]: Entering directory '/checkout/admin/unidata' #12 2030. GEN ../../lisp/international/emoji-zwj.el #12 2030. make[4]: Leaving directory '/checkout/admin/unidata' #12 2030. CCLD temacs #12 2046. /usr/bin/mkdir -p ../etc #12 2046. GEN ../etc/DOC #12 2047. make -C ../lisp update-subdirs #12 2047. make[4]: Entering directory '/checkout/lisp' #12 2048. make[4]: Leaving directory '/checkout/lisp' #12 2048. cp -f temacs bootstrap-emacs #12 2048. rm -f bootstrap-emacs.pdmp #12 2049. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 2049. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 2050. Loading loadup.el (source)... #12 2050. Dump mode: pbootstrap #12 2050. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 2050. Loading emacs-lisp/debug-early (source)... #12 2050. Loading emacs-lisp/byte-run (source)... #12 2050. Loading emacs-lisp/backquote (source)... #12 2050. Loading subr (source)... #12 2051. Loading keymap (source)... #12 2051. Loading version (source)... #12 2051. Loading widget (source)... #12 2051. Loading custom (source)... #12 2051. Loading emacs-lisp/map-ynp (source)... #12 2051. Loading international/mule (source)... #12 2051. Loading international/mule-conf (source)... #12 2052. Loading env (source)... #12 2052. Loading format (source)... #12 2052. Loading bindings (source)... #12 2053. Loading window (source)... #12 2054. Loading /checkout/lisp/files.el (source)... #12 2064. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 2069. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 2069. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 2072. Loading /checkout/lisp/cus-face.el (source)... #12 2072. Loading /checkout/lisp/faces.el (source)... #12 2073. Loading /checkout/lisp/ldefs-boot.el (source)... #12 2087. Loading /checkout/lisp/button.el (source)... #12 2088. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 2100. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #12 2101. Loading /checkout/lisp/obarray.el (source)... #12 2101. Loading /checkout/lisp/abbrev.el (source)... #12 2103. Loading /checkout/lisp/help.el (source)... #12 2106. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 2107. Loading /checkout/lisp/epa-hook.el (source)... #12 2107. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 2109. Loading /checkout/lisp/case-table.el (source)... #12 2109. Loading /checkout/lisp/international/characters.el (source)... #12 2111. Loading /checkout/lisp/international/charscript.el (source)... #12 2111. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 2112. Loading /checkout/lisp/composite.el (source)... #12 2113. Loading /checkout/lisp/language/chinese.el (source)... #12 2114. Loading /checkout/lisp/language/cyrillic.el (source)... #12 2114. Loading /checkout/lisp/language/indian.el (source)... #12 2114. Loading /checkout/lisp/language/sinhala.el (source)... #12 2115. Loading /checkout/lisp/language/english.el (source)... #12 2115. Loading /checkout/lisp/language/ethiopic.el (source)... #12 2116. Loading /checkout/lisp/language/european.el (source)... #12 2117. Loading /checkout/lisp/language/czech.el (source)... #12 2117. Loading /checkout/lisp/language/slovak.el (source)... #12 2117. Loading /checkout/lisp/language/romanian.el (source)... #12 2118. Loading /checkout/lisp/language/greek.el (source)... #12 2118. Loading /checkout/lisp/language/hebrew.el (source)... #12 2118. Loading /checkout/lisp/international/cp51932.el (source)... #12 2118. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 2120. Loading /checkout/lisp/language/japanese.el (source)... #12 2120. Loading /checkout/lisp/language/korean.el (source)... #12 2120. Loading /checkout/lisp/language/lao.el (source)... #12 2120. Loading /checkout/lisp/language/tai-viet.el (source)... #12 2121. Loading /checkout/lisp/language/thai.el (source)... #12 2121. Loading /checkout/lisp/language/tibetan.el (source)... #12 2121. Loading /checkout/lisp/language/vietnamese.el (source)... #12 2122. Loading /checkout/lisp/language/misc-lang.el (source)... #12 2122. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 2122. Loading /checkout/lisp/language/georgian.el (source)... #12 2122. Loading /checkout/lisp/language/khmer.el (source)... #12 2123. Loading /checkout/lisp/language/burmese.el (source)... #12 2123. Loading /checkout/lisp/language/cham.el (source)... #12 2123. Loading /checkout/lisp/language/philippine.el (source)... #12 2123. Loading /checkout/lisp/language/indonesian.el (source)... #12 2124. Loading /checkout/lisp/indent.el (source)... #12 2124. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 2128. Loading /checkout/lisp/simple.el (source)... #12 2138. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #12 2141. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 2143. Loading /checkout/lisp/minibuffer.el (source)... #12 2148. Loading /checkout/lisp/frame.el (source)... #12 2150. Loading /checkout/lisp/startup.el (source)... #12 2152. Loading /checkout/lisp/term/tty-colors.el (source)... #12 2152. Loading /checkout/lisp/font-core.el (source)... #12 2153. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 2153. Loading /checkout/lisp/font-lock.el (source)... #12 2155. Loading /checkout/lisp/jit-lock.el (source)... #12 2156. Loading /checkout/lisp/mouse.el (source)... #12 2159. Loading /checkout/lisp/select.el (source)... #12 2160. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 2161. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 2161. Loading /checkout/lisp/isearch.el (source)... #12 2165. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 2165. Loading /checkout/lisp/menu-bar.el (source)... #12 2171. Loading /checkout/lisp/tab-bar.el (source)... #12 2175. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 2176. Loading /checkout/lisp/textmodes/page.el (source)... #12 2176. Loading /checkout/lisp/register.el (source)... #12 2178. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 2179. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 2184. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 2186. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 2186. Loading /checkout/lisp/textmodes/fill.el (source)... #12 2187. Loading /checkout/lisp/newcomment.el (source)... #12 2188. Loading /checkout/lisp/replace.el (source)... #12 2191. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 2192. Loading /checkout/lisp/buff-menu.el (source)... #12 2193. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 2219. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 2219. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 2221. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 2221. Loading /checkout/lisp/uniquify.el (source)... #12 2222. Loading /checkout/lisp/electric.el (source)... #12 2223. Loading /checkout/lisp/paren.el (source)... #12 2224. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 2224. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 2227. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #12 2240. Loading /checkout/lisp/cus-start.el (source)... #12 2241. Loading /checkout/lisp/tooltip.el (source)... #12 2242. Loading /checkout/lisp/international/iso-transl.el (source)... #12 2242. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #12 2243. Finding pointers to doc strings... #12 2243. Finding pointers to doc strings...done #12 2244. Dumping under the name bootstrap-emacs.pdmp #12 2245. Dumping fingerprint: fdf42fa584b81f58601530927829ee64f4986f5592a264a678362a23e1b9f0db #12 2269. Dump complete #12 2269. Byte counts: header=100 hot=15549580 discardable=137600 cold=10933592 #12 2269. Reloc counts: hot=1083940 discardable=4932 #12 2270. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 2270. make[4]: Entering directory '/checkout/lisp' #12 2270. ELC emacs-lisp/macroexp.elc #12 2296. ELC emacs-lisp/cconv.elc #12 2328. ELC emacs-lisp/byte-opt.elc #12 2367. ELC emacs-lisp/bytecomp.elc #12 2400. ELC emacs-lisp/loaddefs-gen.elc #12 2408. ELC emacs-lisp/radix-tree.elc #12 2412. make[4]: Leaving directory '/checkout/lisp' #12 2412. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 2412. make[4]: Entering directory '/checkout/lisp' #12 2412. make[4]: Nothing to be done for 'compile-first'. #12 2412. make[4]: Leaving directory '/checkout/lisp' #12 2412. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 2412. make[4]: Entering directory '/checkout/lisp' #12 2413. ELC international/titdic-cnv.elc #12 2420. make -C ../leim all EMACS="../src/bootstrap-emacs" #12 2420. make[5]: Entering directory '/checkout/leim' #12 2420. GEN ../lisp/leim/quail/CCDOSPY.el #12 2424. GEN ../lisp/leim/quail/Punct.el #12 2428. GEN ../lisp/leim/quail/QJ.el #12 2431. GEN ../lisp/leim/quail/SW.el #12 2435. GEN ../lisp/leim/quail/TONEPY.el #12 2439. GEN ../lisp/leim/quail/4Corner.el #12 2444. GEN ../lisp/leim/quail/ARRAY30.el #12 2448. GEN ../lisp/leim/quail/ECDICT.el #12 2452. GEN ../lisp/leim/quail/ETZY.el #12 2456. GEN ../lisp/leim/quail/Punct-b5.el #12 2460. GEN ../lisp/leim/quail/PY-b5.el #12 2463. GEN ../lisp/leim/quail/QJ-b5.el #12 2467. GEN ../lisp/leim/quail/ZOZY.el #12 2471. GEN ../lisp/leim/quail/tsang-b5.el #12 2476. GEN ../lisp/leim/quail/tsang-cns.el #12 2481. GEN ../lisp/leim/quail/PY.el #12 2485. GEN ../lisp/leim/quail/ZIRANMA.el #12 2490. GEN ../lisp/leim/quail/CTLau.el #12 2494. GEN ../lisp/leim/quail/CTLau-b5.el #12 2497. GEN ../lisp/language/pinyin.el #12 2501. GEN ../lisp/leim/leim-list.el #12 2522. make[5]: Leaving directory '/checkout/leim' #12 2522. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 2522. make[5]: Entering directory '/checkout/admin/grammars' #12 2522. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 2536. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2559. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 2572. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2594. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 2607. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2629. GEN ../../lisp/cedet/semantic/grammar-wy.el #12 2643. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2663. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 2695. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 2729. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 2762. GEN ../../lisp/cedet/srecode/srt-wy.el #12 2789. make[5]: Leaving directory '/checkout/admin/grammars' #12 2789. GEN autoloads #12 2791. INFO Scraping files for loaddefs... #12 2794. INFO Scraping files for loaddefs...10% #12 2798. INFO Scraping files for loaddefs...20% #12 2802. INFO Scraping files for loaddefs...30% #12 2806. INFO Scraping files for loaddefs...40% #12 2810. INFO Scraping files for loaddefs...50% #12 2813. INFO Scraping files for loaddefs...60% #12 2816. INFO Scraping files for loaddefs...70% #12 2820. INFO Scraping files for loaddefs...80% #12 2825. INFO Scraping files for loaddefs...90% #12 2829. INFO Scraping files for loaddefs...100% #12 2829. INFO Scraping files for loaddefs...done #12 2830. GEN textmodes/reftex-loaddefs.el #12 2830. GEN textmodes/texinfo-loaddefs.el #12 2830. GEN org/org-loaddefs.el #12 2830. GEN net/tramp-loaddefs.el #12 2831. GEN mh-e/mh-loaddefs.el #12 2831. GEN eshell/esh-groups.el #12 2831. GEN erc/erc-loaddefs.el #12 2831. GEN emacs-lisp/cl-loaddefs.el #12 2831. GEN cedet/srecode/loaddefs.el #12 2831. GEN cedet/semantic/loaddefs.el #12 2831. GEN cedet/ede/loaddefs.el #12 2832. GEN calendar/diary-loaddefs.el #12 2832. GEN calendar/holiday-loaddefs.el #12 2832. GEN calendar/cal-loaddefs.el #12 2832. GEN calc/calc-loaddefs.el #12 2832. GEN ps-print-loaddefs.el #12 2832. GEN ibuffer-loaddefs.el #12 2832. GEN dired-loaddefs.el #12 2838. GEN loaddefs.el #12 2838. INFO Scraping files for loaddefs... #12 2838. INFO Scraping files for loaddefs...37% #12 2838. INFO Scraping files for loaddefs...75% #12 2839. INFO Scraping files for loaddefs...done #12 2839. GEN ../../lisp/theme-loaddefs.el #12 2839. make[4]: Leaving directory '/checkout/lisp' #12 2839. ELC ../lisp/abbrev.elc #12 2844. ELC ../lisp/bindings.elc #12 2849. ELC ../lisp/buff-menu.elc #12 2853. ELC ../lisp/button.elc #12 2856. ELC ../lisp/case-table.elc #12 2858. ELC ../lisp/composite.elc #12 2863. ELC ../lisp/cus-face.elc #12 2865. ELC ../lisp/cus-start.elc #12 2868. ELC ../lisp/custom.elc #12 2873. ELC ../lisp/disp-table.elc #12 2876. ELC ../lisp/dnd.elc #12 2879. ELC ../lisp/dos-fns.elc #12 2881. ELC ../lisp/dos-vars.elc #12 2883. ELC ../lisp/dos-w32.elc #12 2886. ELC ../lisp/dynamic-setting.elc #12 2888. #12 2888. In end of data: #12 2888. dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #12 2888. ELC ../lisp/electric.elc #12 2892. ELC ../lisp/emacs-lisp/backquote.elc #12 2895. ELC ../lisp/emacs-lisp/byte-run.elc #12 2898. ELC ../lisp/emacs-lisp/cl-generic.elc #12 2904. ELC ../lisp/emacs-lisp/cl-preloaded.elc #12 2907. ELC ../lisp/emacs-lisp/debug-early.elc #12 2909. ELC ../lisp/emacs-lisp/easymenu.elc #12 2912. ELC ../lisp/emacs-lisp/eldoc.elc #12 2914. ELC ../lisp/emacs-lisp/float-sup.elc #12 2917. ELC ../lisp/emacs-lisp/lisp-mode.elc #12 2923. ELC ../lisp/emacs-lisp/lisp.elc #12 2927. ELC ../lisp/emacs-lisp/map-ynp.elc #12 2929. ELC ../lisp/emacs-lisp/nadvice.elc #12 2933. ELC ../lisp/emacs-lisp/oclosure.elc #12 2938. ELC ../lisp/emacs-lisp/regexp-opt.elc #12 2941. ELC ../lisp/emacs-lisp/rmc.elc #12 2944. ELC ../lisp/emacs-lisp/seq.elc #12 2949. ELC ../lisp/emacs-lisp/shorthands.elc #12 2952. ELC ../lisp/emacs-lisp/syntax.elc #12 2956. ELC ../lisp/emacs-lisp/tabulated-list.elc #12 2960. ELC ../lisp/emacs-lisp/timer.elc #12 2964. ELC ../lisp/env.elc #12 2966. ELC ../lisp/epa-hook.elc #12 2969. ELC ../lisp/faces.elc #12 2975. ELC ../lisp/files.elc #12 2991. ELC ../lisp/font-core.elc #12 2994. ELC ../lisp/font-lock.elc #12 3000. ELC ../lisp/format.elc #12 3003. ELC ../lisp/frame.elc #12 3011. ELC ../lisp/fringe.elc #12 3013. ELC ../lisp/help.elc #12 3022. ELC ../lisp/image.elc #12 3027. ELC ../lisp/indent.elc #12 3030. ELC ../lisp/international/charscript.elc #12 3033. ELC ../lisp/international/emoji-zwj.elc #12 3036. ELC ../lisp/international/characters.elc #12 3041. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 3041. make[4]: Entering directory '/checkout/admin/unidata' #12 3041. ELC uvs.elc #12 3043. ELC unidata-gen.elc #12 3049. GEN unidata.txt #12 3052. GEN ../../lisp/international/uni-bidi.el #12 3054. GEN ../../lisp/international/uni-brackets.el #12 3056. GEN ../../lisp/international/uni-category.el #12 3059. GEN ../../lisp/international/uni-combining.el #12 3061. GEN ../../lisp/international/uni-comment.el #12 3064. GEN ../../lisp/international/uni-decimal.el #12 3066. GEN ../../lisp/international/uni-decomposition.el #12 3069. GEN ../../lisp/international/uni-digit.el #12 3071. GEN ../../lisp/international/uni-lowercase.el #12 3074. GEN ../../lisp/international/uni-mirrored.el #12 3076. GEN ../../lisp/international/uni-name.el #12 3091. GEN ../../lisp/international/uni-numeric.el #12 3093. GEN ../../lisp/international/uni-old-name.el #12 3096. GEN ../../lisp/international/uni-special-lowercase.el #12 3098. GEN ../../lisp/international/uni-special-titlecase.el #12 3101. GEN ../../lisp/international/uni-special-uppercase.el #12 3103. GEN ../../lisp/international/uni-titlecase.el #12 3106. GEN ../../lisp/international/uni-uppercase.el #12 3109. GEN ../../lisp/international/charprop.el #12 3110. GEN ../../lisp/international/emoji-labels.el #12 3141. GEN ../../lisp/international/uni-scripts.el #12 3143. GEN ../../lisp/international/uni-confusable.el #12 3149. GEN ../../lisp/international/idna-mapping.el #12 3155. make[4]: Leaving directory '/checkout/admin/unidata' #12 3155. make -C ../admin/charsets cp51932.el #12 3155. make[4]: Entering directory '/checkout/admin/charsets' #12 3155. make[4]: Nothing to be done for 'cp51932.el'. #12 3155. make[4]: Leaving directory '/checkout/admin/charsets' #12 3155. ELC ../lisp/international/cp51932.elc #12 3157. make -C ../admin/charsets eucjp-ms.el #12 3157. make[4]: Entering directory '/checkout/admin/charsets' #12 3157. make[4]: Nothing to be done for 'eucjp-ms.el'. #12 3157. make[4]: Leaving directory '/checkout/admin/charsets' #12 3157. ELC ../lisp/international/eucjp-ms.elc #12 3160. ELC ../lisp/international/fontset.elc #12 3164. ELC ../lisp/international/iso-transl.elc #12 3166. ELC ../lisp/international/mule-cmds.elc #12 3172. ELC ../lisp/international/mule-conf.elc #12 3177. ELC ../lisp/international/mule-util.elc #12 3179. ELC ../lisp/international/mule.elc #12 3183. ELC ../lisp/international/ucs-normalize.elc #12 3201. ELC ../lisp/isearch.elc #12 3211. ELC ../lisp/jit-lock.elc #12 3213. ELC ../lisp/jka-cmpr-hook.elc #12 3215. ELC ../lisp/keymap.elc #12 3220. ELC ../lisp/language/burmese.elc #12 3222. ELC ../lisp/language/cham.elc #12 3224. ELC ../lisp/language/chinese.elc #12 3227. ELC ../lisp/language/cyrillic.elc #12 3229. ELC ../lisp/language/czech.elc #12 3231. ELC ../lisp/language/english.elc #12 3233. ELC ../lisp/language/ethiopic.elc #12 3236. ELC ../lisp/language/european.elc #12 3239. ELC ../lisp/language/georgian.elc #12 3241. ELC ../lisp/language/greek.elc #12 3244. ELC ../lisp/language/hebrew.elc #12 3247. ELC ../lisp/language/indian.elc #12 3249. ELC ../lisp/language/indonesian.elc #12 3252. ELC ../lisp/language/japanese.elc #12 3255. ELC ../lisp/language/khmer.elc #12 3257. ELC ../lisp/language/korean.elc #12 3259. ELC ../lisp/language/lao.elc #12 3262. ELC ../lisp/language/misc-lang.elc #12 3265. ELC ../lisp/language/philippine.elc #12 3268. ELC ../lisp/language/romanian.elc #12 3270. ELC ../lisp/language/sinhala.elc #12 3272. ELC ../lisp/language/slovak.elc #12 3274. ELC ../lisp/language/tai-viet.elc #12 3277. ELC ../lisp/language/thai.elc #12 3279. ELC ../lisp/language/tibetan.elc #12 3282. ELC ../lisp/language/utf-8-lang.elc #12 3284. ELC ../lisp/language/vietnamese.elc #12 3286. ELC ../lisp/loaddefs.elc #12 3305. ELC ../lisp/ls-lisp.elc #12 3309. ELC ../lisp/menu-bar.elc #12 3315. ELC ../lisp/minibuffer.elc #12 3327. ELC ../lisp/mouse.elc #12 3336. ELC ../lisp/mwheel.elc #12 3339. ELC ../lisp/newcomment.elc #12 3344. ELC ../lisp/obarray.elc #12 3346. ELC ../lisp/paren.elc #12 3349. ELC ../lisp/pgtk-dnd.elc #12 3351. ELC ../lisp/progmodes/elisp-mode.elc #12 3360. ELC ../lisp/progmodes/prog-mode.elc #12 3363. ELC ../lisp/register.elc #12 3369. ELC ../lisp/replace.elc #12 3375. ELC ../lisp/rfn-eshadow.elc #12 3377. ELC ../lisp/scroll-bar.elc #12 3380. ELC ../lisp/select.elc #12 3383. ELC ../lisp/simple.elc #12 3398. ELC ../lisp/startup.elc #12 3405. ELC ../lisp/subr.elc #12 3417. ELC ../lisp/tab-bar.elc #12 3423. ELC ../lisp/term/android-win.elc #12 3426. #12 3426. In end of data: #12 3426. term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #12 3426. ELC ../lisp/term/common-win.elc #12 3429. ELC ../lisp/term/haiku-win.elc #12 3432. ELC ../lisp/term/internal.elc #12 3433. ELC ../lisp/term/ns-win.elc #12 3438. ELC ../lisp/term/pc-win.elc #12 3440. ELC ../lisp/term/pgtk-win.elc #12 3442. ELC ../lisp/term/tty-colors.elc #12 3444. ELC ../lisp/term/w32-win.elc #12 3446. ELC ../lisp/term/x-win.elc #12 3451. ELC ../lisp/textmodes/fill.elc #12 3455. ELC ../lisp/textmodes/page.elc #12 3457. ELC ../lisp/textmodes/paragraphs.elc #12 3460. ELC ../lisp/textmodes/text-mode.elc #12 3462. ELC ../lisp/tool-bar.elc #12 3464. ELC ../lisp/tooltip.elc #12 3466. ELC ../lisp/touch-screen.elc #12 3471. ELC ../lisp/uniquify.elc #12 3474. ELC ../lisp/vc/ediff-hook.elc #12 3477. ELC ../lisp/vc/vc-hooks.elc #12 3480. ELC ../lisp/version.elc #12 3483. ELC ../lisp/w32-fns.elc #12 3486. ELC ../lisp/w32-vars.elc #12 3488. ELC ../lisp/widget.elc #12 3490. ELC ../lisp/window.elc #12 3507. ELC ../lisp/x-dnd.elc #12 3512. rm -f emacs && cp -f temacs emacs #12 3512. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 3512. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 3512. Loading loadup.el (source)... #12 3512. Dump mode: pdump #12 3513. Using load-path (/checkout/lisp) #12 3513. Loading emacs-lisp/debug-early... #12 3513. Loading emacs-lisp/byte-run... #12 3513. Loading emacs-lisp/backquote... #12 3513. Loading subr... #12 3513. Loading keymap... #12 3513. Loading version... #12 3513. Loading widget... #12 3513. Loading custom... #12 3513. Loading emacs-lisp/map-ynp... #12 3513. Loading international/mule... #12 3513. Loading international/mule-conf... #12 3513. Loading env... #12 3513. Loading format... #12 3513. Loading bindings... #12 3513. Loading window... #12 3513. Loading files... #12 3514. Loading emacs-lisp/macroexp... #12 3514. Loading cus-face... #12 3514. Loading faces... #12 3514. Loading loaddefs... #12 3515. Loading theme-loaddefs.el (source)... #12 3517. Loading button... #12 3517. Loading emacs-lisp/cl-preloaded... #12 3517. Loading emacs-lisp/oclosure... #12 3517. Loading obarray... #12 3517. Loading abbrev... #12 3517. Loading help... #12 3517. Loading jka-cmpr-hook... #12 3517. Loading epa-hook... #12 3517. Loading international/mule-cmds... #12 3518. Loading case-table... #12 3518. Loading international/charprop.el (source)... #12 3518. Loading international/characters... #12 3519. Loading international/charscript... #12 3519. Loading international/emoji-zwj... #12 3520. Loading composite... #12 3520. Loading language/chinese... #12 3520. Loading language/cyrillic... #12 3520. Loading language/indian... #12 3520. Loading language/sinhala... #12 3520. Loading language/english... #12 3520. Loading language/ethiopic... #12 3520. Loading language/european... #12 3520. Loading language/czech... #12 3521. Loading language/slovak... #12 3521. Loading language/romanian... #12 3521. Loading language/greek... #12 3521. Loading language/hebrew... #12 3521. Loading international/cp51932... #12 3521. Loading international/eucjp-ms... #12 3521. Loading language/japanese... #12 3521. Loading language/korean... #12 3522. Loading language/lao... #12 3522. Loading language/tai-viet... #12 3522. Loading language/thai... #12 3522. Loading language/tibetan... #12 3523. Loading language/vietnamese... #12 3523. Loading language/misc-lang... #12 3523. Loading language/utf-8-lang... #12 3523. Loading language/georgian... #12 3523. Loading language/khmer... #12 3523. Loading language/burmese... #12 3523. Loading language/cham... #12 3523. Loading language/philippine... #12 3523. Loading language/indonesian... #12 3524. Loading indent... #12 3524. Loading emacs-lisp/cl-generic... #12 3524. Loading simple... #12 3525. Loading emacs-lisp/seq... #12 3525. Loading emacs-lisp/nadvice... #12 3525. Loading minibuffer... #12 3525. Loading frame... #12 3526. Loading startup... #12 3526. Loading term/tty-colors... #12 3527. Loading font-core... #12 3527. Loading emacs-lisp/syntax... #12 3527. Loading font-lock... #12 3527. Loading jit-lock... #12 3527. Loading mouse... #12 3528. Loading select... #12 3528. Loading emacs-lisp/timer... #12 3528. Loading emacs-lisp/easymenu... #12 3528. Loading isearch... #12 3529. Loading rfn-eshadow... #12 3529. Loading menu-bar... #12 3530. Loading tab-bar... #12 3530. Loading emacs-lisp/lisp... #12 3531. Loading textmodes/page... #12 3531. Loading register... #12 3531. Loading textmodes/paragraphs... #12 3531. Loading progmodes/prog-mode... #12 3531. Loading emacs-lisp/lisp-mode... #12 3531. Loading textmodes/text-mode... #12 3532. Loading textmodes/fill... #12 3532. Loading newcomment... #12 3532. Loading replace... #12 3533. Loading emacs-lisp/tabulated-list... #12 3533. Loading buff-menu... #12 3533. Loading progmodes/elisp-mode... #12 3534. Loading emacs-lisp/float-sup... #12 3534. Loading vc/vc-hooks... #12 3534. Loading vc/ediff-hook... #12 3534. Loading uniquify... #12 3534. Loading electric... #12 3534. Loading paren... #12 3534. Loading emacs-lisp/shorthands... #12 3535. Loading emacs-lisp/eldoc... #12 3536. Loading emacs-lisp/cconv... #12 3536. Loading cus-start... #12 3536. Loading tooltip... #12 3536. Loading international/iso-transl... #12 3536. Loading leim/leim-list.el (source)... #12 3538. Loading emacs-lisp/rmc... #12 3538. Waiting for git... #12 3538. Waiting for git... #12 3538. Finding pointers to doc strings... #12 3538. Finding pointers to doc strings...done #12 3539. Pure-hashed: 17393 strings, 5576 vectors, 50149 conses, 5110 bytecodes, 330 others #12 3539. Dumping under the name emacs.pdmp #12 3539. Dumping fingerprint: fdf42fa584b81f58601530927829ee64f4986f5592a264a678362a23e1b9f0db #12 3546. Dump complete #12 3546. Byte counts: header=100 hot=7813412 discardable=137600 cold=3730968 #12 3546. Reloc counts: hot=445879 discardable=4904 #12 3546. Adding name emacs-30.0.50.1 #12 3546. Adding name emacs-30.0.50.1.pdmp #12 3546. cp -f emacs.pdmp bootstrap-emacs.pdmp #12 3547. make[3]: Leaving directory '/checkout/src' #12 3547. make -C lisp all #12 3547. make[3]: Entering directory '/checkout/lisp' #12 3547. make -C ../leim all EMACS="../src/emacs" #12 3547. make[4]: Entering directory '/checkout/leim' #12 3547. make[4]: Nothing to be done for 'all'. #12 3547. make[4]: Leaving directory '/checkout/leim' #12 3547. make -C ../admin/grammars all EMACS="../../src/emacs" #12 3547. make[4]: Entering directory '/checkout/admin/grammars' #12 3547. make[4]: Nothing to be done for 'all'. #12 3547. make[4]: Leaving directory '/checkout/admin/grammars' #12 3547. make[4]: Entering directory '/checkout/lisp' #12 3547. ELC emacs-lisp/eieio.elc #12 3551. ELC emacs-lisp/eieio-base.elc #12 3554. ELC cedet/semantic/db.elc #12 3559. ELC international/ja-dic-cnv.elc #12 3562. ELC org/ox.elc #12 3585. ELC org/ox-texinfo.elc #12 3611. ELC org/org-macro.elc #12 3614. ELC org/org-element.elc #12 3642. ELC org/oc.elc #12 3646. ELC org/ol.elc #12 3650. ELC emacs-lisp/cl-lib.elc #12 3653. make[4]: Leaving directory '/checkout/lisp' #12 3653. GEN autoloads #12 3655. INFO Scraping files for loaddefs... #12 3655. INFO Scraping files for loaddefs...50% #12 3656. INFO Scraping files for loaddefs...65% #12 3656. INFO Scraping files for loaddefs...done #12 3656. INFO Scraping files for loaddefs... #12 3656. INFO Scraping files for loaddefs...done #12 3677. make[4]: Entering directory '/checkout/lisp' #12 3677. ELC align.elc #12 3680. ELC allout-widgets.elc #12 3684. ELC allout.elc #12 3689. ELC ansi-color.elc #12 3692. ELC ansi-osc.elc #12 3695. ELC apropos.elc #12 3698. ELC arc-mode.elc #12 3703. ELC array.elc #12 3706. ELC auth-source-pass.elc #12 3710. ELC auth-source.elc #12 3717. ELC autoinsert.elc #12 3720. ELC autorevert.elc #12 3723. ELC avoid.elc #12 3725. ELC battery.elc #12 3728. ELC bind-key.elc #12 3731. ELC bookmark.elc #12 3735. ELC bs.elc #12 3738. ELC calculator.elc #12 3742. #12 3742. In calculator-register-read-with-preview: #12 3742. calculator.el:1481:10: Warning: `register-preview-delay' is an obsolete variable (as of 30.1); No longer used. #12 3742. ELC cdl.elc #12 3744. ELC char-fold.elc #12 3750. ELC chistory.elc #12 3753. ELC cmuscheme.elc #12 3756. ELC color.elc #12 3759. ELC comint.elc #12 3762. ELC completion-preview.elc #12 3765. #12 3765. In toplevel form: #12 3765. completion-preview.el:136:18: Warning: reference to free variable `mouse-wheel-up-event' #12 3765. completion-preview.el:137:18: Warning: reference to free variable `mouse-wheel-up-alternate-event' #12 3765. completion-preview.el:138:18: Warning: reference to free variable `mouse-wheel-down-event' #12 3765. completion-preview.el:139:18: Warning: reference to free variable `mouse-wheel-down-alternate-event' #12 3766. ELC completion.elc #12 3769. ELC cus-dep.elc #12 3771. ELC cus-edit.elc #12 3777. ELC cus-theme.elc #12 3781. ELC dabbrev.elc #12 3783. ELC delim-col.elc #12 3786. ELC delsel.elc #12 3788. ELC descr-text.elc #12 3792. ELC desktop.elc #12 3797. ELC dframe.elc #12 3801. ELC dired-aux.elc #12 3815. ELC dired-loaddefs.elc #12 3818. ELC dired-x.elc #12 3821. ELC dired.elc #12 3827. #12 3827. In end of data: #12 3827. dired.el:5220:38: Warning: the function `tool-bar--image-expression' is not known to be defined. #12 3827. ELC dirtrack.elc #12 3830. ELC display-fill-column-indicator.elc #12 3832. ELC display-line-numbers.elc #12 3834. ELC doc-view.elc #12 3838. ELC dom.elc #12 3841. ELC double.elc #12 3843. ELC ebuff-menu.elc #12 3846. ELC echistory.elc #12 3849. ELC ecomplete.elc #12 3851. ELC edmacro.elc #12 3854. ELC ehelp.elc #12 3856. ELC elec-pair.elc #12 3859. ELC elide-head.elc #12 3862. ELC emacs-lock.elc #12 3864. ELC epa-dired.elc #12 3867. ELC epa-file.elc #12 3870. ELC epa-ks.elc #12 3876. ELC epa-mail.elc #12 3880. ELC epa.elc #12 3884. ELC epg-config.elc #12 3887. ELC epg.elc #12 3895. ELC expand.elc #12 3897. ELC external-completion.elc #12 3900. ELC ezimage.elc #12 3902. ELC face-remap.elc #12 3905. ELC facemenu.elc #12 3907. ELC ffap.elc #12 3912. ELC filecache.elc #12 3914. ELC fileloop.elc #12 3918. ELC filenotify.elc #12 3921. ELC files-x.elc #12 3924. ELC filesets.elc #12 3927. ELC find-cmd.elc #12 3929. ELC find-dired.elc #12 3932. ELC find-file.elc #12 3935. ELC find-lisp.elc #12 3937. ELC finder.elc #12 3942. ELC flow-ctrl.elc #12 3945. ELC foldout.elc #12 3948. ELC follow.elc #12 3951. ELC format-spec.elc #12 3953. ELC forms.elc #12 3956. ELC frameset.elc #12 3959. ELC generic-x.elc #12 3962. ELC help-at-pt.elc #12 3964. ELC help-fns.elc #12 3967. ELC help-macro.elc #12 3968. ELC help-mode.elc #12 3970. ELC hex-util.elc #12 3972. ELC hexl.elc #12 3975. ELC hfy-cmap.elc #12 3977. ELC hi-lock.elc #12 3979. ELC hilit-chg.elc #12 3982. ELC hippie-exp.elc #12 3986. ELC hl-line.elc #12 3988. ELC htmlfontify.elc #12 3992. ELC ibuf-ext.elc #12 3997. ELC ibuf-macs.elc #12 3999. ELC ibuffer-loaddefs.elc #12 4002. ELC ibuffer.elc #12 4006. ELC icomplete.elc #12 4008. ELC ido.elc #12 4012. ELC ielm.elc #12 4014. ELC iimage.elc #12 4017. ELC image-file.elc #12 4019. ELC image-mode.elc #12 4022. ELC imenu.elc #12 4023. ELC indent-aux.elc #12 4025. ELC info-look.elc #12 4027. ELC info-xref.elc #12 4029. ELC info.elc #12 4033. ELC informat.elc #12 4034. ELC isearchb.elc #12 4036. ELC jka-compr.elc #12 4037. ELC json.elc #12 4040. ELC jsonrpc.elc #12 4043. ELC kermit.elc #12 4045. ELC kmacro.elc #12 4046. ELC loadhist.elc #12 4048. ELC locate.elc #12 4051. ELC lpr.elc #12 4054. ELC macros.elc #12 4056. ELC man.elc #12 4059. ELC master.elc #12 4062. ELC mb-depth.elc #12 4064. ELC md4.elc #12 4066. ELC midnight.elc #12 4068. ELC minibuf-eldef.elc #12 4070. ELC misc.elc #12 4072. ELC misearch.elc #12 4073. ELC mouse-copy.elc #12 4076. ELC mouse-drag.elc #12 4077. ELC mpc.elc #12 4080. ELC msb.elc #12 4081. ELC notifications.elc #12 4083. ELC novice.elc #12 4085. ELC outline.elc #12 4089. ELC password-cache.elc #12 4091. ELC pcmpl-cvs.elc #12 4094. ELC pcmpl-git.elc #12 4098. ELC pcmpl-gnu.elc #12 4101. ELC pcmpl-linux.elc #12 4104. ELC pcmpl-rpm.elc #12 4107. ELC pcmpl-unix.elc #12 4110. ELC pcmpl-x.elc #12 4112. ELC pcomplete.elc #12 4117. ELC pixel-scroll.elc #12 4121. ELC plstore.elc #12 4124. ELC printing.elc #12 4126. ELC proced.elc #12 4129. ELC profiler.elc #12 4130. ELC ps-bdf.elc #12 4133. ELC ps-mule.elc #12 4137. ELC ps-print-loaddefs.elc #12 4140. ELC ps-print.elc #12 4144. ELC ps-samp.elc #12 4147. ELC recentf.elc #12 4151. ELC rect.elc #12 4153. ELC registry.elc #12 4157. ELC repeat.elc #12 4159. ELC reposition.elc #12 4161. ELC reveal.elc #12 4164. ELC rot13.elc #12 4166. ELC rtree.elc #12 4167. ELC ruler-mode.elc #12 4169. ELC savehist.elc #12 4170. ELC saveplace.elc #12 4172. ELC scroll-all.elc #12 4175. ELC scroll-lock.elc #12 4177. ELC server.elc #12 4181. ELC ses.elc #12 4187. ELC shadowfile.elc #12 4192. ELC shell.elc #12 4195. ELC skeleton.elc #12 4198. ELC so-long.elc #12 4201. ELC sort.elc #12 4203. ELC soundex.elc #12 4204. ELC speedbar.elc #12 4207. ELC sqlite-mode.elc #12 4209. ELC sqlite.elc #12 4211. ELC strokes.elc #12 4214. ELC svg.elc #12 4217. ELC t-mouse.elc #12 4218. ELC tab-line.elc #12 4221. ELC tabify.elc #12 4223. ELC talk.elc #12 4224. ELC tar-mode.elc #12 4226. ELC tempo.elc #12 4228. ELC term.elc #12 4233. ELC thingatpt.elc #12 4235. ELC thread.elc #12 4237. ELC time-stamp.elc #12 4239. ELC time.elc #12 4241. ELC timezone.elc #12 4243. ELC tmm.elc #12 4245. ELC transient.elc #12 4250. ELC tree-widget.elc #12 4252. ELC treesit.elc #12 4257. ELC tutorial.elc #12 4259. ELC type-break.elc #12 4261. ELC userlock.elc #12 4263. ELC vcursor.elc #12 4266. ELC view.elc #12 4268. ELC wdired.elc #12 4270. ELC whitespace.elc #12 4272. ELC wid-browse.elc #12 4275. ELC wid-edit.elc #12 4278. ELC windmove.elc #12 4280. ELC winner.elc #12 4282. ELC woman.elc #12 4286. ELC xdg.elc #12 4288. ELC xml.elc #12 4291. ELC xt-mouse.elc #12 4292. ELC xwidget.elc #12 4298. ELC yank-media.elc #12 4300. ELC calc/calc-aent.elc #12 4303. ELC calc/calc-alg.elc #12 4306. ELC calc/calc-arith.elc #12 4312. ELC calc/calc-bin.elc #12 4315. ELC calc/calc-comb.elc #12 4318. ELC calc/calc-cplx.elc #12 4321. ELC calc/calc-embed.elc #12 4324. ELC calc/calc-ext.elc #12 4328. ELC calc/calc-fin.elc #12 4331. ELC calc/calc-forms.elc #12 4335. ELC calc/calc-frac.elc #12 4337. ELC calc/calc-funcs.elc #12 4339. ELC calc/calc-graph.elc #12 4342. ELC calc/calc-help.elc #12 4345. ELC calc/calc-incom.elc #12 4347. ELC calc/calc-keypd.elc #12 4349. ELC calc/calc-lang.elc #12 4352. ELC calc/calc-loaddefs.elc #12 4354. ELC calc/calc-macs.elc #12 4356. ELC calc/calc-map.elc #12 4358. ELC calc/calc-math.elc #12 4362. ELC calc/calc-menu.elc #12 4365. ELC calc/calc-misc.elc #12 4367. ELC calc/calc-mode.elc #12 4370. ELC calc/calc-mtx.elc #12 4372. ELC calc/calc-nlfit.elc #12 4375. ELC calc/calc-poly.elc #12 4378. ELC calc/calc-prog.elc #12 4382. ELC calc/calc-rewr.elc #12 4385. ELC calc/calc-rules.elc #12 4388. ELC calc/calc-sel.elc #12 4391. ELC calc/calc-stat.elc #12 4394. ELC calc/calc-store.elc #12 4396. ELC calc/calc-stuff.elc #12 4399. ELC calc/calc-trail.elc #12 4401. ELC calc/calc-undo.elc #12 4404. ELC calc/calc-units.elc #12 4407. ELC calc/calc-vec.elc #12 4410. ELC calc/calc-yank.elc #12 4413. ELC calc/calc.elc #12 4417. ELC calc/calcalg2.elc #12 4421. ELC calc/calcalg3.elc #12 4425. ELC calc/calccomp.elc #12 4428. ELC calc/calcsel2.elc #12 4431. ELC calendar/appt.elc #12 4433. ELC calendar/cal-bahai.elc #12 4436. ELC calendar/cal-china.elc #12 4439. ELC calendar/cal-coptic.elc #12 4441. ELC calendar/cal-dst.elc #12 4444. ELC calendar/cal-french.elc #12 4446. ELC calendar/cal-hebrew.elc #12 4449. ELC calendar/cal-html.elc #12 4451. ELC calendar/cal-islam.elc #12 4454. ELC calendar/cal-iso.elc