Running with gitlab-runner 15.5.0 (0d4137b8)  on emba-dedicated-docker-runner or_peUvb section_start:1710374621:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1710374624:prepare_executor section_start:1710374624:prepare_script Preparing environment Running on runner-orpeuvb-project-1-concurrent-0 via emba-runner.gnu.org... section_end:1710374625:prepare_script section_start:1710374625:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out d95f2a88 as master... Skipping Git submodules setup section_end:1710374649:get_sources section_start:1710374649:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 4 Running: 2 Paused: 0 Stopped: 2 Images: 6 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp WARNING: You're not using the default seccomp profile Profile: builtin cgroupns Kernel Version: 5.15.0-100-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 1.918GiB Name: emba-runner.gnu.org ID: 9cb022b6-69bb-4171-b66e-0000ffc115ea Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No kernel memory limit support WARNING: No oom kill disable support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-d95f2a882d5f0587a8e02c5be6f0fd005d4a6a43/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 0.4s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.1s done #1 DONE 0.4s #3 [internal] load metadata for docker.io/library/debian:sid #3 DONE 6.3s #8 [emacs-tree-sitter 1/11] FROM docker.io/library/debian:sid@sha256:673f1... #8 DONE 0.0s #5 [internal] load build context #5 transferring context: 46.83kB 0.1s #5 transferring context: 16.20MB 5.5s #5 transferring context: 28.09MB 10.6s #5 transferring context: 102.22MB 15.7s #5 transferring context: 227.13MB 20.8s #5 transferring context: 352.78MB 25.9s #5 transferring context: 378.22MB 31.0s #5 transferring context: 397.81MB 36.0s #5 transferring context: 420.68MB 41.1s #5 transferring context: 454.24MB 46.3s #5 transferring context: 509.97MB 51.3s #5 transferring context: 522.48MB 52.3s done #5 DONE 52.7s #7 [emacs-tree-sitter 2/11] RUN apt-get update && apt-get install -y -... #7 CACHED #6 [emacs-tree-sitter 3/11] RUN apt-get update && apt-get install -y -... #6 CACHED #4 [emacs-tree-sitter 4/11] COPY . /checkout #4 DONE 76.5s #13 [emacs-tree-sitter 5/11] WORKDIR /checkout #13 DONE 5.3s #12 [emacs-tree-sitter 6/11] RUN ./autogen.sh autoconf #12 9.585 Checking whether you have the necessary tools... #12 9.585 (Read INSTALL.REPO for more details on building Emacs) #12 9.594 Checking for autoconf (need at least version 2.65) ... ok #12 9.763 Your system has the required tools. #12 9.858 Building aclocal.m4 ... #12 9.868 Running 'autoreconf -fi -I m4' ... #12 20.50 Building 'aclocal.m4' in exec ... #12 20.50 Running 'autoreconf -fi' in exec ... #12 23.36 You can now run './autogen.sh git'. #12 DONE 26.0s #11 [emacs-tree-sitter 7/11] RUN ./configure --with-tree-sitter #11 8.155 checking for xcrun... no #11 8.157 checking for GNU Make... make #11 8.206 checking build system type... x86_64-pc-linux-gnu #11 9.557 checking host system type... x86_64-pc-linux-gnu #11 9.581 checking for gcc... gcc #11 9.663 checking whether the C compiler works... yes #11 10.02 checking for C compiler default output file name... a.out #11 10.03 checking for suffix of executables... #11 10.15 checking whether we are cross compiling... no #11 10.52 checking for suffix of object files... o #11 10.59 checking whether the compiler supports GNU C... yes #11 10.66 checking whether gcc accepts -g... yes #11 10.91 checking for gcc option to enable C11 features... none needed #11 11.39 checking whether the compiler is clang... no #11 11.48 checking for compiler option needed when checking for declarations... none #11 11.48 checking whether gcc and cc understand -c and -o together... yes #11 11.77 checking for stdio.h... yes #11 11.82 checking for stdlib.h... yes #11 11.96 checking for string.h... yes #11 12.05 checking for inttypes.h... yes #11 12.14 checking for stdint.h... yes #11 12.22 checking for strings.h... yes #11 12.30 checking for sys/stat.h... yes #11 12.41 checking for sys/types.h... yes #11 12.49 checking for unistd.h... yes #11 12.72 checking for wchar.h... yes #11 12.82 checking for minix/config.h... no #11 12.92 checking for linux/fs.h... yes #11 13.10 checking for malloc.h... yes #11 13.18 checking for sys/systeminfo.h... no #11 13.27 checking for sys/sysinfo.h... yes #11 13.37 checking for coff.h... no #11 13.46 checking for pty.h... yes #11 13.58 checking for sys/resource.h... yes #11 13.68 checking for sys/utsname.h... yes #11 13.77 checking for pwd.h... yes #11 13.86 checking for util.h... no #11 13.95 checking for sanitizer/lsan_interface.h... yes #11 14.05 checking for sanitizer/asan_interface.h... yes #11 14.14 checking for sanitizer/common_interface_defs.h... yes #11 14.23 checking for sys/socket.h... yes #11 14.36 checking for sys/param.h... yes #11 14.62 checking for pthread.h... yes #11 14.73 checking for malloc/malloc.h... no #11 14.82 checking for sys/un.h... yes #11 14.92 checking for vfork.h... no #11 15.02 checking for utmp.h... yes #11 15.12 checking for utmpx.h... yes #11 15.21 checking for OS.h... no #11 15.32 checking for dirent.h... yes #11 15.42 checking for execinfo.h... yes #11 15.51 checking for linux/xattr.h... yes #11 15.60 checking for stdio_ext.h... yes #11 15.75 checking for sys/vfs.h... yes #11 15.85 checking for sys/fs_types.h... no #11 15.94 checking for getopt.h... yes #11 16.03 checking for sys/cdefs.h... yes #11 16.11 checking for sys/time.h... yes #11 16.19 checking for ieee754.h... yes #11 16.29 checking for limits.h... yes #11 16.37 checking for sys/select.h... yes #11 16.47 checking for stdbool.h... yes #11 16.56 checking for stdckdint.h... no #11 16.65 checking for sys/random.h... yes #11 16.75 checking whether it is safe to define __EXTENSIONS__... yes #11 16.85 checking whether _XOPEN_SOURCE should be defined... no #11 16.93 checking how to run the C preprocessor... gcc -E #11 17.44 checking for grep that handles long lines and -e... /usr/bin/grep #11 17.45 checking for egrep... /usr/bin/grep -E #11 17.46 checking for Minix Amsterdam compiler... no #11 17.49 checking for ar... ar #11 17.49 checking for ranlib... ranlib #11 17.50 checking for gcc option to enable large file support... none needed #11 17.63 checking for gcc option for timestamps after 2038... none needed #11 17.81 checking for g++... g++ #11 17.92 checking whether the compiler supports GNU C++... yes #11 20.08 checking whether g++ accepts -g... yes #11 20.15 checking for g++ option to enable C++11 features... none needed #11 20.94 checking whether gcc accepts -g3 -O2... yes #11 21.08 checking whether the compiler is clang... no #11 21.18 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 21.26 checking whether -Wno-missing-field-initializers is needed... no #11 21.33 checking whether -Wuninitialized is supported... yes #11 21.42 checking whether C compiler handles -fstrict-flex-arrays... yes #11 21.56 checking whether C compiler handles -Wall... yes #11 21.68 checking whether C compiler handles -Warith-conversion... yes #11 21.83 checking whether C compiler handles -Wdate-time... yes #11 21.96 checking whether C compiler handles -Wdisabled-optimization... yes #11 22.09 checking whether C compiler handles -Wdouble-promotion... yes #11 22.22 checking whether C compiler handles -Wduplicated-cond... yes #11 22.36 checking whether C compiler handles -Wextra... yes #11 22.50 checking whether C compiler handles -Wformat-signedness... yes #11 22.63 checking whether C compiler handles -Winit-self... yes #11 22.76 checking whether C compiler handles -Winvalid-pch... yes #11 22.88 checking whether C compiler handles -Wlogical-op... yes #11 23.01 checking whether C compiler handles -Wmissing-declarations... yes #11 23.13 checking whether C compiler handles -Wmissing-include-dirs... yes #11 23.26 checking whether C compiler handles -Wmissing-prototypes... yes #11 23.39 checking whether C compiler handles -Wnested-externs... yes #11 23.54 checking whether C compiler handles -Wnull-dereference... yes #11 23.68 checking whether C compiler handles -Wold-style-definition... yes #11 23.82 checking whether C compiler handles -Wopenmp-simd... yes #11 23.95 checking whether C compiler handles -Wpacked... yes #11 24.07 checking whether C compiler handles -Wpointer-arith... yes #11 24.21 checking whether C compiler handles -Wstrict-flex-arrays... yes #11 24.34 checking whether C compiler handles -Wstrict-prototypes... yes #11 24.48 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 24.65 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 24.79 checking whether C compiler handles -Wsuggest-final-methods... yes #11 24.92 checking whether C compiler handles -Wsuggest-final-types... yes #11 25.05 checking whether C compiler handles -Wtrampolines... yes #11 25.18 checking whether C compiler handles -Wuninitialized... yes #11 25.32 checking whether C compiler handles -Wunknown-pragmas... yes #11 25.47 checking whether C compiler handles -Wunused-macros... yes #11 25.64 checking whether C compiler handles -Wvariadic-macros... yes #11 25.79 checking whether C compiler handles -Wvector-operation-performance... yes #11 25.94 checking whether C compiler handles -Wwrite-strings... yes #11 26.09 checking whether C compiler handles -Warray-bounds=2... yes #11 26.23 checking whether C compiler handles -Wattribute-alias=2... yes #11 26.36 checking whether C compiler handles -Wformat=2... yes #11 26.49 checking whether C compiler handles -Wformat-truncation=2... yes #11 26.64 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 26.77 checking whether C compiler handles -Wshift-overflow=2... yes #11 26.91 checking whether C compiler handles -Wuse-after-free=3... yes #11 27.06 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 27.17 checking whether C compiler handles -Wredundant-decls... yes #11 27.29 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 27.42 checking whether C compiler handles -Wno-override-init... yes #11 27.57 checking whether C compiler handles -Wno-sign-compare... yes #11 27.70 checking whether C compiler handles -Wno-type-limits... yes #11 27.83 checking whether C compiler handles -Wno-unused-parameter... yes #11 27.95 checking whether C compiler handles -Wno-format-nonliteral... yes #11 28.10 checking whether C compiler handles -Wno-bidi-chars... yes #11 28.22 checking for a BSD-compatible install... /usr/bin/install -c #11 28.25 checking command to symlink files in the same directory... ln -s #11 28.26 checking for install-info... : #11 28.26 checking for gzip... /usr/bin/gzip #11 28.27 checking for 'find' args to delete a file... -delete #11 29.09 checking for brew... no #11 30.20 checking for -znocombreloc... not needed #11 30.20 checking whether addresses are sanitized... no #11 30.25 checking for math library... -lm #11 31.35 checking for struct passwd.pw_gecos... yes #11 31.44 checking for pkg-config... /usr/bin/pkg-config #11 31.44 checking pkg-config is at least version 0.9.0... yes #11 31.48 checking for machine/soundcard.h... no #11 31.55 checking for sys/soundcard.h... yes #11 31.66 checking for soundcard.h... no #11 31.73 checking for mmsystem.h... no #11 31.78 checking for _oss_ioctl in -lossaudio... no #11 31.89 checking for alsa >= 1.0.0... no #11 31.97 checking for ADDR_NO_RANDOMIZE... yes #11 32.05 checking if Linux sysinfo may be used... yes #11 32.26 checking for sys/wait.h that is POSIX.1 compatible... yes #11 32.37 checking for net/if.h... yes #11 32.51 checking for ifaddrs.h... yes #11 32.64 checking for net/if_dl.h... no #11 32.75 checking for struct ifreq.ifr_flags... yes #11 32.91 checking for struct ifreq.ifr_hwaddr... yes #11 33.21 checking for struct ifreq.ifr_netmask... yes #11 33.50 checking for struct ifreq.ifr_broadaddr... yes #11 33.77 checking for struct ifreq.ifr_addr... yes #11 34.07 checking for struct ifreq.ifr_addr.sa_len... no #11 34.31 checking whether gcc understands -MMD -MF... yes #11 34.39 checking for gcc options needed to detect all undeclared functions... none needed #11 34.53 checking for X... no #11 34.72 checking for X... false #11 34.72 checking whether malloc is Doug Lea style... no #11 34.83 checking for sbrk... yes #11 34.98 checking for getpagesize... yes #11 35.14 checking for __lsan_ignore_object... no #11 35.30 checking for fork... yes #11 35.46 checking for vfork... yes #11 35.60 checking for fchmod... yes #11 35.75 checking for utmpname... yes #11 35.90 checking for utmpxname... yes #11 36.07 checking for canonicalize_file_name... yes #11 36.22 checking for realpath... yes #11 36.38 checking for lstat... yes #11 36.53 checking for fchmodat... yes #11 36.67 checking for lchmod... yes #11 36.80 checking for fcntl... yes #11 36.96 checking for fdopendir... yes #11 37.12 checking for listxattr... yes #11 37.27 checking for fstatat... yes #11 37.48 checking for fsync... yes #11 37.63 checking for gettimeofday... yes #11 37.77 checking for memset_s... no #11 37.92 checking for pselect... yes #11 38.07 checking for pthread_sigmask... yes #11 38.21 checking for readlink... yes #11 38.36 checking for isblank... yes #11 38.51 checking for iswctype... yes #11 38.65 checking for strtoimax... yes #11 38.79 checking for symlink... yes #11 38.94 checking for localtime_r... yes #11 39.09 checking for getdtablesize... yes #11 39.24 checking for working mmap... yes #11 39.68 checking for main in -lXbsd... no #11 39.79 checking for pthread library... none needed #11 39.98 checking for thread support... yes #11 39.98 checking for sqlite3_open_v2 in -lsqlite3... no #11 40.10 checking for getaddrinfo_a in -lanl... yes #11 40.22 checking for malloc_trim... yes #11 40.38 checking for dbus-1 >= 1.0... yes #11 40.41 checking for dbus_watch_get_unix_fd... yes #11 40.67 checking for dbus_type_is_valid... yes #11 40.85 checking for dbus_validate_bus_name... yes #11 41.04 checking for dbus_validate_path... yes #11 41.21 checking for dbus_validate_interface... yes #11 41.38 checking for dbus_validate_member... yes #11 41.55 checking for lgetfilecon in -lselinux... no #11 41.65 checking for gnutls >= 2.12.2... yes #11 41.67 checking for libsystemd >= 222... no #11 41.70 checking for jansson >= 2.7... no #11 41.72 checking for tree-sitter >= 0.20.2... yes #11 41.75 checking for sys/inotify.h... yes #11 41.88 checking for inotify_init... yes #11 42.02 checking for inotify_init1... yes #11 42.23 checking for lcms2... no #11 42.26 checking for library containing inflateEnd... no #11 42.49 checking for dladdr... yes #11 42.64 checking for dlfunc... no #11 42.80 checking for gcc_jit_context_acquire in -lgccjit... no #11 42.92 checking for libgccjit.h... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 42.92 found. #11 42.92 Please try installing libgccjit or a similar package if you want to have it #11 42.92 enabled. #11 43.04 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 43.04 were not found. #11 43.04 Please try installing libgccjit-dev or a similar package if you want to have it #11 43.04 enabled. #11 43.04 no #11 43.04 checking for gpm.h... no #11 43.15 checking for libxml-2.0 > 2.6.17... no #11 43.17 checking for maillock in -lmail... no #11 43.27 checking for maillock in -llockfile... no #11 43.38 checking for liblockfile.so... no #11 43.38 checking for maillock.h... no #11 43.50 checking for linux/seccomp.h... yes #11 43.64 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 43.72 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 43.81 checking for linux/filter.h... yes #11 43.96 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 43.97 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 43.97 checking for libseccomp >= 2.5.2... no #11 43.99 checking size of long... 8 #11 44.22 checking for accept4... yes #11 44.36 checking for fchdir... yes #11 44.50 checking for gethostname... yes #11 44.64 checking for getrusage... yes #11 44.79 checking for get_current_dir_name... yes #11 44.93 checking for lrand48... yes #11 45.09 checking for random... yes #11 45.23 checking for rint... yes #11 45.40 checking for tcdrain... yes #11 45.55 checking for trunc... yes #11 45.73 checking for select... yes #11 45.88 checking for getpagesize... (cached) yes #11 45.88 checking for setlocale... yes #11 46.02 checking for newlocale... yes #11 46.18 checking for getrlimit... yes #11 46.33 checking for setrlimit... yes #11 46.46 checking for shutdown... yes #11 46.61 checking for pthread_sigmask... (cached) yes #11 46.61 checking for strsignal... yes #11 46.76 checking for setitimer... yes #11 46.92 checking for sendto... yes #11 47.06 checking for recvfrom... yes #11 47.21 checking for getsockname... yes #11 47.36 checking for getifaddrs... yes #11 47.52 checking for freeifaddrs... yes #11 47.66 checking for gai_strerror... yes #11 47.80 checking for sync... yes #11 47.94 checking for endpwent... yes #11 48.10 checking for getgrent... yes #11 48.26 checking for endgrent... yes #11 48.40 checking for cfmakeraw... yes #11 48.53 checking for cfsetspeed... yes #11 48.67 checking for __executable_start... yes #11 48.81 checking for log2... yes #11 48.99 checking for pthread_setname_np... yes #11 49.14 checking for pthread_set_name_np... no #11 49.30 checking for getpwent... yes #11 49.44 checking for renameat2... yes #11 49.60 checking whether pthread_setname_np takes a single argument... no #11 49.68 checking whether pthread_setname_np takes three arguments... no #11 49.77 checking for aligned_alloc... yes #11 49.94 checking whether aligned_alloc is declared... yes #11 50.05 checking for posix_madvise... yes #11 50.18 checking for madvise... yes #11 50.31 checking for __builtin_frame_address... yes #11 50.43 checking for __builtin_unwind_init... yes #11 50.56 checking for _LARGEFILE_SOURCE value needed for large files... no #11 50.71 checking for grantpt... yes #11 50.84 checking for getpt... yes #11 50.98 checking for posix_openpt... yes #11 51.12 checking for library containing tputs... -ltinfo #11 51.39 checking whether -ltinfo library defines BC... yes #11 51.52 checking for timerfd interface... yes #11 51.61 checking whether signals can be handled on alternate stack... yes #11 51.74 checking for valgrind/valgrind.h... no #11 51.84 checking for struct unipair.unicode... yes #11 51.92 checking for pid_t... yes #11 52.16 checking for working fork... yes #11 52.38 checking for working vfork... (cached) yes #11 52.38 checking for snprintf... yes #11 52.52 checking for open_memstream... yes #11 52.64 checking for spawn.h... yes #11 52.76 checking for posix_spawn... yes #11 52.89 checking for posix_spawn_file_actions_addchdir... no #11 53.03 checking for posix_spawn_file_actions_addchdir_np... yes #11 53.16 checking for posix_spawnattr_setflags... yes #11 53.30 checking whether POSIX_SPAWN_SETSID is declared... yes #11 53.40 checking whether GLib is linked in... no #11 53.46 checking for nl_langinfo and CODESET... yes #11 53.62 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 53.76 checking for mbstate_t... yes #11 53.91 checking for signals via characters... yes #11 54.02 checking for _setjmp... yes #11 54.15 checking for sigsetjmp... yes #11 54.28 checking POSIX termios... yes #11 54.43 checking size of speed_t... 4 #11 54.62 checking for usable FIONREAD... yes #11 54.72 checking for usable SIGIO... yes #11 54.83 checking for struct alignment... yes #11 54.90 checking for C/C++ restrict keyword... __restrict__ #11 54.98 checking for typeof syntax and keyword spelling... typeof #11 55.06 checking for statement expressions... yes #11 55.13 checking whether malloc (0) returns nonnull... yes #11 55.29 checking for sys/acl.h... yes #11 55.41 checking for library containing acl_get_file... -lacl #11 55.66 checking for acl_get_file... yes #11 55.80 checking for acl_get_fd... yes #11 55.94 checking for acl_set_file... yes #11 56.08 checking for acl_set_fd... yes #11 56.26 checking for acl_free... yes #11 56.39 checking for acl_from_mode... yes #11 56.53 checking for acl_from_text... yes #11 56.66 checking for acl_delete_def_file... yes #11 56.80 checking for acl_extended_file... yes #11 56.95 checking for acl_delete_fd_np... no #11 57.11 checking for acl_delete_file_np... no #11 57.27 checking for acl_copy_ext_native... no #11 57.42 checking for acl_create_entry_np... no #11 57.58 checking for acl_to_short_text... no #11 57.73 checking for acl_free_text... no #11 57.89 checking for working acl_get_file... yes #11 58.06 checking for acl/libacl.h... yes #11 58.21 checking for acl_entries... yes #11 58.34 checking for ACL_FIRST_ENTRY... yes #11 58.43 checking for ACL_TYPE_EXTENDED... no #11 58.50 checking for working alloca.h... yes #11 58.64 checking for alloca... yes #11 58.64 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 58.65 checking whether the preprocessor supports include_next... yes #11 58.75 checking whether source code line length is unlimited... yes #11 58.79 checking whether endutent is declared... yes #11 58.89 checking for struct utmpx.ut_user... yes #11 59.03 checking for struct utmp.ut_user... yes #11 59.17 checking for struct utmpx.ut_name... yes #11 59.32 checking for struct utmp.ut_name... yes #11 59.46 checking for struct utmpx.ut_type... yes #11 59.61 checking for struct utmp.ut_type... yes #11 59.75 checking for struct utmpx.ut_pid... yes #11 59.89 checking for struct utmp.ut_pid... yes #11 60.03 checking for struct utmp.ut_tv... yes #11 60.28 checking for struct utmpx.ut_host... yes #11 60.42 checking for struct utmp.ut_host... yes #11 60.56 checking for struct utmpx.ut_id... yes #11 60.70 checking for struct utmp.ut_id... yes #11 60.84 checking for struct utmpx.ut_session... yes #11 60.98 checking for struct utmp.ut_session... yes #11 61.12 checking for struct utmpx.ut_exit... yes #11 61.36 checking for struct utmp.ut_exit... yes #11 61.64 checking for struct utmpx.ut_exit.ut_exit... no #11 61.87 checking for struct utmpx.ut_exit.e_exit... yes #11 62.01 checking for struct utmp.ut_exit.e_exit... yes #11 62.15 checking for struct utmpx.ut_exit.ut_termination... no #11 62.37 checking for struct utmpx.ut_exit.e_termination... yes #11 62.51 checking for struct utmp.ut_exit.e_termination... yes #11 62.66 checking whether sysinfo is declared... yes #11 62.75 checking for sys/sysctl.h... no #11 62.86 checking for sysctl... no #11 63.02 checking whether lstat correctly handles trailing slash... yes #11 63.24 checking whether // is distinct from /... no #11 63.25 checking whether realpath works... yes #11 63.50 checking for faccessat... yes #11 63.64 checking for getcwd... yes #11 63.78 checking whether byte ordering is bigendian... no #11 64.03 checking if environ is properly declared... yes #11 64.12 checking for complete errno.h... yes #11 64.16 checking whether ctype.h defines __header_inline... no #11 64.21 checking for mode_t... yes #11 64.49 checking whether strmode is declared... no #11 64.61 checking whether getline is declared... yes #11 64.76 checking for gawk... no #11 64.77 checking for mawk... mawk #11 64.77 checking for getopt.h... (cached) yes #11 64.77 checking for getopt_long_only... yes #11 64.91 checking whether getopt is POSIX compatible... yes #11 65.47 checking for working GNU getopt function... yes #11 65.72 checking for working GNU getopt_long function... yes #11 65.87 checking whether timespec_get is declared... yes #11 65.96 checking for timespec_get... yes #11 66.10 checking for struct timeval... yes #11 66.19 checking for wide-enough struct timeval.tv_sec member... yes #11 66.28 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #11 66.36 checking whether limits.h has SSIZE_MAX... yes #11 66.43 checking whether the compiler produces multi-arch binaries... no #11 66.49 checking whether stdint.h conforms to C99... yes #11 66.85 checking whether stdint.h works without ISO C predefines... yes #11 66.97 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 67.10 checking whether memmem is declared... yes #11 67.25 checking whether memrchr is declared... yes #11 67.42 checking whether defines MIN and MAX... no #11 67.49 checking whether defines MIN and MAX... yes #11 67.60 checking whether time_t is signed... yes #11 67.69 checking whether alarm is declared... yes #11 67.85 checking for working mktime... yes #11 68.23 checking whether struct tm is in sys/time.h or time.h... time.h #11 68.32 checking for struct tm.tm_zone... yes #11 68.40 checking for struct tm.tm_gmtoff... yes #11 68.49 checking whether is self-contained... yes #11 68.77 checking for inline... inline #11 68.83 checking for sigset_t... yes #11 69.03 checking for volatile sig_atomic_t... yes #11 69.21 checking for sighandler_t... yes #11 69.38 checking for wchar_t... yes #11 69.45 checking for good max_align_t... yes #11 69.53 checking whether NULL can be used in arbitrary expressions... yes #11 69.60 checking for unreachable... no #11 69.74 checking whether fcloseall is declared... yes #11 69.88 checking whether getw is declared... yes #11 70.04 checking whether putw is declared... yes #11 70.19 checking which flavor of printf attribute matches inttypes macros... system #11 70.29 checking whether strnlen is declared... yes #11 70.44 checking whether strtoimax is declared... yes #11 70.59 checking whether stat file-mode macros are broken... no #11 70.67 checking for nlink_t... yes #11 70.86 checking for struct timespec in ... yes #11 70.97 checking for TIME_UTC in ... yes #11 71.09 checking whether execvpe is declared... yes #11 71.27 checking whether clearerr_unlocked is declared... yes #11 71.43 checking whether feof_unlocked is declared... yes #11 71.59 checking whether ferror_unlocked is declared... yes #11 71.73 checking whether fflush_unlocked is declared... yes #11 71.87 checking whether fgets_unlocked is declared... yes #11 72.01 checking whether fputc_unlocked is declared... yes #11 72.16 checking whether fputs_unlocked is declared... yes #11 72.31 checking whether fread_unlocked is declared... yes #11 72.46 checking whether fwrite_unlocked is declared... yes #11 72.62 checking whether getc_unlocked is declared... yes #11 72.77 checking whether getchar_unlocked is declared... yes #11 72.93 checking whether putc_unlocked is declared... yes #11 73.09 checking whether putchar_unlocked is declared... yes #11 73.23 checking type of array argument to getgroups... gid_t #11 73.45 checking whether getdelim is declared... yes #11 73.60 checking whether getdtablesize is declared... yes #11 73.74 checking whether malloc is ptrdiff_t safe... yes #11 73.82 checking whether malloc, realloc, calloc set errno on failure... yes #11 73.82 checking for O_CLOEXEC... yes #11 73.91 checking for promoted mode_t type... mode_t #11 73.97 checking whether the utimes function works... yes #11 74.24 checking for C compiler option to allow warnings... -Wno-error #11 74.39 checking for alignas and alignof... yes, macros #11 74.54 checking for alloca as a compiler built-in... yes #11 74.57 checking for static_assert... yes, an macro #11 74.70 checking for __builtin_expect... yes #11 74.82 checking for byteswap.h... yes #11 74.94 checking for readlinkat... yes #11 75.07 checking for library containing clock_gettime... none required #11 75.20 checking for clock_getres... yes #11 75.35 checking for clock_gettime... yes #11 75.50 checking for clock_settime... yes #11 75.63 checking for copy_file_range... yes #11 75.80 checking for d_type member in directory struct... yes #11 75.94 checking whether // is distinct from /... (cached) no #11 75.94 checking whether dup2 works... yes #11 76.13 checking for library containing backtrace_symbols_fd... none required #11 76.25 checking for faccessat... (cached) yes #11 76.25 checking whether fchmodat works... yes #11 76.49 checking whether fcntl handles F_DUPFD correctly... yes #11 76.69 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 76.92 checking whether fdopendir is declared... yes #11 77.01 checking whether fdopendir works... yes #11 77.18 checking for flexible array member... yes #11 77.29 checking for __fpending... yes #11 77.45 checking whether __fpending is declared... yes #11 77.55 checking whether free is known to preserve errno... yes #11 77.64 checking whether fstatat (..., 0) works... yes #11 77.80 checking for sys/mount.h... yes #11 77.95 checking for statvfs function (SVR4)... yes #11 78.09 checking whether to use statvfs64... no #11 78.16 checking for two-argument statfs with statfs.f_frsize member... yes #11 78.37 checking for sys/fs/s5param.h... no #11 78.50 checking for sys/statfs.h... yes #11 78.62 checking for statfs that truncates block counts... no #11 78.72 checking for futimens... yes #11 78.86 checking whether futimens works... yes #11 80.06 checking for getline... yes #11 80.21 checking for working getline function... yes #11 80.44 checking for getloadavg... yes #11 80.58 checking for sys/loadavg.h... no #11 80.70 checking whether getloadavg is declared... yes #11 80.80 checking for getrandom... yes #11 80.95 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 81.05 checking for gettimeofday with POSIX signature... yes #11 81.15 checking whether the compiler supports the __inline keyword... yes #11 81.22 checking for gmp.h... yes #11 81.37 checking for library containing __gmpz_roinit_n... -lgmp #11 81.64 checking for memmem... yes #11 81.79 checking whether memmem works... yes #11 81.95 checking for mempcpy... yes #11 82.13 checking for memrchr... yes #11 82.28 checking for memset_explicit... no #11 82.44 checking for explicit_memset... no #11 82.62 checking for mkostemp... yes #11 82.77 checking for library containing nanosleep... none required #11 82.91 checking for working nanosleep... no (mishandles large arguments) #11 84.11 checking for sys/pstat.h... no #11 84.22 checking for sys/sysmp.h... no #11 84.33 checking for sys/param.h... (cached) yes #11 84.33 checking for sys/sysctl.h... (cached) no #11 84.33 checking for sched_getaffinity_np... no #11 84.50 checking for pstat_getdynamic... no #11 84.69 checking for sysmp... no #11 84.85 checking for sysctl... (cached) no #11 84.85 checking for sched_getaffinity... yes #11 84.99 checking for glibc compatible sched_getaffinity... yes #11 85.07 checking for pipe2... yes #11 85.21 checking whether signature of pselect conforms to POSIX... yes #11 85.35 checking whether pselect detects invalid fds... yes #11 85.57 checking whether pthread_sigmask is a macro... no #11 85.64 checking whether pthread_sigmask works without -lpthread... yes #11 85.84 checking whether pthread_sigmask returns error numbers... yes #11 86.05 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 88.30 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 88.60 checking whether readlink signature is correct... yes #11 88.69 checking whether readlink handles trailing slash correctly... yes #11 88.85 checking whether readlink truncates results correctly... yes #11 89.03 checking for readlinkat... (cached) yes #11 89.03 checking whether readlinkat signature is correct... yes #11 89.13 checking for working re_compile_pattern... yes #11 89.50 checking for sig2str... no #11 89.65 checking for sigdescr_np... yes #11 89.78 checking for socklen_t... yes #11 89.96 checking for ssize_t... yes #11 90.06 checking for struct stat.st_atim.tv_nsec... yes #11 90.15 checking whether struct stat.st_atim is of type struct timespec... yes #11 90.26 checking for struct stat.st_birthtimespec.tv_nsec... no #11 90.41 checking for struct stat.st_birthtimensec... no #11 90.57 checking for struct stat.st_birthtim.tv_nsec... no #11 90.72 checking for bool, true, false... no #11 90.77 checking for stpcpy... yes #11 90.92 checking for working strnlen... yes #11 91.11 checking whether strtoimax works... yes #11 91.27 checking whether symlink handles trailing slash correctly... yes #11 91.45 checking whether localtime_r is declared... yes #11 91.55 checking whether localtime_r is compatible with its POSIX signature... yes #11 91.64 checking whether localtime works even near extrema... yes #11 91.83 checking for timezone_t... no #11 91.90 checking for timegm... yes #11 92.05 checking whether timer_settime is declared... yes #11 92.14 checking for library containing timer_settime... none required #11 92.28 checking for timer_settime... yes #11 92.44 checking for utimensat... yes #11 92.58 checking whether utimensat works... yes #11 93.78 checking for variable-length arrays... yes #11 93.91 checking whether getdtablesize works... yes #11 94.08 checking for timer_getoverrun... yes #11 94.22 checking for gcc option to disable position independent executables... not needed #11 94.23 checking for __ctype_get_mb_cur_max... yes #11 94.37 checking whether MB_CUR_MAX is defined to function that won't link... no #11 94.42 #11 94.42 Configured for 'x86_64-pc-linux-gnu'. #11 94.42 #11 94.42 Where should the build process find the source code? . #11 94.42 What compiler should emacs be built with? gcc -g3 -O2 #11 94.42 Should Emacs use the GNU version of malloc? no #11 94.42 (The GNU allocators don't work with this system configuration.) #11 94.42 Should Emacs use a relocating allocator for buffers? no #11 94.42 Should Emacs use mmap(2) for buffer allocation? no #11 94.42 What window system should Emacs use? none #11 94.42 What toolkit should Emacs use? none #11 94.42 Where do we find X Windows header files? NONE #11 94.42 Where do we find X Windows libraries? NONE #11 94.42 Does Emacs use -lXaw3d? no #11 94.42 Is Emacs being built for Android? no #11 94.42 Does Emacs use the X Double Buffer Extension? no #11 94.42 Does Emacs use -lXpm? no #11 94.42 Does Emacs use -ljpeg? no #11 94.42 Does Emacs use -ltiff? no #11 94.42 Does Emacs use a gif library? no #11 94.42 Does Emacs use a png library? no #11 94.42 Does Emacs use -lrsvg-2? no #11 94.42 Does Emacs use -lwebp? no #11 94.42 Does Emacs use -lsqlite3? no #11 94.42 Does Emacs use cairo? no #11 94.42 Does Emacs use -llcms2? no #11 94.42 Does Emacs use imagemagick? no #11 94.42 Does Emacs use native APIs for images? no #11 94.42 Does Emacs support sound? yes #11 94.42 Does Emacs use -lgpm? no #11 94.42 Does Emacs use -ldbus? yes #11 94.42 Does Emacs use -lgconf? no #11 94.42 Does Emacs use GSettings? no #11 94.42 Does Emacs use a file notification library? yes (inotify) #11 94.42 Does Emacs use access control lists? yes -lacl -lattr #11 94.42 Does Emacs use -lselinux? no #11 94.42 Does Emacs use -lgnutls? yes #11 94.42 Does Emacs use -lxml2? no #11 94.42 Does Emacs use -lfreetype? no #11 94.42 Does Emacs use HarfBuzz? no #11 94.42 Does Emacs use -lm17n-flt? no #11 94.42 Does Emacs use -lotf? no #11 94.42 Does Emacs use -lxft? no #11 94.42 Does Emacs use -lsystemd? no #11 94.42 Does Emacs use -ljansson? no #11 94.42 Does Emacs use -ltree-sitter? yes #11 94.42 Does Emacs use the GMP library? yes #11 94.42 Does Emacs directly use zlib? no #11 94.42 Does Emacs have dynamic modules support? yes #11 94.42 Does Emacs use toolkit scroll bars? no #11 94.42 Does Emacs support Xwidgets? no #11 94.42 Does Emacs have threading support in lisp? yes #11 94.42 Does Emacs support the portable dumper? yes #11 94.42 Does Emacs support legacy unexec dumping? no #11 94.42 Which dumping strategy does Emacs use? pdumper #11 94.42 Does Emacs have native lisp compiler? no #11 94.42 Does Emacs use version 2 of the X Input Extension? no #11 94.42 Does Emacs generate a smaller-size Japanese dictionary? no #11 94.42 #11 94.42 #11 94.79 configure: creating ./config.status #11 95.11 config.status: creating src/verbose.mk #11 95.15 config.status: creating src/emacs-module.h #11 95.20 config.status: creating Makefile #11 95.23 config.status: creating lib/gnulib.mk #11 95.29 config.status: creating ./doc/man/emacs.1 #11 95.33 config.status: creating lib/Makefile #11 95.38 config.status: creating lib-src/Makefile #11 95.43 config.status: creating oldXMenu/Makefile #11 95.47 config.status: creating src/Makefile #11 95.52 config.status: creating lwlib/Makefile #11 95.56 config.status: creating nextstep/Makefile #11 95.61 config.status: creating nt/Makefile #11 95.66 config.status: creating doc/emacs/Makefile #11 95.70 config.status: creating doc/misc/Makefile #11 95.75 config.status: creating doc/lispintro/Makefile #11 95.80 config.status: creating doc/lispref/Makefile #11 95.84 config.status: creating lisp/Makefile #11 95.90 config.status: creating leim/Makefile #11 95.96 config.status: creating test/Makefile #11 96.01 config.status: creating test/manual/noverlay/Makefile #11 96.06 config.status: creating test/infra/Makefile #11 96.11 config.status: creating admin/charsets/Makefile #11 96.15 config.status: creating admin/unidata/Makefile #11 96.19 config.status: creating admin/grammars/Makefile #11 96.23 config.status: creating java/Makefile #11 96.26 config.status: creating cross/Makefile #11 96.30 config.status: creating java/AndroidManifest.xml #11 96.35 config.status: creating src/config.h #11 96.39 config.status: executing src/epaths.h commands #11 96.46 config.status: executing src/.gdbinit commands #11 96.48 config.status: executing doc/emacs/emacsver.texi commands #11 96.50 config.status: executing etc-refcards-emacsver.tex commands #11 96.55 configure: WARNING: This configuration installs a 'movemail' program #11 96.55 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 96.55 installed a 'movemail' program that retrieved POP3 email via only #11 96.55 insecure channels, a practice that is no longer recommended but that #11 96.55 you can continue to support by using './configure --with-pop'. #11 96.55 configure: You might want to install GNU Mailutils #11 96.55 and use './configure --with-mailutils'. #11 DONE 97.4s #10 [emacs-tree-sitter 8/11] RUN make bootstrap #10 1.316 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #10 1.328 make[1]: Entering directory '/checkout' #10 1.430 make bootstrap-clean #10 1.439 make[2]: Entering directory '/checkout' #10 1.540 make -C src bootstrap-clean #10 1.553 make[3]: Entering directory '/checkout/src' #10 1.553 GEN /checkout/src/lisp.mk #10 1.848 rm -f android-emacs libemacs.so #10 1.854 rm -f temacs core ./*.core \#* ./*.o build-counter.c #10 1.860 rm -f dmpstruct.h #10 1.864 rm -f emacs.pdmp #10 1.869 rm -f ../etc/DOC #10 1.874 rm -f bootstrap-emacs bootstrap-emacs.pdmp #10 1.880 rm -f emacs-30.0.50 #10 1.884 rm -f buildobj.h #10 1.889 rm -f globals.h gl-stamp #10 1.893 rm -f ./*.res ./*.tmp #10 1.897 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #10 1.900 rm -f ../etc/DOC* #10 1.905 rm -f deps/* #10 1.908 rm -f emacs-module.h epaths.h config.h config.stamp #10 1.914 if test -f ./.gdbinit; then \ #10 1.914 mv ./.gdbinit ./.gdbinit.save; \ #10 1.914 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #10 1.914 else mv ./.gdbinit.save ./.gdbinit; fi; \ #10 1.914 fi #10 1.941 make[3]: Leaving directory '/checkout/src' #10 1.941 make -C oldXMenu bootstrap-clean #10 1.950 make[3]: Entering directory '/checkout/oldXMenu' #10 1.950 rm -f libXMenu11.a ./*.o deps/* #10 1.952 rm -f Makefile #10 1.954 rm -fr deps #10 1.955 make[3]: Leaving directory '/checkout/oldXMenu' #10 1.955 make -C lwlib bootstrap-clean #10 1.964 make[3]: Entering directory '/checkout/lwlib' #10 1.964 rm -f ./*.o liblw.a \#* deps/* #10 1.968 rm -f Makefile #10 1.970 rm -fr deps #10 1.971 rm -f TAGS #10 1.972 make[3]: Leaving directory '/checkout/lwlib' #10 1.973 make -C lib bootstrap-clean #10 2.060 make[3]: Entering directory '/checkout/lib' #10 2.060 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #10 2.070 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 #10 2.074 rm -f Makefile Makefile.android #10 2.078 rm -fr deps #10 2.082 make[3]: Leaving directory '/checkout/lib' #10 2.083 make -C lib-src bootstrap-clean #10 2.090 make[3]: Entering directory '/checkout/lib-src' #10 2.090 rm -f core ./*.o ./*.res #10 2.094 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #10 2.098 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #10 2.102 rm -f TAGS Makefile blessmail Makefile.android #10 2.106 make[3]: Leaving directory '/checkout/lib-src' #10 2.106 make -C nt bootstrap-clean #10 2.112 make[3]: Entering directory '/checkout/nt' #10 2.113 rm -f core *.o *.res #10 2.117 rm -f runemacs addpm cmdproxy ddeclient #10 2.119 rm -f TAGS Makefile *.rc #10 2.122 true #10 2.130 make[3]: Leaving directory '/checkout/nt' #10 2.131 make -C doc/emacs bootstrap-clean #10 2.139 make[3]: Entering directory '/checkout/doc/emacs' #10 2.139 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 2.139 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 2.150 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #10 2.159 rm -f Makefile #10 2.159 rm -f \ #10 2.159 ./../../info/emacs.info \ #10 2.159 ./../../info/emacs.info-[1-9] \ #10 2.159 ./../../info/emacs.info-[1-9][0-9] #10 2.163 rm -f ./emacsver.texi TAGS #10 2.168 make[3]: Leaving directory '/checkout/doc/emacs' #10 2.169 make -C doc/misc bootstrap-clean #10 2.176 make[3]: Entering directory '/checkout/doc/misc' #10 2.176 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #10 2.176 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #10 2.176 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #10 2.182 rm -f gnustmp* #10 2.186 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #10 2.191 rm -f Makefile #10 2.195 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 \ #10 2.195 file=`echo ${file} | sed 's/\.info$//'`.info; \ #10 2.195 rm -f \ #10 2.195 ./../../info/${file} \ #10 2.195 ./../../info/${file}-[1-9] \ #10 2.195 ./../../info/${file}-[1-9][0-9]; \ #10 2.195 done #10 2.565 rm -f ./modus-themes.texi ./org.texi #10 2.571 rm -f TAGS #10 2.574 make[3]: Leaving directory '/checkout/doc/misc' #10 2.575 make -C doc/lispref bootstrap-clean #10 2.582 make[3]: Entering directory '/checkout/doc/lispref' #10 2.582 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 2.582 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 2.589 rm -f elisp[12]* vol[12].tmp #10 2.593 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #10 2.597 rm -f vol[12].dvi vol[12].pdf vol[12].ps #10 2.602 rm -f Makefile #10 2.606 rm -f \ #10 2.606 ./../../info/elisp.info \ #10 2.606 ./../../info/elisp.info-[1-9] \ #10 2.606 ./../../info/elisp.info-[1-9][0-9] #10 2.610 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #10 2.614 rm -f TAGS #10 2.618 make[3]: Leaving directory '/checkout/doc/lispref' #10 2.619 make -C doc/lispintro bootstrap-clean #10 2.626 make[3]: Entering directory '/checkout/doc/lispintro' #10 2.626 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 2.626 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 2.631 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #10 2.636 rm -f Makefile #10 2.640 rm -f \ #10 2.640 ./../../info/eintr.info \ #10 2.640 ./../../info/eintr.info-[1-9] #10 2.645 rm -f TAGS #10 2.650 make[3]: Leaving directory '/checkout/doc/lispintro' #10 2.651 make -C test bootstrap-clean #10 2.657 make[3]: Entering directory '/checkout/test' #10 2.726 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #10 2.746 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #10 2.764 rm -f ./lisp/gnus/mml-sec-resources/random_seed #10 2.769 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #10 2.769 src/emacs-module-resources/*.dll gmp.h #10 2.773 find . -name '*.elc' -delete #10 2.789 make[3]: Leaving directory '/checkout/test' #10 2.790 make -C java bootstrap-clean #10 2.874 make[3]: Entering directory '/checkout/java' #10 2.874 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #10 2.879 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #10 2.882 find . -name '*.class' -delete #10 2.888 rm -f Makefile ndk-build.mk #10 2.893 make[3]: Leaving directory '/checkout/java' #10 2.893 make -C cross bootstrap-clean #10 2.902 make[3]: Entering directory '/checkout/cross' #10 2.902 for dir in src lib-src lib etc; do \ #10 2.902 find $dir -type f -delete; \ #10 2.902 done #10 2.917 rm -rf lib/config.h lib-src/config.h #10 2.919 if test -f ndk-build/Makefile; then \ #10 2.919 make -C ndk-build clean; \ #10 2.919 fi #10 2.921 for dir in src lib-src lib etc; do \ #10 2.921 find $dir -type l -delete; \ #10 2.921 done #10 2.934 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #10 2.936 rm -rf ndk-build/ndk-build.mk Makefile #10 2.938 make[3]: Leaving directory '/checkout/cross' #10 2.938 make -C nextstep bootstrap-clean #10 2.945 make[3]: Entering directory '/checkout/nextstep' #10 2.945 rm -rf #10 2.949 rm -f Makefile #10 2.952 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #10 2.952 GNUstep/Emacs.base/Resources/Emacs.desktop \ #10 2.952 Cocoa/Emacs.base/Contents/Info.plist \ #10 2.952 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #10 2.961 make[3]: Leaving directory '/checkout/nextstep' #10 2.962 make -C admin/charsets bootstrap-clean #10 2.972 make[3]: Entering directory '/checkout/admin/charsets' #10 2.972 make[3]: Nothing to be done for 'bootstrap-clean'. #10 2.972 make[3]: Leaving directory '/checkout/admin/charsets' #10 2.973 make -C admin/unidata bootstrap-clean #10 2.979 make[3]: Entering directory '/checkout/admin/unidata' #10 3.000 rm -f ./*.elc unidata.txt #10 3.004 make[3]: Leaving directory '/checkout/admin/unidata' #10 3.005 make -C leim bootstrap-clean #10 3.012 make[3]: Entering directory '/checkout/leim' #10 3.012 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 #10 3.017 make[3]: Leaving directory '/checkout/leim' #10 3.018 make -C lisp bootstrap-clean #10 3.024 make[3]: Entering directory '/checkout/lisp' #10 3.049 find . -name '*.elc' -delete #10 3.058 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #10 3.062 make[3]: Leaving directory '/checkout/lisp' #10 3.063 make -C admin/grammars bootstrap-clean #10 3.070 make[3]: Entering directory '/checkout/admin/grammars' #10 3.071 make[3]: Nothing to be done for 'bootstrap-clean'. #10 3.071 make[3]: Leaving directory '/checkout/admin/grammars' #10 3.072 [ ! -f config.log ] || mv -f config.log config.log~ #10 3.238 rm -rf ./info #10 3.244 rm -f ./etc/refcards/emacsver.tex #10 3.249 rm -rf native-lisp/ lisp/leim/ja-dic/ #10 3.253 rm -fr autom4te.cache config.cache #10 3.257 rm -f config.log ./doc/man/emacs.1 #10 3.262 make[2]: Leaving directory '/checkout' #10 3.263 cd . && ./autogen.sh autoconf #10 3.273 Checking whether you have the necessary tools... #10 3.273 (Read INSTALL.REPO for more details on building Emacs) #10 3.279 Checking for autoconf (need at least version 2.65) ... ok #10 3.330 Your system has the required tools. #10 3.365 Running 'autoreconf -fi -I m4' ... #10 13.38 Building 'aclocal.m4' in exec ... #10 13.38 Running 'autoreconf -fi' in exec ... #10 15.72 You can now run './autogen.sh git'. #10 15.72 make MAKEFILE_NAME=force-Makefile force-Makefile #10 15.73 make[2]: Entering directory '/checkout' #10 15.74 make[2]: *** No rule to make target 'echo-sources'. Stop. #10 15.82 if [ -x ./config.status ]; then \ #10 15.82 ./config.status --recheck; \ #10 15.82 else \ #10 15.82 ./configure --cache-file=/dev/null; \ #10 15.82 fi #10 15.88 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-tree-sitter --no-create --no-recursion #10 16.08 checking for xcrun... no #10 16.08 checking for GNU Make... make #10 16.10 checking build system type... x86_64-pc-linux-gnu #10 16.24 checking host system type... x86_64-pc-linux-gnu #10 16.26 checking for gcc... gcc #10 16.34 checking whether the C compiler works... yes #10 16.46 checking for C compiler default output file name... a.out #10 16.46 checking for suffix of executables... #10 16.57 checking whether we are cross compiling... no #10 16.69 checking for suffix of object files... o #10 16.74 checking whether the compiler supports GNU C... yes #10 16.80 checking whether gcc accepts -g... yes #10 16.86 checking for gcc option to enable C11 features... none needed #10 17.00 checking whether the compiler is clang... no #10 17.06 checking for compiler option needed when checking for declarations... none #10 17.06 checking whether gcc and cc understand -c and -o together... yes #10 17.30 checking for stdio.h... yes #10 17.36 checking for stdlib.h... yes #10 17.43 checking for string.h... yes #10 17.51 checking for inttypes.h... yes #10 17.58 checking for stdint.h... yes #10 17.65 checking for strings.h... yes #10 17.73 checking for sys/stat.h... yes #10 17.81 checking for sys/types.h... yes #10 17.91 checking for unistd.h... yes #10 18.01 checking for wchar.h... yes #10 18.11 checking for minix/config.h... no #10 18.20 checking for linux/fs.h... yes #10 18.29 checking for malloc.h... yes #10 18.38 checking for sys/systeminfo.h... no #10 18.48 checking for sys/sysinfo.h... yes #10 18.57 checking for coff.h... no #10 18.67 checking for pty.h... yes #10 18.77 checking for sys/resource.h... yes #10 18.86 checking for sys/utsname.h... yes #10 18.96 checking for pwd.h... yes #10 19.04 checking for util.h... no #10 19.15 checking for sanitizer/lsan_interface.h... yes #10 19.24 checking for sanitizer/asan_interface.h... yes #10 19.34 checking for sanitizer/common_interface_defs.h... yes #10 19.42 checking for sys/socket.h... yes #10 19.51 checking for sys/param.h... yes #10 19.60 checking for pthread.h... yes #10 19.70 checking for malloc/malloc.h... no #10 19.79 checking for sys/un.h... yes #10 19.87 checking for vfork.h... no #10 19.96 checking for utmp.h... yes #10 20.04 checking for utmpx.h... yes #10 20.13 checking for OS.h... no #10 20.22 checking for dirent.h... yes #10 20.32 checking for execinfo.h... yes #10 20.39 checking for linux/xattr.h... yes #10 20.48 checking for stdio_ext.h... yes #10 20.56 checking for sys/vfs.h... yes #10 20.64 checking for sys/fs_types.h... no #10 20.73 checking for getopt.h... yes #10 20.81 checking for sys/cdefs.h... yes #10 20.92 checking for sys/time.h... yes #10 21.01 checking for ieee754.h... yes #10 21.10 checking for limits.h... yes #10 21.21 checking for sys/select.h... yes #10 21.30 checking for stdbool.h... yes #10 21.39 checking for stdckdint.h... no #10 21.48 checking for sys/random.h... yes #10 21.58 checking whether it is safe to define __EXTENSIONS__... yes #10 21.69 checking whether _XOPEN_SOURCE should be defined... no #10 21.77 checking how to run the C preprocessor... gcc -E #10 21.93 checking for grep that handles long lines and -e... /usr/bin/grep #10 21.93 checking for egrep... /usr/bin/grep -E #10 21.94 checking for Minix Amsterdam compiler... no #10 21.97 checking for ar... ar #10 21.98 checking for ranlib... ranlib #10 21.98 checking for gcc option to enable large file support... none needed #10 22.12 checking for gcc option for timestamps after 2038... none needed #10 22.19 checking for g++... g++ #10 22.27 checking whether the compiler supports GNU C++... yes #10 22.34 checking whether g++ accepts -g... yes #10 22.42 checking for g++ option to enable C++11 features... none needed #10 22.66 checking whether gcc accepts -g3 -O2... yes #10 22.77 checking whether the compiler is clang... no #10 22.86 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 22.95 checking whether -Wno-missing-field-initializers is needed... no #10 23.03 checking whether -Wuninitialized is supported... yes #10 23.11 checking whether C compiler handles -fstrict-flex-arrays... yes #10 23.24 checking whether C compiler handles -Wall... yes #10 23.39 checking whether C compiler handles -Warith-conversion... yes #10 23.52 checking whether C compiler handles -Wdate-time... yes #10 23.65 checking whether C compiler handles -Wdisabled-optimization... yes #10 23.77 checking whether C compiler handles -Wdouble-promotion... yes #10 23.91 checking whether C compiler handles -Wduplicated-cond... yes #10 24.04 checking whether C compiler handles -Wextra... yes #10 24.18 checking whether C compiler handles -Wformat-signedness... yes #10 24.31 checking whether C compiler handles -Winit-self... yes #10 24.44 checking whether C compiler handles -Winvalid-pch... yes #10 24.57 checking whether C compiler handles -Wlogical-op... yes #10 24.70 checking whether C compiler handles -Wmissing-declarations... yes #10 24.83 checking whether C compiler handles -Wmissing-include-dirs... yes #10 24.95 checking whether C compiler handles -Wmissing-prototypes... yes #10 25.09 checking whether C compiler handles -Wnested-externs... yes #10 25.23 checking whether C compiler handles -Wnull-dereference... yes #10 25.37 checking whether C compiler handles -Wold-style-definition... yes #10 25.49 checking whether C compiler handles -Wopenmp-simd... yes #10 25.62 checking whether C compiler handles -Wpacked... yes #10 25.75 checking whether C compiler handles -Wpointer-arith... yes #10 25.88 checking whether C compiler handles -Wstrict-flex-arrays... yes #10 26.01 checking whether C compiler handles -Wstrict-prototypes... yes #10 26.13 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 26.25 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 26.38 checking whether C compiler handles -Wsuggest-final-methods... yes #10 26.50 checking whether C compiler handles -Wsuggest-final-types... yes #10 26.64 checking whether C compiler handles -Wtrampolines... yes #10 26.77 checking whether C compiler handles -Wuninitialized... yes #10 26.90 checking whether C compiler handles -Wunknown-pragmas... yes #10 27.02 checking whether C compiler handles -Wunused-macros... yes #10 27.15 checking whether C compiler handles -Wvariadic-macros... yes #10 27.29 checking whether C compiler handles -Wvector-operation-performance... yes #10 27.41 checking whether C compiler handles -Wwrite-strings... yes #10 27.54 checking whether C compiler handles -Warray-bounds=2... yes #10 27.67 checking whether C compiler handles -Wattribute-alias=2... yes #10 27.79 checking whether C compiler handles -Wformat=2... yes #10 27.91 checking whether C compiler handles -Wformat-truncation=2... yes #10 28.05 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 28.17 checking whether C compiler handles -Wshift-overflow=2... yes #10 28.30 checking whether C compiler handles -Wuse-after-free=3... yes #10 28.43 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 28.56 checking whether C compiler handles -Wredundant-decls... yes #10 28.67 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 28.80 checking whether C compiler handles -Wno-override-init... yes #10 28.92 checking whether C compiler handles -Wno-sign-compare... yes #10 29.05 checking whether C compiler handles -Wno-type-limits... yes #10 29.18 checking whether C compiler handles -Wno-unused-parameter... yes #10 29.30 checking whether C compiler handles -Wno-format-nonliteral... yes #10 29.43 checking whether C compiler handles -Wno-bidi-chars... yes #10 29.57 checking for a BSD-compatible install... /usr/bin/install -c #10 29.59 checking command to symlink files in the same directory... ln -s #10 29.61 checking for install-info... : #10 29.61 checking for gzip... /usr/bin/gzip #10 29.61 checking for 'find' args to delete a file... -delete #10 29.62 checking for brew... no #10 29.81 checking for -znocombreloc... not needed #10 29.81 checking whether addresses are sanitized... no #10 29.87 checking for math library... -lm #10 30.42 checking for struct passwd.pw_gecos... yes #10 30.50 checking for pkg-config... /usr/bin/pkg-config #10 30.50 checking pkg-config is at least version 0.9.0... yes #10 30.51 checking for machine/soundcard.h... no #10 30.57 checking for sys/soundcard.h... yes #10 30.67 checking for soundcard.h... no #10 30.73 checking for mmsystem.h... no #10 30.80 checking for _oss_ioctl in -lossaudio... no #10 30.91 checking for alsa >= 1.0.0... no #10 30.94 checking for ADDR_NO_RANDOMIZE... yes #10 31.02 checking if Linux sysinfo may be used... yes #10 31.22 checking for sys/wait.h that is POSIX.1 compatible... yes #10 31.34 checking for net/if.h... yes #10 31.47 checking for ifaddrs.h... yes #10 31.61 checking for net/if_dl.h... no #10 31.71 checking for struct ifreq.ifr_flags... yes #10 31.87 checking for struct ifreq.ifr_hwaddr... yes #10 32.12 checking for struct ifreq.ifr_netmask... yes #10 32.38 checking for struct ifreq.ifr_broadaddr... yes #10 32.66 checking for struct ifreq.ifr_addr... yes #10 32.92 checking for struct ifreq.ifr_addr.sa_len... no #10 33.17 checking whether gcc understands -MMD -MF... yes #10 33.25 checking for gcc options needed to detect all undeclared functions... none needed #10 33.40 checking for X... no #10 33.63 checking for X... false #10 33.63 checking whether malloc is Doug Lea style... no #10 33.76 checking for sbrk... yes #10 33.93 checking for getpagesize... yes #10 34.08 checking for __lsan_ignore_object... no #10 34.24 checking for fork... yes #10 34.38 checking for vfork... yes #10 34.52 checking for fchmod... yes #10 34.67 checking for utmpname... yes #10 34.81 checking for utmpxname... yes #10 34.95 checking for canonicalize_file_name... yes #10 35.09 checking for realpath... yes #10 35.23 checking for lstat... yes #10 35.36 checking for fchmodat... yes #10 35.49 checking for lchmod... yes #10 35.62 checking for fcntl... yes #10 35.75 checking for fdopendir... yes #10 35.89 checking for listxattr... yes #10 36.03 checking for fstatat... yes #10 36.16 checking for fsync... yes #10 36.28 checking for gettimeofday... yes #10 36.41 checking for memset_s... no #10 36.55 checking for pselect... yes #10 36.67 checking for pthread_sigmask... yes #10 36.79 checking for readlink... yes #10 36.93 checking for isblank... yes #10 37.06 checking for iswctype... yes #10 37.19 checking for strtoimax... yes #10 37.31 checking for symlink... yes #10 37.44 checking for localtime_r... yes #10 37.57 checking for getdtablesize... yes #10 37.69 checking for working mmap... yes #10 37.96 checking for main in -lXbsd... no #10 38.05 checking for pthread library... none needed #10 38.23 checking for thread support... yes #10 38.23 checking for sqlite3_open_v2 in -lsqlite3... no #10 38.33 checking for getaddrinfo_a in -lanl... yes #10 38.45 checking for malloc_trim... yes #10 38.59 checking for dbus-1 >= 1.0... yes #10 38.61 checking for dbus_watch_get_unix_fd... yes #10 38.77 checking for dbus_type_is_valid... yes #10 38.93 checking for dbus_validate_bus_name... yes #10 39.10 checking for dbus_validate_path... yes #10 39.27 checking for dbus_validate_interface... yes #10 39.45 checking for dbus_validate_member... yes #10 39.63 checking for lgetfilecon in -lselinux... no #10 39.73 checking for gnutls >= 2.12.2... yes #10 39.76 checking for libsystemd >= 222... no #10 39.79 checking for jansson >= 2.7... no #10 39.82 checking for tree-sitter >= 0.20.2... yes #10 39.84 checking for sys/inotify.h... yes #10 39.96 checking for inotify_init... yes #10 40.09 checking for inotify_init1... yes #10 40.30 checking for lcms2... no #10 40.32 checking for library containing inflateEnd... no #10 40.56 checking for dladdr... yes #10 40.69 checking for dlfunc... no #10 40.86 checking for gcc_jit_context_acquire in -lgccjit... no #10 40.96 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #10 40.96 found. #10 40.96 Please try installing libgccjit or a similar package if you want to have it #10 40.96 enabled. #10 40.96 checking for libgccjit.h... no #10 41.06 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #10 41.06 were not found. #10 41.06 Please try installing libgccjit-dev or a similar package if you want to have it #10 41.06 enabled. #10 41.06 checking for gpm.h... no #10 41.17 checking for libxml-2.0 > 2.6.17... no #10 41.19 checking for maillock in -lmail... no #10 41.29 checking for maillock in -llockfile... no #10 41.39 checking for liblockfile.so... no #10 41.39 checking for maillock.h... no #10 41.50 checking for linux/seccomp.h... yes #10 41.64 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 41.72 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 41.81 checking for linux/filter.h... yes #10 41.95 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 41.96 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 41.96 checking for libseccomp >= 2.5.2... no #10 41.98 checking size of long... 8 #10 42.19 checking for accept4... yes #10 42.34 checking for fchdir... yes #10 42.49 checking for gethostname... yes #10 42.65 checking for getrusage... yes #10 42.81 checking for get_current_dir_name... yes #10 42.96 checking for lrand48... yes #10 43.10 checking for random... yes #10 43.26 checking for rint... yes #10 43.43 checking for tcdrain... yes #10 43.56 checking for trunc... yes #10 43.73 checking for select... yes #10 43.87 checking for getpagesize... (cached) yes #10 43.88 checking for setlocale... yes #10 44.03 checking for newlocale... yes #10 44.20 checking for getrlimit... yes #10 44.37 checking for setrlimit... yes #10 44.52 checking for shutdown... yes #10 44.68 checking for pthread_sigmask... (cached) yes #10 44.68 checking for strsignal... yes #10 44.84 checking for setitimer... yes #10 44.99 checking for sendto... yes #10 45.15 checking for recvfrom... yes #10 45.30 checking for getsockname... yes #10 45.45 checking for getifaddrs... yes #10 45.60 checking for freeifaddrs... yes #10 45.74 checking for gai_strerror... yes #10 45.89 checking for sync... yes #10 46.04 checking for endpwent... yes #10 46.18 checking for getgrent... yes #10 46.32 checking for endgrent... yes #10 46.47 checking for cfmakeraw... yes #10 46.61 checking for cfsetspeed... yes #10 46.76 checking for __executable_start... yes #10 46.90 checking for log2... yes #10 47.06 checking for pthread_setname_np... yes #10 47.23 checking for pthread_set_name_np... no #10 47.41 checking for getpwent... yes #10 47.57 checking for renameat2... yes #10 47.72 checking whether pthread_setname_np takes a single argument... no #10 47.81 checking whether pthread_setname_np takes three arguments... no #10 47.89 checking for aligned_alloc... yes #10 48.06 checking whether aligned_alloc is declared... yes #10 48.18 checking for posix_madvise... yes #10 48.33 checking for madvise... yes #10 48.47 checking for __builtin_frame_address... yes #10 48.61 checking for __builtin_unwind_init... yes #10 48.74 checking for _LARGEFILE_SOURCE value needed for large files... no #10 48.90 checking for grantpt... yes #10 49.04 checking for getpt... yes #10 49.19 checking for posix_openpt... yes #10 49.33 checking for library containing tputs... -ltinfo #10 49.59 checking whether -ltinfo library defines BC... yes #10 49.72 checking for timerfd interface... yes #10 49.81 checking whether signals can be handled on alternate stack... yes #10 49.94 checking for valgrind/valgrind.h... no #10 50.04 checking for struct unipair.unicode... yes #10 50.12 checking for pid_t... yes #10 50.38 checking for working fork... yes #10 50.58 checking for working vfork... (cached) yes #10 50.58 checking for snprintf... yes #10 50.72 checking for open_memstream... yes #10 50.85 checking for spawn.h... yes #10 50.99 checking for posix_spawn... yes #10 51.12 checking for posix_spawn_file_actions_addchdir... no #10 51.27 checking for posix_spawn_file_actions_addchdir_np... yes #10 51.42 checking for posix_spawnattr_setflags... yes #10 51.56 checking whether POSIX_SPAWN_SETSID is declared... yes #10 51.66 checking whether GLib is linked in... no #10 51.72 checking for nl_langinfo and CODESET... yes #10 51.85 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 51.99 checking for mbstate_t... yes #10 52.13 checking for signals via characters... yes #10 52.25 checking for _setjmp... yes #10 52.40 checking for sigsetjmp... yes #10 52.55 checking POSIX termios... yes #10 52.73 checking size of speed_t... 4 #10 52.92 checking for usable FIONREAD... yes #10 53.01 checking for usable SIGIO... yes #10 53.13 checking for struct alignment... yes #10 53.20 checking for C/C++ restrict keyword... __restrict__ #10 53.28 checking for typeof syntax and keyword spelling... typeof #10 53.35 checking for statement expressions... yes #10 53.43 checking whether malloc (0) returns nonnull... yes #10 53.59 checking for sys/acl.h... yes #10 53.71 checking for library containing acl_get_file... -lacl #10 53.98 checking for acl_get_file... yes #10 54.11 checking for acl_get_fd... yes #10 54.25 checking for acl_set_file... yes #10 54.40 checking for acl_set_fd... yes #10 54.55 checking for acl_free... yes #10 54.68 checking for acl_from_mode... yes #10 54.84 checking for acl_from_text... yes #10 54.98 checking for acl_delete_def_file... yes #10 55.12 checking for acl_extended_file... yes #10 55.29 checking for acl_delete_fd_np... no #10 55.45 checking for acl_delete_file_np... no #10 55.62 checking for acl_copy_ext_native... no #10 55.77 checking for acl_create_entry_np... no #10 55.92 checking for acl_to_short_text... no #10 56.07 checking for acl_free_text... no #10 56.25 checking for working acl_get_file... yes #10 56.45 checking for acl/libacl.h... yes #10 56.57 checking for acl_entries... yes #10 56.72 checking for ACL_FIRST_ENTRY... yes #10 56.84 checking for ACL_TYPE_EXTENDED... no #10 56.93 checking for working alloca.h... yes #10 57.09 checking for alloca... yes #10 57.09 checking for a race-free mkdir -p... /usr/bin/mkdir -p #10 57.10 checking whether the preprocessor supports include_next... yes #10 57.19 checking whether source code line length is unlimited... yes #10 57.23 checking whether endutent is declared... yes #10 57.33 checking for struct utmpx.ut_user... yes #10 57.48 checking for struct utmp.ut_user... yes #10 57.62 checking for struct utmpx.ut_name... yes #10 57.79 checking for struct utmp.ut_name... yes #10 57.94 checking for struct utmpx.ut_type... yes #10 58.08 checking for struct utmp.ut_type... yes #10 58.23 checking for struct utmpx.ut_pid... yes #10 58.38 checking for struct utmp.ut_pid... yes #10 58.52 checking for struct utmp.ut_tv... yes #10 58.76 checking for struct utmpx.ut_host... yes #10 58.92 checking for struct utmp.ut_host... yes #10 59.06 checking for struct utmpx.ut_id... yes #10 59.20 checking for struct utmp.ut_id... yes #10 59.34 checking for struct utmpx.ut_session... yes #10 59.47 checking for struct utmp.ut_session... yes #10 59.61 checking for struct utmpx.ut_exit... yes #10 59.87 checking for struct utmp.ut_exit... yes #10 60.15 checking for struct utmpx.ut_exit.ut_exit... no #10 60.37 checking for struct utmpx.ut_exit.e_exit... yes #10 60.51 checking for struct utmp.ut_exit.e_exit... yes #10 60.66 checking for struct utmpx.ut_exit.ut_termination... no #10 60.91 checking for struct utmpx.ut_exit.e_termination... yes #10 61.04 checking for struct utmp.ut_exit.e_termination... yes #10 61.19 checking whether sysinfo is declared... yes #10 61.28 checking for sys/sysctl.h... no #10 61.41 checking for sysctl... no #10 61.56 checking whether lstat correctly handles trailing slash... yes #10 61.78 checking whether // is distinct from /... no #10 61.79 checking whether realpath works... yes #10 62.01 checking for faccessat... yes #10 62.15 checking for getcwd... yes #10 62.29 checking whether byte ordering is bigendian... no #10 62.55 checking if environ is properly declared... yes #10 62.63 checking for complete errno.h... yes #10 62.67 checking whether ctype.h defines __header_inline... no #10 62.71 checking for mode_t... yes #10 62.95 checking whether strmode is declared... no #10 63.07 checking whether getline is declared... yes #10 63.21 checking for gawk... no #10 63.21 checking for mawk... mawk #10 63.21 checking for getopt.h... (cached) yes #10 63.21 checking for getopt_long_only... yes #10 63.35 checking whether getopt is POSIX compatible... yes #10 63.90 checking for working GNU getopt function... yes #10 64.14 checking for working GNU getopt_long function... yes #10 64.28 checking whether timespec_get is declared... yes #10 64.37 checking for timespec_get... yes #10 64.51 checking for struct timeval... yes #10 64.60 checking for wide-enough struct timeval.tv_sec member... yes #10 64.68 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes #10 64.77 checking whether limits.h has SSIZE_MAX... yes #10 64.83 checking whether the compiler produces multi-arch binaries... no #10 64.88 checking whether stdint.h conforms to C99... yes #10 65.22 checking whether stdint.h works without ISO C predefines... yes #10 65.34 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 65.46 checking whether memmem is declared... yes #10 65.61 checking whether memrchr is declared... yes #10 65.75 checking whether defines MIN and MAX... no #10 65.81 checking whether defines MIN and MAX... yes #10 65.92 checking whether time_t is signed... yes #10 66.02 checking whether alarm is declared... yes #10 66.16 checking for working mktime... yes #10 66.51 checking whether struct tm is in sys/time.h or time.h... time.h #10 66.61 checking for struct tm.tm_zone... yes #10 66.71 checking for struct tm.tm_gmtoff... yes #10 66.79 checking whether is self-contained... yes #10 67.11 checking for inline... inline #10 67.17 checking for sigset_t... yes #10 67.37 checking for volatile sig_atomic_t... yes #10 67.55 checking for sighandler_t... yes #10 67.74 checking for wchar_t... yes #10 67.81 checking for good max_align_t... yes #10 67.89 checking whether NULL can be used in arbitrary expressions... yes #10 67.96 checking for unreachable... no #10 68.12 checking whether fcloseall is declared... yes #10 68.27 checking whether getw is declared... yes #10 68.42 checking whether putw is declared... yes #10 68.57 checking which flavor of printf attribute matches inttypes macros... system #10 68.67 checking whether strnlen is declared... yes #10 68.83 checking whether strtoimax is declared... yes #10 68.97 checking whether stat file-mode macros are broken... no #10 69.05 checking for nlink_t... yes #10 69.23 checking for struct timespec in ... yes #10 69.32 checking for TIME_UTC in ... yes #10 69.43 checking whether execvpe is declared... yes #10 69.59 checking whether clearerr_unlocked is declared... yes #10 69.75 checking whether feof_unlocked is declared... yes #10 69.90 checking whether ferror_unlocked is declared... yes #10 70.05 checking whether fflush_unlocked is declared... yes #10 70.19 checking whether fgets_unlocked is declared... yes #10 70.35 checking whether fputc_unlocked is declared... yes #10 70.50 checking whether fputs_unlocked is declared... yes #10 70.66 checking whether fread_unlocked is declared... yes #10 70.81 checking whether fwrite_unlocked is declared... yes #10 70.97 checking whether getc_unlocked is declared... yes #10 71.12 checking whether getchar_unlocked is declared... yes #10 71.28 checking whether putc_unlocked is declared... yes #10 71.44 checking whether putchar_unlocked is declared... yes #10 71.59 checking type of array argument to getgroups... gid_t #10 71.80 checking whether getdelim is declared... yes #10 71.95 checking whether getdtablesize is declared... yes #10 72.10 checking whether malloc is ptrdiff_t safe... yes #10 72.19 checking whether malloc, realloc, calloc set errno on failure... yes #10 72.20 checking for O_CLOEXEC... yes #10 72.28 checking for promoted mode_t type... mode_t #10 72.35 checking whether the utimes function works... yes #10 72.67 checking for C compiler option to allow warnings... -Wno-error #10 72.82 checking for alignas and alignof... yes, macros #10 72.98 checking for alloca as a compiler built-in... yes #10 73.02 checking for static_assert... yes, an macro #10 73.17 checking for __builtin_expect... yes #10 73.30 checking for byteswap.h... yes #10 73.42 checking for readlinkat... yes #10 73.55 checking for library containing clock_gettime... none required #10 73.68 checking for clock_getres... yes #10 73.83 checking for clock_gettime... yes #10 73.96 checking for clock_settime... yes #10 74.11 checking for copy_file_range... yes #10 74.26 checking for d_type member in directory struct... yes #10 74.42 checking whether // is distinct from /... (cached) no #10 74.42 checking whether dup2 works... yes #10 74.63 checking for library containing backtrace_symbols_fd... none required #10 74.77 checking for faccessat... (cached) yes #10 74.77 checking whether fchmodat works... yes #10 75.03 checking whether fcntl handles F_DUPFD correctly... yes #10 75.23 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 75.50 checking whether fdopendir is declared... yes #10 75.59 checking whether fdopendir works... yes #10 75.78 checking for flexible array member... yes #10 75.89 checking for __fpending... yes #10 76.05 checking whether __fpending is declared... yes #10 76.15 checking whether free is known to preserve errno... yes #10 76.26 checking whether fstatat (..., 0) works... yes #10 76.43 checking for sys/mount.h... yes #10 76.59 checking for statvfs function (SVR4)... yes #10 76.74 checking whether to use statvfs64... no #10 76.81 checking for two-argument statfs with statfs.f_frsize member... yes #10 77.03 checking for sys/fs/s5param.h... no #10 77.14 checking for sys/statfs.h... yes #10 77.26 checking for statfs that truncates block counts... no #10 77.33 checking for futimens... yes #10 77.48 checking whether futimens works... yes #10 78.67 checking for getline... yes #10 78.83 checking for working getline function... yes #10 79.05 checking for getloadavg... yes #10 79.21 checking for sys/loadavg.h... no #10 79.36 checking whether getloadavg is declared... yes #10 79.50 checking for getrandom... yes #10 79.65 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 79.78 checking for gettimeofday with POSIX signature... yes #10 79.88 checking whether the compiler supports the __inline keyword... yes #10 79.98 checking for gmp.h... yes #10 80.17 checking for library containing __gmpz_roinit_n... -lgmp #10 80.50 checking for memmem... yes #10 80.66 checking whether memmem works... yes #10 80.84 checking for mempcpy... yes #10 81.03 checking for memrchr... yes #10 81.21 checking for memset_explicit... no #10 81.42 checking for explicit_memset... no #10 81.63 checking for mkostemp... yes #10 81.80 checking for library containing nanosleep... none required #10 81.95 checking for working nanosleep... no (mishandles large arguments) #10 83.20 checking for sys/pstat.h... no #10 83.33 checking for sys/sysmp.h... no #10 83.45 checking for sys/param.h... (cached) yes #10 83.45 checking for sys/sysctl.h... (cached) no #10 83.45 checking for sched_getaffinity_np... no #10 83.63 checking for pstat_getdynamic... no #10 83.83 checking for sysmp... no #10 84.01 checking for sysctl... (cached) no #10 84.01 checking for sched_getaffinity... yes #10 84.17 checking for glibc compatible sched_getaffinity... yes #10 84.27 checking for pipe2... yes #10 84.43 checking whether signature of pselect conforms to POSIX... yes #10 84.61 checking whether pselect detects invalid fds... yes #10 84.83 checking whether pthread_sigmask is a macro... no #10 84.89 checking whether pthread_sigmask works without -lpthread... yes #10 85.12 checking whether pthread_sigmask returns error numbers... yes #10 85.35 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 87.62 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 87.98 checking whether readlink signature is correct... yes #10 88.07 checking whether readlink handles trailing slash correctly... yes #10 88.24 checking whether readlink truncates results correctly... yes #10 88.41 checking for readlinkat... (cached) yes #10 88.41 checking whether readlinkat signature is correct... yes #10 88.50 checking for working re_compile_pattern... yes #10 88.87 checking for sig2str... no #10 89.03 checking for sigdescr_np... yes #10 89.18 checking for socklen_t... yes #10 89.35 checking for ssize_t... yes #10 89.45 checking for struct stat.st_atim.tv_nsec... yes #10 89.55 checking whether struct stat.st_atim is of type struct timespec... yes #10 89.66 checking for struct stat.st_birthtimespec.tv_nsec... no #10 89.83 checking for struct stat.st_birthtimensec... no #10 90.00 checking for struct stat.st_birthtim.tv_nsec... no #10 90.16 checking for bool, true, false... no #10 90.22 checking for stpcpy... yes #10 90.39 checking for working strnlen... yes #10 90.64 checking whether strtoimax works... yes #10 90.82 checking whether symlink handles trailing slash correctly... yes #10 91.02 checking whether localtime_r is declared... yes #10 91.12 checking whether localtime_r is compatible with its POSIX signature... yes #10 91.22 checking whether localtime works even near extrema... yes #10 91.45 checking for timezone_t... no #10 91.53 checking for timegm... yes #10 91.70 checking whether timer_settime is declared... yes #10 91.80 checking for library containing timer_settime... none required #10 91.95 checking for timer_settime... yes #10 92.11 checking for utimensat... yes #10 92.26 checking whether utimensat works... yes #10 93.49 checking for variable-length arrays... yes #10 93.70 checking whether getdtablesize works... yes #10 93.94 checking for timer_getoverrun... yes #10 94.12 checking for gcc option to disable position independent executables... not needed #10 94.12 checking for __ctype_get_mb_cur_max... yes #10 94.28 checking whether MB_CUR_MAX is defined to function that won't link... no #10 94.34 #10 94.34 Configured for 'x86_64-pc-linux-gnu'. #10 94.34 #10 94.34 Where should the build process find the source code? . #10 94.34 What compiler should emacs be built with? gcc -g3 -O2 #10 94.34 Should Emacs use the GNU version of malloc? no #10 94.34 (The GNU allocators don't work with this system configuration.) #10 94.34 Should Emacs use a relocating allocator for buffers? no #10 94.34 Should Emacs use mmap(2) for buffer allocation? no #10 94.34 What window system should Emacs use? none #10 94.34 What toolkit should Emacs use? none #10 94.34 Where do we find X Windows header files? NONE #10 94.34 Where do we find X Windows libraries? NONE #10 94.34 Does Emacs use -lXaw3d? no #10 94.34 Is Emacs being built for Android? no #10 94.34 Does Emacs use the X Double Buffer Extension? no #10 94.34 Does Emacs use -lXpm? no #10 94.34 Does Emacs use -ljpeg? no #10 94.34 Does Emacs use -ltiff? no #10 94.34 Does Emacs use a gif library? no #10 94.34 Does Emacs use a png library? no #10 94.34 Does Emacs use -lrsvg-2? no #10 94.34 Does Emacs use -lwebp? no #10 94.34 Does Emacs use -lsqlite3? no #10 94.34 Does Emacs use cairo? no #10 94.34 Does Emacs use -llcms2? no #10 94.34 Does Emacs use imagemagick? no #10 94.34 Does Emacs use native APIs for images? no #10 94.34 Does Emacs support sound? yes #10 94.34 Does Emacs use -lgpm? no #10 94.34 Does Emacs use -ldbus? yes #10 94.34 Does Emacs use -lgconf? no #10 94.34 Does Emacs use GSettings? no #10 94.34 Does Emacs use a file notification library? yes (inotify) #10 94.34 Does Emacs use access control lists? yes -lacl -lattr #10 94.34 Does Emacs use -lselinux? no #10 94.34 Does Emacs use -lgnutls? yes #10 94.34 Does Emacs use -lxml2? no #10 94.34 Does Emacs use -lfreetype? no #10 94.34 Does Emacs use HarfBuzz? no #10 94.34 Does Emacs use -lm17n-flt? no #10 94.34 Does Emacs use -lotf? no #10 94.34 Does Emacs use -lxft? no #10 94.34 Does Emacs use -lsystemd? no #10 94.34 Does Emacs use -ljansson? no #10 94.34 Does Emacs use -ltree-sitter? yes #10 94.34 Does Emacs use the GMP library? yes #10 94.34 Does Emacs directly use zlib? no #10 94.34 Does Emacs have dynamic modules support? yes #10 94.34 Does Emacs use toolkit scroll bars? no #10 94.34 Does Emacs support Xwidgets? no #10 94.34 Does Emacs have threading support in lisp? yes #10 94.34 Does Emacs support the portable dumper? yes #10 94.34 Does Emacs support legacy unexec dumping? no #10 94.34 Which dumping strategy does Emacs use? pdumper #10 94.34 Does Emacs have native lisp compiler? no #10 94.34 Does Emacs use version 2 of the X Input Extension? no #10 94.34 Does Emacs generate a smaller-size Japanese dictionary? no #10 94.34 #10 94.34 #10 94.67 configure: creating ./config.status #10 94.85 configure: WARNING: This configuration installs a 'movemail' program #10 94.85 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 94.85 installed a 'movemail' program that retrieved POP3 email via only #10 94.85 insecure channels, a practice that is no longer recommended but that #10 94.85 you can continue to support by using './configure --with-pop'. #10 94.86 configure: You might want to install GNU Mailutils #10 94.86 and use './configure --with-mailutils'. #10 95.26 MAKE='make' ./config.status #10 95.41 config.status: creating src/verbose.mk #10 95.46 config.status: creating src/emacs-module.h #10 95.53 config.status: creating Makefile #10 95.57 config.status: creating lib/gnulib.mk #10 95.64 config.status: creating ./doc/man/emacs.1 #10 95.69 config.status: creating lib/Makefile #10 95.74 config.status: creating lib-src/Makefile #10 95.79 config.status: creating oldXMenu/Makefile #10 95.83 config.status: creating src/Makefile #10 95.89 config.status: creating lwlib/Makefile #10 95.94 config.status: creating nextstep/Makefile #10 95.99 config.status: creating nt/Makefile #10 96.03 config.status: creating doc/emacs/Makefile #10 96.08 config.status: creating doc/misc/Makefile #10 96.13 config.status: creating doc/lispintro/Makefile #10 96.17 config.status: creating doc/lispref/Makefile #10 96.21 config.status: creating lisp/Makefile #10 96.27 config.status: creating leim/Makefile #10 96.33 config.status: creating test/Makefile #10 96.39 config.status: creating test/manual/noverlay/Makefile #10 96.44 config.status: creating test/infra/Makefile #10 96.49 config.status: creating admin/charsets/Makefile #10 96.55 config.status: creating admin/unidata/Makefile #10 96.59 config.status: creating admin/grammars/Makefile #10 96.64 config.status: creating java/Makefile #10 96.68 config.status: creating cross/Makefile #10 96.72 config.status: creating java/AndroidManifest.xml #10 96.76 config.status: creating src/config.h #10 96.82 config.status: executing src/epaths.h commands #10 96.82 make[3]: Entering directory '/checkout' #10 96.87 make[3]: Leaving directory '/checkout' #10 96.89 config.status: executing src/.gdbinit commands #10 96.90 config.status: executing doc/emacs/emacsver.texi commands #10 96.93 config.status: executing etc-refcards-emacsver.tex commands #10 96.94 make[3]: Entering directory '/checkout' #10 96.97 make[3]: Leaving directory '/checkout' #10 96.98 make[2]: Leaving directory '/checkout' #10 96.98 make actual-all #10 96.99 make[2]: Entering directory '/checkout' #10 97.09 make -C lib all #10 97.20 make[3]: Entering directory '/checkout/lib' #10 97.20 GEN alloca.h #10 97.21 GEN dirent.h #10 97.24 GEN fcntl.h #10 97.26 GEN inttypes.h #10 97.29 GEN limits.h #10 97.31 GEN signal.h #10 97.33 GEN stdckdint.h #10 97.35 GEN stddef.h #10 97.36 GEN stdio.h #10 97.47 GEN stdlib.h #10 97.60 GEN string.h #10 97.67 GEN sys/random.h #10 97.69 GEN sys/select.h #10 97.71 GEN sys/stat.h #10 97.75 GEN sys/time.h #10 97.77 GEN sys/types.h #10 97.79 GEN time.h #10 97.83 GEN unistd.h #10 98.01 CC fingerprint.o #10 98.06 CC acl-errno-valid.o #10 98.17 CC acl-internal.o #10 98.34 CC get-permissions.o #10 98.48 CC set-permissions.o #10 98.72 CC allocator.o #10 98.81 CC binary-io.o #10 98.91 CC boot-time.o #10 99.20 CC c-ctype.o #10 99.36 CC c-strcasecmp.o #10 99.46 CC c-strncasecmp.o #10 99.58 CC careadlinkat.o #10 99.77 CC close-stream.o #10 99.90 CC copy-file-range.o #10 100.0 CC count-leading-zeros.o #10 100.2 CC count-one-bits.o #10 100.3 CC count-trailing-zeros.o #10 100.4 CC md5-stream.o #10 100.6 CC md5.o #10 101.0 CC sha1.o #10 101.9 CC sha256.o #10 103.5 CC sha512.o #10 105.5 CC dtoastr.o #10 105.7 CC dtotimespec.o #10 105.8 CC fcntl.o #10 106.0 CC file-has-acl.o #10 106.4 CC filemode.o #10 106.5 CC filevercmp.o #10 106.8 CC fsusage.o #10 107.0 CC gettime.o #10 107.1 CC memset_explicit.o #10 107.2 CC nanosleep.o #10 107.4 CC nproc.o #10 107.6 CC nstrftime.o #10 108.8 CC pipe2.o #10 109.0 CC qcopy-acl.o #10 109.2 CC sig2str.o #10 109.4 CC stat-time.o #10 109.5 CC tempname.o #10 109.8 CC time_rz.o #10 110.1 CC timespec.o #10 110.2 CC timespec-add.o #10 110.3 CC timespec-sub.o #10 110.4 CC u64.o #10 110.4 CC unistd.o #10 110.5 CC openat-die.o #10 110.7 CC save-cwd.o #10 110.8 AR libgnu.a #10 111.0 make[3]: Leaving directory '/checkout/lib' #10 111.0 make -C lib-src all #10 111.0 make[3]: Entering directory '/checkout/lib-src' #10 111.0 CCLD etags #10 117.3 CCLD ctags #10 123.8 CCLD emacsclient #10 125.0 CCLD ebrowse #10 127.7 CCLD hexl #10 128.1 CC pop.o #10 128.1 CCLD movemail #10 128.5 CCLD make-docfile #10 129.9 CCLD make-fingerprint #10 130.2 make[3]: Leaving directory '/checkout/lib-src' #10 130.2 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #10 130.2 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #10 130.4 make[3]: Entering directory '/checkout/src' #10 130.4 GEN globals.h #10 130.5 CC dispnew.o #10 135.9 CC frame.o #10 140.1 CC scroll.o #10 141.2 CC xdisp.o #10 172.3 CC menu.o #10 173.9 CC window.o #10 184.5 CC charset.o #10 188.7 CC coding.o #10 208.6 CC category.o #10 209.6 CC ccl.o #10 213.2 CC character.o #10 215.3 CC chartab.o #10 218.0 CC bidi.o #10 220.8 CC cm.o #10 221.4 CC term.o #10 225.7 CC terminal.o #10 226.6 CC xfaces.o #10 233.1 CC dbusbind.o #10 237.7 CC emacs.o #10 240.0 CC keyboard.o #10 253.4 CC macros.o #10 254.1 CC keymap.o #10 258.9 CC sysdep.o #10 261.7 CC bignum.o #10 262.6 CC buffer.o #10 267.6 CC filelock.o #10 268.6 CC insdel.o #10 270.7 CC marker.o #10 271.9 CC minibuf.o #10 275.2 CC fileio.o #10 280.7 CC dired.o #10 281.9 CC cmds.o #10 283.0 CC casetab.o #10 283.7 CC casefiddle.o #10 284.9 CC indent.o #10 288.7 CC search.o #10 293.1 CC regex-emacs.o #10 302.5 CC undo.o #10 303.4 CC alloc.o #10 308.7 CC pdumper.o #10 312.8 CC data.o #10 318.5 GEN buildobj.h #10 318.8 CC doc.o #10 319.9 CC editfns.o #10 326.2 CC callint.o #10 327.7 CC eval.o #10 333.2 CC floatfns.o #10 334.8 CC fns.o #10 344.3 CC sort.o #10 345.5 CC font.o #10 352.6 CC print.o #10 356.3 CC lread.o #10 362.5 CC emacs-module.o #10 365.5 CC syntax.o #10 373.8 CC bytecode.o #10 377.6 CC comp.o #10 378.0 CC dynlib.o #10 378.1 CC process.o #10 387.1 CC gnutls.o #10 390.3 CC callproc.o #10 392.1 CC region-cache.o #10 392.9 CC sound.o #10 393.8 CC timefns.o #10 395.8 CC atimer.o #10 396.4 CC doprnt.o #10 397.3 CC intervals.o #10 400.3 CC textprop.o #10 403.8 CC composite.o #10 407.6 CC xml.o #10 408.0 CC lcms.o #10 408.0 CC inotify.o #10 409.2 CC profiler.o #10 410.2 CC decompress.o #10 410.3 CC thread.o #10 411.4 CC systhread.o #10 411.8 CC sqlite.o #10 412.2 CC treesit.o #10 416.3 CC itree.o #10 417.5 CC terminfo.o #10 417.9 CC lastfile.o #10 418.2 make -C ../admin/charsets all #10 418.2 make[4]: Entering directory '/checkout/admin/charsets' #10 418.2 GEN ../../etc/charsets/8859-2.map #10 418.2 GEN ../../etc/charsets/8859-3.map #10 418.2 GEN ../../etc/charsets/8859-4.map #10 418.3 GEN ../../etc/charsets/8859-5.map #10 418.3 GEN ../../etc/charsets/8859-6.map #10 418.3 GEN ../../etc/charsets/8859-7.map #10 418.4 GEN ../../etc/charsets/8859-8.map #10 418.4 GEN ../../etc/charsets/8859-9.map #10 418.4 GEN ../../etc/charsets/8859-10.map #10 418.4 GEN ../../etc/charsets/8859-11.map #10 418.5 GEN ../../etc/charsets/8859-13.map #10 418.5 GEN ../../etc/charsets/8859-14.map #10 418.5 GEN ../../etc/charsets/8859-15.map #10 418.6 GEN ../../etc/charsets/8859-16.map #10 418.6 GEN ../../etc/charsets/IBM037.map #10 418.6 GEN ../../etc/charsets/IBM038.map #10 418.6 GEN ../../etc/charsets/IBM256.map #10 418.7 GEN ../../etc/charsets/IBM273.map #10 418.7 GEN ../../etc/charsets/IBM274.map #10 418.7 GEN ../../etc/charsets/IBM275.map #10 418.7 GEN ../../etc/charsets/IBM277.map #10 418.8 GEN ../../etc/charsets/IBM278.map #10 418.8 GEN ../../etc/charsets/IBM280.map #10 418.8 GEN ../../etc/charsets/IBM281.map #10 418.9 GEN ../../etc/charsets/IBM284.map #10 418.9 GEN ../../etc/charsets/IBM285.map #10 418.9 GEN ../../etc/charsets/IBM290.map #10 418.9 GEN ../../etc/charsets/IBM297.map #10 419.0 GEN ../../etc/charsets/IBM420.map #10 419.0 GEN ../../etc/charsets/IBM423.map #10 419.0 GEN ../../etc/charsets/IBM424.map #10 419.1 GEN ../../etc/charsets/IBM437.map #10 419.1 GEN ../../etc/charsets/IBM500.map #10 419.1 GEN ../../etc/charsets/IBM850.map #10 419.2 GEN ../../etc/charsets/IBM851.map #10 419.2 GEN ../../etc/charsets/IBM852.map #10 419.2 GEN ../../etc/charsets/IBM855.map #10 419.3 GEN ../../etc/charsets/IBM856.map #10 419.3 GEN ../../etc/charsets/IBM857.map #10 419.3 GEN ../../etc/charsets/IBM860.map #10 419.3 GEN ../../etc/charsets/IBM861.map #10 419.4 GEN ../../etc/charsets/IBM862.map #10 419.4 GEN ../../etc/charsets/IBM863.map #10 419.4 GEN ../../etc/charsets/IBM864.map #10 419.4 GEN ../../etc/charsets/IBM865.map #10 419.5 GEN ../../etc/charsets/IBM866.map #10 419.5 GEN ../../etc/charsets/IBM868.map #10 419.5 GEN ../../etc/charsets/IBM869.map #10 419.6 GEN ../../etc/charsets/IBM870.map #10 419.6 GEN ../../etc/charsets/IBM871.map #10 419.6 GEN ../../etc/charsets/IBM874.map #10 419.7 GEN ../../etc/charsets/IBM875.map #10 419.7 GEN ../../etc/charsets/IBM880.map #10 419.7 GEN ../../etc/charsets/IBM891.map #10 419.8 GEN ../../etc/charsets/IBM903.map #10 419.8 GEN ../../etc/charsets/IBM904.map #10 419.8 GEN ../../etc/charsets/IBM905.map #10 419.8 GEN ../../etc/charsets/IBM918.map #10 419.9 GEN ../../etc/charsets/IBM1004.map #10 419.9 GEN ../../etc/charsets/IBM1026.map #10 419.9 GEN ../../etc/charsets/IBM1047.map #10 420.0 GEN ../../etc/charsets/CP737.map #10 420.0 GEN ../../etc/charsets/CP775.map #10 420.0 GEN ../../etc/charsets/CP1125.map #10 420.1 GEN ../../etc/charsets/CP1250.map #10 420.1 GEN ../../etc/charsets/CP1251.map #10 420.1 GEN ../../etc/charsets/CP1252.map #10 420.2 GEN ../../etc/charsets/CP1253.map #10 420.2 GEN ../../etc/charsets/CP1254.map #10 420.2 GEN ../../etc/charsets/CP1255.map #10 420.2 GEN ../../etc/charsets/CP1256.map #10 420.3 GEN ../../etc/charsets/CP1257.map #10 420.3 GEN ../../etc/charsets/CP1258.map #10 420.3 GEN ../../etc/charsets/CP10007.map #10 420.4 GEN ../../etc/charsets/CP720.map #10 420.4 GEN ../../etc/charsets/CP858.map #10 420.4 GEN ../../etc/charsets/GB2312.map #10 420.6 GEN ../../etc/charsets/GBK.map #10 421.0 GEN ../../etc/charsets/GB180302.map #10 421.6 GEN ../../etc/charsets/GB180304.map #10 421.7 GEN ../../etc/charsets/BIG5.map #10 421.9 GEN ../../etc/charsets/BIG5-HKSCS.map #10 422.2 GEN ../../etc/charsets/CNS-1.map #10 422.4 GEN ../../etc/charsets/CNS-2.map #10 422.6 GEN ../../etc/charsets/CNS-3.map #10 422.7 GEN ../../etc/charsets/CNS-4.map #10 422.9 GEN ../../etc/charsets/CNS-5.map #10 423.1 GEN ../../etc/charsets/CNS-6.map #10 423.2 GEN ../../etc/charsets/CNS-7.map #10 423.4 GEN ../../etc/charsets/CNS-F.map #10 423.5 GEN ../../etc/charsets/JISX0201.map #10 423.6 GEN ../../etc/charsets/JISX0208.map #10 423.7 GEN ../../etc/charsets/JISX0212.map #10 423.8 GEN ../../etc/charsets/JISX2131.map #10 424.0 GEN ../../etc/charsets/JISX2132.map #10 424.1 GEN ../../etc/charsets/JISC6226.map #10 424.2 GEN ../../etc/charsets/CP932-2BYTE.map #10 424.4 GEN ../../etc/charsets/JISX213A.map #10 424.4 GEN ../../etc/charsets/KSC5601.map #10 424.6 GEN ../../etc/charsets/KSC5636.map #10 424.7 GEN ../../etc/charsets/JOHAB.map #10 425.0 GEN ../../etc/charsets/KOI-8.map #10 425.0 GEN ../../etc/charsets/KOI8-R.map #10 425.1 GEN ../../etc/charsets/KOI8-U.map #10 425.1 GEN ../../etc/charsets/KOI8-T.map #10 425.1 GEN ../../etc/charsets/ALTERNATIVNYJ.map #10 425.1 GEN ../../etc/charsets/MIK.map #10 425.2 GEN ../../etc/charsets/PTCP154.map #10 425.2 GEN ../../etc/charsets/TIS-620.map #10 425.2 GEN ../../etc/charsets/VISCII.map #10 425.2 GEN ../../etc/charsets/VSCII.map #10 425.3 GEN ../../etc/charsets/VSCII-2.map #10 425.3 GEN ../../etc/charsets/KA-PS.map #10 425.3 GEN ../../etc/charsets/KA-ACADEMY.map #10 425.3 GEN ../../etc/charsets/HP-ROMAN8.map #10 425.4 GEN ../../etc/charsets/NEXTSTEP.map #10 425.4 GEN ../../etc/charsets/MACINTOSH.map #10 425.4 GEN ../../etc/charsets/EBCDICUK.map #10 425.4 GEN ../../etc/charsets/EBCDICUS.map #10 425.5 GEN ../../etc/charsets/stdenc.map #10 425.5 GEN ../../etc/charsets/symbol.map #10 425.5 GEN ../../etc/charsets/CP949-2BYTE.map #10 425.9 GEN ../../etc/charsets/BIG5-1.map #10 425.9 GEN ../../etc/charsets/BIG5-2.map #10 426.0 GEN ../../etc/charsets/MULE-ethiopic.map #10 426.0 GEN ../../etc/charsets/MULE-ipa.map #10 426.0 GEN ../../etc/charsets/MULE-is13194.map #10 426.0 GEN ../../etc/charsets/MULE-sisheng.map #10 426.0 GEN ../../etc/charsets/MULE-tibetan.map #10 426.0 GEN ../../etc/charsets/MULE-lviscii.map #10 426.0 GEN ../../etc/charsets/MULE-uviscii.map #10 426.0 GEN ../../lisp/international/cp51932.el #10 426.0 GEN ../../lisp/international/eucjp-ms.el #10 426.1 GEN charsets.stamp #10 426.1 make[4]: Leaving directory '/checkout/admin/charsets' #10 426.1 make -C ../admin/unidata charscript.el #10 426.1 make[4]: Entering directory '/checkout/admin/unidata' #10 426.1 GEN ../../lisp/international/charscript.el #10 426.1 make[4]: Leaving directory '/checkout/admin/unidata' #10 426.1 make -C ../admin/unidata emoji-zwj.el #10 426.2 make[4]: Entering directory '/checkout/admin/unidata' #10 426.2 GEN ../../lisp/international/emoji-zwj.el #10 426.2 make[4]: Leaving directory '/checkout/admin/unidata' #10 426.2 CCLD temacs #10 428.2 /usr/bin/mkdir -p ../etc #10 428.2 GEN ../etc/DOC #10 428.4 make -C ../lisp update-subdirs #10 428.4 make[4]: Entering directory '/checkout/lisp' #10 428.5 make[4]: Leaving directory '/checkout/lisp' #10 428.5 cp -f temacs bootstrap-emacs #10 428.5 rm -f bootstrap-emacs.pdmp #10 428.6 ./temacs --batch -l loadup --temacs=pbootstrap \ #10 428.6 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #10 428.7 Loading loadup.el (source)... #10 428.7 Dump mode: pbootstrap #10 428.7 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #10 428.7 Loading emacs-lisp/debug-early (source)... #10 428.7 Loading emacs-lisp/byte-run (source)... #10 428.7 Loading emacs-lisp/backquote (source)... #10 428.7 Loading subr (source)... #10 428.8 Loading keymap (source)... #10 428.8 Loading version (source)... #10 428.8 Loading widget (source)... #10 428.8 Loading custom (source)... #10 428.8 Loading emacs-lisp/map-ynp (source)... #10 428.8 Loading international/mule (source)... #10 428.8 Loading international/mule-conf (source)... #10 429.0 Loading env (source)... #10 429.0 Loading format (source)... #10 429.0 Loading bindings (source)... #10 429.1 Loading window (source)... #10 429.2 Loading /checkout/lisp/files.el (source)... #10 431.4 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #10 432.0 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #10 432.1 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #10 432.6 Loading /checkout/lisp/cus-face.el (source)... #10 432.6 Loading /checkout/lisp/faces.el (source)... #10 432.8 Loading /checkout/lisp/ldefs-boot.el (source)... #10 435.4 Loading /checkout/lisp/button.el (source)... #10 435.5 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #10 437.1 ../lisp/emacs-lisp/cl-seq.el: Warning: Unknown type: list #10 437.5 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #10 437.8 Loading /checkout/lisp/obarray.el (source)... #10 437.8 Loading /checkout/lisp/abbrev.el (source)... #10 438.1 Loading /checkout/lisp/help.el (source)... #10 438.6 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #10 438.8 Loading /checkout/lisp/epa-hook.el (source)... #10 438.8 Loading /checkout/lisp/international/mule-cmds.el (source)... #10 439.1 Loading /checkout/lisp/case-table.el (source)... #10 439.1 Loading /checkout/lisp/international/characters.el (source)... #10 439.4 Loading /checkout/lisp/international/charscript.el (source)... #10 439.4 Loading /checkout/lisp/international/emoji-zwj.el (source)... #10 439.7 Loading /checkout/lisp/composite.el (source)... #10 439.8 Loading /checkout/lisp/language/chinese.el (source)... #10 439.8 Loading /checkout/lisp/language/cyrillic.el (source)... #10 439.9 Loading /checkout/lisp/language/indian.el (source)... #10 440.0 Loading /checkout/lisp/language/sinhala.el (source)... #10 440.0 Loading /checkout/lisp/language/english.el (source)... #10 440.0 Loading /checkout/lisp/language/ethiopic.el (source)... #10 440.2 Loading /checkout/lisp/language/european.el (source)... #10 440.3 Loading /checkout/lisp/language/czech.el (source)... #10 440.4 Loading /checkout/lisp/language/slovak.el (source)... #10 440.4 Loading /checkout/lisp/language/romanian.el (source)... #10 440.4 Loading /checkout/lisp/language/greek.el (source)... #10 440.5 Loading /checkout/lisp/language/hebrew.el (source)... #10 440.5 Loading /checkout/lisp/international/cp51932.el (source)... #10 440.5 Loading /checkout/lisp/international/eucjp-ms.el (source)... #10 440.8 Loading /checkout/lisp/language/japanese.el (source)... #10 440.8 Loading /checkout/lisp/language/korean.el (source)... #10 440.9 Loading /checkout/lisp/language/lao.el (source)... #10 440.9 Loading /checkout/lisp/language/tai-viet.el (source)... #10 440.9 Loading /checkout/lisp/language/thai.el (source)... #10 441.0 Loading /checkout/lisp/language/tibetan.el (source)... #10 441.1 Loading /checkout/lisp/language/vietnamese.el (source)... #10 441.1 Loading /checkout/lisp/language/misc-lang.el (source)... #10 441.1 Loading /checkout/lisp/language/utf-8-lang.el (source)... #10 441.2 Loading /checkout/lisp/language/georgian.el (source)... #10 441.2 Loading /checkout/lisp/language/khmer.el (source)... #10 441.2 Loading /checkout/lisp/language/burmese.el (source)... #10 441.3 Loading /checkout/lisp/language/cham.el (source)... #10 441.3 Loading /checkout/lisp/language/philippine.el (source)... #10 441.3 Loading /checkout/lisp/language/indonesian.el (source)... #10 441.4 Loading /checkout/lisp/indent.el (source)... #10 441.5 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #10 442.1 Loading /checkout/lisp/simple.el (source)... #10 443.8 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #10 444.2 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #10 444.4 Loading /checkout/lisp/minibuffer.el (source)... #10 445.4 Loading /checkout/lisp/frame.el (source)... #10 445.8 Loading /checkout/lisp/startup.el (source)... #10 446.1 Loading /checkout/lisp/term/tty-colors.el (source)... #10 446.2 Loading /checkout/lisp/font-core.el (source)... #10 446.2 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #10 446.3 Loading /checkout/lisp/font-lock.el (source)... #10 446.6 Loading /checkout/lisp/jit-lock.el (source)... #10 446.8 Loading /checkout/lisp/mouse.el (source)... #10 447.3 Loading /checkout/lisp/select.el (source)... #10 447.5 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #10 447.7 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #10 447.8 Loading /checkout/lisp/isearch.el (source)... #10 448.4 Loading /checkout/lisp/rfn-eshadow.el (source)... #10 448.5 Loading /checkout/lisp/menu-bar.el (source)...