Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1703592332: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:1703592342:prepare_executor section_start:1703592342:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1703592344:prepare_script section_start:1703592344: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... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out 60199ac0 as master... Skipping Git submodules setup section_end:1703592732:get_sources section_start:1703592732: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: 15 Running: 3 Paused: 0 Stopped: 12 Images: 7 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-60199ac01d711d3240146afedd830b774eb5c5d2/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 5.7s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 5.7s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.6s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:71f0e09d5... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 24.27MB 2.3s #7 transferring context: 61.57MB 7.4s #7 transferring context: 86.86MB 12.4s #7 transferring context: 100.61MB 17.5s #7 transferring context: 115.38MB 22.6s #7 transferring context: 129.94MB 27.7s #7 transferring context: 142.35MB 32.9s #7 transferring context: 157.93MB 38.0s #7 transferring context: 176.78MB 43.0s #7 transferring context: 191.74MB 48.0s #7 transferring context: 194.42MB 53.2s #7 transferring context: 204.37MB 58.5s #7 transferring context: 232.55MB 63.6s #7 transferring context: 241.29MB 64.9s done #7 DONE 65.8s #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 39.3s #9 [emacs-native-comp-speed2 2/5] WORKDIR /checkout #9 DONE 4.2s #10 [emacs-native-comp-speed2 3/5] RUN ./autogen.sh autoconf #10 2.515 Checking whether you have the necessary tools... #10 2.515 (Read INSTALL.REPO for more details on building Emacs) #10 2.522 Checking for autoconf (need at least version 2.65) ... ok #10 2.631 Your system has the required tools. #10 2.663 Building aclocal.m4 ... #10 2.663 Running 'autoreconf -fi -I m4' ... #10 24.25 Building 'aclocal.m4' in exec ... #10 24.25 Running 'autoreconf -fi' in exec ... #10 29.66 You can now run './autogen.sh git'. #10 DONE 32.5s #11 [emacs-native-comp-speed2 4/5] RUN ./configure --with-native-compilation #11 3.079 checking for xcrun... no #11 3.079 checking for GNU Make... make #11 3.130 checking build system type... x86_64-pc-linux-gnu #11 8.726 checking host system type... x86_64-pc-linux-gnu #11 8.827 checking for gcc... gcc #11 9.043 checking whether the C compiler works... yes #11 9.533 checking for C compiler default output file name... a.out #11 9.540 checking for suffix of executables... #11 9.828 checking whether we are cross compiling... no #11 10.37 checking for suffix of object files... o #11 10.50 checking whether we are using the GNU C compiler... yes #11 10.80 checking whether gcc accepts -g... yes #11 10.98 checking for gcc option to enable C11 features... none needed #11 12.77 checking whether the compiler is clang... no #11 13.04 checking for compiler option needed when checking for declarations... none #11 13.04 checking whether gcc and cc understand -c and -o together... yes #11 13.70 checking how to run the C preprocessor... gcc -E #11 14.11 checking for grep that handles long lines and -e... /bin/grep #11 14.13 checking for egrep... /bin/grep -E #11 14.15 checking for ANSI C header files... yes #11 15.28 checking for sys/types.h... yes #11 15.62 checking for sys/stat.h... yes #11 16.04 checking for stdlib.h... yes #11 16.74 checking for string.h... yes #11 17.08 checking for memory.h... yes #11 17.37 checking for strings.h... yes #11 17.61 checking for inttypes.h... yes #11 17.86 checking for stdint.h... yes #11 18.07 checking for unistd.h... yes #11 18.28 checking for wchar.h... yes #11 18.44 checking for minix/config.h... no #11 18.66 checking for linux/fs.h... yes #11 18.89 checking for malloc.h... yes #11 19.19 checking for sys/systeminfo.h... no #11 19.35 checking for sys/sysinfo.h... yes #11 19.48 checking for coff.h... no #11 19.59 checking for pty.h... yes #11 21.66 checking for sys/resource.h... yes #11 22.20 checking for sys/utsname.h... yes #11 22.56 checking for pwd.h... yes #11 22.87 checking for util.h... no #11 23.05 checking for sanitizer/lsan_interface.h... yes #11 23.21 checking for sanitizer/asan_interface.h... yes #11 23.44 checking for sanitizer/common_interface_defs.h... yes #11 23.66 checking for sys/socket.h... yes #11 24.12 checking for stdlib.h... (cached) yes #11 24.15 checking for unistd.h... (cached) yes #11 24.18 checking for sys/param.h... yes #11 25.68 checking for pthread.h... yes #11 25.90 checking for malloc/malloc.h... no #11 26.01 checking for sys/un.h... yes #11 26.15 checking for utmp.h... yes #11 26.43 checking for utmpx.h... yes #11 26.64 checking for OS.h... no #11 26.89 checking for dirent.h... yes #11 27.12 checking for execinfo.h... yes #11 27.30 checking for linux/xattr.h... yes #11 27.81 checking for stdio_ext.h... yes #11 28.05 checking for sys/vfs.h... yes #11 28.27 checking for sys/fs_types.h... no #11 28.54 checking for getopt.h... yes #11 29.06 checking for sys/cdefs.h... yes #11 29.39 checking for sys/time.h... yes #11 29.79 checking for ieee754.h... yes #11 30.15 checking for limits.h... yes #11 30.32 checking for inttypes.h... (cached) yes #11 30.36 checking for sys/types.h... (cached) yes #11 30.40 checking for stdint.h... (cached) yes #11 30.44 checking for sys/select.h... yes #11 30.74 checking for stdbool.h... yes #11 30.99 checking for stdckdint.h... no #11 31.25 checking for sys/random.h... yes #11 31.66 checking for sys/stat.h... (cached) yes #11 31.73 checking whether it is safe to define __EXTENSIONS__... yes #11 32.12 checking whether _XOPEN_SOURCE should be defined... no #11 32.38 checking for Minix Amsterdam compiler... no #11 32.45 checking for ar... ar #11 32.45 checking for ranlib... ranlib #11 32.47 checking for gcc option to enable large file support... none needed #11 32.83 checking for gcc option for timestamps after 2038... none needed #11 32.93 checking for g++... g++ #11 33.02 checking whether we are using the GNU C++ compiler... yes #11 33.86 checking whether g++ accepts -g... yes #11 33.99 checking for g++ option to enable C++11 features... none needed #11 70.86 checking how to run the C++ preprocessor... g++ -E #11 71.28 checking whether gcc accepts -g3 -O2... yes #11 71.60 checking whether the compiler is clang... no #11 71.96 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 72.17 checking whether -Wno-missing-field-initializers is needed... yes #11 72.64 checking whether -Wuninitialized is supported... yes #11 72.81 checking whether C compiler handles -fstrict-flex-arrays... no #11 72.96 checking whether C compiler handles -Wall... yes #11 73.29 checking whether C compiler handles -Warith-conversion... yes #11 73.61 checking whether C compiler handles -Wdate-time... yes #11 73.95 checking whether C compiler handles -Wdisabled-optimization... yes #11 74.21 checking whether C compiler handles -Wdouble-promotion... yes #11 74.42 checking whether C compiler handles -Wduplicated-cond... yes #11 74.77 checking whether C compiler handles -Wextra... yes #11 75.03 checking whether C compiler handles -Wformat-signedness... yes #11 75.19 checking whether C compiler handles -Winit-self... yes #11 75.38 checking whether C compiler handles -Winvalid-pch... yes #11 75.51 checking whether C compiler handles -Wlogical-op... yes #11 75.67 checking whether C compiler handles -Wmissing-declarations... yes #11 76.64 checking whether C compiler handles -Wmissing-include-dirs... yes #11 76.81 checking whether C compiler handles -Wmissing-prototypes... yes #11 77.03 checking whether C compiler handles -Wnested-externs... yes #11 77.38 checking whether C compiler handles -Wnull-dereference... yes #11 77.67 checking whether C compiler handles -Wold-style-definition... yes #11 78.03 checking whether C compiler handles -Wopenmp-simd... yes #11 78.34 checking whether C compiler handles -Wpacked... yes #11 78.61 checking whether C compiler handles -Wpointer-arith... yes #11 78.84 checking whether C compiler handles -Wstrict-flex-arrays... no #11 79.02 checking whether C compiler handles -Wstrict-prototypes... yes #11 79.34 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 79.58 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 79.88 checking whether C compiler handles -Wsuggest-final-methods... yes #11 80.25 checking whether C compiler handles -Wsuggest-final-types... yes #11 80.83 checking whether C compiler handles -Wtrampolines... yes #11 81.20 checking whether C compiler handles -Wuninitialized... yes #11 81.39 checking whether C compiler handles -Wunknown-pragmas... yes #11 81.54 checking whether C compiler handles -Wunused-macros... yes #11 81.72 checking whether C compiler handles -Wvariadic-macros... yes #11 81.87 checking whether C compiler handles -Wvector-operation-performance... yes #11 82.00 checking whether C compiler handles -Wwrite-strings... yes #11 82.61 checking whether C compiler handles -Warray-bounds=2... yes #11 82.76 checking whether C compiler handles -Wattribute-alias=2... yes #11 83.01 checking whether C compiler handles -Wformat=2... yes #11 83.23 checking whether C compiler handles -Wformat-truncation=2... yes #11 83.35 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 83.52 checking whether C compiler handles -Wshift-overflow=2... yes #11 83.70 checking whether C compiler handles -Wuse-after-free=3... no #11 83.78 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 83.95 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 84.12 checking whether C compiler handles -Wredundant-decls... yes #11 84.26 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 84.26 checking whether C compiler handles -Wno-override-init... yes #11 84.38 checking whether C compiler handles -Wno-sign-compare... yes #11 84.50 checking whether C compiler handles -Wno-type-limits... yes #11 84.64 checking whether C compiler handles -Wno-unused-parameter... yes #11 84.79 checking whether C compiler handles -Wno-format-nonliteral... yes #11 84.95 checking whether C compiler handles -Wno-bidi-chars... no #11 85.00 checking for a BSD-compatible install... /usr/bin/install -c #11 85.04 checking command to symlink files in the same directory... ln -s #11 85.05 checking for install-info... : #11 85.05 checking for gzip... /bin/gzip #11 85.06 checking for 'find' args to delete a file... -delete #11 85.11 checking for brew... no #11 86.59 checking for -znocombreloc... not needed #11 86.59 checking whether addresses are sanitized... no #11 86.73 checking for math library... -lm #11 87.96 checking for struct passwd.pw_gecos... yes #11 88.09 checking for pkg-config... /usr/bin/pkg-config #11 88.09 checking pkg-config is at least version 0.9.0... yes #11 88.14 checking for machine/soundcard.h... no #11 88.22 checking for sys/soundcard.h... yes #11 88.40 checking for soundcard.h... no #11 88.50 checking for mmsystem.h... no #11 88.59 checking for _oss_ioctl in -lossaudio... no #11 88.75 checking for alsa >= 1.0.0... no #11 88.82 checking for ADDR_NO_RANDOMIZE... yes #11 88.92 checking if Linux sysinfo may be used... yes #11 89.15 checking for sys/wait.h that is POSIX.1 compatible... yes #11 89.26 checking for net/if.h... yes #11 89.42 checking for ifaddrs.h... yes #11 89.59 checking for net/if_dl.h... no #11 89.82 checking for struct ifreq.ifr_flags... yes #11 90.05 checking for struct ifreq.ifr_hwaddr... yes #11 90.26 checking for struct ifreq.ifr_netmask... yes #11 90.58 checking for struct ifreq.ifr_broadaddr... yes #11 90.88 checking for struct ifreq.ifr_addr... yes #11 91.17 checking for struct ifreq.ifr_addr.sa_len... no #11 91.45 checking whether gcc understands -MMD -MF... yes #11 91.53 checking for X... no #11 91.69 checking for X... false #11 91.69 checking whether malloc is Doug Lea style... no #11 91.84 checking for sbrk... yes #11 92.03 checking for __lsan_ignore_object... no #11 92.18 checking for fchmod... yes #11 92.32 checking for utmpname... yes #11 92.48 checking for utmpxname... yes #11 92.62 checking for canonicalize_file_name... yes #11 92.79 checking for realpath... yes #11 92.95 checking for lstat... yes #11 93.09 checking for fchmodat... yes #11 93.26 checking for lchmod... no #11 93.33 checking for fcntl... yes #11 93.49 checking for fdopendir... yes #11 93.71 checking for listxattr... yes #11 96.54 checking for fstatat... yes #11 96.74 checking for fsync... yes #11 96.94 checking for gettimeofday... yes #11 97.12 checking for memset_explicit... no #11 97.26 checking for memset_s... no #11 97.44 checking for pselect... yes #11 97.58 checking for readlink... yes #11 97.72 checking for isblank... yes #11 97.88 checking for iswctype... yes #11 98.13 checking for strtoimax... yes #11 98.33 checking for symlink... yes #11 99.77 checking for localtime_r... yes #11 101.8 checking for getdtablesize... yes #11 101.9 checking for getpagesize... yes #11 102.1 checking for working mmap... yes #11 102.4 checking for main in -lXbsd... no #11 102.5 checking for pthread library... -lpthread #11 102.9 checking for thread support... yes #11 102.9 checking for sqlite3_open_v2 in -lsqlite3... no #11 103.0 checking for getaddrinfo_a in -lanl... yes #11 105.2 checking for malloc_trim... yes #11 106.7 checking for dbus-1 >= 1.0... yes #11 106.8 checking for dbus_watch_get_unix_fd... yes #11 107.0 checking for dbus_type_is_valid... yes #11 107.4 checking for dbus_validate_bus_name... yes #11 107.8 checking for dbus_validate_path... yes #11 108.1 checking for dbus_validate_interface... yes #11 108.3 checking for dbus_validate_member... yes #11 108.6 checking for lgetfilecon in -lselinux... no #11 108.7 checking for gnutls >= 2.12.2... yes #11 108.8 checking for libsystemd >= 222... no #11 108.8 checking for jansson >= 2.7... no #11 108.9 checking for tree-sitter >= 0.20.2... no #11 108.9 checking for tree-sitter >= 0.6.3... no #11 109.0 checking sys/inotify.h usability... yes #11 109.3 checking sys/inotify.h presence... yes #11 109.4 checking for sys/inotify.h... yes #11 109.4 checking for inotify_init1... yes #11 110.0 checking for lcms2... no #11 110.1 checking for library containing inflateEnd... -lz #11 110.6 checking for dladdr... yes #11 110.8 checking for dlfunc... no #11 111.4 checking for gcc_jit_context_acquire in -lgccjit... yes #11 111.7 checking libgccjit.h usability... yes #11 111.9 checking libgccjit.h presence... yes #11 112.0 checking for libgccjit.h... yes #11 113.6 checking gpm.h usability... no #11 113.8 checking gpm.h presence... no #11 113.8 checking for gpm.h... no #11 113.9 checking for libxml-2.0 > 2.6.17... no #11 113.9 checking for maillock in -lmail... no #11 114.2 checking for maillock in -llockfile... no #11 114.7 checking for liblockfile.so... no #11 114.7 checking maillock.h usability... no #11 114.9 checking maillock.h presence... no #11 115.0 checking for maillock.h... no #11 115.1 checking linux/seccomp.h usability... yes #11 115.2 checking linux/seccomp.h presence... yes #11 115.3 checking for linux/seccomp.h... yes #11 115.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 115.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 115.7 checking linux/filter.h usability... yes #11 116.0 checking linux/filter.h presence... yes #11 116.0 checking for linux/filter.h... yes #11 116.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 116.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 116.2 checking for libseccomp >= 2.5.2... no #11 116.2 checking size of long... 8 #11 116.8 checking for accept4... yes #11 117.2 checking for fchdir... yes #11 117.7 checking for gethostname... yes #11 118.2 checking for getrusage... yes #11 118.6 checking for get_current_dir_name... yes #11 119.3 checking for lrand48... yes #11 119.8 checking for random... yes #11 120.2 checking for rint... yes #11 120.9 checking for tcdrain... yes #11 121.3 checking for trunc... yes #11 121.9 checking for select... yes #11 122.2 checking for getpagesize... (cached) yes #11 122.2 checking for setlocale... yes #11 122.6 checking for newlocale... yes #11 123.0 checking for getrlimit... yes #11 123.5 checking for setrlimit... yes #11 123.9 checking for shutdown... yes #11 124.2 checking for pthread_sigmask... (cached) yes #11 124.2 checking for strsignal... yes #11 124.6 checking for setitimer... yes #11 125.0 checking for sendto... yes #11 125.4 checking for recvfrom... yes #11 125.8 checking for getsockname... yes #11 126.2 checking for getifaddrs... yes #11 126.5 checking for freeifaddrs... yes #11 126.8 checking for gai_strerror... yes #11 127.2 checking for sync... yes #11 127.7 checking for endpwent... yes #11 128.2 checking for getgrent... yes #11 128.5 checking for endgrent... yes #11 128.9 checking for renameat2... yes #11 129.3 checking for cfmakeraw... yes #11 129.7 checking for cfsetspeed... yes #11 130.0 checking for __executable_start... yes #11 130.3 checking for log2... yes #11 130.6 checking for pthread_setname_np... yes #11 131.0 checking for pthread_set_name_np... no #11 131.4 checking for getpwent... yes #11 131.8 checking whether pthread_setname_np takes a single argument... no #11 132.1 checking whether pthread_setname_np takes three arguments... no #11 132.3 checking for aligned_alloc... yes #11 132.8 checking whether aligned_alloc is declared... yes #11 133.1 checking for posix_madvise... yes #11 133.4 checking for madvise... yes #11 133.8 checking for __builtin_frame_address... yes #11 134.2 checking for __builtin_unwind_init... yes #11 134.7 checking for _LARGEFILE_SOURCE value needed for large files... no #11 135.1 checking for grantpt... yes #11 135.5 checking for getpt... yes #11 136.0 checking for posix_openpt... yes #11 136.4 checking for library containing tputs... -ltinfo #11 137.2 checking whether -ltinfo library defines BC... yes #11 137.5 checking for timerfd interface... yes #11 137.7 checking whether signals can be handled on alternate stack... yes #11 138.1 checking valgrind/valgrind.h usability... no #11 138.4 checking valgrind/valgrind.h presence... no #11 138.6 checking for valgrind/valgrind.h... no #11 138.6 checking for struct unipair.unicode... yes #11 138.9 checking for pid_t... yes #11 140.0 checking vfork.h usability... no #11 140.5 checking vfork.h presence... no #11 140.6 checking for vfork.h... no #11 140.7 checking for fork... yes #11 141.3 checking for vfork... yes #11 141.8 checking for working fork... yes #11 142.4 checking for working vfork... (cached) yes #11 142.5 checking for snprintf... yes #11 143.2 checking for open_memstream... yes #11 143.7 checking spawn.h usability... yes #11 144.0 checking spawn.h presence... yes #11 144.1 checking for spawn.h... yes #11 144.1 checking for posix_spawn... yes #11 144.6 checking for posix_spawn_file_actions_addchdir... no #11 145.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 145.7 checking for posix_spawnattr_setflags... yes #11 146.2 checking whether POSIX_SPAWN_SETSID is declared... yes #11 146.6 checking whether GLib is linked in... no #11 146.8 checking for nl_langinfo and CODESET... yes #11 147.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 147.8 checking for mbstate_t... yes #11 148.2 checking for signals via characters... yes #11 148.6 checking for _setjmp... yes #11 148.9 checking for sigsetjmp... yes #11 149.2 checking POSIX termios... yes #11 149.6 checking size of speed_t... 4 #11 150.2 checking for usable FIONREAD... yes #11 150.3 checking for usable SIGIO... yes #11 150.6 checking for struct alignment... yes #11 150.7 checking for C/C++ restrict keyword... __restrict__ #11 150.9 checking for typeof syntax and keyword spelling... typeof #11 151.1 checking for statement expressions... yes #11 151.3 checking whether malloc (0) returns nonnull... yes #11 151.6 checking sys/acl.h usability... yes #11 151.9 checking sys/acl.h presence... yes #11 152.0 checking for sys/acl.h... yes #11 152.0 checking for library containing acl_get_file... -lacl #11 152.9 checking for acl_get_file... yes #11 153.4 checking for acl_get_fd... yes #11 154.0 checking for acl_set_file... yes #11 154.5 checking for acl_set_fd... yes #11 155.1 checking for acl_free... yes #11 155.6 checking for acl_from_mode... yes #11 156.2 checking for acl_from_text... yes #11 156.7 checking for acl_delete_def_file... yes #11 157.3 checking for acl_extended_file... yes #11 157.9 checking for acl_delete_fd_np... no #11 158.4 checking for acl_delete_file_np... no #11 158.8 checking for acl_copy_ext_native... no #11 159.3 checking for acl_create_entry_np... no #11 159.7 checking for acl_to_short_text... no #11 160.3 checking for acl_free_text... no #11 160.8 checking for working acl_get_file... yes #11 161.2 checking acl/libacl.h usability... yes #11 161.6 checking acl/libacl.h presence... yes #11 161.7 checking for acl/libacl.h... yes #11 161.7 checking for acl_entries... yes #11 162.1 checking for ACL_FIRST_ENTRY... yes #11 162.4 checking for ACL_TYPE_EXTENDED... no #11 162.6 checking for working alloca.h... yes #11 163.2 checking for alloca... yes #11 163.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 163.4 checking whether the preprocessor supports include_next... yes #11 163.6 checking whether source code line length is unlimited... yes #11 163.7 checking whether endutent is declared... yes #11 163.9 checking for struct utmpx.ut_user... yes #11 164.3 checking for struct utmp.ut_user... yes #11 164.8 checking for struct utmpx.ut_name... yes #11 165.2 checking for struct utmp.ut_name... yes #11 165.6 checking for struct utmpx.ut_type... yes #11 166.1 checking for struct utmp.ut_type... yes #11 166.6 checking for struct utmpx.ut_pid... yes #11 167.6 checking for struct utmp.ut_pid... yes #11 168.0 checking for struct utmp.ut_tv... yes #11 168.7 checking for struct utmpx.ut_host... yes #11 169.1 checking for struct utmp.ut_host... yes #11 169.4 checking for struct utmpx.ut_id... yes #11 169.8 checking for struct utmp.ut_id... yes #11 170.1 checking for struct utmpx.ut_session... yes #11 170.6 checking for struct utmp.ut_session... yes #11 171.0 checking for struct utmpx.ut_exit... yes #11 171.7 checking for struct utmp.ut_exit... yes #11 172.4 checking for struct utmpx.ut_exit.ut_exit... no #11 172.9 checking for struct utmpx.ut_exit.e_exit... yes #11 173.2 checking for struct utmp.ut_exit.e_exit... yes #11 173.6 checking for struct utmpx.ut_exit.ut_termination... no #11 174.1 checking for struct utmpx.ut_exit.e_termination... yes #11 174.5 checking for struct utmp.ut_exit.e_termination... yes #11 174.9 checking whether sysinfo is declared... yes #11 175.0 checking for sys/sysctl.h... yes #11 175.4 checking for sysctl... yes #11 175.7 checking whether lstat correctly handles trailing slash... yes #11 176.0 checking whether // is distinct from /... no #11 176.1 checking whether realpath works... yes #11 176.6 checking for faccessat... yes #11 177.5 checking for getcwd... yes #11 177.8 checking whether byte ordering is bigendian... no #11 179.3 checking if environ is properly declared... yes #11 179.5 checking for complete errno.h... yes #11 179.6 checking whether ctype.h defines __header_inline... no #11 179.7 checking for mode_t... yes #11 180.1 checking whether strmode is declared... no #11 180.3 checking whether getline is declared... yes #11 180.6 checking for gawk... no #11 180.6 checking for mawk... mawk #11 180.6 checking for getopt.h... (cached) yes #11 180.6 checking for getopt_long_only... yes #11 180.9 checking whether getopt is POSIX compatible... yes #11 182.0 checking for working GNU getopt function... yes #11 182.3 checking for working GNU getopt_long function... yes #11 182.5 checking whether timespec_get is declared... yes #11 182.7 checking for timespec_get... yes #11 183.1 checking for struct timeval... yes #11 183.3 checking for wide-enough struct timeval.tv_sec member... yes #11 183.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 184.9 checking whether the compiler produces multi-arch binaries... no #11 185.2 checking whether stdint.h conforms to C99... yes #11 185.9 checking whether stdint.h works without ISO C predefines... yes #11 186.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 186.4 checking whether memmem is declared... yes #11 186.7 checking whether memrchr is declared... yes #11 187.0 checking whether defines MIN and MAX... no #11 187.1 checking whether defines MIN and MAX... yes #11 187.4 checking whether time_t is signed... yes #11 187.6 checking whether alarm is declared... yes #11 188.1 checking for working mktime... no #11 189.1 checking whether struct tm is in sys/time.h or time.h... time.h #11 189.3 checking for struct tm.tm_zone... yes #11 189.6 checking for struct tm.tm_gmtoff... yes #11 189.9 checking whether is self-contained... yes #11 190.7 checking for inline... inline #11 190.9 checking for sigset_t... yes #11 191.3 checking for volatile sig_atomic_t... yes #11 191.8 checking for sighandler_t... yes #11 192.2 checking for wchar_t... yes #11 192.4 checking for good max_align_t... yes #11 192.6 checking whether NULL can be used in arbitrary expressions... yes #11 192.9 checking for unreachable... no #11 193.5 checking whether fcloseall is declared... yes #11 194.0 checking whether getw is declared... yes #11 194.5 checking whether putw is declared... yes #11 194.9 checking which flavor of printf attribute matches inttypes macros... system #11 195.2 checking whether strnlen is declared... yes #11 195.6 checking whether strtoimax is declared... yes #11 195.9 checking whether stat file-mode macros are broken... no #11 196.0 checking for nlink_t... yes #11 196.5 checking for struct timespec in ... yes #11 196.7 checking for TIME_UTC in ... yes #11 197.0 checking whether execvpe is declared... yes #11 197.4 checking whether clearerr_unlocked is declared... yes #11 198.0 checking whether feof_unlocked is declared... yes #11 198.4 checking whether ferror_unlocked is declared... yes #11 199.1 checking whether fflush_unlocked is declared... yes #11 199.6 checking whether fgets_unlocked is declared... yes #11 200.1 checking whether fputc_unlocked is declared... yes #11 200.6 checking whether fputs_unlocked is declared... yes #11 201.1 checking whether fread_unlocked is declared... yes #11 201.6 checking whether fwrite_unlocked is declared... yes #11 202.1 checking whether getc_unlocked is declared... yes #11 202.5 checking whether getchar_unlocked is declared... yes #11 203.0 checking whether putc_unlocked is declared... yes #11 203.4 checking whether putchar_unlocked is declared... yes #11 203.6 checking type of array argument to getgroups... gid_t #11 204.2 checking whether getdelim is declared... yes #11 204.5 checking whether getdtablesize is declared... yes #11 204.9 checking whether malloc is ptrdiff_t safe... yes #11 205.1 checking whether malloc, realloc, calloc set errno on failure... yes #11 205.1 checking for O_CLOEXEC... yes #11 205.4 checking for promoted mode_t type... mode_t #11 205.6 checking whether the utimes function works... yes #11 206.3 checking for C compiler option to allow warnings... -Wno-error #11 206.7 checking for alignas and alignof... yes, macros #11 207.1 checking for alloca as a compiler built-in... yes #11 207.2 checking for static_assert... yes, an macro #11 207.6 checking for __builtin_expect... yes #11 208.0 checking byteswap.h usability... yes #11 208.3 checking byteswap.h presence... yes #11 208.4 checking for byteswap.h... yes #11 208.4 checking for readlinkat... yes #11 208.7 checking for library containing clock_gettime... none required #11 208.9 checking for clock_getres... yes #11 209.2 checking for clock_gettime... yes #11 209.6 checking for clock_settime... yes #11 210.0 checking for copy_file_range... yes #11 210.5 checking for d_type member in directory struct... yes #11 211.1 checking whether // is distinct from /... (cached) no #11 211.1 checking whether dup2 works... yes #11 211.9 checking for library containing backtrace_symbols_fd... none required #11 212.3 checking for faccessat... (cached) yes #11 212.3 checking whether fchmodat works... no #11 213.1 checking for readlinkat... (cached) yes #11 213.1 checking whether fcntl handles F_DUPFD correctly... yes #11 213.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 214.5 checking whether fdopendir is declared... yes #11 214.8 checking whether fdopendir works... yes #11 215.4 checking for flexible array member... yes #11 215.8 checking for __fpending... yes #11 216.4 checking whether __fpending is declared... yes #11 216.7 checking whether free is known to preserve errno... no #11 217.1 checking whether fstatat (..., 0) works... yes #11 217.6 checking for sys/mount.h... yes #11 218.1 checking for statvfs function (SVR4)... yes #11 218.5 checking whether to use statvfs64... no #11 218.7 checking for two-argument statfs with statfs.f_frsize member... yes #11 219.1 checking sys/fs/s5param.h usability... no #11 219.3 checking sys/fs/s5param.h presence... no #11 219.4 checking for sys/fs/s5param.h... no #11 219.4 checking sys/statfs.h usability... yes #11 219.9 checking sys/statfs.h presence... yes #11 220.0 checking for sys/statfs.h... yes #11 220.1 checking for statfs that truncates block counts... no #11 220.3 checking for futimens... yes #11 220.7 checking whether futimens works... yes #11 222.4 checking for getline... yes #11 223.0 checking for working getline function... yes #11 223.5 checking for getloadavg... yes #11 224.1 checking sys/loadavg.h usability... no #11 224.4 checking sys/loadavg.h presence... no #11 224.5 checking for sys/loadavg.h... no #11 224.6 checking whether getloadavg is declared... yes #11 224.9 checking for getrandom... yes #11 225.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 225.7 checking for gettimeofday with POSIX signature... yes #11 226.1 checking whether the compiler supports the __inline keyword... yes #11 226.4 checking gmp.h usability... yes #11 227.0 checking gmp.h presence... yes #11 227.1 checking for gmp.h... yes #11 227.1 checking for library containing __gmpz_roinit_n... -lgmp #11 229.0 checking for memmem... yes #11 229.4 checking whether memmem works... yes #11 229.7 checking for mempcpy... yes #11 230.1 checking for memrchr... yes #11 230.5 checking for explicit_memset... no #11 231.0 checking for mkostemp... yes #11 231.5 checking for library containing nanosleep... none required #11 232.0 checking for working nanosleep... no (mishandles large arguments) #11 233.6 checking for sys/pstat.h... no #11 233.8 checking for sys/sysmp.h... no #11 234.1 checking for sys/param.h... (cached) yes #11 234.1 checking for sys/sysctl.h... (cached) yes #11 234.2 checking for sched_getaffinity_np... no #11 234.5 checking for pstat_getdynamic... no #11 234.8 checking for sysmp... no #11 235.1 checking for sysctl... (cached) yes #11 235.1 checking for sched_getaffinity... yes #11 235.3 checking for glibc compatible sched_getaffinity... yes #11 235.4 checking for pipe2... yes #11 235.6 checking whether signature of pselect conforms to POSIX... yes #11 235.8 checking whether pselect detects invalid fds... yes #11 236.0 checking whether pthread_sigmask is a macro... no #11 236.2 checking whether pthread_sigmask returns error numbers... yes #11 236.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 238.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 239.4 checking whether readlink signature is correct... yes #11 239.7 checking whether readlink handles trailing slash correctly... yes #11 240.0 checking whether readlink truncates results correctly... yes #11 240.3 checking for readlinkat... (cached) yes #11 240.3 checking whether readlinkat signature is correct... yes #11 240.5 checking for working re_compile_pattern... no #11 241.2 checking libintl.h usability... yes #11 241.4 checking libintl.h presence... yes #11 241.5 checking for libintl.h... yes #11 241.5 checking whether isblank is declared... yes #11 241.7 checking for sig2str... no #11 241.9 checking for sigdescr_np... no #11 242.3 checking for socklen_t... yes #11 242.6 checking for ssize_t... yes #11 242.8 checking for struct stat.st_atim.tv_nsec... yes #11 243.0 checking whether struct stat.st_atim is of type struct timespec... yes #11 243.3 checking for struct stat.st_birthtimespec.tv_nsec... no #11 243.7 checking for struct stat.st_birthtimensec... no #11 244.0 checking for struct stat.st_birthtim.tv_nsec... no #11 244.4 checking for bool, true, false... no #11 244.5 checking for stpcpy... yes #11 244.9 checking for working strnlen... yes #11 245.4 checking whether strtoimax works... yes #11 245.8 checking whether symlink handles trailing slash correctly... yes #11 246.2 checking whether localtime_r is declared... yes #11 246.4 checking whether localtime_r is compatible with its POSIX signature... yes #11 246.5 checking whether localtime works even near extrema... yes #11 246.8 checking for timezone_t... no #11 246.9 checking for timegm... yes #11 247.1 checking whether timer_settime is declared... yes #11 247.2 checking for library containing timer_settime... -lrt #11 247.7 checking for timer_settime... yes #11 248.0 checking for utimensat... yes #11 248.3 checking whether utimensat works... yes #11 249.9 checking for variable-length arrays... yes #11 250.2 checking whether getdtablesize works... yes #11 250.5 checking for __mktime_internal... no #11 250.8 checking for timer_getoverrun... yes #11 251.1 checking for gcc option to disable position independent executables... not needed #11 251.1 checking for __ctype_get_mb_cur_max... yes #11 251.4 checking whether MB_CUR_MAX is defined to function that won't link... no #11 251.5 #11 251.5 Configured for 'x86_64-pc-linux-gnu'. #11 251.5 #11 251.5 Where should the build process find the source code? . #11 251.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 251.5 Should Emacs use the GNU version of malloc? no #11 251.5 (The GNU allocators don't work with this system configuration.) #11 251.5 Should Emacs use a relocating allocator for buffers? no #11 251.5 Should Emacs use mmap(2) for buffer allocation? no #11 251.5 What window system should Emacs use? none #11 251.5 What toolkit should Emacs use? none #11 251.5 Where do we find X Windows header files? NONE #11 251.5 Where do we find X Windows libraries? NONE #11 251.6 Does Emacs use -lXaw3d? no #11 251.6 Is Emacs being built for Android? no #11 251.6 Does Emacs use the X Double Buffer Extension? no #11 251.6 Does Emacs use -lXpm? no #11 251.6 Does Emacs use -ljpeg? no #11 251.6 Does Emacs use -ltiff? no #11 251.6 Does Emacs use a gif library? no #11 251.6 Does Emacs use a png library? no #11 251.6 Does Emacs use -lrsvg-2? no #11 251.6 Does Emacs use -lwebp? no #11 251.6 Does Emacs use -lsqlite3? no #11 251.6 Does Emacs use cairo? no #11 251.6 Does Emacs use -llcms2? no #11 251.6 Does Emacs use imagemagick? no #11 251.6 Does Emacs use native APIs for images? no #11 251.6 Does Emacs support sound? yes #11 251.6 Does Emacs use -lgpm? no #11 251.6 Does Emacs use -ldbus? yes #11 251.6 Does Emacs use -lgconf? no #11 251.6 Does Emacs use GSettings? no #11 251.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 251.6 Does Emacs use access control lists? yes -lacl -lattr #11 251.6 Does Emacs use -lselinux? no #11 251.6 Does Emacs use -lgnutls? yes #11 251.6 Does Emacs use -lxml2? no #11 251.6 Does Emacs use -lfreetype? no #11 251.6 Does Emacs use HarfBuzz? no #11 251.6 Does Emacs use -lm17n-flt? no #11 251.6 Does Emacs use -lotf? no #11 251.6 Does Emacs use -lxft? no #11 251.6 Does Emacs use -lsystemd? no #11 251.6 Does Emacs use -ljansson? no #11 251.6 Does Emacs use -ltree-sitter? no #11 251.6 Does Emacs use the GMP library? yes #11 251.6 Does Emacs directly use zlib? yes #11 251.6 Does Emacs have dynamic modules support? yes #11 251.6 Does Emacs use toolkit scroll bars? no #11 251.6 Does Emacs support Xwidgets? no #11 251.6 Does Emacs have threading support in lisp? yes #11 251.6 Does Emacs support the portable dumper? yes #11 251.6 Does Emacs support legacy unexec dumping? no #11 251.6 Which dumping strategy does Emacs use? pdumper #11 251.6 Does Emacs have native lisp compiler? yes #11 251.6 Does Emacs use version 2 of the X Input Extension? no #11 251.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 251.6 #11 251.6 #11 252.7 configure: creating ./config.status #11 253.5 config.status: creating src/verbose.mk #11 253.6 config.status: creating src/emacs-module.h #11 253.7 config.status: creating Makefile #11 253.8 config.status: creating lib/gnulib.mk #11 254.0 config.status: creating ./doc/man/emacs.1 #11 254.1 config.status: creating lib/Makefile #11 254.3 config.status: creating lib-src/Makefile #11 254.4 config.status: creating oldXMenu/Makefile #11 254.5 config.status: creating src/Makefile #11 254.7 config.status: creating lwlib/Makefile #11 254.9 config.status: creating nextstep/Makefile #11 255.0 config.status: creating nt/Makefile #11 255.2 config.status: creating doc/emacs/Makefile #11 255.3 config.status: creating doc/misc/Makefile #11 255.4 config.status: creating doc/lispintro/Makefile #11 255.6 config.status: creating doc/lispref/Makefile #11 255.7 config.status: creating lisp/Makefile #11 256.0 config.status: creating leim/Makefile #11 256.2 config.status: creating test/Makefile #11 256.3 config.status: creating test/manual/noverlay/Makefile #11 256.5 config.status: creating test/infra/Makefile #11 256.6 config.status: creating admin/charsets/Makefile #11 256.8 config.status: creating admin/unidata/Makefile #11 256.9 config.status: creating admin/grammars/Makefile #11 257.1 config.status: creating java/Makefile #11 257.2 config.status: creating cross/Makefile #11 257.4 config.status: creating java/AndroidManifest.xml #11 257.5 config.status: creating src/config.h #11 257.6 config.status: executing src/epaths.h commands #11 257.7 config.status: executing src/.gdbinit commands #11 257.7 config.status: executing doc/emacs/emacsver.texi commands #11 257.7 config.status: executing etc-refcards-emacsver.tex commands #11 260.4 configure: WARNING: This configuration installs a 'movemail' program #11 260.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 260.4 installed a 'movemail' program that retrieved POP3 email via only #11 260.4 insecure channels, a practice that is no longer recommended but that #11 260.4 you can continue to support by using './configure --with-pop'. #11 260.4 configure: You might want to install GNU Mailutils #11 260.4 and use './configure --with-mailutils'. #11 DONE 261.7s #12 [emacs-native-comp-speed2 5/5] RUN make bootstrap -j2 #12 2.001 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.011 make[1]: Entering directory '/checkout' #12 2.259 make bootstrap-clean #12 2.283 make[2]: Entering directory '/checkout' #12 2.571 make -C src bootstrap-clean #12 2.576 make -C oldXMenu bootstrap-clean #12 2.592 make[3]: Entering directory '/checkout/oldXMenu' #12 2.592 rm -f libXMenu11.a ./*.o deps/* #12 2.603 rm -f Makefile #12 2.607 rm -fr deps #12 2.630 make[3]: Entering directory '/checkout/src' #12 2.630 GEN /checkout/src/lisp.mk #12 2.630 make[3]: Leaving directory '/checkout/oldXMenu' #12 2.630 make -C lwlib bootstrap-clean #12 2.649 make[3]: Entering directory '/checkout/lwlib' #12 2.656 rm -f ./*.o liblw.a \#* deps/* #12 2.660 rm -f Makefile #12 2.676 rm -fr deps #12 2.679 rm -f TAGS #12 2.688 make[3]: Leaving directory '/checkout/lwlib' #12 2.688 make -C lib bootstrap-clean #12 3.058 make[3]: Entering directory '/checkout/lib' #12 3.058 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 3.096 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 3.126 rm -f Makefile Makefile.android #12 3.147 rm -fr deps #12 3.185 make[3]: Leaving directory '/checkout/lib' #12 3.185 make -C lib-src bootstrap-clean #12 3.230 make[3]: Entering directory '/checkout/lib-src' #12 3.230 rm -f core ./*.o ./*.res #12 3.260 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 3.292 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 3.292 rm -f TAGS Makefile blessmail Makefile.android #12 3.312 make[3]: Leaving directory '/checkout/lib-src' #12 3.312 make -C nt bootstrap-clean #12 3.357 make[3]: Entering directory '/checkout/nt' #12 3.357 rm -f core *.o *.res #12 3.385 rm -f runemacs addpm cmdproxy ddeclient #12 3.396 rm -f TAGS Makefile *.rc #12 3.405 true #12 3.413 make[3]: Leaving directory '/checkout/nt' #12 3.413 make -C doc/emacs bootstrap-clean #12 3.424 make[3]: Entering directory '/checkout/doc/emacs' #12 3.424 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 3.424 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 3.432 rm -f \ #12 3.432 ./../../info/emacs.info \ #12 3.432 ./../../info/emacs.info-[1-9] \ #12 3.432 ./../../info/emacs.info-[1-9][0-9] #12 3.440 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 3.454 rm -f Makefile #12 3.469 rm -f ./emacsver.texi TAGS #12 3.502 make[3]: Leaving directory '/checkout/doc/emacs' #12 3.510 make -C doc/misc bootstrap-clean #12 3.539 make[3]: Entering directory '/checkout/doc/misc' #12 3.539 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 3.539 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 3.539 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 3.591 rm -f gnustmp* #12 3.629 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 3.629 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 3.629 rm -f \ #12 3.629 ./../../info/${file} \ #12 3.629 ./../../info/${file}-[1-9] \ #12 3.629 ./../../info/${file}-[1-9][0-9]; \ #12 3.629 done #12 3.797 rm -f android-emacs libemacs.so #12 3.818 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 3.838 rm -f dmpstruct.h #12 3.851 rm -f emacs.pdmp #12 3.865 rm -f ../etc/DOC #12 3.887 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 3.890 rm -f emacs-30.0.50 #12 3.902 rm -f buildobj.h #12 3.910 rm -f globals.h gl-stamp #12 3.948 rm -f ./*.res ./*.tmp #12 3.957 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 3.978 rm -f ../etc/DOC* #12 3.985 rm -f deps/* #12 3.991 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.006 if test -f ./.gdbinit; then \ #12 4.006 mv ./.gdbinit ./.gdbinit.save; \ #12 4.006 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.006 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.006 fi #12 4.082 make[3]: Leaving directory '/checkout/src' #12 4.082 make -C doc/lispref bootstrap-clean #12 4.082 make[3]: Entering directory '/checkout/doc/lispref' #12 4.082 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.082 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.110 rm -f elisp[12]* vol[12].tmp #12 4.123 rm -f \ #12 4.123 ./../../info/elisp.info \ #12 4.123 ./../../info/elisp.info-[1-9] \ #12 4.123 ./../../info/elisp.info-[1-9][0-9] #12 4.132 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 4.167 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 4.192 rm -f Makefile #12 4.201 rm -f TAGS #12 4.220 make[3]: Leaving directory '/checkout/doc/lispref' #12 4.220 make -C doc/lispintro bootstrap-clean #12 4.248 make[3]: Entering directory '/checkout/doc/lispintro' #12 4.248 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.248 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.258 rm -f \ #12 4.258 ./../../info/eintr.info \ #12 4.258 ./../../info/eintr.info-[1-9] #12 4.270 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 4.288 rm -f Makefile #12 4.296 rm -f TAGS #12 4.311 make[3]: Leaving directory '/checkout/doc/lispintro' #12 4.314 make -C test bootstrap-clean #12 4.336 make[3]: Entering directory '/checkout/test' #12 4.515 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 4.559 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 4.612 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 4.622 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 4.622 src/emacs-module-resources/*.dll gmp.h #12 4.631 find . -name '*.elc' -delete #12 4.680 make[3]: Leaving directory '/checkout/test' #12 4.681 make -C java bootstrap-clean #12 4.983 make[3]: Entering directory '/checkout/java' #12 4.983 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 5.002 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 5.037 find . -name '*.class' -delete #12 5.042 rm -f Makefile ndk-build.mk #12 5.062 make[3]: Leaving directory '/checkout/java' #12 5.065 make -C cross bootstrap-clean #12 5.083 make[3]: Entering directory '/checkout/cross' #12 5.092 for dir in src lib-src lib etc; do \ #12 5.092 find $dir -type f -delete; \ #12 5.092 done #12 5.131 rm -rf lib/config.h lib-src/config.h #12 5.142 if test -f ndk-build/Makefile; then \ #12 5.142 make -C ndk-build clean; \ #12 5.142 fi #12 5.150 for dir in src lib-src lib etc; do \ #12 5.150 find $dir -type l -delete; \ #12 5.150 done #12 5.202 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 5.207 rm -rf ndk-build/ndk-build.mk Makefile #12 5.213 make[3]: Leaving directory '/checkout/cross' #12 5.213 make -C nextstep bootstrap-clean #12 5.230 make[3]: Entering directory '/checkout/nextstep' #12 5.230 rm -rf #12 5.252 rm -f Makefile #12 5.259 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 5.259 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 5.259 Cocoa/Emacs.base/Contents/Info.plist \ #12 5.259 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 5.273 make[3]: Leaving directory '/checkout/nextstep' #12 5.273 make -C admin/charsets bootstrap-clean #12 5.308 make[3]: Entering directory '/checkout/admin/charsets' #12 5.308 make[3]: Nothing to be done for 'bootstrap-clean'. #12 5.308 make[3]: Leaving directory '/checkout/admin/charsets' #12 5.311 make -C admin/unidata bootstrap-clean #12 5.319 make[3]: Entering directory '/checkout/admin/unidata' #12 5.370 rm -f ./*.elc unidata.txt #12 5.375 make[3]: Leaving directory '/checkout/admin/unidata' #12 5.383 make -C leim bootstrap-clean #12 5.407 make[3]: Entering directory '/checkout/leim' #12 5.407 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 5.435 make[3]: Leaving directory '/checkout/leim' #12 5.436 make -C lisp bootstrap-clean #12 5.466 make[3]: Entering directory '/checkout/lisp' #12 5.600 find . -name '*.elc' -delete #12 5.616 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 5.622 make[3]: Leaving directory '/checkout/lisp' #12 5.623 make -C admin/grammars bootstrap-clean #12 5.632 make[3]: Entering directory '/checkout/admin/grammars' #12 5.644 make[3]: Nothing to be done for 'bootstrap-clean'. #12 5.644 make[3]: Leaving directory '/checkout/admin/grammars' #12 5.644 rm -f ./modus-themes.texi ./org.texi #12 5.647 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 5.655 rm -f Makefile #12 5.666 rm -f TAGS #12 5.672 make[3]: Leaving directory '/checkout/doc/misc' #12 5.677 [ ! -f config.log ] || mv -f config.log config.log~ #12 5.756 rm -rf ./info #12 5.763 rm -f ./etc/refcards/emacsver.tex #12 5.769 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 5.784 rm -fr autom4te.cache config.cache #12 5.809 rm -f config.log ./doc/man/emacs.1 #12 5.809 make[2]: Leaving directory '/checkout' #12 5.809 cd . && ./autogen.sh autoconf #12 5.841 Checking whether you have the necessary tools... #12 5.841 (Read INSTALL.REPO for more details on building Emacs) #12 5.858 Checking for autoconf (need at least version 2.65) ... ok #12 5.971 Your system has the required tools. #12 6.016 Running 'autoreconf -fi -I m4' ... #12 38.89 Building 'aclocal.m4' in exec ... #12 38.89 Running 'autoreconf -fi' in exec ... #12 49.44 You can now run './autogen.sh git'. #12 49.44 make MAKEFILE_NAME=force-Makefile force-Makefile #12 49.46 make[2]: Entering directory '/checkout' #12 49.48 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 49.90 if [ -x ./config.status ]; then \ #12 49.90 ./config.status --recheck; \ #12 49.90 else \ #12 49.90 ./configure --cache-file=/dev/null; \ #12 49.90 fi #12 50.13 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #12 50.58 checking for xcrun... no #12 50.59 checking for GNU Make... make #12 50.62 checking build system type... x86_64-pc-linux-gnu #12 51.13 checking host system type... x86_64-pc-linux-gnu #12 51.17 checking for gcc... gcc #12 51.38 checking whether the C compiler works... yes #12 52.06 checking for C compiler default output file name... a.out #12 52.06 checking for suffix of executables... #12 52.40 checking whether we are cross compiling... no #12 52.75 checking for suffix of object files... o #12 52.94 checking whether we are using the GNU C compiler... yes #12 53.04 checking whether gcc accepts -g... yes #12 53.19 checking for gcc option to enable C11 features... none needed #12 53.83 checking whether the compiler is clang... no #12 53.99 checking for compiler option needed when checking for declarations... none #12 54.00 checking whether gcc and cc understand -c and -o together... yes #12 54.68 checking how to run the C preprocessor... gcc -E #12 55.09 checking for grep that handles long lines and -e... /bin/grep #12 55.10 checking for egrep... /bin/grep -E #12 55.11 checking for ANSI C header files... yes #12 56.05 checking for sys/types.h... yes #12 56.25 checking for sys/stat.h... yes #12 56.46 checking for stdlib.h... yes #12 56.69 checking for string.h... yes #12 56.90 checking for memory.h... yes #12 57.16 checking for strings.h... yes #12 57.42 checking for inttypes.h... yes #12 57.66 checking for stdint.h... yes #12 57.99 checking for unistd.h... yes #12 58.29 checking for wchar.h... yes #12 58.59 checking for minix/config.h... no #12 58.93 checking for linux/fs.h... yes #12 59.39 checking for malloc.h... yes #12 59.69 checking for sys/systeminfo.h... no #12 60.01 checking for sys/sysinfo.h... yes #12 60.40 checking for coff.h... no #12 60.67 checking for pty.h... yes #12 61.07 checking for sys/resource.h... yes #12 61.36 checking for sys/utsname.h... yes #12 61.63 checking for pwd.h... yes #12 61.87 checking for util.h... no #12 62.14 checking for sanitizer/lsan_interface.h... yes #12 62.42 checking for sanitizer/asan_interface.h... yes #12 62.70 checking for sanitizer/common_interface_defs.h... yes #12 62.96 checking for sys/socket.h... yes #12 63.19 checking for stdlib.h... (cached) yes #12 63.22 checking for unistd.h... (cached) yes #12 63.30 checking for sys/param.h... yes #12 63.67 checking for pthread.h... yes #12 64.05 checking for malloc/malloc.h... no #12 64.30 checking for sys/un.h... yes #12 64.54 checking for utmp.h... yes #12 64.86 checking for utmpx.h... yes #12 65.12 checking for OS.h... no #12 65.45 checking for dirent.h... yes #12 65.72 checking for execinfo.h... yes #12 65.92 checking for linux/xattr.h... yes #12 66.26 checking for stdio_ext.h... yes #12 66.59 checking for sys/vfs.h... yes #12 66.84 checking for sys/fs_types.h... no #12 67.16 checking for getopt.h... yes #12 67.53 checking for sys/cdefs.h... yes #12 67.75 checking for sys/time.h... yes #12 67.99 checking for ieee754.h... yes #12 68.27 checking for limits.h... yes #12 68.60 checking for inttypes.h... (cached) yes #12 68.68 checking for sys/types.h... (cached) yes #12 68.74 checking for stdint.h... (cached) yes #12 68.79 checking for sys/select.h... yes #12 69.01 checking for stdbool.h... yes #12 69.29 checking for stdckdint.h... no #12 69.58 checking for sys/random.h... yes #12 69.98 checking for sys/stat.h... (cached) yes #12 70.04 checking whether it is safe to define __EXTENSIONS__... yes #12 70.30 checking whether _XOPEN_SOURCE should be defined... no #12 70.47 checking for Minix Amsterdam compiler... no #12 70.57 checking for ar... ar #12 70.57 checking for ranlib... ranlib #12 70.57 checking for gcc option to enable large file support... none needed #12 70.86 checking for gcc option for timestamps after 2038... none needed #12 71.01 checking for g++... g++ #12 71.15 checking whether we are using the GNU C++ compiler... yes #12 71.54 checking whether g++ accepts -g... yes #12 71.73 checking for g++ option to enable C++11 features... none needed #12 119.3 checking how to run the C++ preprocessor... g++ -E #12 119.8 checking whether gcc accepts -g3 -O2... yes #12 120.3 checking whether the compiler is clang... no #12 120.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 120.7 checking whether -Wno-missing-field-initializers is needed... yes #12 121.2 checking whether -Wuninitialized is supported... yes #12 121.5 checking whether C compiler handles -fstrict-flex-arrays... no #12 121.7 checking whether C compiler handles -Wall... yes #12 122.0 checking whether C compiler handles -Warith-conversion... yes #12 122.3 checking whether C compiler handles -Wdate-time... yes #12 122.7 checking whether C compiler handles -Wdisabled-optimization... yes #12 123.0 checking whether C compiler handles -Wdouble-promotion... yes #12 123.4 checking whether C compiler handles -Wduplicated-cond... yes #12 123.8 checking whether C compiler handles -Wextra... yes #12 124.3 checking whether C compiler handles -Wformat-signedness... yes #12 124.7 checking whether C compiler handles -Winit-self... yes #12 125.2 checking whether C compiler handles -Winvalid-pch... yes #12 125.7 checking whether C compiler handles -Wlogical-op... yes #12 126.1 checking whether C compiler handles -Wmissing-declarations... yes #12 126.5 checking whether C compiler handles -Wmissing-include-dirs... yes #12 127.0 checking whether C compiler handles -Wmissing-prototypes... yes #12 127.4 checking whether C compiler handles -Wnested-externs... yes #12 127.8 checking whether C compiler handles -Wnull-dereference... yes #12 128.2 checking whether C compiler handles -Wold-style-definition... yes #12 128.5 checking whether C compiler handles -Wopenmp-simd... yes #12 128.7 checking whether C compiler handles -Wpacked... yes #12 129.0 checking whether C compiler handles -Wpointer-arith... yes #12 129.3 checking whether C compiler handles -Wstrict-flex-arrays... no #12 129.4 checking whether C compiler handles -Wstrict-prototypes... yes #12 129.7 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 130.0 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 130.4 checking whether C compiler handles -Wsuggest-final-methods... yes #12 130.9 checking whether C compiler handles -Wsuggest-final-types... yes #12 131.3 checking whether C compiler handles -Wtrampolines... yes #12 132.2 checking whether C compiler handles -Wuninitialized... yes #12 132.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 132.7 checking whether C compiler handles -Wunused-macros... yes #12 133.0 checking whether C compiler handles -Wvariadic-macros... yes #12 133.3 checking whether C compiler handles -Wvector-operation-performance... yes #12 133.7 checking whether C compiler handles -Wwrite-strings... yes #12 134.2 checking whether C compiler handles -Warray-bounds=2... yes #12 134.6 checking whether C compiler handles -Wattribute-alias=2... yes #12 134.9 checking whether C compiler handles -Wformat=2... yes #12 135.4 checking whether C compiler handles -Wformat-truncation=2... yes #12 135.9 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 136.4 checking whether C compiler handles -Wshift-overflow=2... yes #12 136.7 checking whether C compiler handles -Wuse-after-free=3... no #12 136.9 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 137.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 137.6 checking whether C compiler handles -Wredundant-decls... yes #12 137.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 137.9 checking whether C compiler handles -Wno-override-init... yes #12 138.3 checking whether C compiler handles -Wno-sign-compare... yes #12 138.7 checking whether C compiler handles -Wno-type-limits... yes #12 139.0 checking whether C compiler handles -Wno-unused-parameter... yes #12 139.2 checking whether C compiler handles -Wno-format-nonliteral... yes #12 139.7 checking whether C compiler handles -Wno-bidi-chars... no #12 139.8 checking for a BSD-compatible install... /usr/bin/install -c #12 139.9 checking command to symlink files in the same directory... ln -s #12 140.0 checking for install-info... : #12 140.0 checking for gzip... /bin/gzip #12 140.0 checking for 'find' args to delete a file... -delete #12 140.0 checking for brew... no #12 140.8 checking for -znocombreloc... not needed #12 140.8 checking whether addresses are sanitized... no #12 141.0 checking for math library... -lm #12 142.4 checking for struct passwd.pw_gecos... yes #12 142.6 checking for pkg-config... /usr/bin/pkg-config #12 142.7 checking pkg-config is at least version 0.9.0... yes #12 142.8 checking for machine/soundcard.h... no #12 142.9 checking for sys/soundcard.h... yes #12 143.2 checking for soundcard.h... no #12 143.3 checking for mmsystem.h... no #12 143.5 checking for _oss_ioctl in -lossaudio... no #12 143.8 checking for alsa >= 1.0.0... no #12 143.9 checking for ADDR_NO_RANDOMIZE... yes #12 144.1 checking if Linux sysinfo may be used... yes #12 144.8 checking for sys/wait.h that is POSIX.1 compatible... yes #12 145.2 checking for net/if.h... yes #12 145.8 checking for ifaddrs.h... yes #12 146.4 checking for net/if_dl.h... no #12 147.1 checking for struct ifreq.ifr_flags... yes #12 147.9 checking for struct ifreq.ifr_hwaddr... yes #12 150.2 checking for struct ifreq.ifr_netmask... yes #12 152.8 checking for struct ifreq.ifr_broadaddr... yes #12 154.4 checking for struct ifreq.ifr_addr... yes #12 155.4 checking for struct ifreq.ifr_addr.sa_len... no #12 156.1 checking whether gcc understands -MMD -MF... yes #12 156.4 checking for X... no #12 156.9 checking for X... false #12 156.9 checking whether malloc is Doug Lea style... no #12 157.2 checking for sbrk... yes #12 157.7 checking for __lsan_ignore_object... no #12 158.0 checking for fchmod... yes #12 158.4 checking for utmpname... yes #12 158.8 checking for utmpxname... yes #12 159.2 checking for canonicalize_file_name... yes #12 159.6 checking for realpath... yes #12 160.0 checking for lstat... yes #12 160.4 checking for fchmodat... yes #12 160.8 checking for lchmod... no #12 161.1 checking for fcntl... yes #12 161.6 checking for fdopendir... yes #12 162.1 checking for listxattr... yes #12 162.6 checking for fstatat... yes #12 163.1 checking for fsync... yes #12 163.5 checking for gettimeofday... yes #12 163.9 checking for memset_explicit... no #12 164.4 checking for memset_s... no #12 164.8 checking for pselect... yes #12 165.3 checking for readlink... yes #12 165.9 checking for isblank... yes #12 166.4 checking for iswctype... yes #12 166.9 checking for strtoimax... yes #12 167.5 checking for symlink... yes #12 168.0 checking for localtime_r... yes #12 168.4 checking for getdtablesize... yes #12 168.8 checking for getpagesize... yes #12 169.1 checking for working mmap... yes #12 169.7 checking for main in -lXbsd... no #12 169.9 checking for pthread library... -lpthread #12 171.1 checking for thread support... yes #12 171.1 checking for sqlite3_open_v2 in -lsqlite3... no #12 171.4 checking for getaddrinfo_a in -lanl... yes #12 171.9 checking for malloc_trim... yes #12 172.2 checking for dbus-1 >= 1.0... yes #12 172.4 checking for dbus_watch_get_unix_fd... yes #12 173.1 checking for dbus_type_is_valid... yes #12 173.5 checking for dbus_validate_bus_name... yes #12 174.0 checking for dbus_validate_path... yes #12 174.6 checking for dbus_validate_interface... yes #12 175.2 checking for dbus_validate_member... yes #12 175.6 checking for lgetfilecon in -lselinux... no #12 175.9 checking for gnutls >= 2.12.2... yes #12 176.1 checking for libsystemd >= 222... no #12 176.2 checking for jansson >= 2.7... no #12 176.2 checking for tree-sitter >= 0.20.2... no #12 176.3 checking for tree-sitter >= 0.6.3... no #12 176.4 checking sys/inotify.h usability... yes #12 176.8 checking sys/inotify.h presence... yes #12 176.9 checking for sys/inotify.h... yes #12 176.9 checking for inotify_init1... yes #12 177.7 checking for lcms2... no #12 177.8 checking for library containing inflateEnd... -lz #12 178.7 checking for dladdr... yes #12 179.1 checking for dlfunc... no #12 179.6 checking for gcc_jit_context_acquire in -lgccjit... yes #12 180.1 checking libgccjit.h usability... yes #12 180.4 checking libgccjit.h presence... yes #12 180.5 checking for libgccjit.h... yes #12 181.9 checking gpm.h usability... no #12 182.1 checking gpm.h presence... no #12 182.3 checking for gpm.h... no #12 182.3 checking for libxml-2.0 > 2.6.17... no #12 182.3 checking for maillock in -lmail... no #12 182.5 checking for maillock in -llockfile... no #12 182.7 checking for liblockfile.so... no #12 182.7 checking maillock.h usability... no #12 183.1 checking maillock.h presence... no #12 183.2 checking for maillock.h... no #12 183.2 checking linux/seccomp.h usability... yes #12 183.5 checking linux/seccomp.h presence... yes #12 183.6 checking for linux/seccomp.h... yes #12 183.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 184.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 184.3 checking linux/filter.h usability... yes #12 184.6 checking linux/filter.h presence... yes #12 184.7 checking for linux/filter.h... yes #12 184.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 184.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 184.9 checking for libseccomp >= 2.5.2... no #12 185.0 checking size of long... 8 #12 185.5 checking for accept4... yes #12 186.0 checking for fchdir... yes #12 186.5 checking for gethostname... yes #12 187.0 checking for getrusage... yes #12 187.6 checking for get_current_dir_name... yes #12 188.3 checking for lrand48... yes #12 189.3 checking for random... yes #12 190.1 checking for rint... yes #12 191.0 checking for tcdrain... yes #12 192.4 checking for trunc... yes #12 193.8 checking for select... yes #12 194.7 checking for getpagesize... (cached) yes #12 195.1 checking for setlocale... yes #12 196.1 checking for newlocale... yes #12 196.8 checking for getrlimit... yes #12 197.4 checking for setrlimit... yes #12 197.9 checking for shutdown... yes #12 198.2 checking for pthread_sigmask... (cached) yes #12 198.3 checking for strsignal... yes #12 198.6 checking for setitimer... yes #12 199.1 checking for sendto... yes #12 199.6 checking for recvfrom... yes #12 199.9 checking for getsockname... yes #12 200.2 checking for getifaddrs... yes #12 201.3 checking for freeifaddrs... yes #12 201.6 checking for gai_strerror... yes #12 201.9 checking for sync... yes #12 202.3 checking for endpwent... yes #12 202.8 checking for getgrent... yes #12 203.3 checking for endgrent... yes #12 203.7 checking for renameat2... yes #12 204.0 checking for cfmakeraw... yes #12 204.4 checking for cfsetspeed... yes #12 204.7 checking for __executable_start... yes #12 205.1 checking for log2... yes #12 205.9 checking for pthread_setname_np... yes #12 206.2 checking for pthread_set_name_np... no #12 206.5 checking for getpwent... yes #12 207.1 checking whether pthread_setname_np takes a single argument... no #12 207.3 checking whether pthread_setname_np takes three arguments... no #12 207.5 checking for aligned_alloc... yes #12 207.8 checking whether aligned_alloc is declared... yes #12 208.2 checking for posix_madvise... yes #12 208.7 checking for madvise... yes #12 209.1 checking for __builtin_frame_address... yes #12 209.6 checking for __builtin_unwind_init... yes #12 210.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 210.4 checking for grantpt... yes #12 210.9 checking for getpt... yes #12 211.3 checking for posix_openpt... yes #12 211.6 checking for library containing tputs... -ltinfo #12 212.5 checking whether -ltinfo library defines BC... yes #12 212.8 checking for timerfd interface... yes #12 213.1 checking whether signals can be handled on alternate stack... yes #12 213.4 checking valgrind/valgrind.h usability... no #12 213.7 checking valgrind/valgrind.h presence... no #12 213.8 checking for valgrind/valgrind.h... no #12 213.8 checking for struct unipair.unicode... yes #12 214.0 checking for pid_t... yes #12 214.6 checking vfork.h usability... no #12 215.0 checking vfork.h presence... no #12 215.1 checking for vfork.h... no #12 215.1 checking for fork... yes #12 215.5 checking for vfork... yes #12 215.9 checking for working fork... yes #12 216.5 checking for working vfork... (cached) yes #12 216.5 checking for snprintf... yes #12 217.0 checking for open_memstream... yes #12 217.4 checking spawn.h usability... yes #12 217.7 checking spawn.h presence... yes #12 217.8 checking for spawn.h... yes #12 217.8 checking for posix_spawn... yes #12 218.3 checking for posix_spawn_file_actions_addchdir... no #12 218.8 checking for posix_spawn_file_actions_addchdir_np... yes #12 219.3 checking for posix_spawnattr_setflags... yes #12 219.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 219.8 checking whether GLib is linked in... no #12 219.9 checking for nl_langinfo and CODESET... yes #12 220.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 220.7 checking for mbstate_t... yes #12 221.7 checking for signals via characters... yes #12 222.0 checking for _setjmp... yes #12 222.7 checking for sigsetjmp... yes #12 223.0 checking POSIX termios... yes #12 223.2 checking size of speed_t... 4 #12 223.5 checking for usable FIONREAD... yes #12 223.7 checking for usable SIGIO... yes #12 223.9 checking for struct alignment... yes #12 224.0 checking for C/C++ restrict keyword... __restrict__ #12 224.2 checking for typeof syntax and keyword spelling... typeof #12 224.3 checking for statement expressions... yes #12 224.5 checking whether malloc (0) returns nonnull... yes #12 224.8 checking sys/acl.h usability... yes #12 225.2 checking sys/acl.h presence... yes #12 225.4 checking for sys/acl.h... yes #12 225.4 checking for library containing acl_get_file... -lacl #12 226.3 checking for acl_get_file... yes #12 226.8 checking for acl_get_fd... yes #12 227.4 checking for acl_set_file... yes #12 227.8 checking for acl_set_fd... yes #12 228.3 checking for acl_free... yes #12 228.9 checking for acl_from_mode... yes #12 229.3 checking for acl_from_text... yes #12 229.9 checking for acl_delete_def_file... yes #12 230.4 checking for acl_extended_file... yes #12 230.9 checking for acl_delete_fd_np... no #12 231.5 checking for acl_delete_file_np... no #12 231.9 checking for acl_copy_ext_native... no #12 232.5 checking for acl_create_entry_np... no #12 232.9 checking for acl_to_short_text... no #12 233.4 checking for acl_free_text... no #12 233.9 checking for working acl_get_file... yes #12 234.4 checking acl/libacl.h usability... yes #12 234.9 checking acl/libacl.h presence... yes #12 234.9 checking for acl/libacl.h... yes #12 234.9 checking for acl_entries... yes #12 235.4 checking for ACL_FIRST_ENTRY... yes #12 235.6 checking for ACL_TYPE_EXTENDED... no #12 235.7 checking for working alloca.h... yes #12 236.2 checking for alloca... yes #12 236.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 236.7 checking whether the preprocessor supports include_next... yes #12 237.0 checking whether source code line length is unlimited... yes #12 237.2 checking whether endutent is declared... yes #12 237.4 checking for struct utmpx.ut_user... yes #12 237.8 checking for struct utmp.ut_user... yes #12 238.1 checking for struct utmpx.ut_name... yes #12 238.4 checking for struct utmp.ut_name... yes #12 238.8 checking for struct utmpx.ut_type... yes #12 239.4 checking for struct utmp.ut_type... yes #12 240.0 checking for struct utmpx.ut_pid... yes #12 240.8 checking for struct utmp.ut_pid... yes #12 241.4 checking for struct utmp.ut_tv... yes #12 242.9 checking for struct utmpx.ut_host... yes #12 244.2 checking for struct utmp.ut_host... yes #12 245.5 checking for struct utmpx.ut_id... yes #12 247.1 checking for struct utmp.ut_id... yes #12 248.3 checking for struct utmpx.ut_session... yes #12 248.9 checking for struct utmp.ut_session... yes #12 249.5 checking for struct utmpx.ut_exit... yes #12 250.3 checking for struct utmp.ut_exit... yes #12 251.0 checking for struct utmpx.ut_exit.ut_exit... no #12 251.7 checking for struct utmpx.ut_exit.e_exit... yes #12 252.2 checking for struct utmp.ut_exit.e_exit... yes #12 252.6 checking for struct utmpx.ut_exit.ut_termination... no #12 253.3 checking for struct utmpx.ut_exit.e_termination... yes #12 253.7 checking for struct utmp.ut_exit.e_termination... yes #12 254.3 checking whether sysinfo is declared... yes #12 254.5 checking for sys/sysctl.h... yes #12 255.0 checking for sysctl... yes #12 255.3 checking whether lstat correctly handles trailing slash... yes #12 256.1 checking whether // is distinct from /... no #12 256.1 checking whether realpath works... yes #12 256.6 checking for faccessat... yes #12 257.0 checking for getcwd... yes #12 257.5 checking whether byte ordering is bigendian... no #12 258.3 checking if environ is properly declared... yes #12 258.4 checking for complete errno.h... yes #12 258.6 checking whether ctype.h defines __header_inline... no #12 258.7 checking for mode_t... yes #12 259.6 checking whether strmode is declared... no #12 259.9 checking whether getline is declared... yes #12 260.2 checking for gawk... no #12 260.2 checking for mawk... mawk #12 260.2 checking for getopt.h... (cached) yes #12 260.2 checking for getopt_long_only... yes #12 260.6 checking whether getopt is POSIX compatible... yes #12 262.0 checking for working GNU getopt function... yes #12 262.6 checking for working GNU getopt_long function... yes #12 263.0 checking whether timespec_get is declared... yes #12 263.3 checking for timespec_get... yes #12 263.6 checking for struct timeval... yes #12 263.8 checking for wide-enough struct timeval.tv_sec member... yes #12 264.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 264.2 checking whether the compiler produces multi-arch binaries... no #12 264.4 checking whether stdint.h conforms to C99... yes #12 265.1 checking whether stdint.h works without ISO C predefines... yes #12 265.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 265.5 checking whether memmem is declared... yes #12 265.8 checking whether memrchr is declared... yes #12 266.1 checking whether defines MIN and MAX... no #12 266.3 checking whether defines MIN and MAX... yes #12 266.6 checking whether time_t is signed... yes #12 266.9 checking whether alarm is declared... yes #12 267.3 checking for working mktime... no #12 268.1 checking whether struct tm is in sys/time.h or time.h... time.h #12 268.4 checking for struct tm.tm_zone... yes #12 268.6 checking for struct tm.tm_gmtoff... yes #12 268.8 checking whether is self-contained... yes #12 269.8 checking for inline... inline #12 270.0 checking for sigset_t... yes #12 270.5 checking for volatile sig_atomic_t... yes #12 270.9 checking for sighandler_t... yes #12 271.4 checking for wchar_t... yes #12 271.7 checking for good max_align_t... yes #12 271.8 checking whether NULL can be used in arbitrary expressions... yes #12 272.0 checking for unreachable... no #12 272.5 checking whether fcloseall is declared... yes #12 272.9 checking whether getw is declared... yes #12 273.1 checking whether putw is declared... yes #12 273.3 checking which flavor of printf attribute matches inttypes macros... system #12 273.6 checking whether strnlen is declared... yes #12 274.0 checking whether strtoimax is declared... yes #12 274.3 checking whether stat file-mode macros are broken... no #12 274.4 checking for nlink_t... yes #12 274.7 checking for struct timespec in ... yes #12 274.8 checking for TIME_UTC in ... yes #12 275.0 checking whether execvpe is declared... yes #12 275.3 checking whether clearerr_unlocked is declared... yes #12 275.7 checking whether feof_unlocked is declared... yes #12 276.1 checking whether ferror_unlocked is declared... yes #12 276.5 checking whether fflush_unlocked is declared... yes #12 276.8 checking whether fgets_unlocked is declared... yes #12 277.2 checking whether fputc_unlocked is declared... yes #12 277.7 checking whether fputs_unlocked is declared... yes #12 278.1 checking whether fread_unlocked is declared... yes #12 278.5 checking whether fwrite_unlocked is declared... yes #12 279.0 checking whether getc_unlocked is declared... yes #12 279.5 checking whether getchar_unlocked is declared... yes #12 280.0 checking whether putc_unlocked is declared... yes #12 280.4 checking whether putchar_unlocked is declared... yes #12 280.7 checking type of array argument to getgroups... gid_t #12 281.2 checking whether getdelim is declared... yes #12 281.5 checking whether getdtablesize is declared... yes #12 281.7 checking whether malloc is ptrdiff_t safe... yes #12 281.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 281.9 checking for O_CLOEXEC... yes #12 282.0 checking for promoted mode_t type... mode_t #12 282.2 checking whether the utimes function works... yes #12 282.9 checking for C compiler option to allow warnings... -Wno-error #12 283.3 checking for alignas and alignof... yes, macros #12 283.8 checking for alloca as a compiler built-in... yes #12 283.9 checking for static_assert... yes, an macro #12 284.5 checking for __builtin_expect... yes #12 284.8 checking byteswap.h usability... yes #12 285.2 checking byteswap.h presence... yes #12 285.3 checking for byteswap.h... yes #12 285.3 checking for readlinkat... yes #12 285.7 checking for library containing clock_gettime... none required #12 286.1 checking for clock_getres... yes #12 286.6 checking for clock_gettime... yes #12 287.1 checking for clock_settime... yes #12 287.6 checking for copy_file_range... yes #12 288.1 checking for d_type member in directory struct... yes #12 288.7 checking whether // is distinct from /... (cached) no #12 288.7 checking whether dup2 works... yes #12 289.2 checking for library containing backtrace_symbols_fd... none required #12 289.6 checking for faccessat... (cached) yes #12 289.6 checking whether fchmodat works... no #12 290.2 checking for readlinkat... (cached) yes #12 290.2 checking whether fcntl handles F_DUPFD correctly... yes #12 290.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 291.5 checking whether fdopendir is declared... yes #12 291.8 checking whether fdopendir works... yes #12 292.3 checking for flexible array member... yes #12 292.6 checking for __fpending... yes #12 293.1 checking whether __fpending is declared... yes #12 293.4 checking whether free is known to preserve errno... no #12 293.7 checking whether fstatat (..., 0) works... yes #12 294.2 checking for sys/mount.h... yes #12 294.7 checking for statvfs function (SVR4)... yes #12 295.1 checking whether to use statvfs64... no #12 295.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 295.8 checking sys/fs/s5param.h usability... no #12 296.1 checking sys/fs/s5param.h presence... no #12 296.2 checking for sys/fs/s5param.h... no #12 296.2 checking sys/statfs.h usability... yes #12 296.5 checking sys/statfs.h presence... yes #12 296.5 checking for sys/statfs.h... yes #12 296.6 checking for statfs that truncates block counts... no #12 296.8 checking for futimens... yes #12 297.1 checking whether futimens works... yes #12 298.6 checking for getline... yes #12 299.2 checking for working getline function... yes #12 299.8 checking for getloadavg... yes #12 300.3 checking sys/loadavg.h usability... no #12 300.6 checking sys/loadavg.h presence... no #12 300.7 checking for sys/loadavg.h... no #12 300.8 checking whether getloadavg is declared... yes #12 301.0 checking for getrandom... yes #12 301.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 301.6 checking for gettimeofday with POSIX signature... yes #12 301.8 checking whether the compiler supports the __inline keyword... yes #12 302.0 checking gmp.h usability... yes #12 302.3 checking gmp.h presence... yes #12 302.4 checking for gmp.h... yes #12 302.4 checking for library containing __gmpz_roinit_n... -lgmp #12 302.9 checking for memmem... yes #12 303.2 checking whether memmem works... yes #12 303.7 checking for mempcpy... yes #12 304.0 checking for memrchr... yes #12 304.4 checking for explicit_memset... no #12 304.7 checking for mkostemp... yes #12 305.1 checking for library containing nanosleep... none required #12 305.5 checking for working nanosleep... no (mishandles large arguments) #12 306.9 checking for sys/pstat.h... no #12 307.1 checking for sys/sysmp.h... no #12 307.4 checking for sys/param.h... (cached) yes #12 307.4 checking for sys/sysctl.h... (cached) yes #12 307.4 checking for sched_getaffinity_np... no #12 308.0 checking for pstat_getdynamic... no #12 308.6 checking for sysmp... no #12 309.0 checking for sysctl... (cached) yes #12 309.0 checking for sched_getaffinity... yes #12 309.2 checking for glibc compatible sched_getaffinity... yes #12 309.4 checking for pipe2... yes #12 309.5 checking whether signature of pselect conforms to POSIX... yes #12 309.8 checking whether pselect detects invalid fds... yes #12 310.2 checking whether pthread_sigmask is a macro... no #12 310.3 checking whether pthread_sigmask returns error numbers... yes #12 310.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 313.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 314.3 checking whether readlink signature is correct... yes #12 314.5 checking whether readlink handles trailing slash correctly... yes #12 314.9 checking whether readlink truncates results correctly... yes #12 315.5 checking for readlinkat... (cached) yes #12 315.5 checking whether readlinkat signature is correct... yes #12 315.7 checking for working re_compile_pattern... no #12 316.7 checking libintl.h usability... yes #12 317.0 checking libintl.h presence... yes #12 317.1 checking for libintl.h... yes #12 317.2 checking whether isblank is declared... yes #12 317.4 checking for sig2str... no #12 317.7 checking for sigdescr_np... no #12 318.0 checking for socklen_t... yes #12 318.4 checking for ssize_t... yes #12 318.7 checking for struct stat.st_atim.tv_nsec... yes #12 319.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 319.3 checking for struct stat.st_birthtimespec.tv_nsec... no #12 319.7 checking for struct stat.st_birthtimensec... no #12 320.1 checking for struct stat.st_birthtim.tv_nsec... no #12 320.5 checking for bool, true, false... no #12 320.6 checking for stpcpy... yes #12 321.0 checking for working strnlen... yes #12 321.6 checking whether strtoimax works... yes #12 322.2 checking whether symlink handles trailing slash correctly... yes #12 322.7 checking whether localtime_r is declared... yes #12 323.0 checking whether localtime_r is compatible with its POSIX signature... yes #12 323.3 checking whether localtime works even near extrema... yes #12 323.8 checking for timezone_t... no #12 324.1 checking for timegm... yes #12 324.5 checking whether timer_settime is declared... yes #12 324.6 checking for library containing timer_settime... -lrt #12 325.3 checking for timer_settime... yes #12 325.7 checking for utimensat... yes #12 325.9 checking whether utimensat works... yes #12 327.3 checking for variable-length arrays... yes #12 327.8 checking whether getdtablesize works... yes #12 328.2 checking for __mktime_internal... no #12 328.7 checking for timer_getoverrun... yes #12 329.3 checking for gcc option to disable position independent executables... not needed #12 329.3 checking for __ctype_get_mb_cur_max... yes #12 329.9 checking whether MB_CUR_MAX is defined to function that won't link... no #12 330.1 #12 330.1 Configured for 'x86_64-pc-linux-gnu'. #12 330.1 #12 330.1 Where should the build process find the source code? . #12 330.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 330.1 Should Emacs use the GNU version of malloc? no #12 330.1 (The GNU allocators don't work with this system configuration.) #12 330.1 Should Emacs use a relocating allocator for buffers? no #12 330.1 Should Emacs use mmap(2) for buffer allocation? no #12 330.1 What window system should Emacs use? none #12 330.1 What toolkit should Emacs use? none #12 330.1 Where do we find X Windows header files? NONE #12 330.1 Where do we find X Windows libraries? NONE #12 330.1 Does Emacs use -lXaw3d? no #12 330.1 Is Emacs being built for Android? no #12 330.1 Does Emacs use the X Double Buffer Extension? no #12 330.1 Does Emacs use -lXpm? no #12 330.1 Does Emacs use -ljpeg? no #12 330.1 Does Emacs use -ltiff? no #12 330.1 Does Emacs use a gif library? no #12 330.1 Does Emacs use a png library? no #12 330.1 Does Emacs use -lrsvg-2? no #12 330.1 Does Emacs use -lwebp? no #12 330.1 Does Emacs use -lsqlite3? no #12 330.1 Does Emacs use cairo? no #12 330.1 Does Emacs use -llcms2? no #12 330.1 Does Emacs use imagemagick? no #12 330.1 Does Emacs use native APIs for images? no #12 330.1 Does Emacs support sound? yes #12 330.1 Does Emacs use -lgpm? no #12 330.1 Does Emacs use -ldbus? yes #12 330.1 Does Emacs use -lgconf? no #12 330.1 Does Emacs use GSettings? no #12 330.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 330.1 Does Emacs use access control lists? yes -lacl -lattr #12 330.1 Does Emacs use -lselinux? no #12 330.1 Does Emacs use -lgnutls? yes #12 330.1 Does Emacs use -lxml2? no #12 330.1 Does Emacs use -lfreetype? no #12 330.1 Does Emacs use HarfBuzz? no #12 330.1 Does Emacs use -lm17n-flt? no #12 330.1 Does Emacs use -lotf? no #12 330.1 Does Emacs use -lxft? no #12 330.1 Does Emacs use -lsystemd? no #12 330.1 Does Emacs use -ljansson? no #12 330.1 Does Emacs use -ltree-sitter? no #12 330.1 Does Emacs use the GMP library? yes #12 330.1 Does Emacs directly use zlib? yes #12 330.1 Does Emacs have dynamic modules support? yes #12 330.1 Does Emacs use toolkit scroll bars? no #12 330.1 Does Emacs support Xwidgets? no #12 330.1 Does Emacs have threading support in lisp? yes #12 330.1 Does Emacs support the portable dumper? yes #12 330.1 Does Emacs support legacy unexec dumping? no #12 330.1 Which dumping strategy does Emacs use? pdumper #12 330.1 Does Emacs have native lisp compiler? yes #12 330.1 Does Emacs use version 2 of the X Input Extension? no #12 330.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 330.1 #12 330.1 #12 331.3 configure: creating ./config.status #12 332.0 configure: WARNING: This configuration installs a 'movemail' program #12 332.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 332.0 installed a 'movemail' program that retrieved POP3 email via only #12 332.0 insecure channels, a practice that is no longer recommended but that #12 332.0 you can continue to support by using './configure --with-pop'. #12 332.0 configure: You might want to install GNU Mailutils #12 332.0 and use './configure --with-mailutils'. #12 333.4 MAKE='make' ./config.status #12 333.8 config.status: creating src/verbose.mk #12 334.0 config.status: creating src/emacs-module.h #12 334.2 config.status: creating Makefile #12 334.3 config.status: creating lib/gnulib.mk #12 334.5 config.status: creating ./doc/man/emacs.1 #12 334.7 config.status: creating lib/Makefile #12 334.8 config.status: creating lib-src/Makefile #12 335.0 config.status: creating oldXMenu/Makefile #12 335.1 config.status: creating src/Makefile #12 335.3 config.status: creating lwlib/Makefile #12 335.5 config.status: creating nextstep/Makefile #12 335.6 config.status: creating nt/Makefile #12 335.7 config.status: creating doc/emacs/Makefile #12 335.9 config.status: creating doc/misc/Makefile #12 336.0 config.status: creating doc/lispintro/Makefile #12 336.2 config.status: creating doc/lispref/Makefile #12 336.4 config.status: creating lisp/Makefile #12 336.6 config.status: creating leim/Makefile #12 336.8 config.status: creating test/Makefile #12 336.9 config.status: creating test/manual/noverlay/Makefile #12 337.0 config.status: creating test/infra/Makefile #12 337.2 config.status: creating admin/charsets/Makefile #12 337.4 config.status: creating admin/unidata/Makefile #12 337.6 config.status: creating admin/grammars/Makefile #12 337.8 config.status: creating java/Makefile #12 337.9 config.status: creating cross/Makefile #12 338.1 config.status: creating java/AndroidManifest.xml #12 338.2 config.status: creating src/config.h #12 338.4 config.status: executing src/epaths.h commands #12 338.4 make[3]: Entering directory '/checkout' #12 338.5 make[3]: Leaving directory '/checkout' #12 338.6 config.status: executing src/.gdbinit commands #12 338.6 config.status: executing doc/emacs/emacsver.texi commands #12 338.7 config.status: executing etc-refcards-emacsver.tex commands #12 338.7 make[3]: Entering directory '/checkout' #12 338.8 make[3]: Leaving directory '/checkout' #12 338.9 make[2]: Leaving directory '/checkout' #12 338.9 make actual-all #12 338.9 make[2]: Entering directory '/checkout' #12 339.2 make -C lib all #12 339.2 make -C doc/lispref info #12 339.7 make[3]: Entering directory '/checkout/lib' #12 339.7 GEN alloca.h #12 339.7 GEN dirent.h #12 339.8 GEN fcntl.h #12 339.9 GEN malloc/dynarray.gl.h #12 339.9 make[3]: Entering directory '/checkout/doc/lispref' #12 339.9 /bin/mkdir -p ../../info #12 340.0 GEN ../../info/elisp.info #12 340.0 GEN malloc/dynarray-skeleton.gl.h #12 340.1 GEN inttypes.h #12 340.1 GEN limits.h #12 340.3 GEN signal.h #12 340.5 GEN stdckdint.h #12 340.6 GEN stddef.h #12 340.7 GEN stdio.h #12 340.7 GEN stdlib.h #12 341.1 GEN string.h #12 341.5 GEN sys/random.h #12 341.9 GEN sys/select.h #12 342.0 GEN sys/stat.h #12 342.0 GEN sys/time.h #12 342.2 GEN sys/types.h #12 342.3 GEN time.h #12 342.3 GEN unistd.h #12 343.2 CC fingerprint.o #12 343.2 CC mktime.o #12 343.6 CC acl-errno-valid.o #12 345.0 CC acl-internal.o #12 345.4 CC get-permissions.o #12 345.9 CC set-permissions.o #12 346.6 CC allocator.o #12 347.4 CC binary-io.o #12 347.7 CC boot-time.o #12 348.0 CC c-ctype.o #12 349.3 CC c-strcasecmp.o #12 349.7 CC c-strncasecmp.o #12 350.4 CC careadlinkat.o #12 350.8 CC close-stream.o #12 351.9 CC copy-file-range.o #12 352.6 CC count-leading-zeros.o #12 353.0 CC count-one-bits.o #12 353.4 CC count-trailing-zeros.o #12 354.0 CC md5-stream.o #12 354.5 CC md5.o #12 355.4 CC sha1.o #12 357.5 CC sha256.o #12 361.3 CC sha512.o #12 369.6 CC dtoastr.o #12 381.2 CC dtotimespec.o #12 382.1 CC fchmodat.o #12 382.7 CC fcntl.o #12 383.8 CC file-has-acl.o #12 385.0 CC filemode.o #12 385.9 CC filevercmp.o #12 386.3 CC free.o #12 387.7 CC fsusage.o #12 388.0 CC gettime.o #12 388.7 CC malloc/dynarray_at_failure.o #12 389.3 CC malloc/dynarray_emplace_enlarge.o #12 390.1 CC malloc/dynarray_finalize.o #12 391.2 CC malloc/dynarray_resize.o #12 392.0 CC malloc/dynarray_resize_clear.o #12 392.8 CC memset_explicit.o #12 393.4 CC nanosleep.o #12 393.8 CC nproc.o #12 394.7 CC nstrftime.o #12 395.9 CC pipe2.o #12 403.2 CC qcopy-acl.o #12 403.9 CC regex.o #12 404.6 CC sig2str.o #12 440.0 CC sigdescr_np.o #12 441.0 CC stat-time.o #12 441.5 CC tempname.o #12 442.3 CC time_rz.o #12 443.7 CC timegm.o #12 445.0 CC timespec.o #12 445.5 CC timespec-add.o #12 446.0 CC timespec-sub.o #12 446.6 CC u64.o #12 447.2 CC unistd.o #12 447.7 CC openat-die.o #12 448.1 CC save-cwd.o #12 449.6 AR libgnu.a #12 450.8 make[3]: Leaving directory '/checkout/lib' #12 450.8 make -C doc/lispintro info #12 450.9 make[3]: Entering directory '/checkout/doc/lispintro' #12 450.9 GEN ../../info/eintr.info #12 482.5 make[3]: Leaving directory '/checkout/doc/lispintro' #12 482.5 make -C doc/emacs info #12 482.6 GEN info/dir #12 482.7 make[3]: Entering directory '/checkout/doc/emacs' #12 482.7 GEN ../../info/emacs.info #12 587.7 make[3]: Leaving directory '/checkout/doc/lispref' #12 588.7 make -C lib-src all #12 588.7 make[3]: Entering directory '/checkout/lib-src' #12 588.7 CCLD etags #12 588.7 CCLD ctags #12 602.5 make[3]: Leaving directory '/checkout/doc/emacs' #12 602.5 CCLD emacsclient #12 621.7 CCLD ebrowse #12 627.9 CCLD hexl #12 636.3 CC pop.o #12 638.7 CCLD make-docfile #12 639.1 CCLD make-fingerprint #12 643.9 CCLD movemail #12 646.8 make[3]: Leaving directory '/checkout/lib-src' #12 646.8 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 646.8 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 647.5 make[3]: Entering directory '/checkout/src' #12 647.5 GEN globals.h #12 647.5 GEN buildobj.h #12 648.8 make -C ../admin/charsets all #12 648.8 make[4]: Entering directory '/checkout/admin/charsets' #12 648.8 GEN ../../etc/charsets/8859-2.map #12 648.8 GEN ../../etc/charsets/8859-3.map #12 648.9 GEN ../../etc/charsets/8859-4.map #12 649.0 GEN ../../etc/charsets/8859-5.map #12 649.1 GEN ../../etc/charsets/8859-6.map #12 649.2 GEN ../../etc/charsets/8859-7.map #12 649.3 GEN ../../etc/charsets/8859-8.map #12 649.4 GEN ../../etc/charsets/8859-9.map #12 649.4 GEN ../../etc/charsets/8859-10.map #12 649.5 GEN ../../etc/charsets/8859-11.map #12 649.6 GEN ../../etc/charsets/8859-13.map #12 649.6 GEN ../../etc/charsets/8859-14.map #12 649.8 GEN ../../etc/charsets/8859-15.map #12 649.9 GEN ../../etc/charsets/8859-16.map #12 650.1 GEN ../../etc/charsets/IBM037.map #12 650.2 GEN ../../etc/charsets/IBM038.map #12 650.3 GEN ../../etc/charsets/IBM256.map #12 650.5 GEN ../../etc/charsets/IBM273.map #12 650.6 GEN ../../etc/charsets/IBM274.map #12 650.7 GEN ../../etc/charsets/IBM275.map #12 650.8 GEN ../../etc/charsets/IBM277.map #12 650.9 GEN ../../etc/charsets/IBM278.map #12 651.1 GEN ../../etc/charsets/IBM280.map #12 651.2 GEN ../../etc/charsets/IBM281.map #12 651.4 GEN ../../etc/charsets/IBM284.map #12 651.6 GEN ../../etc/charsets/IBM285.map #12 651.7 GEN ../../etc/charsets/IBM290.map #12 651.9 GEN ../../etc/charsets/IBM297.map #12 652.0 make -C ../admin/unidata charscript.el #12 652.0 GEN ../../etc/charsets/IBM420.map #12 652.0 make[4]: Entering directory '/checkout/admin/unidata' #12 652.2 GEN ../../etc/charsets/IBM423.map #12 652.2 GEN ../../lisp/international/charscript.el #12 652.3 GEN ../../etc/charsets/IBM424.map #12 652.4 make[4]: Leaving directory '/checkout/admin/unidata' #12 652.4 make -C ../admin/unidata emoji-zwj.el #12 652.4 make[4]: Entering directory '/checkout/admin/unidata' #12 652.5 GEN ../../etc/charsets/IBM437.map #12 652.6 GEN ../../lisp/international/emoji-zwj.el #12 652.8 GEN ../../etc/charsets/IBM500.map #12 652.9 GEN ../../etc/charsets/IBM850.map #12 653.1 GEN ../../etc/charsets/IBM851.map #12 653.2 GEN ../../etc/charsets/IBM852.map #12 653.2 GEN ../../etc/charsets/IBM855.map #12 653.4 GEN ../../etc/charsets/IBM856.map #12 653.5 GEN ../../etc/charsets/IBM857.map #12 653.6 make[4]: Leaving directory '/checkout/admin/unidata' #12 653.6 make -C ../admin/charsets cp51932.el #12 653.7 GEN ../../etc/charsets/IBM860.map #12 653.8 make[4]: Entering directory '/checkout/admin/charsets' #12 653.8 GEN ../../etc/charsets/CP932-2BYTE.map #12 653.9 GEN ../../etc/charsets/IBM861.map #12 654.1 GEN ../../etc/charsets/IBM862.map #12 654.3 GEN ../../etc/charsets/IBM863.map #12 654.5 GEN ../../etc/charsets/IBM864.map #12 654.8 GEN ../../etc/charsets/IBM865.map #12 654.9 GEN ../../lisp/international/cp51932.el #12 654.9 GEN ../../etc/charsets/IBM866.map #12 654.9 make[4]: Leaving directory '/checkout/admin/charsets' #12 654.9 make -C ../admin/charsets eucjp-ms.el #12 655.0 make[4]: Entering directory '/checkout/admin/charsets' #12 655.0 GEN ../../lisp/international/eucjp-ms.el #12 655.1 GEN ../../etc/charsets/IBM868.map #12 655.3 GEN ../../etc/charsets/IBM869.map #12 655.5 GEN ../../etc/charsets/IBM870.map #12 655.5 make[4]: Leaving directory '/checkout/admin/charsets' #12 655.5 CC dispnew.o #12 655.5 CC frame.o #12 655.7 GEN ../../etc/charsets/IBM871.map #12 655.8 GEN ../../etc/charsets/IBM874.map #12 655.9 GEN ../../etc/charsets/IBM875.map #12 656.1 GEN ../../etc/charsets/IBM880.map #12 656.2 GEN ../../etc/charsets/IBM891.map #12 656.3 GEN ../../etc/charsets/IBM903.map #12 656.4 GEN ../../etc/charsets/IBM904.map #12 656.6 GEN ../../etc/charsets/IBM905.map #12 656.7 GEN ../../etc/charsets/IBM918.map #12 656.9 GEN ../../etc/charsets/IBM1004.map #12 657.1 GEN ../../etc/charsets/IBM1026.map #12 657.3 GEN ../../etc/charsets/IBM1047.map #12 657.4 GEN ../../etc/charsets/CP737.map #12 657.6 GEN ../../etc/charsets/CP775.map #12 657.7 GEN ../../etc/charsets/CP1125.map #12 657.9 GEN ../../etc/charsets/CP1250.map #12 658.1 GEN ../../etc/charsets/CP1251.map #12 658.2 GEN ../../etc/charsets/CP1252.map #12 658.5 GEN ../../etc/charsets/CP1253.map #12 658.6 GEN ../../etc/charsets/CP1254.map #12 658.8 GEN ../../etc/charsets/CP1255.map #12 659.0 GEN ../../etc/charsets/CP1256.map #12 659.2 GEN ../../etc/charsets/CP1257.map #12 659.3 GEN ../../etc/charsets/CP1258.map #12 659.5 GEN ../../etc/charsets/CP10007.map #12 659.6 GEN ../../etc/charsets/CP720.map #12 659.8 GEN ../../etc/charsets/CP858.map #12 660.0 GEN ../../etc/charsets/GB2312.map #12 660.1 GEN ../../etc/charsets/GBK.map #12 661.3 GEN ../../etc/charsets/GB180302.map #12 663.7 GEN ../../etc/charsets/BIG5.map #12 667.2 GEN ../../etc/charsets/BIG5-HKSCS.map #12 668.1 GEN ../../etc/charsets/CNS-1.map #12 670.3 GEN ../../etc/charsets/CNS-2.map #12 671.2 GEN ../../etc/charsets/CNS-3.map #12 672.1 GEN ../../etc/charsets/CNS-4.map #12 672.9 GEN ../../etc/charsets/CNS-5.map #12 674.0 GEN ../../etc/charsets/CNS-6.map #12 675.1 GEN ../../etc/charsets/CNS-7.map #12 676.0 GEN ../../etc/charsets/CNS-F.map #12 676.9 GEN ../../etc/charsets/JISX0201.map #12 678.1 GEN ../../etc/charsets/JISX0208.map #12 678.2 GEN ../../etc/charsets/JISX0212.map #12 679.9 GEN ../../etc/charsets/JISX2132.map #12 679.9 GEN ../../etc/charsets/JISC6226.map #12 680.3 GEN ../../etc/charsets/JISX213A.map #12 680.7 GEN ../../etc/charsets/KSC5601.map #12 680.7 GEN ../../etc/charsets/KSC5636.map #12 682.0 GEN ../../etc/charsets/JOHAB.map #12 682.2 GEN ../../etc/charsets/KOI-8.map #12 684.1 GEN ../../etc/charsets/KOI8-R.map #12 684.2 GEN ../../etc/charsets/KOI8-U.map #12 684.4 GEN ../../etc/charsets/KOI8-T.map #12 684.5 GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 684.8 GEN ../../etc/charsets/MIK.map #12 684.8 GEN ../../etc/charsets/PTCP154.map #12 685.0 GEN ../../etc/charsets/TIS-620.map #12 685.1 GEN ../../etc/charsets/VISCII.map #12 685.3 GEN ../../etc/charsets/VSCII.map #12 685.4 GEN ../../etc/charsets/VSCII-2.map #12 685.5 GEN ../../etc/charsets/KA-PS.map #12 685.7 GEN ../../etc/charsets/KA-ACADEMY.map #12 685.9 GEN ../../etc/charsets/HP-ROMAN8.map #12 686.1 GEN ../../etc/charsets/NEXTSTEP.map #12 686.3 GEN ../../etc/charsets/MACINTOSH.map #12 686.6 GEN ../../etc/charsets/EBCDICUK.map #12 686.7 GEN ../../etc/charsets/EBCDICUS.map #12 686.9 GEN ../../etc/charsets/stdenc.map #12 687.0 GEN ../../etc/charsets/symbol.map #12 687.2 GEN ../../etc/charsets/CP949-2BYTE.map #12 687.2 CC scroll.o #12 687.5 GEN ../../etc/charsets/BIG5-1.map #12 689.6 GEN ../../etc/charsets/BIG5-2.map #12 690.0 GEN ../../etc/charsets/MULE-ethiopic.map #12 690.4 GEN ../../etc/charsets/MULE-ipa.map #12 690.5 GEN ../../etc/charsets/MULE-is13194.map #12 690.5 GEN ../../etc/charsets/MULE-sisheng.map #12 690.6 GEN ../../etc/charsets/MULE-tibetan.map #12 690.6 GEN ../../etc/charsets/MULE-lviscii.map #12 690.7 GEN ../../etc/charsets/MULE-uviscii.map #12 690.8 GEN ../../etc/charsets/GB180304.map #12 690.8 GEN ../../etc/charsets/JISX2131.map #12 693.5 GEN charsets.stamp #12 693.5 make[4]: Leaving directory '/checkout/admin/charsets' #12 693.5 CC xdisp.o #12 699.5 CC menu.o #12 710.7 CC window.o #12 720.0 CC charset.o #12 768.7 CC coding.o #12 791.4 CC category.o #12 862.5 CC ccl.o #12 868.0 CC character.o #12 885.2 CC chartab.o #12 888.4 CC bidi.o #12 895.2 CC cm.o #12 902.5 CC term.o #12 906.1 CC terminal.o #12 908.4 CC xfaces.o #12 911.3 CC dbusbind.o #12 925.2 CC emacs.o #12 944.6 CC keyboard.o #12 949.4 CC macros.o #12 958.2 CC keymap.o #12 962.1 CC sysdep.o #12 992.4 CC bignum.o #12 1008. CC buffer.o #12 1013. CC filelock.o #12 1033. CC insdel.o #12 1038. CC marker.o #12 1040. CC minibuf.o #12 1046. CC fileio.o #12 1050. CC dired.o #12 1065. CC cmds.o #12 1071. CC casetab.o #12 1078. CC casefiddle.o #12 1081. CC indent.o #12 1082. CC search.o #12 1087. CC regex-emacs.o #12 1100. CC undo.o #12 1109. CC alloc.o #12 1113. CC pdumper.o #12 1145. CC data.o #12 1155. CC doc.o #12 1173. CC editfns.o #12 1181. CC callint.o #12 1189. CC eval.o #12 1197. CC floatfns.o #12 1218. CC fns.o #12 1225. CC sort.o #12 1230. CC font.o #12 1236. CC print.o #12 1275. CC lread.o #12 1279. CC emacs-module.o #12 1299. CC syntax.o #12 1316. CC bytecode.o #12 1319. CC comp.o #12 1341. CC dynlib.o #12 1355. CC process.o #12 1355. CC gnutls.o #12 1370. CC callproc.o #12 1382. CC region-cache.o #12 1389. CC sound.o #12 1391. CC timefns.o #12 1394. CC atimer.o #12 1395. CC doprnt.o #12 1398. CC intervals.o #12 1401. CC textprop.o #12 1401. CC composite.o #12 1413. CC xml.o #12 1414. CC lcms.o #12 1416. CC inotify.o #12 1416. CC profiler.o #12 1421. CC decompress.o #12 1424. CC thread.o #12 1426. CC systhread.o #12 1427. CC sqlite.o #12 1429. CC treesit.o #12 1430. CC itree.o #12 1430. CC terminfo.o #12 1432. CC lastfile.o #12 1435. CCLD temacs #12 1435. GEN ../etc/DOC #12 1441. /bin/mkdir -p ../etc #12 1441. make -C ../lisp update-subdirs #12 1441. make[4]: Entering directory '/checkout/lisp' #12 1441. make[4]: Leaving directory '/checkout/lisp' #12 1441. cp -f temacs bootstrap-emacs #12 1441. rm -f bootstrap-emacs.pdmp #12 1441. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1441. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 1441. Loading loadup.el (source)... #12 1441. Dump mode: pbootstrap #12 1441. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 1441. Loading emacs-lisp/debug-early (source)... #12 1441. Loading emacs-lisp/byte-run (source)... #12 1441. Loading emacs-lisp/backquote (source)... #12 1441. Loading subr (source)... #12 1441. Loading keymap (source)... #12 1442. Loading version (source)... #12 1442. Loading widget (source)... #12 1442. Loading custom (source)... #12 1442. Loading emacs-lisp/map-ynp (source)... #12 1442. Loading international/mule (source)... #12 1442. Loading international/mule-conf (source)... #12 1442. Loading env (source)... #12 1442. Loading format (source)... #12 1442. Loading bindings (source)... #12 1442. Loading window (source)... #12 1443. Loading /checkout/lisp/files.el (source)... #12 1448. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1449. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 1450. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1451. Loading /checkout/lisp/cus-face.el (source)... #12 1451. Loading /checkout/lisp/faces.el (source)... #12 1451. Loading /checkout/lisp/ldefs-boot.el (source)... #12 1457. Loading /checkout/lisp/button.el (source)... #12 1457. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 1461. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #12 1462. Loading /checkout/lisp/obarray.el (source)... #12 1462. Loading /checkout/lisp/abbrev.el (source)... #12 1463. Loading /checkout/lisp/help.el (source)... #12 1464. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 1464. Loading /checkout/lisp/epa-hook.el (source)... #12 1464. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 1465. Loading /checkout/lisp/case-table.el (source)... #12 1465. Loading /checkout/lisp/international/characters.el (source)... #12 1466. Loading /checkout/lisp/international/charscript.el (source)... #12 1466. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 1466. Loading /checkout/lisp/composite.el (source)... #12 1467. Loading /checkout/lisp/language/chinese.el (source)... #12 1467. Loading /checkout/lisp/language/cyrillic.el (source)... #12 1467. Loading /checkout/lisp/language/indian.el (source)... #12 1467. Loading /checkout/lisp/language/sinhala.el (source)... #12 1467. Loading /checkout/lisp/language/english.el (source)... #12 1467. Loading /checkout/lisp/language/ethiopic.el (source)... #12 1468. Loading /checkout/lisp/language/european.el (source)... #12 1468. Loading /checkout/lisp/language/czech.el (source)... #12 1468. Loading /checkout/lisp/language/slovak.el (source)... #12 1468. Loading /checkout/lisp/language/romanian.el (source)... #12 1468. Loading /checkout/lisp/language/greek.el (source)... #12 1468. Loading /checkout/lisp/language/hebrew.el (source)... #12 1468. Loading /checkout/lisp/international/cp51932.el (source)... #12 1469. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 1469. Loading /checkout/lisp/language/japanese.el (source)... #12 1469. Loading /checkout/lisp/language/korean.el (source)... #12 1469. Loading /checkout/lisp/language/lao.el (source)... #12 1470. Loading /checkout/lisp/language/tai-viet.el (source)... #12 1470. Loading /checkout/lisp/language/thai.el (source)... #12 1470. Loading /checkout/lisp/language/tibetan.el (source)... #12 1470. Loading /checkout/lisp/language/vietnamese.el (source)... #12 1470. Loading /checkout/lisp/language/misc-lang.el (source)... #12 1470. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 1470. Loading /checkout/lisp/language/georgian.el (source)... #12 1470. Loading /checkout/lisp/language/khmer.el (source)... #12 1470. Loading /checkout/lisp/language/burmese.el (source)... #12 1470. Loading /checkout/lisp/language/cham.el (source)... #12 1471. Loading /checkout/lisp/language/philippine.el (source)... #12 1471. Loading /checkout/lisp/language/indonesian.el (source)... #12 1471. Loading /checkout/lisp/indent.el (source)... #12 1471. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 1473. Loading /checkout/lisp/simple.el (source)... #12 1477. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #12 1478. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 1478. Loading /checkout/lisp/minibuffer.el (source)... #12 1481. Loading /checkout/lisp/frame.el (source)... #12 1481. Loading /checkout/lisp/startup.el (source)... #12 1482. Loading /checkout/lisp/term/tty-colors.el (source)... #12 1482. Loading /checkout/lisp/font-core.el (source)... #12 1483. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 1483. Loading /checkout/lisp/font-lock.el (source)... #12 1484. Loading /checkout/lisp/jit-lock.el (source)... #12 1484. Loading /checkout/lisp/mouse.el (source)... #12 1486. Loading /checkout/lisp/select.el (source)... #12 1486. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 1486. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 1487. Loading /checkout/lisp/isearch.el (source)... #12 1488. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 1488. Loading /checkout/lisp/menu-bar.el (source)... #12 1491. Loading /checkout/lisp/tab-bar.el (source)... #12 1493. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 1493. Loading /checkout/lisp/textmodes/page.el (source)... #12 1493. Loading /checkout/lisp/register.el (source)... #12 1495. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 1495. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 1497. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 1498. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 1498. Loading /checkout/lisp/textmodes/fill.el (source)... #12 1498. Loading /checkout/lisp/newcomment.el (source)... #12 1499. Loading /checkout/lisp/replace.el (source)... #12 1499. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 1500. Loading /checkout/lisp/buff-menu.el (source)... #12 1500. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 1510. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 1510. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 1510. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 1511. Loading /checkout/lisp/uniquify.el (source)... #12 1511. Loading /checkout/lisp/electric.el (source)... #12 1512. Loading /checkout/lisp/paren.el (source)... #12 1512. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 1512. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 1513. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #12 1518. Loading /checkout/lisp/cus-start.el (source)... #12 1518. Loading /checkout/lisp/tooltip.el (source)... #12 1518. Loading /checkout/lisp/international/iso-transl.el (source)... #12 1519. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #12 1519. Finding pointers to doc strings... #12 1519. Finding pointers to doc strings...done #12 1520. Dumping under the name bootstrap-emacs.pdmp #12 1520. Dumping fingerprint: 50a94a6051c0d496519d41649386c5e912b3a99478e0456681ed5c5eb6e5a025 #12 1529. Dump complete #12 1529. Byte counts: header=100 hot=15656628 discardable=179528 cold=10985496 #12 1529. Reloc counts: hot=1091277 discardable=4976 #12 1529. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1529. make[4]: Entering directory '/checkout/lisp' #12 1529. ELC emacs-lisp/macroexp.elc #12 1529. ELC emacs-lisp/cconv.elc #12 1572. TZ=UTC0 touch -t 197001010000 emacs-lisp/macroexp.elc #12 1572. ELC emacs-lisp/byte-opt.elc #12 1576. TZ=UTC0 touch -t 197001010000 emacs-lisp/cconv.elc #12 1576. ELC emacs-lisp/bytecomp.elc #12 1624. TZ=UTC0 touch -t 197001010000 emacs-lisp/byte-opt.elc #12 1624. ELC emacs-lisp/comp.elc #12 1633. TZ=UTC0 touch -t 197001010000 emacs-lisp/bytecomp.elc #12 1633. ELC emacs-lisp/comp-cstr.elc #12 1680. TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-cstr.elc #12 1680. ELC emacs-lisp/comp-common.elc #12 1704. TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-common.elc #12 1704. ELC emacs-lisp/comp-run.elc #12 1713. TZ=UTC0 touch -t 197001010000 emacs-lisp/comp.elc #12 1713. ELC emacs-lisp/loaddefs-gen.elc #12 1720. TZ=UTC0 touch -t 197001010000 emacs-lisp/loaddefs-gen.elc #12 1720. ELC emacs-lisp/radix-tree.elc #12 1725. TZ=UTC0 touch -t 197001010000 emacs-lisp/radix-tree.elc #12 1727. TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-run.elc #12 1727. make[4]: Leaving directory '/checkout/lisp' #12 1727. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1727. make[4]: Entering directory '/checkout/lisp' #12 1727. ELC+ELN emacs-lisp/macroexp.elc #12 1727. ELC+ELN emacs-lisp/cconv.elc #12 1766. ELC+ELN emacs-lisp/byte-opt.elc #12 1816. ELC+ELN emacs-lisp/bytecomp.elc #12 1968. ELC+ELN emacs-lisp/comp.elc #12 2017. ELC+ELN emacs-lisp/comp-cstr.elc #12 2141. ELC+ELN emacs-lisp/comp-common.elc #12 2150. ELC+ELN emacs-lisp/comp-run.elc #12 2168. ELC+ELN emacs-lisp/loaddefs-gen.elc #12 2203. ELC+ELN emacs-lisp/radix-tree.elc #12 2374. make[4]: Leaving directory '/checkout/lisp' #12 2374. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 2374. make[4]: Entering directory '/checkout/lisp' #12 2374. ELC+ELN international/titdic-cnv.elc #12 2374. ELC+ELN ../lisp/abbrev.elc #12 2402. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 2402. make[5]: Entering directory '/checkout/admin/grammars' #12 2402. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 2402. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 2404. ELC+ELN ../lisp/bindings.elc #12 2419. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2426. ELC+ELN ../lisp/buff-menu.elc #12 2441. ELC+ELN ../lisp/button.elc #12 2441. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 2453. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 2459. ELC+ELN ../lisp/case-table.elc #12 2468. ELC+ELN ../lisp/composite.elc