Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702555419: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:1702555474:prepare_executor section_start:1702555474:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1702555479:prepare_script section_start:1702555479: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 d9814efe as master... Skipping Git submodules setup section_end:1702555515:get_sources section_start:1702555515: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: No swap limit support Client: Debug Mode: false Server: Containers: 21 Running: 6 Paused: 0 Stopped: 15 Images: 9 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-d9814efe0759ce916a1c470c5908d2ca3c80b29b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.1s done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 3.0s #2 [internal] load .dockerignore #2 DONE 3.2s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 2.87MB 3.2s #7 transferring context: 33.52MB 8.5s #7 transferring context: 55.78MB 13.5s #7 transferring context: 90.18MB 18.5s #7 transferring context: 104.79MB 23.6s #7 transferring context: 105.81MB 28.7s #7 transferring context: 127.58MB 33.7s #7 transferring context: 162.97MB 38.8s #7 transferring context: 188.42MB 43.9s #7 transferring context: 222.90MB 49.1s #7 transferring context: 232.39MB 54.1s #7 transferring context: 241.16MB 54.6s done #7 DONE 56.9s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #6 CACHED #8 [emacs-native-comp-speed2 1/5] COPY . /checkout #8 DONE 25.0s #9 [emacs-native-comp-speed2 2/5] WORKDIR /checkout #9 DONE 12.0s #10 [emacs-native-comp-speed2 3/5] RUN ./autogen.sh autoconf #10 20.04 Checking whether you have the necessary tools... #10 20.04 (Read INSTALL.REPO for more details on building Emacs) #10 20.06 Checking for autoconf (need at least version 2.65) ... ok #10 20.19 Your system has the required tools. #10 20.23 Building aclocal.m4 ... #10 20.24 Running 'autoreconf -fi -I m4' ... #10 52.42 Building 'aclocal.m4' in exec ... #10 52.42 Running 'autoreconf -fi' in exec ... #10 72.95 You can now run './autogen.sh git'. #10 DONE 80.2s #11 [emacs-native-comp-speed2 4/5] RUN ./configure --with-native-compilation #11 9.004 checking for xcrun... no #11 9.007 checking for GNU Make... make #11 9.086 checking build system type... x86_64-pc-linux-gnu #11 9.440 checking host system type... x86_64-pc-linux-gnu #11 9.515 checking for gcc... gcc #11 9.704 checking whether the C compiler works... yes #11 9.921 checking for C compiler default output file name... a.out #11 9.921 checking for suffix of executables... #11 10.14 checking whether we are cross compiling... no #11 10.43 checking for suffix of object files... o #11 10.55 checking whether we are using the GNU C compiler... yes #11 10.65 checking whether gcc accepts -g... yes #11 10.74 checking for gcc option to enable C11 features... none needed #11 11.00 checking whether the compiler is clang... no #11 11.16 checking for compiler option needed when checking for declarations... none #11 11.16 checking whether gcc and cc understand -c and -o together... yes #11 11.71 checking how to run the C preprocessor... gcc -E #11 12.01 checking for grep that handles long lines and -e... /bin/grep #11 12.03 checking for egrep... /bin/grep -E #11 12.05 checking for ANSI C header files... yes #11 13.06 checking for sys/types.h... yes #11 13.36 checking for sys/stat.h... yes #11 13.68 checking for stdlib.h... yes #11 13.88 checking for string.h... yes #11 14.12 checking for memory.h... yes #11 14.43 checking for strings.h... yes #11 14.82 checking for inttypes.h... yes #11 15.13 checking for stdint.h... yes #11 15.42 checking for unistd.h... yes #11 15.74 checking for wchar.h... yes #11 16.14 checking for minix/config.h... no #11 16.38 checking for linux/fs.h... yes #11 16.76 checking for malloc.h... yes #11 17.14 checking for sys/systeminfo.h... no #11 17.39 checking for sys/sysinfo.h... yes #11 17.69 checking for coff.h... no #11 18.59 checking for pty.h... yes #11 19.76 checking for sys/resource.h... yes #11 19.98 checking for sys/utsname.h... yes #11 20.22 checking for pwd.h... yes #11 20.39 checking for util.h... no #11 20.50 checking for sanitizer/lsan_interface.h... yes #11 20.86 checking for sanitizer/asan_interface.h... yes #11 21.20 checking for sanitizer/common_interface_defs.h... yes #11 21.53 checking for sys/socket.h... yes #11 23.89 checking for stdlib.h... (cached) yes #11 23.93 checking for unistd.h... (cached) yes #11 23.95 checking for sys/param.h... yes #11 24.23 checking for pthread.h... yes #11 24.47 checking for malloc/malloc.h... no #11 24.66 checking for sys/un.h... yes #11 24.90 checking for utmp.h... yes #11 25.94 checking for utmpx.h... yes #11 27.73 checking for OS.h... no #11 28.22 checking for dirent.h... yes #11 28.56 checking for execinfo.h... yes #11 28.84 checking for linux/xattr.h... yes #11 29.08 checking for stdio_ext.h... yes #11 29.31 checking for sys/vfs.h... yes #11 29.58 checking for sys/fs_types.h... no #11 29.93 checking for getopt.h... yes #11 32.05 checking for sys/cdefs.h... yes #11 32.34 checking for sys/time.h... yes #11 32.58 checking for ieee754.h... yes #11 32.84 checking for limits.h... yes #11 33.21 checking for inttypes.h... (cached) yes #11 33.29 checking for sys/types.h... (cached) yes #11 33.36 checking for stdint.h... (cached) yes #11 33.41 checking for sys/select.h... yes #11 33.66 checking for stdbool.h... yes #11 33.97 checking for stdckdint.h... no #11 34.22 checking for sys/random.h... yes #11 34.68 checking for sys/stat.h... (cached) yes #11 34.71 checking whether it is safe to define __EXTENSIONS__... yes #11 36.20 checking whether _XOPEN_SOURCE should be defined... no #11 36.50 checking for Minix Amsterdam compiler... no #11 36.62 checking for ar... ar #11 36.62 checking for ranlib... ranlib #11 36.62 checking for gcc option to enable large file support... none needed #11 36.94 checking for gcc option for timestamps after 2038... none needed #11 37.08 checking for g++... g++ #11 37.23 checking whether we are using the GNU C++ compiler... yes #11 37.36 checking whether g++ accepts -g... yes #11 37.48 checking for g++ option to enable C++11 features... none needed #11 73.94 checking how to run the C++ preprocessor... g++ -E #11 74.65 checking whether gcc accepts -g3 -O2... yes #11 74.89 checking whether the compiler is clang... no #11 75.06 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 75.25 checking whether -Wno-missing-field-initializers is needed... yes #11 75.55 checking whether -Wuninitialized is supported... yes #11 75.87 checking whether C compiler handles -fstrict-flex-arrays... no #11 76.14 checking whether C compiler handles -Wall... yes #11 76.62 checking whether C compiler handles -Warith-conversion... yes #11 77.18 checking whether C compiler handles -Wdate-time... yes #11 77.62 checking whether C compiler handles -Wdisabled-optimization... yes #11 77.96 checking whether C compiler handles -Wdouble-promotion... yes #11 78.20 checking whether C compiler handles -Wduplicated-cond... yes #11 78.55 checking whether C compiler handles -Wextra... yes #11 78.88 checking whether C compiler handles -Wformat-signedness... yes #11 79.34 checking whether C compiler handles -Winit-self... yes #11 79.64 checking whether C compiler handles -Winvalid-pch... yes #11 80.11 checking whether C compiler handles -Wlogical-op... yes #11 80.44 checking whether C compiler handles -Wmissing-declarations... yes #11 80.74 checking whether C compiler handles -Wmissing-include-dirs... yes #11 81.10 checking whether C compiler handles -Wmissing-prototypes... yes #11 81.39 checking whether C compiler handles -Wnested-externs... yes #11 81.68 checking whether C compiler handles -Wnull-dereference... yes #11 82.12 checking whether C compiler handles -Wold-style-definition... yes #11 82.43 checking whether C compiler handles -Wopenmp-simd... yes #11 82.84 checking whether C compiler handles -Wpacked... yes #11 83.23 checking whether C compiler handles -Wpointer-arith... yes #11 83.64 checking whether C compiler handles -Wstrict-flex-arrays... no #11 83.84 checking whether C compiler handles -Wstrict-prototypes... yes #11 84.46 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 84.82 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 85.21 checking whether C compiler handles -Wsuggest-final-methods... yes #11 85.54 checking whether C compiler handles -Wsuggest-final-types... yes #11 85.88 checking whether C compiler handles -Wtrampolines... yes #11 86.17 checking whether C compiler handles -Wuninitialized... yes #11 86.68 checking whether C compiler handles -Wunknown-pragmas... yes #11 86.91 checking whether C compiler handles -Wunused-macros... yes #11 87.33 checking whether C compiler handles -Wvariadic-macros... yes #11 87.62 checking whether C compiler handles -Wvector-operation-performance... yes #11 87.99 checking whether C compiler handles -Wwrite-strings... yes #11 88.36 checking whether C compiler handles -Warray-bounds=2... yes #11 88.49 checking whether C compiler handles -Wattribute-alias=2... yes #11 88.87 checking whether C compiler handles -Wformat=2... yes #11 89.42 checking whether C compiler handles -Wformat-truncation=2... yes #11 89.83 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 90.15 checking whether C compiler handles -Wshift-overflow=2... yes #11 90.52 checking whether C compiler handles -Wuse-after-free=3... no #11 90.65 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 91.32 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 91.71 checking whether C compiler handles -Wredundant-decls... yes #11 92.14 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 92.14 checking whether C compiler handles -Wno-override-init... yes #11 92.45 checking whether C compiler handles -Wno-sign-compare... yes #11 92.82 checking whether C compiler handles -Wno-type-limits... yes #11 93.22 checking whether C compiler handles -Wno-unused-parameter... yes #11 93.60 checking whether C compiler handles -Wno-format-nonliteral... yes #11 94.03 checking whether C compiler handles -Wno-bidi-chars... no #11 94.14 checking for a BSD-compatible install... /usr/bin/install -c #11 94.19 checking command to symlink files in the same directory... ln -s #11 94.23 checking for install-info... : #11 94.23 checking for gzip... /bin/gzip #11 94.23 checking for 'find' args to delete a file... -delete #11 94.26 checking for brew... no #11 95.16 checking for -znocombreloc... not needed #11 95.16 checking whether addresses are sanitized... no #11 95.34 checking for math library... -lm #11 96.92 checking for struct passwd.pw_gecos... yes #11 97.20 checking for pkg-config... /usr/bin/pkg-config #11 97.20 checking pkg-config is at least version 0.9.0... yes #11 97.28 checking for machine/soundcard.h... no #11 97.48 checking for sys/soundcard.h... yes #11 97.88 checking for soundcard.h... no #11 98.10 checking for mmsystem.h... no #11 98.30 checking for _oss_ioctl in -lossaudio... no #11 98.55 checking for alsa >= 1.0.0... no #11 98.61 checking for ADDR_NO_RANDOMIZE... yes #11 98.83 checking if Linux sysinfo may be used... yes #11 99.64 checking for sys/wait.h that is POSIX.1 compatible... yes #11 100.0 checking for net/if.h... yes #11 100.6 checking for ifaddrs.h... yes #11 101.1 checking for net/if_dl.h... no #11 101.6 checking for struct ifreq.ifr_flags... yes #11 102.3 checking for struct ifreq.ifr_hwaddr... yes #11 103.2 checking for struct ifreq.ifr_netmask... yes #11 104.4 checking for struct ifreq.ifr_broadaddr... yes #11 105.4 checking for struct ifreq.ifr_addr... yes #11 106.3 checking for struct ifreq.ifr_addr.sa_len... no #11 107.2 checking whether gcc understands -MMD -MF... yes #11 107.5 checking for X... no #11 108.1 checking for X... false #11 108.1 checking whether malloc is Doug Lea style... no #11 108.4 checking for sbrk... yes #11 109.1 checking for __lsan_ignore_object... no #11 109.8 checking for fchmod... yes #11 110.4 checking for utmpname... yes #11 111.0 checking for utmpxname... yes #11 111.6 checking for canonicalize_file_name... yes #11 112.2 checking for realpath... yes #11 112.8 checking for lstat... yes #11 113.5 checking for fchmodat... yes #11 114.1 checking for lchmod... no #11 114.3 checking for fcntl... yes #11 115.0 checking for fdopendir... yes #11 115.5 checking for listxattr... yes #11 116.0 checking for fstatat... yes #11 116.6 checking for fsync... yes #11 117.0 checking for gettimeofday... yes #11 117.5 checking for memset_explicit... no #11 118.0 checking for memset_s... no #11 118.5 checking for pselect... yes #11 119.0 checking for readlink... yes #11 119.4 checking for isblank... yes #11 120.0 checking for iswctype... yes #11 120.5 checking for strtoimax... yes #11 121.2 checking for symlink... yes #11 121.7 checking for localtime_r... yes #11 122.2 checking for getdtablesize... yes #11 122.7 checking for getpagesize... yes #11 123.1 checking for working mmap... yes #11 123.7 checking for main in -lXbsd... no #11 124.0 checking for pthread library... -lpthread #11 125.2 checking for thread support... yes #11 125.2 checking for sqlite3_open_v2 in -lsqlite3... no #11 125.6 checking for getaddrinfo_a in -lanl... yes #11 125.9 checking for malloc_trim... yes #11 126.4 checking for dbus-1 >= 1.0... yes #11 126.5 checking for dbus_watch_get_unix_fd... yes #11 127.1 checking for dbus_type_is_valid... yes #11 127.7 checking for dbus_validate_bus_name... yes #11 128.3 checking for dbus_validate_path... yes #11 129.0 checking for dbus_validate_interface... yes #11 129.6 checking for dbus_validate_member... yes #11 130.1 checking for lgetfilecon in -lselinux... no #11 130.5 checking for gnutls >= 2.12.2... yes #11 130.6 checking for libsystemd >= 222... no #11 130.7 checking for jansson >= 2.7... no #11 130.8 checking for tree-sitter >= 0.20.2... no #11 130.9 checking for tree-sitter >= 0.6.3... no #11 131.0 checking sys/inotify.h usability... yes #11 131.5 checking sys/inotify.h presence... yes #11 131.6 checking for sys/inotify.h... yes #11 131.6 checking for inotify_init1... yes #11 132.2 checking for lcms2... no #11 132.3 checking for library containing inflateEnd... -lz #11 133.2 checking for dladdr... yes #11 133.9 checking for dlfunc... no #11 134.5 checking for gcc_jit_context_acquire in -lgccjit... yes #11 135.1 checking libgccjit.h usability... yes #11 135.5 checking libgccjit.h presence... yes #11 135.7 checking for libgccjit.h... yes #11 137.6 checking gpm.h usability... no #11 137.9 checking gpm.h presence... no #11 138.0 checking for gpm.h... no #11 138.0 checking for libxml-2.0 > 2.6.17... no #11 138.0 checking for maillock in -lmail... no #11 138.3 checking for maillock in -llockfile... no #11 138.7 checking for liblockfile.so... no #11 138.7 checking maillock.h usability... no #11 139.0 checking maillock.h presence... no #11 139.1 checking for maillock.h... no #11 139.2 checking linux/seccomp.h usability... yes #11 139.4 checking linux/seccomp.h presence... yes #11 139.5 checking for linux/seccomp.h... yes #11 139.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 139.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 140.1 checking linux/filter.h usability... yes #11 140.5 checking linux/filter.h presence... yes #11 140.6 checking for linux/filter.h... yes #11 140.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 140.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 140.8 checking for libseccomp >= 2.5.2... no #11 140.9 checking size of long... 8 #11 141.3 checking for accept4... yes #11 141.8 checking for fchdir... yes #11 142.3 checking for gethostname... yes #11 142.6 checking for getrusage... yes #11 142.9 checking for get_current_dir_name... yes #11 143.3 checking for lrand48... yes #11 144.0 checking for random... yes #11 144.6 checking for rint... yes #11 145.2 checking for tcdrain... yes #11 145.7 checking for trunc... yes #11 146.1 checking for select... yes #11 146.7 checking for getpagesize... (cached) yes #11 146.8 checking for setlocale... yes #11 147.3 checking for newlocale... yes #11 147.8 checking for getrlimit... yes #11 148.3 checking for setrlimit... yes #11 148.7 checking for shutdown... yes #11 149.2 checking for pthread_sigmask... (cached) yes #11 149.3 checking for strsignal... yes #11 149.5 checking for setitimer... yes #11 149.8 checking for sendto... yes #11 150.3 checking for recvfrom... yes #11 150.7 checking for getsockname... yes #11 151.4 checking for getifaddrs... yes #11 152.2 checking for freeifaddrs... yes #11 152.8 checking for gai_strerror... yes #11 153.4 checking for sync... yes #11 154.1 checking for endpwent... yes #11 154.7 checking for getgrent... yes #11 155.5 checking for endgrent... yes #11 156.3 checking for renameat2... yes #11 157.0 checking for cfmakeraw... yes #11 157.7 checking for cfsetspeed... yes #11 158.4 checking for __executable_start... yes #11 158.8 checking for log2... yes #11 159.5 checking for pthread_setname_np... yes #11 160.0 checking for pthread_set_name_np... no #11 160.6 checking for getpwent... yes #11 161.2 checking whether pthread_setname_np takes a single argument... no #11 161.4 checking whether pthread_setname_np takes three arguments... no #11 161.7 checking for aligned_alloc... yes #11 162.5 checking whether aligned_alloc is declared... yes #11 162.9 checking for posix_madvise... yes #11 163.4 checking for madvise... yes #11 163.8 checking for __builtin_frame_address... yes #11 164.1 checking for __builtin_unwind_init... yes #11 164.6 checking for _LARGEFILE_SOURCE value needed for large files... no #11 164.9 checking for grantpt... yes #11 165.3 checking for getpt... yes #11 165.8 checking for posix_openpt... yes #11 166.3 checking for library containing tputs... -ltinfo #11 167.0 checking whether -ltinfo library defines BC... yes #11 167.4 checking for timerfd interface... yes #11 167.7 checking whether signals can be handled on alternate stack... yes #11 168.1 checking valgrind/valgrind.h usability... no #11 168.2 checking valgrind/valgrind.h presence... no #11 168.4 checking for valgrind/valgrind.h... no #11 168.4 checking for struct unipair.unicode... yes #11 168.5 checking for pid_t... yes #11 169.0 checking vfork.h usability... no #11 169.3 checking vfork.h presence... no #11 169.4 checking for vfork.h... no #11 169.5 checking for fork... yes #11 170.0 checking for vfork... yes #11 170.5 checking for working fork... yes #11 171.0 checking for working vfork... (cached) yes #11 171.0 checking for snprintf... yes #11 171.4 checking for open_memstream... yes #11 171.7 checking spawn.h usability... yes #11 172.0 checking spawn.h presence... yes #11 172.1 checking for spawn.h... yes #11 172.1 checking for posix_spawn... yes #11 172.6 checking for posix_spawn_file_actions_addchdir... no #11 173.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 173.7 checking for posix_spawnattr_setflags... yes #11 174.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 174.2 checking whether GLib is linked in... no #11 174.3 checking for nl_langinfo and CODESET... yes #11 174.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 175.3 checking for mbstate_t... yes #11 175.5 checking for signals via characters... yes #11 175.7 checking for _setjmp... yes #11 175.9 checking for sigsetjmp... yes #11 176.1 checking POSIX termios... yes #11 176.3 checking size of speed_t... 4 #11 176.7 checking for usable FIONREAD... yes #11 176.9 checking for usable SIGIO... yes #11 177.2 checking for struct alignment... yes #11 177.4 checking for C/C++ restrict keyword... __restrict__ #11 177.5 checking for typeof syntax and keyword spelling... typeof #11 177.7 checking for statement expressions... yes #11 177.9 checking whether malloc (0) returns nonnull... yes #11 178.6 checking sys/acl.h usability... yes #11 179.1 checking sys/acl.h presence... yes #11 179.2 checking for sys/acl.h... yes #11 179.2 checking for library containing acl_get_file... -lacl #11 180.3 checking for acl_get_file... yes #11 180.8 checking for acl_get_fd... yes #11 181.6 checking for acl_set_file... yes #11 182.2 checking for acl_set_fd... yes #11 182.7 checking for acl_free... yes #11 183.3 checking for acl_from_mode... yes #11 183.8 checking for acl_from_text... yes #11 184.4 checking for acl_delete_def_file... yes #11 185.0 checking for acl_extended_file... yes #11 185.5 checking for acl_delete_fd_np... no #11 186.2 checking for acl_delete_file_np... no #11 186.9 checking for acl_copy_ext_native... no #11 187.7 checking for acl_create_entry_np... no #11 188.4 checking for acl_to_short_text... no #11 189.1 checking for acl_free_text... no #11 189.9 checking for working acl_get_file... yes #11 190.6 checking acl/libacl.h usability... yes #11 191.1 checking acl/libacl.h presence... yes #11 191.2 checking for acl/libacl.h... yes #11 191.2 checking for acl_entries... yes #11 191.7 checking for ACL_FIRST_ENTRY... yes #11 192.0 checking for ACL_TYPE_EXTENDED... no #11 193.6 checking for working alloca.h... yes #11 193.9 checking for alloca... yes #11 194.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 194.3 checking whether the preprocessor supports include_next... yes #11 194.7 checking whether source code line length is unlimited... yes #11 194.8 checking whether endutent is declared... yes #11 195.3 checking for struct utmpx.ut_user... yes #11 195.9 checking for struct utmp.ut_user... yes #11 196.5 checking for struct utmpx.ut_name... yes #11 196.9 checking for struct utmp.ut_name... yes #11 197.6 checking for struct utmpx.ut_type... yes #11 198.2 checking for struct utmp.ut_type... yes #11 198.7 checking for struct utmpx.ut_pid... yes #11 199.3 checking for struct utmp.ut_pid... yes #11 199.8 checking for struct utmp.ut_tv... yes #11 200.6 checking for struct utmpx.ut_host... yes #11 201.2 checking for struct utmp.ut_host... yes #11 201.8 checking for struct utmpx.ut_id... yes #11 202.4 checking for struct utmp.ut_id... yes #11 203.0 checking for struct utmpx.ut_session... yes #11 203.4 checking for struct utmp.ut_session... yes #11 204.0 checking for struct utmpx.ut_exit... yes #11 204.8 checking for struct utmp.ut_exit... yes #11 205.8 checking for struct utmpx.ut_exit.ut_exit... no #11 206.6 checking for struct utmpx.ut_exit.e_exit... yes #11 207.2 checking for struct utmp.ut_exit.e_exit... yes #11 207.6 checking for struct utmpx.ut_exit.ut_termination... no #11 208.4 checking for struct utmpx.ut_exit.e_termination... yes #11 208.8 checking for struct utmp.ut_exit.e_termination... yes #11 209.2 checking whether sysinfo is declared... yes #11 209.5 checking for sys/sysctl.h... yes #11 210.0 checking for sysctl... yes #11 210.6 checking whether lstat correctly handles trailing slash... yes #11 211.4 checking whether // is distinct from /... no #11 211.5 checking whether realpath works... yes #11 212.4 checking for faccessat... yes #11 213.1 checking for getcwd... yes #11 213.6 checking whether byte ordering is bigendian... no #11 214.4 checking if environ is properly declared... yes #11 214.7 checking for complete errno.h... yes #11 214.8 checking whether ctype.h defines __header_inline... no #11 215.0 checking for mode_t... yes #11 215.9 checking whether strmode is declared... no #11 216.4 checking whether getline is declared... yes #11 217.0 checking for gawk... no #11 217.0 checking for mawk... mawk #11 217.0 checking for getopt.h... (cached) yes #11 217.0 checking for getopt_long_only... yes #11 217.5 checking whether getopt is POSIX compatible... yes #11 219.6 checking for working GNU getopt function... yes #11 220.6 checking for working GNU getopt_long function... yes #11 221.0 checking whether timespec_get is declared... yes #11 221.2 checking for timespec_get... yes #11 221.8 checking for struct timeval... yes #11 222.1 checking for wide-enough struct timeval.tv_sec member... yes #11 222.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 222.7 checking whether the compiler produces multi-arch binaries... no #11 222.9 checking whether stdint.h conforms to C99... yes #11 224.2 checking whether stdint.h works without ISO C predefines... yes #11 224.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 224.9 checking whether memmem is declared... yes #11 225.5 checking whether memrchr is declared... yes #11 226.0 checking whether defines MIN and MAX... no #11 226.2 checking whether defines MIN and MAX... yes #11 226.6 checking whether time_t is signed... yes #11 226.9 checking whether alarm is declared... yes #11 227.4 checking for working mktime... no #11 228.2 checking whether struct tm is in sys/time.h or time.h... time.h #11 228.5 checking for struct tm.tm_zone... yes #11 228.8 checking for struct tm.tm_gmtoff... yes #11 229.1 checking whether is self-contained... yes #11 230.2 checking for inline... inline #11 230.3 checking for sigset_t... yes #11 231.0 checking for volatile sig_atomic_t... yes #11 231.6 checking for sighandler_t... yes #11 232.1 checking for wchar_t... yes #11 232.4 checking for good max_align_t... yes #11 232.6 checking whether NULL can be used in arbitrary expressions... yes #11 232.8 checking for unreachable... no #11 233.3 checking whether fcloseall is declared... yes #11 233.7 checking whether getw is declared... yes #11 234.3 checking whether putw is declared... yes #11 234.8 checking which flavor of printf attribute matches inttypes macros... system #11 235.2 checking whether strnlen is declared... yes #11 235.6 checking whether strtoimax is declared... yes #11 236.1 checking whether stat file-mode macros are broken... no #11 236.3 checking for nlink_t... yes #11 236.9 checking for struct timespec in ... yes #11 237.2 checking for TIME_UTC in ... yes #11 237.5 checking whether execvpe is declared... yes #11 238.2 checking whether clearerr_unlocked is declared... yes #11 238.7 checking whether feof_unlocked is declared... yes #11 239.3 checking whether ferror_unlocked is declared... yes #11 239.8 checking whether fflush_unlocked is declared... yes #11 240.5 checking whether fgets_unlocked is declared... yes #11 241.0 checking whether fputc_unlocked is declared... yes #11 241.5 checking whether fputs_unlocked is declared... yes #11 242.0 checking whether fread_unlocked is declared... yes #11 242.5 checking whether fwrite_unlocked is declared... yes #11 242.9 checking whether getc_unlocked is declared... yes #11 243.4 checking whether getchar_unlocked is declared... yes #11 243.9 checking whether putc_unlocked is declared... yes #11 244.5 checking whether putchar_unlocked is declared... yes #11 244.9 checking type of array argument to getgroups... gid_t #11 245.5 checking whether getdelim is declared... yes #11 245.8 checking whether getdtablesize is declared... yes #11 246.1 checking whether malloc is ptrdiff_t safe... yes #11 246.2 checking whether malloc, realloc, calloc set errno on failure... yes #11 246.2 checking for O_CLOEXEC... yes #11 246.4 checking for promoted mode_t type... mode_t #11 246.5 checking whether the utimes function works... yes #11 247.3 checking for C compiler option to allow warnings... -Wno-error #11 247.7 checking for alignas and alignof... yes, macros #11 248.3 checking for alloca as a compiler built-in... yes #11 248.4 checking for static_assert... yes, an macro #11 248.8 checking for __builtin_expect... yes #11 249.2 checking byteswap.h usability... yes #11 249.4 checking byteswap.h presence... yes #11 249.5 checking for byteswap.h... yes #11 249.5 checking for readlinkat... yes #11 250.0 checking for library containing clock_gettime... none required #11 250.4 checking for clock_getres... yes #11 250.8 checking for clock_gettime... yes #11 251.2 checking for clock_settime... yes #11 251.7 checking for copy_file_range... yes #11 252.2 checking for d_type member in directory struct... yes #11 252.7 checking whether // is distinct from /... (cached) no #11 252.7 checking whether dup2 works... yes #11 253.2 checking for library containing backtrace_symbols_fd... none required #11 253.6 checking for faccessat... (cached) yes #11 253.6 checking whether fchmodat works... no #11 254.1 checking for readlinkat... (cached) yes #11 254.1 checking whether fcntl handles F_DUPFD correctly... yes #11 254.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 255.2 checking whether fdopendir is declared... yes #11 255.4 checking whether fdopendir works... yes #11 255.9 checking for flexible array member... yes #11 256.1 checking for __fpending... yes #11 256.6 checking whether __fpending is declared... yes #11 256.9 checking whether free is known to preserve errno... no #11 257.0 checking whether fstatat (..., 0) works... yes #11 257.4 checking for sys/mount.h... yes #11 257.8 checking for statvfs function (SVR4)... yes #11 258.0 checking whether to use statvfs64... no #11 258.1 checking for two-argument statfs with statfs.f_frsize member... yes #11 258.7 checking sys/fs/s5param.h usability... no #11 258.9 checking sys/fs/s5param.h presence... no #11 259.0 checking for sys/fs/s5param.h... no #11 259.0 checking sys/statfs.h usability... yes #11 259.4 checking sys/statfs.h presence... yes #11 259.5 checking for sys/statfs.h... yes #11 259.6 checking for statfs that truncates block counts... no #11 259.7 checking for futimens... yes #11 260.1 checking whether futimens works... yes #11 261.3 checking for getline... yes #11 261.6 checking for working getline function... yes #11 262.4 checking for getloadavg... yes #11 263.2 checking sys/loadavg.h usability... no #11 263.6 checking sys/loadavg.h presence... no #11 263.7 checking for sys/loadavg.h... no #11 263.8 checking whether getloadavg is declared... yes #11 264.2 checking for getrandom... yes #11 264.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 265.2 checking for gettimeofday with POSIX signature... yes #11 265.5 checking whether the compiler supports the __inline keyword... yes #11 265.9 checking gmp.h usability... yes #11 266.4 checking gmp.h presence... yes #11 266.5 checking for gmp.h... yes #11 266.5 checking for library containing __gmpz_roinit_n... -lgmp #11 267.6 checking for memmem... yes #11 268.1 checking whether memmem works... yes #11 268.6 checking for mempcpy... yes #11 269.1 checking for memrchr... yes #11 269.6 checking for explicit_memset... no #11 270.1 checking for mkostemp... yes #11 270.7 checking for library containing nanosleep... none required #11 271.2 checking for working nanosleep... no (mishandles large arguments) #11 273.0 checking for sys/pstat.h... no #11 273.4 checking for sys/sysmp.h... no #11 273.7 checking for sys/param.h... (cached) yes #11 273.8 checking for sys/sysctl.h... (cached) yes #11 273.8 checking for sched_getaffinity_np... no #11 274.5 checking for pstat_getdynamic... no #11 275.1 checking for sysmp... no #11 275.6 checking for sysctl... (cached) yes #11 275.7 checking for sched_getaffinity... yes #11 276.3 checking for glibc compatible sched_getaffinity... yes #11 276.6 checking for pipe2... yes #11 277.2 checking whether signature of pselect conforms to POSIX... yes #11 277.6 checking whether pselect detects invalid fds... yes #11 278.3 checking whether pthread_sigmask is a macro... no #11 278.6 checking whether pthread_sigmask returns error numbers... yes #11 279.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 281.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 282.7 checking whether readlink signature is correct... yes #11 283.0 checking whether readlink handles trailing slash correctly... yes #11 283.5 checking whether readlink truncates results correctly... yes #11 284.2 checking for readlinkat... (cached) yes #11 284.2 checking whether readlinkat signature is correct... yes #11 284.5 checking for working re_compile_pattern... no #11 285.5 checking libintl.h usability... yes #11 285.9 checking libintl.h presence... yes #11 286.0 checking for libintl.h... yes #11 286.0 checking whether isblank is declared... yes #11 286.4 checking for sig2str... no #11 286.9 checking for sigdescr_np... no #11 287.5 checking for socklen_t... yes #11 288.1 checking for ssize_t... yes #11 288.4 checking for struct stat.st_atim.tv_nsec... yes #11 288.7 checking whether struct stat.st_atim is of type struct timespec... yes #11 289.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 289.3 checking for struct stat.st_birthtimensec... no #11 289.8 checking for struct stat.st_birthtim.tv_nsec... no #11 290.2 checking for bool, true, false... no #11 290.3 checking for stpcpy... yes #11 290.8 checking for working strnlen... yes #11 291.5 checking whether strtoimax works... yes #11 292.1 checking whether symlink handles trailing slash correctly... yes #11 292.7 checking whether localtime_r is declared... yes #11 293.0 checking whether localtime_r is compatible with its POSIX signature... yes #11 293.2 checking whether localtime works even near extrema... yes #11 293.9 checking for timezone_t... no #11 294.2 checking for timegm... yes #11 294.8 checking whether timer_settime is declared... yes #11 295.1 checking for library containing timer_settime... -lrt #11 296.3 checking for timer_settime... yes #11 296.6 checking for utimensat... yes #11 297.0 checking whether utimensat works... yes #11 298.7 checking for variable-length arrays... yes #11 299.1 checking whether getdtablesize works... yes #11 299.6 checking for __mktime_internal... no #11 300.0 checking for timer_getoverrun... yes #11 300.4 checking for gcc option to disable position independent executables... not needed #11 300.4 checking for __ctype_get_mb_cur_max... yes #11 300.8 checking whether MB_CUR_MAX is defined to function that won't link... no #11 301.0 #11 301.0 Configured for 'x86_64-pc-linux-gnu'. #11 301.0 #11 301.0 Where should the build process find the source code? . #11 301.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 301.0 Should Emacs use the GNU version of malloc? no #11 301.0 (The GNU allocators don't work with this system configuration.) #11 301.0 Should Emacs use a relocating allocator for buffers? no #11 301.0 Should Emacs use mmap(2) for buffer allocation? no #11 301.0 What window system should Emacs use? none #11 301.0 What toolkit should Emacs use? none #11 301.0 Where do we find X Windows header files? NONE #11 301.0 Where do we find X Windows libraries? NONE #11 301.0 Does Emacs use -lXaw3d? no #11 301.0 Is Emacs being built for Android? no #11 301.0 Does Emacs use the X Double Buffer Extension? no #11 301.0 Does Emacs use -lXpm? no #11 301.0 Does Emacs use -ljpeg? no #11 301.0 Does Emacs use -ltiff? no #11 301.0 Does Emacs use a gif library? no #11 301.0 Does Emacs use a png library? no #11 301.0 Does Emacs use -lrsvg-2? no #11 301.0 Does Emacs use -lwebp? no #11 301.0 Does Emacs use -lsqlite3? no #11 301.0 Does Emacs use cairo? no #11 301.0 Does Emacs use -llcms2? no #11 301.0 Does Emacs use imagemagick? no #11 301.0 Does Emacs use native APIs for images? no #11 301.0 Does Emacs support sound? yes #11 301.0 Does Emacs use -lgpm? no #11 301.0 Does Emacs use -ldbus? yes #11 301.0 Does Emacs use -lgconf? no #11 301.0 Does Emacs use GSettings? no #11 301.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 301.0 Does Emacs use access control lists? yes -lacl -lattr #11 301.0 Does Emacs use -lselinux? no #11 301.0 Does Emacs use -lgnutls? yes #11 301.0 Does Emacs use -lxml2? no #11 301.0 Does Emacs use -lfreetype? no #11 301.0 Does Emacs use HarfBuzz? no #11 301.0 Does Emacs use -lm17n-flt? no #11 301.0 Does Emacs use -lotf? no #11 301.0 Does Emacs use -lxft? no #11 301.0 Does Emacs use -lsystemd? no #11 301.0 Does Emacs use -ljansson? no #11 301.0 Does Emacs use -ltree-sitter? no #11 301.0 Does Emacs use the GMP library? yes #11 301.0 Does Emacs directly use zlib? yes #11 301.0 Does Emacs have dynamic modules support? yes #11 301.0 Does Emacs use toolkit scroll bars? no #11 301.0 Does Emacs support Xwidgets? no #11 301.0 Does Emacs have threading support in lisp? yes #11 301.0 Does Emacs support the portable dumper? yes #11 301.0 Does Emacs support legacy unexec dumping? no #11 301.0 Which dumping strategy does Emacs use? pdumper #11 301.0 Does Emacs have native lisp compiler? yes #11 301.0 Does Emacs use version 2 of the X Input Extension? no #11 301.0 Does Emacs generate a smaller-size Japanese dictionary? no #11 301.0 #11 301.0 #11 303.0 configure: creating ./config.status #11 304.2 config.status: creating src/verbose.mk #11 304.3 config.status: creating src/emacs-module.h #11 304.6 config.status: creating Makefile #11 304.8 config.status: creating lib/gnulib.mk #11 305.1 config.status: creating ./doc/man/emacs.1 #11 305.3 config.status: creating lib/Makefile #11 305.6 config.status: creating lib-src/Makefile #11 305.9 config.status: creating oldXMenu/Makefile #11 306.1 config.status: creating src/Makefile #11 306.3 config.status: creating lwlib/Makefile #11 306.5 config.status: creating nextstep/Makefile #11 306.7 config.status: creating nt/Makefile #11 306.8 config.status: creating doc/emacs/Makefile #11 306.9 config.status: creating doc/misc/Makefile #11 307.1 config.status: creating doc/lispintro/Makefile #11 307.3 config.status: creating doc/lispref/Makefile #11 307.5 config.status: creating lisp/Makefile #11 307.6 config.status: creating leim/Makefile #11 307.8 config.status: creating test/Makefile #11 308.0 config.status: creating test/manual/noverlay/Makefile #11 308.2 config.status: creating test/infra/Makefile #11 308.4 config.status: creating admin/charsets/Makefile #11 308.6 config.status: creating admin/unidata/Makefile #11 308.8 config.status: creating admin/grammars/Makefile #11 308.9 config.status: creating java/Makefile #11 309.1 config.status: creating cross/Makefile #11 309.3 config.status: creating java/AndroidManifest.xml #11 309.5 config.status: creating src/config.h #11 309.7 config.status: executing src/epaths.h commands #11 310.0 config.status: executing src/.gdbinit commands #11 310.0 config.status: executing doc/emacs/emacsver.texi commands #11 310.1 config.status: executing etc-refcards-emacsver.tex commands #11 310.3 configure: WARNING: This configuration installs a 'movemail' program #11 310.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 310.3 installed a 'movemail' program that retrieved POP3 email via only #11 310.3 insecure channels, a practice that is no longer recommended but that #11 310.3 you can continue to support by using './configure --with-pop'. #11 310.3 configure: You might want to install GNU Mailutils #11 310.3 and use './configure --with-mailutils'. #11 DONE 313.6s #12 [emacs-native-comp-speed2 5/5] RUN make bootstrap -j2 #12 5.205 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 5.272 make[1]: Entering directory '/checkout' #12 5.753 make bootstrap-clean #12 5.793 make[2]: Entering directory '/checkout' #12 6.341 make -C src bootstrap-clean #12 6.359 make -C oldXMenu bootstrap-clean #12 6.407 make[3]: Entering directory '/checkout/oldXMenu' #12 6.407 rm -f libXMenu11.a ./*.o deps/* #12 6.407 make[3]: Entering directory '/checkout/src' #12 6.407 GEN /checkout/src/lisp.mk #12 6.461 rm -f Makefile #12 6.498 rm -fr deps #12 6.538 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.538 make -C lwlib bootstrap-clean #12 6.604 make[3]: Entering directory '/checkout/lwlib' #12 6.604 rm -f ./*.o liblw.a \#* deps/* #12 6.641 rm -f Makefile #12 6.675 rm -fr deps #12 6.676 rm -f TAGS #12 6.677 make[3]: Leaving directory '/checkout/lwlib' #12 6.681 make -C lib bootstrap-clean #12 7.592 make[3]: Entering directory '/checkout/lib' #12 7.592 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 7.736 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 #12 7.768 rm -f Makefile Makefile.android #12 7.791 rm -fr deps #12 7.815 make[3]: Leaving directory '/checkout/lib' #12 7.821 make -C lib-src bootstrap-clean #12 7.866 make[3]: Entering directory '/checkout/lib-src' #12 7.869 rm -f core ./*.o ./*.res #12 7.887 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 7.937 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 7.960 rm -f TAGS Makefile blessmail Makefile.android #12 8.013 make[3]: Leaving directory '/checkout/lib-src' #12 8.013 make -C nt bootstrap-clean #12 8.028 make[3]: Entering directory '/checkout/nt' #12 8.028 rm -f core *.o *.res #12 8.101 rm -f runemacs addpm cmdproxy ddeclient #12 8.116 rm -f TAGS Makefile *.rc #12 8.141 true #12 8.156 make[3]: Leaving directory '/checkout/nt' #12 8.162 make -C doc/emacs bootstrap-clean #12 8.190 make[3]: Entering directory '/checkout/doc/emacs' #12 8.190 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.190 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.237 rm -f \ #12 8.237 ./../../info/emacs.info \ #12 8.237 ./../../info/emacs.info-[1-9] \ #12 8.237 ./../../info/emacs.info-[1-9][0-9] #12 8.289 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 8.317 rm -f Makefile #12 8.332 rm -f ./emacsver.texi TAGS #12 8.370 make[3]: Leaving directory '/checkout/doc/emacs' #12 8.374 make -C doc/misc bootstrap-clean #12 8.409 make[3]: Entering directory '/checkout/doc/misc' #12 8.409 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 8.409 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 8.409 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 8.428 rm -f gnustmp* #12 8.432 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 8.432 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 8.432 rm -f \ #12 8.432 ./../../info/${file} \ #12 8.432 ./../../info/${file}-[1-9] \ #12 8.432 ./../../info/${file}-[1-9][0-9]; \ #12 8.432 done #12 8.793 rm -f android-emacs libemacs.so #12 8.860 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 8.900 rm -f dmpstruct.h #12 8.936 rm -f emacs.pdmp #12 8.964 rm -f ../etc/DOC #12 8.982 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 9.005 rm -f emacs-30.0.50 #12 9.049 rm -f buildobj.h #12 9.085 rm -f globals.h gl-stamp #12 9.116 rm -f ./*.res ./*.tmp #12 9.169 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 9.210 rm -f ../etc/DOC* #12 9.258 rm -f deps/* #12 9.273 rm -f emacs-module.h epaths.h config.h config.stamp #12 9.317 if test -f ./.gdbinit; then \ #12 9.317 mv ./.gdbinit ./.gdbinit.save; \ #12 9.317 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 9.317 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 9.317 fi #12 9.393 make[3]: Leaving directory '/checkout/src' #12 9.398 make -C doc/lispref bootstrap-clean #12 9.461 make[3]: Entering directory '/checkout/doc/lispref' #12 9.461 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.461 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.530 rm -f elisp[12]* vol[12].tmp #12 9.545 rm -f \ #12 9.545 ./../../info/elisp.info \ #12 9.545 ./../../info/elisp.info-[1-9] \ #12 9.545 ./../../info/elisp.info-[1-9][0-9] #12 9.578 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.592 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.625 rm -f Makefile #12 9.649 rm -f TAGS #12 9.680 make[3]: Leaving directory '/checkout/doc/lispref' #12 9.696 make -C doc/lispintro bootstrap-clean #12 9.729 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.745 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.745 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.773 rm -f \ #12 9.773 ./../../info/eintr.info \ #12 9.773 ./../../info/eintr.info-[1-9] #12 9.803 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.848 rm -f Makefile #12 9.874 rm -f TAGS #12 9.925 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.933 make -C test bootstrap-clean #12 9.949 make[3]: Entering directory '/checkout/test' #12 11.03 rm -f ./modus-themes.texi ./org.texi #12 11.06 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 11.08 rm -f Makefile #12 11.09 rm -f TAGS #12 11.10 make[3]: Leaving directory '/checkout/doc/misc' #12 11.11 make -C java bootstrap-clean #12 11.40 make[3]: Entering directory '/checkout/java' #12 11.41 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 11.44 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 11.47 find . -name '*.class' -delete #12 11.52 rm -f Makefile ndk-build.mk #12 11.53 make[3]: Leaving directory '/checkout/java' #12 11.53 make -C cross bootstrap-clean #12 11.54 make[3]: Entering directory '/checkout/cross' #12 11.54 for dir in src lib-src lib etc; do \ #12 11.54 find $dir -type f -delete; \ #12 11.54 done #12 11.58 rm -rf lib/config.h lib-src/config.h #12 11.59 if test -f ndk-build/Makefile; then \ #12 11.59 make -C ndk-build clean; \ #12 11.59 fi #12 11.59 for dir in src lib-src lib etc; do \ #12 11.59 find $dir -type l -delete; \ #12 11.59 done #12 11.64 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.64 rm -rf ndk-build/ndk-build.mk Makefile #12 11.65 make[3]: Leaving directory '/checkout/cross' #12 11.65 make -C nextstep bootstrap-clean #12 11.67 make[3]: Entering directory '/checkout/nextstep' #12 11.67 rm -rf #12 11.68 rm -f Makefile #12 11.69 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.69 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.69 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.69 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 11.71 make[3]: Leaving directory '/checkout/nextstep' #12 11.71 make -C admin/charsets bootstrap-clean #12 11.74 make[3]: Entering directory '/checkout/admin/charsets' #12 11.74 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.74 make[3]: Leaving directory '/checkout/admin/charsets' #12 11.74 make -C admin/unidata bootstrap-clean #12 11.77 make[3]: Entering directory '/checkout/admin/unidata' #12 12.81 rm -f ./*.elc unidata.txt #12 12.82 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.82 make -C leim bootstrap-clean #12 12.83 make[3]: Entering directory '/checkout/leim' #12 12.83 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 13.28 make[3]: Leaving directory '/checkout/leim' #12 13.28 make -C lisp bootstrap-clean #12 13.29 make[3]: Entering directory '/checkout/lisp' #12 13.66 find . -name '*.elc' -delete #12 13.71 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 13.77 make[3]: Leaving directory '/checkout/lisp' #12 13.81 make -C admin/grammars bootstrap-clean #12 13.87 make[3]: Entering directory '/checkout/admin/grammars' #12 13.87 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.87 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 13.88 make[3]: Leaving directory '/checkout/admin/grammars' #12 14.19 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 14.25 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 14.27 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 14.27 src/emacs-module-resources/*.dll gmp.h #12 14.28 find . -name '*.elc' -delete #12 14.30 make[3]: Leaving directory '/checkout/test' #12 14.31 [ ! -f config.log ] || mv -f config.log config.log~ #12 14.71 rm -rf ./info #12 14.71 rm -f ./etc/refcards/emacsver.tex #12 14.73 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 14.75 rm -fr autom4te.cache config.cache #12 14.80 rm -f config.log ./doc/man/emacs.1 #12 14.82 make[2]: Leaving directory '/checkout' #12 14.82 cd . && ./autogen.sh autoconf #12 14.84 Checking whether you have the necessary tools... #12 14.84 (Read INSTALL.REPO for more details on building Emacs) #12 14.86 Checking for autoconf (need at least version 2.65) ... ok #12 15.02 Your system has the required tools. #12 15.09 Running 'autoreconf -fi -I m4' ... #12 54.25 Building 'aclocal.m4' in exec ... #12 54.26 Running 'autoreconf -fi' in exec ... #12 63.35 You can now run './autogen.sh git'. #12 63.35 make MAKEFILE_NAME=force-Makefile force-Makefile #12 63.37 make[2]: Entering directory '/checkout' #12 63.40 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 63.66 if [ -x ./config.status ]; then \ #12 63.66 ./config.status --recheck; \ #12 63.66 else \ #12 63.66 ./configure --cache-file=/dev/null; \ #12 63.66 fi #12 63.89 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #12 64.54 checking for xcrun... no #12 64.54 checking for GNU Make... make #12 64.67 checking build system type... x86_64-pc-linux-gnu #12 65.24 checking host system type... x86_64-pc-linux-gnu #12 65.35 checking for gcc... gcc #12 65.77 checking whether the C compiler works... yes #12 66.12 checking for C compiler default output file name... a.out #12 66.14 checking for suffix of executables... #12 66.49 checking whether we are cross compiling... no #12 66.98 checking for suffix of object files... o #12 67.19 checking whether we are using the GNU C compiler... yes #12 67.35 checking whether gcc accepts -g... yes #12 67.50 checking for gcc option to enable C11 features... none needed #12 68.00 checking whether the compiler is clang... no #12 68.15 checking for compiler option needed when checking for declarations... none #12 68.16 checking whether gcc and cc understand -c and -o together... yes #12 69.20 checking how to run the C preprocessor... gcc -E #12 69.69 checking for grep that handles long lines and -e... /bin/grep #12 69.73 checking for egrep... /bin/grep -E #12 69.74 checking for ANSI C header files... yes #12 70.44 checking for sys/types.h... yes #12 70.74 checking for sys/stat.h... yes #12 71.02 checking for stdlib.h... yes #12 71.41 checking for string.h... yes #12 71.81 checking for memory.h... yes #12 72.21 checking for strings.h... yes #12 72.63 checking for inttypes.h... yes #12 72.88 checking for stdint.h... yes #12 73.42 checking for unistd.h... yes #12 73.83 checking for wchar.h... yes #12 74.25 checking for minix/config.h... no #12 74.89 checking for linux/fs.h... yes #12 75.37 checking for malloc.h... yes #12 75.70 checking for sys/systeminfo.h... no #12 76.20 checking for sys/sysinfo.h... yes #12 76.73 checking for coff.h... no #12 77.03 checking for pty.h... yes #12 77.70 checking for sys/resource.h... yes #12 78.18 checking for sys/utsname.h... yes #12 78.67 checking for pwd.h... yes #12 79.10 checking for util.h... no #12 79.46 checking for sanitizer/lsan_interface.h... yes #12 79.92 checking for sanitizer/asan_interface.h... yes #12 80.36 checking for sanitizer/common_interface_defs.h... yes #12 80.88 checking for sys/socket.h... yes #12 81.31 checking for stdlib.h... (cached) yes #12 81.42 checking for unistd.h... (cached) yes #12 81.51 checking for sys/param.h... yes #12 82.04 checking for pthread.h... yes #12 82.46 checking for malloc/malloc.h... no #12 82.82 checking for sys/un.h... yes #12 83.33 checking for utmp.h... yes #12 83.82 checking for utmpx.h... yes #12 84.62 checking for OS.h... no #12 84.80 checking for dirent.h... yes #12 84.99 checking for execinfo.h... yes #12 85.22 checking for linux/xattr.h... yes #12 85.49 checking for stdio_ext.h... yes #12 85.63 checking for sys/vfs.h... yes #12 85.76 checking for sys/fs_types.h... no #12 85.88 checking for getopt.h... yes #12 86.11 checking for sys/cdefs.h... yes #12 86.36 checking for sys/time.h... yes #12 86.59 checking for ieee754.h... yes #12 86.83 checking for limits.h... yes #12 87.05 checking for inttypes.h... (cached) yes #12 87.10 checking for sys/types.h... (cached) yes #12 87.15 checking for stdint.h... (cached) yes #12 87.20 checking for sys/select.h... yes #12 87.39 checking for stdbool.h... yes #12 87.57 checking for stdckdint.h... no #12 87.76 checking for sys/random.h... yes #12 87.98 checking for sys/stat.h... (cached) yes #12 88.02 checking whether it is safe to define __EXTENSIONS__... yes #12 88.24 checking whether _XOPEN_SOURCE should be defined... no #12 88.39 checking for Minix Amsterdam compiler... no #12 88.44 checking for ar... ar #12 88.45 checking for ranlib... ranlib #12 88.45 checking for gcc option to enable large file support... none needed #12 88.63 checking for gcc option for timestamps after 2038... none needed #12 88.74 checking for g++... g++ #12 88.85 checking whether we are using the GNU C++ compiler... yes #12 88.98 checking whether g++ accepts -g... yes #12 89.12 checking for g++ option to enable C++11 features... none needed #12 138.6 checking how to run the C++ preprocessor... g++ -E #12 139.0 checking whether gcc accepts -g3 -O2... yes #12 139.5 checking whether the compiler is clang... no #12 139.6 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 139.7 checking whether -Wno-missing-field-initializers is needed... yes #12 139.9 checking whether -Wuninitialized is supported... yes #12 140.1 checking whether C compiler handles -fstrict-flex-arrays... no #12 140.2 checking whether C compiler handles -Wall... yes #12 140.5 checking whether C compiler handles -Warith-conversion... yes #12 140.9 checking whether C compiler handles -Wdate-time... yes #12 141.3 checking whether C compiler handles -Wdisabled-optimization... yes #12 141.6 checking whether C compiler handles -Wdouble-promotion... yes #12 141.9 checking whether C compiler handles -Wduplicated-cond... yes #12 142.4 checking whether C compiler handles -Wextra... yes #12 142.8 checking whether C compiler handles -Wformat-signedness... yes #12 143.1 checking whether C compiler handles -Winit-self... yes #12 143.6 checking whether C compiler handles -Winvalid-pch... yes #12 144.0 checking whether C compiler handles -Wlogical-op... yes #12 144.5 checking whether C compiler handles -Wmissing-declarations... yes #12 144.9 checking whether C compiler handles -Wmissing-include-dirs... yes #12 145.2 checking whether C compiler handles -Wmissing-prototypes... yes #12 145.4 checking whether C compiler handles -Wnested-externs... yes #12 145.7 checking whether C compiler handles -Wnull-dereference... yes #12 146.0 checking whether C compiler handles -Wold-style-definition... yes #12 146.4 checking whether C compiler handles -Wopenmp-simd... yes #12 146.6 checking whether C compiler handles -Wpacked... yes #12 146.8 checking whether C compiler handles -Wpointer-arith... yes #12 147.0 checking whether C compiler handles -Wstrict-flex-arrays... no #12 147.2 checking whether C compiler handles -Wstrict-prototypes... yes #12 147.4 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 147.6 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 148.0 checking whether C compiler handles -Wsuggest-final-methods... yes #12 148.4 checking whether C compiler handles -Wsuggest-final-types... yes #12 148.8 checking whether C compiler handles -Wtrampolines... yes #12 149.0 checking whether C compiler handles -Wuninitialized... yes #12 149.3 checking whether C compiler handles -Wunknown-pragmas... yes #12 149.7 checking whether C compiler handles -Wunused-macros... yes #12 150.2 checking whether C compiler handles -Wvariadic-macros... yes #12 150.7 checking whether C compiler handles -Wvector-operation-performance... yes #12 151.1 checking whether C compiler handles -Wwrite-strings... yes #12 151.6 checking whether C compiler handles -Warray-bounds=2... yes #12 152.0 checking whether C compiler handles -Wattribute-alias=2... yes #12 152.4 checking whether C compiler handles -Wformat=2... yes #12 152.7 checking whether C compiler handles -Wformat-truncation=2... yes #12 153.0 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 153.4 checking whether C compiler handles -Wshift-overflow=2... yes #12 153.7 checking whether C compiler handles -Wuse-after-free=3... no #12 153.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 154.2 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 154.6 checking whether C compiler handles -Wredundant-decls... yes #12 154.8 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 154.8 checking whether C compiler handles -Wno-override-init... yes #12 155.1 checking whether C compiler handles -Wno-sign-compare... yes #12 155.5 checking whether C compiler handles -Wno-type-limits... yes #12 155.8 checking whether C compiler handles -Wno-unused-parameter... yes #12 156.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 156.3 checking whether C compiler handles -Wno-bidi-chars... no #12 156.4 checking for a BSD-compatible install... /usr/bin/install -c #12 156.5 checking command to symlink files in the same directory... ln -s #12 156.5 checking for install-info... : #12 156.5 checking for gzip... /bin/gzip #12 156.5 checking for 'find' args to delete a file... -delete #12 156.5 checking for brew... no #12 157.1 checking for -znocombreloc... not needed #12 157.1 checking whether addresses are sanitized... no #12 157.3 checking for math library... -lm #12 159.0 checking for struct passwd.pw_gecos... yes #12 159.2 checking for pkg-config... /usr/bin/pkg-config #12 159.2 checking pkg-config is at least version 0.9.0... yes #12 159.3 checking for machine/soundcard.h... no #12 159.5 checking for sys/soundcard.h... yes #12 159.7 checking for soundcard.h... no #12 159.9 checking for mmsystem.h... no #12 160.1 checking for _oss_ioctl in -lossaudio... no #12 160.4 checking for alsa >= 1.0.0... no #12 160.5 checking for ADDR_NO_RANDOMIZE... yes #12 160.7 checking if Linux sysinfo may be used... yes #12 161.3 checking for sys/wait.h that is POSIX.1 compatible... yes #12 161.6 checking for net/if.h... yes #12 162.2 checking for ifaddrs.h... yes #12 162.8 checking for net/if_dl.h... no #12 164.2 checking for struct ifreq.ifr_flags... yes #12 164.4 checking for struct ifreq.ifr_hwaddr... yes #12 165.1 checking for struct ifreq.ifr_netmask... yes #12 165.7 checking for struct ifreq.ifr_broadaddr... yes #12 166.3 checking for struct ifreq.ifr_addr... yes #12 166.9 checking for struct ifreq.ifr_addr.sa_len... no #12 167.9 checking whether gcc understands -MMD -MF... yes #12 168.1 checking for X... no #12 168.6 checking for X... false #12 168.6 checking whether malloc is Doug Lea style... no #12 168.9 checking for sbrk... yes #12 169.4 checking for __lsan_ignore_object... no #12 169.9 checking for fchmod... yes #12 170.3 checking for utmpname... yes #12 171.1 checking for utmpxname... yes #12 171.7 checking for canonicalize_file_name... yes #12 172.2 checking for realpath... yes #12 172.9 checking for lstat... yes #12 173.4 checking for fchmodat... yes #12 174.0 checking for lchmod... no #12 174.3 checking for fcntl... yes #12 174.8 checking for fdopendir... yes #12 175.3 checking for listxattr... yes #12 175.8 checking for fstatat... yes #12 176.4 checking for fsync... yes #12 177.1 checking for gettimeofday... yes #12 177.8 checking for memset_explicit... no #12 178.3 checking for memset_s... no #12 178.9 checking for pselect... yes #12 179.5 checking for readlink... yes #12 180.0 checking for isblank... yes #12 180.7 checking for iswctype... yes #12 181.1 checking for strtoimax... yes #12 181.5 checking for symlink... yes #12 182.0 checking for localtime_r... yes #12 182.7 checking for getdtablesize... yes #12 183.3 checking for getpagesize... yes #12 183.8 checking for working mmap... yes #12 184.8 checking for main in -lXbsd... no #12 185.2 checking for pthread library... -lpthread #12 186.7 checking for thread support... yes #12 186.8 checking for sqlite3_open_v2 in -lsqlite3... no #12 187.3 checking for getaddrinfo_a in -lanl... yes #12 187.8 checking for malloc_trim... yes #12 188.4 checking for dbus-1 >= 1.0... yes #12 188.5 checking for dbus_watch_get_unix_fd... yes #12 189.4 checking for dbus_type_is_valid... yes #12 190.1 checking for dbus_validate_bus_name... yes #12 190.8 checking for dbus_validate_path... yes #12 191.6 checking for dbus_validate_interface... yes #12 192.3 checking for dbus_validate_member... yes #12 192.9 checking for lgetfilecon in -lselinux... no #12 193.4 checking for gnutls >= 2.12.2... yes #12 193.5 checking for libsystemd >= 222... no #12 193.6 checking for jansson >= 2.7... no #12 193.7 checking for tree-sitter >= 0.20.2... no #12 193.8 checking for tree-sitter >= 0.6.3... no #12 193.9 checking sys/inotify.h usability... yes #12 194.4 checking sys/inotify.h presence... yes #12 194.5 checking for sys/inotify.h... yes #12 194.5 checking for inotify_init1... yes #12 195.2 checking for lcms2... no #12 195.3 checking for library containing inflateEnd... -lz #12 196.2 checking for dladdr... yes #12 196.8 checking for dlfunc... no #12 197.4 checking for gcc_jit_context_acquire in -lgccjit... yes #12 198.2 checking libgccjit.h usability... yes #12 198.7 checking libgccjit.h presence... yes #12 198.8 checking for libgccjit.h... yes #12 201.1 checking gpm.h usability... no #12 201.5 checking gpm.h presence... no #12 201.6 checking for gpm.h... no #12 201.7 checking for libxml-2.0 > 2.6.17... no #12 201.8 checking for maillock in -lmail... no #12 202.1 checking for maillock in -llockfile... no #12 202.5 checking for liblockfile.so... no #12 202.5 checking maillock.h usability... no #12 202.8 checking maillock.h presence... no #12 203.0 checking for maillock.h... no #12 203.1 checking linux/seccomp.h usability... yes #12 203.5 checking linux/seccomp.h presence... yes #12 203.6 checking for linux/seccomp.h... yes #12 203.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 204.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 204.5 checking linux/filter.h usability... yes #12 204.9 checking linux/filter.h presence... yes #12 205.0 checking for linux/filter.h... yes #12 205.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 205.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 205.3 checking for libseccomp >= 2.5.2... no #12 205.3 checking size of long... 8 #12 206.3 checking for accept4... yes #12 206.9 checking for fchdir... yes #12 207.5 checking for gethostname... yes #12 208.2 checking for getrusage... yes #12 208.7 checking for get_current_dir_name... yes #12 209.4 checking for lrand48... yes #12 210.0 checking for random... yes #12 210.7 checking for rint... yes #12 211.4 checking for tcdrain... yes #12 212.1 checking for trunc... yes #12 213.0 checking for select... yes #12 213.7 checking for getpagesize... (cached) yes #12 213.8 checking for setlocale... yes #12 214.4 checking for newlocale... yes #12 214.9 checking for getrlimit... yes #12 215.5 checking for setrlimit... yes #12 215.9 checking for shutdown... yes #12 216.2 checking for pthread_sigmask... (cached) yes #12 216.3 checking for strsignal... yes #12 216.7 checking for setitimer... yes #12 217.3 checking for sendto... yes #12 218.0 checking for recvfrom... yes #12 218.6 checking for getsockname... yes #12 219.1 checking for getifaddrs... yes #12 219.8 checking for freeifaddrs... yes #12 220.4 checking for gai_strerror... yes #12 221.0 checking for sync... yes #12 221.8 checking for endpwent... yes #12 222.4 checking for getgrent... yes #12 223.0 checking for endgrent... yes #12 223.4 checking for renameat2... yes #12 223.9 checking for cfmakeraw... yes #12 224.4 checking for cfsetspeed... yes #12 224.9 checking for __executable_start... yes #12 225.5 checking for log2... yes #12 226.3 checking for pthread_setname_np... yes #12 227.0 checking for pthread_set_name_np... no #12 227.5 checking for getpwent... yes #12 228.1 checking whether pthread_setname_np takes a single argument... no #12 228.3 checking whether pthread_setname_np takes three arguments... no #12 228.7 checking for aligned_alloc... yes #12 229.3 checking whether aligned_alloc is declared... yes #12 229.7 checking for posix_madvise... yes #12 230.2 checking for madvise... yes #12 230.8 checking for __builtin_frame_address... yes #12 231.2 checking for __builtin_unwind_init... yes #12 231.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 232.2 checking for grantpt... yes #12 232.8 checking for getpt... yes #12 233.4 checking for posix_openpt... yes #12 234.1 checking for library containing tputs... -ltinfo #12 235.1 checking whether -ltinfo library defines BC... yes #12 235.6 checking for timerfd interface... yes #12 236.0 checking whether signals can be handled on alternate stack... yes #12 236.4 checking valgrind/valgrind.h usability... no #12 236.7 checking valgrind/valgrind.h presence... no #12 237.0 checking for valgrind/valgrind.h... no #12 237.0 checking for struct unipair.unicode... yes #12 237.4 checking for pid_t... yes #12 238.0 checking vfork.h usability... no #12 238.4 checking vfork.h presence... no #12 238.5 checking for vfork.h... no #12 238.5 checking for fork... yes #12 239.2 checking for vfork... yes #12 239.9 checking for working fork... yes #12 240.7 checking for working vfork... (cached) yes #12 240.8 checking for snprintf... yes #12 241.4 checking for open_memstream... yes #12 242.1 checking spawn.h usability... yes #12 242.6 checking spawn.h presence... yes #12 242.8 checking for spawn.h... yes #12 242.8 checking for posix_spawn... yes #12 243.5 checking for posix_spawn_file_actions_addchdir... no #12 244.2 checking for posix_spawn_file_actions_addchdir_np... yes #12 244.6 checking for posix_spawnattr_setflags... yes #12 245.2 checking whether POSIX_SPAWN_SETSID is declared... yes #12 245.5 checking whether GLib is linked in... no #12 245.7 checking for nl_langinfo and CODESET... yes #12 246.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 246.9 checking for mbstate_t... yes #12 247.6 checking for signals via characters... yes #12 248.0 checking for _setjmp... yes #12 248.5 checking for sigsetjmp... yes #12 249.0 checking POSIX termios... yes #12 249.6 checking size of speed_t... 4 #12 250.2 checking for usable FIONREAD... yes #12 250.6 checking for usable SIGIO... yes #12 251.1 checking for struct alignment... yes #12 251.4 checking for C/C++ restrict keyword... __restrict__ #12 251.8 checking for typeof syntax and keyword spelling... typeof #12 252.1 checking for statement expressions... yes #12 252.4 checking whether malloc (0) returns nonnull... yes #12 253.1 checking sys/acl.h usability... yes #12 253.6 checking sys/acl.h presence... yes #12 253.8 checking for sys/acl.h... yes #12 253.8 checking for library containing acl_get_file... -lacl #12 254.7 checking for acl_get_file... yes #12 255.3 checking for acl_get_fd... yes #12 255.9 checking for acl_set_file... yes #12 256.6 checking for acl_set_fd... yes #12 257.4 checking for acl_free... yes #12 258.1 checking for acl_from_mode... yes #12 258.8 checking for acl_from_text... yes #12 259.4 checking for acl_delete_def_file... yes #12 259.9 checking for acl_extended_file... yes #12 260.6 checking for acl_delete_fd_np... no #12 261.4 checking for acl_delete_file_np... no #12 261.9 checking for acl_copy_ext_native... no #12 262.5 checking for acl_create_entry_np... no #12 263.2 checking for acl_to_short_text... no #12 263.9 checking for acl_free_text... no #12 264.5 checking for working acl_get_file... yes #12 265.1 checking acl/libacl.h usability... yes #12 265.7 checking acl/libacl.h presence... yes #12 265.8 checking for acl/libacl.h... yes #12 265.9 checking for acl_entries... yes #12 266.4 checking for ACL_FIRST_ENTRY... yes #12 266.7 checking for ACL_TYPE_EXTENDED... no #12 266.8 checking for working alloca.h... yes #12 267.3 checking for alloca... yes #12 267.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 267.8 checking whether the preprocessor supports include_next... yes #12 268.2 checking whether source code line length is unlimited... yes #12 268.3 checking whether endutent is declared... yes #12 268.7 checking for struct utmpx.ut_user... yes #12 269.2 checking for struct utmp.ut_user... yes #12 269.7 checking for struct utmpx.ut_name... yes #12 270.4 checking for struct utmp.ut_name... yes #12 270.9 checking for struct utmpx.ut_type... yes #12 271.4 checking for struct utmp.ut_type... yes #12 271.7 checking for struct utmpx.ut_pid... yes #12 272.3 checking for struct utmp.ut_pid... yes #12 272.8 checking for struct utmp.ut_tv... yes #12 273.6 checking for struct utmpx.ut_host... yes #12 273.9 checking for struct utmp.ut_host... yes #12 274.4 checking for struct utmpx.ut_id... yes #12 275.0 checking for struct utmp.ut_id... yes #12 275.6 checking for struct utmpx.ut_session... yes #12 276.1 checking for struct utmp.ut_session... yes #12 276.6 checking for struct utmpx.ut_exit... yes #12 277.4 checking for struct utmp.ut_exit... yes #12 278.3 checking for struct utmpx.ut_exit.ut_exit... no #12 279.1 checking for struct utmpx.ut_exit.e_exit... yes #12 279.6 checking for struct utmp.ut_exit.e_exit... yes #12 280.2 checking for struct utmpx.ut_exit.ut_termination... no #12 281.0 checking for struct utmpx.ut_exit.e_termination... yes #12 281.5 checking for struct utmp.ut_exit.e_termination... yes #12 282.1 checking whether sysinfo is declared... yes #12 282.4 checking for sys/sysctl.h... yes #12 283.0 checking for sysctl... yes #12 283.6 checking whether lstat correctly handles trailing slash... yes #12 284.4 checking whether // is distinct from /... no #12 284.4 checking whether realpath works... yes #12 285.5 checking for faccessat... yes #12 286.0 checking for getcwd... yes #12 286.7 checking whether byte ordering is bigendian... no #12 287.7 checking if environ is properly declared... yes #12 288.1 checking for complete errno.h... yes #12 288.3 checking whether ctype.h defines __header_inline... no #12 288.6 checking for mode_t... yes #12 289.5 checking whether strmode is declared... no #12 290.1 checking whether getline is declared... yes #12 290.6 checking for gawk... no #12 290.6 checking for mawk... mawk #12 290.6 checking for getopt.h... (cached) yes #12 290.6 checking for getopt_long_only... yes #12 291.1 checking whether getopt is POSIX compatible... yes #12 293.2 checking for working GNU getopt function... yes #12 294.1 checking for working GNU getopt_long function... yes #12 294.8 checking whether timespec_get is declared... yes #12 295.0 checking for timespec_get... yes #12 295.5 checking for struct timeval... yes #12 295.7 checking for wide-enough struct timeval.tv_sec member... yes #12 296.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 296.3 checking whether the compiler produces multi-arch binaries... no #12 296.4 checking whether stdint.h conforms to C99... yes #12 297.5 checking whether stdint.h works without ISO C predefines... yes #12 297.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 298.2 checking whether memmem is declared... yes #12 298.6 checking whether memrchr is declared... yes #12 299.1 checking whether defines MIN and MAX... no #12 299.3 checking whether defines MIN and MAX... yes #12 299.5 checking whether time_t is signed... yes #12 299.9 checking whether alarm is declared... yes #12 300.4 checking for working mktime... no #12 302.2 checking whether struct tm is in sys/time.h or time.h... time.h #12 302.6 checking for struct tm.tm_zone... yes #12 303.0 checking for struct tm.tm_gmtoff... yes #12 303.4 checking whether is self-contained... yes #12 304.5 checking for inline... inline #12 304.8 checking for sigset_t... yes #12 305.5 checking for volatile sig_atomic_t... yes #12 306.2 checking for sighandler_t... yes #12 306.9 checking for wchar_t... yes #12 307.1 checking for good max_align_t... yes #12 307.3 checking whether NULL can be used in arbitrary expressions... yes #12 307.5 checking for unreachable... no #12 308.2 checking whether fcloseall is declared... yes #12 308.8 checking whether getw is declared... yes #12 309.5 checking whether putw is declared... yes #12 310.0 checking which flavor of printf attribute matches inttypes macros... system #12 310.4 checking whether strnlen is declared... yes #12 311.1 checking whether strtoimax is declared... yes #12 311.6 checking whether stat file-mode macros are broken... no #12 311.9 checking for nlink_t... yes #12 313.0 checking for struct timespec in ... yes #12 313.4 checking for TIME_UTC in ... yes #12 313.8 checking whether execvpe is declared... yes #12 314.6 checking whether clearerr_unlocked is declared... yes #12 315.0 checking whether feof_unlocked is declared... yes #12 315.6 checking whether ferror_unlocked is declared... yes #12 316.3 checking whether fflush_unlocked is declared... yes #12 316.6 checking whether fgets_unlocked is declared... yes #12 316.9 checking whether fputc_unlocked is declared... yes #12 317.6 checking whether fputs_unlocked is declared... yes #12 318.2 checking whether fread_unlocked is declared... yes #12 318.8 checking whether fwrite_unlocked is declared... yes #12 319.3 checking whether getc_unlocked is declared... yes #12 320.1 checking whether getchar_unlocked is declared... yes #12 320.6 checking whether putc_unlocked is declared... yes #12 321.4 checking whether putchar_unlocked is declared... yes #12 322.0 checking type of array argument to getgroups... gid_t #12 323.1 checking whether getdelim is declared... yes #12 323.6 checking whether getdtablesize is declared... yes #12 324.2 checking whether malloc is ptrdiff_t safe... yes #12 324.5 checking whether malloc, realloc, calloc set errno on failure... yes #12 324.5 checking for O_CLOEXEC... yes #12 324.8 checking for promoted mode_t type... mode_t #12 325.1 checking whether the utimes function works... yes #12 326.2 checking for C compiler option to allow warnings... -Wno-error #12 326.9 checking for alignas and alignof... yes, macros #12 327.6 checking for alloca as a compiler built-in... yes #12 327.7 checking for static_assert... yes, an macro #12 328.2 checking for __builtin_expect... yes #12 328.8 checking byteswap.h usability... yes #12 329.2 checking byteswap.h presence... yes #12 329.4 checking for byteswap.h... yes #12 329.4 checking for readlinkat... yes #12 330.1 checking for library containing clock_gettime... none required #12 330.7 checking for clock_getres... yes #12 331.3 checking for clock_gettime... yes #12 332.0 checking for clock_settime... yes #12 332.6 checking for copy_file_range... yes #12 333.2 checking for d_type member in directory struct... yes #12 333.7 checking whether // is distinct from /... (cached) no #12 333.7 checking whether dup2 works... yes #12 334.5 checking for library containing backtrace_symbols_fd... none required #12 335.0 checking for faccessat... (cached) yes #12 335.0 checking whether fchmodat works... no #12 335.6 checking for readlinkat... (cached) yes #12 335.6 checking whether fcntl handles F_DUPFD correctly... yes #12 336.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 337.3 checking whether fdopendir is declared... yes #12 337.5 checking whether fdopendir works... yes #12 338.3 checking for flexible array member... yes #12 338.7 checking for __fpending... yes #12 339.4 checking whether __fpending is declared... yes #12 339.7 checking whether free is known to preserve errno... no #12 340.0 checking whether fstatat (..., 0) works... yes #12 340.7 checking for sys/mount.h... yes #12 341.2 checking for statvfs function (SVR4)... yes #12 341.7 checking whether to use statvfs64... no #12 341.9 checking for two-argument statfs with statfs.f_frsize member... yes #12 342.6 checking sys/fs/s5param.h usability... no #12 342.9 checking sys/fs/s5param.h presence... no #12 343.0 checking for sys/fs/s5param.h... no #12 343.0 checking sys/statfs.h usability... yes #12 343.4 checking sys/statfs.h presence... yes #12 343.5 checking for sys/statfs.h... yes #12 343.6 checking for statfs that truncates block counts... no #12 343.8 checking for futimens... yes #12 344.2 checking whether futimens works... yes #12 346.0 checking for getline... yes #12 346.6 checking for working getline function... yes #12 347.4 checking for getloadavg... yes #12 348.0 checking sys/loadavg.h usability... no #12 348.4 checking sys/loadavg.h presence... no #12 348.6 checking for sys/loadavg.h... no #12 348.7 checking whether getloadavg is declared... yes #12 349.0 checking for getrandom... yes #12 349.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 349.7 checking for gettimeofday with POSIX signature... yes #12 349.9 checking whether the compiler supports the __inline keyword... yes #12 350.3 checking gmp.h usability... yes #12 350.9 checking gmp.h presence... yes #12 351.0 checking for gmp.h... yes #12 351.1 checking for library containing __gmpz_roinit_n... -lgmp #12 352.1 checking for memmem... yes #12 352.5 checking whether memmem works... yes #12 353.1 checking for mempcpy... yes #12 353.8 checking for memrchr... yes #12 354.4 checking for explicit_memset... no #12 355.1 checking for mkostemp... yes #12 355.7 checking for library containing nanosleep... none required #12 356.1 checking for working nanosleep... no (mishandles large arguments) #12 358.0 checking for sys/pstat.h... no #12 358.4 checking for sys/sysmp.h... no #12 358.7 checking for sys/param.h... (cached) yes #12 358.7 checking for sys/sysctl.h... (cached) yes #12 358.8 checking for sched_getaffinity_np... no #12 359.5 checking for pstat_getdynamic... no #12 360.1 checking for sysmp... no #12 360.7 checking for sysctl... (cached) yes #12 360.8 checking for sched_getaffinity... yes #12 361.3 checking for glibc compatible sched_getaffinity... yes #12 361.7 checking for pipe2... yes #12 362.3 checking whether signature of pselect conforms to POSIX... yes #12 362.8 checking whether pselect detects invalid fds... yes #12 363.6 checking whether pthread_sigmask is a macro... no #12 363.9 checking whether pthread_sigmask returns error numbers... yes #12 364.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 367.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 368.9 checking whether readlink signature is correct... yes #12 369.3 checking whether readlink handles trailing slash correctly... yes #12 369.9 checking whether readlink truncates results correctly... yes #12 370.3 checking for readlinkat... (cached) yes #12 370.3 checking whether readlinkat signature is correct... yes #12 370.6 checking for working re_compile_pattern... no #12 371.8 checking libintl.h usability... yes #12 372.3 checking libintl.h presence... yes #12 372.4 checking for libintl.h... yes #12 372.5 checking whether isblank is declared... yes #12 372.9 checking for sig2str... no #12 373.5 checking for sigdescr_np... no #12 374.3 checking for socklen_t... yes #12 375.0 checking for ssize_t... yes #12 375.3 checking for struct stat.st_atim.tv_nsec... yes #12 375.6 checking whether struct stat.st_atim is of type struct timespec... yes #12 376.1 checking for struct stat.st_birthtimespec.tv_nsec... no #12 376.7 checking for struct stat.st_birthtimensec... no #12 377.3 checking for struct stat.st_birthtim.tv_nsec... no #12 377.9 checking for bool, true, false... no #12 378.1 checking for stpcpy... yes #12 378.7 checking for working strnlen... yes #12 379.6 checking whether strtoimax works... yes #12 380.1 checking whether symlink handles trailing slash correctly... yes #12 380.4 checking whether localtime_r is declared... yes #12 380.5 checking whether localtime_r is compatible with its POSIX signature... yes #12 380.6 checking whether localtime works even near extrema... yes #12 381.0 checking for timezone_t... no #12 381.1 checking for timegm... yes #12 381.4 checking whether timer_settime is declared... yes #12 381.5 checking for library containing timer_settime... -lrt #12 381.9 checking for timer_settime... yes #12 382.1 checking for utimensat... yes #12 382.3 checking whether utimensat works... yes #12 383.5 checking for variable-length arrays... yes #12 384.0 checking whether getdtablesize works... yes #12 384.5 checking for __mktime_internal... no #12 385.1 checking for timer_getoverrun... yes #12 385.4 checking for gcc option to disable position independent executables... not needed #12 385.4 checking for __ctype_get_mb_cur_max... yes #12 385.7 checking whether MB_CUR_MAX is defined to function that won't link... no #12 385.7 #12 385.7 Configured for 'x86_64-pc-linux-gnu'. #12 385.7 #12 385.7 Where should the build process find the source code? . #12 385.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 385.7 Should Emacs use the GNU version of malloc? no #12 385.7 (The GNU allocators don't work with this system configuration.) #12 385.7 Should Emacs use a relocating allocator for buffers? no #12 385.7 Should Emacs use mmap(2) for buffer allocation? no #12 385.7 What window system should Emacs use? none #12 385.7 What toolkit should Emacs use? none #12 385.7 Where do we find X Windows header files? NONE #12 385.7 Where do we find X Windows libraries? NONE #12 385.7 Does Emacs use -lXaw3d? no #12 385.7 Is Emacs being built for Android? no #12 385.7 Does Emacs use the X Double Buffer Extension? no #12 385.7 Does Emacs use -lXpm? no #12 385.7 Does Emacs use -ljpeg? no #12 385.7 Does Emacs use -ltiff? no #12 385.7 Does Emacs use a gif library? no #12 385.7 Does Emacs use a png library? no #12 385.7 Does Emacs use -lrsvg-2? no #12 385.7 Does Emacs use -lwebp? no #12 385.7 Does Emacs use -lsqlite3? no #12 385.7 Does Emacs use cairo? no #12 385.7 Does Emacs use -llcms2? no #12 385.7 Does Emacs use imagemagick? no #12 385.7 Does Emacs use native APIs for images? no #12 385.7 Does Emacs support sound? yes #12 385.7 Does Emacs use -lgpm? no #12 385.7 Does Emacs use -ldbus? yes #12 385.7 Does Emacs use -lgconf? no #12 385.7 Does Emacs use GSettings? no #12 385.7 Does Emacs use a file notification library? yes -lglibc (inotify) #12 385.7 Does Emacs use access control lists? yes -lacl -lattr #12 385.7 Does Emacs use -lselinux? no #12 385.7 Does Emacs use -lgnutls? yes #12 385.7 Does Emacs use -lxml2? no #12 385.7 Does Emacs use -lfreetype? no #12 385.7 Does Emacs use HarfBuzz? no #12 385.7 Does Emacs use -lm17n-flt? no #12 385.7 Does Emacs use -lotf? no #12 385.7 Does Emacs use -lxft? no #12 385.7 Does Emacs use -lsystemd? no #12 385.7 Does Emacs use -ljansson? no #12 385.7 Does Emacs use -ltree-sitter? no #12 385.7 Does Emacs use the GMP library? yes #12 385.7 Does Emacs directly use zlib? yes #12 385.7 Does Emacs have dynamic modules support? yes #12 385.7 Does Emacs use toolkit scroll bars? no #12 385.7 Does Emacs support Xwidgets? no #12 385.7 Does Emacs have threading support in lisp? yes #12 385.7 Does Emacs support the portable dumper? yes #12 385.7 Does Emacs support legacy unexec dumping? no #12 385.7 Which dumping strategy does Emacs use? pdumper #12 385.7 Does Emacs have native lisp compiler? yes #12 385.7 Does Emacs use version 2 of the X Input Extension? no #12 385.7 Does Emacs generate a smaller-size Japanese dictionary? no #12 385.7 #12 385.7 #12 386.6 configure: creating ./config.status #12 387.2 configure: WARNING: This configuration installs a 'movemail' program #12 387.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 387.2 installed a 'movemail' program that retrieved POP3 email via only #12 387.2 insecure channels, a practice that is no longer recommended but that #12 387.2 you can continue to support by using './configure --with-pop'. #12 387.2 configure: You might want to install GNU Mailutils #12 387.2 and use './configure --with-mailutils'. #12 388.1 MAKE='make' ./config.status #12 388.3 config.status: creating src/verbose.mk #12 388.5 config.status: creating src/emacs-module.h #12 388.7 config.status: creating Makefile #12 388.9 config.status: creating lib/gnulib.mk #12 389.3 config.status: creating ./doc/man/emacs.1 #12 389.6 config.status: creating lib/Makefile #12 389.7 config.status: creating lib-src/Makefile #12 390.0 config.status: creating oldXMenu/Makefile #12 390.3 config.status: creating src/Makefile #12 390.6 config.status: creating lwlib/Makefile #12 390.8 config.status: creating nextstep/Makefile #12 391.0 config.status: creating nt/Makefile #12 391.2 config.status: creating doc/emacs/Makefile #12 391.4 config.status: creating doc/misc/Makefile #12 391.6 config.status: creating doc/lispintro/Makefile #12 391.8 config.status: creating doc/lispref/Makefile #12 392.0 config.status: creating lisp/Makefile #12 392.2 config.status: creating leim/Makefile #12 392.3 config.status: creating test/Makefile #12 392.5 config.status: creating test/manual/noverlay/Makefile #12 392.6 config.status: creating test/infra/Makefile #12 392.8 config.status: creating admin/charsets/Makefile #12 393.1 config.status: creating admin/unidata/Makefile #12 393.3 config.status: creating admin/grammars/Makefile #12 393.4 config.status: creating java/Makefile #12 393.7 config.status: creating cross/Makefile #12 393.9 config.status: creating java/AndroidManifest.xml #12 394.1 config.status: creating src/config.h #12 394.3 config.status: executing src/epaths.h commands #12 394.3 make[3]: Entering directory '/checkout' #12 394.6 make[3]: Leaving directory '/checkout' #12 394.7 config.status: executing src/.gdbinit commands #12 394.7 config.status: executing doc/emacs/emacsver.texi commands #12 394.9 config.status: executing etc-refcards-emacsver.tex commands #12 394.9 make[3]: Entering directory '/checkout' #12 395.1 make[3]: Leaving directory '/checkout' #12 395.1 make[2]: Leaving directory '/checkout' #12 395.1 make actual-all #12 395.1 make[2]: Entering directory '/checkout' #12 395.6 make -C lib all #12 395.6 make -C doc/lispref info #12 395.6 make[3]: Entering directory '/checkout/doc/lispref' #12 395.6 /bin/mkdir -p ../../info #12 395.7 GEN ../../info/elisp.info #12 396.3 make[3]: Entering directory '/checkout/lib' #12 396.3 GEN alloca.h #12 396.3 GEN dirent.h #12 396.5 GEN fcntl.h #12 396.7 GEN malloc/dynarray.gl.h #12 396.7 GEN malloc/dynarray-skeleton.gl.h #12 396.9 GEN inttypes.h #12 397.1 GEN limits.h #12 397.3 GEN signal.h #12 397.4 GEN stdckdint.h #12 397.6 GEN stddef.h #12 397.7 GEN stdio.h #12 397.8 GEN stdlib.h #12 398.4 GEN string.h #12 399.3 GEN sys/random.h #12 400.0 GEN sys/select.h #12 400.2 GEN sys/stat.h #12 400.3 GEN sys/time.h #12 400.7 GEN sys/types.h #12 400.9 GEN time.h #12 401.1 GEN unistd.h #12 402.9 CC fingerprint.o #12 402.9 CC mktime.o #12 403.3 CC acl-errno-valid.o #12 406.0 CC acl-internal.o #12 406.7 CC get-permissions.o #12 407.8 CC set-permissions.o #12 408.9 CC allocator.o #12 410.2 CC binary-io.o #12 410.8 CC boot-time.o #12 411.6 CC c-ctype.o #12 413.6 CC c-strcasecmp.o #12 414.8 CC c-strncasecmp.o #12 415.3 CC careadlinkat.o #12 416.2 CC close-stream.o #12 417.6 CC copy-file-range.o #12 418.3 CC count-leading-zeros.o #12 419.1 CC count-one-bits.o #12 419.8 CC count-trailing-zeros.o #12 420.7 CC md5-stream.o #12 421.4 CC md5.o #12 422.5 CC sha1.o #12 425.6 CC sha256.o #12 431.2 CC sha512.o #12 441.7 CC dtoastr.o #12 458.0 CC dtotimespec.o #12 459.1 CC fchmodat.o #12 460.4 CC fcntl.o #12 461.9 CC file-has-acl.o #12 463.2 CC filemode.o #12 465.3 CC filevercmp.o #12 466.6 CC free.o #12 468.4 CC fsusage.o #12 469.0 CC gettime.o #12 469.8 CC malloc/dynarray_at_failure.o #12 470.4 CC malloc/dynarray_emplace_enlarge.o #12 471.4 CC malloc/dynarray_finalize.o #12 472.0 CC malloc/dynarray_resize.o #12 472.8 CC malloc/dynarray_resize_clear.o #12 473.8 CC memset_explicit.o #12 474.4 CC nanosleep.o #12 475.0 CC nproc.o #12 476.1 CC nstrftime.o #12 477.7 CC pipe2.o #12 485.1 CC qcopy-acl.o #12 486.3 CC regex.o #12 487.4 CC sig2str.o #12 530.6 CC sigdescr_np.o #12 531.8 CC stat-time.o #12 532.5 CC tempname.o #12 533.2 CC time_rz.o #12 535.2 CC timegm.o #12 537.0 CC timespec.o #12 537.7 CC timespec-add.o #12 538.2 CC timespec-sub.o #12 538.9 CC u64.o #12 539.7 CC unistd.o #12 540.0 CC openat-die.o #12 540.6 CC save-cwd.o #12 542.2 AR libgnu.a #12 543.8 make[3]: Leaving directory '/checkout/lib' #12 543.8 make -C doc/lispintro info #12 543.9 make[3]: Entering directory '/checkout/doc/lispintro' #12 543.9 GEN ../../info/eintr.info #12 591.4 make[3]: Leaving directory '/checkout/doc/lispintro' #12 591.4 make -C doc/emacs info #12 591.5 make[3]: Entering directory '/checkout/doc/emacs' #12 591.5 GEN ../../info/emacs.info #12 591.5 GEN info/dir #12 704.8 ./android.texi:417: @pxref reference to nonexistent node `Language Environment' #12 730.0 make[3]: Leaving directory '/checkout/doc/lispref' #12 731.4 make -C lib-src all #12 731.4 make[3]: Entering directory '/checkout/lib-src' #12 731.4 CCLD etags #12 731.4 CCLD ctags #12 770.1 make[3]: Leaving directory '/checkout/doc/emacs' #12 770.1 CCLD emacsclient #12 774.9 CCLD ebrowse #12 783.6 CCLD hexl #12 802.3 CC pop.o #12 805.4 CCLD make-docfile #12 805.9 CCLD make-fingerprint #12 816.1 CCLD movemail #12 818.4 make[3]: Leaving directory '/checkout/lib-src' #12 818.4 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 818.4 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 819.2 make[3]: Entering directory '/checkout/src' #12 819.2 GEN globals.h #12 819.2 GEN buildobj.h #12 820.9 make -C ../admin/charsets all #12 821.0 make[4]: Entering directory '/checkout/admin/charsets' #12 821.0 GEN ../../etc/charsets/8859-2.map #12 821.0 GEN ../../etc/charsets/8859-3.map #12 821.3 GEN ../../etc/charsets/8859-4.map #12 821.3 make -C ../admin/unidata charscript.el #12 821.4 make[4]: Entering directory '/checkout/admin/unidata' #12 821.5 GEN ../../etc/charsets/8859-5.map #12 821.6 GEN ../../lisp/international/charscript.el #12 821.7 GEN ../../etc/charsets/8859-6.map #12 821.8 make[4]: Leaving directory '/checkout/admin/unidata' #12 821.8 make -C ../admin/unidata emoji-zwj.el #12 821.8 make[4]: Entering directory '/checkout/admin/unidata' #12 822.0 GEN ../../etc/charsets/8859-7.map #12 822.1 GEN ../../lisp/international/emoji-zwj.el #12 822.2 GEN ../../etc/charsets/8859-8.map #12 822.4 GEN ../../etc/charsets/8859-9.map #12 822.5 make[4]: Leaving directory '/checkout/admin/unidata' #12 822.5 make -C ../admin/charsets cp51932.el #12 822.6 make[4]: Entering directory '/checkout/admin/charsets' #12 822.6 GEN ../../etc/charsets/CP932-2BYTE.map #12 822.6 GEN ../../etc/charsets/8859-10.map #12 822.8 GEN ../../etc/charsets/8859-11.map #12 823.1 GEN ../../etc/charsets/8859-13.map #12 823.3 GEN ../../etc/charsets/8859-14.map #12 823.6 GEN ../../etc/charsets/8859-15.map #12 823.9 GEN ../../etc/charsets/8859-16.map #12 824.0 GEN ../../lisp/international/cp51932.el #12 824.1 make[4]: Leaving directory '/checkout/admin/charsets' #12 824.1 make -C ../admin/charsets eucjp-ms.el #12 824.1 GEN ../../etc/charsets/IBM037.map #12 824.2 make[4]: Entering directory '/checkout/admin/charsets' #12 824.2 GEN ../../lisp/international/eucjp-ms.el #12 824.4 GEN ../../etc/charsets/IBM038.map #12 824.6 GEN ../../etc/charsets/IBM256.map #12 824.7 make[4]: Leaving directory '/checkout/admin/charsets' #12 824.8 CC dispnew.o #12 824.8 CC frame.o #12 824.8 GEN ../../etc/charsets/IBM273.map #12 825.0 GEN ../../etc/charsets/IBM274.map #12 825.3 GEN ../../etc/charsets/IBM275.map #12 825.6 GEN ../../etc/charsets/IBM277.map #12 825.8 GEN ../../etc/charsets/IBM278.map #12 826.0 GEN ../../etc/charsets/IBM280.map #12 826.3 GEN ../../etc/charsets/IBM281.map #12 826.5 GEN ../../etc/charsets/IBM284.map #12 826.8 GEN ../../etc/charsets/IBM285.map #12 827.0 GEN ../../etc/charsets/IBM290.map #12 827.3 GEN ../../etc/charsets/IBM297.map #12 827.5 GEN ../../etc/charsets/IBM420.map #12 827.7 GEN ../../etc/charsets/IBM423.map #12 827.9 GEN ../../etc/charsets/IBM424.map #12 828.1 GEN ../../etc/charsets/IBM437.map #12 828.3 GEN ../../etc/charsets/IBM500.map #12 828.5 GEN ../../etc/charsets/IBM850.map #12 828.8 GEN ../../etc/charsets/IBM851.map #12 829.0 GEN ../../etc/charsets/IBM852.map #12 829.2 GEN ../../etc/charsets/IBM855.map #12 829.5 GEN ../../etc/charsets/IBM856.map #12 829.6 GEN ../../etc/charsets/IBM857.map #12 829.9 GEN ../../etc/charsets/IBM860.map #12 830.1 GEN ../../etc/charsets/IBM861.map #12 830.3 GEN ../../etc/charsets/IBM862.map #12 830.5 GEN ../../etc/charsets/IBM863.map #12 830.7 GEN ../../etc/charsets/IBM864.map #12 830.9 GEN ../../etc/charsets/IBM865.map #12 831.2 GEN ../../etc/charsets/IBM866.map #12 831.5 GEN ../../etc/charsets/IBM868.map #12 831.7 GEN ../../etc/charsets/IBM869.map #12 831.9 GEN ../../etc/charsets/IBM870.map #12 832.1 GEN ../../etc/charsets/IBM871.map #12 832.3 GEN ../../etc/charsets/IBM874.map #12 832.6 GEN ../../etc/charsets/IBM875.map #12 832.8 GEN ../../etc/charsets/IBM880.map #12 833.0 GEN ../../etc/charsets/IBM891.map #12 833.2 GEN ../../etc/charsets/IBM903.map #12 833.3 GEN ../../etc/charsets/IBM904.map #12 833.5 GEN ../../etc/charsets/IBM905.map #12 833.7 GEN ../../etc/charsets/IBM918.map #12 833.9 GEN ../../etc/charsets/IBM1004.map #12 834.1 GEN ../../etc/charsets/IBM1026.map #12 834.3 GEN ../../etc/charsets/IBM1047.map #12 834.5 GEN ../../etc/charsets/CP737.map #12 834.7 GEN ../../etc/charsets/CP775.map #12 834.9 GEN ../../etc/charsets/CP1125.map #12 835.1 GEN ../../etc/charsets/CP1250.map #12 835.3 GEN ../../etc/charsets/CP1251.map #12 835.5 GEN ../../etc/charsets/CP1252.map #12 835.6 GEN ../../etc/charsets/CP1253.map #12 835.8 GEN ../../etc/charsets/CP1254.map #12 836.2 GEN ../../etc/charsets/CP1255.map #12 836.4 GEN ../../etc/charsets/CP1256.map #12 836.6 GEN ../../etc/charsets/CP1257.map #12 836.7 GEN ../../etc/charsets/CP1258.map #12 836.8 GEN ../../etc/charsets/CP10007.map #12 837.0 GEN ../../etc/charsets/CP720.map #12 837.2 GEN ../../etc/charsets/CP858.map #12 837.2 GEN ../../etc/charsets/GB2312.map #12 837.3 GEN ../../etc/charsets/GBK.map #12 838.5 GEN ../../etc/charsets/GB180302.map #12 841.5 GEN ../../etc/charsets/BIG5.map #12 846.1 GEN ../../etc/charsets/BIG5-HKSCS.map #12 847.0 GEN ../../etc/charsets/CNS-1.map #12 850.1 GEN ../../etc/charsets/CNS-2.map #12 851.3 GEN ../../etc/charsets/CNS-3.map #12 852.5 GEN ../../etc/charsets/CNS-4.map #12 853.7 GEN ../../etc/charsets/CNS-5.map #12 855.0 GEN ../../etc/charsets/CNS-6.map #12 856.3 GEN ../../etc/charsets/CNS-7.map #12 857.6 GEN ../../etc/charsets/CNS-F.map #12 858.8 GEN ../../etc/charsets/JISX0201.map #12 860.2 GEN ../../etc/charsets/JISX0208.map #12 860.4 GEN ../../etc/charsets/JISX0212.map #12 862.6 GEN ../../etc/charsets/JISX2132.map #12 862.6 GEN ../../etc/charsets/JISC6226.map #12 863.1 GEN ../../etc/charsets/JISX213A.map #12 863.6 GEN ../../etc/charsets/KSC5601.map #12 863.7 GEN ../../etc/charsets/KSC5636.map #12 864.8 GEN ../../etc/charsets/JOHAB.map #12 865.0 GEN ../../etc/charsets/KOI-8.map #12 866.7 CC scroll.o #12 867.6 GEN ../../etc/charsets/KOI8-R.map #12 867.8 GEN ../../etc/charsets/KOI8-U.map #12 868.1 GEN ../../etc/charsets/KOI8-T.map #12 868.3 GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 868.6 GEN ../../etc/charsets/MIK.map #12 868.6 GEN ../../etc/charsets/PTCP154.map #12 868.9 GEN ../../etc/charsets/TIS-620.map #12 869.1 GEN ../../etc/charsets/VISCII.map #12 869.3 GEN ../../etc/charsets/VSCII.map #12 869.5 GEN ../../etc/charsets/VSCII-2.map #12 869.7 GEN ../../etc/charsets/KA-PS.map #12 869.9 GEN ../../etc/charsets/KA-ACADEMY.map #12 870.2 GEN ../../etc/charsets/HP-ROMAN8.map #12 870.3 GEN ../../etc/charsets/NEXTSTEP.map #12 870.5 GEN ../../etc/charsets/MACINTOSH.map #12 870.7 GEN ../../etc/charsets/EBCDICUK.map #12 870.9 GEN ../../etc/charsets/EBCDICUS.map #12 871.1 GEN ../../etc/charsets/stdenc.map #12 871.3 GEN ../../etc/charsets/symbol.map #12 871.4 GEN ../../etc/charsets/CP949-2BYTE.map #12 871.6 GEN ../../etc/charsets/BIG5-1.map #12 874.4 GEN ../../etc/charsets/BIG5-2.map #12 874.8 GEN ../../etc/charsets/MULE-ethiopic.map #12 875.4 GEN ../../etc/charsets/MULE-ipa.map #12 875.5 GEN ../../etc/charsets/MULE-is13194.map #12 875.5 GEN ../../etc/charsets/MULE-sisheng.map #12 875.6 GEN ../../etc/charsets/MULE-tibetan.map #12 875.7 GEN ../../etc/charsets/MULE-lviscii.map #12 875.7 GEN ../../etc/charsets/MULE-uviscii.map #12 875.9 GEN ../../etc/charsets/GB180304.map #12 875.9 GEN ../../etc/charsets/JISX2131.map #12 879.0 GEN charsets.stamp #12 879.1 make[4]: Leaving directory '/checkout/admin/charsets' #12 879.1 CC xdisp.o #12 886.9 CC menu.o #12 899.9 CC window.o #12 911.3 CC charset.o