Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710299117: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:1710299124:prepare_executor section_start:1710299124:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1710299130:prepare_script section_start:1710299130:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 6b40d557 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1710299150:get_sources section_start:1710299150:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 3 Running: 2 Paused: 0 Stopped: 1 Images: 11 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-6b40d557c4a9a4152565c1a1b0da49a1aaaec84f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 transferring context: 0.0s #2 transferring context: 2B 0.0s done #2 DONE 0.2s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB 0.1s done #1 DONE 0.3s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.0s #10 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:5a87974e7... #10 DONE 0.0s #7 [internal] load build context #7 transferring context: 14.49MB 3.8s #7 transferring context: 73.36MB 8.8s #7 transferring context: 146.07MB 13.9s #7 transferring context: 224.05MB 19.0s #7 transferring context: 287.38MB 24.1s #7 transferring context: 349.35MB 29.1s #7 transferring context: 419.71MB 34.2s #7 transferring context: 422.39MB 34.4s done #7 DONE 34.7s #9 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #9 CACHED #8 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #8 CACHED #6 [emacs-inotify 2/6] COPY . /checkout #6 DONE 60.5s #5 [emacs-inotify 3/6] WORKDIR /checkout #5 DONE 5.7s #4 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #4 8.894 Checking whether you have the necessary tools... #4 8.894 (Read INSTALL.REPO for more details on building Emacs) #4 8.901 Checking for autoconf (need at least version 2.65) ... ok #4 8.970 Your system has the required tools. #4 9.006 Building aclocal.m4 ... #4 9.014 Running 'autoreconf -fi -I m4' ... #4 22.69 Building 'aclocal.m4' in exec ... #4 22.69 Running 'autoreconf -fi' in exec ... #4 26.19 You can now run './autogen.sh git'. #4 DONE 26.4s #12 [emacs-inotify 5/6] RUN ./configure #12 1.233 checking for xcrun... no #12 1.243 checking for GNU Make... make #12 1.289 checking build system type... x86_64-pc-linux-gnu #12 1.828 checking host system type... x86_64-pc-linux-gnu #12 1.876 checking for gcc... gcc #12 1.975 checking whether the C compiler works... yes #12 2.302 checking for C compiler default output file name... a.out #12 2.308 checking for suffix of executables... #12 2.457 checking whether we are cross compiling... no #12 2.733 checking for suffix of object files... o #12 2.840 checking whether we are using the GNU C compiler... yes #12 2.914 checking whether gcc accepts -g... yes #12 2.995 checking for gcc option to enable C11 features... none needed #12 3.411 checking whether the compiler is clang... no #12 3.500 checking for compiler option needed when checking for declarations... none #12 3.502 checking whether gcc and cc understand -c and -o together... yes #12 3.859 checking how to run the C preprocessor... gcc -E #12 4.088 checking for grep that handles long lines and -e... /bin/grep #12 4.107 checking for egrep... /bin/grep -E #12 4.120 checking for ANSI C header files... yes #12 4.661 checking for sys/types.h... yes #12 4.764 checking for sys/stat.h... yes #12 4.934 checking for stdlib.h... yes #12 5.128 checking for string.h... yes #12 5.249 checking for memory.h... yes #12 5.376 checking for strings.h... yes #12 5.552 checking for inttypes.h... yes #12 5.723 checking for stdint.h... yes #12 5.906 checking for unistd.h... yes #12 6.101 checking for wchar.h... yes #12 6.277 checking for minix/config.h... no #12 6.386 checking for linux/fs.h... yes #12 7.200 checking for malloc.h... yes #12 7.365 checking for sys/systeminfo.h... no #12 7.484 checking for sys/sysinfo.h... yes #12 7.687 checking for coff.h... no #12 7.805 checking for pty.h... yes #12 8.138 checking for sys/resource.h... yes #12 8.315 checking for sys/utsname.h... yes #12 8.471 checking for pwd.h... yes #12 8.678 checking for util.h... no #12 8.848 checking for sanitizer/lsan_interface.h... yes #12 8.996 checking for sanitizer/asan_interface.h... yes #12 9.137 checking for sanitizer/common_interface_defs.h... yes #12 9.255 checking for sys/socket.h... yes #12 9.528 checking for stdlib.h... (cached) yes #12 9.564 checking for unistd.h... (cached) yes #12 9.591 checking for sys/param.h... yes #12 10.02 checking for pthread.h... yes #12 10.39 checking for malloc/malloc.h... no #12 10.54 checking for sys/un.h... yes #12 10.68 checking for utmp.h... yes #12 10.88 checking for utmpx.h... yes #12 11.07 checking for OS.h... no #12 11.24 checking for dirent.h... yes #12 11.42 checking for execinfo.h... yes #12 11.59 checking for linux/xattr.h... yes #12 11.79 checking for stdio_ext.h... yes #12 11.98 checking for sys/vfs.h... yes #12 13.71 checking for sys/fs_types.h... no #12 13.84 checking for getopt.h... yes #12 14.01 checking for sys/cdefs.h... yes #12 14.15 checking for sys/time.h... yes #12 14.32 checking for ieee754.h... yes #12 14.46 checking for limits.h... yes #12 14.60 checking for inttypes.h... (cached) yes #12 14.64 checking for sys/types.h... (cached) yes #12 14.68 checking for stdint.h... (cached) yes #12 14.72 checking for sys/select.h... yes #12 14.85 checking for stdbool.h... yes #12 14.99 checking for stdckdint.h... no #12 15.15 checking for sys/random.h... yes #12 15.67 checking for sys/stat.h... (cached) yes #12 15.69 checking whether it is safe to define __EXTENSIONS__... yes #12 15.85 checking whether _XOPEN_SOURCE should be defined... no #12 15.96 checking for Minix Amsterdam compiler... no #12 16.00 checking for ar... ar #12 16.00 checking for ranlib... ranlib #12 16.00 checking for gcc option to enable large file support... none needed #12 16.20 checking for gcc option for timestamps after 2038... none needed #12 16.32 checking for g++... g++ #12 16.44 checking whether we are using the GNU C++ compiler... yes #12 17.18 checking whether g++ accepts -g... yes #12 17.29 checking for g++ option to enable C++11 features... none needed #12 45.84 checking how to run the C++ preprocessor... g++ -E #12 46.61 checking whether gcc accepts -g3 -O2... yes #12 47.51 checking whether the compiler is clang... no #12 47.63 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 47.73 checking whether -Wno-missing-field-initializers is needed... yes #12 47.96 checking whether -Wuninitialized is supported... yes #12 48.10 checking whether C compiler handles -fstrict-flex-arrays... no #12 48.19 checking whether C compiler handles -Wall... yes #12 48.36 checking whether C compiler handles -Warith-conversion... yes #12 48.55 checking whether C compiler handles -Wdate-time... yes #12 48.74 checking whether C compiler handles -Wdisabled-optimization... yes #12 48.87 checking whether C compiler handles -Wdouble-promotion... yes #12 49.00 checking whether C compiler handles -Wduplicated-cond... yes #12 49.13 checking whether C compiler handles -Wextra... yes #12 49.32 checking whether C compiler handles -Wformat-signedness... yes #12 49.54 checking whether C compiler handles -Winit-self... yes #12 49.75 checking whether C compiler handles -Winvalid-pch... yes #12 49.90 checking whether C compiler handles -Wlogical-op... yes #12 50.06 checking whether C compiler handles -Wmissing-declarations... yes #12 50.24 checking whether C compiler handles -Wmissing-include-dirs... yes #12 50.41 checking whether C compiler handles -Wmissing-prototypes... yes #12 50.54 checking whether C compiler handles -Wnested-externs... yes #12 50.68 checking whether C compiler handles -Wnull-dereference... yes #12 50.80 checking whether C compiler handles -Wold-style-definition... yes #12 50.95 checking whether C compiler handles -Wopenmp-simd... yes #12 51.19 checking whether C compiler handles -Wpacked... yes #12 51.38 checking whether C compiler handles -Wpointer-arith... yes #12 51.57 checking whether C compiler handles -Wstrict-flex-arrays... no #12 51.66 checking whether C compiler handles -Wstrict-prototypes... yes #12 51.84 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 52.01 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 52.24 checking whether C compiler handles -Wsuggest-final-methods... yes #12 52.40 checking whether C compiler handles -Wsuggest-final-types... yes #12 52.62 checking whether C compiler handles -Wtrampolines... yes #12 52.81 checking whether C compiler handles -Wuninitialized... yes #12 53.03 checking whether C compiler handles -Wunknown-pragmas... yes #12 53.22 checking whether C compiler handles -Wunused-macros... yes #12 53.48 checking whether C compiler handles -Wvariadic-macros... yes #12 53.67 checking whether C compiler handles -Wvector-operation-performance... yes #12 53.87 checking whether C compiler handles -Wwrite-strings... yes #12 54.05 checking whether C compiler handles -Warray-bounds=2... yes #12 54.20 checking whether C compiler handles -Wattribute-alias=2... yes #12 54.40 checking whether C compiler handles -Wformat=2... yes #12 54.56 checking whether C compiler handles -Wformat-truncation=2... yes #12 54.71 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 54.90 checking whether C compiler handles -Wshift-overflow=2... yes #12 55.06 checking whether C compiler handles -Wuse-after-free=3... no #12 55.12 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 55.26 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 55.43 checking whether C compiler handles -Wredundant-decls... yes #12 55.63 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 55.64 checking whether C compiler handles -Wno-override-init... yes #12 55.84 checking whether C compiler handles -Wno-sign-compare... yes #12 56.02 checking whether C compiler handles -Wno-type-limits... yes #12 56.17 checking whether C compiler handles -Wno-unused-parameter... yes #12 56.40 checking whether C compiler handles -Wno-format-nonliteral... yes #12 56.63 checking whether C compiler handles -Wno-bidi-chars... no #12 56.69 checking for a BSD-compatible install... /usr/bin/install -c #12 56.73 checking command to symlink files in the same directory... ln -s #12 56.77 checking for install-info... : #12 56.77 checking for gzip... /bin/gzip #12 56.77 checking for 'find' args to delete a file... -delete #12 56.81 checking for brew... no #12 57.40 checking for -znocombreloc... not needed #12 57.41 checking whether addresses are sanitized... no #12 57.49 checking for math library... -lm #12 58.58 checking for struct passwd.pw_gecos... yes #12 58.68 checking for pkg-config... /usr/bin/pkg-config #12 58.68 checking pkg-config is at least version 0.9.0... yes #12 58.77 checking for machine/soundcard.h... no #12 58.84 checking for sys/soundcard.h... yes #12 59.00 checking for soundcard.h... no #12 59.09 checking for mmsystem.h... no #12 59.17 checking for _oss_ioctl in -lossaudio... no #12 59.31 checking for alsa >= 1.0.0... no #12 59.33 checking for ADDR_NO_RANDOMIZE... yes #12 59.46 checking if Linux sysinfo may be used... yes #12 59.76 checking for sys/wait.h that is POSIX.1 compatible... yes #12 59.96 checking for net/if.h... yes #12 60.20 checking for ifaddrs.h... yes #12 60.42 checking for net/if_dl.h... no #12 60.62 checking for struct ifreq.ifr_flags... yes #12 60.83 checking for struct ifreq.ifr_hwaddr... yes #12 61.23 checking for struct ifreq.ifr_netmask... yes #12 61.54 checking for struct ifreq.ifr_broadaddr... yes #12 61.81 checking for struct ifreq.ifr_addr... yes #12 62.13 checking for struct ifreq.ifr_addr.sa_len... no #12 62.34 checking whether gcc understands -MMD -MF... yes #12 62.42 checking for X... no #12 62.61 checking for X... false #12 62.61 checking whether malloc is Doug Lea style... no #12 62.73 checking for sbrk... yes #12 62.94 checking for __lsan_ignore_object... no #12 63.09 checking for fchmod... yes #12 63.26 checking for utmpname... yes #12 63.44 checking for utmpxname... yes #12 63.69 checking for canonicalize_file_name... yes #12 63.91 checking for realpath... yes #12 64.09 checking for lstat... yes #12 64.26 checking for fchmodat... yes #12 64.50 checking for lchmod... no #12 64.60 checking for fcntl... yes #12 64.80 checking for fdopendir... yes #12 64.96 checking for listxattr... yes #12 65.13 checking for fstatat... yes #12 65.36 checking for fsync... yes #12 65.60 checking for gettimeofday... yes #12 65.81 checking for memset_s... no #12 65.98 checking for pselect... yes #12 66.14 checking for readlink... yes #12 66.29 checking for isblank... yes #12 66.48 checking for iswctype... yes #12 66.65 checking for strtoimax... yes #12 66.84 checking for symlink... yes #12 66.99 checking for localtime_r... yes #12 67.20 checking for getdtablesize... yes #12 67.40 checking for getpagesize... yes #12 67.52 checking for working mmap... yes #12 67.81 checking for main in -lXbsd... no #12 67.92 checking for pthread library... -lpthread #12 68.39 checking for thread support... yes #12 68.40 checking for sqlite3_open_v2 in -lsqlite3... no #12 68.55 checking for getaddrinfo_a in -lanl... yes #12 68.75 checking for malloc_trim... yes #12 68.94 checking for dbus-1 >= 1.0... yes #12 68.99 checking for dbus_watch_get_unix_fd... yes #12 69.32 checking for dbus_type_is_valid... yes #12 69.60 checking for dbus_validate_bus_name... yes #12 69.87 checking for dbus_validate_path... yes #12 70.10 checking for dbus_validate_interface... yes #12 70.36 checking for dbus_validate_member... yes #12 70.61 checking for lgetfilecon in -lselinux... no #12 70.74 checking for gnutls >= 2.12.2... yes #12 70.80 checking for libsystemd >= 222... no #12 70.84 checking for jansson >= 2.7... no #12 70.86 checking for tree-sitter >= 0.20.2... no #12 70.89 checking for tree-sitter >= 0.6.3... no #12 70.92 checking sys/inotify.h usability... yes #12 71.11 checking sys/inotify.h presence... yes #12 71.16 checking for sys/inotify.h... yes #12 71.17 checking for inotify_init... yes #12 71.44 checking for inotify_init1... yes #12 71.78 checking for lcms2... no #12 71.80 checking for library containing inflateEnd... no #12 72.12 checking for dladdr... yes #12 72.35 checking for dlfunc... no #12 72.59 checking for gcc_jit_context_acquire in -lgccjit... no #12 72.72 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 72.72 found. #12 72.72 Please try installing libgccjit or a similar package if you want to have it #12 72.72 enabled. #12 72.72 checking libgccjit.h usability... no #12 72.84 checking libgccjit.h presence... no #12 72.88 checking for libgccjit.h... no #12 72.88 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 72.88 were not found. #12 72.88 Please try installing libgccjit-dev or a similar package if you want to have it #12 72.88 enabled. #12 72.89 checking gpm.h usability... no #12 73.00 checking gpm.h presence... no #12 73.06 checking for gpm.h... no #12 73.07 checking for libxml-2.0 > 2.6.17... no #12 73.09 checking for maillock in -lmail... no #12 73.23 checking for maillock in -llockfile... no #12 73.38 checking for liblockfile.so... no #12 73.38 checking maillock.h usability... no #12 73.49 checking maillock.h presence... no #12 73.54 checking for maillock.h... no #12 73.57 checking linux/seccomp.h usability... yes #12 73.71 checking linux/seccomp.h presence... yes #12 73.75 checking for linux/seccomp.h... yes #12 73.80 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 73.95 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 74.09 checking linux/filter.h usability... yes #12 74.21 checking linux/filter.h presence... yes #12 74.24 checking for linux/filter.h... yes #12 74.28 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 74.30 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 74.30 checking for libseccomp >= 2.5.2... no #12 74.32 checking size of long... 8 #12 74.55 checking for accept4... yes #12 74.73 checking for fchdir... yes #12 74.92 checking for gethostname... yes #12 75.15 checking for getrusage... yes #12 75.35 checking for get_current_dir_name... yes #12 75.61 checking for lrand48... yes #12 75.89 checking for random... yes #12 76.11 checking for rint... yes #12 76.44 checking for tcdrain... yes #12 76.71 checking for trunc... yes #12 77.04 checking for select... yes #12 77.55 checking for getpagesize... (cached) yes #12 77.64 checking for setlocale... yes #12 77.92 checking for newlocale... yes #12 78.11 checking for getrlimit... yes #12 78.27 checking for setrlimit... yes #12 78.48 checking for shutdown... yes #12 78.73 checking for pthread_sigmask... (cached) yes #12 78.76 checking for strsignal... yes #12 78.99 checking for setitimer... yes #12 79.18 checking for sendto... yes #12 79.45 checking for recvfrom... yes #12 79.67 checking for getsockname... yes #12 79.91 checking for getifaddrs... yes #12 80.13 checking for freeifaddrs... yes #12 80.38 checking for gai_strerror... yes #12 80.59 checking for sync... yes #12 80.83 checking for endpwent... yes #12 81.03 checking for getgrent... yes #12 81.24 checking for endgrent... yes #12 81.48 checking for cfmakeraw... yes #12 81.70 checking for cfsetspeed... yes #12 81.94 checking for __executable_start... yes #12 82.29 checking for log2... yes #12 82.54 checking for pthread_setname_np... yes #12 82.78 checking for pthread_set_name_np... no #12 83.06 checking for getpwent... yes #12 83.21 checking for renameat2... yes #12 83.42 checking whether pthread_setname_np takes a single argument... no #12 83.51 checking whether pthread_setname_np takes three arguments... no #12 83.61 checking for aligned_alloc... yes #12 83.80 checking whether aligned_alloc is declared... yes #12 83.91 checking for posix_madvise... yes #12 84.07 checking for madvise... yes #12 84.22 checking for __builtin_frame_address... yes #12 84.33 checking for __builtin_unwind_init... yes #12 84.44 checking for _LARGEFILE_SOURCE value needed for large files... no #12 84.58 checking for grantpt... yes #12 84.73 checking for getpt... yes #12 84.89 checking for posix_openpt... yes #12 85.09 checking for library containing tputs... -ltinfo #12 85.39 checking whether -ltinfo library defines BC... yes #12 85.54 checking for timerfd interface... yes #12 85.65 checking whether signals can be handled on alternate stack... yes #12 85.78 checking valgrind/valgrind.h usability... no #12 85.92 checking valgrind/valgrind.h presence... no #12 85.97 checking for valgrind/valgrind.h... no #12 85.97 checking for struct unipair.unicode... yes #12 86.08 checking for pid_t... yes #12 86.37 checking vfork.h usability... no #12 86.48 checking vfork.h presence... no #12 86.53 checking for vfork.h... no #12 86.54 checking for fork... yes #12 86.80 checking for vfork... yes #12 86.97 checking for working fork... yes #12 87.23 checking for working vfork... (cached) yes #12 87.24 checking for snprintf... yes #12 87.46 checking for open_memstream... yes #12 87.61 checking spawn.h usability... yes #12 87.73 checking spawn.h presence... yes #12 87.77 checking for spawn.h... yes #12 87.79 checking for posix_spawn... yes #12 87.99 checking for posix_spawn_file_actions_addchdir... no #12 88.19 checking for posix_spawn_file_actions_addchdir_np... yes #12 88.43 checking for posix_spawnattr_setflags... yes #12 88.60 checking whether POSIX_SPAWN_SETSID is declared... yes #12 88.75 checking whether GLib is linked in... no #12 88.84 checking for nl_langinfo and CODESET... yes #12 88.97 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 89.11 checking for mbstate_t... yes #12 89.34 checking for signals via characters... yes #12 89.47 checking for _setjmp... yes #12 89.62 checking for sigsetjmp... yes #12 89.82 checking POSIX termios... yes #12 90.04 checking size of speed_t... 4 #12 90.30 checking for usable FIONREAD... yes #12 90.41 checking for usable SIGIO... yes #12 90.53 checking for struct alignment... yes #12 90.61 checking for C/C++ restrict keyword... __restrict__ #12 90.69 checking for typeof syntax and keyword spelling... typeof #12 90.79 checking for statement expressions... yes #12 90.93 checking whether malloc (0) returns nonnull... yes #12 91.23 checking sys/acl.h usability... yes #12 91.41 checking sys/acl.h presence... yes #12 91.45 checking for sys/acl.h... yes #12 91.45 checking for library containing acl_get_file... -lacl #12 91.78 checking for acl_get_file... yes #12 92.08 checking for acl_get_fd... yes #12 92.33 checking for acl_set_file... yes #12 92.59 checking for acl_set_fd... yes #12 92.82 checking for acl_free... yes #12 93.02 checking for acl_from_mode... yes #12 93.29 checking for acl_from_text... yes #12 93.54 checking for acl_delete_def_file... yes #12 93.74 checking for acl_extended_file... yes #12 93.92 checking for acl_delete_fd_np... no #12 94.16 checking for acl_delete_file_np... no #12 94.39 checking for acl_copy_ext_native... no #12 94.58 checking for acl_create_entry_np... no #12 94.78 checking for acl_to_short_text... no #12 94.99 checking for acl_free_text... no #12 95.19 checking for working acl_get_file... yes #12 95.38 checking acl/libacl.h usability... yes #12 95.54 checking acl/libacl.h presence... yes #12 95.60 checking for acl/libacl.h... yes #12 95.61 checking for acl_entries... yes #12 95.78 checking for ACL_FIRST_ENTRY... yes #12 95.87 checking for ACL_TYPE_EXTENDED... no #12 95.95 checking for working alloca.h... yes #12 96.13 checking for alloca... yes #12 96.30 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 96.30 checking whether the preprocessor supports include_next... yes #12 96.43 checking whether source code line length is unlimited... yes #12 96.50 checking whether endutent is declared... yes #12 96.63 checking for struct utmpx.ut_user... yes #12 96.81 checking for struct utmp.ut_user... yes #12 96.98 checking for struct utmpx.ut_name... yes #12 97.12 checking for struct utmp.ut_name... yes #12 97.28 checking for struct utmpx.ut_type... yes #12 97.48 checking for struct utmp.ut_type... yes #12 97.69 checking for struct utmpx.ut_pid... yes #12 97.87 checking for struct utmp.ut_pid... yes #12 98.06 checking for struct utmp.ut_tv... yes #12 98.40 checking for struct utmpx.ut_host... yes #12 98.60 checking for struct utmp.ut_host... yes #12 98.82 checking for struct utmpx.ut_id... yes #12 99.03 checking for struct utmp.ut_id... yes #12 99.19 checking for struct utmpx.ut_session... yes #12 99.34 checking for struct utmp.ut_session... yes #12 99.53 checking for struct utmpx.ut_exit... yes #12 99.83 checking for struct utmp.ut_exit... yes #12 100.2 checking for struct utmpx.ut_exit.ut_exit... no #12 100.4 checking for struct utmpx.ut_exit.e_exit... yes #12 100.6 checking for struct utmp.ut_exit.e_exit... yes #12 100.8 checking for struct utmpx.ut_exit.ut_termination... no #12 101.1 checking for struct utmpx.ut_exit.e_termination... yes #12 101.3 checking for struct utmp.ut_exit.e_termination... yes #12 101.5 checking whether sysinfo is declared... yes #12 101.6 checking for sys/sysctl.h... yes #12 101.8 checking for sysctl... yes #12 101.9 checking whether lstat correctly handles trailing slash... yes #12 102.2 checking whether // is distinct from /... no #12 102.2 checking whether realpath works... yes #12 102.6 checking for faccessat... yes #12 102.8 checking for getcwd... yes #12 103.1 checking whether byte ordering is bigendian... no #12 103.5 checking if environ is properly declared... yes #12 103.6 checking for complete errno.h... yes #12 103.6 checking whether ctype.h defines __header_inline... no #12 103.7 checking for mode_t... yes #12 104.0 checking whether strmode is declared... no #12 104.2 checking whether getline is declared... yes #12 104.4 checking for gawk... no #12 104.4 checking for mawk... mawk #12 104.4 checking for getopt.h... (cached) yes #12 104.4 checking for getopt_long_only... yes #12 104.6 checking whether getopt is POSIX compatible... yes #12 105.3 checking for working GNU getopt function... yes #12 105.5 checking for working GNU getopt_long function... yes #12 105.7 checking whether timespec_get is declared... yes #12 105.8 checking for timespec_get... yes #12 106.0 checking for struct timeval... yes #12 106.2 checking for wide-enough struct timeval.tv_sec member... yes #12 106.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 106.4 checking whether the compiler produces multi-arch binaries... no #12 106.5 checking whether stdint.h conforms to C99... yes #12 106.9 checking whether stdint.h works without ISO C predefines... yes #12 107.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 107.2 checking whether memmem is declared... yes #12 107.4 checking whether memrchr is declared... yes #12 107.5 checking whether defines MIN and MAX... no #12 107.6 checking whether defines MIN and MAX... yes #12 107.7 checking whether time_t is signed... yes #12 107.9 checking whether alarm is declared... yes #12 108.0 checking for working mktime... no #12 108.5 checking whether struct tm is in sys/time.h or time.h... time.h #12 108.6 checking for struct tm.tm_zone... yes #12 108.7 checking for struct tm.tm_gmtoff... yes #12 108.8 checking whether is self-contained... yes #12 109.1 checking for inline... inline #12 109.2 checking for sigset_t... yes #12 109.4 checking for volatile sig_atomic_t... yes #12 109.7 checking for sighandler_t... yes #12 109.9 checking for wchar_t... yes #12 110.0 checking for good max_align_t... yes #12 110.2 checking whether NULL can be used in arbitrary expressions... yes #12 110.3 checking for unreachable... no #12 110.4 checking whether fcloseall is declared... yes #12 110.7 checking whether getw is declared... yes #12 110.9 checking whether putw is declared... yes #12 111.1 checking which flavor of printf attribute matches inttypes macros... system #12 111.2 checking whether strnlen is declared... yes #12 111.4 checking whether strtoimax is declared... yes #12 111.6 checking whether stat file-mode macros are broken... no #12 111.8 checking for nlink_t... yes #12 112.0 checking for struct timespec in ... yes #12 112.2 checking for TIME_UTC in ... yes #12 112.3 checking whether execvpe is declared... yes #12 112.5 checking whether clearerr_unlocked is declared... yes #12 112.6 checking whether feof_unlocked is declared... yes #12 112.8 checking whether ferror_unlocked is declared... yes #12 113.1 checking whether fflush_unlocked is declared... yes #12 113.3 checking whether fgets_unlocked is declared... yes #12 113.5 checking whether fputc_unlocked is declared... yes #12 113.7 checking whether fputs_unlocked is declared... yes #12 114.0 checking whether fread_unlocked is declared... yes #12 114.3 checking whether fwrite_unlocked is declared... yes #12 114.6 checking whether getc_unlocked is declared... yes #12 115.1 checking whether getchar_unlocked is declared... yes #12 115.4 checking whether putc_unlocked is declared... yes #12 115.6 checking whether putchar_unlocked is declared... yes #12 115.8 checking type of array argument to getgroups... gid_t #12 116.1 checking whether getdelim is declared... yes #12 116.3 checking whether getdtablesize is declared... yes #12 116.5 checking whether malloc is ptrdiff_t safe... yes #12 116.6 checking whether malloc, realloc, calloc set errno on failure... yes #12 116.6 checking for O_CLOEXEC... yes #12 116.8 checking for promoted mode_t type... mode_t #12 116.8 checking whether the utimes function works... yes #12 117.2 checking for C compiler option to allow warnings... -Wno-error #12 117.4 checking for alignas and alignof... yes, macros #12 117.6 checking for alloca as a compiler built-in... yes #12 117.6 checking for static_assert... yes, an macro #12 117.8 checking for __builtin_expect... yes #12 117.9 checking byteswap.h usability... yes #12 118.1 checking byteswap.h presence... yes #12 118.1 checking for byteswap.h... yes #12 118.1 checking for readlinkat... yes #12 118.3 checking for library containing clock_gettime... none required #12 118.4 checking for clock_getres... yes #12 118.6 checking for clock_gettime... yes #12 118.8 checking for clock_settime... yes #12 119.0 checking for copy_file_range... yes #12 119.2 checking for d_type member in directory struct... yes #12 119.4 checking whether // is distinct from /... (cached) no #12 119.4 checking whether dup2 works... yes #12 119.6 checking for library containing backtrace_symbols_fd... none required #12 119.8 checking for faccessat... (cached) yes #12 119.8 checking whether fchmodat works... no #12 120.1 checking for readlinkat... (cached) yes #12 120.1 checking whether fcntl handles F_DUPFD correctly... yes #12 120.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 123.5 checking whether fdopendir is declared... yes #12 123.6 checking whether fdopendir works... yes #12 123.9 checking for flexible array member... yes #12 124.1 checking for __fpending... yes #12 124.3 checking whether __fpending is declared... yes #12 124.5 checking whether free is known to preserve errno... no #12 124.6 checking whether fstatat (..., 0) works... yes #12 124.9 checking for sys/mount.h... yes #12 125.2 checking for statvfs function (SVR4)... yes #12 125.3 checking whether to use statvfs64... no #12 125.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 125.7 checking sys/fs/s5param.h usability... no #12 125.8 checking sys/fs/s5param.h presence... no #12 125.9 checking for sys/fs/s5param.h... no #12 125.9 checking sys/statfs.h usability... yes #12 126.2 checking sys/statfs.h presence... yes #12 126.2 checking for sys/statfs.h... yes #12 126.3 checking for statfs that truncates block counts... no #12 126.4 checking for futimens... yes #12 126.6 checking whether futimens works... yes #12 127.9 checking for getline... yes #12 128.0 checking for working getline function... yes #12 128.3 checking for getloadavg... yes #12 128.4 checking sys/loadavg.h usability... no #12 128.5 checking sys/loadavg.h presence... no #12 128.6 checking for sys/loadavg.h... no #12 128.6 checking whether getloadavg is declared... yes #12 128.8 checking for getrandom... yes #12 128.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 129.1 checking for gettimeofday with POSIX signature... yes #12 129.2 checking whether the compiler supports the __inline keyword... yes #12 129.4 checking gmp.h usability... yes #12 129.6 checking gmp.h presence... yes #12 129.6 checking for gmp.h... yes #12 129.7 checking for library containing __gmpz_roinit_n... -lgmp #12 130.0 checking for memmem... yes #12 130.2 checking whether memmem works... yes #12 130.3 checking for mempcpy... yes #12 130.5 checking for memrchr... yes #12 130.7 checking for memset_explicit... no #12 130.9 checking for explicit_memset... no #12 131.1 checking for mkostemp... yes #12 131.4 checking for library containing nanosleep... none required #12 131.7 checking for working nanosleep... no (mishandles large arguments) #12 132.9 checking for sys/pstat.h... no #12 133.1 checking for sys/sysmp.h... no #12 133.2 checking for sys/param.h... (cached) yes #12 133.2 checking for sys/sysctl.h... (cached) yes #12 133.2 checking for sched_getaffinity_np... no #12 133.5 checking for pstat_getdynamic... no #12 133.8 checking for sysmp... no #12 134.0 checking for sysctl... (cached) yes #12 134.1 checking for sched_getaffinity... yes #12 134.2 checking for glibc compatible sched_getaffinity... yes #12 134.3 checking for pipe2... yes #12 134.5 checking whether signature of pselect conforms to POSIX... yes #12 134.7 checking whether pselect detects invalid fds... yes #12 135.0 checking whether pthread_sigmask is a macro... no #12 135.2 checking whether pthread_sigmask returns error numbers... yes #12 135.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 137.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 138.1 checking whether readlink signature is correct... yes #12 138.2 checking whether readlink handles trailing slash correctly... yes #12 138.4 checking whether readlink truncates results correctly... yes #12 138.6 checking for readlinkat... (cached) yes #12 138.6 checking whether readlinkat signature is correct... yes #12 138.7 checking for working re_compile_pattern... no #12 140.1 checking libintl.h usability... yes #12 140.3 checking libintl.h presence... yes #12 140.3 checking for libintl.h... yes #12 140.4 checking whether isblank is declared... yes #12 140.5 checking for sig2str... no #12 140.7 checking for sigdescr_np... no #12 140.9 checking for socklen_t... yes #12 141.2 checking for ssize_t... yes #12 141.3 checking for struct stat.st_atim.tv_nsec... yes #12 141.5 checking whether struct stat.st_atim is of type struct timespec... yes #12 141.6 checking for struct stat.st_birthtimespec.tv_nsec... no #12 141.8 checking for struct stat.st_birthtimensec... no #12 142.0 checking for struct stat.st_birthtim.tv_nsec... no #12 142.3 checking for bool, true, false... no #12 142.3 checking for stpcpy... yes #12 142.5 checking for working strnlen... yes #12 142.7 checking whether strtoimax works... yes #12 143.0 checking whether symlink handles trailing slash correctly... yes #12 143.2 checking whether localtime_r is declared... yes #12 143.4 checking whether localtime_r is compatible with its POSIX signature... yes #12 143.5 checking whether localtime works even near extrema... yes #12 143.8 checking for timezone_t... no #12 143.9 checking for timegm... yes #12 144.2 checking whether timer_settime is declared... yes #12 144.3 checking for library containing timer_settime... -lrt #12 144.7 checking for timer_settime... yes #12 145.0 checking for utimensat... yes #12 145.2 checking whether utimensat works... yes #12 146.4 checking for variable-length arrays... yes #12 146.6 checking whether getdtablesize works... yes #12 146.8 checking for __mktime_internal... no #12 147.0 checking for timer_getoverrun... yes #12 147.2 checking for gcc option to disable position independent executables... not needed #12 147.2 checking for __ctype_get_mb_cur_max... yes #12 147.4 checking whether MB_CUR_MAX is defined to function that won't link... no #12 147.4 #12 147.4 Configured for 'x86_64-pc-linux-gnu'. #12 147.4 #12 147.4 Where should the build process find the source code? . #12 147.4 What compiler should emacs be built with? gcc -g3 -O2 #12 147.4 Should Emacs use the GNU version of malloc? no #12 147.4 (The GNU allocators don't work with this system configuration.) #12 147.4 Should Emacs use a relocating allocator for buffers? no #12 147.4 Should Emacs use mmap(2) for buffer allocation? no #12 147.4 What window system should Emacs use? none #12 147.4 What toolkit should Emacs use? none #12 147.4 Where do we find X Windows header files? NONE #12 147.4 Where do we find X Windows libraries? NONE #12 147.5 Does Emacs use -lXaw3d? no #12 147.5 Is Emacs being built for Android? no #12 147.5 Does Emacs use the X Double Buffer Extension? no #12 147.5 Does Emacs use -lXpm? no #12 147.5 Does Emacs use -ljpeg? no #12 147.5 Does Emacs use -ltiff? no #12 147.5 Does Emacs use a gif library? no #12 147.5 Does Emacs use a png library? no #12 147.5 Does Emacs use -lrsvg-2? no #12 147.5 Does Emacs use -lwebp? no #12 147.5 Does Emacs use -lsqlite3? no #12 147.5 Does Emacs use cairo? no #12 147.5 Does Emacs use -llcms2? no #12 147.5 Does Emacs use imagemagick? no #12 147.5 Does Emacs use native APIs for images? no #12 147.5 Does Emacs support sound? yes #12 147.5 Does Emacs use -lgpm? no #12 147.5 Does Emacs use -ldbus? yes #12 147.5 Does Emacs use -lgconf? no #12 147.5 Does Emacs use GSettings? no #12 147.5 Does Emacs use a file notification library? yes (inotify) #12 147.5 Does Emacs use access control lists? yes -lacl -lattr #12 147.5 Does Emacs use -lselinux? no #12 147.5 Does Emacs use -lgnutls? yes #12 147.5 Does Emacs use -lxml2? no #12 147.5 Does Emacs use -lfreetype? no #12 147.5 Does Emacs use HarfBuzz? no #12 147.5 Does Emacs use -lm17n-flt? no #12 147.5 Does Emacs use -lotf? no #12 147.5 Does Emacs use -lxft? no #12 147.5 Does Emacs use -lsystemd? no #12 147.5 Does Emacs use -ljansson? no #12 147.5 Does Emacs use -ltree-sitter? no #12 147.5 Does Emacs use the GMP library? yes #12 147.5 Does Emacs directly use zlib? no #12 147.5 Does Emacs have dynamic modules support? yes #12 147.5 Does Emacs use toolkit scroll bars? no #12 147.5 Does Emacs support Xwidgets? no #12 147.5 Does Emacs have threading support in lisp? yes #12 147.5 Does Emacs support the portable dumper? yes #12 147.5 Does Emacs support legacy unexec dumping? no #12 147.5 Which dumping strategy does Emacs use? pdumper #12 147.5 Does Emacs have native lisp compiler? no #12 147.5 Does Emacs use version 2 of the X Input Extension? no #12 147.5 Does Emacs generate a smaller-size Japanese dictionary? no #12 147.5 #12 147.5 #12 148.1 configure: creating ./config.status #12 148.6 config.status: creating src/verbose.mk #12 148.7 config.status: creating src/emacs-module.h #12 148.8 config.status: creating Makefile #12 148.9 config.status: creating lib/gnulib.mk #12 149.0 config.status: creating ./doc/man/emacs.1 #12 149.1 config.status: creating lib/Makefile #12 149.1 config.status: creating lib-src/Makefile #12 149.2 config.status: creating oldXMenu/Makefile #12 149.3 config.status: creating src/Makefile #12 149.4 config.status: creating lwlib/Makefile #12 149.5 config.status: creating nextstep/Makefile #12 149.6 config.status: creating nt/Makefile #12 149.7 config.status: creating doc/emacs/Makefile #12 149.7 config.status: creating doc/misc/Makefile #12 149.8 config.status: creating doc/lispintro/Makefile #12 149.9 config.status: creating doc/lispref/Makefile #12 150.0 config.status: creating lisp/Makefile #12 150.1 config.status: creating leim/Makefile #12 150.2 config.status: creating test/Makefile #12 150.2 config.status: creating test/manual/noverlay/Makefile #12 150.3 config.status: creating test/infra/Makefile #12 150.4 config.status: creating admin/charsets/Makefile #12 150.5 config.status: creating admin/unidata/Makefile #12 150.6 config.status: creating admin/grammars/Makefile #12 150.7 config.status: creating java/Makefile #12 150.7 config.status: creating cross/Makefile #12 150.8 config.status: creating java/AndroidManifest.xml #12 150.9 config.status: creating src/config.h #12 151.0 config.status: executing src/epaths.h commands #12 151.1 config.status: executing src/.gdbinit commands #12 151.1 config.status: executing doc/emacs/emacsver.texi commands #12 151.2 config.status: executing etc-refcards-emacsver.tex commands #12 151.3 configure: WARNING: This configuration installs a 'movemail' program #12 151.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 151.3 installed a 'movemail' program that retrieved POP3 email via only #12 151.3 insecure channels, a practice that is no longer recommended but that #12 151.3 you can continue to support by using './configure --with-pop'. #12 151.3 configure: You might want to install GNU Mailutils #12 151.3 and use './configure --with-mailutils'. #12 DONE 152.2s #11 [emacs-inotify 6/6] RUN make bootstrap #11 1.080 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 1.101 make[1]: Entering directory '/checkout' #11 1.227 make bootstrap-clean #11 1.242 make[2]: Entering directory '/checkout' #11 1.376 make -C src bootstrap-clean #11 1.395 make[3]: Entering directory '/checkout/src' #11 1.395 GEN /checkout/src/lisp.mk #11 1.821 rm -f android-emacs libemacs.so #11 1.828 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 1.834 rm -f dmpstruct.h #11 1.839 rm -f emacs.pdmp #11 1.843 rm -f ../etc/DOC #11 1.848 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 1.852 rm -f emacs-30.0.50 #11 1.857 rm -f buildobj.h #11 1.862 rm -f globals.h gl-stamp #11 1.866 rm -f ./*.res ./*.tmp #11 1.872 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 1.878 rm -f ../etc/DOC* #11 1.882 rm -f deps/* #11 1.894 rm -f emacs-module.h epaths.h config.h config.stamp #11 1.900 if test -f ./.gdbinit; then \ #11 1.900 mv ./.gdbinit ./.gdbinit.save; \ #11 1.900 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 1.900 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 1.900 fi #11 1.932 make[3]: Leaving directory '/checkout/src' #11 1.932 make -C oldXMenu bootstrap-clean #11 1.946 make[3]: Entering directory '/checkout/oldXMenu' #11 1.946 rm -f libXMenu11.a ./*.o deps/* #11 1.952 rm -f Makefile #11 1.955 rm -fr deps #11 1.957 make[3]: Leaving directory '/checkout/oldXMenu' #11 1.957 make -C lwlib bootstrap-clean #11 1.969 make[3]: Entering directory '/checkout/lwlib' #11 1.969 rm -f ./*.o liblw.a \#* deps/* #11 1.972 rm -f Makefile #11 1.974 rm -fr deps #11 1.975 rm -f TAGS #11 1.977 make[3]: Leaving directory '/checkout/lwlib' #11 1.978 make -C lib bootstrap-clean #11 2.099 make[3]: Entering directory '/checkout/lib' #11 2.099 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 2.110 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 #11 2.118 rm -f Makefile Makefile.android #11 2.123 rm -fr deps #11 2.129 make[3]: Leaving directory '/checkout/lib' #11 2.133 make -C lib-src bootstrap-clean #11 2.145 make[3]: Entering directory '/checkout/lib-src' #11 2.145 rm -f core ./*.o ./*.res #11 2.151 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 2.157 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 2.162 rm -f TAGS Makefile blessmail Makefile.android #11 2.168 make[3]: Leaving directory '/checkout/lib-src' #11 2.169 make -C nt bootstrap-clean #11 2.180 make[3]: Entering directory '/checkout/nt' #11 2.180 rm -f core *.o *.res #11 2.183 rm -f runemacs addpm cmdproxy ddeclient #11 2.185 rm -f TAGS Makefile *.rc #11 2.188 true #11 2.197 make[3]: Leaving directory '/checkout/nt' #11 2.199 make -C doc/emacs bootstrap-clean #11 2.207 make[3]: Entering directory '/checkout/doc/emacs' #11 2.207 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 2.207 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 2.221 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 2.228 rm -f Makefile #11 2.234 rm -f \ #11 2.234 ./../../info/emacs.info \ #11 2.234 ./../../info/emacs.info-[1-9] \ #11 2.234 ./../../info/emacs.info-[1-9][0-9] #11 2.240 rm -f ./emacsver.texi TAGS #11 2.244 make[3]: Leaving directory '/checkout/doc/emacs' #11 2.246 make -C doc/misc bootstrap-clean #11 2.255 make[3]: Entering directory '/checkout/doc/misc' #11 2.255 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 2.255 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 2.255 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 2.262 rm -f gnustmp* #11 2.267 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 2.271 rm -f Makefile #11 2.276 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 \ #11 2.276 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 2.276 rm -f \ #11 2.276 ./../../info/${file} \ #11 2.276 ./../../info/${file}-[1-9] \ #11 2.276 ./../../info/${file}-[1-9][0-9]; \ #11 2.276 done #11 3.096 rm -f ./modus-themes.texi ./org.texi #11 3.109 rm -f TAGS #11 3.114 make[3]: Leaving directory '/checkout/doc/misc' #11 3.119 make -C doc/lispref bootstrap-clean #11 3.124 make[3]: Entering directory '/checkout/doc/lispref' #11 3.124 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 3.124 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 3.131 rm -f elisp[12]* vol[12].tmp #11 3.143 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 3.152 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 3.162 rm -f Makefile #11 3.167 rm -f \ #11 3.167 ./../../info/elisp.info \ #11 3.167 ./../../info/elisp.info-[1-9] \ #11 3.167 ./../../info/elisp.info-[1-9][0-9] #11 3.175 rm -f ./../../info/elisp_type_hierarchy.txt ./../../info/elisp_type_hierarchy.jpg #11 3.185 rm -f TAGS #11 3.189 make[3]: Leaving directory '/checkout/doc/lispref' #11 3.189 make -C doc/lispintro bootstrap-clean #11 3.198 make[3]: Entering directory '/checkout/doc/lispintro' #11 3.198 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 3.198 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 3.209 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 3.214 rm -f Makefile #11 3.219 rm -f \ #11 3.219 ./../../info/eintr.info \ #11 3.219 ./../../info/eintr.info-[1-9] #11 3.227 rm -f TAGS #11 3.232 make[3]: Leaving directory '/checkout/doc/lispintro' #11 3.232 make -C test bootstrap-clean #11 3.242 make[3]: Entering directory '/checkout/test' #11 3.362 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 3.385 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 3.404 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 3.410 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 3.410 src/emacs-module-resources/*.dll gmp.h #11 3.416 find . -name '*.elc' -delete #11 3.446 make[3]: Leaving directory '/checkout/test' #11 3.453 make -C java bootstrap-clean #11 3.611 make[3]: Entering directory '/checkout/java' #11 3.612 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 3.619 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 3.626 find . -name '*.class' -delete #11 3.637 rm -f Makefile ndk-build.mk #11 3.646 make[3]: Leaving directory '/checkout/java' #11 3.649 make -C cross bootstrap-clean #11 3.658 make[3]: Entering directory '/checkout/cross' #11 3.658 for dir in src lib-src lib etc; do \ #11 3.658 find $dir -type f -delete; \ #11 3.658 done #11 3.680 rm -rf lib/config.h lib-src/config.h #11 3.682 if test -f ndk-build/Makefile; then \ #11 3.682 make -C ndk-build clean; \ #11 3.682 fi #11 3.683 for dir in src lib-src lib etc; do \ #11 3.683 find $dir -type l -delete; \ #11 3.683 done #11 3.696 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 3.698 rm -rf ndk-build/ndk-build.mk Makefile #11 3.700 make[3]: Leaving directory '/checkout/cross' #11 3.701 make -C nextstep bootstrap-clean #11 3.710 make[3]: Entering directory '/checkout/nextstep' #11 3.710 rm -rf #11 3.714 rm -f Makefile #11 3.719 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 3.719 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 3.719 Cocoa/Emacs.base/Contents/Info.plist \ #11 3.719 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 3.725 make[3]: Leaving directory '/checkout/nextstep' #11 3.725 make -C admin/charsets bootstrap-clean #11 3.738 make[3]: Entering directory '/checkout/admin/charsets' #11 3.738 make[3]: Nothing to be done for 'bootstrap-clean'. #11 3.738 make[3]: Leaving directory '/checkout/admin/charsets' #11 3.739 make -C admin/unidata bootstrap-clean #11 3.752 make[3]: Entering directory '/checkout/admin/unidata' #11 3.790 rm -f ./*.elc unidata.txt #11 3.801 make[3]: Leaving directory '/checkout/admin/unidata' #11 3.801 make -C leim bootstrap-clean #11 3.811 make[3]: Entering directory '/checkout/leim' #11 3.811 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 #11 3.822 make[3]: Leaving directory '/checkout/leim' #11 3.822 make -C lisp bootstrap-clean #11 3.829 make[3]: Entering directory '/checkout/lisp' #11 3.876 find . -name '*.elc' -delete #11 3.885 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 3.894 make[3]: Leaving directory '/checkout/lisp' #11 3.894 make -C admin/grammars bootstrap-clean #11 3.901 make[3]: Entering directory '/checkout/admin/grammars' #11 3.901 make[3]: Nothing to be done for 'bootstrap-clean'. #11 3.901 make[3]: Leaving directory '/checkout/admin/grammars' #11 3.902 [ ! -f config.log ] || mv -f config.log config.log~ #11 4.026 rm -rf ./info #11 4.032 rm -f ./etc/refcards/emacsver.tex #11 4.046 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 4.046 rm -fr autom4te.cache config.cache #11 4.058 rm -f config.log ./doc/man/emacs.1 #11 4.068 make[2]: Leaving directory '/checkout' #11 4.070 cd . && ./autogen.sh autoconf #11 4.122 Checking whether you have the necessary tools... #11 4.122 (Read INSTALL.REPO for more details on building Emacs) #11 4.127 Checking for autoconf (need at least version 2.65) ... ok #11 4.196 Your system has the required tools. #11 4.381 Running 'autoreconf -fi -I m4' ... #11 18.59 Building 'aclocal.m4' in exec ... #11 18.59 Running 'autoreconf -fi' in exec ... #11 21.91 You can now run './autogen.sh git'. #11 21.91 make MAKEFILE_NAME=force-Makefile force-Makefile #11 21.92 make[2]: Entering directory '/checkout' #11 21.94 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 22.05 if [ -x ./config.status ]; then \ #11 22.05 ./config.status --recheck; \ #11 22.05 else \ #11 22.05 ./configure --cache-file=/dev/null; \ #11 22.05 fi #11 22.18 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #11 22.49 checking for xcrun... no #11 22.50 checking for GNU Make... make #11 22.54 checking build system type... x86_64-pc-linux-gnu #11 22.80 checking host system type... x86_64-pc-linux-gnu #11 22.83 checking for gcc... gcc #11 22.94 checking whether the C compiler works... yes #11 23.12 checking for C compiler default output file name... a.out #11 23.13 checking for suffix of executables... #11 23.29 checking whether we are cross compiling... no #11 23.45 checking for suffix of object files... o #11 23.56 checking whether we are using the GNU C compiler... yes #11 23.64 checking whether gcc accepts -g... yes #11 23.73 checking for gcc option to enable C11 features... none needed #11 23.97 checking whether the compiler is clang... no #11 24.06 checking for compiler option needed when checking for declarations... none #11 24.06 checking whether gcc and cc understand -c and -o together... yes #11 24.43 checking how to run the C preprocessor... gcc -E #11 24.65 checking for grep that handles long lines and -e... /bin/grep #11 24.67 checking for egrep... /bin/grep -E #11 24.68 checking for ANSI C header files... yes #11 25.06 checking for sys/types.h... yes #11 25.21 checking for sys/stat.h... yes #11 25.36 checking for stdlib.h... yes #11 25.47 checking for string.h... yes #11 25.59 checking for memory.h... yes #11 25.68 checking for strings.h... yes #11 25.81 checking for inttypes.h... yes #11 25.93 checking for stdint.h... yes #11 26.08 checking for unistd.h... yes #11 26.21 checking for wchar.h... yes #11 26.37 checking for minix/config.h... no #11 26.50 checking for linux/fs.h... yes #11 26.67 checking for malloc.h... yes #11 26.78 checking for sys/systeminfo.h... no #11 26.88 checking for sys/sysinfo.h... yes #11 27.03 checking for coff.h... no #11 27.13 checking for pty.h... yes #11 27.28 checking for sys/resource.h... yes #11 27.39 checking for sys/utsname.h... yes #11 27.54 checking for pwd.h... yes #11 27.67 checking for util.h... no #11 27.76 checking for sanitizer/lsan_interface.h... yes #11 27.93 checking for sanitizer/asan_interface.h... yes #11 28.08 checking for sanitizer/common_interface_defs.h... yes #11 28.21 checking for sys/socket.h... yes #11 28.38 checking for stdlib.h... (cached) yes #11 28.40 checking for unistd.h... (cached) yes #11 28.43 checking for sys/param.h... yes #11 28.63 checking for pthread.h... yes #11 28.85 checking for malloc/malloc.h... no #11 28.96 checking for sys/un.h... yes #11 29.12 checking for utmp.h... yes #11 29.31 checking for utmpx.h... yes #11 29.45 checking for OS.h... no #11 29.58 checking for dirent.h... yes #11 29.78 checking for execinfo.h... yes #11 29.97 checking for linux/xattr.h... yes #11 30.13 checking for stdio_ext.h... yes #11 30.34 checking for sys/vfs.h... yes #11 30.53 checking for sys/fs_types.h... no #11 30.67 checking for getopt.h... yes #11 30.82 checking for sys/cdefs.h... yes #11 31.00 checking for sys/time.h... yes #11 31.23 checking for ieee754.h... yes #11 31.48 checking for limits.h... yes #11 31.66 checking for inttypes.h... (cached) yes #11 31.69 checking for sys/types.h... (cached) yes #11 31.71 checking for stdint.h... (cached) yes #11 31.75 checking for sys/select.h... yes #11 31.94 checking for stdbool.h... yes #11 32.11 checking for stdckdint.h... no #11 32.24 checking for sys/random.h... yes #11 32.42 checking for sys/stat.h... (cached) yes #11 32.43 checking whether it is safe to define __EXTENSIONS__... yes #11 32.59 checking whether _XOPEN_SOURCE should be defined... no #11 32.69 checking for Minix Amsterdam compiler... no #11 32.75 checking for ar... ar #11 32.75 checking for ranlib... ranlib #11 32.75 checking for gcc option to enable large file support... none needed #11 32.95 checking for gcc option for timestamps after 2038... none needed #11 33.07 checking for g++... g++ #11 33.15 checking whether we are using the GNU C++ compiler... yes #11 33.25 checking whether g++ accepts -g... yes #11 33.40 checking for g++ option to enable C++11 features... none needed #11 51.97 checking how to run the C++ preprocessor... g++ -E #11 52.19 checking whether gcc accepts -g3 -O2... yes #11 52.37 checking whether the compiler is clang... no #11 52.48 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 52.58 checking whether -Wno-missing-field-initializers is needed... yes #11 52.74 checking whether -Wuninitialized is supported... yes #11 52.85 checking whether C compiler handles -fstrict-flex-arrays... no #11 52.93 checking whether C compiler handles -Wall... yes #11 53.13 checking whether C compiler handles -Warith-conversion... yes #11 53.32 checking whether C compiler handles -Wdate-time... yes #11 53.52 checking whether C compiler handles -Wdisabled-optimization... yes #11 53.67 checking whether C compiler handles -Wdouble-promotion... yes #11 53.80 checking whether C compiler handles -Wduplicated-cond... yes #11 53.94 checking whether C compiler handles -Wextra... yes #11 54.07 checking whether C compiler handles -Wformat-signedness... yes #11 54.21 checking whether C compiler handles -Winit-self... yes #11 54.35 checking whether C compiler handles -Winvalid-pch... yes #11 54.51 checking whether C compiler handles -Wlogical-op... yes #11 54.65 checking whether C compiler handles -Wmissing-declarations... yes #11 54.85 checking whether C compiler handles -Wmissing-include-dirs... yes #11 55.02 checking whether C compiler handles -Wmissing-prototypes... yes #11 55.16 checking whether C compiler handles -Wnested-externs... yes #11 55.35 checking whether C compiler handles -Wnull-dereference... yes #11 55.52 checking whether C compiler handles -Wold-style-definition... yes #11 55.72 checking whether C compiler handles -Wopenmp-simd... yes #11 55.88 checking whether C compiler handles -Wpacked... yes #11 56.08 checking whether C compiler handles -Wpointer-arith... yes #11 56.23 checking whether C compiler handles -Wstrict-flex-arrays... no #11 56.32 checking whether C compiler handles -Wstrict-prototypes... yes #11 56.51 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 56.69 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 56.86 checking whether C compiler handles -Wsuggest-final-methods... yes #11 57.04 checking whether C compiler handles -Wsuggest-final-types... yes #11 57.26 checking whether C compiler handles -Wtrampolines... yes #11 57.41 checking whether C compiler handles -Wuninitialized... yes #11 57.58 checking whether C compiler handles -Wunknown-pragmas... yes #11 57.77 checking whether C compiler handles -Wunused-macros... yes #11 57.98 checking whether C compiler handles -Wvariadic-macros... yes #11 58.19 checking whether C compiler handles -Wvector-operation-performance... yes #11 58.37 checking whether C compiler handles -Wwrite-strings... yes #11 58.58 checking whether C compiler handles -Warray-bounds=2... yes #11 58.77 checking whether C compiler handles -Wattribute-alias=2... yes #11 58.89 checking whether C compiler handles -Wformat=2... yes #11 59.02 checking whether C compiler handles -Wformat-truncation=2... yes #11 59.15 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 59.37 checking whether C compiler handles -Wshift-overflow=2... yes #11 59.49 checking whether C compiler handles -Wuse-after-free=3... no #11 59.56 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 59.75 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 59.92 checking whether C compiler handles -Wredundant-decls... yes #11 60.12 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 60.12 checking whether C compiler handles -Wno-override-init... yes #11 60.32 checking whether C compiler handles -Wno-sign-compare... yes #11 60.49 checking whether C compiler handles -Wno-type-limits... yes #11 60.68 checking whether C compiler handles -Wno-unused-parameter... yes #11 60.83 checking whether C compiler handles -Wno-format-nonliteral... yes #11 60.97 checking whether C compiler handles -Wno-bidi-chars... no #11 61.02 checking for a BSD-compatible install... /usr/bin/install -c #11 61.06 checking command to symlink files in the same directory... ln -s #11 61.07 checking for install-info... : #11 61.08 checking for gzip... /bin/gzip #11 61.08 checking for 'find' args to delete a file... -delete #11 61.09 checking for brew... no #11 61.45 checking for -znocombreloc... not needed #11 61.45 checking whether addresses are sanitized... no #11 61.52 checking for math library... -lm #11 62.11 checking for struct passwd.pw_gecos... yes #11 62.22 checking for pkg-config... /usr/bin/pkg-config #11 62.23 checking pkg-config is at least version 0.9.0... yes #11 62.25 checking for machine/soundcard.h... no #11 62.32 checking for sys/soundcard.h... yes #11 62.48 checking for soundcard.h... no #11 62.57 checking for mmsystem.h... no #11 62.64 checking for _oss_ioctl in -lossaudio... no #11 62.78 checking for alsa >= 1.0.0... no #11 62.81 checking for ADDR_NO_RANDOMIZE... yes #11 62.92 checking if Linux sysinfo may be used... yes #11 63.14 checking for sys/wait.h that is POSIX.1 compatible... yes #11 63.26 checking for net/if.h... yes #11 63.43 checking for ifaddrs.h... yes #11 63.62 checking for net/if_dl.h... no #11 63.77 checking for struct ifreq.ifr_flags... yes #11 63.98 checking for struct ifreq.ifr_hwaddr... yes #11 64.33 checking for struct ifreq.ifr_netmask... yes #11 64.68 checking for struct ifreq.ifr_broadaddr... yes #11 65.06 checking for struct ifreq.ifr_addr... yes #11 65.48 checking for struct ifreq.ifr_addr.sa_len... no #11 65.85 checking whether gcc understands -MMD -MF... yes #11 65.97 checking for X... no #11 66.22 checking for X... false #11 66.22 checking whether malloc is Doug Lea style... no #11 66.35 checking for sbrk... yes #11 66.58 checking for __lsan_ignore_object... no #11 66.84 checking for fchmod... yes #11 67.06 checking for utmpname... yes #11 67.34 checking for utmpxname... yes #11 67.56 checking for canonicalize_file_name... yes #11 67.81 checking for realpath... yes #11 68.00 checking for lstat... yes #11 68.22 checking for fchmodat... yes #11 68.51 checking for lchmod... no #11 68.62 checking for fcntl... yes #11 68.89 checking for fdopendir... yes #11 69.09 checking for listxattr... yes #11 69.34 checking for fstatat... yes #11 69.57 checking for fsync... yes #11 69.77 checking for gettimeofday... yes #11 69.93 checking for memset_s... no #11 70.15 checking for pselect... yes #11 70.37 checking for readlink... yes #11 70.64 checking for isblank... yes #11 70.91 checking for iswctype... yes #11 71.13 checking for strtoimax... yes #11 71.31 checking for symlink... yes #11 71.49 checking for localtime_r... yes #11 71.72 checking for getdtablesize... yes #11 71.99 checking for getpagesize... yes #11 72.20 checking for working mmap... yes #11 72.53 checking for main in -lXbsd... no #11 72.66 checking for pthread library... -lpthread #11 73.11 checking for thread support... yes #11 73.11 checking for sqlite3_open_v2 in -lsqlite3... no #11 73.24 checking for getaddrinfo_a in -lanl... yes #11 73.44 checking for malloc_trim... yes #11 73.59 checking for dbus-1 >= 1.0... yes #11 73.65 checking for dbus_watch_get_unix_fd... yes #11 73.93 checking for dbus_type_is_valid... yes #11 74.23 checking for dbus_validate_bus_name... yes #11 74.52 checking for dbus_validate_path... yes #11 74.83 checking for dbus_validate_interface... yes #11 75.15 checking for dbus_validate_member... yes #11 75.44 checking for lgetfilecon in -lselinux... no #11 75.58 checking for gnutls >= 2.12.2... yes #11 75.61 checking for libsystemd >= 222... no #11 75.63 checking for jansson >= 2.7... no #11 75.66 checking for tree-sitter >= 0.20.2... no #11 75.68 checking for tree-sitter >= 0.6.3... no #11 75.70 checking sys/inotify.h usability... yes #11 75.87 checking sys/inotify.h presence... yes #11 75.92 checking for sys/inotify.h... yes #11 75.93 checking for inotify_init... yes #11 76.12 checking for inotify_init1... yes #11 76.44 checking for lcms2... no #11 76.48 checking for library containing inflateEnd... no #11 76.90 checking for dladdr... yes #11 77.09 checking for dlfunc... no #11 77.27 checking for gcc_jit_context_acquire in -lgccjit... no #11 77.38 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 77.38 found. #11 77.38 Please try installing libgccjit or a similar package if you want to have it #11 77.38 enabled. #11 77.38 checking libgccjit.h usability... no #11 77.49 checking libgccjit.h presence... no #11 77.54 checking for libgccjit.h... no #11 77.55 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 77.55 were not found. #11 77.55 Please try installing libgccjit-dev or a similar package if you want to have it #11 77.55 enabled. #11 77.55 checking gpm.h usability... no #11 77.69 checking gpm.h presence... no #11 77.73 checking for gpm.h... no #11 77.74 checking for libxml-2.0 > 2.6.17... no #11 77.76 checking for maillock in -lmail... no #11 77.89 checking for maillock in -llockfile... no #11 78.00 checking for liblockfile.so... no #11 78.01 checking maillock.h usability... no #11 78.16 checking maillock.h presence... no #11 78.21 checking for maillock.h... no #11 78.23 checking linux/seccomp.h usability... yes #11 78.40 checking linux/seccomp.h presence... yes #11 78.46 checking for linux/seccomp.h... yes #11 78.52 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 78.63 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 78.79 checking linux/filter.h usability... yes #11 78.92 checking linux/filter.h presence... yes #11 78.96 checking for linux/filter.h... yes #11 78.99 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 79.02 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 79.02 checking for libseccomp >= 2.5.2... no #11 79.05 checking size of long... 8 #11 79.26 checking for accept4... yes #11 79.44 checking for fchdir... yes #11 79.66 checking for gethostname... yes #11 79.86 checking for getrusage... yes #11 80.03 checking for get_current_dir_name... yes #11 80.21 checking for lrand48... yes #11 80.45 checking for random... yes #11 80.67 checking for rint... yes #11 80.96 checking for tcdrain... yes #11 81.25 checking for trunc... yes #11 81.47 checking for select... yes #11 81.71 checking for getpagesize... (cached) yes #11 81.74 checking for setlocale... yes #11 81.97 checking for newlocale... yes #11 82.20 checking for getrlimit... yes #11 82.42 checking for setrlimit... yes #11 82.62 checking for shutdown... yes #11 82.87 checking for pthread_sigmask... (cached) yes #11 82.90 checking for strsignal... yes #11 83.15 checking for setitimer... yes #11 83.31 checking for sendto... yes #11 83.49 checking for recvfrom... yes #11 83.67 checking for getsockname... yes #11 83.90 checking for getifaddrs... yes #11 84.16 checking for freeifaddrs... yes #11 84.38 checking for gai_strerror... yes #11 84.62 checking for sync... yes #11 84.81 checking for endpwent... yes #11 85.06 checking for getgrent... yes #11 85.28 checking for endgrent... yes #11 85.50 checking for cfmakeraw... yes #11 85.66 checking for cfsetspeed... yes #11 85.86 checking for __executable_start... yes #11 86.06 checking for log2... yes #11 86.34 checking for pthread_setname_np... yes #11 86.52 checking for pthread_set_name_np... no #11 86.75 checking for getpwent... yes #11 86.91 checking for renameat2... yes #11 87.04 checking whether pthread_setname_np takes a single argument... no #11 87.11 checking whether pthread_setname_np takes three arguments... no #11 87.25 checking for aligned_alloc... yes #11 87.45 checking whether aligned_alloc is declared... yes #11 87.62 checking for posix_madvise... yes #11 87.81 checking for madvise... yes #11 87.99 checking for __builtin_frame_address... yes #11 88.16 checking for __builtin_unwind_init... yes #11 88.30 checking for _LARGEFILE_SOURCE value needed for large files... no #11 88.55 checking for grantpt... yes #11 88.76 checking for getpt... yes #11 89.00 checking for posix_openpt... yes #11 89.23 checking for library containing tputs... -ltinfo #11 89.58 checking whether -ltinfo library defines BC... yes #11 89.74 checking for timerfd interface... yes #11 89.83 checking whether signals can be handled on alternate stack... yes #11 89.96 checking valgrind/valgrind.h usability... no #11 90.11 checking valgrind/valgrind.h presence... no #11 90.16 checking for valgrind/valgrind.h... no #11 90.16 checking for struct unipair.unicode... yes #11 90.25 checking for pid_t... yes #11 90.51 checking vfork.h usability... no #11 90.62 checking vfork.h presence... no #11 90.66 checking for vfork.h... no #11 90.68 checking for fork... yes #11 90.99 checking for vfork... yes #11 91.21 checking for working fork... yes #11 91.48 checking for working vfork... (cached) yes #11 91.49 checking for snprintf... yes #11 91.70 checking for open_memstream... yes #11 91.86 checking spawn.h usability... yes #11 92.03 checking spawn.h presence... yes #11 92.09 checking for spawn.h... yes #11 92.11 checking for posix_spawn... yes #11 92.29 checking for posix_spawn_file_actions_addchdir... no #11 92.47 checking for posix_spawn_file_actions_addchdir_np... yes #11 92.63 checking for posix_spawnattr_setflags... yes #11 92.88 checking whether POSIX_SPAWN_SETSID is declared... yes #11 92.97 checking whether GLib is linked in... no #11 93.05 checking for nl_langinfo and CODESET... yes #11 93.21 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 93.39 checking for mbstate_t... yes #11 93.55 checking for signals via characters... yes #11 93.70 checking for _setjmp... yes #11 93.86 checking for sigsetjmp... yes #11 94.03 checking POSIX termios... yes #11 94.24 checking size of speed_t... 4 #11 94.44 checking for usable FIONREAD... yes #11 94.58 checking for usable SIGIO... yes #11 94.72 checking for struct alignment... yes #11 94.81 checking for C/C++ restrict keyword... __restrict__ #11 94.91 checking for typeof syntax and keyword spelling... typeof #11 94.97 checking for statement expressions... yes #11 95.05 checking whether malloc (0) returns nonnull... yes #11 95.26 checking sys/acl.h usability... yes #11 95.40 checking sys/acl.h presence... yes #11 95.44 checking for sys/acl.h... yes #11 95.44 checking for library containing acl_get_file... -lacl #11 95.90 checking for acl_get_file... yes #11 96.15 checking for acl_get_fd... yes #11 96.37 checking for acl_set_file... yes #11 96.55 checking for acl_set_fd... yes #11 96.78 checking for acl_free... yes #11 97.02 checking for acl_from_mode... yes #11 97.19 checking for acl_from_text... yes #11 97.42 checking for acl_delete_def_file... yes #11 97.67 checking for acl_extended_file... yes #11 97.86 checking for acl_delete_fd_np... no #11 98.05 checking for acl_delete_file_np... no #11 98.23 checking for acl_copy_ext_native... no #11 98.43 checking for acl_create_entry_np... no #11 98.61 checking for acl_to_short_text... no #11 98.78 checking for acl_free_text... no #11 98.94 checking for working acl_get_file... yes #11 99.15 checking acl/libacl.h usability... yes #11 99.30 checking acl/libacl.h presence... yes #11 99.35 checking for acl/libacl.h... yes #11 99.35 checking for acl_entries... yes #11 99.54 checking for ACL_FIRST_ENTRY... yes #11 99.64 checking for ACL_TYPE_EXTENDED... no #11 99.71 checking for working alloca.h... yes #11 99.84 checking for alloca... yes #11 99.96 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 99.97 checking whether the preprocessor supports include_next... yes #11 100.1 checking whether source code line length is unlimited... yes #11 100.1 checking whether endutent is declared... yes #11 100.3 checking for struct utmpx.ut_user... yes #11 100.5 checking for struct utmp.ut_user... yes #11 100.6 checking for struct utmpx.ut_name... yes #11 100.8 checking for struct utmp.ut_name... yes #11 101.1 checking for struct utmpx.ut_type... yes #11 101.3 checking for struct utmp.ut_type... yes #11 101.5 checking for struct utmpx.ut_pid... yes #11 101.7 checking for struct utmp.ut_pid... yes #11 101.9 checking for struct utmp.ut_tv... yes #11 102.2 checking for struct utmpx.ut_host... yes #11 102.4 checking for struct utmp.ut_host... yes #11 102.5 checking for struct utmpx.ut_id... yes #11 102.7 checking for struct utmp.ut_id... yes #11 102.9 checking for struct utmpx.ut_session... yes #11 103.1 checking for struct utmp.ut_session... yes #11 103.2 checking for struct utmpx.ut_exit... yes #11 103.6 checking for struct utmp.ut_exit... yes #11 103.9 checking for struct utmpx.ut_exit.ut_exit... no #11 104.2 checking for struct utmpx.ut_exit.e_exit... yes #11 104.3 checking for struct utmp.ut_exit.e_exit... yes #11 104.5 checking for struct utmpx.ut_exit.ut_termination... no #11 104.8 checking for struct utmpx.ut_exit.e_termination... yes #11 105.0 checking for struct utmp.ut_exit.e_termination... yes #11 105.2 checking whether sysinfo is declared... yes #11 105.3 checking for sys/sysctl.h... yes #11 105.4 checking for sysctl... yes #11 105.6 checking whether lstat correctly handles trailing slash... yes #11 105.9 checking whether // is distinct from /... no #11 105.9 checking whether realpath works... yes #11 106.2 checking for faccessat... yes #11 106.4 checking for getcwd... yes #11 106.5 checking whether byte ordering is bigendian... no #11 106.8 checking if environ is properly declared... yes #11 106.9 checking for complete errno.h... yes #11 106.9 checking whether ctype.h defines __header_inline... no #11 107.0 checking for mode_t... yes #11 107.4 checking whether strmode is declared... no #11 107.6 checking whether getline is declared... yes #11 107.7 checking for gawk... no #11 107.7 checking for mawk... mawk #11 107.7 checking for getopt.h... (cached) yes #11 107.7 checking for getopt_long_only... yes #11 107.9 checking whether getopt is POSIX compatible... yes #11 108.6 checking for working GNU getopt function... yes #11 108.9 checking for working GNU getopt_long function... yes #11 109.1 checking whether timespec_get is declared... yes #11 109.2 checking for timespec_get... yes #11 109.4 checking for struct timeval... yes #11 109.5 checking for wide-enough struct timeval.tv_sec member... yes #11 109.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 109.7 checking whether the compiler produces multi-arch binaries... no #11 109.7 checking whether stdint.h conforms to C99... yes #11 110.2 checking whether stdint.h works without ISO C predefines... yes #11 110.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 110.5 checking whether memmem is declared... yes #11 110.7 checking whether memrchr is declared... yes #11 110.8 checking whether defines MIN and MAX... no #11 110.9 checking whether defines MIN and MAX... yes #11 111.0 checking whether time_t is signed... yes #11 111.1 checking whether alarm is declared... yes #11 111.3 checking for working mktime... no #11 111.7 checking whether struct tm is in sys/time.h or time.h... time.h #11 111.8 checking for struct tm.tm_zone... yes #11 112.0 checking for struct tm.tm_gmtoff... yes #11 112.1 checking whether is self-contained... yes #11 112.5 checking for inline... inline #11 112.5 checking for sigset_t... yes #11 112.7 checking for volatile sig_atomic_t... yes #11 112.9 checking for sighandler_t... yes #11 113.2 checking for wchar_t... yes #11 113.2 checking for good max_align_t... yes #11 113.3 checking whether NULL can be used in arbitrary expressions... yes #11 113.4 checking for unreachable... no #11 113.6 checking whether fcloseall is declared... yes #11 113.8 checking whether getw is declared... yes #11 114.0 checking whether putw is declared... yes #11 114.2 checking which flavor of printf attribute matches inttypes macros... system #11 114.3 checking whether strnlen is declared... yes #11 114.5 checking whether strtoimax is declared... yes #11 114.7 checking whether stat file-mode macros are broken... no #11 114.8 checking for nlink_t... yes #11 115.1 checking for struct timespec in ... yes #11 115.2 checking for TIME_UTC in ... yes #11 115.3 checking whether execvpe is declared... yes #11 115.5 checking whether clearerr_unlocked is declared... yes #11 115.7 checking whether feof_unlocked is declared... yes #11 116.0 checking whether ferror_unlocked is declared... yes #11 116.1 checking whether fflush_unlocked is declared... yes #11 116.3 checking whether fgets_unlocked is declared... yes #11 116.5 checking whether fputc_unlocked is declared... yes #11 116.7 checking whether fputs_unlocked is declared... yes #11 116.9 checking whether fread_unlocked is declared... yes #11 117.1 checking whether fwrite_unlocked is declared... yes #11 117.4 checking whether getc_unlocked is declared... yes #11 117.6 checking whether getchar_unlocked is declared... yes #11 117.8 checking whether putc_unlocked is declared... yes #11 118.0 checking whether putchar_unlocked is declared... yes #11 118.2 checking type of array argument to getgroups... gid_t #11 118.5 checking whether getdelim is declared... yes #11 118.7 checking whether getdtablesize is declared... yes #11 118.9 checking whether malloc is ptrdiff_t safe... yes #11 119.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 119.0 checking for O_CLOEXEC... yes #11 119.1 checking for promoted mode_t type... mode_t #11 119.1 checking whether the utimes function works... yes #11 119.5 checking for C compiler option to allow warnings... -Wno-error #11 119.7 checking for alignas and alignof... yes, macros #11 119.9 checking for alloca as a compiler built-in... yes #11 119.9 checking for static_assert... yes, an macro #11 120.1 checking for __builtin_expect... yes #11 120.3 checking byteswap.h usability... yes #11 120.5 checking byteswap.h presence... yes #11 120.5 checking for byteswap.h... yes #11 120.5 checking for readlinkat... yes #11 120.7 checking for library containing clock_gettime... none required #11 120.9 checking for clock_getres... yes #11 121.1 checking for clock_gettime... yes #11 121.3 checking for clock_settime... yes #11 121.6 checking for copy_file_range... yes #11 121.8 checking for d_type member in directory struct... yes #11 122.0 checking whether // is distinct from /... (cached) no #11 122.0 checking whether dup2 works... yes #11 122.3 checking for library containing backtrace_symbols_fd... none required #11 122.5 checking for faccessat... (cached) yes #11 122.5 checking whether fchmodat works... no #11 122.8 checking for readlinkat... (cached) yes #11 122.8 checking whether fcntl handles F_DUPFD correctly... yes #11 123.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 123.3 checking whether fdopendir is declared... yes #11 123.4 checking whether fdopendir works... yes #11 123.6 checking for flexible array member... yes #11 123.8 checking for __fpending... yes #11 124.0 checking whether __fpending is declared... yes #11 124.1 checking whether free is known to preserve errno... no #11 124.3 checking whether fstatat (..., 0) works... yes #11 124.5 checking for sys/mount.h... yes #11 124.8 checking for statvfs function (SVR4)... yes #11 124.9 checking whether to use statvfs64... no #11 125.1 checking for two-argument statfs with statfs.f_frsize member... yes #11 125.3 checking sys/fs/s5param.h usability... no #11 125.5 checking sys/fs/s5param.h presence... no #11 125.6 checking for sys/fs/s5param.h... no #11 125.6 checking sys/statfs.h usability... yes #11 125.7 checking sys/statfs.h presence... yes #11 125.8 checking for sys/statfs.h... yes #11 125.8 checking for statfs that truncates block counts... no #11 125.9 checking for futimens... yes #11 126.1 checking whether futimens works... yes #11 127.4 checking for getline... yes #11 127.6 checking for working getline function... yes #11 127.9 checking for getloadavg... yes #11 128.1 checking sys/loadavg.h usability... no #11 128.3 checking sys/loadavg.h presence... no #11 128.4 checking for sys/loadavg.h... no #11 128.4 checking whether getloadavg is declared... yes #11 128.6 checking for getrandom... yes #11 128.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 128.9 checking for gettimeofday with POSIX signature... yes #11 129.0 checking whether the compiler supports the __inline keyword... yes #11 129.2 checking gmp.h usability... yes #11 129.4 checking gmp.h presence... yes #11 129.4 checking for gmp.h... yes #11 129.5 checking for library containing __gmpz_roinit_n... -lgmp #11 129.8 checking for memmem... yes #11 130.0 checking whether memmem works... yes #11 130.2 checking for mempcpy... yes #11 130.4 checking for memrchr... yes #11 130.6 checking for memset_explicit... no #11 130.8 checking for explicit_memset... no #11 131.1 checking for mkostemp... yes #11 131.3 checking for library containing nanosleep... none required #11 131.4 checking for working nanosleep... no (mishandles large arguments) #11 132.7 checking for sys/pstat.h... no #11 132.9 checking for sys/sysmp.h... no #11 133.0 checking for sys/param.h... (cached) yes #11 133.1 checking for sys/sysctl.h... (cached) yes #11 133.1 checking for sched_getaffinity_np... no #11 133.3 checking for pstat_getdynamic... no #11 133.5 checking for sysmp... no #11 133.8 checking for sysctl... (cached) yes #11 133.9 checking for sched_getaffinity... yes #11 134.1 checking for glibc compatible sched_getaffinity... yes #11 134.3 checking for pipe2... yes #11 134.4 checking whether signature of pselect conforms to POSIX... yes #11 134.6 checking whether pselect detects invalid fds... yes #11 134.8 checking whether pthread_sigmask is a macro... no #11 134.9 checking whether pthread_sigmask returns error numbers... yes #11 135.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 137.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 137.8 checking whether readlink signature is correct... yes #11 137.9 checking whether readlink handles trailing slash correctly... yes #11 138.1 checking whether readlink truncates results correctly... yes #11 138.3 checking for readlinkat... (cached) yes #11 138.3 checking whether readlinkat signature is correct... yes #11 138.4 checking for working re_compile_pattern... no #11 138.8 checking libintl.h usability... yes #11 138.9 checking libintl.h presence... yes #11 139.0 checking for libintl.h... yes #11 139.0 checking whether isblank is declared... yes #11 139.1 checking for sig2str... no #11 139.4 checking for sigdescr_np... no #11 139.6 checking for socklen_t... yes #11 139.8 checking for ssize_t... yes #11 139.9 checking for struct stat.st_atim.tv_nsec... yes #11 140.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 140.2 checking for struct stat.st_birthtimespec.tv_nsec... no #11 140.4 checking for struct stat.st_birthtimensec... no #11 140.6 checking for struct stat.st_birthtim.tv_nsec... no #11 140.8 checking for bool, true, false... no #11 140.9 checking for stpcpy... yes #11 141.0 checking for working strnlen... yes #11 141.3 checking whether strtoimax works... yes #11 141.6 checking whether symlink handles trailing slash correctly... yes #11 141.8 checking whether localtime_r is declared... yes #11 142.0 checking whether localtime_r is compatible with its POSIX signature... yes #11 142.1 checking whether localtime works even near extrema... yes #11 142.3 checking for timezone_t... no #11 142.4 checking for timegm... yes #11 142.6 checking whether timer_settime is declared... yes #11 142.7 checking for library containing timer_settime... -lrt #11 143.0 checking for timer_settime... yes #11 143.2 checking for utimensat... yes #11 143.4 checking whether utimensat works... yes #11 144.7 checking for variable-length arrays... yes #11 144.9 checking whether getdtablesize works... yes #11 145.1 checking for __mktime_internal... no #11 145.3 checking for timer_getoverrun... yes #11 145.5 checking for gcc option to disable position independent executables... not needed #11 145.5 checking for __ctype_get_mb_cur_max... yes #11 145.8 checking whether MB_CUR_MAX is defined to function that won't link... no #11 145.8 #11 145.8 Configured for 'x86_64-pc-linux-gnu'. #11 145.8 #11 145.8 Where should the build process find the source code? . #11 145.8 What compiler should emacs be built with? gcc -g3 -O2 #11 145.8 Should Emacs use the GNU version of malloc? no #11 145.8 (The GNU allocators don't work with this system configuration.) #11 145.8 Should Emacs use a relocating allocator for buffers? no #11 145.8 Should Emacs use mmap(2) for buffer allocation? no #11 145.8 What window system should Emacs use? none #11 145.8 What toolkit should Emacs use? none #11 145.8 Where do we find X Windows header files? NONE #11 145.8 Where do we find X Windows libraries? NONE #11 145.9 Does Emacs use -lXaw3d? no #11 145.9 Is Emacs being built for Android? no #11 145.9 Does Emacs use the X Double Buffer Extension? no #11 145.9 Does Emacs use -lXpm? no #11 145.9 Does Emacs use -ljpeg? no #11 145.9 Does Emacs use -ltiff? no #11 145.9 Does Emacs use a gif library? no #11 145.9 Does Emacs use a png library? no #11 145.9 Does Emacs use -lrsvg-2? no #11 145.9 Does Emacs use -lwebp? no #11 145.9 Does Emacs use -lsqlite3? no #11 145.9 Does Emacs use cairo? no #11 145.9 Does Emacs use -llcms2? no #11 145.9 Does Emacs use imagemagick? no #11 145.9 Does Emacs use native APIs for images? no #11 145.9 Does Emacs support sound? yes #11 145.9 Does Emacs use -lgpm? no #11 145.9 Does Emacs use -ldbus? yes #11 145.9 Does Emacs use -lgconf? no #11 145.9 Does Emacs use GSettings? no #11 145.9 Does Emacs use a file notification library? yes (inotify) #11 145.9 Does Emacs use access control lists? yes -lacl -lattr #11 145.9 Does Emacs use -lselinux? no #11 145.9 Does Emacs use -lgnutls? yes #11 145.9 Does Emacs use -lxml2? no #11 145.9 Does Emacs use -lfreetype? no #11 145.9 Does Emacs use HarfBuzz? no #11 145.9 Does Emacs use -lm17n-flt? no #11 145.9 Does Emacs use -lotf? no #11 145.9 Does Emacs use -lxft? no #11 145.9 Does Emacs use -lsystemd? no #11 145.9 Does Emacs use -ljansson? no #11 145.9 Does Emacs use -ltree-sitter? no #11 145.9 Does Emacs use the GMP library? yes #11 145.9 Does Emacs directly use zlib? no #11 145.9 Does Emacs have dynamic modules support? yes #11 145.9 Does Emacs use toolkit scroll bars? no #11 145.9 Does Emacs support Xwidgets? no #11 145.9 Does Emacs have threading support in lisp? yes #11 145.9 Does Emacs support the portable dumper? yes #11 145.9 Does Emacs support legacy unexec dumping? no #11 145.9 Which dumping strategy does Emacs use? pdumper #11 145.9 Does Emacs have native lisp compiler? no #11 145.9 Does Emacs use version 2 of the X Input Extension? no #11 145.9 Does Emacs generate a smaller-size Japanese dictionary? no #11 145.9 #11 145.9 #11 146.4 configure: creating ./config.status #11 146.6 configure: WARNING: This configuration installs a 'movemail' program #11 146.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 146.6 installed a 'movemail' program that retrieved POP3 email via only #11 146.6 insecure channels, a practice that is no longer recommended but that #11 146.6 you can continue to support by using './configure --with-pop'. #11 146.6 configure: You might want to install GNU Mailutils #11 146.6 and use './configure --with-mailutils'. #11 147.2 MAKE='make' ./config.status #11 147.3 config.status: creating src/verbose.mk #11 147.4 config.status: creating src/emacs-module.h #11 147.5 config.status: creating Makefile #11 147.5 config.status: creating lib/gnulib.mk #11 147.6 config.status: creating ./doc/man/emacs.1 #11 147.7 config.status: creating lib/Makefile #11 147.8 config.status: creating lib-src/Makefile #11 147.9 config.status: creating oldXMenu/Makefile #11 148.0 config.status: creating src/Makefile #11 148.1 config.status: creating lwlib/Makefile #11 148.1 config.status: creating nextstep/Makefile #11 148.2 config.status: creating nt/Makefile #11 148.3 config.status: creating doc/emacs/Makefile #11 148.4 config.status: creating doc/misc/Makefile #11 148.4 config.status: creating doc/lispintro/Makefile #11 148.5 config.status: creating doc/lispref/Makefile #11 148.6 config.status: creating lisp/Makefile #11 148.7 config.status: creating leim/Makefile #11 148.8 config.status: creating test/Makefile #11 148.9 config.status: creating test/manual/noverlay/Makefile #11 148.9 config.status: creating test/infra/Makefile #11 149.0 config.status: creating admin/charsets/Makefile #11 149.1 config.status: creating admin/unidata/Makefile #11 149.2 config.status: creating admin/grammars/Makefile #11 149.3 config.status: creating java/Makefile #11 149.4 config.status: creating cross/Makefile #11 149.5 config.status: creating java/AndroidManifest.xml #11 149.5 config.status: creating src/config.h #11 149.6 config.status: executing src/epaths.h commands #11 149.6 make[3]: Entering directory '/checkout' #11 149.7 make[3]: Leaving directory '/checkout' #11 149.7 config.status: executing src/.gdbinit commands #11 149.7 config.status: executing doc/emacs/emacsver.texi commands #11 149.8 config.status: executing etc-refcards-emacsver.tex commands #11 149.8 make[3]: Entering directory '/checkout' #11 149.9 make[3]: Leaving directory '/checkout' #11 149.9 make[2]: Leaving directory '/checkout' #11 149.9 make actual-all #11 149.9 make[2]: Entering directory '/checkout' #11 150.1 make -C lib all #11 150.2 make[3]: Entering directory '/checkout/lib' #11 150.2 GEN alloca.h #11 150.2 GEN dirent.h #11 150.2 GEN fcntl.h #11 150.3 GEN malloc/dynarray.gl.h #11 150.3 GEN malloc/dynarray-skeleton.gl.h #11 150.4 GEN inttypes.h #11 150.4 GEN limits.h #11 150.4 GEN signal.h #11 150.4 GEN stdckdint.h #11 150.5 GEN stddef.h #11 150.5 GEN stdio.h #11 150.7 GEN stdlib.h #11 150.9 GEN string.h #11 151.0 GEN sys/random.h #11 151.0 GEN sys/select.h #11 151.0 GEN sys/stat.h #11 151.1 GEN sys/time.h #11 151.1 GEN sys/types.h #11 151.2 GEN time.h #11 151.2 GEN unistd.h #11 151.4 CC fingerprint.o #11 151.5 CC mktime.o #11 151.9 CC acl-errno-valid.o #11 152.0 CC acl-internal.o #11 152.2 CC get-permissions.o #11 152.4 CC set-permissions.o #11 152.7 CC allocator.o #11 152.8 CC binary-io.o #11 152.9 CC boot-time.o #11 153.2 CC c-ctype.o #11 153.4 CC c-strcasecmp.o #11 153.6 CC c-strncasecmp.o #11 153.7 CC careadlinkat.o #11 153.8 CC close-stream.o #11 154.0 CC copy-file-range.o #11 154.1 CC count-leading-zeros.o #11 154.2 CC count-one-bits.o #11 154.4 CC count-trailing-zeros.o #11 154.6 CC md5-stream.o #11 154.8 CC md5.o #11 155.3 CC sha1.o #11 156.2 CC sha256.o #11 157.8 CC sha512.o #11 160.0 CC dtoastr.o #11 160.1 CC dtotimespec.o #11 160.3 CC fchmodat.o #11 160.5 CC fcntl.o #11 160.7 CC file-has-acl.o #11 161.0 CC filemode.o #11 161.2 CC filevercmp.o #11 161.4 CC free.o #11 161.5 CC fsusage.o #11 161.7 CC gettime.o #11 161.8 CC malloc/dynarray_at_failure.o #11 162.0 CC malloc/dynarray_emplace_enlarge.o #11 162.1 CC malloc/dynarray_finalize.o #11 162.3 CC malloc/dynarray_resize.o #11 162.4 CC malloc/dynarray_resize_clear.o #11 162.6 CC memset_explicit.o #11 162.7 CC nanosleep.o #11 162.9 CC nproc.o #11 163.1 CC nstrftime.o #11 164.2 CC pipe2.o #11 164.5 CC qcopy-acl.o #11 164.7 CC regex.o #11 171.5 CC sig2str.o #11 171.8 CC sigdescr_np.o #11 171.9 CC stat-time.o #11 172.1 CC tempname.o #11 172.3 CC time_rz.o #11 172.6 CC timegm.o #11 172.7 CC timespec.o #11 172.8 CC timespec-add.o #11 173.0 CC timespec-sub.o #11 173.1 CC u64.o #11 173.2 CC unistd.o #11 173.3 CC openat-die.o #11 173.5 CC save-cwd.o #11 173.6 AR libgnu.a #11 173.9 make[3]: Leaving directory '/checkout/lib' #11 173.9 make -C lib-src all #11 173.9 make[3]: Entering directory '/checkout/lib-src' #11 173.9 CCLD etags #11 179.7 CCLD ctags #11 185.7 CCLD emacsclient #11 186.9 CCLD ebrowse #11 189.2 CCLD hexl #11 189.7 CC pop.o #11 189.8 CCLD movemail #11 190.3 CCLD make-docfile #11 191.9 CCLD make-fingerprint #11 192.2 make[3]: Leaving directory '/checkout/lib-src' #11 192.2 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #11 192.2 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #11 192.4 make[3]: Entering directory '/checkout/src' #11 192.4 GEN globals.h #11 193.1 CC dispnew.o #11 198.2 CC frame.o #11 202.2 CC scroll.o #11 203.3 CC xdisp.o #11 228.8 CC menu.o #11 230.1 CC window.o #11 238.7 CC charset.o #11 242.3 CC coding.o #11 258.5 CC category.o #11 259.4 CC ccl.o #11 263.4 CC character.o #11 265.5 CC chartab.o #11 267.9 CC bidi.o #11 270.2 CC cm.o #11 270.8 CC term.o #11 274.6 CC terminal.o #11 275.5 CC xfaces.o #11 281.0 CC dbusbind.o #11 285.4 CC emacs.o #11 287.6 CC keyboard.o #11 300.0 CC macros.o #11 300.8 CC keymap.o #11 304.9 CC sysdep.o #11 307.5 CC bignum.o #11 308.7 CC buffer.o #11 313.6 CC filelock.o #11 314.6 CC insdel.o #11 316.8 CC marker.o #11 318.1 CC minibuf.o #11 321.0 CC fileio.o #11 326.5 CC dired.o #11 327.8 CC cmds.o #11 328.9 CC casetab.o #11 329.7 CC casefiddle.o #11 331.0 CC indent.o #11 334.0 CC search.o #11 337.5 CC regex-emacs.o #11 345.4 CC undo.o #11 346.1 CC alloc.o #11 350.8 CC pdumper.o #11 354.9 CC data.o #11 359.7 GEN buildobj.h #11 360.2 CC doc.o #11 361.4 CC editfns.o #11 367.5 CC callint.o #11 369.0 CC eval.o #11 374.3 CC floatfns.o #11 375.6 CC fns.o #11 386.0 CC sort.o #11 387.3 CC font.o #11 394.4 CC print.o #11 397.7 CC lread.o #11 403.3 CC emacs-module.o #11 406.0 CC syntax.o #11 412.1 CC bytecode.o #11 415.1 CC comp.o #11 415.5 CC dynlib.o #11 415.6 CC process.o #11 423.8 CC gnutls.o #11 426.5 CC callproc.o #11 428.4 CC region-cache.o #11 429.1 CC sound.o #11 429.9 CC timefns.o #11 432.1 CC atimer.o #11 432.7 CC doprnt.o #11 433.5 CC intervals.o #11 436.3 CC textprop.o #11 439.1 CC composite.o #11 442.3 CC xml.o #11 442.7 CC lcms.o #11 442.8 CC inotify.o #11 444.0 CC profiler.o #11 445.0 CC decompress.o #11 445.1 CC thread.o #11 446.4 CC systhread.o #11 446.8 CC sqlite.o #11 447.3 CC treesit.o #11 447.6 CC itree.o #11 448.8 CC terminfo.o #11 449.2 CC lastfile.o #11 449.5 make -C ../admin/charsets all #11 449.5 make[4]: Entering directory '/checkout/admin/charsets' #11 449.5 GEN ../../etc/charsets/8859-2.map #11 449.6 GEN ../../etc/charsets/8859-3.map #11 449.6 GEN ../../etc/charsets/8859-4.map #11 449.7 GEN ../../etc/charsets/8859-5.map #11 449.7 GEN ../../etc/charsets/8859-6.map #11 449.7 GEN ../../etc/charsets/8859-7.map #11 449.8 GEN ../../etc/charsets/8859-8.map #11 449.8 GEN ../../etc/charsets/8859-9.map #11 449.9 GEN ../../etc/charsets/8859-10.map #11 449.9 GEN ../../etc/charsets/8859-11.map #11 449.9 GEN ../../etc/charsets/8859-13.map #11 450.0 GEN ../../etc/charsets/8859-14.map #11 450.1 GEN ../../etc/charsets/8859-15.map #11 450.1 GEN ../../etc/charsets/8859-16.map #11 450.1 GEN ../../etc/charsets/IBM037.map #11 450.2 GEN ../../etc/charsets/IBM038.map #11 450.2 GEN ../../etc/charsets/IBM256.map #11 450.2 GEN ../../etc/charsets/IBM273.map #11 450.3 GEN ../../etc/charsets/IBM274.map #11 450.3 GEN ../../etc/charsets/IBM275.map #11 450.4 GEN ../../etc/charsets/IBM277.map #11 450.4 GEN ../../etc/charsets/IBM278.map #11 450.4 GEN ../../etc/charsets/IBM280.map #11 450.5 GEN ../../etc/charsets/IBM281.map #11 450.5 GEN ../../etc/charsets/IBM284.map #11 450.6 GEN ../../etc/charsets/IBM285.map #11 450.6 GEN ../../etc/charsets/IBM290.map #11 450.7 GEN ../../etc/charsets/IBM297.map #11 450.7 GEN ../../etc/charsets/IBM420.map #11 450.7 GEN ../../etc/charsets/IBM423.map #11 450.8 GEN ../../etc/charsets/IBM424.map #11 450.8 GEN ../../etc/charsets/IBM437.map #11 450.9 GEN ../../etc/charsets/IBM500.map #11 450.9 GEN ../../etc/charsets/IBM850.map #11 451.0 GEN ../../etc/charsets/IBM851.map #11 451.0 GEN ../../etc/charsets/IBM852.map #11 451.1 GEN ../../etc/charsets/IBM855.map #11 451.1 GEN ../../etc/charsets/IBM856.map #11 451.2 GEN ../../etc/charsets/IBM857.map #11 451.2 GEN ../../etc/charsets/IBM860.map #11 451.3 GEN ../../etc/charsets/IBM861.map #11 451.4 GEN ../../etc/charsets/IBM862.map #11 451.4 GEN ../../etc/charsets/IBM863.map #11 451.4 GEN ../../etc/charsets/IBM864.map #11 451.5 GEN ../../etc/charsets/IBM865.map #11 451.5 GEN ../../etc/charsets/IBM866.map #11 451.6 GEN ../../etc/charsets/IBM868.map #11 451.6 GEN ../../etc/charsets/IBM869.map #11 451.6 GEN ../../etc/charsets/IBM870.map #11 451.7 GEN ../../etc/charsets/IBM871.map #11 451.7 GEN ../../etc/charsets/IBM874.map #11 451.8 GEN ../../etc/charsets/IBM875.map #11 451.8 GEN ../../etc/charsets/IBM880.map #11 451.8 GEN ../../etc/charsets/IBM891.map #11 451.9 GEN ../../etc/charsets/IBM903.map #11 451.9 GEN ../../etc/charsets/IBM904.map #11 451.9 GEN ../../etc/charsets/IBM905.map #11 452.0 GEN ../../etc/charsets/IBM918.map #11 452.0 GEN ../../etc/charsets/IBM1004.map #11 452.1 GEN ../../etc/charsets/IBM1026.map #11 452.1 GEN ../../etc/charsets/IBM1047.map #11 452.2 GEN ../../etc/charsets/CP737.map #11 452.2 GEN ../../etc/charsets/CP775.map #11 452.2 GEN ../../etc/charsets/CP1125.map #11 452.3 GEN ../../etc/charsets/CP1250.map #11 452.3 GEN ../../etc/charsets/CP1251.map #11 452.4 GEN ../../etc/charsets/CP1252.map #11 452.4 GEN ../../etc/charsets/CP1253.map #11 452.5 GEN ../../etc/charsets/CP1254.map #11 452.5 GEN ../../etc/charsets/CP1255.map #11 452.6 GEN ../../etc/charsets/CP1256.map #11 452.6 GEN ../../etc/charsets/CP1257.map #11 452.7 GEN ../../etc/charsets/CP1258.map #11 452.7 GEN ../../etc/charsets/CP10007.map #11 452.8 GEN ../../etc/charsets/CP720.map #11 452.8 GEN ../../etc/charsets/CP858.map #11 452.8 GEN ../../etc/charsets/GB2312.map #11 453.1 GEN ../../etc/charsets/GBK.map #11 453.6 GEN ../../etc/charsets/GB180302.map #11 454.3 GEN ../../etc/charsets/GB180304.map #11 454.6 GEN ../../etc/charsets/BIG5.map #11 454.8 GEN ../../etc/charsets/BIG5-HKSCS.map #11 455.2 GEN ../../etc/charsets/CNS-1.map #11 455.5 GEN ../../etc/charsets/CNS-2.map #11 455.7 GEN ../../etc/charsets/CNS-3.map #11 455.9 GEN ../../etc/charsets/CNS-4.map #11 456.1 GEN ../../etc/charsets/CNS-5.map #11 456.4 GEN ../../etc/charsets/CNS-6.map #11 456.6 GEN ../../etc/charsets/CNS-7.map #11 456.9 GEN ../../etc/charsets/CNS-F.map #11 457.1 GEN ../../etc/charsets/JISX0201.map #11 457.2 GEN ../../etc/charsets/JISX0208.map #11 457.3 GEN ../../etc/charsets/JISX0212.map #11 457.6 GEN ../../etc/charsets/JISX2131.map #11 457.8 GEN ../../etc/charsets/JISX2132.map #11 457.9 GEN ../../etc/charsets/JISC6226.map #11 458.1 GEN ../../etc/charsets/CP932-2BYTE.map #11 458.3 GEN ../../etc/charsets/JISX213A.map #11 458.4 GEN ../../etc/charsets/KSC5601.map #11 458.6 GEN ../../etc/charsets/KSC5636.map #11 458.7 GEN ../../etc/charsets/JOHAB.map #11 459.1 GEN ../../etc/charsets/KOI-8.map #11 459.2 GEN ../../etc/charsets/KOI8-R.map #11 459.2 GEN ../../etc/charsets/KOI8-U.map #11 459.3 GEN ../../etc/charsets/KOI8-T.map #11 459.3 GEN ../../etc/charsets/ALTERNATIVNYJ.map #11 459.3 GEN ../../etc/charsets/MIK.map #11 459.4 GEN ../../etc/charsets/PTCP154.map #11 459.4 GEN ../../etc/charsets/TIS-620.map #11 459.4 GEN ../../etc/charsets/VISCII.map #11 459.5 GEN ../../etc/charsets/VSCII.map #11 459.5 GEN ../../etc/charsets/VSCII-2.map #11 459.6 GEN ../../etc/charsets/KA-PS.map #11 459.6 GEN ../../etc/charsets/KA-ACADEMY.map #11 459.6 GEN ../../etc/charsets/HP-ROMAN8.map #11 459.7 GEN ../../etc/charsets/NEXTSTEP.map #11 459.7 GEN ../../etc/charsets/MACINTOSH.map #11 459.8 GEN ../../etc/charsets/EBCDICUK.map #11 459.8 GEN ../../etc/charsets/EBCDICUS.map #11 459.8 GEN ../../etc/charsets/stdenc.map #11 459.9 GEN ../../etc/charsets/symbol.map #11 459.9 GEN ../../etc/charsets/CP949-2BYTE.map #11 460.4 GEN ../../etc/charsets/BIG5-1.map #11 460.5 GEN ../../etc/charsets/BIG5-2.map #11 460.6 GEN ../../etc/charsets/MULE-ethiopic.map #11 460.6 GEN ../../etc/charsets/MULE-ipa.map #11 460.6 GEN ../../etc/charsets/MULE-is13194.map #11 460.7 GEN ../../etc/charsets/MULE-sisheng.map #11 460.7 GEN ../../etc/charsets/MULE-tibetan.map #11 460.7 GEN ../../etc/charsets/MULE-lviscii.map #11 460.7 GEN ../../etc/charsets/MULE-uviscii.map #11 460.7 GEN ../../lisp/international/cp51932.el #11 460.7 GEN ../../lisp/international/eucjp-ms.el #11 460.8 GEN charsets.stamp #11 460.8 make[4]: Leaving directory '/checkout/admin/charsets' #11 460.8 make -C ../admin/unidata charscript.el #11 460.8 make[4]: Entering directory '/checkout/admin/unidata' #11 460.8 GEN ../../lisp/international/charscript.el #11 460.9 make[4]: Leaving directory '/checkout/admin/unidata' #11 460.9 make -C ../admin/unidata emoji-zwj.el #11 460.9 make[4]: Entering directory '/checkout/admin/unidata' #11 460.9 GEN ../../lisp/international/emoji-zwj.el #11 460.9 make[4]: Leaving directory '/checkout/admin/unidata' #11 460.9 CCLD temacs #11 463.9 /bin/mkdir -p ../etc #11 463.9 GEN ../etc/DOC #11 464.4 make -C ../lisp update-subdirs #11 464.4 make[4]: Entering directory '/checkout/lisp' #11 464.6 make[4]: Leaving directory '/checkout/lisp' #11 464.6 cp -f temacs bootstrap-emacs #11 464.7 rm -f bootstrap-emacs.pdmp #11 464.7 ./temacs --batch -l loadup --temacs=pbootstrap \ #11 464.7 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #11 465.0 Loading loadup.el (source)... #11 465.0 Dump mode: pbootstrap #11 465.0 Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #11 465.0 Loading emacs-lisp/debug-early (source)... #11 465.0 Loading emacs-lisp/byte-run (source)... #11 465.2 Loading emacs-lisp/backquote (source)... #11 465.2 Loading subr (source)... #11 465.3 Loading keymap (source)... #11 465.3 Loading version (source)... #11 465.3 Loading widget (source)... #11 465.3 Loading custom (source)... #11 465.3 Loading emacs-lisp/map-ynp (source)... #11 465.5 Loading international/mule (source)... #11 465.6 Loading international/mule-conf (source)... #11 465.8 Loading env (source)... #11 465.9 Loading format (source)... #11 465.9 Loading bindings (source)... #11 466.1 Loading window (source)... #11 466.3 Loading /checkout/lisp/files.el (source)... #11 468.8 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 469.4 Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #11 469.5 Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #11 470.1 Loading /checkout/lisp/cus-face.el (source)... #11 470.1 Loading /checkout/lisp/faces.el (source)... #11 470.4 Loading /checkout/lisp/ldefs-boot.el (source)... #11 473.1 Loading /checkout/lisp/button.el (source)... #11 473.3 Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #11 475.1 ../lisp/emacs-lisp/cl-seq.el: Warning: Unknown type: list #11 475.6 Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #11 475.9 Loading /checkout/lisp/obarray.el (source)... #11 475.9 Loading /checkout/lisp/abbrev.el (source)... #11 476.2 Loading /checkout/lisp/help.el (source)... #11 476.9 Loading /checkout/lisp/jka-cmpr-hook.el (source)... #11 477.0 Loading /checkout/lisp/epa-hook.el (source)... #11 477.1 Loading /checkout/lisp/international/mule-cmds.el (source)... #11 477.4 Loading /checkout/lisp/case-table.el (source)... #11 477.5 Loading /checkout/lisp/international/characters.el (source)... #11 477.7 Loading /checkout/lisp/international/charscript.el (source)... #11 477.8 Loading /checkout/lisp/international/emoji-zwj.el (source)... #11 478.0 Loading /checkout/lisp/composite.el (source)... #11 478.2 Loading /checkout/lisp/language/chinese.el (source)... #11 478.2 Loading /checkout/lisp/language/cyrillic.el (source)... #11 478.3 Loading /checkout/lisp/language/indian.el (source)... #11 478.4 Loading /checkout/lisp/language/sinhala.el (source)... #11 478.4 Loading /checkout/lisp/language/english.el (source)... #11 478.5 Loading /checkout/lisp/language/ethiopic.el (source)... #11 478.7 Loading /checkout/lisp/language/european.el (source)... #11 478.8 Loading /checkout/lisp/language/czech.el (source)... #11 478.9 Loading /checkout/lisp/language/slovak.el (source)... #11 478.9 Loading /checkout/lisp/language/romanian.el (source)... #11 479.0 Loading /checkout/lisp/language/greek.el (source)... #11 479.0 Loading /checkout/lisp/language/hebrew.el (source)... #11 479.1 Loading /checkout/lisp/international/cp51932.el (source)... #11 479.1 Loading /checkout/lisp/international/eucjp-ms.el (source)... #11 479.4 Loading /checkout/lisp/language/japanese.el (source)... #11 479.5 Loading /checkout/lisp/language/korean.el (source)... #11 479.5 Loading /checkout/lisp/language/lao.el (source)... #11 479.6 Loading /checkout/lisp/language/tai-viet.el (source)... #11 479.6 Loading /checkout/lisp/language/thai.el (source)... #11 479.7 Loading /checkout/lisp/language/tibetan.el (source)... #11 479.8 Loading /checkout/lisp/language/vietnamese.el (source)... #11 479.8 Loading /checkout/lisp/language/misc-lang.el (source)... #11 479.9 Loading /checkout/lisp/language/utf-8-lang.el (source)... #11 479.9 Loading /checkout/lisp/language/georgian.el (source)... #11 480.0 Loading /checkout/lisp/language/khmer.el (source)... #11 480.0 Loading /checkout/lisp/language/burmese.el (source)... #11 480.1 Loading /checkout/lisp/language/cham.el (source)... #11 480.1 Loading /checkout/lisp/language/philippine.el (source)... #11 480.1 Loading /checkout/lisp/language/indonesian.el (source)... #11 480.2 Loading /checkout/lisp/indent.el (source)... #11 480.4 Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #11 481.1 Loading /checkout/lisp/simple.el (source)... #11 482.9 Loading /checkout/lisp/emacs-lisp/seq.el (source)... #11 483.4 Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #11 483.6 Loading /checkout/lisp/minibuffer.el (source)... #11 485.0 Loading /checkout/lisp/frame.el (source)... #11 485.4 Loading /checkout/lisp/startup.el (source)... #11 485.7 Loading /checkout/lisp/term/tty-colors.el (source)... #11 485.8 Loading /checkout/lisp/font-core.el (source)... #11 485.8 Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #11 486.0 Loading /checkout/lisp/font-lock.el (source)... #11 486.4 Loading /checkout/lisp/jit-lock.el (source)... #11 486.5 Loading /checkout/lisp/mouse.el (source)... #11 487.2 Loading /checkout/lisp/select.el (source)... #11 487.4 Loading /checkout/lisp/emacs-lisp/timer.el (source)... #11 487.5 Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #11 487.7 Loading /checkout/lisp/isearch.el (source)... #11 488.4 Loading /checkout/lisp/rfn-eshadow.el (source)... #11 488.5 Loading /checkout/lisp/menu-bar.el (source)... #11 489.6 Loading /checkout/lisp/tab-bar.el (source)... #11 490.4 Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #11 490.7 Loading /checkout/lisp/textmodes/page.el (source)... #11 490.8 Loading /checkout/lisp/register.el (source)... #11 491.4 Loading /checkout/lisp/textmodes/paragraphs.el (source)... #11 491.7 Loading /checkout/lisp/progmodes/prog-mode.el (source)... #11 493.7 Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #11 494.1 Loading /checkout/lisp/textmodes/text-mode.el (source)... #11 494.9 Loading /checkout/lisp/textmodes/fill.el (source)... #11 495.7 Loading /checkout/lisp/newcomment.el (source)... #11 496.6 Loading /checkout/lisp/replace.el (source)... #11 497.0 Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #11 497.5 Loading /checkout/lisp/buff-menu.el (source)... #11 497.9 Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #11 502.2 Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #11 502.3 Loading /checkout/lisp/vc/vc-hooks.el (source)... #11 502.6 Loading /checkout/lisp/vc/ediff-hook.el (source)... #11 502.7 Loading /checkout/lisp/uniquify.el (source)... #11 502.9 Loading /checkout/lisp/electric.el (source)... #11 503.2 Loading /checkout/lisp/paren.el (source)... #11 503.7 Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #11 503.8 Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #11 504.2 Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #11 506.6 Loading /checkout/lisp/cus-start.el (source)... #11 506.8 Loading /checkout/lisp/tooltip.el (source)... #11 506.9 Loading /checkout/lisp/international/iso-transl.el (source)... #11 507.0 Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #11 507.3 Finding pointers to doc strings... #11 507.3 Ignoring DOC string on non-subr: define-fringe-bitmap #11 507.3 Finding pointers to doc strings...done #11 507.4 Dumping under the name bootstrap-emacs.pdmp #11 507.5 Dumping fingerprint: f911917e3a10317cf9e9ac297ce7fbf6641fed8925ecab02dbd96308eb188290 #11 512.5 Dump complete #11 512.5 Byte counts: header=100 hot=15836788 discardable=138400 cold=11097576 #11 512.5 Reloc counts: hot=1101902 discardable=4947 #11 512.6 ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 512.7 make[4]: Entering directory '/checkout/lisp' #11 512.7 ELC emacs-lisp/macroexp.elc #11 518.9 ELC emacs-lisp/cconv.elc #11 525.3 ELC emacs-lisp/byte-opt.elc #11 532.6 ELC emacs-lisp/bytecomp.elc #11 538.9 ELC emacs-lisp/loaddefs-gen.elc #11 540.5 ELC emacs-lisp/radix-tree.elc #11 541.4 make[4]: Leaving directory '/checkout/lisp' #11 541.4 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #11 541.4 make[4]: Entering directory '/checkout/lisp' #11 541.5 make[4]: Nothing to be done for 'compile-first'. #11 541.5 make[4]: Leaving directory '/checkout/lisp' #11 541.5 make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #11 541.5 make[4]: Entering directory '/checkout/lisp' #11 541.5 ELC international/titdic-cnv.elc #11 543.3 make -C ../leim all EMACS="../src/bootstrap-emacs" #11 543.3 make[5]: Entering directory '/checkout/leim' #11 543.3 GEN ../lisp/leim/quail/CCDOSPY.el #11 544.4 GEN ../lisp/leim/quail/Punct.el #11 545.7 GEN ../lisp/leim/quail/QJ.el #11 546.7 GEN ../lisp/leim/quail/SW.el #11 547.9 GEN ../lisp/leim/quail/TONEPY.el #11 549.0 GEN ../lisp/leim/quail/4Corner.el #11 550.1 GEN ../lisp/leim/quail/ARRAY30.el #11 551.7 GEN ../lisp/leim/quail/ECDICT.el #11 552.8 GEN ../lisp/leim/quail/ETZY.el #11 553.9 GEN ../lisp/leim/quail/Punct-b5.el #11 554.8 GEN ../lisp/leim/quail/PY-b5.el #11 555.8 GEN ../lisp/leim/quail/QJ-b5.el #11 556.8 GEN ../lisp/leim/quail/ZOZY.el #11 557.9 GEN ../lisp/leim/quail/tsang-b5.el #11 559.3 GEN ../lisp/leim/quail/tsang-cns.el #11 560.9 GEN ../lisp/leim/quail/PY.el #11 562.4 GEN ../lisp/leim/quail/ZIRANMA.el #11 564.1 GEN ../lisp/leim/quail/CTLau.el #11 565.1 GEN ../lisp/leim/quail/CTLau-b5.el #11 566.2 GEN ../lisp/language/pinyin.el #11 567.4 GEN ../lisp/leim/leim-list.el #11 574.2 make[5]: Leaving directory '/checkout/leim' #11 574.2 make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #11 574.2 make[5]: Entering directory '/checkout/admin/grammars' #11 574.2 GEN ../../lisp/cedet/semantic/bovine/c-by.el #11 578.0 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 584.2 GEN ../../lisp/cedet/semantic/bovine/make-by.el #11 588.1 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 593.5 GEN ../../lisp/cedet/semantic/bovine/scm-by.el #11 597.2 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 602.0 GEN ../../lisp/cedet/semantic/grammar-wy.el #11 605.8 Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #11 611.4 GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #11 620.8 GEN ../../lisp/cedet/semantic/wisent/js-wy.el #11 630.0 GEN ../../lisp/cedet/semantic/wisent/python-wy.el #11 638.6 GEN ../../lisp/cedet/srecode/srt-wy.el #11 647.8 make[5]: Leaving directory '/checkout/admin/grammars' #11 647.9 GEN autoloads #11 648.9 INFO Scraping files for loaddefs... #11 650.9 INFO Scraping files for loaddefs...10% #11 655.1 INFO Scraping files for loaddefs...20% #11 656.2 INFO Scraping files for loaddefs...30% #11 657.4 INFO Scraping files for loaddefs...40% #11 658.6 INFO Scraping files for loaddefs...50% #11 660.7 INFO Scraping files for loaddefs...60% #11 661.7 INFO Scraping files for loaddefs...70% #11 662.9 INFO Scraping files for loaddefs...80% #11 664.9 INFO Scraping files for loaddefs...90% #11 666.5 INFO Scraping files for loaddefs...100% #11 666.6 INFO Scraping files for loaddefs...done #11 666.7 GEN textmodes/reftex-loaddefs.el #11 666.7 GEN textmodes/texinfo-loaddefs.el #11 666.8 GEN org/org-loaddefs.el #11 666.8 GEN net/tramp-loaddefs.el #11 666.8 GEN mh-e/mh-loaddefs.el #11 666.9 GEN eshell/esh-groups.el #11 666.9 GEN erc/erc-loaddefs.el #11 666.9 GEN emacs-lisp/cl-loaddefs.el #11 666.9 GEN cedet/srecode/loaddefs.el #11 667.0 GEN cedet/semantic/loaddefs.el #11 667.0 GEN cedet/ede/loaddefs.el #11 667.2 GEN calendar/diary-loaddefs.el #11 667.2 GEN calendar/holiday-loaddefs.el #11 667.3 GEN calendar/cal-loaddefs.el #11 667.3 GEN calc/calc-loaddefs.el #11 667.3 GEN ps-print-loaddefs.el #11 667.3 GEN ibuffer-loaddefs.el #11 667.3 GEN dired-loaddefs.el #11 669.0 GEN loaddefs.el #11 669.0 INFO Scraping files for loaddefs... #11 669.2 INFO Scraping files for loaddefs...79% #11 669.2 INFO Scraping files for loaddefs...done #11 669.2 GEN ../../lisp/theme-loaddefs.el #11 669.3 make[4]: Leaving directory '/checkout/lisp' #11 669.3 ELC ../lisp/abbrev.elc #11 670.5 ELC ../lisp/bindings.elc #11 672.2 ELC ../lisp/buff-menu.elc #11 673.2 ELC ../lisp/button.elc #11 674.0 ELC ../lisp/case-table.elc #11 674.7 ELC ../lisp/composite.elc #11 675.7 ELC ../lisp/cus-face.elc #11 676.5 ELC ../lisp/cus-start.elc #11 677.3 ELC ../lisp/custom.elc #11 678.6 ELC ../lisp/disp-table.elc #11 679.2 ELC ../lisp/dnd.elc #11 680.1 ELC ../lisp/dos-fns.elc #11 680.9 ELC ../lisp/dos-vars.elc #11 681.5 ELC ../lisp/dos-w32.elc #11 682.2 ELC ../lisp/dynamic-setting.elc #11 682.8 #11 682.8 In end of data: #11 682.8 dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #11 682.9 ELC ../lisp/electric.elc #11 684.0 ELC ../lisp/emacs-lisp/backquote.elc #11 684.8 ELC ../lisp/emacs-lisp/byte-run.elc #11 685.8 ELC ../lisp/emacs-lisp/cl-generic.elc #11 688.3 ELC ../lisp/emacs-lisp/cl-preloaded.elc #11 690.0 ELC ../lisp/emacs-lisp/debug-early.elc #11 690.7 ELC ../lisp/emacs-lisp/easymenu.elc #11 691.7 ELC ../lisp/emacs-lisp/eldoc.elc #11 692.8 ELC ../lisp/emacs-lisp/float-sup.elc #11 693.4 ELC ../lisp/emacs-lisp/lisp-mode.elc #11 694.8 ELC ../lisp/emacs-lisp/lisp.elc #11 695.7 ELC ../lisp/emacs-lisp/map-ynp.elc #11 696.5 ELC ../lisp/emacs-lisp/nadvice.elc #11 697.5 ELC ../lisp/emacs-lisp/oclosure.elc #11 698.8 ELC ../lisp/emacs-lisp/regexp-opt.elc #11 699.6 ELC ../lisp/emacs-lisp/rmc.elc #11 700.4 ELC ../lisp/emacs-lisp/seq.elc #11 701.8 ELC ../lisp/emacs-lisp/shorthands.elc #11 702.4 ELC ../lisp/emacs-lisp/syntax.elc #11 703.6 ELC ../lisp/emacs-lisp/tabulated-list.elc #11 704.7 ELC ../lisp/emacs-lisp/timer.elc #11 705.7 ELC ../lisp/env.elc #11 706.4 ELC ../lisp/epa-hook.elc #11 707.2 ELC ../lisp/faces.elc #11 709.1 ELC ../lisp/files.elc #11 713.8 ELC ../lisp/font-core.elc #11 714.6 ELC ../lisp/font-lock.elc #11 716.0 ELC ../lisp/format.elc #11 717.1 ELC ../lisp/frame.elc #11 719.0 ELC ../lisp/fringe.elc #11 719.7 ELC ../lisp/help.elc #11 721.9 ELC ../lisp/image.elc #11 723.2 ELC ../lisp/indent.elc #11 724.3 ELC ../lisp/international/charscript.elc #11 725.0 ELC ../lisp/international/emoji-zwj.elc #11 726.0 ELC ../lisp/international/characters.elc #11 727.2 make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #11 727.2 make[4]: Entering directory '/checkout/admin/unidata' #11 727.3 ELC uvs.elc #11 728.0 ELC unidata-gen.elc #11 729.6 GEN unidata.txt #11 730.8 GEN ../../lisp/international/uni-bidi.el #11 731.7 GEN ../../lisp/international/uni-brackets.el #11 732.3 GEN ../../lisp/international/uni-category.el #11 733.0 GEN ../../lisp/international/uni-combining.el #11 733.8 GEN ../../lisp/international/uni-comment.el #11 734.5 GEN ../../lisp/international/uni-decimal.el #11 735.2 GEN ../../lisp/international/uni-decomposition.el #11 736.0 GEN ../../lisp/international/uni-digit.el #11 736.7 GEN ../../lisp/international/uni-lowercase.el #11 737.4 GEN ../../lisp/international/uni-mirrored.el #11 738.1 GEN ../../lisp/international/uni-name.el #11 741.5 GEN ../../lisp/international/uni-numeric.el #11 742.4 GEN ../../lisp/international/uni-old-name.el #11 743.2 GEN ../../lisp/international/uni-special-lowercase.el #11 743.9 GEN ../../lisp/international/uni-special-titlecase.el #11 744.6 GEN ../../lisp/international/uni-special-uppercase.el #11 745.3 GEN ../../lisp/international/uni-titlecase.el #11 746.0 GEN ../../lisp/international/uni-uppercase.el #11 746.7 GEN ../../lisp/international/charprop.el #11 747.1 GEN ../../lisp/international/emoji-labels.el #11 757.3 GEN ../../lisp/international/uni-scripts.el #11 760.3 GEN ../../lisp/international/uni-confusable.el #11 763.5 GEN ../../lisp/international/idna-mapping.el #11 767.3 make[4]: Leaving directory '/checkout/admin/unidata' #11 767.3 make -C ../admin/charsets cp51932.el #11 767.6 make[4]: Entering directory '/checkout/admin/charsets' #11 767.6 make[4]: Nothing to be done for 'cp51932.el'. #11 767.6 make[4]: Leaving directory '/checkout/admin/charsets' #11 767.6 ELC ../lisp/international/cp51932.elc #11 768.3 make -C ../admin/charsets eucjp-ms.el #11 768.3 make[4]: Entering directory '/checkout/admin/charsets' #11 768.3 make[4]: Nothing to be done for 'eucjp-ms.el'. #11 768.3 make[4]: Leaving directory '/checkout/admin/charsets' #11 768.3 ELC ../lisp/international/eucjp-ms.elc #11 769.1 ELC ../lisp/international/fontset.elc #11 770.2 ELC ../lisp/international/iso-transl.elc #11 771.0 ELC ../lisp/international/mule-cmds.elc #11 773.1 ELC ../lisp/international/mule-conf.elc #11 774.8 ELC ../lisp/international/mule-util.elc #11 776.3 ELC ../lisp/international/mule.elc #11 778.4 ELC ../lisp/international/ucs-normalize.elc #11 785.4 ELC ../lisp/isearch.elc #11 789.0 ELC ../lisp/jit-lock.elc #11 790.2 ELC ../lisp/jka-cmpr-hook.elc #11 791.3 ELC ../lisp/keymap.elc #11 792.4 ELC ../lisp/language/burmese.elc #11 793.0 ELC ../lisp/language/cham.elc #11 793.6 ELC ../lisp/language/chinese.elc #11 794.3 ELC ../lisp/language/cyrillic.elc #11 795.0 ELC ../lisp/language/czech.elc #11 795.7 ELC ../lisp/language/english.elc #11 796.4 ELC ../lisp/language/ethiopic.elc #11 797.0 ELC ../lisp/language/european.elc #11 797.8 ELC ../lisp/language/georgian.elc #11 798.4 ELC ../lisp/language/greek.elc #11 799.0 ELC ../lisp/language/hebrew.elc #11 799.8 ELC ../lisp/language/indian.elc #11 800.6 ELC ../lisp/language/indonesian.elc #11 801.3 ELC ../lisp/language/japanese.elc #11 802.0 ELC ../lisp/language/khmer.elc #11 802.7 ELC ../lisp/language/korean.elc #11 803.4 ELC ../lisp/language/lao.elc #11 804.1 ELC ../lisp/language/misc-lang.elc #11 804.9 ELC ../lisp/language/philippine.elc #11 805.5 ELC ../lisp/language/romanian.elc #11 806.2 ELC ../lisp/language/sinhala.elc #11 806.9 ELC ../lisp/language/slovak.elc #11 807.5 ELC ../lisp/language/tai-viet.elc #11 808.1 ELC ../lisp/language/thai.elc #11 808.8 ELC ../lisp/language/tibetan.elc #11 809.5 ELC ../lisp/language/utf-8-lang.elc #11 810.1 ELC ../lisp/language/vietnamese.elc #11 810.7 ELC ../lisp/loaddefs.elc #11 815.3 ELC ../lisp/ls-lisp.elc #11 816.2 ELC ../lisp/menu-bar.elc #11 818.0 ELC ../lisp/minibuffer.elc #11 821.5 ELC ../lisp/mouse.elc #11 823.9 ELC ../lisp/mwheel.elc #11 824.8 ELC ../lisp/newcomment.elc #11 826.1 ELC ../lisp/obarray.elc