Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1702771423: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:1702771423:prepare_executor section_start:1702771423:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1702771427:prepare_script section_start:1702771427: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] 2b08cc2d5f17327f54d3b2c7b790ef34dd015925 -> refs/pipelines/27521 51a2960..2b08cc2 master -> origin/master Checking out 2b08cc2d as master... Skipping Git submodules setup section_end:1702771450:get_sources section_start:1702771450:restore_cache section_end:1702771458:restore_cache section_start:1702771458:download_artifacts section_end:1702771461:download_artifacts section_start:1702771461:build_script $ docker info Client: Debug Mode: false Server: Containers: 24 Running: 6 Paused: 0 Stopped: 18 Images: 12 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. WARNING! Your password will be stored unencrypted in /.docker-config-2b08cc2d5f17327f54d3b2c7b790ef34dd015925/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 0.7s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.9s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 0.5s #4 [emacs-eglot 1/8] FROM docker.io/library/debian:sid@sha256:fa18eda6ea249... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 12.39MB 2.9s #7 transferring context: 32.43MB 7.9s #7 transferring context: 48.24MB 13.1s #7 transferring context: 65.27MB 18.7s #7 transferring context: 79.73MB 23.7s #7 transferring context: 105.14MB 28.7s #7 transferring context: 117.15MB 33.9s #7 transferring context: 130.38MB 38.9s #7 transferring context: 131.12MB 46.3s #7 transferring context: 145.17MB 51.3s #7 transferring context: 154.97MB 56.3s #7 transferring context: 170.57MB 61.4s #7 transferring context: 194.70MB 66.5s #7 transferring context: 207.58MB 71.7s #7 transferring context: 214.19MB 76.8s #7 transferring context: 226.69MB 81.8s #7 transferring context: 235.78MB 87.0s #7 transferring context: 250.79MB 92.1s #7 transferring context: 250.96MB 92.3s done #7 DONE 93.5s #5 [emacs-eglot 2/8] RUN apt-get update && apt-get install -y --no-inst... #5 CACHED #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 CACHED #8 [emacs-tree-sitter 4/11] COPY . /checkout #8 DONE 75.1s #9 [emacs-tree-sitter 5/11] WORKDIR /checkout #9 DONE 1.8s #10 [emacs-tree-sitter 6/11] RUN ./autogen.sh autoconf #10 3.078 Checking whether you have the necessary tools... #10 3.078 (Read INSTALL.REPO for more details on building Emacs) #10 3.102 Checking for autoconf (need at least version 2.65) ... ok #10 3.298 Your system has the required tools. #10 3.339 Building aclocal.m4 ... #10 3.355 Running 'autoreconf -fi -I m4' ... #10 47.04 Building 'aclocal.m4' in exec ... #10 47.04 Running 'autoreconf -fi' in exec ... #10 56.28 You can now run './autogen.sh git'. #10 DONE 56.6s #11 [emacs-tree-sitter 7/11] RUN ./configure --with-tree-sitter #11 3.906 checking for xcrun... no #11 3.935 checking for GNU Make... make #11 4.068 checking build system type... x86_64-pc-linux-gnu #11 5.798 checking host system type... x86_64-pc-linux-gnu #11 5.964 checking for gcc... gcc #11 6.352 checking whether the C compiler works... yes #11 7.057 checking for C compiler default output file name... a.out #11 7.079 checking for suffix of executables... #11 7.637 checking whether we are cross compiling... no #11 8.223 checking for suffix of object files... o #11 8.515 checking whether the compiler supports GNU C... yes #11 8.772 checking whether gcc accepts -g... yes #11 8.964 checking for gcc option to enable C11 features... none needed #11 9.605 checking whether the compiler is clang... no #11 9.895 checking for compiler option needed when checking for declarations... none #11 9.897 checking whether gcc and cc understand -c and -o together... yes #11 10.92 checking for stdio.h... yes #11 11.11 checking for stdlib.h... yes #11 11.48 checking for string.h... yes #11 11.83 checking for inttypes.h... yes #11 12.07 checking for stdint.h... yes #11 12.37 checking for strings.h... yes #11 12.71 checking for sys/stat.h... yes #11 12.92 checking for sys/types.h... yes #11 13.19 checking for unistd.h... yes #11 13.55 checking for wchar.h... yes #11 13.78 checking for minix/config.h... no #11 14.09 checking for linux/fs.h... yes #11 14.41 checking for malloc.h... yes #11 14.76 checking for sys/systeminfo.h... no #11 15.18 checking for sys/sysinfo.h... yes #11 15.50 checking for coff.h... no #11 15.85 checking for pty.h... yes #11 16.17 checking for sys/resource.h... yes #11 16.54 checking for sys/utsname.h... yes #11 16.89 checking for pwd.h... yes #11 17.25 checking for util.h... no #11 17.71 checking for sanitizer/lsan_interface.h... yes #11 18.16 checking for sanitizer/asan_interface.h... yes #11 18.55 checking for sanitizer/common_interface_defs.h... yes #11 19.00 checking for sys/socket.h... yes #11 19.49 checking for sys/param.h... yes #11 20.17 checking for pthread.h... yes #11 20.60 checking for malloc/malloc.h... no #11 20.95 checking for sys/un.h... yes #11 21.30 checking for vfork.h... no #11 21.72 checking for utmp.h... yes #11 22.05 checking for utmpx.h... yes #11 22.29 checking for OS.h... no #11 22.63 checking for dirent.h... yes #11 23.01 checking for execinfo.h... yes #11 23.34 checking for linux/xattr.h... yes #11 23.67 checking for stdio_ext.h... yes #11 24.01 checking for sys/vfs.h... yes #11 24.34 checking for sys/fs_types.h... no #11 24.84 checking for getopt.h... yes #11 25.15 checking for sys/cdefs.h... yes #11 25.41 checking for sys/time.h... yes #11 25.66 checking for ieee754.h... yes #11 26.01 checking for limits.h... yes #11 26.37 checking for sys/select.h... yes #11 26.74 checking for stdbool.h... yes #11 27.07 checking for stdckdint.h... no #11 27.48 checking for sys/random.h... yes #11 27.73 checking whether it is safe to define __EXTENSIONS__... yes #11 28.24 checking whether _XOPEN_SOURCE should be defined... no #11 28.47 checking how to run the C preprocessor... gcc -E #11 29.02 checking for grep that handles long lines and -e... /usr/bin/grep #11 29.05 checking for egrep... /usr/bin/grep -E #11 29.07 checking for Minix Amsterdam compiler... no #11 29.23 checking for ar... ar #11 29.23 checking for ranlib... ranlib #11 29.23 checking for gcc option to enable large file support... none needed #11 29.83 checking for gcc option for timestamps after 2038... none needed #11 30.04 checking for g++... g++ #11 30.33 checking whether the compiler supports GNU C++... yes #11 30.99 checking whether g++ accepts -g... yes #11 31.22 checking for g++ option to enable C++11 features... none needed #11 32.54 checking whether gcc accepts -g3 -O2... yes #11 33.14 checking whether the compiler is clang... no #11 33.35 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 33.58 checking whether -Wno-missing-field-initializers is needed... no #11 33.81 checking whether -Wuninitialized is supported... yes #11 34.12 checking whether C compiler handles -fstrict-flex-arrays... yes #11 34.76 checking whether C compiler handles -Wall... yes #11 35.19 checking whether C compiler handles -Warith-conversion... yes #11 35.71 checking whether C compiler handles -Wdate-time... yes #11 36.47 checking whether C compiler handles -Wdisabled-optimization... yes #11 36.84 checking whether C compiler handles -Wdouble-promotion... yes #11 37.08 checking whether C compiler handles -Wduplicated-cond... yes #11 37.62 checking whether C compiler handles -Wextra... yes #11 38.23 checking whether C compiler handles -Wformat-signedness... yes #11 38.67 checking whether C compiler handles -Winit-self... yes #11 39.19 checking whether C compiler handles -Winvalid-pch... yes #11 39.70 checking whether C compiler handles -Wlogical-op... yes #11 40.28 checking whether C compiler handles -Wmissing-declarations... yes #11 40.87 checking whether C compiler handles -Wmissing-include-dirs... yes #11 41.49 checking whether C compiler handles -Wmissing-prototypes... yes #11 42.13 checking whether C compiler handles -Wnested-externs... yes #11 42.66 checking whether C compiler handles -Wnull-dereference... yes #11 43.16 checking whether C compiler handles -Wold-style-definition... yes #11 43.66 checking whether C compiler handles -Wopenmp-simd... yes #11 44.23 checking whether C compiler handles -Wpacked... yes #11 44.86 checking whether C compiler handles -Wpointer-arith... yes #11 45.50 checking whether C compiler handles -Wstrict-flex-arrays... yes #11 46.27 checking whether C compiler handles -Wstrict-prototypes... yes #11 46.70 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 47.34 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 47.86 checking whether C compiler handles -Wsuggest-final-methods... yes #11 48.27 checking whether C compiler handles -Wsuggest-final-types... yes #11 48.70 checking whether C compiler handles -Wtrampolines... yes #11 49.14 checking whether C compiler handles -Wuninitialized... yes #11 49.53 checking whether C compiler handles -Wunknown-pragmas... yes #11 50.08 checking whether C compiler handles -Wunused-macros... yes #11 50.50 checking whether C compiler handles -Wvariadic-macros... yes #11 50.95 checking whether C compiler handles -Wvector-operation-performance... yes #11 51.53 checking whether C compiler handles -Wwrite-strings... yes #11 52.01 checking whether C compiler handles -Warray-bounds=2... yes #11 52.42 checking whether C compiler handles -Wattribute-alias=2... yes #11 52.96 checking whether C compiler handles -Wformat=2... yes #11 53.39 checking whether C compiler handles -Wformat-truncation=2... yes #11 53.96 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 54.44 checking whether C compiler handles -Wshift-overflow=2... yes #11 55.02 checking whether C compiler handles -Wuse-after-free=3... yes #11 55.51 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 55.98 checking whether C compiler handles -Wredundant-decls... yes #11 56.49 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 57.15 checking whether C compiler handles -Wno-override-init... yes #11 57.56 checking whether C compiler handles -Wno-sign-compare... yes #11 58.04 checking whether C compiler handles -Wno-type-limits... yes #11 58.67 checking whether C compiler handles -Wno-unused-parameter... yes #11 59.15 checking whether C compiler handles -Wno-format-nonliteral... yes #11 59.76 checking whether C compiler handles -Wno-bidi-chars... yes #11 60.40 checking for a BSD-compatible install... /usr/bin/install -c #11 60.47 checking command to symlink files in the same directory... ln -s #11 60.52 checking for install-info... : #11 60.52 checking for gzip... /usr/bin/gzip #11 60.52 checking for 'find' args to delete a file... -delete #11 60.55 checking for brew... no #11 61.67 checking for -znocombreloc... not needed #11 61.67 checking whether addresses are sanitized... no #11 61.82 checking for math library... -lm #11 64.43 checking for struct passwd.pw_gecos... yes #11 64.86 checking for pkg-config... /usr/bin/pkg-config #11 64.88 checking pkg-config is at least version 0.9.0... yes #11 65.22 checking for machine/soundcard.h... no #11 65.45 checking for sys/soundcard.h... yes #11 65.91 checking for soundcard.h... no #11 66.20 checking for mmsystem.h... no #11 66.39 checking for _oss_ioctl in -lossaudio... no #11 66.88 checking for alsa >= 1.0.0... no #11 67.07 checking for ADDR_NO_RANDOMIZE... yes #11 67.37 checking if Linux sysinfo may be used... yes #11 68.19 checking for sys/wait.h that is POSIX.1 compatible... yes #11 68.55 checking for net/if.h... yes #11 69.19 checking for ifaddrs.h... yes #11 69.63 checking for net/if_dl.h... no #11 70.01 checking for struct ifreq.ifr_flags... yes #11 70.67 checking for struct ifreq.ifr_hwaddr... yes #11 71.73 checking for struct ifreq.ifr_netmask... yes #11 72.95 checking for struct ifreq.ifr_broadaddr... yes #11 74.03 checking for struct ifreq.ifr_addr... yes #11 74.99 checking for struct ifreq.ifr_addr.sa_len... no #11 75.75 checking whether gcc understands -MMD -MF... yes #11 76.05 checking for gcc options needed to detect all undeclared functions... none needed #11 76.54 checking for X... no #11 77.23 checking for X... false #11 77.23 checking whether malloc is Doug Lea style... no #11 77.63 checking for sbrk... yes #11 78.21 checking for getpagesize... yes #11 78.64 checking for __lsan_ignore_object... no #11 79.19 checking for fork... yes #11 79.79 checking for vfork... yes #11 80.41 checking for fchmod... yes #11 80.74 checking for utmpname... yes #11 81.19 checking for utmpxname... yes #11 81.57 checking for canonicalize_file_name... yes #11 82.18 checking for realpath... yes #11 82.80 checking for lstat... yes #11 83.42 checking for fchmodat... yes #11 84.02 checking for lchmod... yes #11 84.53 checking for fcntl... yes #11 84.96 checking for fdopendir... yes #11 85.71 checking for listxattr... yes #11 86.43 checking for fstatat... yes #11 87.17 checking for fsync... yes #11 87.87 checking for gettimeofday... yes #11 88.45 checking for memset_explicit... no #11 89.09 checking for memset_s... no #11 89.97 checking for pselect... yes #11 90.44 checking for pthread_sigmask... yes #11 91.04 checking for readlink... yes #11 91.52 checking for isblank... yes #11 92.26 checking for iswctype... yes #11 93.02 checking for strtoimax... yes #11 93.54 checking for symlink... yes #11 94.23 checking for localtime_r... yes #11 95.04 checking for getdtablesize... yes #11 95.76 checking for working mmap... yes #11 96.85 checking for main in -lXbsd... no #11 97.33 checking for pthread library... none needed #11 98.22 checking for thread support... yes #11 98.22 checking for sqlite3_open_v2 in -lsqlite3... no #11 98.60 checking for getaddrinfo_a in -lanl... yes #11 99.25 checking for malloc_trim... yes #11 99.78 checking for dbus-1 >= 1.0... yes #11 99.92 checking for dbus_watch_get_unix_fd... yes #11 100.9 checking for dbus_type_is_valid... yes #11 101.7 checking for dbus_validate_bus_name... yes #11 102.4 checking for dbus_validate_path... yes #11 103.1 checking for dbus_validate_interface... yes #11 103.9 checking for dbus_validate_member... yes #11 104.7 checking for lgetfilecon in -lselinux... no #11 105.2 checking for gnutls >= 2.12.2... yes #11 105.4 checking for libsystemd >= 222... no #11 105.5 checking for jansson >= 2.7... no #11 105.6 checking for tree-sitter >= 0.20.2... yes #11 105.7 checking for sys/inotify.h... yes #11 106.1 checking for inotify_init1... yes #11 106.8 checking for lcms2... no #11 106.9 checking for library containing inflateEnd... no #11 107.8 checking for dladdr... yes #11 108.2 checking for dlfunc... no #11 109.0 checking for gcc_jit_context_acquire in -lgccjit... no #11 109.3 checking for libgccjit.h... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 109.3 found. #11 109.3 Please try installing libgccjit or a similar package if you want to have it #11 109.3 enabled. #11 109.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 109.6 were not found. #11 109.6 Please try installing libgccjit-dev or a similar package if you want to have it #11 109.6 enabled. #11 109.6 no #11 109.6 checking for gpm.h... no #11 110.1 checking for libxml-2.0 > 2.6.17... no #11 110.2 checking for maillock in -lmail... no #11 110.6 checking for maillock in -llockfile... no #11 110.9 checking for liblockfile.so... no #11 110.9 checking for maillock.h... no #11 111.3 checking for linux/seccomp.h... yes #11 111.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 112.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 112.2 checking for linux/filter.h... yes #11 112.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 112.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 112.8 checking for libseccomp >= 2.5.2... no #11 112.9 checking size of long... 8 #11 113.5 checking for accept4... yes #11 113.8 checking for fchdir... yes #11 114.0 checking for gethostname... yes #11 114.5 checking for getrusage... yes #11 114.9 checking for get_current_dir_name... yes #11 115.1 checking for lrand48... yes #11 115.5 checking for random... yes #11 115.9 checking for rint... yes #11 116.4 checking for tcdrain... yes #11 116.7 checking for trunc... yes #11 117.2 checking for select... yes #11 117.5 checking for getpagesize... (cached) yes #11 117.5 checking for setlocale... yes #11 117.9 checking for newlocale... yes #11 118.3 checking for getrlimit... yes #11 118.7 checking for setrlimit... yes #11 119.0 checking for shutdown... yes #11 119.4 checking for pthread_sigmask... (cached) yes #11 119.4 checking for strsignal... yes #11 119.8 checking for setitimer... yes #11 120.2 checking for sendto... yes #11 120.7 checking for recvfrom... yes #11 121.1 checking for getsockname... yes #11 121.6 checking for getifaddrs... yes #11 122.0 checking for freeifaddrs... yes #11 122.3 checking for gai_strerror... yes #11 122.6 checking for sync... yes #11 123.0 checking for endpwent... yes #11 123.3 checking for getgrent... yes #11 123.7 checking for endgrent... yes #11 125.3 checking for renameat2... yes #11 125.6 checking for cfmakeraw... yes #11 126.1 checking for cfsetspeed... yes #11 126.6 checking for __executable_start... yes #11 127.1 checking for log2... yes #11 127.6 checking for pthread_setname_np... yes #11 128.0 checking for pthread_set_name_np... no #11 128.4 checking for getpwent... yes #11 129.5 checking whether pthread_setname_np takes a single argument... no #11 129.8 checking whether pthread_setname_np takes three arguments... no #11 130.1 checking for aligned_alloc... yes #11 130.4 checking whether aligned_alloc is declared... yes #11 130.6 checking for posix_madvise... yes #11 130.8 checking for madvise... yes #11 131.1 checking for __builtin_frame_address... yes #11 131.4 checking for __builtin_unwind_init... yes #11 131.7 checking for _LARGEFILE_SOURCE value needed for large files... no #11 134.4 checking for grantpt... yes #11 135.0 checking for getpt... yes #11 135.6 checking for posix_openpt... yes #11 136.0 checking for library containing tputs... -ltinfo #11 137.1 checking whether -ltinfo library defines BC... yes #11 137.7 checking for timerfd interface... yes #11 138.0 checking whether signals can be handled on alternate stack... yes #11 138.4 checking for valgrind/valgrind.h... no #11 138.8 checking for struct unipair.unicode... yes #11 139.1 checking for pid_t... yes #11 140.0 checking for working fork... yes #11 141.0 checking for working vfork... (cached) yes #11 141.0 checking for snprintf... yes #11 141.7 checking for open_memstream... yes #11 142.4 checking for spawn.h... yes #11 143.0 checking for posix_spawn... yes #11 143.6 checking for posix_spawn_file_actions_addchdir... no #11 144.4 checking for posix_spawn_file_actions_addchdir_np... yes #11 145.1 checking for posix_spawnattr_setflags... yes #11 145.9 checking whether POSIX_SPAWN_SETSID is declared... yes #11 146.3 checking whether GLib is linked in... no #11 146.4 checking for nl_langinfo and CODESET... yes #11 147.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 147.6 checking for mbstate_t... yes #11 148.2 checking for signals via characters... yes #11 148.6 checking for _setjmp... yes #11 149.1 checking for sigsetjmp... yes #11 149.6 checking POSIX termios... yes #11 150.1 checking size of speed_t... 4 #11 150.8 checking for usable FIONREAD... yes #11 151.1 checking for usable SIGIO... yes #11 151.4 checking for struct alignment... yes #11 151.6 checking for C/C++ restrict keyword... __restrict__ #11 151.9 checking for typeof syntax and keyword spelling... typeof #11 152.2 checking for statement expressions... yes #11 152.5 checking whether malloc (0) returns nonnull... yes #11 153.0 checking for sys/acl.h... yes #11 153.4 checking for library containing acl_get_file... -lacl #11 154.5 checking for acl_get_file... yes #11 155.0 checking for acl_get_fd... yes #11 155.5 checking for acl_set_file... yes #11 156.0 checking for acl_set_fd... yes #11 156.4 checking for acl_free... yes #11 156.9 checking for acl_from_mode... yes #11 157.4 checking for acl_from_text... yes #11 158.0 checking for acl_delete_def_file... yes #11 158.5 checking for acl_extended_file... yes #11 159.0 checking for acl_delete_fd_np... no #11 159.5 checking for acl_delete_file_np... no #11 160.0 checking for acl_copy_ext_native... no #11 160.6 checking for acl_create_entry_np... no #11 161.1 checking for acl_to_short_text... no #11 161.7 checking for acl_free_text... no #11 162.2 checking for working acl_get_file... yes #11 162.6 checking for acl/libacl.h... yes #11 163.1 checking for acl_entries... yes #11 163.5 checking for ACL_FIRST_ENTRY... yes #11 163.8 checking for ACL_TYPE_EXTENDED... no #11 164.1 checking for working alloca.h... yes #11 164.6 checking for alloca... yes #11 164.6 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 164.6 checking whether the preprocessor supports include_next... yes #11 164.9 checking whether source code line length is unlimited... yes #11 165.1 checking whether endutent is declared... yes #11 165.5 checking for struct utmpx.ut_user... yes #11 166.0 checking for struct utmp.ut_user... yes #11 166.5 checking for struct utmpx.ut_name... yes #11 167.0 checking for struct utmp.ut_name... yes #11 167.5 checking for struct utmpx.ut_type... yes #11 168.0 checking for struct utmp.ut_type... yes #11 168.5 checking for struct utmpx.ut_pid... yes #11 169.0 checking for struct utmp.ut_pid... yes #11 169.5 checking for struct utmp.ut_tv... yes #11 170.3 checking for struct utmpx.ut_host... yes #11 170.8 checking for struct utmp.ut_host... yes #11 171.3 checking for struct utmpx.ut_id... yes #11 171.8 checking for struct utmp.ut_id... yes #11 172.2 checking for struct utmpx.ut_session... yes #11 172.6 checking for struct utmp.ut_session... yes #11 173.1 checking for struct utmpx.ut_exit... yes #11 173.9 checking for struct utmp.ut_exit... yes #11 174.7 checking for struct utmpx.ut_exit.ut_exit... no #11 175.5 checking for struct utmpx.ut_exit.e_exit... yes #11 176.3 checking for struct utmp.ut_exit.e_exit... yes #11 177.0 checking for struct utmpx.ut_exit.ut_termination... no #11 179.9 checking for struct utmpx.ut_exit.e_termination... yes #11 180.4 checking for struct utmp.ut_exit.e_termination... yes #11 181.0 checking whether sysinfo is declared... yes #11 181.3 checking for sys/sysctl.h... no #11 181.7 checking for sysctl... no #11 182.2 checking whether lstat correctly handles trailing slash... yes #11 183.1 checking whether // is distinct from /... no #11 183.2 checking whether realpath works... yes #11 184.1 checking for faccessat... yes #11 184.8 checking for getcwd... yes #11 185.6 checking whether byte ordering is bigendian... no #11 186.7 checking if environ is properly declared... yes #11 187.0 checking for complete errno.h... yes #11 187.1 checking whether ctype.h defines __header_inline... no #11 187.3 checking for mode_t... yes #11 188.3 checking whether strmode is declared... no #11 188.8 checking whether getline is declared... yes #11 189.4 checking for gawk... no #11 189.4 checking for mawk... mawk #11 189.4 checking for getopt.h... (cached) yes #11 189.4 checking for getopt_long_only... yes #11 190.0 checking whether getopt is POSIX compatible... yes #11 192.3 checking for working GNU getopt function... yes #11 193.3 checking for working GNU getopt_long function... yes #11 194.0 checking whether timespec_get is declared... yes #11 194.3 checking for timespec_get... yes #11 195.0 checking for struct timeval... yes #11 195.3 checking for wide-enough struct timeval.tv_sec member... yes #11 195.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #11 196.0 checking whether limits.h has SSIZE_MAX... yes #11 196.4 checking whether the compiler produces multi-arch binaries... no #11 196.6 checking whether stdint.h conforms to C99... yes #11 197.9 checking whether stdint.h works without ISO C predefines... yes #11 198.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 198.9 checking whether memmem is declared... yes #11 199.5 checking whether memrchr is declared... yes #11 200.3 checking whether defines MIN and MAX... no #11 200.6 checking whether defines MIN and MAX... yes #11 201.2 checking whether time_t is signed... yes #11 201.6 checking whether alarm is declared... yes #11 202.2 checking for working mktime... yes #11 203.6 checking whether struct tm is in sys/time.h or time.h... time.h #11 204.0 checking for struct tm.tm_zone... yes #11 204.4 checking for struct tm.tm_gmtoff... yes #11 204.8 checking whether is self-contained... yes #11 206.0 checking for inline... inline #11 206.2 checking for sigset_t... yes #11 207.0 checking for volatile sig_atomic_t... yes #11 207.7 checking for sighandler_t... yes #11 208.6 checking for wchar_t... yes #11 208.9 checking for good max_align_t... yes #11 209.3 checking whether NULL can be used in arbitrary expressions... yes #11 209.5 checking for unreachable... no #11 210.2 checking whether fcloseall is declared... yes #11 210.8 checking whether getw is declared... yes #11 211.7 checking whether putw is declared... yes #11 212.5 checking which flavor of printf attribute matches inttypes macros... system #11 213.0 checking whether strnlen is declared... yes #11 213.8 checking whether strtoimax is declared... yes #11 214.4 checking whether stat file-mode macros are broken... no #11 214.8 checking for nlink_t... yes #11 215.6 checking for struct timespec in ... yes #11 216.0 checking for TIME_UTC in ... yes #11 216.4 checking whether execvpe is declared... yes #11 216.9 checking whether clearerr_unlocked is declared... yes #11 217.6 checking whether feof_unlocked is declared... yes #11 218.3 checking whether ferror_unlocked is declared... yes #11 219.1 checking whether fflush_unlocked is declared... yes #11 219.8 checking whether fgets_unlocked is declared... yes #11 220.4 checking whether fputc_unlocked is declared... yes #11 221.0 checking whether fputs_unlocked is declared... yes #11 221.5 checking whether fread_unlocked is declared... yes #11 222.2 checking whether fwrite_unlocked is declared... yes #11 222.9 checking whether getc_unlocked is declared... yes #11 223.6 checking whether getchar_unlocked is declared... yes #11 224.4 checking whether putc_unlocked is declared... yes #11 224.9 checking whether putchar_unlocked is declared... yes #11 225.4 checking type of array argument to getgroups... gid_t #11 226.2 checking whether getdelim is declared... yes #11 226.7 checking whether getdtablesize is declared... yes #11 227.4 checking whether malloc is ptrdiff_t safe... yes #11 227.7 checking whether malloc, realloc, calloc set errno on failure... yes #11 227.7 checking for O_CLOEXEC... yes #11 228.0 checking for promoted mode_t type... mode_t #11 228.3 checking whether the utimes function works... yes #11 229.6 checking for C compiler option to allow warnings... -Wno-error #11 230.2 checking for alignas and alignof... yes, macros #11 230.7 checking for alloca as a compiler built-in... yes #11 230.9 checking for static_assert... yes, an macro #11 231.5 checking for __builtin_expect... yes #11 231.8 checking for byteswap.h... yes #11 232.1 checking for readlinkat... yes #11 232.7 checking for library containing clock_gettime... none required #11 233.3 checking for clock_getres... yes #11 233.9 checking for clock_gettime... yes #11 234.4 checking for clock_settime... yes #11 235.0 checking for copy_file_range... yes #11 235.6 checking for d_type member in directory struct... yes #11 236.2 checking whether // is distinct from /... (cached) no #11 236.2 checking whether dup2 works... yes #11 237.0 checking for library containing backtrace_symbols_fd... none required #11 237.6 checking for faccessat... (cached) yes #11 237.6 checking whether fchmodat works... yes #11 238.6 checking whether fcntl handles F_DUPFD correctly... yes #11 239.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 240.3 checking whether fdopendir is declared... yes #11 240.5 checking whether fdopendir works... yes #11 241.1 checking for flexible array member... yes #11 241.5 checking for __fpending... yes #11 242.1 checking whether __fpending is declared... yes #11 242.5 checking whether free is known to preserve errno... yes #11 243.0 checking whether fstatat (..., 0) works... yes #11 243.6 checking for sys/mount.h... yes #11 244.2 checking for statvfs function (SVR4)... yes #11 244.9 checking whether to use statvfs64... no #11 245.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 246.1 checking for sys/fs/s5param.h... no #11 246.4 checking for sys/statfs.h... yes #11 247.1 checking for statfs that truncates block counts... no #11 247.4 checking for futimens... yes #11 248.0 checking whether futimens works... yes #11 249.7 checking for getline... yes #11 250.1 checking for working getline function... yes #11 250.7 checking for getloadavg... yes #11 251.3 checking for sys/loadavg.h... no #11 251.8 checking whether getloadavg is declared... yes #11 252.2 checking for getrandom... yes #11 252.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 253.1 checking for gettimeofday with POSIX signature... yes #11 253.4 checking whether the compiler supports the __inline keyword... yes #11 253.7 checking for gmp.h... yes #11 254.2 checking for library containing __gmpz_roinit_n... -lgmp #11 255.0 checking for memmem... yes #11 255.4 checking whether memmem works... yes #11 255.9 checking for mempcpy... yes #11 256.5 checking for memrchr... yes #11 257.1 checking for explicit_memset... no #11 257.8 checking for mkostemp... yes #11 258.4 checking for library containing nanosleep... none required #11 258.9 checking for working nanosleep... no (mishandles large arguments) #11 260.6 checking for sys/pstat.h... no #11 261.0 checking for sys/sysmp.h... no #11 261.5 checking for sys/param.h... (cached) yes #11 261.5 checking for sys/sysctl.h... (cached) no #11 261.5 checking for sched_getaffinity_np... no #11 262.1 checking for pstat_getdynamic... no #11 262.6 checking for sysmp... no #11 263.3 checking for sysctl... (cached) no #11 263.3 checking for sched_getaffinity... yes #11 263.9 checking for glibc compatible sched_getaffinity... yes #11 264.2 checking for pipe2... yes #11 264.6 checking whether signature of pselect conforms to POSIX... yes #11 265.1 checking whether pselect detects invalid fds... yes #11 265.9 checking whether pthread_sigmask is a macro... no #11 266.1 checking whether pthread_sigmask works without -lpthread... yes #11 266.7 checking whether pthread_sigmask returns error numbers... yes #11 267.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 270.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 272.1 checking whether readlink signature is correct... yes #11 272.5 checking whether readlink handles trailing slash correctly... yes #11 273.2 checking whether readlink truncates results correctly... yes #11 274.1 checking for readlinkat... (cached) yes #11 274.1 checking whether readlinkat signature is correct... yes #11 274.4 checking for working re_compile_pattern... yes #11 275.8 checking for sig2str... no #11 276.6 checking for sigdescr_np... yes #11 277.1 checking for socklen_t... yes #11 277.8 checking for ssize_t... yes #11 278.1 checking for struct stat.st_atim.tv_nsec... yes #11 278.4 checking whether struct stat.st_atim is of type struct timespec... yes #11 278.8 checking for struct stat.st_birthtimespec.tv_nsec... no #11 279.5 checking for struct stat.st_birthtimensec... no #11 280.1 checking for struct stat.st_birthtim.tv_nsec... no #11 280.8 checking for bool, true, false... no #11 281.2 checking for stpcpy... yes #11 281.8 checking for working strnlen... yes #11 282.8 checking whether strtoimax works... yes #11 283.6 checking whether symlink handles trailing slash correctly... yes #11 284.4 checking whether localtime_r is declared... yes #11 284.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 285.0 checking whether localtime works even near extrema... yes #11 286.0 checking for timezone_t... no #11 286.3 checking for timegm... yes #11 286.9 checking whether timer_settime is declared... yes #11 287.4 checking for library containing timer_settime... none required #11 288.0 checking for timer_settime... yes #11 288.7 checking for utimensat... yes #11 289.3 checking whether utimensat works... yes #11 291.1 checking for variable-length arrays... yes #11 291.4 checking whether getdtablesize works... yes #11 292.4 checking for timer_getoverrun... yes #11 293.1 checking for gcc option to disable position independent executables... not needed #11 293.1 checking for __ctype_get_mb_cur_max... yes #11 293.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 293.8 #11 293.8 Configured for 'x86_64-pc-linux-gnu'. #11 293.8 #11 293.8 Where should the build process find the source code? . #11 293.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 293.8 Should Emacs use the GNU version of malloc? no #11 293.8 (The GNU allocators don't work with this system configuration.) #11 293.8 Should Emacs use a relocating allocator for buffers? no #11 293.8 Should Emacs use mmap(2) for buffer allocation? no #11 293.8 What window system should Emacs use? none #11 293.8 What toolkit should Emacs use? none #11 293.8 Where do we find X Windows header files? NONE #11 293.8 Where do we find X Windows libraries? NONE #11 293.8 Does Emacs use -lXaw3d? no #11 293.8 Is Emacs being built for Android? no #11 293.8 Does Emacs use the X Double Buffer Extension? no #11 293.8 Does Emacs use -lXpm? no #11 293.8 Does Emacs use -ljpeg? no #11 293.8 Does Emacs use -ltiff? no #11 293.8 Does Emacs use a gif library? no #11 293.8 Does Emacs use a png library? no #11 293.8 Does Emacs use -lrsvg-2? no #11 293.8 Does Emacs use -lwebp? no #11 293.8 Does Emacs use -lsqlite3? no #11 293.8 Does Emacs use cairo? no #11 293.8 Does Emacs use -llcms2? no #11 293.8 Does Emacs use imagemagick? no #11 293.8 Does Emacs use native APIs for images? no #11 293.8 Does Emacs support sound? yes #11 293.8 Does Emacs use -lgpm? no #11 293.8 Does Emacs use -ldbus? yes #11 293.8 Does Emacs use -lgconf? no #11 293.8 Does Emacs use GSettings? no #11 293.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 293.8 Does Emacs use access control lists? yes -lacl -lattr #11 293.8 Does Emacs use -lselinux? no #11 293.8 Does Emacs use -lgnutls? yes #11 293.8 Does Emacs use -lxml2? no #11 293.8 Does Emacs use -lfreetype? no #11 293.8 Does Emacs use HarfBuzz? no #11 293.8 Does Emacs use -lm17n-flt? no #11 293.8 Does Emacs use -lotf? no #11 293.8 Does Emacs use -lxft? no #11 293.8 Does Emacs use -lsystemd? no #11 293.8 Does Emacs use -ljansson? no #11 293.8 Does Emacs use -ltree-sitter? yes #11 293.8 Does Emacs use the GMP library? yes #11 293.8 Does Emacs directly use zlib? no #11 293.8 Does Emacs have dynamic modules support? yes #11 293.8 Does Emacs use toolkit scroll bars? no #11 293.8 Does Emacs support Xwidgets? no #11 293.8 Does Emacs have threading support in lisp? yes #11 293.8 Does Emacs support the portable dumper? yes #11 293.8 Does Emacs support legacy unexec dumping? no #11 293.8 Which dumping strategy does Emacs use? pdumper #11 293.8 Does Emacs have native lisp compiler? no #11 293.8 Does Emacs use version 2 of the X Input Extension? no #11 293.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 293.8 #11 293.8 #11 295.3 configure: creating ./config.status #11 296.8 config.status: creating src/verbose.mk #11 297.1 config.status: creating src/emacs-module.h #11 297.4 config.status: creating Makefile #11 297.6 config.status: creating lib/gnulib.mk #11 298.0 config.status: creating ./doc/man/emacs.1 #11 298.2 config.status: creating lib/Makefile #11 298.4 config.status: creating lib-src/Makefile #11 298.7 config.status: creating oldXMenu/Makefile #11 299.0 config.status: creating src/Makefile #11 299.3 config.status: creating lwlib/Makefile #11 299.7 config.status: creating nextstep/Makefile #11 299.9 config.status: creating nt/Makefile #11 300.1 config.status: creating doc/emacs/Makefile #11 300.2 config.status: creating doc/misc/Makefile #11 300.5 config.status: creating doc/lispintro/Makefile #11 300.7 config.status: creating doc/lispref/Makefile #11 301.0 config.status: creating lisp/Makefile #11 301.2 config.status: creating leim/Makefile #11 301.5 config.status: creating test/Makefile #11 301.8 config.status: creating test/manual/noverlay/Makefile #11 302.0 config.status: creating test/infra/Makefile #11 302.1 config.status: creating admin/charsets/Makefile #11 302.3 config.status: creating admin/unidata/Makefile #11 302.5 config.status: creating admin/grammars/Makefile #11 302.7 config.status: creating java/Makefile #11 302.9 config.status: creating cross/Makefile #11 303.1 config.status: creating java/AndroidManifest.xml #11 303.4 config.status: creating src/config.h #11 303.6 config.status: executing src/epaths.h commands #11 303.8 config.status: executing src/.gdbinit commands #11 303.8 config.status: executing doc/emacs/emacsver.texi commands #11 303.9 config.status: executing etc-refcards-emacsver.tex commands #11 304.2 configure: WARNING: This configuration installs a 'movemail' program #11 304.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 304.2 installed a 'movemail' program that retrieved POP3 email via only #11 304.2 insecure channels, a practice that is no longer recommended but that #11 304.2 you can continue to support by using './configure --with-pop'. #11 304.2 configure: You might want to install GNU Mailutils #11 304.2 and use './configure --with-mailutils'. #11 DONE 305.9s #12 [emacs-tree-sitter 8/11] RUN make bootstrap #12 2.803 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.827 make[1]: Entering directory '/checkout' #12 3.357 make bootstrap-clean #12 3.381 make[2]: Entering directory '/checkout' #12 3.674 make -C src bootstrap-clean #12 3.716 make[3]: Entering directory '/checkout/src' #12 3.716 GEN /checkout/src/lisp.mk #12 5.124 rm -f android-emacs libemacs.so #12 5.143 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.157 rm -f dmpstruct.h #12 5.185 rm -f emacs.pdmp #12 5.193 rm -f ../etc/DOC #12 5.203 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.214 rm -f emacs-30.0.50 #12 5.229 rm -f buildobj.h #12 5.245 rm -f globals.h gl-stamp #12 5.251 rm -f ./*.res ./*.tmp #12 5.265 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.280 rm -f ../etc/DOC* #12 5.303 rm -f deps/* #12 5.327 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.333 if test -f ./.gdbinit; then \ #12 5.333 mv ./.gdbinit ./.gdbinit.save; \ #12 5.333 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.333 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.333 fi #12 5.400 make[3]: Leaving directory '/checkout/src' #12 5.400 make -C oldXMenu bootstrap-clean #12 5.413 make[3]: Entering directory '/checkout/oldXMenu' #12 5.413 rm -f libXMenu11.a ./*.o deps/* #12 5.423 rm -f Makefile #12 5.438 rm -fr deps #12 5.447 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.447 make -C lwlib bootstrap-clean #12 5.487 make[3]: Entering directory '/checkout/lwlib' #12 5.487 rm -f ./*.o liblw.a \#* deps/* #12 5.495 rm -f Makefile #12 5.503 rm -fr deps #12 5.515 rm -f TAGS #12 5.535 make[3]: Leaving directory '/checkout/lwlib' #12 5.535 make -C lib bootstrap-clean #12 5.940 make[3]: Entering directory '/checkout/lib' #12 5.940 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.001 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.019 rm -f Makefile Makefile.android #12 6.039 rm -fr deps #12 6.090 make[3]: Leaving directory '/checkout/lib' #12 6.090 make -C lib-src bootstrap-clean #12 6.111 make[3]: Entering directory '/checkout/lib-src' #12 6.111 rm -f core ./*.o ./*.res #12 6.123 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.147 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.167 rm -f TAGS Makefile blessmail Makefile.android #12 6.191 make[3]: Leaving directory '/checkout/lib-src' #12 6.191 make -C nt bootstrap-clean #12 6.219 make[3]: Entering directory '/checkout/nt' #12 6.219 rm -f core *.o *.res #12 6.252 rm -f runemacs addpm cmdproxy ddeclient #12 6.267 rm -f TAGS Makefile *.rc #12 6.286 true #12 6.286 make[3]: Leaving directory '/checkout/nt' #12 6.286 make -C doc/emacs bootstrap-clean #12 6.353 make[3]: Entering directory '/checkout/doc/emacs' #12 6.353 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.353 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.377 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.427 rm -f Makefile #12 6.449 rm -f \ #12 6.449 ./../../info/emacs.info \ #12 6.449 ./../../info/emacs.info-[1-9] \ #12 6.449 ./../../info/emacs.info-[1-9][0-9] #12 6.476 rm -f ./emacsver.texi TAGS #12 6.506 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.519 make -C doc/misc bootstrap-clean #12 6.540 make[3]: Entering directory '/checkout/doc/misc' #12 6.540 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.540 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.540 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.578 rm -f gnustmp* #12 6.603 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.625 rm -f Makefile #12 6.647 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.647 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.647 rm -f \ #12 6.647 ./../../info/${file} \ #12 6.647 ./../../info/${file}-[1-9] \ #12 6.647 ./../../info/${file}-[1-9][0-9]; \ #12 6.647 done #12 8.972 rm -f ./modus-themes.texi ./org.texi #12 8.983 rm -f TAGS #12 8.995 make[3]: Leaving directory '/checkout/doc/misc' #12 8.996 make -C doc/lispref bootstrap-clean #12 9.018 make[3]: Entering directory '/checkout/doc/lispref' #12 9.018 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.018 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.075 rm -f elisp[12]* vol[12].tmp #12 9.087 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.112 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.134 rm -f Makefile #12 9.155 rm -f \ #12 9.155 ./../../info/elisp.info \ #12 9.155 ./../../info/elisp.info-[1-9] \ #12 9.155 ./../../info/elisp.info-[1-9][0-9] #12 9.196 rm -f TAGS #12 9.229 make[3]: Leaving directory '/checkout/doc/lispref' #12 9.229 make -C doc/lispintro bootstrap-clean #12 9.255 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.255 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.255 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.279 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.299 rm -f Makefile #12 9.316 rm -f \ #12 9.316 ./../../info/eintr.info \ #12 9.316 ./../../info/eintr.info-[1-9] #12 9.336 rm -f TAGS #12 9.376 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.376 make -C test bootstrap-clean #12 9.394 make[3]: Entering directory '/checkout/test' #12 10.01 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 11.17 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 11.23 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 11.24 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 11.24 src/emacs-module-resources/*.dll gmp.h #12 11.27 find . -name '*.elc' -delete #12 11.32 make[3]: Leaving directory '/checkout/test' #12 11.33 make -C java bootstrap-clean #12 11.72 make[3]: Entering directory '/checkout/java' #12 11.72 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 11.74 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 11.75 find . -name '*.class' -delete #12 11.76 rm -f Makefile ndk-build.mk #12 11.77 make[3]: Leaving directory '/checkout/java' #12 11.77 make -C cross bootstrap-clean #12 11.79 make[3]: Entering directory '/checkout/cross' #12 11.79 for dir in src lib-src lib etc; do \ #12 11.79 find $dir -type f -delete; \ #12 11.79 done #12 11.80 rm -rf lib/config.h lib-src/config.h #12 11.80 if test -f ndk-build/Makefile; then \ #12 11.80 make -C ndk-build clean; \ #12 11.80 fi #12 11.81 for dir in src lib-src lib etc; do \ #12 11.81 find $dir -type l -delete; \ #12 11.81 done #12 11.83 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.83 rm -rf ndk-build/ndk-build.mk Makefile #12 11.84 make[3]: Leaving directory '/checkout/cross' #12 11.84 make -C nextstep bootstrap-clean #12 11.86 make[3]: Entering directory '/checkout/nextstep' #12 11.86 rm -rf #12 11.88 rm -f Makefile #12 11.90 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.90 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.90 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.90 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 11.96 make[3]: Leaving directory '/checkout/nextstep' #12 11.96 make -C admin/charsets bootstrap-clean #12 12.00 make[3]: Entering directory '/checkout/admin/charsets' #12 12.00 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.00 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.01 make -C admin/unidata bootstrap-clean #12 12.02 make[3]: Entering directory '/checkout/admin/unidata' #12 12.12 rm -f ./*.elc unidata.txt #12 12.15 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.16 make -C leim bootstrap-clean #12 12.23 make[3]: Entering directory '/checkout/leim' #12 12.23 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 12.27 make[3]: Leaving directory '/checkout/leim' #12 12.27 make -C lisp bootstrap-clean #12 12.30 make[3]: Entering directory '/checkout/lisp' #12 12.73 find . -name '*.elc' -delete #12 12.78 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 12.82 make[3]: Leaving directory '/checkout/lisp' #12 12.82 make -C admin/grammars bootstrap-clean #12 12.84 make[3]: Entering directory '/checkout/admin/grammars' #12 12.84 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.84 make[3]: Leaving directory '/checkout/admin/grammars' #12 12.84 [ ! -f config.log ] || mv -f config.log config.log~ #12 12.98 rm -rf ./info #12 13.00 rm -f ./etc/refcards/emacsver.tex #12 13.04 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 13.04 rm -fr autom4te.cache config.cache #12 13.09 rm -f config.log ./doc/man/emacs.1 #12 13.13 make[2]: Leaving directory '/checkout' #12 13.13 cd . && ./autogen.sh autoconf #12 13.18 Checking whether you have the necessary tools... #12 13.18 (Read INSTALL.REPO for more details on building Emacs) #12 13.19 Checking for autoconf (need at least version 2.65) ... ok #12 13.43 Your system has the required tools. #12 13.50 Running 'autoreconf -fi -I m4' ... #12 55.55 Building 'aclocal.m4' in exec ... #12 55.55 Running 'autoreconf -fi' in exec ... #12 66.21 You can now run './autogen.sh git'. #12 66.21 make MAKEFILE_NAME=force-Makefile force-Makefile #12 66.23 make[2]: Entering directory '/checkout' #12 66.26 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 66.61 if [ -x ./config.status ]; then \ #12 66.61 ./config.status --recheck; \ #12 66.61 else \ #12 66.61 ./configure --cache-file=/dev/null; \ #12 66.61 fi #12 66.83 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-tree-sitter --no-create --no-recursion #12 67.94 checking for xcrun... no #12 67.96 checking for GNU Make... make #12 68.07 checking build system type... x86_64-pc-linux-gnu #12 68.61 checking host system type... x86_64-pc-linux-gnu #12 68.75 checking for gcc... gcc #12 69.13 checking whether the C compiler works... yes #12 69.71 checking for C compiler default output file name... a.out #12 69.71 checking for suffix of executables... #12 70.28 checking whether we are cross compiling... no #12 70.85 checking for suffix of object files... o #12 71.13 checking whether the compiler supports GNU C... yes #12 71.29 checking whether gcc accepts -g... yes #12 71.56 checking for gcc option to enable C11 features... none needed #12 72.09 checking whether the compiler is clang... no #12 72.25 checking for compiler option needed when checking for declarations... none #12 72.25 checking whether gcc and cc understand -c and -o together... yes #12 73.38 checking for stdio.h... yes #12 73.57 checking for stdlib.h... yes #12 73.97 checking for string.h... yes #12 74.28 checking for inttypes.h... yes #12 74.57 checking for stdint.h... yes #12 74.90 checking for strings.h... yes #12 75.28 checking for sys/stat.h... yes #12 75.57 checking for sys/types.h... yes #12 75.90 checking for unistd.h... yes #12 76.35 checking for wchar.h... yes #12 76.74 checking for minix/config.h... no #12 77.16 checking for linux/fs.h... yes #12 77.53 checking for malloc.h... yes #12 78.17 checking for sys/systeminfo.h... no #12 78.62 checking for sys/sysinfo.h... yes #12 78.93 checking for coff.h... no #12 79.15 checking for pty.h... yes #12 79.46 checking for sys/resource.h... yes #12 79.78 checking for sys/utsname.h... yes #12 80.14 checking for pwd.h... yes #12 80.45 checking for util.h... no #12 80.90 checking for sanitizer/lsan_interface.h... yes #12 81.33 checking for sanitizer/asan_interface.h... yes #12 81.63 checking for sanitizer/common_interface_defs.h... yes #12 82.00 checking for sys/socket.h... yes #12 82.45 checking for sys/param.h... yes #12 82.84 checking for pthread.h... yes #12 83.27 checking for malloc/malloc.h... no #12 83.64 checking for sys/un.h... yes #12 84.02 checking for vfork.h... no #12 84.38 checking for utmp.h... yes #12 84.67 checking for utmpx.h... yes #12 85.08 checking for OS.h... no #12 85.50 checking for dirent.h... yes #12 85.85 checking for execinfo.h... yes #12 86.18 checking for linux/xattr.h... yes #12 86.64 checking for stdio_ext.h... yes #12 86.98 checking for sys/vfs.h... yes #12 87.37 checking for sys/fs_types.h... no #12 87.72 checking for getopt.h... yes #12 88.02 checking for sys/cdefs.h... yes #12 88.33 checking for sys/time.h... yes #12 88.80 checking for ieee754.h... yes #12 89.23 checking for limits.h... yes #12 89.45 checking for sys/select.h... yes #12 89.73 checking for stdbool.h... yes #12 90.16 checking for stdckdint.h... no #12 90.53 checking for sys/random.h... yes #12 90.95 checking whether it is safe to define __EXTENSIONS__... yes #12 91.23 checking whether _XOPEN_SOURCE should be defined... no #12 91.46 checking how to run the C preprocessor... gcc -E #12 92.05 checking for grep that handles long lines and -e... /usr/bin/grep #12 92.10 checking for egrep... /usr/bin/grep -E #12 92.11 checking for Minix Amsterdam compiler... no #12 92.31 checking for ar... ar #12 92.31 checking for ranlib... ranlib #12 92.31 checking for gcc option to enable large file support... none needed #12 92.85 checking for gcc option for timestamps after 2038... none needed #12 93.21 checking for g++... g++ #12 93.52 checking whether the compiler supports GNU C++... yes #12 93.76 checking whether g++ accepts -g... yes #12 94.03 checking for g++ option to enable C++11 features... none needed #12 95.30 checking whether gcc accepts -g3 -O2... yes #12 95.55 checking whether the compiler is clang... no #12 95.92 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 96.19 checking whether -Wno-missing-field-initializers is needed... no #12 96.47 checking whether -Wuninitialized is supported... yes #12 96.83 checking whether C compiler handles -fstrict-flex-arrays... yes #12 97.26 checking whether C compiler handles -Wall... yes #12 97.87 checking whether C compiler handles -Warith-conversion... yes #12 98.34 checking whether C compiler handles -Wdate-time... yes #12 98.75 checking whether C compiler handles -Wdisabled-optimization... yes #12 99.38 checking whether C compiler handles -Wdouble-promotion... yes #12 100.2 checking whether C compiler handles -Wduplicated-cond... yes #12 100.7 checking whether C compiler handles -Wextra... yes #12 101.3 checking whether C compiler handles -Wformat-signedness... yes #12 101.8 checking whether C compiler handles -Winit-self... yes #12 102.4 checking whether C compiler handles -Winvalid-pch... yes #12 102.8 checking whether C compiler handles -Wlogical-op... yes #12 103.1 checking whether C compiler handles -Wmissing-declarations... yes #12 103.4 checking whether C compiler handles -Wmissing-include-dirs... yes #12 103.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 104.5 checking whether C compiler handles -Wnested-externs... yes #12 104.8 checking whether C compiler handles -Wnull-dereference... yes #12 105.1 checking whether C compiler handles -Wold-style-definition... yes #12 105.5 checking whether C compiler handles -Wopenmp-simd... yes #12 105.9 checking whether C compiler handles -Wpacked... yes #12 106.6 checking whether C compiler handles -Wpointer-arith... yes #12 107.3 checking whether C compiler handles -Wstrict-flex-arrays... yes #12 107.9 checking whether C compiler handles -Wstrict-prototypes... yes #12 108.5 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 108.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 109.3 checking whether C compiler handles -Wsuggest-final-methods... yes #12 109.8 checking whether C compiler handles -Wsuggest-final-types... yes #12 110.4 checking whether C compiler handles -Wtrampolines... yes #12 111.0 checking whether C compiler handles -Wuninitialized... yes #12 111.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 111.9 checking whether C compiler handles -Wunused-macros... yes #12 112.3 checking whether C compiler handles -Wvariadic-macros... yes #12 112.7 checking whether C compiler handles -Wvector-operation-performance... yes #12 113.0 checking whether C compiler handles -Wwrite-strings... yes #12 113.5 checking whether C compiler handles -Warray-bounds=2... yes #12 113.8 checking whether C compiler handles -Wattribute-alias=2... yes #12 114.3 checking whether C compiler handles -Wformat=2... yes #12 114.7 checking whether C compiler handles -Wformat-truncation=2... yes #12 115.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 115.7 checking whether C compiler handles -Wshift-overflow=2... yes #12 116.2 checking whether C compiler handles -Wuse-after-free=3... yes #12 116.6 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 117.1 checking whether C compiler handles -Wredundant-decls... yes #12 117.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 118.2 checking whether C compiler handles -Wno-override-init... yes #12 118.6 checking whether C compiler handles -Wno-sign-compare... yes #12 119.1 checking whether C compiler handles -Wno-type-limits... yes #12 119.8 checking whether C compiler handles -Wno-unused-parameter... yes #12 120.4 checking whether C compiler handles -Wno-format-nonliteral... yes #12 121.1 checking whether C compiler handles -Wno-bidi-chars... yes #12 121.8 checking for a BSD-compatible install... /usr/bin/install -c #12 122.0 checking command to symlink files in the same directory... ln -s #12 122.0 checking for install-info... : #12 122.0 checking for gzip... /usr/bin/gzip #12 122.0 checking for 'find' args to delete a file... -delete #12 122.1 checking for brew... no #12 123.0 checking for -znocombreloc... not needed #12 123.0 checking whether addresses are sanitized... no #12 123.1 checking for math library... -lm #12 125.4 checking for struct passwd.pw_gecos... yes #12 125.9 checking for pkg-config... /usr/bin/pkg-config #12 125.9 checking pkg-config is at least version 0.9.0... yes #12 126.0 checking for machine/soundcard.h... no #12 126.3 checking for sys/soundcard.h... yes #12 126.6 checking for soundcard.h... no #12 126.9 checking for mmsystem.h... no #12 127.3 checking for _oss_ioctl in -lossaudio... no #12 127.7 checking for alsa >= 1.0.0... no #12 127.8 checking for ADDR_NO_RANDOMIZE... yes #12 128.2 checking if Linux sysinfo may be used... yes #12 129.3 checking for sys/wait.h that is POSIX.1 compatible... yes #12 129.7 checking for net/if.h... yes #12 130.3 checking for ifaddrs.h... yes #12 131.0 checking for net/if_dl.h... no #12 131.5 checking for struct ifreq.ifr_flags... yes #12 132.1 checking for struct ifreq.ifr_hwaddr... yes #12 133.4 checking for struct ifreq.ifr_netmask... yes #12 134.6 checking for struct ifreq.ifr_broadaddr... yes #12 135.8 checking for struct ifreq.ifr_addr... yes #12 136.9 checking for struct ifreq.ifr_addr.sa_len... no #12 137.9 checking whether gcc understands -MMD -MF... yes #12 138.2 checking for gcc options needed to detect all undeclared functions... none needed #12 138.7 checking for X... no #12 139.4 checking for X... false #12 139.5 checking whether malloc is Doug Lea style... no #12 140.0 checking for sbrk... yes #12 140.6 checking for getpagesize... yes #12 141.3 checking for __lsan_ignore_object... no #12 142.2 checking for fork... yes #12 142.9 checking for vfork... yes #12 143.6 checking for fchmod... yes #12 144.1 checking for utmpname... yes #12 144.7 checking for utmpxname... yes #12 145.3 checking for canonicalize_file_name... yes #12 145.8 checking for realpath... yes #12 146.3 checking for lstat... yes #12 146.7 checking for fchmodat... yes #12 147.2 checking for lchmod... yes #12 147.8 checking for fcntl... yes #12 148.4 checking for fdopendir... yes #12 148.9 checking for listxattr... yes #12 149.3 checking for fstatat... yes #12 149.9 checking for fsync... yes #12 150.5 checking for gettimeofday... yes #12 150.9 checking for memset_explicit... no #12 151.6 checking for memset_s... no #12 152.2 checking for pselect... yes #12 152.9 checking for pthread_sigmask... yes #12 153.5 checking for readlink... yes #12 154.1 checking for isblank... yes #12 154.6 checking for iswctype... yes #12 155.1 checking for strtoimax... yes #12 155.6 checking for symlink... yes #12 156.2 checking for localtime_r... yes #12 156.7 checking for getdtablesize... yes #12 157.4 checking for working mmap... yes #12 158.5 checking for main in -lXbsd... no #12 158.9 checking for pthread library... none needed #12 159.9 checking for thread support... yes #12 159.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 160.4 checking for getaddrinfo_a in -lanl... yes #12 161.1 checking for malloc_trim... yes #12 161.8 checking for dbus-1 >= 1.0... yes #12 161.9 checking for dbus_watch_get_unix_fd... yes #12 162.7 checking for dbus_type_is_valid... yes #12 163.5 checking for dbus_validate_bus_name... yes #12 164.3 checking for dbus_validate_path... yes #12 165.0 checking for dbus_validate_interface... yes #12 165.7 checking for dbus_validate_member... yes #12 166.3 checking for lgetfilecon in -lselinux... no #12 166.8 checking for gnutls >= 2.12.2... yes #12 166.9 checking for libsystemd >= 222... no #12 167.0 checking for jansson >= 2.7... no #12 167.1 checking for tree-sitter >= 0.20.2... yes #12 167.1 checking for sys/inotify.h... yes #12 167.5 checking for inotify_init1... yes #12 168.3 checking for lcms2... no #12 168.4 checking for library containing inflateEnd... no #12 169.3 checking for dladdr... yes #12 169.9 checking for dlfunc... no #12 170.6 checking for gcc_jit_context_acquire in -lgccjit... no #12 171.1 checking for libgccjit.h... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 171.1 found. #12 171.1 Please try installing libgccjit or a similar package if you want to have it #12 171.1 enabled. #12 171.6 no #12 171.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 171.6 were not found. #12 171.6 Please try installing libgccjit-dev or a similar package if you want to have it #12 171.6 enabled. #12 171.6 checking for gpm.h... no #12 172.1 checking for libxml-2.0 > 2.6.17... no #12 172.2 checking for maillock in -lmail... no #12 172.6 checking for maillock in -llockfile... no #12 173.1 checking for liblockfile.so... no #12 173.1 checking for maillock.h... no #12 173.4 checking for linux/seccomp.h... yes #12 173.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 174.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 174.7 checking for linux/filter.h... yes #12 175.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 175.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 175.3 checking for libseccomp >= 2.5.2... no #12 175.4 checking size of long... 8 #12 176.3 checking for accept4... yes #12 177.1 checking for fchdir... yes #12 177.7 checking for gethostname... yes #12 178.6 checking for getrusage... yes #12 179.3 checking for get_current_dir_name... yes #12 179.9 checking for lrand48... yes #12 180.5 checking for random... yes #12 181.2 checking for rint... yes #12 182.2 checking for tcdrain... yes #12 182.6 checking for trunc... yes #12 183.3 checking for select... yes #12 184.1 checking for getpagesize... (cached) yes #12 184.1 checking for setlocale... yes #12 184.7 checking for newlocale... yes #12 185.4 checking for getrlimit... yes #12 186.1 checking for setrlimit... yes #12 186.8 checking for shutdown... yes #12 187.4 checking for pthread_sigmask... (cached) yes #12 187.4 checking for strsignal... yes #12 188.2 checking for setitimer... yes #12 188.9 checking for sendto... yes #12 189.4 checking for recvfrom... yes #12 189.6 checking for getsockname... yes #12 190.2 checking for getifaddrs... yes #12 190.8 checking for freeifaddrs... yes #12 191.4 checking for gai_strerror... yes #12 192.0 checking for sync... yes #12 192.6 checking for endpwent... yes #12 193.3 checking for getgrent... yes #12 194.0 checking for endgrent... yes #12 194.5 checking for renameat2... yes #12 195.0 checking for cfmakeraw... yes #12 195.5 checking for cfsetspeed... yes #12 196.1 checking for __executable_start... yes #12 196.7 checking for log2... yes #12 197.5 checking for pthread_setname_np... yes #12 198.2 checking for pthread_set_name_np... no #12 199.0 checking for getpwent... yes #12 199.6 checking whether pthread_setname_np takes a single argument... no #12 199.9 checking whether pthread_setname_np takes three arguments... no #12 200.4 checking for aligned_alloc... yes #12 201.0 checking whether aligned_alloc is declared... yes #12 201.6 checking for posix_madvise... yes #12 202.1 checking for madvise... yes #12 202.7 checking for __builtin_frame_address... yes #12 203.2 checking for __builtin_unwind_init... yes #12 203.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 204.3 checking for grantpt... yes #12 204.9 checking for getpt... yes #12 205.7 checking for posix_openpt... yes #12 206.3 checking for library containing tputs... -ltinfo #12 207.4 checking whether -ltinfo library defines BC... yes #12 208.0 checking for timerfd interface... yes #12 208.4 checking whether signals can be handled on alternate stack... yes #12 208.9 checking for valgrind/valgrind.h... no #12 209.5 checking for struct unipair.unicode... yes #12 209.9 checking for pid_t... yes #12 211.1 checking for working fork... yes #12 211.9 checking for working vfork... (cached) yes #12 211.9 checking for snprintf... yes #12 212.4 checking for open_memstream... yes #12 213.1 checking for spawn.h... yes #12 213.7 checking for posix_spawn... yes #12 214.4 checking for posix_spawn_file_actions_addchdir... no #12 215.1 checking for posix_spawn_file_actions_addchdir_np... yes #12 215.8 checking for posix_spawnattr_setflags... yes #12 216.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 217.0 checking whether GLib is linked in... no #12 217.2 checking for nl_langinfo and CODESET... yes #12 217.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 218.5 checking for mbstate_t... yes #12 219.0 checking for signals via characters... yes #12 219.5 checking for _setjmp... yes #12 220.2 checking for sigsetjmp... yes #12 220.9 checking POSIX termios... yes #12 221.8 checking size of speed_t... 4 #12 222.7 checking for usable FIONREAD... yes #12 223.2 checking for usable SIGIO... yes #12 223.7 checking for struct alignment... yes #12 224.0 checking for C/C++ restrict keyword... __restrict__ #12 224.4 checking for typeof syntax and keyword spelling... typeof #12 224.7 checking for statement expressions... yes #12 225.1 checking whether malloc (0) returns nonnull... yes #12 225.8 checking for sys/acl.h... yes #12 226.4 checking for library containing acl_get_file... -lacl #12 227.7 checking for acl_get_file... yes #12 228.3 checking for acl_get_fd... yes #12 228.9 checking for acl_set_file... yes #12 229.4 checking for acl_set_fd... yes #12 230.0 checking for acl_free... yes #12 230.7 checking for acl_from_mode... yes #12 231.2 checking for acl_from_text... yes #12 231.7 checking for acl_delete_def_file... yes #12 232.5 checking for acl_extended_file... yes #12 233.2 checking for acl_delete_fd_np... no #12 233.9 checking for acl_delete_file_np... no #12 234.8 checking for acl_copy_ext_native... no #12 235.7 checking for acl_create_entry_np... no #12 236.4 checking for acl_to_short_text... no #12 237.1 checking for acl_free_text... no #12 237.8 checking for working acl_get_file... yes #12 238.7 checking for acl/libacl.h... yes #12 239.0 checking for acl_entries... yes #12 239.5 checking for ACL_FIRST_ENTRY... yes #12 239.9 checking for ACL_TYPE_EXTENDED... no #12 240.1 checking for working alloca.h... yes #12 240.6 checking for alloca... yes #12 240.6 checking for a race-free mkdir -p... /usr/bin/mkdir -p #12 240.6 checking whether the preprocessor supports include_next... yes #12 241.1 checking whether source code line length is unlimited... yes #12 241.3 checking whether endutent is declared... yes #12 241.6 checking for struct utmpx.ut_user... yes #12 242.1 checking for struct utmp.ut_user... yes #12 242.8 checking for struct utmpx.ut_name... yes #12 243.4 checking for struct utmp.ut_name... yes #12 244.0 checking for struct utmpx.ut_type... yes #12 244.6 checking for struct utmp.ut_type... yes #12 245.2 checking for struct utmpx.ut_pid... yes #12 246.0 checking for struct utmp.ut_pid... yes #12 246.6 checking for struct utmp.ut_tv... yes #12 247.7 checking for struct utmpx.ut_host... yes #12 248.3 checking for struct utmp.ut_host... yes #12 249.0 checking for struct utmpx.ut_id... yes #12 249.7 checking for struct utmp.ut_id... yes #12 250.3 checking for struct utmpx.ut_session... yes #12 251.0 checking for struct utmp.ut_session... yes #12 251.6 checking for struct utmpx.ut_exit... yes #12 252.6 checking for struct utmp.ut_exit... yes #12 253.3 checking for struct utmpx.ut_exit.ut_exit... no #12 254.2 checking for struct utmpx.ut_exit.e_exit... yes #12 254.6 checking for struct utmp.ut_exit.e_exit... yes #12 255.3 checking for struct utmpx.ut_exit.ut_termination... no #12 256.2 checking for struct utmpx.ut_exit.e_termination... yes #12 256.8 checking for struct utmp.ut_exit.e_termination... yes #12 257.4 checking whether sysinfo is declared... yes #12 257.8 checking for sys/sysctl.h... no #12 258.2 checking for sysctl... no #12 258.9 checking whether lstat correctly handles trailing slash... yes #12 259.7 checking whether // is distinct from /... no #12 259.8 checking whether realpath works... yes #12 260.8 checking for faccessat... yes #12 261.4 checking for getcwd... yes #12 262.0 checking whether byte ordering is bigendian... no #12 263.1 checking if environ is properly declared... yes #12 263.5 checking for complete errno.h... yes #12 263.6 checking whether ctype.h defines __header_inline... no #12 263.8 checking for mode_t... yes #12 264.8 checking whether strmode is declared... no #12 265.3 checking whether getline is declared... yes #12 265.9 checking for gawk... no #12 265.9 checking for mawk... mawk #12 265.9 checking for getopt.h... (cached) yes #12 265.9 checking for getopt_long_only... yes #12 266.6 checking whether getopt is POSIX compatible... yes #12 268.9 checking for working GNU getopt function... yes #12 269.8 checking for working GNU getopt_long function... yes #12 270.7 checking whether timespec_get is declared... yes #12 271.1 checking for timespec_get... yes #12 271.8 checking for struct timeval... yes #12 272.2 checking for wide-enough struct timeval.tv_sec member... yes #12 272.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #12 272.9 checking whether limits.h has SSIZE_MAX... yes #12 273.2 checking whether the compiler produces multi-arch binaries... no #12 273.4 checking whether stdint.h conforms to C99... yes #12 274.9 checking whether stdint.h works without ISO C predefines... yes #12 275.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 275.8 checking whether memmem is declared... yes #12 276.4 checking whether memrchr is declared... yes #12 277.0 checking whether defines MIN and MAX... no #12 277.2 checking whether defines MIN and MAX... yes #12 277.6 checking whether time_t is signed... yes #12 277.9 checking whether alarm is declared... yes #12 278.4 checking for working mktime... yes #12 279.9 checking whether struct tm is in sys/time.h or time.h... time.h #12 280.2 checking for struct tm.tm_zone... yes #12 280.5 checking for struct tm.tm_gmtoff... yes #12 280.8 checking whether is self-contained... yes #12 282.0 checking for inline... inline #12 282.2 checking for sigset_t... yes #12 283.0 checking for volatile sig_atomic_t... yes #12 283.8 checking for sighandler_t... yes #12 284.5 checking for wchar_t... yes #12 284.7 checking for good max_align_t... yes #12 285.0 checking whether NULL can be used in arbitrary expressions... yes #12 285.2 checking for unreachable... no #12 285.8 checking whether fcloseall is declared... yes #12 286.3 checking whether getw is declared... yes #12 286.8 checking whether putw is declared... yes #12 287.3 checking which flavor of printf attribute matches inttypes macros... system #12 287.6 checking whether strnlen is declared... yes #12 288.3 checking whether strtoimax is declared... yes #12 289.0 checking whether stat file-mode macros are broken... no #12 289.3 checking for nlink_t... yes #12 290.0 checking for struct timespec in ... yes #12 290.5 checking for TIME_UTC in ... yes #12 290.9 checking whether execvpe is declared... yes #12 291.6 checking whether clearerr_unlocked is declared... yes #12 292.2 checking whether feof_unlocked is declared... yes #12 292.7 checking whether ferror_unlocked is declared... yes #12 293.2 checking whether fflush_unlocked is declared... yes #12 293.9 checking whether fgets_unlocked is declared... yes #12 294.5 checking whether fputc_unlocked is declared... yes #12 295.2 checking whether fputs_unlocked is declared... yes #12 295.7 checking whether fread_unlocked is declared... yes #12 296.1 checking whether fwrite_unlocked is declared... yes #12 296.6 checking whether getc_unlocked is declared... yes #12 296.9 checking whether getchar_unlocked is declared... yes #12 297.5 checking whether putc_unlocked is declared... yes #12 298.2 checking whether putchar_unlocked is declared... yes #12 298.7 checking type of array argument to getgroups... gid_t #12 299.5 checking whether getdelim is declared... yes #12 300.1 checking whether getdtablesize is declared... yes #12 300.7 checking whether malloc is ptrdiff_t safe... yes #12 301.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 301.0 checking for O_CLOEXEC... yes #12 301.4 checking for promoted mode_t type... mode_t #12 301.7 checking whether the utimes function works... yes #12 303.0 checking for C compiler option to allow warnings... -Wno-error #12 303.6 checking for alignas and alignof... yes, macros #12 304.2 checking for alloca as a compiler built-in... yes #12 304.3 checking for static_assert... yes, an macro #12 304.9 checking for __builtin_expect... yes #12 305.4 checking for byteswap.h... yes #12 305.9 checking for readlinkat... yes #12 306.5 checking for library containing clock_gettime... none required #12 307.0 checking for clock_getres... yes #12 307.5 checking for clock_gettime... yes #12 308.0 checking for clock_settime... yes #12 308.5 checking for copy_file_range... yes #12 309.1 checking for d_type member in directory struct... yes #12 309.7 checking whether // is distinct from /... (cached) no #12 309.7 checking whether dup2 works... yes #12 310.6 checking for library containing backtrace_symbols_fd... none required #12 311.1 checking for faccessat... (cached) yes #12 311.1 checking whether fchmodat works... yes #12 311.9 checking whether fcntl handles F_DUPFD correctly... yes #12 312.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 313.6 checking whether fdopendir is declared... yes #12 313.9 checking whether fdopendir works... yes #12 314.5 checking for flexible array member... yes #12 314.9 checking for __fpending... yes #12 315.5 checking whether __fpending is declared... yes #12 315.8 checking whether free is known to preserve errno... yes #12 316.2 checking whether fstatat (..., 0) works... yes #12 316.9 checking for sys/mount.h... yes #12 317.3 checking for statvfs function (SVR4)... yes #12 317.7 checking whether to use statvfs64... no #12 318.0 checking for two-argument statfs with statfs.f_frsize member... yes #12 318.9 checking for sys/fs/s5param.h... no #12 319.3 checking for sys/statfs.h... yes #12 319.8 checking for statfs that truncates block counts... no #12 319.9 checking for futimens... yes #12 323.1 checking whether futimens works... yes #12 327.1 checking for getline... yes #12 327.5 checking for working getline function... yes #12 328.0 checking for getloadavg... yes #12 328.5 checking for sys/loadavg.h... no #12 328.9 checking whether getloadavg is declared... yes #12 329.4 checking for getrandom... yes #12 329.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 330.3 checking for gettimeofday with POSIX signature... yes #12 330.5 checking whether the compiler supports the __inline keyword... yes #12 330.8 checking for gmp.h... yes #12 331.1 checking for library containing __gmpz_roinit_n... -lgmp #12 332.3 checking for memmem... yes #12 332.8 checking whether memmem works... yes #12 333.3 checking for mempcpy... yes #12 333.8 checking for memrchr... yes #12 334.1 checking for explicit_memset... no #12 334.5 checking for mkostemp... yes #12 334.9 checking for library containing nanosleep... none required #12 335.2 checking for working nanosleep... no (mishandles large arguments) #12 336.6 checking for sys/pstat.h... no #12 336.9 checking for sys/sysmp.h... no #12 337.2 checking for sys/param.h... (cached) yes #12 337.2 checking for sys/sysctl.h... (cached) no #12 337.2 checking for sched_getaffinity_np... no #12 337.8 checking for pstat_getdynamic... no #12 338.3 checking for sysmp... no #12 338.8 checking for sysctl... (cached) no #12 338.8 checking for sched_getaffinity... yes #12 339.3 checking for glibc compatible sched_getaffinity... yes #12 339.5 checking for pipe2... yes #12 339.9 checking whether signature of pselect conforms to POSIX... yes #12 340.5 checking whether pselect detects invalid fds... yes #12 340.9 checking whether pthread_sigmask is a macro... no #12 341.1 checking whether pthread_sigmask works without -lpthread... yes #12 341.5 checking whether pthread_sigmask returns error numbers... yes #12 342.0 checking whether pthread_sigmask unblocks signals correctly... no #12 344.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 345.3 checking whether readlink signature is correct... yes #12 345.6 checking whether readlink handles trailing slash correctly... yes #12 346.4 checking whether readlink truncates results correctly... yes #12 346.9 checking for readlinkat... (cached) yes #12 346.9 checking whether readlinkat signature is correct... yes #12 347.1 checking for working re_compile_pattern... yes #12 348.0 checking for sig2str... no #12 348.3 checking for sigdescr_np... yes #12 348.6 checking for socklen_t... yes #12 348.9 checking for ssize_t... yes #12 349.0 checking for struct stat.st_atim.tv_nsec... yes #12 349.2 checking whether struct stat.st_atim is of type struct timespec... yes #12 349.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 349.8 checking for struct stat.st_birthtimensec... no #12 350.1 checking for struct stat.st_birthtim.tv_nsec... no #12 350.5 checking for bool, true, false... no #12 350.6 checking for stpcpy... yes #12 350.9 checking for working strnlen... yes #12 351.3 checking whether strtoimax works... yes #12 351.6 checking whether symlink handles trailing slash correctly... yes #12 351.8 checking whether localtime_r is declared... yes #12 352.0 checking whether localtime_r is compatible with its POSIX signature... yes #12 352.2 checking whether localtime works even near extrema... yes #12 352.6 checking for timezone_t... no #12 352.7 checking for timegm... yes #12 353.0 checking whether timer_settime is declared... yes #12 353.2 checking for library containing timer_settime... none required #12 353.5 checking for timer_settime... yes #12 353.7 checking for utimensat... yes #12 354.0 checking whether utimensat works... yes #12 355.5 checking for variable-length arrays... yes #12 356.0 checking whether getdtablesize works... yes #12 358.3 checking for timer_getoverrun... yes #12 358.9 checking for gcc option to disable position independent executables... not needed #12 358.9 checking for __ctype_get_mb_cur_max... yes #12 359.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 360.1 #12 360.1 Configured for 'x86_64-pc-linux-gnu'. #12 360.1 #12 360.1 Where should the build process find the source code? . #12 360.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 360.1 Should Emacs use the GNU version of malloc? no #12 360.1 (The GNU allocators don't work with this system configuration.) #12 360.1 Should Emacs use a relocating allocator for buffers? no #12 360.1 Should Emacs use mmap(2) for buffer allocation? no #12 360.1 What window system should Emacs use? none #12 360.1 What toolkit should Emacs use? none #12 360.1 Where do we find X Windows header files? NONE #12 360.1 Where do we find X Windows libraries? NONE #12 360.1 Does Emacs use -lXaw3d? no #12 360.1 Is Emacs being built for Android? no #12 360.1 Does Emacs use the X Double Buffer Extension? no #12 360.1 Does Emacs use -lXpm? no #12 360.1 Does Emacs use -ljpeg? no #12 360.1 Does Emacs use -ltiff? no #12 360.1 Does Emacs use a gif library? no #12 360.1 Does Emacs use a png library? no #12 360.1 Does Emacs use -lrsvg-2? no #12 360.1 Does Emacs use -lwebp? no #12 360.1 Does Emacs use -lsqlite3? no #12 360.1 Does Emacs use cairo? no #12 360.1 Does Emacs use -llcms2? no #12 360.1 Does Emacs use imagemagick? no #12 360.1 Does Emacs use native APIs for images? no #12 360.1 Does Emacs support sound? yes #12 360.1 Does Emacs use -lgpm? no #12 360.1 Does Emacs use -ldbus? yes #12 360.1 Does Emacs use -lgconf? no #12 360.1 Does Emacs use GSettings? no #12 360.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 360.1 Does Emacs use access control lists? yes -lacl -lattr #12 360.1 Does Emacs use -lselinux? no #12 360.1 Does Emacs use -lgnutls? yes #12 360.1 Does Emacs use -lxml2? no #12 360.1 Does Emacs use -lfreetype? no #12 360.1 Does Emacs use HarfBuzz? no #12 360.1 Does Emacs use -lm17n-flt? no #12 360.1 Does Emacs use -lotf? no #12 360.1 Does Emacs use -lxft? no #12 360.1 Does Emacs use -lsystemd? no #12 360.1 Does Emacs use -ljansson? no #12 360.1 Does Emacs use -ltree-sitter? yes #12 360.1 Does Emacs use the GMP library? yes #12 360.1 Does Emacs directly use zlib? no #12 360.1 Does Emacs have dynamic modules support? yes #12 360.1 Does Emacs use toolkit scroll bars? no #12 360.1 Does Emacs support Xwidgets? no #12 360.1 Does Emacs have threading support in lisp? yes #12 360.1 Does Emacs support the portable dumper? yes #12 360.1 Does Emacs support legacy unexec dumping? no #12 360.1 Which dumping strategy does Emacs use? pdumper #12 360.1 Does Emacs have native lisp compiler? no #12 360.1 Does Emacs use version 2 of the X Input Extension? no #12 360.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 360.1 #12 360.1 #12 361.8 configure: creating ./config.status #12 362.5 configure: WARNING: This configuration installs a 'movemail' program #12 362.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 362.5 installed a 'movemail' program that retrieved POP3 email via only #12 362.5 insecure channels, a practice that is no longer recommended but that #12 362.5 you can continue to support by using './configure --with-pop'. #12 362.5 configure: You might want to install GNU Mailutils #12 362.5 and use './configure --with-mailutils'. #12 364.3 MAKE='make' ./config.status #12 364.7 config.status: creating src/verbose.mk #12 364.9 config.status: creating src/emacs-module.h #12 365.1 config.status: creating Makefile #12 365.2 config.status: creating lib/gnulib.mk #12 365.6 config.status: creating ./doc/man/emacs.1 #12 365.8 config.status: creating lib/Makefile #12 366.0 config.status: creating lib-src/Makefile #12 366.2 config.status: creating oldXMenu/Makefile #12 366.5 config.status: creating src/Makefile #12 366.7 config.status: creating lwlib/Makefile #12 366.9 config.status: creating nextstep/Makefile #12 367.2 config.status: creating nt/Makefile #12 367.5 config.status: creating doc/emacs/Makefile #12 367.6 config.status: creating doc/misc/Makefile #12 367.8 config.status: creating doc/lispintro/Makefile #12 368.0 config.status: creating doc/lispref/Makefile #12 368.2 config.status: creating lisp/Makefile #12 368.5 config.status: creating leim/Makefile #12 368.7 config.status: creating test/Makefile #12 368.9 config.status: creating test/manual/noverlay/Makefile #12 369.1 config.status: creating test/infra/Makefile #12 369.3 config.status: creating admin/charsets/Makefile #12 369.6 config.status: creating admin/unidata/Makefile #12 369.8 config.status: creating admin/grammars/Makefile #12 370.0 config.status: creating java/Makefile #12 370.2 config.status: creating cross/Makefile #12 370.4 config.status: creating java/AndroidManifest.xml #12 370.6 config.status: creating src/config.h #12 370.8 config.status: executing src/epaths.h commands #12 370.8 make[3]: Entering directory '/checkout' #12 371.0 make[3]: Leaving directory '/checkout' #12 371.0 config.status: executing src/.gdbinit commands #12 371.1 config.status: executing doc/emacs/emacsver.texi commands #12 371.1 config.status: executing etc-refcards-emacsver.tex commands #12 371.2 make[3]: Entering directory '/checkout' #12 371.3 make[3]: Leaving directory '/checkout' #12 371.3 make[2]: Leaving directory '/checkout' #12 371.3 make actual-all #12 371.4 make[2]: Entering directory '/checkout' #12 371.7 make -C lib all #12 371.9 make[3]: Entering directory '/checkout/lib' #12 371.9 GEN alloca.h #12 371.9 GEN dirent.h #12 372.0 GEN fcntl.h #12 372.1 GEN inttypes.h #12 372.2 GEN limits.h #12 372.2 GEN signal.h #12 372.3 GEN stdckdint.h #12 372.4 GEN stddef.h #12 372.4 GEN stdio.h #12 372.8 GEN stdlib.h #12 373.2 GEN string.h #12 373.6 GEN sys/random.h #12 373.7 GEN sys/select.h #12 373.8 GEN sys/stat.h #12 373.9 GEN sys/time.h #12 373.9 GEN sys/types.h #12 374.0 GEN time.h #12 374.0 GEN unistd.h #12 374.6 CC fingerprint.o #12 374.8 CC acl-errno-valid.o #12 375.2 CC acl-internal.o #12 375.8 CC get-permissions.o #12 376.5 CC set-permissions.o #12 377.1 CC allocator.o #12 377.3 CC binary-io.o #12 377.7 CC boot-time.o #12 378.8 CC c-ctype.o #12 379.3 CC c-strcasecmp.o #12 379.8 CC c-strncasecmp.o #12 380.2 CC careadlinkat.o #12 380.9 CC close-stream.o #12 381.3 CC copy-file-range.o #12 381.9 CC count-leading-zeros.o #12 382.3 CC count-one-bits.o #12 382.7 CC count-trailing-zeros.o #12 383.3 CC md5-stream.o #12 383.8 CC md5.o #12 385.6 CC sha1.o #12 388.8 CC sha256.o #12 395.4 CC sha512.o #12 403.8 CC dtoastr.o #12 404.5 CC dtotimespec.o #12 404.8 CC fcntl.o #12 405.4 CC file-has-acl.o #12 406.4 CC filemode.o #12 406.8 CC filevercmp.o #12 407.5 CC fsusage.o #12 407.8 CC gettime.o #12 408.2 CC memset_explicit.o #12 408.5 CC nanosleep.o #12 409.2 CC nproc.o #12 409.9 CC nstrftime.o #12 414.2 CC pipe2.o #12 414.9 CC pthread_sigmask.o #12 415.5 CC qcopy-acl.o #12 416.3 CC sig2str.o #12 417.1 CC stat-time.o #12 417.6 CC tempname.o #12 418.6 CC time_rz.o #12 419.6 CC timespec.o #12 420.0 CC timespec-add.o #12 420.2 CC timespec-sub.o #12 420.6 CC u64.o #12 420.8 CC unistd.o #12 421.2 CC openat-die.o #12 421.8 CC save-cwd.o #12 422.4 AR libgnu.a #12 423.2 make[3]: Leaving directory '/checkout/lib' #12 423.2 make -C lib-src all #12 423.2 make[3]: Entering directory '/checkout/lib-src' #12 423.2 CCLD etags #12 449.7 CCLD ctags #12 479.5 CCLD emacsclient #12 485.0 CCLD ebrowse #12 495.5 CCLD hexl #12 497.4 CC pop.o #12 497.6 CCLD movemail #12 499.1 CCLD make-docfile #12 505.5 CCLD make-fingerprint #12 507.0 make[3]: Leaving directory '/checkout/lib-src' #12 507.0 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 507.0 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 507.8 make[3]: Entering directory '/checkout/src' #12 507.8 GEN globals.h #12 508.5 CC dispnew.o #12 529.2 CC frame.o #12 546.8 CC scroll.o #12 551.0 CC xdisp.o #12 678.3 CC menu.o #12 684.3 CC window.o #12 724.3 CC charset.o #12 742.4 CC coding.o #12 823.6 CC category.o #12 827.1 CC ccl.o #12 843.1 CC character.o #12 851.3 CC chartab.o #12 864.0 CC bidi.o #12 876.3 CC cm.o #12 879.4 CC term.o #12 897.7 CC terminal.o #12 901.9 CC xfaces.o #12 929.9 CC dbusbind.o #12 950.0 CC emacs.o #12 960.8 CC keyboard.o #12 1021. CC macros.o #12 1024. CC keymap.o #12 1046. CC sysdep.o #12 1059. CC bignum.o #12 1063. CC buffer.o #12 1085. CC filelock.o #12 1089. CC insdel.o #12 1098. CC marker.o #12 1103. CC minibuf.o #12 1118. CC fileio.o #12 1144. CC dired.o #12 1150. CC cmds.o #12 1155. CC casetab.o #12 1158. CC casefiddle.o #12 1163. CC indent.o #12 1179. CC search.o #12 1198. CC regex-emacs.o #12 1242. CC undo.o #12 1245. CC alloc.o #12 1267. CC pdumper.o