Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1710245026: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:1710245078:prepare_executor section_start:1710245078:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710245097:prepare_script section_start:1710245097: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 3ed5777f as master... Skipping Git submodules setup section_end:1710245127:get_sources section_start:1710245127:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support Client: Debug Mode: false Server: Containers: 9 Running: 4 Paused: 0 Stopped: 5 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 Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-3ed5777fa732123e8bf630293020f9d1766694b7/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load build definition from Dockerfile.emba #2 ... #1 [internal] load .dockerignore #1 ... #2 [internal] load build definition from Dockerfile.emba #2 transferring dockerfile: #2 transferring dockerfile: 6.47kB 0.0s done #2 DONE 21.9s #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 22.0s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #12 DONE 0.0s #11 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #11 CACHED #9 [internal] load build context #9 transferring context: 2.23MB 1.7s #9 transferring context: 6.02MB 6.8s #9 transferring context: 32.68MB 11.9s #9 transferring context: 64.82MB 16.9s #9 transferring context: 92.86MB 22.0s #9 transferring context: 109.52MB 27.1s #9 transferring context: 166.27MB 32.3s #9 transferring context: 221.57MB 37.4s #9 transferring context: 270.44MB 42.5s #9 transferring context: 285.19MB 47.7s #9 transferring context: 310.81MB 52.8s #9 transferring context: 332.95MB 58.3s #9 transferring context: 354.08MB 63.6s #9 transferring context: 376.53MB 68.6s #9 transferring context: 400.33MB 73.7s #9 transferring context: 403.97MB 78.8s #9 transferring context: 407.59MB 83.9s #9 transferring context: 420.01MB 87.8s done #9 DONE 97.5s #10 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #10 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 107.7s #7 [emacs-inotify 3/6] WORKDIR /checkout #7 DONE 6.8s #6 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #6 24.19 Checking whether you have the necessary tools... #6 24.19 (Read INSTALL.REPO for more details on building Emacs) #6 24.20 Checking for autoconf (need at least version 2.65) ... ok #6 24.33 Your system has the required tools. #6 24.39 Building aclocal.m4 ... #6 24.40 Running 'autoreconf -fi -I m4' ... #6 44.96 Building 'aclocal.m4' in exec ... #6 44.96 Running 'autoreconf -fi' in exec ... #6 49.28 You can now run './autogen.sh git'. #6 DONE 49.8s #5 [emacs-inotify 5/6] RUN ./configure #5 1.998 checking for xcrun... no #5 2.003 checking for GNU Make... make #5 2.041 checking build system type... x86_64-pc-linux-gnu #5 3.893 checking host system type... x86_64-pc-linux-gnu #5 3.979 checking for gcc... gcc #5 4.132 checking whether the C compiler works... yes #5 4.997 checking for C compiler default output file name... a.out #5 5.004 checking for suffix of executables... #5 5.159 checking whether we are cross compiling... no #5 5.523 checking for suffix of object files... o #5 5.597 checking whether we are using the GNU C compiler... yes #5 5.704 checking whether gcc accepts -g... yes #5 5.862 checking for gcc option to enable C11 features... none needed #5 6.384 checking whether the compiler is clang... no #5 6.496 checking for compiler option needed when checking for declarations... none #5 6.498 checking whether gcc and cc understand -c and -o together... yes #5 6.996 checking how to run the C preprocessor... gcc -E #5 7.300 checking for grep that handles long lines and -e... /bin/grep #5 7.316 checking for egrep... /bin/grep -E #5 7.332 checking for ANSI C header files... yes #5 7.906 checking for sys/types.h... yes #5 8.058 checking for sys/stat.h... yes #5 8.217 checking for stdlib.h... yes #5 8.379 checking for string.h... yes #5 8.520 checking for memory.h... yes #5 8.669 checking for strings.h... yes #5 8.834 checking for inttypes.h... yes #5 9.024 checking for stdint.h... yes #5 9.183 checking for unistd.h... yes #5 9.395 checking for wchar.h... yes #5 9.583 checking for minix/config.h... no #5 9.742 checking for linux/fs.h... yes #5 9.947 checking for malloc.h... yes #5 10.15 checking for sys/systeminfo.h... no #5 10.28 checking for sys/sysinfo.h... yes #5 10.51 checking for coff.h... no #5 10.69 checking for pty.h... yes #5 11.70 checking for sys/resource.h... yes #5 11.97 checking for sys/utsname.h... yes #5 12.59 checking for pwd.h... yes #5 12.79 checking for util.h... no #5 12.93 checking for sanitizer/lsan_interface.h... yes #5 14.44 checking for sanitizer/asan_interface.h... yes #5 14.73 checking for sanitizer/common_interface_defs.h... yes #5 14.94 checking for sys/socket.h... yes #5 15.18 checking for stdlib.h... (cached) yes #5 15.21 checking for unistd.h... (cached) yes #5 15.25 checking for sys/param.h... yes #5 15.83 checking for pthread.h... yes #5 16.02 checking for malloc/malloc.h... no #5 16.20 checking for sys/un.h... yes #5 16.87 checking for utmp.h... yes #5 17.07 checking for utmpx.h... yes #5 17.23 checking for OS.h... no #5 17.38 checking for dirent.h... yes #5 17.55 checking for execinfo.h... yes #5 17.80 checking for linux/xattr.h... yes #5 18.03 checking for stdio_ext.h... yes #5 18.18 checking for sys/vfs.h... yes #5 19.13 checking for sys/fs_types.h... no #5 19.27 checking for getopt.h... yes #5 19.46 checking for sys/cdefs.h... yes #5 19.61 checking for sys/time.h... yes #5 19.76 checking for ieee754.h... yes #5 19.95 checking for limits.h... yes #5 20.19 checking for inttypes.h... (cached) yes #5 20.24 checking for sys/types.h... (cached) yes #5 20.26 checking for stdint.h... (cached) yes #5 20.30 checking for sys/select.h... yes #5 20.48 checking for stdbool.h... yes #5 20.67 checking for stdckdint.h... no #5 20.79 checking for sys/random.h... yes #5 20.98 checking for sys/stat.h... (cached) yes #5 21.00 checking whether it is safe to define __EXTENSIONS__... yes #5 21.15 checking whether _XOPEN_SOURCE should be defined... no #5 21.24 checking for Minix Amsterdam compiler... no #5 21.28 checking for ar... ar #5 21.28 checking for ranlib... ranlib #5 21.29 checking for gcc option to enable large file support... none needed #5 21.50 checking for gcc option for timestamps after 2038... none needed #5 21.61 checking for g++... g++ #5 21.74 checking whether we are using the GNU C++ compiler... yes #5 22.64 checking whether g++ accepts -g... yes #5 22.76 checking for g++ option to enable C++11 features... none needed #5 57.95 checking how to run the C++ preprocessor... g++ -E #5 58.25 checking whether gcc accepts -g3 -O2... yes #5 58.62 checking whether the compiler is clang... no #5 58.70 checking whether C compiler handles -Werror -Wunknown-warning-option... no #5 58.80 checking whether -Wno-missing-field-initializers is needed... yes #5 59.03 checking whether -Wuninitialized is supported... yes #5 59.15 checking whether C compiler handles -fstrict-flex-arrays... no #5 59.27 checking whether C compiler handles -Wall... yes #5 59.48 checking whether C compiler handles -Warith-conversion... yes #5 59.71 checking whether C compiler handles -Wdate-time... yes #5 59.90 checking whether C compiler handles -Wdisabled-optimization... yes #5 60.06 checking whether C compiler handles -Wdouble-promotion... yes #5 60.29 checking whether C compiler handles -Wduplicated-cond... yes #5 60.58 checking whether C compiler handles -Wextra... yes #5 60.76 checking whether C compiler handles -Wformat-signedness... yes #5 60.94 checking whether C compiler handles -Winit-self... yes #5 61.14 checking whether C compiler handles -Winvalid-pch... yes #5 61.34 checking whether C compiler handles -Wlogical-op... yes #5 61.58 checking whether C compiler handles -Wmissing-declarations... yes #5 61.77 checking whether C compiler handles -Wmissing-include-dirs... yes #5 62.02 checking whether C compiler handles -Wmissing-prototypes... yes #5 62.23 checking whether C compiler handles -Wnested-externs... yes #5 62.48 checking whether C compiler handles -Wnull-dereference... yes #5 62.72 checking whether C compiler handles -Wold-style-definition... yes #5 62.92 checking whether C compiler handles -Wopenmp-simd... yes #5 63.13 checking whether C compiler handles -Wpacked... yes #5 63.33 checking whether C compiler handles -Wpointer-arith... yes #5 63.49 checking whether C compiler handles -Wstrict-flex-arrays... no #5 63.56 checking whether C compiler handles -Wstrict-prototypes... yes #5 63.69 checking whether C compiler handles -Wsuggest-attribute=format... yes #5 63.89 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #5 64.06 checking whether C compiler handles -Wsuggest-final-methods... yes #5 64.25 checking whether C compiler handles -Wsuggest-final-types... yes #5 64.42 checking whether C compiler handles -Wtrampolines... yes #5 64.60 checking whether C compiler handles -Wuninitialized... yes #5 64.76 checking whether C compiler handles -Wunknown-pragmas... yes #5 64.96 checking whether C compiler handles -Wunused-macros... yes #5 65.17 checking whether C compiler handles -Wvariadic-macros... yes #5 65.45 checking whether C compiler handles -Wvector-operation-performance... yes #5 65.65 checking whether C compiler handles -Wwrite-strings... yes #5 65.83 checking whether C compiler handles -Warray-bounds=2... yes #5 66.03 checking whether C compiler handles -Wattribute-alias=2... yes #5 66.23 checking whether C compiler handles -Wformat=2... yes #5 66.40 checking whether C compiler handles -Wformat-truncation=2... yes #5 66.59 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #5 66.77 checking whether C compiler handles -Wshift-overflow=2... yes #5 66.95 checking whether C compiler handles -Wuse-after-free=3... no #5 67.04 checking whether C compiler handles -Wvla-larger-than=4031... yes #5 67.20 checking whether C compiler handles -Wno-missing-field-initializers... yes #5 67.37 checking whether C compiler handles -Wredundant-decls... yes #5 67.55 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #5 67.55 checking whether C compiler handles -Wno-override-init... yes #5 67.68 checking whether C compiler handles -Wno-sign-compare... yes #5 67.88 checking whether C compiler handles -Wno-type-limits... yes #5 68.07 checking whether C compiler handles -Wno-unused-parameter... yes #5 68.21 checking whether C compiler handles -Wno-format-nonliteral... yes #5 68.37 checking whether C compiler handles -Wno-bidi-chars... no #5 68.43 checking for a BSD-compatible install... /usr/bin/install -c #5 68.47 checking command to symlink files in the same directory... ln -s #5 68.49 checking for install-info... : #5 68.49 checking for gzip... /bin/gzip #5 68.49 checking for 'find' args to delete a file... -delete #5 68.51 checking for brew... no #5 70.52 checking for -znocombreloc... not needed #5 70.53 checking whether addresses are sanitized... no #5 70.60 checking for math library... -lm #5 71.53 checking for struct passwd.pw_gecos... yes #5 71.64 checking for pkg-config... /usr/bin/pkg-config #5 71.65 checking pkg-config is at least version 0.9.0... yes #5 71.75 checking for machine/soundcard.h... no #5 71.84 checking for sys/soundcard.h... yes #5 72.04 checking for soundcard.h... no #5 72.19 checking for mmsystem.h... no #5 72.27 checking for _oss_ioctl in -lossaudio... no #5 72.47 checking for alsa >= 1.0.0... no #5 72.50 checking for ADDR_NO_RANDOMIZE... yes #5 72.62 checking if Linux sysinfo may be used... yes #5 74.03 checking for sys/wait.h that is POSIX.1 compatible... yes #5 74.26 checking for net/if.h... yes #5 74.51 checking for ifaddrs.h... yes #5 74.72 checking for net/if_dl.h... no #5 74.84 checking for struct ifreq.ifr_flags... yes #5 75.00 checking for struct ifreq.ifr_hwaddr... yes #5 75.35 checking for struct ifreq.ifr_netmask... yes #5 75.66 checking for struct ifreq.ifr_broadaddr... yes #5 76.10 checking for struct ifreq.ifr_addr... yes #5 76.45 checking for struct ifreq.ifr_addr.sa_len... no #5 76.79 checking whether gcc understands -MMD -MF... yes #5 76.90 checking for X... no #5 77.17 checking for X... false #5 77.18 checking whether malloc is Doug Lea style... no #5 77.36 checking for sbrk... yes #5 77.63 checking for __lsan_ignore_object... no #5 77.90 checking for fchmod... yes #5 78.05 checking for utmpname... yes #5 78.25 checking for utmpxname... yes #5 78.48 checking for canonicalize_file_name... yes #5 78.77 checking for realpath... yes #5 79.02 checking for lstat... yes #5 79.26 checking for fchmodat... yes #5 79.51 checking for lchmod... no #5 79.61 checking for fcntl... yes #5 79.86 checking for fdopendir... yes #5 80.07 checking for listxattr... yes #5 80.29 checking for fstatat... yes #5 80.60 checking for fsync... yes #5 80.84 checking for gettimeofday... yes #5 81.11 checking for memset_s... no #5 81.40 checking for pselect... yes #5 81.68 checking for readlink... yes #5 81.94 checking for isblank... yes #5 82.14 checking for iswctype... yes #5 82.32 checking for strtoimax... yes #5 82.52 checking for symlink... yes #5 82.73 checking for localtime_r... yes #5 82.91 checking for getdtablesize... yes #5 83.07 checking for getpagesize... yes #5 83.23 checking for working mmap... yes #5 84.91 checking for main in -lXbsd... no #5 85.11 checking for pthread library... -lpthread #5 85.66 checking for thread support... yes #5 85.66 checking for sqlite3_open_v2 in -lsqlite3... no #5 85.85 checking for getaddrinfo_a in -lanl... yes #5 86.03 checking for malloc_trim... yes #5 86.25 checking for dbus-1 >= 1.0... yes #5 86.31 checking for dbus_watch_get_unix_fd... yes #5 86.58 checking for dbus_type_is_valid... yes #5 86.81 checking for dbus_validate_bus_name... yes #5 87.11 checking for dbus_validate_path... yes #5 87.39 checking for dbus_validate_interface... yes #5 87.68 checking for dbus_validate_member... yes #5 87.92 checking for lgetfilecon in -lselinux... no #5 88.05 checking for gnutls >= 2.12.2... yes #5 88.11 checking for libsystemd >= 222... no #5 88.13 checking for jansson >= 2.7... no #5 88.15 checking for tree-sitter >= 0.20.2... no #5 88.17 checking for tree-sitter >= 0.6.3... no #5 88.19 checking sys/inotify.h usability... yes #5 88.37 checking sys/inotify.h presence... yes #5 88.42 checking for sys/inotify.h... yes #5 88.44 checking for inotify_init... yes #5 88.69 checking for inotify_init1... yes #5 88.97 checking for lcms2... no #5 88.99 checking for library containing inflateEnd... no #5 89.33 checking for dladdr... yes #5 89.59 checking for dlfunc... no #5 89.82 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #5 90.00 found. #5 90.00 Please try installing libgccjit or a similar package if you want to have it #5 90.00 enabled. #5 90.00 no #5 90.00 checking libgccjit.h usability... no #5 90.13 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #5 90.20 were not found. #5 90.20 Please try installing libgccjit-dev or a similar package if you want to have it #5 90.20 no #5 90.20 checking for libgccjit.h... no #5 90.20 enabled. #5 90.21 checking gpm.h usability... no #5 90.38 checking gpm.h presence... no #5 90.45 checking for gpm.h... no #5 90.47 checking for libxml-2.0 > 2.6.17... no #5 90.51 checking for maillock in -lmail... no #5 90.69 checking for maillock in -llockfile... no #5 90.88 checking for liblockfile.so... no #5 90.88 checking maillock.h usability... no #5 91.02 checking maillock.h presence... no #5 91.06 checking for maillock.h... no #5 91.08 checking linux/seccomp.h usability... yes #5 91.27 checking linux/seccomp.h presence... yes #5 91.32 checking for linux/seccomp.h... yes #5 91.39 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #5 91.55 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #5 91.74 checking linux/filter.h usability... yes #5 92.61 checking linux/filter.h presence... yes #5 92.65 checking for linux/filter.h... yes #5 92.72 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #5 92.76 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #5 92.77 checking for libseccomp >= 2.5.2... no #5 92.81 checking size of long... 8 #5 93.18 checking for accept4... yes #5 93.52 checking for fchdir... yes #5 93.80 checking for gethostname... yes #5 94.09 checking for getrusage... yes #5 94.41 checking for get_current_dir_name... yes #5 94.70 checking for lrand48... yes #5 94.98 checking for random... yes #5 95.28 checking for rint... yes #5 95.61 checking for tcdrain... yes #5 95.94 checking for trunc... yes #5 96.20 checking for select... yes #5 96.43 checking for getpagesize... (cached) yes #5 96.47 checking for setlocale... yes #5 96.73 checking for newlocale... yes #5 97.00 checking for getrlimit... yes #5 97.18 checking for setrlimit... yes #5 97.39 checking for shutdown... yes #5 97.67 checking for pthread_sigmask... (cached) yes #5 97.72 checking for strsignal... yes #5 97.94 checking for setitimer... yes #5 98.15 checking for sendto... yes #5 98.36 checking for recvfrom... yes #5 98.67 checking for getsockname... yes #5 98.95 checking for getifaddrs... yes #5 99.24 checking for freeifaddrs... yes #5 99.51 checking for gai_strerror... yes #5 99.75 checking for sync... yes #5 100.1 checking for endpwent... yes #5 100.3 checking for getgrent... yes #5 100.6 checking for endgrent... yes #5 100.8 checking for cfmakeraw... yes #5 101.1 checking for cfsetspeed... yes #5 101.3 checking for __executable_start... yes #5 101.6 checking for log2... yes #5 101.9 checking for pthread_setname_np... yes #5 102.2 checking for pthread_set_name_np... no #5 102.4 checking for getpwent... yes #5 102.6 checking for renameat2... yes #5 102.8 checking whether pthread_setname_np takes a single argument... no #5 102.9 checking whether pthread_setname_np takes three arguments... no #5 103.1 checking for aligned_alloc... yes #5 103.4 checking whether aligned_alloc is declared... yes #5 103.6 checking for posix_madvise... yes #5 103.9 checking for madvise... yes #5 104.0 checking for __builtin_frame_address... yes #5 104.2 checking for __builtin_unwind_init... yes #5 104.5 checking for _LARGEFILE_SOURCE value needed for large files... no #5 104.8 checking for grantpt... yes #5 105.0 checking for getpt... yes #5 105.2 checking for posix_openpt... yes #5 105.5 checking for library containing tputs... -ltinfo #5 105.9 checking whether -ltinfo library defines BC... yes #5 106.1 checking for timerfd interface... yes #5 106.3 checking whether signals can be handled on alternate stack... yes #5 106.5 checking valgrind/valgrind.h usability... no #5 106.7 checking valgrind/valgrind.h presence... no #5 106.8 checking for valgrind/valgrind.h... no #5 106.8 checking for struct unipair.unicode... yes #5 108.4 checking for pid_t... yes #5 108.7 checking vfork.h usability... no #5 108.9 checking vfork.h presence... no #5 108.9 checking for vfork.h... no #5 108.9 checking for fork... yes #5 109.2 checking for vfork... yes #5 109.4 checking for working fork... yes #5 109.7 checking for working vfork... (cached) yes #5 109.7 checking for snprintf... yes #5 109.9 checking for open_memstream... yes #5 110.1 checking spawn.h usability... yes #5 110.3 checking spawn.h presence... yes #5 110.4 checking for spawn.h... yes #5 110.4 checking for posix_spawn... yes #5 110.7 checking for posix_spawn_file_actions_addchdir... no #5 110.9 checking for posix_spawn_file_actions_addchdir_np... yes #5 111.2 checking for posix_spawnattr_setflags... yes #5 111.4 checking whether POSIX_SPAWN_SETSID is declared... yes #5 111.5 checking whether GLib is linked in... no #5 111.6 checking for nl_langinfo and CODESET... yes #5 111.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #5 112.0 checking for mbstate_t... yes #5 112.3 checking for signals via characters... yes #5 112.5 checking for _setjmp... yes #5 112.7 checking for sigsetjmp... yes #5 112.9 checking POSIX termios... yes #5 113.1 checking size of speed_t... 4 #5 113.4 checking for usable FIONREAD... yes #5 113.5 checking for usable SIGIO... yes #5 113.7 checking for struct alignment... yes #5 113.8 checking for C/C++ restrict keyword... __restrict__ #5 113.9 checking for typeof syntax and keyword spelling... typeof #5 114.0 checking for statement expressions... yes #5 114.1 checking whether malloc (0) returns nonnull... yes #5 114.3 checking sys/acl.h usability... yes #5 114.5 checking sys/acl.h presence... yes #5 114.5 checking for sys/acl.h... yes #5 114.6 checking for library containing acl_get_file... -lacl #5 115.2 checking for acl_get_file... yes #5 115.5 checking for acl_get_fd... yes #5 115.7 checking for acl_set_file... yes #5 115.9 checking for acl_set_fd... yes #5 116.1 checking for acl_free... yes #5 116.5 checking for acl_from_mode... yes #5 116.9 checking for acl_from_text... yes #5 117.3 checking for acl_delete_def_file... yes #5 117.8 checking for acl_extended_file... yes #5 118.1 checking for acl_delete_fd_np... no #5 118.4 checking for acl_delete_file_np... no #5 118.7 checking for acl_copy_ext_native... no #5 119.1 checking for acl_create_entry_np... no #5 119.5 checking for acl_to_short_text... no #5 119.9 checking for acl_free_text... no #5 120.3 checking for working acl_get_file... yes #5 120.6 checking acl/libacl.h usability... yes #5 120.9 checking acl/libacl.h presence... yes #5 121.0 checking for acl/libacl.h... yes #5 121.0 checking for acl_entries... yes #5 121.4 checking for ACL_FIRST_ENTRY... yes #5 121.6 checking for ACL_TYPE_EXTENDED... no #5 121.8 checking for working alloca.h... yes #5 122.0 checking for alloca... yes #5 122.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #5 122.4 checking whether the preprocessor supports include_next... yes #5 122.5 checking whether source code line length is unlimited... yes #5 122.6 checking whether endutent is declared... yes #5 122.8 checking for struct utmpx.ut_user... yes #5 123.1 checking for struct utmp.ut_user... yes #5 123.4 checking for struct utmpx.ut_name... yes #5 123.7 checking for struct utmp.ut_name... yes #5 124.0 checking for struct utmpx.ut_type... yes #5 124.3 checking for struct utmp.ut_type... yes #5 124.5 checking for struct utmpx.ut_pid... yes #5 124.8 checking for struct utmp.ut_pid... yes #5 125.2 checking for struct utmp.ut_tv... yes #5 125.7 checking for struct utmpx.ut_host... yes #5 126.0 checking for struct utmp.ut_host... yes #5 126.2 checking for struct utmpx.ut_id... yes #5 126.5 checking for struct utmp.ut_id... yes #5 126.7 checking for struct utmpx.ut_session... yes #5 127.1 checking for struct utmp.ut_session... yes #5 127.3 checking for struct utmpx.ut_exit... yes #5 127.7 checking for struct utmp.ut_exit... yes #5 128.2 checking for struct utmpx.ut_exit.ut_exit... no #5 128.6 checking for struct utmpx.ut_exit.e_exit... yes #5 129.0 checking for struct utmp.ut_exit.e_exit... yes #5 129.3 checking for struct utmpx.ut_exit.ut_termination... no #5 129.8 checking for struct utmpx.ut_exit.e_termination... yes #5 130.1 checking for struct utmp.ut_exit.e_termination... yes #5 130.4 checking whether sysinfo is declared... yes #5 130.6 checking for sys/sysctl.h... yes #5 131.2 checking for sysctl... yes #5 131.5 checking whether lstat correctly handles trailing slash... yes #5 132.0 checking whether // is distinct from /... no #5 132.0 checking whether realpath works... yes #5 132.4 checking for faccessat... yes #5 132.7 checking for getcwd... yes #5 132.9 checking whether byte ordering is bigendian... no #5 133.3 checking if environ is properly declared... yes #5 133.4 checking for complete errno.h... yes #5 133.5 checking whether ctype.h defines __header_inline... no #5 133.6 checking for mode_t... yes #5 134.0 checking whether strmode is declared... no #5 134.2 checking whether getline is declared... yes #5 134.3 checking for gawk... no #5 134.3 checking for mawk... mawk #5 134.3 checking for getopt.h... (cached) yes #5 134.4 checking for getopt_long_only... yes #5 134.6 checking whether getopt is POSIX compatible... yes #5 135.5 checking for working GNU getopt function... yes #5 136.0 checking for working GNU getopt_long function... yes #5 136.2 checking whether timespec_get is declared... yes #5 136.4 checking for timespec_get... yes #5 136.6 checking for struct timeval... yes #5 136.7 checking for wide-enough struct timeval.tv_sec member... yes #5 137.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #5 137.2 checking whether the compiler produces multi-arch binaries... no #5 137.4 checking whether stdint.h conforms to C99... yes #5 139.0 checking whether stdint.h works without ISO C predefines... yes #5 139.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #5 139.5 checking whether memmem is declared... yes #5 139.7 checking whether memrchr is declared... yes #5 140.0 checking whether defines MIN and MAX... no #5 140.2 checking whether defines MIN and MAX... yes #5 140.4 checking whether time_t is signed... yes #5 140.7 checking whether alarm is declared... yes #5 140.9 checking for working mktime... no #5 141.5 checking whether struct tm is in sys/time.h or time.h... time.h #5 141.6 checking for struct tm.tm_zone... yes #5 141.9 checking for struct tm.tm_gmtoff... yes #5 142.2 checking whether is self-contained... yes #5 144.5 checking for inline... inline #5 144.6 checking for sigset_t... yes #5 144.9 checking for volatile sig_atomic_t... yes #5 145.1 checking for sighandler_t... yes #5 145.3 checking for wchar_t... yes #5 145.4 checking for good max_align_t... yes #5 145.6 checking whether NULL can be used in arbitrary expressions... yes #5 145.7 checking for unreachable... no #5 145.9 checking whether fcloseall is declared... yes #5 146.2 checking whether getw is declared... yes #5 146.5 checking whether putw is declared... yes #5 146.8 checking which flavor of printf attribute matches inttypes macros... system #5 147.0 checking whether strnlen is declared... yes #5 147.3 checking whether strtoimax is declared... yes #5 147.6 checking whether stat file-mode macros are broken... no #5 147.7 checking for nlink_t... yes #5 148.0 checking for struct timespec in ... yes #5 148.2 checking for TIME_UTC in ... yes #5 148.4 checking whether execvpe is declared... yes #5 148.7 checking whether clearerr_unlocked is declared... yes #5 149.5 checking whether feof_unlocked is declared... yes #5 150.3 checking whether ferror_unlocked is declared... yes #5 150.9 checking whether fflush_unlocked is declared... yes #5 151.3 checking whether fgets_unlocked is declared... yes #5 151.9 checking whether fputc_unlocked is declared... yes #5 152.7 checking whether fputs_unlocked is declared... yes #5 153.5 checking whether fread_unlocked is declared... yes #5 154.2 checking whether fwrite_unlocked is declared... yes #5 154.8 checking whether getc_unlocked is declared... yes #5 155.3 checking whether getchar_unlocked is declared... yes #5 155.5 checking whether putc_unlocked is declared... yes #5 155.8 checking whether putchar_unlocked is declared... yes #5 156.1 checking type of array argument to getgroups... gid_t #5 156.6 checking whether getdelim is declared... yes #5 156.8 checking whether getdtablesize is declared... yes #5 157.0 checking whether malloc is ptrdiff_t safe... yes #5 157.2 checking whether malloc, realloc, calloc set errno on failure... yes #5 157.2 checking for O_CLOEXEC... yes #5 157.3 checking for promoted mode_t type... mode_t #5 157.4 checking whether the utimes function works... yes #5 157.8 checking for C compiler option to allow warnings... -Wno-error #5 158.0 checking for alignas and alignof... yes, macros #5 158.3 checking for alloca as a compiler built-in... yes #5 158.3 checking for static_assert... yes, an macro #5 158.5 checking for __builtin_expect... yes #5 158.7 checking byteswap.h usability... yes #5 158.9 checking byteswap.h presence... yes #5 159.0 checking for byteswap.h... yes #5 159.0 checking for readlinkat... yes #5 159.2 checking for library containing clock_gettime... none required #5 159.3 checking for clock_getres... yes #5 159.6 checking for clock_gettime... yes #5 159.8 checking for clock_settime... yes #5 160.0 checking for copy_file_range... yes #5 160.2 checking for d_type member in directory struct... yes #5 160.5 checking whether // is distinct from /... (cached) no #5 160.5 checking whether dup2 works... yes #5 160.7 checking for library containing backtrace_symbols_fd... none required #5 160.9 checking for faccessat... (cached) yes #5 160.9 checking whether fchmodat works... no #5 161.2 checking for readlinkat... (cached) yes #5 161.2 checking whether fcntl handles F_DUPFD correctly... yes #5 161.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #5 161.6 checking whether fdopendir is declared... yes #5 161.7 checking whether fdopendir works... yes #5 162.0 checking for flexible array member... yes #5 162.1 checking for __fpending... yes #5 162.3 checking whether __fpending is declared... yes #5 162.5 checking whether free is known to preserve errno... no #5 162.7 checking whether fstatat (..., 0) works... yes #5 163.0 checking for sys/mount.h... yes #5 163.4 checking for statvfs function (SVR4)... yes #5 163.7 checking whether to use statvfs64... no #5 163.8 checking for two-argument statfs with statfs.f_frsize member... yes #5 164.2 checking sys/fs/s5param.h usability... no #5 164.4 checking sys/fs/s5param.h presence... no #5 164.5 checking for sys/fs/s5param.h... no #5 164.5 checking sys/statfs.h usability... yes #5 164.7 checking sys/statfs.h presence... yes #5 164.8 checking for sys/statfs.h... yes #5 164.8 checking for statfs that truncates block counts... no #5 164.9 checking for futimens... yes #5 165.1 checking whether futimens works... yes #5 166.4 checking for getline... yes #5 166.7 checking for working getline function... yes #5 167.1 checking for getloadavg... yes #5 167.4 checking sys/loadavg.h usability... no #5 167.6 checking sys/loadavg.h presence... no #5 167.7 checking for sys/loadavg.h... no #5 167.8 checking whether getloadavg is declared... yes #5 168.0 checking for getrandom... yes #5 168.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #5 168.5 checking for gettimeofday with POSIX signature... yes #5 168.7 checking whether the compiler supports the __inline keyword... yes #5 168.9 checking gmp.h usability... yes #5 169.2 checking gmp.h presence... yes #5 169.3 checking for gmp.h... yes #5 169.3 checking for library containing __gmpz_roinit_n... -lgmp #5 169.9 checking for memmem... yes #5 170.1 checking whether memmem works... yes #5 170.4 checking for mempcpy... yes #5 170.8 checking for memrchr... yes #5 171.1 checking for memset_explicit... no #5 171.4 checking for explicit_memset... no #5 171.7 checking for mkostemp... yes #5 172.0 checking for library containing nanosleep... none required #5 172.2 checking for working nanosleep... no (mishandles large arguments) #5 173.6 checking for sys/pstat.h... no #5 173.8 checking for sys/sysmp.h... no #5 174.0 checking for sys/param.h... (cached) yes #5 174.0 checking for sys/sysctl.h... (cached) yes #5 174.1 checking for sched_getaffinity_np... no #5 174.4 checking for pstat_getdynamic... no #5 174.6 checking for sysmp... no #5 174.9 checking for sysctl... (cached) yes #5 174.9 checking for sched_getaffinity... yes #5 175.2 checking for glibc compatible sched_getaffinity... yes #5 175.4 checking for pipe2... yes #5 175.6 checking whether signature of pselect conforms to POSIX... yes #5 175.9 checking whether pselect detects invalid fds... yes #5 176.1 checking whether pthread_sigmask is a macro... no #5 176.2 checking whether pthread_sigmask returns error numbers... yes #5 176.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #5 178.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #5 179.5 checking whether readlink signature is correct... yes #5 179.6 checking whether readlink handles trailing slash correctly... yes #5 179.9 checking whether readlink truncates results correctly... yes #5 180.2 checking for readlinkat... (cached) yes #5 180.2 checking whether readlinkat signature is correct... yes #5 180.4 checking for working re_compile_pattern... no #5 181.1 checking libintl.h usability... yes #5 181.5 checking libintl.h presence... yes #5 181.6 checking for libintl.h... yes #5 181.6 checking whether isblank is declared... yes #5 181.8 checking for sig2str... no #5 182.1 checking for sigdescr_np... no #5 182.4 checking for socklen_t... yes #5 182.8 checking for ssize_t... yes #5 183.0 checking for struct stat.st_atim.tv_nsec... yes #5 183.2 checking whether struct stat.st_atim is of type struct timespec... yes #5 183.4 checking for struct stat.st_birthtimespec.tv_nsec... no #5 183.7 checking for struct stat.st_birthtimensec... no #5 184.0 checking for struct stat.st_birthtim.tv_nsec... no #5 184.3 checking for bool, true, false... no #5 184.4 checking for stpcpy... yes #5 184.7 checking for working strnlen... yes #5 185.1 checking whether strtoimax works... yes #5 185.5 checking whether symlink handles trailing slash correctly... yes #5 185.8 checking whether localtime_r is declared... yes #5 185.9 checking whether localtime_r is compatible with its POSIX signature... yes #5 186.1 checking whether localtime works even near extrema... yes #5 186.4 checking for timezone_t... no #5 186.6 checking for timegm... yes #5 186.7 checking whether timer_settime is declared... yes #5 186.8 checking for library containing timer_settime... -lrt #5 187.1 checking for timer_settime... yes #5 187.3 checking for utimensat... yes #5 187.6 checking whether utimensat works... yes #5 188.9 checking for variable-length arrays... yes #5 189.1 checking whether getdtablesize works... yes #5 189.3 checking for __mktime_internal... no #5 189.6 checking for timer_getoverrun... yes #5 189.7 checking for gcc option to disable position independent executables... not needed #5 189.7 checking for __ctype_get_mb_cur_max... yes #5 189.9 checking whether MB_CUR_MAX is defined to function that won't link... no #5 190.0 #5 190.0 Configured for 'x86_64-pc-linux-gnu'. #5 190.0 #5 190.0 Where should the build process find the source code? . #5 190.0 What compiler should emacs be built with? gcc -g3 -O2 #5 190.0 Should Emacs use the GNU version of malloc? no #5 190.0 (The GNU allocators don't work with this system configuration.) #5 190.0 Should Emacs use a relocating allocator for buffers? no #5 190.0 Should Emacs use mmap(2) for buffer allocation? no #5 190.0 What window system should Emacs use? none #5 190.0 What toolkit should Emacs use? none #5 190.0 Where do we find X Windows header files? NONE #5 190.0 Where do we find X Windows libraries? NONE #5 190.0 Does Emacs use -lXaw3d? no #5 190.0 Is Emacs being built for Android? no #5 190.0 Does Emacs use the X Double Buffer Extension? no #5 190.0 Does Emacs use -lXpm? no #5 190.0 Does Emacs use -ljpeg? no #5 190.0 Does Emacs use -ltiff? no #5 190.0 Does Emacs use a gif library? no #5 190.0 Does Emacs use a png library? no #5 190.0 Does Emacs use -lrsvg-2? no #5 190.0 Does Emacs use -lwebp? no #5 190.0 Does Emacs use -lsqlite3? no #5 190.0 Does Emacs use cairo? no #5 190.0 Does Emacs use -llcms2? no #5 190.0 Does Emacs use imagemagick? no #5 190.0 Does Emacs use native APIs for images? no #5 190.0 Does Emacs support sound? yes #5 190.0 Does Emacs use -lgpm? no #5 190.0 Does Emacs use -ldbus? yes #5 190.0 Does Emacs use -lgconf? no #5 190.0 Does Emacs use GSettings? no #5 190.0 Does Emacs use a file notification library? yes (inotify) #5 190.0 Does Emacs use access control lists? yes -lacl -lattr #5 190.0 Does Emacs use -lselinux? no #5 190.0 Does Emacs use -lgnutls? yes #5 190.0 Does Emacs use -lxml2? no #5 190.0 Does Emacs use -lfreetype? no #5 190.0 Does Emacs use HarfBuzz? no #5 190.0 Does Emacs use -lm17n-flt? no #5 190.0 Does Emacs use -lotf? no #5 190.0 Does Emacs use -lxft? no #5 190.0 Does Emacs use -lsystemd? no #5 190.0 Does Emacs use -ljansson? no #5 190.0 Does Emacs use -ltree-sitter? no #5 190.0 Does Emacs use the GMP library? yes #5 190.0 Does Emacs directly use zlib? no #5 190.0 Does Emacs have dynamic modules support? yes #5 190.0 Does Emacs use toolkit scroll bars? no #5 190.0 Does Emacs support Xwidgets? no #5 190.0 Does Emacs have threading support in lisp? yes #5 190.0 Does Emacs support the portable dumper? yes #5 190.0 Does Emacs support legacy unexec dumping? no #5 190.0 Which dumping strategy does Emacs use? pdumper #5 190.0 Does Emacs have native lisp compiler? no #5 190.0 Does Emacs use version 2 of the X Input Extension? no #5 190.0 Does Emacs generate a smaller-size Japanese dictionary? no #5 190.0 #5 190.0 #5 190.5 configure: creating ./config.status #5 191.0 config.status: creating src/verbose.mk #5 191.1 config.status: creating src/emacs-module.h #5 191.2 config.status: creating Makefile #5 191.3 config.status: creating lib/gnulib.mk #5 191.4 config.status: creating ./doc/man/emacs.1 #5 191.5 config.status: creating lib/Makefile #5 191.6 config.status: creating lib-src/Makefile #5 191.7 config.status: creating oldXMenu/Makefile #5 191.8 config.status: creating src/Makefile #5 191.9 config.status: creating lwlib/Makefile #5 192.0 config.status: creating nextstep/Makefile #5 192.1 config.status: creating nt/Makefile #5 192.2 config.status: creating doc/emacs/Makefile #5 192.3 config.status: creating doc/misc/Makefile #5 192.4 config.status: creating doc/lispintro/Makefile #5 192.5 config.status: creating doc/lispref/Makefile #5 192.6 config.status: creating lisp/Makefile #5 192.7 config.status: creating leim/Makefile #5 192.8 config.status: creating test/Makefile #5 193.0 config.status: creating test/manual/noverlay/Makefile #5 193.1 config.status: creating test/infra/Makefile #5 193.3 config.status: creating admin/charsets/Makefile #5 193.4 config.status: creating admin/unidata/Makefile #5 193.5 config.status: creating admin/grammars/Makefile #5 193.6 config.status: creating java/Makefile #5 193.7 config.status: creating cross/Makefile #5 193.8 config.status: creating java/AndroidManifest.xml #5 194.0 config.status: creating src/config.h #5 194.0 config.status: executing src/epaths.h commands #5 194.2 config.status: executing src/.gdbinit commands #5 194.2 config.status: executing doc/emacs/emacsver.texi commands #5 194.2 config.status: executing etc-refcards-emacsver.tex commands #5 194.3 configure: WARNING: This configuration installs a 'movemail' program #5 194.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #5 194.3 installed a 'movemail' program that retrieved POP3 email via only #5 194.3 insecure channels, a practice that is no longer recommended but that #5 194.3 you can continue to support by using './configure --with-pop'. #5 194.3 configure: You might want to install GNU Mailutils #5 194.3 and use './configure --with-mailutils'. #5 DONE 197.0s #4 [emacs-inotify 6/6] RUN make bootstrap #4 5.990 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #4 6.006 make[1]: Entering directory '/checkout' #4 6.126 make bootstrap-clean #4 6.137 make[2]: Entering directory '/checkout' #4 6.290 make -C src bootstrap-clean #4 6.305 make[3]: Entering directory '/checkout/src' #4 6.305 GEN /checkout/src/lisp.mk #4 6.758 rm -f android-emacs libemacs.so #4 6.765 rm -f temacs core ./*.core \#* ./*.o build-counter.c #4 6.771 rm -f dmpstruct.h #4 6.777 rm -f emacs.pdmp #4 6.782 rm -f ../etc/DOC #4 6.787 rm -f bootstrap-emacs bootstrap-emacs.pdmp #4 6.792 rm -f emacs-30.0.50 #4 6.797 rm -f buildobj.h #4 6.802 rm -f globals.h gl-stamp #4 6.807 rm -f ./*.res ./*.tmp #4 6.813 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #4 6.819 rm -f ../etc/DOC* #4 6.825 rm -f deps/* #4 6.830 rm -f emacs-module.h epaths.h config.h config.stamp #4 6.837 if test -f ./.gdbinit; then \ #4 6.837 mv ./.gdbinit ./.gdbinit.save; \ #4 6.837 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #4 6.837 else mv ./.gdbinit.save ./.gdbinit; fi; \ #4 6.837 fi #4 7.578 make[3]: Leaving directory '/checkout/src' #4 7.581 make -C oldXMenu bootstrap-clean #4 7.591 make[3]: Entering directory '/checkout/oldXMenu' #4 7.591 rm -f libXMenu11.a ./*.o deps/* #4 7.598 rm -f Makefile #4 7.601 rm -fr deps #4 7.604 make[3]: Leaving directory '/checkout/oldXMenu' #4 7.604 make -C lwlib bootstrap-clean #4 7.620 make[3]: Entering directory '/checkout/lwlib' #4 7.620 rm -f ./*.o liblw.a \#* deps/* #4 7.630 rm -f Makefile #4 7.633 rm -fr deps #4 7.634 rm -f TAGS #4 7.636 make[3]: Leaving directory '/checkout/lwlib' #4 7.636 make -C lib bootstrap-clean #4 7.837 make[3]: Entering directory '/checkout/lib' #4 7.843 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #4 7.858 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #4 7.867 rm -f Makefile Makefile.android #4 7.872 rm -fr deps #4 7.881 make[3]: Leaving directory '/checkout/lib' #4 7.885 make -C lib-src bootstrap-clean #4 7.899 make[3]: Entering directory '/checkout/lib-src' #4 7.899 rm -f core ./*.o ./*.res #4 7.911 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #4 7.918 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #4 7.930 rm -f TAGS Makefile blessmail Makefile.android #4 7.946 make[3]: Leaving directory '/checkout/lib-src' #4 7.947 make -C nt bootstrap-clean #4 7.960 make[3]: Entering directory '/checkout/nt' #4 7.960 rm -f core *.o *.res #4 7.970 rm -f runemacs addpm cmdproxy ddeclient #4 7.973 rm -f TAGS Makefile *.rc #4 7.977 true #4 7.988 make[3]: Leaving directory '/checkout/nt' #4 7.988 make -C doc/emacs bootstrap-clean #4 7.998 make[3]: Entering directory '/checkout/doc/emacs' #4 7.998 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 7.998 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 8.010 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #4 8.019 rm -f Makefile #4 8.029 rm -f \ #4 8.029 ./../../info/emacs.info \ #4 8.029 ./../../info/emacs.info-[1-9] \ #4 8.029 ./../../info/emacs.info-[1-9][0-9] #4 8.036 rm -f ./emacsver.texi TAGS #4 8.044 make[3]: Leaving directory '/checkout/doc/emacs' #4 8.048 make -C doc/misc bootstrap-clean #4 8.067 make[3]: Entering directory '/checkout/doc/misc' #4 8.067 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #4 8.067 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #4 8.067 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #4 8.078 rm -f gnustmp* #4 8.087 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #4 8.103 rm -f Makefile #4 8.108 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #4 8.108 file=`echo ${file} | sed 's/\.info$//'`.info; \ #4 8.108 rm -f \ #4 8.108 ./../../info/${file} \ #4 8.108 ./../../info/${file}-[1-9] \ #4 8.108 ./../../info/${file}-[1-9][0-9]; \ #4 8.108 done #4 9.224 rm -f ./modus-themes.texi ./org.texi #4 9.234 rm -f TAGS #4 9.240 make[3]: Leaving directory '/checkout/doc/misc' #4 9.240 make -C doc/lispref bootstrap-clean #4 9.257 make[3]: Entering directory '/checkout/doc/lispref' #4 9.257 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 9.257 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 9.267 rm -f elisp[12]* vol[12].tmp #4 9.279 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #4 9.293 rm -f vol[12].dvi vol[12].pdf vol[12].ps #4 9.299 rm -f Makefile #4 9.305 rm -f \ #4 9.305 ./../../info/elisp.info \ #4 9.305 ./../../info/elisp.info-[1-9] \ #4 9.305 ./../../info/elisp.info-[1-9][0-9] #4 9.310 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #4 9.317 rm -f TAGS #4 9.325 make[3]: Leaving directory '/checkout/doc/lispref' #4 9.327 make -C doc/lispintro bootstrap-clean #4 9.340 make[3]: Entering directory '/checkout/doc/lispintro' #4 9.340 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #4 9.340 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #4 9.350 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #4 9.358 rm -f Makefile #4 9.363 rm -f \ #4 9.363 ./../../info/eintr.info \ #4 9.363 ./../../info/eintr.info-[1-9] #4 9.368 rm -f TAGS #4 9.376 make[3]: Leaving directory '/checkout/doc/lispintro' #4 9.381 make -C test bootstrap-clean #4 9.387 make[3]: Entering directory '/checkout/test' #4 9.492 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #4 9.549 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #4 9.582 rm -f ./lisp/gnus/mml-sec-resources/random_seed #4 9.589 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #4 9.589 src/emacs-module-resources/*.dll gmp.h #4 9.609 find . -name '*.elc' -delete #4 9.638 make[3]: Leaving directory '/checkout/test' #4 9.639 make -C java bootstrap-clean #4 9.821 make[3]: Entering directory '/checkout/java' #4 9.821 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #4 9.830 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #4 9.836 find . -name '*.class' -delete #4 9.850 rm -f Makefile ndk-build.mk #4 9.863 make[3]: Leaving directory '/checkout/java' #4 9.867 make -C cross bootstrap-clean #4 9.882 make[3]: Entering directory '/checkout/cross' #4 9.882 for dir in src lib-src lib etc; do \ #4 9.882 find $dir -type f -delete; \ #4 9.882 done #4 9.901 rm -rf lib/config.h lib-src/config.h #4 9.914 if test -f ndk-build/Makefile; then \ #4 9.914 make -C ndk-build clean; \ #4 9.914 fi #4 9.925 for dir in src lib-src lib etc; do \ #4 9.925 find $dir -type l -delete; \ #4 9.925 done #4 9.948 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #4 9.948 rm -rf ndk-build/ndk-build.mk Makefile #4 9.951 make[3]: Leaving directory '/checkout/cross' #4 9.953 make -C nextstep bootstrap-clean #4 9.962 make[3]: Entering directory '/checkout/nextstep' #4 9.962 rm -rf #4 9.970 rm -f Makefile #4 9.982 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #4 9.982 GNUstep/Emacs.base/Resources/Emacs.desktop \ #4 9.982 Cocoa/Emacs.base/Contents/Info.plist \ #4 9.982 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #4 9.990 make[3]: Leaving directory '/checkout/nextstep' #4 9.990 make -C admin/charsets bootstrap-clean #4 10.02 make[3]: Entering directory '/checkout/admin/charsets' #4 10.02 make[3]: Nothing to be done for 'bootstrap-clean'. #4 10.02 make[3]: Leaving directory '/checkout/admin/charsets' #4 10.02 make -C admin/unidata bootstrap-clean #4 10.03 make[3]: Entering directory '/checkout/admin/unidata' #4 10.07 rm -f ./*.elc unidata.txt #4 10.08 make[3]: Leaving directory '/checkout/admin/unidata' #4 10.08 make -C leim bootstrap-clean #4 10.10 make[3]: Entering directory '/checkout/leim' #4 10.10 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #4 10.11 make[3]: Leaving directory '/checkout/leim' #4 10.11 make -C lisp bootstrap-clean #4 10.12 make[3]: Entering directory '/checkout/lisp' #4 10.18 find . -name '*.elc' -delete #4 10.19 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #4 10.19 make[3]: Leaving directory '/checkout/lisp' #4 10.19 make -C admin/grammars bootstrap-clean #4 10.20 make[3]: Entering directory '/checkout/admin/grammars' #4 10.20 make[3]: Nothing to be done for 'bootstrap-clean'. #4 10.20 make[3]: Leaving directory '/checkout/admin/grammars' #4 10.20 [ ! -f config.log ] || mv -f config.log config.log~ #4 11.32 rm -rf ./info #4 11.32 rm -f ./etc/refcards/emacsver.tex #4 11.33 rm -rf native-lisp/ lisp/leim/ja-dic/ #4 11.34 rm -fr autom4te.cache config.cache #4 11.34 rm -f config.log ./doc/man/emacs.1 #4 11.35 make[2]: Leaving directory '/checkout' #4 11.35 cd . && ./autogen.sh autoconf #4 11.37 Checking whether you have the necessary tools... #4 11.37 (Read INSTALL.REPO for more details on building Emacs) #4 11.38 Checking for autoconf (need at least version 2.65) ... ok #4 11.48 Your system has the required tools. #4 11.56 Running 'autoreconf -fi -I m4' ... #4 31.03 Building 'aclocal.m4' in exec ... #4 31.03 Running 'autoreconf -fi' in exec ... #4 37.35 You can now run './autogen.sh git'. #4 37.35 make MAKEFILE_NAME=force-Makefile force-Makefile #4 37.38 make[2]: Entering directory '/checkout' #4 37.39 make[2]: *** No rule to make target 'echo-sources'. Stop. #4 37.56 if [ -x ./config.status ]; then \ #4 37.56 ./config.status --recheck; \ #4 37.56 else \ #4 37.56 ./configure --cache-file=/dev/null; \ #4 37.56 fi #4 37.66 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #4 38.02 checking for xcrun... no #4 38.03 checking for GNU Make... make #4 38.06 checking build system type... x86_64-pc-linux-gnu #4 38.28 checking host system type... x86_64-pc-linux-gnu #4 38.32 checking for gcc... gcc #4 38.44 checking whether the C compiler works... yes #4 39.18 checking for C compiler default output file name... a.out #4 39.18 checking for suffix of executables... #4 39.40 checking whether we are cross compiling... no #4 39.54 checking for suffix of object files... o #4 39.64 checking whether we are using the GNU C compiler... yes #4 39.71 checking whether gcc accepts -g... yes #4 39.80 checking for gcc option to enable C11 features... none needed #4 40.03 checking whether the compiler is clang... no #4 40.12 checking for compiler option needed when checking for declarations... none #4 40.12 checking whether gcc and cc understand -c and -o together... yes #4 40.55 checking how to run the C preprocessor... gcc -E #4 40.81 checking for grep that handles long lines and -e... /bin/grep #4 40.82 checking for egrep... /bin/grep -E #4 40.83 checking for ANSI C header files... yes #4 41.44 checking for sys/types.h... yes #4 41.62 checking for sys/stat.h... yes #4 41.74 checking for stdlib.h... yes #4 41.91 checking for string.h... yes #4 42.09 checking for memory.h... yes #4 42.21 checking for strings.h... yes #4 42.37 checking for inttypes.h... yes #4 42.50 checking for stdint.h... yes #4 42.71 checking for unistd.h... yes #4 42.85 checking for wchar.h... yes #4 43.03 checking for minix/config.h... no #4 43.12 checking for linux/fs.h... yes #4 43.33 checking for malloc.h... yes #4 43.54 checking for sys/systeminfo.h... no #4 43.77 checking for sys/sysinfo.h... yes #4 43.96 checking for coff.h... no #4 44.10 checking for pty.h... yes #4 44.38 checking for sys/resource.h... yes #4 44.62 checking for sys/utsname.h... yes #4 44.87 checking for pwd.h... yes #4 45.03 checking for util.h... no #4 45.20 checking for sanitizer/lsan_interface.h... yes #4 45.41 checking for sanitizer/asan_interface.h... yes #4 45.64 checking for sanitizer/common_interface_defs.h... yes #4 45.85 checking for sys/socket.h... yes #4 46.02 checking for stdlib.h... (cached) yes #4 46.06 checking for unistd.h... (cached) yes #4 46.10 checking for sys/param.h... yes #4 46.32 checking for pthread.h... yes #4 46.52 checking for malloc/malloc.h... no #4 46.68 checking for sys/un.h... yes #4 46.99 checking for utmp.h... yes #4 47.18 checking for utmpx.h... yes #4 47.34 checking for OS.h... no #4 47.46 checking for dirent.h... yes #4 47.60 checking for execinfo.h... yes #4 47.79 checking for linux/xattr.h... yes #4 47.94 checking for stdio_ext.h... yes #4 48.10 checking for sys/vfs.h... yes #4 48.28 checking for sys/fs_types.h... no #4 48.45 checking for getopt.h... yes #4 48.59 checking for sys/cdefs.h... yes #4 48.76 checking for sys/time.h... yes #4 48.96 checking for ieee754.h... yes #4 49.11 checking for limits.h... yes #4 49.22 checking for inttypes.h... (cached) yes #4 49.24 checking for sys/types.h... (cached) yes #4 49.26 checking for stdint.h... (cached) yes #4 49.30 checking for sys/select.h... yes #4 49.55 checking for stdbool.h... yes #4 49.81 checking for stdckdint.h... no #4 49.97 checking for sys/random.h... yes #4 50.23 checking for sys/stat.h... (cached) yes #4 50.25 checking whether it is safe to define __EXTENSIONS__... yes #4 50.47 checking whether _XOPEN_SOURCE should be defined... no #4 50.61 checking for Minix Amsterdam compiler... no #4 50.68 checking for ar... ar #4 50.68 checking for ranlib... ranlib #4 50.69 checking for gcc option to enable large file support... none needed #4 50.87 checking for gcc option for timestamps after 2038... none needed #4 51.04 checking for g++... g++ #4 51.19 checking whether we are using the GNU C++ compiler... yes #4 51.36 checking whether g++ accepts -g... yes #4 51.49 checking for g++ option to enable C++11 features... none needed #4 81.81 checking how to run the C++ preprocessor... g++ -E #4 82.24 checking whether gcc accepts -g3 -O2... yes #4 83.07 checking whether the compiler is clang... no #4 83.24 checking whether C compiler handles -Werror -Wunknown-warning-option... no #4 83.39 checking whether -Wno-missing-field-initializers is needed... yes #4 83.73 checking whether -Wuninitialized is supported... yes #4 83.93 checking whether C compiler handles -fstrict-flex-arrays... no #4 84.09 checking whether C compiler handles -Wall... yes #4 84.34 checking whether C compiler handles -Warith-conversion... yes #4 84.58 checking whether C compiler handles -Wdate-time... yes #4 84.78 checking whether C compiler handles -Wdisabled-optimization... yes #4 85.01 checking whether C compiler handles -Wdouble-promotion... yes #4 85.21 checking whether C compiler handles -Wduplicated-cond... yes #4 85.39 checking whether C compiler handles -Wextra... yes #4 85.63 checking whether C compiler handles -Wformat-signedness... yes #4 85.87 checking whether C compiler handles -Winit-self... yes #4 86.16 checking whether C compiler handles -Winvalid-pch... yes #4 86.40 checking whether C compiler handles -Wlogical-op... yes #4 86.64 checking whether C compiler handles -Wmissing-declarations... yes #4 86.83 checking whether C compiler handles -Wmissing-include-dirs... yes #4 87.02 checking whether C compiler handles -Wmissing-prototypes... yes #4 87.34 checking whether C compiler handles -Wnested-externs... yes #4 87.58 checking whether C compiler handles -Wnull-dereference... yes #4 87.78 checking whether C compiler handles -Wold-style-definition... yes #4 88.01 checking whether C compiler handles -Wopenmp-simd... yes #4 88.20 checking whether C compiler handles -Wpacked... yes #4 88.35 checking whether C compiler handles -Wpointer-arith... yes #4 88.53 checking whether C compiler handles -Wstrict-flex-arrays... no #4 88.65 checking whether C compiler handles -Wstrict-prototypes... yes #4 88.87 checking whether C compiler handles -Wsuggest-attribute=format... yes #4 89.12 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #4 89.32 checking whether C compiler handles -Wsuggest-final-methods... yes #4 89.58 checking whether C compiler handles -Wsuggest-final-types... yes #4 89.84 checking whether C compiler handles -Wtrampolines... yes #4 90.09 checking whether C compiler handles -Wuninitialized... yes #4 90.42 checking whether C compiler handles -Wunknown-pragmas... yes #4 90.63 checking whether C compiler handles -Wunused-macros... yes #4 90.83 checking whether C compiler handles -Wvariadic-macros... yes #4 91.03 checking whether C compiler handles -Wvector-operation-performance... yes #4 91.21 checking whether C compiler handles -Wwrite-strings... yes #4 91.38 checking whether C compiler handles -Warray-bounds=2... yes #4 91.53 checking whether C compiler handles -Wattribute-alias=2... yes #4 91.69 checking whether C compiler handles -Wformat=2... yes #4 91.84 checking whether C compiler handles -Wformat-truncation=2... yes #4 92.05 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #4 92.20 checking whether C compiler handles -Wshift-overflow=2... yes #4 92.36 checking whether C compiler handles -Wuse-after-free=3... no #4 92.48 checking whether C compiler handles -Wvla-larger-than=4031... yes #4 92.67 checking whether C compiler handles -Wno-missing-field-initializers... yes #4 92.87 checking whether C compiler handles -Wredundant-decls... yes #4 93.09 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #4 93.09 checking whether C compiler handles -Wno-override-init... yes #4 93.28 checking whether C compiler handles -Wno-sign-compare... yes #4 93.43 checking whether C compiler handles -Wno-type-limits... yes #4 93.74 checking whether C compiler handles -Wno-unused-parameter... yes #4 94.08 checking whether C compiler handles -Wno-format-nonliteral... yes #4 94.27 checking whether C compiler handles -Wno-bidi-chars... no #4 94.34 checking for a BSD-compatible install... /usr/bin/install -c #4 94.71 checking command to symlink files in the same directory... ln -s #4 94.80 checking for install-info... : #4 94.80 checking for gzip... /bin/gzip #4 94.80 checking for 'find' args to delete a file... -delete #4 94.85 checking for brew... no #4 96.47 checking for -znocombreloc... not needed #4 96.47 checking whether addresses are sanitized... no #4 96.58 checking for math library... -lm #4 97.95 checking for struct passwd.pw_gecos... yes #4 98.07 checking for pkg-config... /usr/bin/pkg-config #4 98.07 checking pkg-config is at least version 0.9.0... yes #4 98.38 checking for machine/soundcard.h... no #4 98.50 checking for sys/soundcard.h... yes #4 98.73 checking for soundcard.h... no #4 98.84 checking for mmsystem.h... no #4 98.90 checking for _oss_ioctl in -lossaudio... no #4 99.05 checking for alsa >= 1.0.0... no #4 99.08 checking for ADDR_NO_RANDOMIZE... yes #4 99.19 checking if Linux sysinfo may be used... yes #4 99.55 checking for sys/wait.h that is POSIX.1 compatible... yes #4 100.1 checking for net/if.h... yes #4 100.7 checking for ifaddrs.h... yes #4 100.9 checking for net/if_dl.h... no #4 101.1 checking for struct ifreq.ifr_flags... yes #4 101.4 checking for struct ifreq.ifr_hwaddr... yes #4 101.8 checking for struct ifreq.ifr_netmask... yes #4 102.3 checking for struct ifreq.ifr_broadaddr... yes #4 102.8 checking for struct ifreq.ifr_addr... yes #4 103.3 checking for struct ifreq.ifr_addr.sa_len... no #4 103.7 checking whether gcc understands -MMD -MF... yes #4 103.9 checking for X... no #4 104.1 checking for X... false #4 104.1 checking whether malloc is Doug Lea style... no #4 104.4 checking for sbrk... yes #4 104.8 checking for __lsan_ignore_object... no #4 105.1 checking for fchmod... yes #4 105.5 checking for utmpname... yes #4 105.9 checking for utmpxname... yes #4 106.3 checking for canonicalize_file_name... yes #4 106.6 checking for realpath... yes #4 107.0 checking for lstat... yes #4 107.5 checking for fchmodat... yes #4 107.9 checking for lchmod... no #4 108.0 checking for fcntl... yes #4 108.4 checking for fdopendir... yes #4 108.7 checking for listxattr... yes #4 109.1 checking for fstatat... yes #4 109.5 checking for fsync... yes #4 109.9 checking for gettimeofday... yes #4 110.4 checking for memset_s... no #4 110.9 checking for pselect... yes #4 111.2 checking for readlink... yes #4 111.5 checking for isblank... yes #4 111.8 checking for iswctype... yes #4 112.1 checking for strtoimax... yes #4 112.4 checking for symlink... yes #4 112.7 checking for localtime_r... yes #4 113.0 checking for getdtablesize... yes #4 113.4 checking for getpagesize... yes #4 113.7 checking for working mmap... yes #4 114.2 checking for main in -lXbsd... no #4 114.4 checking for pthread library... -lpthread #4 115.0 checking for thread support... yes #4 115.0 checking for sqlite3_open_v2 in -lsqlite3... no #4 115.2 checking for getaddrinfo_a in -lanl... yes #4 115.5 checking for malloc_trim... yes #4 115.9 checking for dbus-1 >= 1.0... yes #4 116.0 checking for dbus_watch_get_unix_fd... yes #4 116.4 checking for dbus_type_is_valid... yes #4 116.8 checking for dbus_validate_bus_name... yes #4 117.1 checking for dbus_validate_path... yes #4 117.4 checking for dbus_validate_interface... yes #4 117.7 checking for dbus_validate_member... yes #4 118.0 checking for lgetfilecon in -lselinux... no #4 118.2 checking for gnutls >= 2.12.2... yes #4 118.3 checking for libsystemd >= 222... no #4 118.3 checking for jansson >= 2.7... no #4 118.4 checking for tree-sitter >= 0.20.2... no #4 118.4 checking for tree-sitter >= 0.6.3... no #4 118.4 checking sys/inotify.h usability... yes #4 118.7 checking sys/inotify.h presence... yes #4 118.8 checking for sys/inotify.h... yes #4 118.8 checking for inotify_init... yes #4 119.2 checking for inotify_init1... yes #4 119.7 checking for lcms2... no #4 119.7 checking for library containing inflateEnd... no #4 120.1 checking for dladdr... yes #4 120.4 checking for dlfunc... no #4 120.7 checking for gcc_jit_context_acquire in -lgccjit... no #4 120.8 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #4 120.8 found. #4 120.8 Please try installing libgccjit or a similar package if you want to have it #4 120.8 enabled. #4 120.8 checking libgccjit.h usability... no #4 121.0 checking libgccjit.h presence... no #4 121.0 checking for libgccjit.h... no #4 121.0 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #4 121.0 were not found. #4 121.0 Please try installing libgccjit-dev or a similar package if you want to have it #4 121.0 enabled. #4 121.0 checking gpm.h usability... no #4 121.3 checking gpm.h presence... no #4 121.4 checking for gpm.h... no #4 121.4 checking for libxml-2.0 > 2.6.17... no #4 121.4 checking for maillock in -lmail... no #4 121.7 checking for maillock in -llockfile... no #4 121.9 checking for liblockfile.so... no #4 121.9 checking maillock.h usability... no #4 122.1 checking maillock.h presence... no #4 122.2 checking for maillock.h... no #4 122.2 checking linux/seccomp.h usability... yes #4 122.4 checking linux/seccomp.h presence... yes #4 122.5 checking for linux/seccomp.h... yes #4 122.5 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #4 122.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #4 122.9 checking linux/filter.h usability... yes #4 123.2 checking linux/filter.h presence... yes #4 123.2 checking for linux/filter.h... yes #4 123.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #4 123.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #4 123.3 checking for libseccomp >= 2.5.2... no #4 123.4 checking size of long... 8 #4 123.7 checking for accept4... yes #4 124.0 checking for fchdir... yes #4 124.3 checking for gethostname... yes #4 124.6 checking for getrusage... yes #4 124.9 checking for get_current_dir_name... yes #4 125.2 checking for lrand48... yes #4 125.5 checking for random... yes #4 125.7 checking for rint... yes #4 126.0 checking for tcdrain... yes #4 126.3 checking for trunc... yes #4 126.5 checking for select... yes #4 126.8 checking for getpagesize... (cached) yes #4 126.8 checking for setlocale... yes #4 127.0 checking for newlocale... yes #4 127.3 checking for getrlimit... yes #4 127.6 checking for setrlimit... yes #4 127.8 checking for shutdown... yes #4 128.1 checking for pthread_sigmask... (cached) yes #4 128.2 checking for strsignal... yes #4 128.4 checking for setitimer... yes #4 128.7 checking for sendto... yes #4 129.0 checking for recvfrom... yes #4 129.3 checking for getsockname... yes #4 129.6 checking for getifaddrs... yes #4 129.9 checking for freeifaddrs... yes #4 130.2 checking for gai_strerror... yes #4 130.4 checking for sync... yes #4 130.7 checking for endpwent... yes #4 131.0 checking for getgrent... yes #4 131.3 checking for endgrent... yes #4 131.7 checking for cfmakeraw... yes #4 132.0 checking for cfsetspeed... yes #4 132.3 checking for __executable_start... yes #4 132.7 checking for log2... yes #4 133.1 checking for pthread_setname_np... yes #4 133.4 checking for pthread_set_name_np... no #4 133.7 checking for getpwent... yes #4 134.1 checking for renameat2... yes #4 134.5 checking whether pthread_setname_np takes a single argument... no #4 134.6 checking whether pthread_setname_np takes three arguments... no #4 134.8 checking for aligned_alloc... yes #4 135.1 checking whether aligned_alloc is declared... yes #4 135.3 checking for posix_madvise... yes #4 135.7 checking for madvise... yes #4 136.0 checking for __builtin_frame_address... yes #4 136.3 checking for __builtin_unwind_init... yes #4 136.5 checking for _LARGEFILE_SOURCE value needed for large files... no #4 136.9 checking for grantpt... yes #4 137.2 checking for getpt... yes #4 137.6 checking for posix_openpt... yes #4 137.9 checking for library containing tputs... -ltinfo #4 138.4 checking whether -ltinfo library defines BC... yes #4 138.6 checking for timerfd interface... yes #4 138.8 checking whether signals can be handled on alternate stack... yes #4 139.0 checking valgrind/valgrind.h usability... no #4 139.2 checking valgrind/valgrind.h presence... no #4 139.3 checking for valgrind/valgrind.h... no #4 139.3 checking for struct unipair.unicode... yes #4 139.6 checking for pid_t... yes #4 140.2 checking vfork.h usability... no #4 140.4 checking vfork.h presence... no #4 140.5 checking for vfork.h... no #4 140.5 checking for fork... yes #4 140.9 checking for vfork... yes #4 141.2 checking for working fork... yes #4 141.7 checking for working vfork... (cached) yes #4 141.7 checking for snprintf... yes #4 142.1 checking for open_memstream... yes #4 142.4 checking spawn.h usability... yes #4 142.6 checking spawn.h presence... yes #4 142.6 checking for spawn.h... yes #4 142.6 checking for posix_spawn... yes #4 142.9 checking for posix_spawn_file_actions_addchdir... no #4 143.2 checking for posix_spawn_file_actions_addchdir_np... yes #4 143.5 checking for posix_spawnattr_setflags... yes #4 143.8 checking whether POSIX_SPAWN_SETSID is declared... yes #4 143.9 checking whether GLib is linked in... no #4 144.0 checking for nl_langinfo and CODESET... yes #4 144.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #4 144.5 checking for mbstate_t... yes #4 144.7 checking for signals via characters... yes #4 144.9 checking for _setjmp... yes #4 145.1 checking for sigsetjmp... yes #4 145.3 checking POSIX termios... yes #4 145.6 checking size of speed_t... 4 #4 145.9 checking for usable FIONREAD... yes #4 146.1 checking for usable SIGIO... yes #4 146.3 checking for struct alignment... yes #4 146.5 checking for C/C++ restrict keyword... __restrict__ #4 146.6 checking for typeof syntax and keyword spelling... typeof #4 146.8 checking for statement expressions... yes #4 147.0 checking whether malloc (0) returns nonnull... yes #4 147.2 checking sys/acl.h usability... yes #4 147.4 checking sys/acl.h presence... yes #4 147.5 checking for sys/acl.h... yes #4 147.5 checking for library containing acl_get_file... -lacl #4 148.1 checking for acl_get_file... yes #4 148.3 checking for acl_get_fd... yes #4 148.5 checking for acl_set_file... yes #4 148.7 checking for acl_set_fd... yes #4 148.9 checking for acl_free... yes #4 149.2 checking for acl_from_mode... yes #4 149.5 checking for acl_from_text... yes #4 149.8 checking for acl_delete_def_file... yes #4 150.2 checking for acl_extended_file... yes #4 150.5 checking for acl_delete_fd_np... no #4 150.9 checking for acl_delete_file_np... no #4 151.1 checking for acl_copy_ext_native... no #4 151.4 checking for acl_create_entry_np... no #4 151.7 checking for acl_to_short_text... no #4 151.9 checking for acl_free_text... no #4 152.2 checking for working acl_get_file... yes #4 152.5 checking acl/libacl.h usability... yes #4 152.7 checking acl/libacl.h presence... yes #4 152.7 checking for acl/libacl.h... yes #4 152.7 checking for acl_entries... yes #4 153.0 checking for ACL_FIRST_ENTRY... yes #4 153.1 checking for ACL_TYPE_EXTENDED... no #4 153.2 checking for working alloca.h... yes #4 153.4 checking for alloca... yes #4 153.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #4 153.7 checking whether the preprocessor supports include_next... yes #4 153.9 checking whether source code line length is unlimited... yes #4 154.0 checking whether endutent is declared... yes #4 154.2 checking for struct utmpx.ut_user... yes #4 154.5 checking for struct utmp.ut_user... yes #4 154.8 checking for struct utmpx.ut_name... yes #4 155.0 checking for struct utmp.ut_name... yes #4 155.2 checking for struct utmpx.ut_type... yes #4 155.5 checking for struct utmp.ut_type... yes #4 155.7 checking for struct utmpx.ut_pid... yes #4 156.0 checking for struct utmp.ut_pid... yes #4 156.2 checking for struct utmp.ut_tv... yes #4 156.7 checking for struct utmpx.ut_host... yes #4 157.0 checking for struct utmp.ut_host... yes #4 157.1 checking for struct utmpx.ut_id... yes #4 157.3 checking for struct utmp.ut_id... yes #4 157.6 checking for struct utmpx.ut_session... yes #4 157.9 checking for struct utmp.ut_session... yes #4 158.2 checking for struct utmpx.ut_exit... yes #4 158.6 checking for struct utmp.ut_exit... yes #4 159.1 checking for struct utmpx.ut_exit.ut_exit... no #4 159.4 checking for struct utmpx.ut_exit.e_exit... yes #4 159.6 checking for struct utmp.ut_exit.e_exit... yes #4 159.9 checking for struct utmpx.ut_exit.ut_termination... no #4 160.3 checking for struct utmpx.ut_exit.e_termination... yes #4 160.5 checking for struct utmp.ut_exit.e_termination... yes #4 160.7 checking whether sysinfo is declared... yes #4 160.9 checking for sys/sysctl.h... yes #4 161.2 checking for sysctl... yes #4 161.5 checking whether lstat correctly handles trailing slash... yes #4 161.9 checking whether // is distinct from /... no #4 161.9 checking whether realpath works... yes #4 162.2 checking for faccessat... yes #4 162.5 checking for getcwd... yes #4 162.8 checking whether byte ordering is bigendian... no #4 163.1 checking if environ is properly declared... yes #4 163.2 checking for complete errno.h... yes #4 163.3 checking whether ctype.h defines __header_inline... no #4 163.4 checking for mode_t... yes #4 163.7 checking whether strmode is declared... no #4 163.9 checking whether getline is declared... yes #4 164.2 checking for gawk... no #4 164.2 checking for mawk... mawk #4 164.2 checking for getopt.h... (cached) yes #4 164.2 checking for getopt_long_only... yes #4 164.5 checking whether getopt is POSIX compatible... yes #4 165.6 checking for working GNU getopt function... yes #4 166.1 checking for working GNU getopt_long function... yes #4 166.4 checking whether timespec_get is declared... yes #4 166.5 checking for timespec_get... yes #4 166.8 checking for struct timeval... yes #4 166.9 checking for wide-enough struct timeval.tv_sec member... yes #4 167.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #4 167.2 checking whether the compiler produces multi-arch binaries... no #4 167.3 checking whether stdint.h conforms to C99... yes #4 167.9 checking whether stdint.h works without ISO C predefines... yes #4 168.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #4 168.4 checking whether memmem is declared... yes #4 168.6 checking whether memrchr is declared... yes #4 168.8 checking whether defines MIN and MAX... no #4 168.9 checking whether defines MIN and MAX... yes #4 169.1 checking whether time_t is signed... yes #4 169.3 checking whether alarm is declared... yes #4 169.5 checking for working mktime... no #4 170.0 checking whether struct tm is in sys/time.h or time.h... time.h #4 170.1 checking for struct tm.tm_zone... yes #4 170.3 checking for struct tm.tm_gmtoff... yes #4 170.5 checking whether is self-contained... yes #4 171.0 checking for inline... inline #4 171.1 checking for sigset_t... yes #4 171.4 checking for volatile sig_atomic_t... yes #4 171.7 checking for sighandler_t... yes #4 172.1 checking for wchar_t... yes #4 172.2 checking for good max_align_t... yes #4 172.4 checking whether NULL can be used in arbitrary expressions... yes #4 172.5 checking for unreachable... no #4 172.8 checking whether fcloseall is declared... yes #4 173.0 checking whether getw is declared... yes #4 173.3 checking whether putw is declared... yes #4 173.6 checking which flavor of printf attribute matches inttypes macros... system #4 173.9 checking whether strnlen is declared... yes #4 174.2 checking whether strtoimax is declared... yes #4 174.5 checking whether stat file-mode macros are broken... no #4 174.6 checking for nlink_t... yes #4 174.9 checking for struct timespec in ... yes #4 175.1 checking for TIME_UTC in ... yes #4 175.3 checking whether execvpe is declared... yes #4 175.7 checking whether clearerr_unlocked is declared... yes #4 176.0 checking whether feof_unlocked is declared... yes #4 176.4 checking whether ferror_unlocked is declared... yes #4 176.7 checking whether fflush_unlocked is declared... yes #4 177.0 checking whether fgets_unlocked is declared... yes #4 177.3 checking whether fputc_unlocked is declared... yes #4 177.5 checking whether fputs_unlocked is declared... yes #4 177.8 checking whether fread_unlocked is declared... yes #4 178.0 checking whether fwrite_unlocked is declared... yes #4 178.2 checking whether getc_unlocked is declared... yes #4 178.5 checking whether getchar_unlocked is declared... yes #4 178.7 checking whether putc_unlocked is declared... yes #4 179.0 checking whether putchar_unlocked is declared... yes #4 179.3 checking type of array argument to getgroups... gid_t #4 179.7 checking whether getdelim is declared... yes #4 180.0 checking whether getdtablesize is declared... yes #4 180.2 checking whether malloc is ptrdiff_t safe... yes #4 180.4 checking whether malloc, realloc, calloc set errno on failure... yes #4 180.4 checking for O_CLOEXEC... yes #4 180.5 checking for promoted mode_t type... mode_t #4 180.7 checking whether the utimes function works... yes #4 181.1 checking for C compiler option to allow warnings... -Wno-error #4 181.3 checking for alignas and alignof... yes, macros #4 181.6 checking for alloca as a compiler built-in... yes #4 181.7 checking for static_assert... yes, an macro #4 181.9 checking for __builtin_expect... yes #4 182.2 checking byteswap.h usability... yes #4 182.4 checking byteswap.h presence... yes #4 182.4 checking for byteswap.h... yes #4 182.5 checking for readlinkat... yes #4 182.7 checking for library containing clock_gettime... none required #4 182.9 checking for clock_getres... yes #4 183.2 checking for clock_gettime... yes #4 183.5 checking for clock_settime... yes #4 183.9 checking for copy_file_range... yes #4 184.2 checking for d_type member in directory struct... yes #4 184.5 checking whether // is distinct from /... (cached) no #4 184.5 checking whether dup2 works... yes #4 184.8 checking for library containing backtrace_symbols_fd... none required #4 185.0 checking for faccessat... (cached) yes #4 185.0 checking whether fchmodat works... no #4 185.4 checking for readlinkat... (cached) yes #4 185.4 checking whether fcntl handles F_DUPFD correctly... yes #4 185.8 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #4 186.2 checking whether fdopendir is declared... yes #4 186.4 checking whether fdopendir works... yes #4 186.7 checking for flexible array member... yes #4 186.9 checking for __fpending... yes #4 187.1 checking whether __fpending is declared... yes #4 187.3 checking whether free is known to preserve errno... no #4 187.5 checking whether fstatat (..., 0) works... yes #4 187.7 checking for sys/mount.h... yes #4 188.0 checking for statvfs function (SVR4)... yes #4 188.3 checking whether to use statvfs64... no #4 188.4 checking for two-argument statfs with statfs.f_frsize member... yes #4 188.6 checking sys/fs/s5param.h usability... no #4 188.8 checking sys/fs/s5param.h presence... no #4 188.9 checking for sys/fs/s5param.h... no #4 188.9 checking sys/statfs.h usability... yes #4 189.1 checking sys/statfs.h presence... yes #4 189.2 checking for sys/statfs.h... yes #4 189.2 checking for statfs that truncates block counts... no #4 189.3 checking for futimens... yes #4 189.5 checking whether futimens works... yes #4 190.9 checking for getline... yes #4 191.0 checking for working getline function... yes #4 191.3 checking for getloadavg... yes #4 191.5 checking sys/loadavg.h usability... no #4 191.6 checking sys/loadavg.h presence... no #4 191.7 checking for sys/loadavg.h... no #4 191.7 checking whether getloadavg is declared... yes #4 191.8 checking for getrandom... yes #4 192.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #4 192.3 checking for gettimeofday with POSIX signature... yes #4 192.4 checking whether the compiler supports the __inline keyword... yes #4 192.6 checking gmp.h usability... yes #4 192.8 checking gmp.h presence... yes #4 192.8 checking for gmp.h... yes #4 192.8 checking for library containing __gmpz_roinit_n... -lgmp #4 193.2 checking for memmem... yes #4 193.4 checking whether memmem works... yes #4 193.6 checking for mempcpy... yes #4 193.9 checking for memrchr... yes #4 194.2 checking for memset_explicit... no #4 194.5 checking for explicit_memset... no #4 194.7 checking for mkostemp... yes #4 194.9 checking for library containing nanosleep... none required #4 195.1 checking for working nanosleep... no (mishandles large arguments) #4 196.5 checking for sys/pstat.h... no #4 196.7 checking for sys/sysmp.h... no #4 196.9 checking for sys/param.h... (cached) yes #4 196.9 checking for sys/sysctl.h... (cached) yes #4 197.0 checking for sched_getaffinity_np... no #4 197.3 checking for pstat_getdynamic... no #4 197.5 checking for sysmp... no #4 197.8 checking for sysctl... (cached) yes #4 197.9 checking for sched_getaffinity... yes #4 198.1 checking for glibc compatible sched_getaffinity... yes #4 198.4 checking for pipe2... yes #4 198.7 checking whether signature of pselect conforms to POSIX... yes #4 198.9 checking whether pselect detects invalid fds... yes #4 199.2 checking whether pthread_sigmask is a macro... no #4 199.3 checking whether pthread_sigmask returns error numbers... yes #4 199.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #4 201.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #4 202.5 checking whether readlink signature is correct... yes #4 202.7 checking whether readlink handles trailing slash correctly... yes #4 203.0 checking whether readlink truncates results correctly... yes #4 203.3 checking for readlinkat... (cached) yes #4 203.3 checking whether readlinkat signature is correct... yes #4 203.5 checking for working re_compile_pattern... no #4 204.1 checking libintl.h usability... yes #4 204.3 checking libintl.h presence... yes #4 204.3 checking for libintl.h... yes #4 204.4 checking whether isblank is declared... yes #4 204.5 checking for sig2str... no #4 204.7 checking for sigdescr_np... no #4 205.0 checking for socklen_t... yes #4 205.3 checking for ssize_t... yes #4 205.5 checking for struct stat.st_atim.tv_nsec... yes #4 205.8 checking whether struct stat.st_atim is of type struct timespec... yes #4 206.0 checking for struct stat.st_birthtimespec.tv_nsec... no #4 206.4 checking for struct stat.st_birthtimensec... no #4 206.8 checking for struct stat.st_birthtim.tv_nsec... no #4 207.3 checking for bool, true, false... no #4 207.5 checking for stpcpy... yes #4 207.9 checking for working strnlen... yes #4 208.7 checking whether strtoimax works... yes #4 209.1 checking whether symlink handles trailing slash correctly... yes #4 209.5 checking whether localtime_r is declared... yes #4 209.7 checking whether localtime_r is compatible with its POSIX signature... yes #4 209.9 checking whether localtime works even near extrema... yes #4 210.3 checking for timezone_t... no #4 210.4 checking for timegm... yes #4 210.9 checking whether timer_settime is declared... yes #4 211.1 checking for library containing timer_settime... -lrt #4 211.7 checking for timer_settime... yes #4 212.0 checking for utimensat... yes #4 212.3 checking whether utimensat works... yes #4 213.6 checking for variable-length arrays... yes #4 213.8 checking whether getdtablesize works... yes #4 214.1 checking for __mktime_internal... no #4 214.4 checking for timer_getoverrun... yes #4 214.6 checking for gcc option to disable position independent executables... not needed #4 214.6 checking for __ctype_get_mb_cur_max... yes #4 214.8 checking whether MB_CUR_MAX is defined to function that won't link... no #4 214.9 #4 214.9 Configured for 'x86_64-pc-linux-gnu'. #4 214.9 #4 214.9 Where should the build process find the source code? . #4 214.9 What compiler should emacs be built with? gcc -g3 -O2 #4 214.9 Should Emacs use the GNU version of malloc? no #4 214.9 (The GNU allocators don't work with this system configuration.) #4 214.9 Should Emacs use a relocating allocator for buffers? no #4 214.9 Should Emacs use mmap(2) for buffer allocation? no #4 214.9 What window system should Emacs use? none #4 214.9 What toolkit should Emacs use? none #4 214.9 Where do we find X Windows header files? NONE #4 214.9 Where do we find X Windows libraries? NONE #4 214.9 Does Emacs use -lXaw3d? no #4 214.9 Is Emacs being built for Android? no #4 214.9 Does Emacs use the X Double Buffer Extension? no #4 214.9 Does Emacs use -lXpm? no #4 214.9 Does Emacs use -ljpeg? no #4 214.9 Does Emacs use -ltiff? no #4 214.9 Does Emacs use a gif library? no #4 214.9 Does Emacs use a png library? no #4 214.9 Does Emacs use -lrsvg-2? no #4 214.9 Does Emacs use -lwebp? no #4 214.9 Does Emacs use -lsqlite3? no #4 214.9 Does Emacs use cairo? no #4 214.9 Does Emacs use -llcms2? no #4 214.9 Does Emacs use imagemagick? no #4 214.9 Does Emacs use native APIs for images? no #4 214.9 Does Emacs support sound? yes #4 214.9 Does Emacs use -lgpm? no #4 214.9 Does Emacs use -ldbus? yes #4 214.9 Does Emacs use -lgconf? no #4 214.9 Does Emacs use GSettings? no #4 214.9 Does Emacs use a file notification library? yes (inotify) #4 214.9 Does Emacs use access control lists? yes -lacl -lattr #4 214.9 Does Emacs use -lselinux? no #4 214.9 Does Emacs use -lgnutls? yes #4 214.9 Does Emacs use -lxml2? no #4 214.9 Does Emacs use -lfreetype? no #4 214.9 Does Emacs use HarfBuzz? no #4 214.9 Does Emacs use -lm17n-flt? no #4 214.9 Does Emacs use -lotf? no #4 214.9 Does Emacs use -lxft? no #4 214.9 Does Emacs use -lsystemd? no #4 214.9 Does Emacs use -ljansson? no #4 214.9 Does Emacs use -ltree-sitter? no #4 214.9 Does Emacs use the GMP library? yes #4 214.9 Does Emacs directly use zlib? no #4 214.9 Does Emacs have dynamic modules support? yes #4 214.9 Does Emacs use toolkit scroll bars? no #4 214.9 Does Emacs support Xwidgets? no #4 214.9 Does Emacs have threading support in lisp? yes #4 214.9 Does Emacs support the portable dumper? yes #4 214.9 Does Emacs support legacy unexec dumping? no #4 214.9 Which dumping strategy does Emacs use? pdumper #4 214.9 Does Emacs have native lisp compiler? no #4 214.9 Does Emacs use version 2 of the X Input Extension? no #4 214.9 Does Emacs generate a smaller-size Japanese dictionary? no #4 214.9 #4 214.9 #4 215.6 configure: creating ./config.status #4 215.9 configure: WARNING: This configuration installs a 'movemail' program #4 215.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #4 215.9 installed a 'movemail' program that retrieved POP3 email via only #4 215.9 insecure channels, a practice that is no longer recommended but that #4 215.9 you can continue to support by using './configure --with-pop'. #4 215.9 configure: You might want to install GNU Mailutils #4 215.9 and use './configure --with-mailutils'. #4 216.7 MAKE='make' ./config.status #4 216.9 config.status: creating src/verbose.mk #4 217.0 config.status: creating src/emacs-module.h #4 217.1 config.status: creating Makefile #4 217.2 config.status: creating lib/gnulib.mk #4 217.4 config.status: creating ./doc/man/emacs.1 #4 217.5 config.status: creating lib/Makefile #4 217.6 config.status: creating lib-src/Makefile #4 217.6 config.status: creating oldXMenu/Makefile #4 217.7 config.status: creating src/Makefile #4 217.8 config.status: creating lwlib/Makefile #4 217.9 config.status: creating nextstep/Makefile #4 218.0 config.status: creating nt/Makefile #4 218.1 config.status: creating doc/emacs/Makefile #4 218.2 config.status: creating doc/misc/Makefile #4 218.3 config.status: creating doc/lispintro/Makefile #4 218.4 config.status: creating doc/lispref/Makefile #4 218.5 config.status: creating lisp/Makefile #4 218.6 config.status: creating leim/Makefile #4 218.7 config.status: creating test/Makefile #4 218.8 config.status: creating test/manual/noverlay/Makefile #4 218.9 config.status: creating test/infra/Makefile #4 219.0 config.status: creating admin/charsets/Makefile #4 219.2 config.status: creating admin/unidata/Makefile #4 219.3 config.status: creating admin/grammars/Makefile #4 219.4 config.status: creating java/Makefile #4 219.6 config.status: creating cross/Makefile #4 219.6 config.status: creating java/AndroidManifest.xml #4 219.7 config.status: creating src/config.h #4 220.7 config.status: executing src/epaths.h commands #4 220.7 make[3]: Entering directory '/checkout' #4 220.8 make[3]: Leaving directory '/checkout' #4 220.8 config.status: executing src/.gdbinit commands #4 220.8 config.status: executing doc/emacs/emacsver.texi commands #4 220.9 config.status: executing etc-refcards-emacsver.tex commands #4 220.9 make[3]: Entering directory '/checkout' #4 221.0 make[3]: Leaving directory '/checkout' #4 221.0 make[2]: Leaving directory '/checkout' #4 221.0 make actual-all #4 221.0 make[2]: Entering directory '/checkout' #4 221.2 make -C lib all #4 221.3 make[3]: Entering directory '/checkout/lib' #4 221.3 GEN alloca.h #4 221.3 GEN dirent.h #4 221.4 GEN fcntl.h #4 221.4 GEN malloc/dynarray.gl.h #4 221.4 GEN malloc/dynarray-skeleton.gl.h #4 221.5 GEN inttypes.h #4 221.5 GEN limits.h #4 221.5 GEN signal.h #4 221.6 GEN stdckdint.h #4 221.6 GEN stddef.h #4 221.6 GEN stdio.h #4 221.8 GEN stdlib.h #4 222.0 GEN string.h #4 222.2 GEN sys/random.h #4 222.2 GEN sys/select.h #4 222.3 GEN sys/stat.h #4 222.3 GEN sys/time.h #4 222.4 GEN sys/types.h #4 222.4 GEN time.h #4 222.5 GEN unistd.h #4 222.8 CC fingerprint.o #4 222.9 CC mktime.o #4 223.5 CC acl-errno-valid.o #4 223.7 CC acl-internal.o #4 223.9 CC get-permissions.o #4 224.2 CC set-permissions.o #4 224.6 CC allocator.o #4 224.8 CC binary-io.o #4 224.9 CC boot-time.o #4 225.4 CC c-ctype.o #4 225.5 CC c-strcasecmp.o #4 225.7 CC c-strncasecmp.o #4 225.8 CC careadlinkat.o #4 226.1 CC close-stream.o #4 226.2 CC copy-file-range.o #4 226.4 CC count-leading-zeros.o #4 226.5 CC count-one-bits.o #4 226.7 CC count-trailing-zeros.o #4 227.0 CC md5-stream.o #4 227.3 CC md5.o #4 228.0 CC sha1.o #4 229.0 CC sha256.o #4 231.1 CC sha512.o #4 234.0 CC dtoastr.o #4 234.3 CC dtotimespec.o #4 234.5 CC fchmodat.o #4 234.8 CC fcntl.o #4 235.1 CC file-has-acl.o #4 235.9 CC filemode.o #4 236.1 CC filevercmp.o #4 236.6 CC free.o #4 236.7 CC fsusage.o #4 236.9 CC gettime.o #4 237.1 CC malloc/dynarray_at_failure.o #4 237.3 CC malloc/dynarray_emplace_enlarge.o #4 237.6 CC malloc/dynarray_finalize.o #4 237.8 CC malloc/dynarray_resize.o #4 238.0 CC malloc/dynarray_resize_clear.o #4 238.2 CC memset_explicit.o #4 238.3 CC nanosleep.o #4 238.5 CC nproc.o #4 238.8 CC nstrftime.o #4 240.4 CC pipe2.o #4 240.7 CC qcopy-acl.o #4 240.9 CC regex.o #4 249.7 CC sig2str.o #4 250.0 CC sigdescr_np.o #4 250.2 CC stat-time.o #4 250.4 CC tempname.o #4 250.7 CC time_rz.o #4 251.1 CC timegm.o #4 251.2 CC timespec.o #4 251.4 CC timespec-add.o #4 251.5 CC timespec-sub.o #4 251.7 CC u64.o #4 251.8 CC unistd.o #4 252.0 CC openat-die.o #4 252.2 CC save-cwd.o #4 252.4 AR libgnu.a #4 252.7 make[3]: Leaving directory '/checkout/lib' #4 252.7 make -C lib-src all #4 252.7 make[3]: Entering directory '/checkout/lib-src' #4 252.7 CCLD etags #4 260.1 CCLD ctags #4 269.3 CCLD emacsclient #4 272.2 CCLD ebrowse #4 276.1 CCLD hexl #4 276.5 CC pop.o #4 276.6 CCLD movemail #4 277.0 CCLD make-docfile #4 278.9 CCLD make-fingerprint #4 279.4 make[3]: Leaving directory '/checkout/lib-src' #4 279.4 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #4 279.4 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #4 279.7 make[3]: Entering directory '/checkout/src' #4 279.7 GEN globals.h #4 280.1 CC dispnew.o #4 285.3 CC frame.o #4 289.0 CC scroll.o #4 290.4 CC xdisp.o #4 329.2 CC menu.o #4 331.6 CC window.o #4 345.1 CC charset.o #4 350.2 CC coding.o