Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1703721815:prepare_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 ... section_end:1703721817:prepare_executor section_start:1703721817:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1703721821:prepare_script section_start:1703721821:get_sources $ 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/ From https://emba.gnu.org/emacs/emacs * [new ref] ea4cbb3aae3c7f72ef04337bc2db7292909ca9a1 -> refs/pipelines/27648 c5a4366..ea4cbb3 master -> origin/master Checking out ea4cbb3a as master... Skipping Git submodules setup section_end:1703721843:get_sources section_start:1703721843:restore_cache section_end:1703721847:restore_cache section_start:1703721847:download_artifacts section_end:1703721851:download_artifacts section_start:1703721851:build_script $ docker info Client: Debug Mode: false Server: Containers: 24 Running: 5 Paused: 0 Stopped: 19 Images: 7 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-ea4cbb3aae3c7f72ef04337bc2db7292909ca9a1/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 . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 DONE 20.0s #2 [internal] load .dockerignore #2 DONE 24.4s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 8.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:71f0e09d5... #4 DONE 0.0s #7 [internal] load build context #7 DONE 0.0s #7 [internal] load build context #7 transferring context: 33B #7 transferring context: 54.65MB 5.0s #7 transferring context: 83.20MB 10.0s #7 transferring context: 106.26MB 15.1s #7 transferring context: 119.35MB 20.1s #7 transferring context: 138.71MB 25.1s #7 transferring context: 154.87MB 30.3s #7 transferring context: 167.04MB 35.4s #7 transferring context: 171.10MB 41.8s #7 transferring context: 196.48MB 46.8s #7 transferring context: 237.59MB 51.8s #7 transferring context: 242.88MB 52.8s done #7 DONE 61.2s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 35.2s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 3.8s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 3.364 Checking whether you have the necessary tools... #10 3.364 (Read INSTALL.REPO for more details on building Emacs) #10 3.365 Checking for autoconf (need at least version 2.65) ... ok #10 3.485 Your system has the required tools. #10 3.515 Building aclocal.m4 ... #10 3.527 Running 'autoreconf -fi -I m4' ... #10 28.46 Building 'aclocal.m4' in exec ... #10 28.46 Running 'autoreconf -fi' in exec ... #10 32.22 You can now run './autogen.sh git'. #10 DONE 33.5s #11 [emacs-inotify 5/6] RUN ./configure #11 2.635 checking for xcrun... no #11 2.635 checking for GNU Make... make #11 2.745 checking build system type... x86_64-pc-linux-gnu #11 3.597 checking host system type... x86_64-pc-linux-gnu #11 3.641 checking for gcc... gcc #11 3.844 checking whether the C compiler works... yes #11 4.237 checking for C compiler default output file name... a.out #11 4.244 checking for suffix of executables... #11 4.401 checking whether we are cross compiling... no #11 4.702 checking for suffix of object files... o #11 4.798 checking whether we are using the GNU C compiler... yes #11 4.915 checking whether gcc accepts -g... yes #11 5.073 checking for gcc option to enable C11 features... none needed #11 5.587 checking whether the compiler is clang... no #11 5.711 checking for compiler option needed when checking for declarations... none #11 5.711 checking whether gcc and cc understand -c and -o together... yes #11 6.285 checking how to run the C preprocessor... gcc -E #11 6.658 checking for grep that handles long lines and -e... /bin/grep #11 6.675 checking for egrep... /bin/grep -E #11 6.684 checking for ANSI C header files... yes #11 7.505 checking for sys/types.h... yes #11 7.671 checking for sys/stat.h... yes #11 7.902 checking for stdlib.h... yes #11 8.262 checking for string.h... yes #11 8.627 checking for memory.h... yes #11 8.888 checking for strings.h... yes #11 9.131 checking for inttypes.h... yes #11 9.368 checking for stdint.h... yes #11 9.516 checking for unistd.h... yes #11 9.768 checking for wchar.h... yes #11 9.977 checking for minix/config.h... no #11 10.18 checking for linux/fs.h... yes #11 10.47 checking for malloc.h... yes #11 10.67 checking for sys/systeminfo.h... no #11 10.86 checking for sys/sysinfo.h... yes #11 11.17 checking for coff.h... no #11 11.50 checking for pty.h... yes #11 11.78 checking for sys/resource.h... yes #11 12.47 checking for sys/utsname.h... yes #11 12.64 checking for pwd.h... yes #11 12.84 checking for util.h... no #11 12.99 checking for sanitizer/lsan_interface.h... yes #11 13.12 checking for sanitizer/asan_interface.h... yes #11 13.35 checking for sanitizer/common_interface_defs.h... yes #11 13.64 checking for sys/socket.h... yes #11 13.94 checking for stdlib.h... (cached) yes #11 13.99 checking for unistd.h... (cached) yes #11 14.04 checking for sys/param.h... yes #11 14.33 checking for pthread.h... yes #11 14.58 checking for malloc/malloc.h... no #11 14.79 checking for sys/un.h... yes #11 14.96 checking for utmp.h... yes #11 15.15 checking for utmpx.h... yes #11 15.35 checking for OS.h... no #11 15.52 checking for dirent.h... yes #11 15.75 checking for execinfo.h... yes #11 15.95 checking for linux/xattr.h... yes #11 16.19 checking for stdio_ext.h... yes #11 16.44 checking for sys/vfs.h... yes #11 16.58 checking for sys/fs_types.h... no #11 16.72 checking for getopt.h... yes #11 16.92 checking for sys/cdefs.h... yes #11 17.11 checking for sys/time.h... yes #11 17.31 checking for ieee754.h... yes #11 17.51 checking for limits.h... yes #11 17.73 checking for inttypes.h... (cached) yes #11 17.77 checking for sys/types.h... (cached) yes #11 17.81 checking for stdint.h... (cached) yes #11 17.86 checking for sys/select.h... yes #11 18.10 checking for stdbool.h... yes #11 18.33 checking for stdckdint.h... no #11 18.51 checking for sys/random.h... yes #11 18.65 checking for sys/stat.h... (cached) yes #11 18.66 checking whether it is safe to define __EXTENSIONS__... yes #11 18.82 checking whether _XOPEN_SOURCE should be defined... no #11 18.92 checking for Minix Amsterdam compiler... no #11 18.99 checking for ar... ar #11 19.00 checking for ranlib... ranlib #11 19.00 checking for gcc option to enable large file support... none needed #11 19.26 checking for gcc option for timestamps after 2038... none needed #11 19.39 checking for g++... g++ #11 19.55 checking whether we are using the GNU C++ compiler... yes #11 19.99 checking whether g++ accepts -g... yes #11 20.15 checking for g++ option to enable C++11 features... none needed #11 50.01 checking how to run the C++ preprocessor... g++ -E #11 50.31 checking whether gcc accepts -g3 -O2... yes #11 50.56 checking whether the compiler is clang... no #11 50.68 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 50.81 checking whether -Wno-missing-field-initializers is needed... yes #11 51.05 checking whether -Wuninitialized is supported... yes #11 51.19 checking whether C compiler handles -fstrict-flex-arrays... no #11 51.30 checking whether C compiler handles -Wall... yes #11 51.49 checking whether C compiler handles -Warith-conversion... yes #11 51.71 checking whether C compiler handles -Wdate-time... yes #11 51.91 checking whether C compiler handles -Wdisabled-optimization... yes #11 52.11 checking whether C compiler handles -Wdouble-promotion... yes #11 52.32 checking whether C compiler handles -Wduplicated-cond... yes #11 52.57 checking whether C compiler handles -Wextra... yes #11 52.74 checking whether C compiler handles -Wformat-signedness... yes #11 52.93 checking whether C compiler handles -Winit-self... yes #11 53.11 checking whether C compiler handles -Winvalid-pch... yes #11 53.40 checking whether C compiler handles -Wlogical-op... yes #11 53.61 checking whether C compiler handles -Wmissing-declarations... yes #11 53.82 checking whether C compiler handles -Wmissing-include-dirs... yes #11 53.98 checking whether C compiler handles -Wmissing-prototypes... yes #11 54.21 checking whether C compiler handles -Wnested-externs... yes #11 54.35 checking whether C compiler handles -Wnull-dereference... yes #11 54.49 checking whether C compiler handles -Wold-style-definition... yes #11 54.63 checking whether C compiler handles -Wopenmp-simd... yes #11 54.88 checking whether C compiler handles -Wpacked... yes #11 55.02 checking whether C compiler handles -Wpointer-arith... yes #11 55.24 checking whether C compiler handles -Wstrict-flex-arrays... no #11 55.35 checking whether C compiler handles -Wstrict-prototypes... yes #11 55.64 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 55.98 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 56.24 checking whether C compiler handles -Wsuggest-final-methods... yes #11 56.39 checking whether C compiler handles -Wsuggest-final-types... yes #11 56.53 checking whether C compiler handles -Wtrampolines... yes #11 56.68 checking whether C compiler handles -Wuninitialized... yes #11 56.80 checking whether C compiler handles -Wunknown-pragmas... yes #11 56.98 checking whether C compiler handles -Wunused-macros... yes #11 57.16 checking whether C compiler handles -Wvariadic-macros... yes #11 57.34 checking whether C compiler handles -Wvector-operation-performance... yes #11 57.54 checking whether C compiler handles -Wwrite-strings... yes #11 57.69 checking whether C compiler handles -Warray-bounds=2... yes #11 57.89 checking whether C compiler handles -Wattribute-alias=2... yes #11 58.03 checking whether C compiler handles -Wformat=2... yes #11 58.20 checking whether C compiler handles -Wformat-truncation=2... yes #11 58.37 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 58.57 checking whether C compiler handles -Wshift-overflow=2... yes #11 58.72 checking whether C compiler handles -Wuse-after-free=3... no #11 58.82 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 59.00 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 59.15 checking whether C compiler handles -Wredundant-decls... yes #11 59.30 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 59.30 checking whether C compiler handles -Wno-override-init... yes #11 59.42 checking whether C compiler handles -Wno-sign-compare... yes #11 59.58 checking whether C compiler handles -Wno-type-limits... yes #11 59.77 checking whether C compiler handles -Wno-unused-parameter... yes #11 59.93 checking whether C compiler handles -Wno-format-nonliteral... yes #11 60.10 checking whether C compiler handles -Wno-bidi-chars... no #11 60.16 checking for a BSD-compatible install... /usr/bin/install -c #11 60.20 checking command to symlink files in the same directory... ln -s #11 60.22 checking for install-info... : #11 60.22 checking for gzip... /bin/gzip #11 60.22 checking for 'find' args to delete a file... -delete #11 61.04 checking for brew... no #11 63.49 checking for -znocombreloc... not needed #11 63.49 checking whether addresses are sanitized... no #11 63.85 checking for math library... -lm #11 66.02 checking for struct passwd.pw_gecos... yes #11 66.16 checking for pkg-config... /usr/bin/pkg-config #11 66.17 checking pkg-config is at least version 0.9.0... yes #11 66.27 checking for machine/soundcard.h... no #11 66.37 checking for sys/soundcard.h... yes #11 66.57 checking for soundcard.h... no #11 66.72 checking for mmsystem.h... no #11 66.85 checking for _oss_ioctl in -lossaudio... no #11 67.02 checking for alsa >= 1.0.0... no #11 67.07 checking for ADDR_NO_RANDOMIZE... yes #11 67.22 checking if Linux sysinfo may be used... yes #11 67.61 checking for sys/wait.h that is POSIX.1 compatible... yes #11 67.82 checking for net/if.h... yes #11 68.06 checking for ifaddrs.h... yes #11 68.28 checking for net/if_dl.h... no #11 68.55 checking for struct ifreq.ifr_flags... yes #11 68.96 checking for struct ifreq.ifr_hwaddr... yes #11 69.34 checking for struct ifreq.ifr_netmask... yes #11 69.89 checking for struct ifreq.ifr_broadaddr... yes #11 70.39 checking for struct ifreq.ifr_addr... yes #11 70.93 checking for struct ifreq.ifr_addr.sa_len... no #11 71.36 checking whether gcc understands -MMD -MF... yes #11 71.53 checking for X... no #11 71.70 checking for X... false #11 71.70 checking whether malloc is Doug Lea style... no #11 71.82 checking for sbrk... yes #11 72.06 checking for __lsan_ignore_object... no #11 72.33 checking for fchmod... yes #11 72.60 checking for utmpname... yes #11 72.84 checking for utmpxname... yes #11 73.03 checking for canonicalize_file_name... yes #11 73.26 checking for realpath... yes #11 73.54 checking for lstat... yes #11 73.81 checking for fchmodat... yes #11 74.13 checking for lchmod... no #11 74.26 checking for fcntl... yes #11 74.58 checking for fdopendir... yes #11 74.87 checking for listxattr... yes #11 75.09 checking for fstatat... yes #11 75.42 checking for fsync... yes #11 75.70 checking for gettimeofday... yes #11 76.02 checking for memset_explicit... no #11 76.38 checking for memset_s... no #11 76.73 checking for pselect... yes #11 77.14 checking for readlink... yes #11 77.36 checking for isblank... yes #11 77.68 checking for iswctype... yes #11 77.97 checking for strtoimax... yes #11 78.23 checking for symlink... yes #11 78.61 checking for localtime_r... yes #11 79.01 checking for getdtablesize... yes #11 79.45 checking for getpagesize... yes #11 80.01 checking for working mmap... yes #11 80.47 checking for main in -lXbsd... no #11 80.67 checking for pthread library... -lpthread #11 81.42 checking for thread support... yes #11 81.43 checking for sqlite3_open_v2 in -lsqlite3... no #11 81.78 checking for getaddrinfo_a in -lanl... yes #11 82.66 checking for malloc_trim... yes #11 82.86 checking for dbus-1 >= 1.0... yes #11 82.95 checking for dbus_watch_get_unix_fd... yes #11 83.39 checking for dbus_type_is_valid... yes #11 83.82 checking for dbus_validate_bus_name... yes #11 84.13 checking for dbus_validate_path... yes #11 84.40 checking for dbus_validate_interface... yes #11 84.75 checking for dbus_validate_member... yes #11 85.03 checking for lgetfilecon in -lselinux... no #11 85.26 checking for gnutls >= 2.12.2... yes #11 85.32 checking for libsystemd >= 222... no #11 85.34 checking for jansson >= 2.7... no #11 85.37 checking for tree-sitter >= 0.20.2... no #11 85.41 checking for tree-sitter >= 0.6.3... no #11 85.44 checking sys/inotify.h usability... yes #11 85.66 checking sys/inotify.h presence... yes #11 85.74 checking for sys/inotify.h... yes #11 85.74 checking for inotify_init1... yes #11 86.12 checking for lcms2... no #11 86.15 checking for library containing inflateEnd... no #11 86.64 checking for dladdr... yes #11 86.98 checking for dlfunc... no #11 87.31 checking for gcc_jit_context_acquire in -lgccjit... no #11 87.61 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 87.61 found. #11 87.61 Please try installing libgccjit or a similar package if you want to have it #11 87.61 enabled. #11 87.82 no #11 87.82 checking libgccjit.h presence... no #11 87.91 checking for libgccjit.h... no #11 87.92 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 87.92 were not found. #11 87.92 Please try installing libgccjit-dev or a similar package if you want to have it #11 87.92 enabled. #11 87.93 checking gpm.h usability... no #11 88.06 checking gpm.h presence... no #11 88.11 checking for gpm.h... no #11 88.11 checking for libxml-2.0 > 2.6.17... no #11 88.13 checking for maillock in -lmail... no #11 88.29 checking for maillock in -llockfile... no #11 88.47 checking for liblockfile.so... no #11 88.48 checking maillock.h usability... no #11 88.62 checking maillock.h presence... no #11 88.69 checking for maillock.h... no #11 88.71 checking linux/seccomp.h usability... yes #11 88.87 checking linux/seccomp.h presence... yes #11 88.93 checking for linux/seccomp.h... yes #11 88.98 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 89.12 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 89.24 checking linux/filter.h usability... yes #11 89.41 checking linux/filter.h presence... yes #11 89.45 checking for linux/filter.h... yes #11 89.50 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 89.53 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 89.54 checking for libseccomp >= 2.5.2... no #11 89.56 checking size of long... 8 #11 89.86 checking for accept4... yes #11 90.09 checking for fchdir... yes #11 90.30 checking for gethostname... yes #11 90.58 checking for getrusage... yes #11 90.88 checking for get_current_dir_name... yes #11 91.13 checking for lrand48... yes #11 91.39 checking for random... yes #11 91.60 checking for rint... yes #11 91.85 checking for tcdrain... yes #11 92.06 checking for trunc... yes #11 92.29 checking for select... yes #11 92.53 checking for getpagesize... (cached) yes #11 92.57 checking for setlocale... yes #11 92.83 checking for newlocale... yes #11 93.16 checking for getrlimit... yes #11 93.53 checking for setrlimit... yes #11 93.81 checking for shutdown... yes #11 94.12 checking for pthread_sigmask... (cached) yes #11 94.18 checking for strsignal... yes #11 94.52 checking for setitimer... yes #11 94.83 checking for sendto... yes #11 95.06 checking for recvfrom... yes #11 95.26 checking for getsockname... yes #11 95.51 checking for getifaddrs... yes #11 95.69 checking for freeifaddrs... yes #11 96.00 checking for gai_strerror... yes #11 96.35 checking for sync... yes #11 96.57 checking for endpwent... yes #11 96.91 checking for getgrent... yes #11 97.26 checking for endgrent... yes #11 97.54 checking for renameat2... yes #11 97.80 checking for cfmakeraw... yes #11 98.07 checking for cfsetspeed... yes #11 98.31 checking for __executable_start... yes #11 98.50 checking for log2... yes #11 98.72 checking for pthread_setname_np... yes #11 98.95 checking for pthread_set_name_np... no #11 99.17 checking for getpwent... yes #11 99.33 checking whether pthread_setname_np takes a single argument... no #11 99.43 checking whether pthread_setname_np takes three arguments... no #11 99.55 checking for aligned_alloc... yes #11 99.82 checking whether aligned_alloc is declared... yes #11 99.99 checking for posix_madvise... yes #11 100.3 checking for madvise... yes #11 100.5 checking for __builtin_frame_address... yes #11 100.7 checking for __builtin_unwind_init... yes #11 100.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 101.1 checking for grantpt... yes #11 101.2 checking for getpt... yes #11 101.5 checking for posix_openpt... yes #11 101.7 checking for library containing tputs... -ltinfo #11 102.2 checking whether -ltinfo library defines BC... yes #11 102.5 checking for timerfd interface... yes #11 102.6 checking whether signals can be handled on alternate stack... yes #11 102.9 checking valgrind/valgrind.h usability... no #11 103.0 checking valgrind/valgrind.h presence... no #11 103.1 checking for valgrind/valgrind.h... no #11 103.1 checking for struct unipair.unicode... yes #11 103.4 checking for pid_t... yes #11 104.0 checking vfork.h usability... no #11 104.3 checking vfork.h presence... no #11 104.4 checking for vfork.h... no #11 104.4 checking for fork... yes #11 104.8 checking for vfork... yes #11 105.1 checking for working fork... yes #11 105.4 checking for working vfork... (cached) yes #11 105.5 checking for snprintf... yes #11 105.7 checking for open_memstream... yes #11 106.0 checking spawn.h usability... yes #11 106.1 checking spawn.h presence... yes #11 106.2 checking for spawn.h... yes #11 106.2 checking for posix_spawn... yes #11 106.4 checking for posix_spawn_file_actions_addchdir... no #11 106.6 checking for posix_spawn_file_actions_addchdir_np... yes #11 106.8 checking for posix_spawnattr_setflags... yes #11 107.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 107.2 checking whether GLib is linked in... no #11 107.3 checking for nl_langinfo and CODESET... yes #11 107.5 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 107.8 checking for mbstate_t... yes #11 108.1 checking for signals via characters... yes #11 108.2 checking for _setjmp... yes #11 108.5 checking for sigsetjmp... yes #11 108.6 checking POSIX termios... yes #11 108.9 checking size of speed_t... 4 #11 109.2 checking for usable FIONREAD... yes #11 109.4 checking for usable SIGIO... yes #11 109.6 checking for struct alignment... yes #11 109.7 checking for C/C++ restrict keyword... __restrict__ #11 109.8 checking for typeof syntax and keyword spelling... typeof #11 109.9 checking for statement expressions... yes #11 110.0 checking whether malloc (0) returns nonnull... yes #11 110.2 checking sys/acl.h usability... yes #11 110.4 checking sys/acl.h presence... yes #11 110.4 checking for sys/acl.h... yes #11 110.5 checking for library containing acl_get_file... -lacl #11 110.8 checking for acl_get_file... yes #11 111.0 checking for acl_get_fd... yes #11 111.2 checking for acl_set_file... yes #11 111.5 checking for acl_set_fd... yes #11 111.8 checking for acl_free... yes #11 112.1 checking for acl_from_mode... yes #11 112.4 checking for acl_from_text... yes #11 112.6 checking for acl_delete_def_file... yes #11 112.8 checking for acl_extended_file... yes #11 113.0 checking for acl_delete_fd_np... no #11 113.2 checking for acl_delete_file_np... no #11 113.5 checking for acl_copy_ext_native... no #11 113.8 checking for acl_create_entry_np... no #11 114.0 checking for acl_to_short_text... no #11 114.4 checking for acl_free_text... no #11 114.9 checking for working acl_get_file... yes #11 115.4 checking acl/libacl.h usability... yes #11 115.8 checking acl/libacl.h presence... yes #11 115.9 checking for acl/libacl.h... yes #11 115.9 checking for acl_entries... yes #11 116.4 checking for ACL_FIRST_ENTRY... yes #11 116.6 checking for ACL_TYPE_EXTENDED... no #11 116.8 checking for working alloca.h... yes #11 117.2 checking for alloca... yes #11 117.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 117.6 checking whether the preprocessor supports include_next... yes #11 117.9 checking whether source code line length is unlimited... yes #11 118.1 checking whether endutent is declared... yes #11 118.3 checking for struct utmpx.ut_user... yes #11 118.8 checking for struct utmp.ut_user... yes #11 119.1 checking for struct utmpx.ut_name... yes #11 119.5 checking for struct utmp.ut_name... yes #11 120.0 checking for struct utmpx.ut_type... yes #11 120.5 checking for struct utmp.ut_type... yes #11 121.0 checking for struct utmpx.ut_pid... yes #11 121.4 checking for struct utmp.ut_pid... yes #11 121.8 checking for struct utmp.ut_tv... yes #11 122.4 checking for struct utmpx.ut_host... yes #11 122.9 checking for struct utmp.ut_host... yes #11 123.3 checking for struct utmpx.ut_id... yes #11 123.7 checking for struct utmp.ut_id... yes #11 124.2 checking for struct utmpx.ut_session... yes #11 124.5 checking for struct utmp.ut_session... yes #11 124.9 checking for struct utmpx.ut_exit... yes #11 125.6 checking for struct utmp.ut_exit... yes #11 126.5 checking for struct utmpx.ut_exit.ut_exit... no #11 127.0 checking for struct utmpx.ut_exit.e_exit... yes #11 127.4 checking for struct utmp.ut_exit.e_exit... yes #11 127.8 checking for struct utmpx.ut_exit.ut_termination... no #11 128.5 checking for struct utmpx.ut_exit.e_termination... yes #11 129.0 checking for struct utmp.ut_exit.e_termination... yes #11 129.5 checking whether sysinfo is declared... yes #11 129.8 checking for sys/sysctl.h... yes #11 130.1 checking for sysctl... yes #11 130.5 checking whether lstat correctly handles trailing slash... yes #11 131.1 checking whether // is distinct from /... no #11 131.2 checking whether realpath works... yes #11 132.0 checking for faccessat... yes #11 132.5 checking for getcwd... yes #11 133.0 checking whether byte ordering is bigendian... no #11 133.8 checking if environ is properly declared... yes #11 134.1 checking for complete errno.h... yes #11 134.2 checking whether ctype.h defines __header_inline... no #11 134.4 checking for mode_t... yes #11 135.2 checking whether strmode is declared... no #11 135.7 checking whether getline is declared... yes #11 136.1 checking for gawk... no #11 136.1 checking for mawk... mawk #11 136.1 checking for getopt.h... (cached) yes #11 136.1 checking for getopt_long_only... yes #11 136.6 checking whether getopt is POSIX compatible... yes #11 138.2 checking for working GNU getopt function... yes #11 138.9 checking for working GNU getopt_long function... yes #11 139.4 checking whether timespec_get is declared... yes #11 139.7 checking for timespec_get... yes #11 140.2 checking for struct timeval... yes #11 140.4 checking for wide-enough struct timeval.tv_sec member... yes #11 140.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 140.6 checking whether the compiler produces multi-arch binaries... no #11 140.8 checking whether stdint.h conforms to C99... yes #11 141.4 checking whether stdint.h works without ISO C predefines... yes #11 141.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 141.8 checking whether memmem is declared... yes #11 142.0 checking whether memrchr is declared... yes #11 142.3 checking whether defines MIN and MAX... no #11 142.3 checking whether defines MIN and MAX... yes #11 142.6 checking whether time_t is signed... yes #11 142.8 checking whether alarm is declared... yes #11 143.1 checking for working mktime... no #11 143.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 144.0 checking for struct tm.tm_zone... yes #11 144.1 checking for struct tm.tm_gmtoff... yes #11 144.2 checking whether is self-contained... yes #11 144.6 checking for inline... inline #11 144.7 checking for sigset_t... yes #11 145.0 checking for volatile sig_atomic_t... yes #11 145.2 checking for sighandler_t... yes #11 145.4 checking for wchar_t... yes #11 145.6 checking for good max_align_t... yes #11 145.7 checking whether NULL can be used in arbitrary expressions... yes #11 145.9 checking for unreachable... no #11 146.1 checking whether fcloseall is declared... yes #11 146.3 checking whether getw is declared... yes #11 146.5 checking whether putw is declared... yes #11 146.6 checking which flavor of printf attribute matches inttypes macros... system #11 146.8 checking whether strnlen is declared... yes #11 146.9 checking whether strtoimax is declared... yes #11 147.1 checking whether stat file-mode macros are broken... no #11 147.2 checking for nlink_t... yes #11 148.0 checking for struct timespec in ... yes #11 148.1 checking for TIME_UTC in ... yes #11 148.2 checking whether execvpe is declared... yes #11 148.4 checking whether clearerr_unlocked is declared... yes #11 148.6 checking whether feof_unlocked is declared... yes #11 148.7 checking whether ferror_unlocked is declared... yes #11 148.9 checking whether fflush_unlocked is declared... yes #11 149.1 checking whether fgets_unlocked is declared... yes #11 149.3 checking whether fputc_unlocked is declared... yes #11 149.5 checking whether fputs_unlocked is declared... yes #11 149.9 checking whether fread_unlocked is declared... yes #11 150.1 checking whether fwrite_unlocked is declared... yes #11 150.3 checking whether getc_unlocked is declared... yes #11 150.6 checking whether getchar_unlocked is declared... yes #11 150.9 checking whether putc_unlocked is declared... yes #11 151.1 checking whether putchar_unlocked is declared... yes #11 151.3 checking type of array argument to getgroups... gid_t #11 151.7 checking whether getdelim is declared... yes #11 151.9 checking whether getdtablesize is declared... yes #11 152.0 checking whether malloc is ptrdiff_t safe... yes #11 152.2 checking whether malloc, realloc, calloc set errno on failure... yes #11 152.2 checking for O_CLOEXEC... yes #11 152.3 checking for promoted mode_t type... mode_t #11 152.4 checking whether the utimes function works... yes #11 152.7 checking for C compiler option to allow warnings... -Wno-error #11 152.9 checking for alignas and alignof... yes, macros #11 153.1 checking for alloca as a compiler built-in... yes #11 153.1 checking for static_assert... yes, an macro #11 153.3 checking for __builtin_expect... yes #11 153.5 checking byteswap.h usability... yes #11 153.7 checking byteswap.h presence... yes #11 153.7 checking for byteswap.h... yes #11 153.7 checking for readlinkat... yes #11 154.0 checking for library containing clock_gettime... none required #11 154.2 checking for clock_getres... yes #11 154.4 checking for clock_gettime... yes #11 154.6 checking for clock_settime... yes #11 154.7 checking for copy_file_range... yes #11 154.9 checking for d_type member in directory struct... yes #11 155.1 checking whether // is distinct from /... (cached) no #11 155.1 checking whether dup2 works... yes #11 155.5 checking for library containing backtrace_symbols_fd... none required #11 155.7 checking for faccessat... (cached) yes #11 155.7 checking whether fchmodat works... no #11 156.0 checking for readlinkat... (cached) yes #11 156.0 checking whether fcntl handles F_DUPFD correctly... yes #11 156.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 156.9 checking whether fdopendir is declared... yes #11 157.1 checking whether fdopendir works... yes #11 157.4 checking for flexible array member... yes #11 157.6 checking for __fpending... yes #11 157.9 checking whether __fpending is declared... yes #11 158.0 checking whether free is known to preserve errno... no #11 158.2 checking whether fstatat (..., 0) works... yes #11 158.5 checking for sys/mount.h... yes #11 158.9 checking for statvfs function (SVR4)... yes #11 159.1 checking whether to use statvfs64... no #11 159.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 159.6 checking sys/fs/s5param.h usability... no #11 159.9 checking sys/fs/s5param.h presence... no #11 160.0 checking for sys/fs/s5param.h... no #11 160.0 checking sys/statfs.h usability... yes #11 160.2 checking sys/statfs.h presence... yes #11 160.3 checking for sys/statfs.h... yes #11 160.3 checking for statfs that truncates block counts... no #11 160.5 checking for futimens... yes #11 160.9 checking whether futimens works... yes #11 162.3 checking for getline... yes #11 162.7 checking for working getline function... yes #11 163.2 checking for getloadavg... yes #11 163.6 checking sys/loadavg.h usability... no #11 163.9 checking sys/loadavg.h presence... no #11 164.0 checking for sys/loadavg.h... no #11 164.0 checking whether getloadavg is declared... yes #11 164.2 checking for getrandom... yes #11 164.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 164.9 checking for gettimeofday with POSIX signature... yes #11 165.2 checking whether the compiler supports the __inline keyword... yes #11 165.3 checking gmp.h usability... yes #11 165.8 checking gmp.h presence... yes #11 165.9 checking for gmp.h... yes #11 165.9 checking for library containing __gmpz_roinit_n... -lgmp #11 166.5 checking for memmem... yes #11 166.8 checking whether memmem works... yes #11 167.1 checking for mempcpy... yes #11 167.5 checking for memrchr... yes #11 167.9 checking for explicit_memset... no #11 168.0 checking for mkostemp... yes #11 168.2 checking for library containing nanosleep... none required #11 168.4 checking for working nanosleep... no (mishandles large arguments) #11 169.7 checking for sys/pstat.h... no #11 169.9 checking for sys/sysmp.h... no #11 170.2 checking for sys/param.h... (cached) yes #11 170.2 checking for sys/sysctl.h... (cached) yes #11 170.3 checking for sched_getaffinity_np... no #11 170.6 checking for pstat_getdynamic... no #11 171.1 checking for sysmp... no #11 171.5 checking for sysctl... (cached) yes #11 171.6 checking for sched_getaffinity... yes #11 171.9 checking for glibc compatible sched_getaffinity... yes #11 172.1 checking for pipe2... yes #11 172.4 checking whether signature of pselect conforms to POSIX... yes #11 172.7 checking whether pselect detects invalid fds... yes #11 173.1 checking whether pthread_sigmask is a macro... no #11 173.2 checking whether pthread_sigmask returns error numbers... yes #11 173.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 176.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 176.5 checking whether readlink signature is correct... yes #11 176.6 checking whether readlink handles trailing slash correctly... yes #11 176.9 checking whether readlink truncates results correctly... yes #11 177.0 checking for readlinkat... (cached) yes #11 177.0 checking whether readlinkat signature is correct... yes #11 177.2 checking for working re_compile_pattern... no #11 177.5 checking libintl.h usability... yes #11 177.7 checking libintl.h presence... yes #11 177.7 checking for libintl.h... yes #11 177.8 checking whether isblank is declared... yes #11 177.9 checking for sig2str... no #11 178.1 checking for sigdescr_np... no #11 178.3 checking for socklen_t... yes #11 178.5 checking for ssize_t... yes #11 178.7 checking for struct stat.st_atim.tv_nsec... yes #11 178.8 checking whether struct stat.st_atim is of type struct timespec... yes #11 179.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 179.3 checking for struct stat.st_birthtimensec... no #11 179.6 checking for struct stat.st_birthtim.tv_nsec... no #11 179.9 checking for bool, true, false... no #11 179.9 checking for stpcpy... yes #11 180.3 checking for working strnlen... yes #11 180.6 checking whether strtoimax works... yes #11 181.4 checking whether symlink handles trailing slash correctly... yes #11 181.6 checking whether localtime_r is declared... yes #11 181.7 checking whether localtime_r is compatible with its POSIX signature... yes #11 181.8 checking whether localtime works even near extrema... yes #11 182.1 checking for timezone_t... no #11 182.2 checking for timegm... yes #11 182.5 checking whether timer_settime is declared... yes #11 182.6 checking for library containing timer_settime... -lrt #11 183.0 checking for timer_settime... yes #11 183.2 checking for utimensat... yes #11 183.4 checking whether utimensat works... yes #11 184.7 checking for variable-length arrays... yes #11 184.8 checking whether getdtablesize works... yes #11 185.0 checking for __mktime_internal... no #11 185.3 checking for timer_getoverrun... yes #11 185.4 checking for gcc option to disable position independent executables... not needed #11 185.4 checking for __ctype_get_mb_cur_max... yes #11 185.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 185.7 #11 185.7 Configured for 'x86_64-pc-linux-gnu'. #11 185.7 #11 185.7 Where should the build process find the source code? . #11 185.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 185.7 Should Emacs use the GNU version of malloc? no #11 185.7 (The GNU allocators don't work with this system configuration.) #11 185.7 Should Emacs use a relocating allocator for buffers? no #11 185.7 Should Emacs use mmap(2) for buffer allocation? no #11 185.7 What window system should Emacs use? none #11 185.7 What toolkit should Emacs use? none #11 185.7 Where do we find X Windows header files? NONE #11 185.7 Where do we find X Windows libraries? NONE #11 185.7 Does Emacs use -lXaw3d? no #11 185.7 Is Emacs being built for Android? no #11 185.7 Does Emacs use the X Double Buffer Extension? no #11 185.7 Does Emacs use -lXpm? no #11 185.7 Does Emacs use -ljpeg? no #11 185.7 Does Emacs use -ltiff? no #11 185.7 Does Emacs use a gif library? no #11 185.7 Does Emacs use a png library? no #11 185.7 Does Emacs use -lrsvg-2? no #11 185.7 Does Emacs use -lwebp? no #11 185.7 Does Emacs use -lsqlite3? no #11 185.7 Does Emacs use cairo? no #11 185.7 Does Emacs use -llcms2? no #11 185.7 Does Emacs use imagemagick? no #11 185.7 Does Emacs use native APIs for images? no #11 185.7 Does Emacs support sound? yes #11 185.7 Does Emacs use -lgpm? no #11 185.7 Does Emacs use -ldbus? yes #11 185.7 Does Emacs use -lgconf? no #11 185.7 Does Emacs use GSettings? no #11 185.7 Does Emacs use a file notification library? yes -lglibc (inotify) #11 185.7 Does Emacs use access control lists? yes -lacl -lattr #11 185.7 Does Emacs use -lselinux? no #11 185.7 Does Emacs use -lgnutls? yes #11 185.7 Does Emacs use -lxml2? no #11 185.7 Does Emacs use -lfreetype? no #11 185.7 Does Emacs use HarfBuzz? no #11 185.7 Does Emacs use -lm17n-flt? no #11 185.7 Does Emacs use -lotf? no #11 185.7 Does Emacs use -lxft? no #11 185.7 Does Emacs use -lsystemd? no #11 185.7 Does Emacs use -ljansson? no #11 185.7 Does Emacs use -ltree-sitter? no #11 185.7 Does Emacs use the GMP library? yes #11 185.7 Does Emacs directly use zlib? no #11 185.7 Does Emacs have dynamic modules support? yes #11 185.7 Does Emacs use toolkit scroll bars? no #11 185.7 Does Emacs support Xwidgets? no #11 185.7 Does Emacs have threading support in lisp? yes #11 185.7 Does Emacs support the portable dumper? yes #11 185.7 Does Emacs support legacy unexec dumping? no #11 185.7 Which dumping strategy does Emacs use? pdumper #11 185.7 Does Emacs have native lisp compiler? no #11 185.7 Does Emacs use version 2 of the X Input Extension? no #11 185.7 Does Emacs generate a smaller-size Japanese dictionary? no #11 185.7 #11 185.7 #11 187.8 configure: creating ./config.status #11 188.3 config.status: creating src/verbose.mk #11 188.3 config.status: creating src/emacs-module.h #11 188.4 config.status: creating Makefile #11 188.5 config.status: creating lib/gnulib.mk #11 188.6 config.status: creating ./doc/man/emacs.1 #11 188.6 config.status: creating lib/Makefile #11 188.7 config.status: creating lib-src/Makefile #11 188.8 config.status: creating oldXMenu/Makefile #11 188.9 config.status: creating src/Makefile #11 189.0 config.status: creating lwlib/Makefile #11 189.2 config.status: creating nextstep/Makefile #11 189.3 config.status: creating nt/Makefile #11 189.3 config.status: creating doc/emacs/Makefile #11 189.4 config.status: creating doc/misc/Makefile #11 189.5 config.status: creating doc/lispintro/Makefile #11 189.6 config.status: creating doc/lispref/Makefile #11 189.7 config.status: creating lisp/Makefile #11 189.8 config.status: creating leim/Makefile #11 189.9 config.status: creating test/Makefile #11 190.0 config.status: creating test/manual/noverlay/Makefile #11 190.0 config.status: creating test/infra/Makefile #11 190.1 config.status: creating admin/charsets/Makefile #11 190.2 config.status: creating admin/unidata/Makefile #11 190.3 config.status: creating admin/grammars/Makefile #11 190.4 config.status: creating java/Makefile #11 190.4 config.status: creating cross/Makefile #11 190.5 config.status: creating java/AndroidManifest.xml #11 190.6 config.status: creating src/config.h #11 190.7 config.status: executing src/epaths.h commands #11 190.8 config.status: executing src/.gdbinit commands #11 190.8 config.status: executing doc/emacs/emacsver.texi commands #11 190.9 config.status: executing etc-refcards-emacsver.tex commands #11 191.0 configure: WARNING: This configuration installs a 'movemail' program #11 191.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 191.0 installed a 'movemail' program that retrieved POP3 email via only #11 191.0 insecure channels, a practice that is no longer recommended but that #11 191.0 you can continue to support by using './configure --with-pop'. #11 191.0 configure: You might want to install GNU Mailutils #11 191.0 and use './configure --with-mailutils'. #11 DONE 200.8s #12 [emacs-inotify 6/6] RUN make bootstrap #12 2.043 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.059 make[1]: Entering directory '/checkout' #12 2.283 make bootstrap-clean #12 2.331 make[2]: Entering directory '/checkout' #12 2.631 make -C src bootstrap-clean #12 2.661 make[3]: Entering directory '/checkout/src' #12 2.661 GEN /checkout/src/lisp.mk #12 3.727 rm -f android-emacs libemacs.so #12 3.739 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 3.775 rm -f dmpstruct.h #12 3.787 rm -f emacs.pdmp #12 3.799 rm -f ../etc/DOC #12 3.816 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 3.834 rm -f emacs-30.0.50 #12 3.843 rm -f buildobj.h #12 3.860 rm -f globals.h gl-stamp #12 3.872 rm -f ./*.res ./*.tmp #12 3.969 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 3.969 rm -f ../etc/DOC* #12 3.987 rm -f deps/* #12 4.019 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.024 if test -f ./.gdbinit; then \ #12 4.024 mv ./.gdbinit ./.gdbinit.save; \ #12 4.024 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.024 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.024 fi #12 4.217 make[3]: Leaving directory '/checkout/src' #12 4.218 make -C oldXMenu bootstrap-clean #12 4.232 make[3]: Entering directory '/checkout/oldXMenu' #12 4.233 rm -f libXMenu11.a ./*.o deps/* #12 4.248 rm -f Makefile #12 4.248 rm -fr deps #12 4.248 make[3]: Leaving directory '/checkout/oldXMenu' #12 4.251 make -C lwlib bootstrap-clean #12 4.270 make[3]: Entering directory '/checkout/lwlib' #12 4.270 rm -f ./*.o liblw.a \#* deps/* #12 4.276 rm -f Makefile #12 4.278 rm -fr deps #12 4.299 rm -f TAGS #12 4.316 make[3]: Leaving directory '/checkout/lwlib' #12 4.316 make -C lib bootstrap-clean #12 4.527 make[3]: Entering directory '/checkout/lib' #12 4.527 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 4.552 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 4.558 rm -f Makefile Makefile.android #12 4.568 rm -fr deps #12 4.588 make[3]: Leaving directory '/checkout/lib' #12 4.589 make -C lib-src bootstrap-clean #12 4.604 make[3]: Entering directory '/checkout/lib-src' #12 4.604 rm -f core ./*.o ./*.res #12 4.616 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 4.632 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 4.639 rm -f TAGS Makefile blessmail Makefile.android #12 4.652 make[3]: Leaving directory '/checkout/lib-src' #12 4.652 make -C nt bootstrap-clean #12 4.665 make[3]: Entering directory '/checkout/nt' #12 4.665 rm -f core *.o *.res #12 4.687 rm -f runemacs addpm cmdproxy ddeclient #12 4.687 rm -f TAGS Makefile *.rc #12 4.698 true #12 4.704 make[3]: Leaving directory '/checkout/nt' #12 4.711 make -C doc/emacs bootstrap-clean #12 4.751 make[3]: Entering directory '/checkout/doc/emacs' #12 4.751 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.751 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.771 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 4.781 rm -f Makefile #12 4.788 rm -f \ #12 4.788 ./../../info/emacs.info \ #12 4.788 ./../../info/emacs.info-[1-9] \ #12 4.788 ./../../info/emacs.info-[1-9][0-9] #12 4.796 rm -f ./emacsver.texi TAGS #12 4.804 make[3]: Leaving directory '/checkout/doc/emacs' #12 4.804 make -C doc/misc bootstrap-clean #12 4.826 make[3]: Entering directory '/checkout/doc/misc' #12 4.826 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 4.826 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 4.826 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 4.837 rm -f gnustmp* #12 4.852 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 4.862 rm -f Makefile #12 4.879 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 4.879 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 4.879 rm -f \ #12 4.879 ./../../info/${file} \ #12 4.879 ./../../info/${file}-[1-9] \ #12 4.879 ./../../info/${file}-[1-9][0-9]; \ #12 4.879 done #12 6.192 rm -f ./modus-themes.texi ./org.texi #12 6.208 rm -f TAGS #12 6.215 make[3]: Leaving directory '/checkout/doc/misc' #12 6.215 make -C doc/lispref bootstrap-clean #12 6.235 make[3]: Entering directory '/checkout/doc/lispref' #12 6.235 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.235 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.247 rm -f elisp[12]* vol[12].tmp #12 6.269 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 6.279 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 6.290 rm -f Makefile #12 6.304 rm -f \ #12 6.304 ./../../info/elisp.info \ #12 6.304 ./../../info/elisp.info-[1-9] \ #12 6.304 ./../../info/elisp.info-[1-9][0-9] #12 6.316 rm -f TAGS #12 6.325 make[3]: Leaving directory '/checkout/doc/lispref' #12 6.326 make -C doc/lispintro bootstrap-clean #12 6.335 make[3]: Entering directory '/checkout/doc/lispintro' #12 6.336 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.336 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.348 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 6.360 rm -f Makefile #12 6.373 rm -f \ #12 6.373 ./../../info/eintr.info \ #12 6.373 ./../../info/eintr.info-[1-9] #12 6.384 rm -f TAGS #12 6.392 make[3]: Leaving directory '/checkout/doc/lispintro' #12 6.393 make -C test bootstrap-clean #12 6.400 make[3]: Entering directory '/checkout/test' #12 6.590 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 6.638 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 6.667 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 6.671 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 6.671 src/emacs-module-resources/*.dll gmp.h #12 6.683 find . -name '*.elc' -delete #12 6.719 make[3]: Leaving directory '/checkout/test' #12 6.724 make -C java bootstrap-clean #12 6.996 make[3]: Entering directory '/checkout/java' #12 7.003 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 7.016 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 7.024 find . -name '*.class' -delete #12 7.033 rm -f Makefile ndk-build.mk #12 7.047 make[3]: Leaving directory '/checkout/java' #12 7.049 make -C cross bootstrap-clean #12 7.069 make[3]: Entering directory '/checkout/cross' #12 7.069 for dir in src lib-src lib etc; do \ #12 7.069 find $dir -type f -delete; \ #12 7.069 done #12 7.105 rm -rf lib/config.h lib-src/config.h #12 7.105 if test -f ndk-build/Makefile; then \ #12 7.105 make -C ndk-build clean; \ #12 7.105 fi #12 7.109 for dir in src lib-src lib etc; do \ #12 7.109 find $dir -type l -delete; \ #12 7.109 done #12 7.150 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 7.169 rm -rf ndk-build/ndk-build.mk Makefile #12 7.176 make[3]: Leaving directory '/checkout/cross' #12 7.185 make -C nextstep bootstrap-clean #12 7.194 make[3]: Entering directory '/checkout/nextstep' #12 7.198 rm -rf #12 7.206 rm -f Makefile #12 7.213 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 7.213 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 7.213 Cocoa/Emacs.base/Contents/Info.plist \ #12 7.213 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 7.240 make[3]: Leaving directory '/checkout/nextstep' #12 7.240 make -C admin/charsets bootstrap-clean #12 7.263 make[3]: Entering directory '/checkout/admin/charsets' #12 7.263 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.263 make[3]: Leaving directory '/checkout/admin/charsets' #12 7.264 make -C admin/unidata bootstrap-clean #12 7.274 make[3]: Entering directory '/checkout/admin/unidata' #12 7.322 rm -f ./*.elc unidata.txt #12 7.336 make[3]: Leaving directory '/checkout/admin/unidata' #12 7.338 make -C leim bootstrap-clean #12 7.347 make[3]: Entering directory '/checkout/leim' #12 7.356 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 7.375 make[3]: Leaving directory '/checkout/leim' #12 7.375 make -C lisp bootstrap-clean #12 7.384 make[3]: Entering directory '/checkout/lisp' #12 7.559 find . -name '*.elc' -delete #12 7.576 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 7.591 make[3]: Leaving directory '/checkout/lisp' #12 7.592 make -C admin/grammars bootstrap-clean #12 7.602 make[3]: Entering directory '/checkout/admin/grammars' #12 7.608 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.608 make[3]: Leaving directory '/checkout/admin/grammars' #12 7.608 [ ! -f config.log ] || mv -f config.log config.log~ #12 7.808 rm -rf ./info #12 7.812 rm -f ./etc/refcards/emacsver.tex #12 7.823 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 7.829 rm -fr autom4te.cache config.cache #12 7.852 rm -f config.log ./doc/man/emacs.1 #12 7.852 make[2]: Leaving directory '/checkout' #12 7.862 cd . && ./autogen.sh autoconf #12 7.885 Checking whether you have the necessary tools... #12 7.885 (Read INSTALL.REPO for more details on building Emacs) #12 7.891 Checking for autoconf (need at least version 2.65) ... ok #12 8.009 Your system has the required tools. #12 8.035 Running 'autoreconf -fi -I m4' ... #12 37.17 Building 'aclocal.m4' in exec ... #12 37.17 Running 'autoreconf -fi' in exec ... #12 40.94 You can now run './autogen.sh git'. #12 40.94 make MAKEFILE_NAME=force-Makefile force-Makefile #12 40.96 make[2]: Entering directory '/checkout' #12 40.97 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 41.21 if [ -x ./config.status ]; then \ #12 41.21 ./config.status --recheck; \ #12 41.21 else \ #12 41.21 ./configure --cache-file=/dev/null; \ #12 41.21 fi #12 41.52 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 42.33 checking for xcrun... no #12 42.33 checking for GNU Make... make #12 42.37 checking build system type... x86_64-pc-linux-gnu #12 43.10 checking host system type... x86_64-pc-linux-gnu #12 43.20 checking for gcc... gcc #12 43.43 checking whether the C compiler works... yes #12 43.81 checking for C compiler default output file name... a.out #12 43.82 checking for suffix of executables... #12 44.10 checking whether we are cross compiling... no #12 44.48 checking for suffix of object files... o #12 44.65 checking whether we are using the GNU C compiler... yes #12 44.81 checking whether gcc accepts -g... yes #12 45.01 checking for gcc option to enable C11 features... none needed #12 45.41 checking whether the compiler is clang... no #12 45.56 checking for compiler option needed when checking for declarations... none #12 45.56 checking whether gcc and cc understand -c and -o together... yes #12 46.56 checking how to run the C preprocessor... gcc -E #12 47.04 checking for grep that handles long lines and -e... /bin/grep #12 47.06 checking for egrep... /bin/grep -E #12 47.07 checking for ANSI C header files... yes #12 47.94 checking for sys/types.h... yes #12 48.21 checking for sys/stat.h... yes #12 48.46 checking for stdlib.h... yes #12 48.71 checking for string.h... yes #12 49.06 checking for memory.h... yes #12 49.30 checking for strings.h... yes #12 49.62 checking for inttypes.h... yes #12 49.98 checking for stdint.h... yes #12 50.22 checking for unistd.h... yes #12 50.54 checking for wchar.h... yes #12 50.88 checking for minix/config.h... no #12 51.13 checking for linux/fs.h... yes #12 51.51 checking for malloc.h... yes #12 51.77 checking for sys/systeminfo.h... no #12 52.00 checking for sys/sysinfo.h... yes #12 52.27 checking for coff.h... no #12 52.70 checking for pty.h... yes #12 53.13 checking for sys/resource.h... yes #12 53.40 checking for sys/utsname.h... yes #12 53.75 checking for pwd.h... yes #12 54.13 checking for util.h... no #12 54.37 checking for sanitizer/lsan_interface.h... yes #12 54.79 checking for sanitizer/asan_interface.h... yes #12 55.26 checking for sanitizer/common_interface_defs.h... yes #12 55.63 checking for sys/socket.h... yes #12 55.94 checking for stdlib.h... (cached) yes #12 56.00 checking for unistd.h... (cached) yes #12 56.05 checking for sys/param.h... yes #12 56.44 checking for pthread.h... yes #12 56.86 checking for malloc/malloc.h... no #12 57.21 checking for sys/un.h... yes #12 57.61 checking for utmp.h... yes #12 57.87 checking for utmpx.h... yes #12 58.25 checking for OS.h... no #12 58.55 checking for dirent.h... yes #12 58.96 checking for execinfo.h... yes #12 59.18 checking for linux/xattr.h... yes #12 59.52 checking for stdio_ext.h... yes #12 59.84 checking for sys/vfs.h... yes #12 60.21 checking for sys/fs_types.h... no #12 60.45 checking for getopt.h... yes #12 60.66 checking for sys/cdefs.h... yes #12 60.89 checking for sys/time.h... yes #12 61.24 checking for ieee754.h... yes #12 61.51 checking for limits.h... yes #12 61.83 checking for inttypes.h... (cached) yes #12 61.91 checking for sys/types.h... (cached) yes #12 61.96 checking for stdint.h... (cached) yes #12 62.02 checking for sys/select.h... yes #12 62.36 checking for stdbool.h... yes #12 62.64 checking for stdckdint.h... no #12 63.00 checking for sys/random.h... yes #12 63.33 checking for sys/stat.h... (cached) yes #12 63.37 checking whether it is safe to define __EXTENSIONS__... yes #12 63.66 checking whether _XOPEN_SOURCE should be defined... no #12 63.85 checking for Minix Amsterdam compiler... no #12 63.96 checking for ar... ar #12 63.97 checking for ranlib... ranlib #12 63.97 checking for gcc option to enable large file support... none needed #12 64.41 checking for gcc option for timestamps after 2038... none needed #12 64.53 checking for g++... g++ #12 64.70 checking whether we are using the GNU C++ compiler... yes #12 65.04 checking whether g++ accepts -g... yes #12 65.20 checking for g++ option to enable C++11 features... none needed #12 106.0 checking how to run the C++ preprocessor... g++ -E #12 107.4 checking whether gcc accepts -g3 -O2... yes #12 107.8 checking whether the compiler is clang... no #12 108.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 108.3 checking whether -Wno-missing-field-initializers is needed... yes #12 108.7 checking whether -Wuninitialized is supported... yes #12 109.0 checking whether C compiler handles -fstrict-flex-arrays... no #12 109.2 checking whether C compiler handles -Wall... yes #12 109.5 checking whether C compiler handles -Warith-conversion... yes #12 110.0 checking whether C compiler handles -Wdate-time... yes #12 110.4 checking whether C compiler handles -Wdisabled-optimization... yes #12 110.8 checking whether C compiler handles -Wdouble-promotion... yes #12 111.0 checking whether C compiler handles -Wduplicated-cond... yes #12 111.2 checking whether C compiler handles -Wextra... yes #12 111.6 checking whether C compiler handles -Wformat-signedness... yes #12 112.0 checking whether C compiler handles -Winit-self... yes #12 112.3 checking whether C compiler handles -Winvalid-pch... yes #12 112.7 checking whether C compiler handles -Wlogical-op... yes #12 113.1 checking whether C compiler handles -Wmissing-declarations... yes #12 113.5 checking whether C compiler handles -Wmissing-include-dirs... yes #12 113.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 114.2 checking whether C compiler handles -Wnested-externs... yes #12 114.5 checking whether C compiler handles -Wnull-dereference... yes #12 114.8 checking whether C compiler handles -Wold-style-definition... yes #12 115.2 checking whether C compiler handles -Wopenmp-simd... yes #12 115.6 checking whether C compiler handles -Wpacked... yes #12 115.9 checking whether C compiler handles -Wpointer-arith... yes #12 116.3 checking whether C compiler handles -Wstrict-flex-arrays... no #12 116.5 checking whether C compiler handles -Wstrict-prototypes... yes #12 117.0 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 117.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 117.6 checking whether C compiler handles -Wsuggest-final-methods... yes #12 117.9 checking whether C compiler handles -Wsuggest-final-types... yes #12 118.3 checking whether C compiler handles -Wtrampolines... yes #12 118.6 checking whether C compiler handles -Wuninitialized... yes #12 118.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 119.1 checking whether C compiler handles -Wunused-macros... yes #12 119.5 checking whether C compiler handles -Wvariadic-macros... yes #12 119.9 checking whether C compiler handles -Wvector-operation-performance... yes #12 120.4 checking whether C compiler handles -Wwrite-strings... yes #12 121.6 checking whether C compiler handles -Warray-bounds=2... yes #12 121.9 checking whether C compiler handles -Wattribute-alias=2... yes #12 122.3 checking whether C compiler handles -Wformat=2... yes #12 123.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 125.1 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 125.5 checking whether C compiler handles -Wshift-overflow=2... yes #12 125.9 checking whether C compiler handles -Wuse-after-free=3... no #12 126.0 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 126.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 126.6 checking whether C compiler handles -Wredundant-decls... yes #12 126.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 126.9 checking whether C compiler handles -Wno-override-init... yes #12 127.3 checking whether C compiler handles -Wno-sign-compare... yes #12 128.2 checking whether C compiler handles -Wno-type-limits... yes #12 129.1 checking whether C compiler handles -Wno-unused-parameter... yes #12 129.5 checking whether C compiler handles -Wno-format-nonliteral... yes #12 130.0 checking whether C compiler handles -Wno-bidi-chars... no #12 130.2 checking for a BSD-compatible install... /usr/bin/install -c #12 130.3 checking command to symlink files in the same directory... ln -s #12 130.3 checking for install-info... : #12 130.3 checking for gzip... /bin/gzip #12 130.3 checking for 'find' args to delete a file... -delete #12 130.4 checking for brew... no #12 131.4 checking for -znocombreloc... not needed #12 131.4 checking whether addresses are sanitized... no #12 131.6 checking for math library... -lm #12 133.2 checking for struct passwd.pw_gecos... yes #12 133.4 checking for pkg-config... /usr/bin/pkg-config #12 133.5 checking pkg-config is at least version 0.9.0... yes #12 133.5 checking for machine/soundcard.h... no #12 133.7 checking for sys/soundcard.h... yes #12 134.0 checking for soundcard.h... no #12 134.1 checking for mmsystem.h... no #12 134.4 checking for _oss_ioctl in -lossaudio... no #12 134.6 checking for alsa >= 1.0.0... no #12 134.7 checking for ADDR_NO_RANDOMIZE... yes #12 134.9 checking if Linux sysinfo may be used... yes #12 135.4 checking for sys/wait.h that is POSIX.1 compatible... yes #12 135.6 checking for net/if.h... yes #12 136.0 checking for ifaddrs.h... yes #12 136.4 checking for net/if_dl.h... no #12 136.8 checking for struct ifreq.ifr_flags... yes #12 137.1 checking for struct ifreq.ifr_hwaddr... yes #12 137.8 checking for struct ifreq.ifr_netmask... yes #12 138.5 checking for struct ifreq.ifr_broadaddr... yes #12 139.3 checking for struct ifreq.ifr_addr... yes #12 139.9 checking for struct ifreq.ifr_addr.sa_len... no #12 140.6 checking whether gcc understands -MMD -MF... yes #12 140.7 checking for X... no #12 141.2 checking for X... false #12 141.2 checking whether malloc is Doug Lea style... no #12 141.5 checking for sbrk... yes #12 142.2 checking for __lsan_ignore_object... no #12 142.7 checking for fchmod... yes #12 143.3 checking for utmpname... yes #12 143.7 checking for utmpxname... yes #12 144.2 checking for canonicalize_file_name... yes #12 144.6 checking for realpath... yes #12 145.0 checking for lstat... yes #12 145.6 checking for fchmodat... yes #12 146.1 checking for lchmod... no #12 146.4 checking for fcntl... yes #12 146.8 checking for fdopendir... yes #12 147.3 checking for listxattr... yes #12 147.9 checking for fstatat... yes #12 148.4 checking for fsync... yes #12 148.8 checking for gettimeofday... yes #12 149.3 checking for memset_explicit... no #12 149.9 checking for memset_s... no #12 150.4 checking for pselect... yes #12 150.9 checking for readlink... yes #12 151.3 checking for isblank... yes #12 151.9 checking for iswctype... yes #12 152.4 checking for strtoimax... yes #12 152.9 checking for symlink... yes #12 153.3 checking for localtime_r... yes #12 153.9 checking for getdtablesize... yes #12 154.3 checking for getpagesize... yes #12 154.7 checking for working mmap... yes #12 155.6 checking for main in -lXbsd... no #12 155.9 checking for pthread library... -lpthread #12 156.9 checking for thread support... yes #12 156.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 157.2 checking for getaddrinfo_a in -lanl... yes #12 157.6 checking for malloc_trim... yes #12 158.0 checking for dbus-1 >= 1.0... yes #12 158.1 checking for dbus_watch_get_unix_fd... yes #12 158.7 checking for dbus_type_is_valid... yes #12 159.1 checking for dbus_validate_bus_name... yes #12 159.6 checking for dbus_validate_path... yes #12 160.3 checking for dbus_validate_interface... yes #12 161.0 checking for dbus_validate_member... yes #12 161.4 checking for lgetfilecon in -lselinux... no #12 161.6 checking for gnutls >= 2.12.2... yes #12 161.8 checking for libsystemd >= 222... no #12 161.8 checking for jansson >= 2.7... no #12 161.9 checking for tree-sitter >= 0.20.2... no #12 161.9 checking for tree-sitter >= 0.6.3... no #12 162.0 checking sys/inotify.h usability... yes #12 162.3 checking sys/inotify.h presence... yes #12 162.4 checking for sys/inotify.h... yes #12 162.4 checking for inotify_init1... yes #12 162.9 checking for lcms2... no #12 163.0 checking for library containing inflateEnd... no #12 163.8 checking for dladdr... yes #12 164.1 checking for dlfunc... no #12 164.6 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 164.9 found. #12 164.9 Please try installing libgccjit or a similar package if you want to have it #12 164.9 enabled. #12 164.9 no #12 164.9 checking libgccjit.h usability... no #12 165.3 checking libgccjit.h presence... no #12 165.5 checking for libgccjit.h... no #12 165.5 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 165.5 were not found. #12 165.5 Please try installing libgccjit-dev or a similar package if you want to have it #12 165.5 enabled. #12 165.5 checking gpm.h usability... no #12 165.8 checking gpm.h presence... no #12 165.9 checking for gpm.h... no #12 166.0 checking for libxml-2.0 > 2.6.17... no #12 166.1 checking for maillock in -lmail... no #12 166.5 checking for maillock in -llockfile... no #12 166.8 checking for liblockfile.so... no #12 166.8 checking maillock.h usability... no #12 167.1 checking maillock.h presence... no #12 167.2 checking for maillock.h... no #12 167.2 checking linux/seccomp.h usability... yes #12 167.6 checking linux/seccomp.h presence... yes #12 167.7 checking for linux/seccomp.h... yes #12 167.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 168.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 168.3 checking linux/filter.h usability... yes #12 168.6 checking linux/filter.h presence... yes #12 168.8 checking for linux/filter.h... yes #12 168.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 168.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 168.9 checking for libseccomp >= 2.5.2... no #12 169.0 checking size of long... 8 #12 169.5 checking for accept4... yes #12 170.0 checking for fchdir... yes #12 170.6 checking for gethostname... yes #12 170.9 checking for getrusage... yes #12 171.3 checking for get_current_dir_name... yes #12 171.9 checking for lrand48... yes #12 172.4 checking for random... yes #12 172.7 checking for rint... yes #12 173.2 checking for tcdrain... yes #12 173.6 checking for trunc... yes #12 174.1 checking for select... yes #12 174.6 checking for getpagesize... (cached) yes #12 174.6 checking for setlocale... yes #12 175.1 checking for newlocale... yes #12 175.4 checking for getrlimit... yes #12 175.9 checking for setrlimit... yes #12 176.3 checking for shutdown... yes #12 176.8 checking for pthread_sigmask... (cached) yes #12 176.9 checking for strsignal... yes #12 177.3 checking for setitimer... yes #12 177.9 checking for sendto... yes #12 178.4 checking for recvfrom... yes #12 178.9 checking for getsockname... yes #12 179.3 checking for getifaddrs... yes #12 179.9 checking for freeifaddrs... yes #12 180.3 checking for gai_strerror... yes #12 180.8 checking for sync... yes #12 181.3 checking for endpwent... yes #12 181.8 checking for getgrent... yes #12 182.4 checking for endgrent... yes #12 182.9 checking for renameat2... yes #12 183.6 checking for cfmakeraw... yes #12 184.2 checking for cfsetspeed... yes #12 184.6 checking for __executable_start... yes #12 185.0 checking for log2... yes #12 185.4 checking for pthread_setname_np... yes #12 185.8 checking for pthread_set_name_np... no #12 186.3 checking for getpwent... yes #12 186.7 checking whether pthread_setname_np takes a single argument... no #12 187.0 checking whether pthread_setname_np takes three arguments... no #12 187.1 checking for aligned_alloc... yes #12 187.7 checking whether aligned_alloc is declared... yes #12 188.0 checking for posix_madvise... yes #12 188.4 checking for madvise... yes #12 188.8 checking for __builtin_frame_address... yes #12 189.2 checking for __builtin_unwind_init... yes #12 189.6 checking for _LARGEFILE_SOURCE value needed for large files... no #12 190.1 checking for grantpt... yes #12 190.4 checking for getpt... yes #12 191.0 checking for posix_openpt... yes #12 191.5 checking for library containing tputs... -ltinfo #12 192.2 checking whether -ltinfo library defines BC... yes #12 192.5 checking for timerfd interface... yes #12 192.6 checking whether signals can be handled on alternate stack... yes #12 192.9 checking valgrind/valgrind.h usability... no #12 193.2 checking valgrind/valgrind.h presence... no #12 193.2 checking for valgrind/valgrind.h... no #12 193.2 checking for struct unipair.unicode... yes #12 193.5 checking for pid_t... yes #12 193.9 checking vfork.h usability... no #12 194.1 checking vfork.h presence... no #12 194.2 checking for vfork.h... no #12 194.3 checking for fork... yes #12 194.7 checking for vfork... yes #12 194.9 checking for working fork... yes #12 195.2 checking for working vfork... (cached) yes #12 195.3 checking for snprintf... yes #12 195.5 checking for open_memstream... yes #12 195.9 checking spawn.h usability... yes #12 196.2 checking spawn.h presence... yes #12 196.3 checking for spawn.h... yes #12 196.3 checking for posix_spawn... yes #12 196.6 checking for posix_spawn_file_actions_addchdir... no #12 196.8 checking for posix_spawn_file_actions_addchdir_np... yes #12 197.1 checking for posix_spawnattr_setflags... yes #12 197.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 197.6 checking whether GLib is linked in... no #12 197.8 checking for nl_langinfo and CODESET... yes #12 198.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 198.4 checking for mbstate_t... yes #12 198.9 checking for signals via characters... yes #12 199.2 checking for _setjmp... yes #12 199.6 checking for sigsetjmp... yes #12 200.0 checking POSIX termios... yes #12 200.3 checking size of speed_t... 4 #12 200.7 checking for usable FIONREAD... yes #12 200.9 checking for usable SIGIO... yes #12 201.2 checking for struct alignment... yes #12 201.4 checking for C/C++ restrict keyword... __restrict__ #12 201.7 checking for typeof syntax and keyword spelling... typeof #12 201.9 checking for statement expressions... yes #12 202.2 checking whether malloc (0) returns nonnull... yes #12 202.7 checking sys/acl.h usability... yes #12 203.0 checking sys/acl.h presence... yes #12 203.2 checking for sys/acl.h... yes #12 203.2 checking for library containing acl_get_file... -lacl #12 204.1 checking for acl_get_file... yes #12 204.6 checking for acl_get_fd... yes #12 205.1 checking for acl_set_file... yes #12 205.6 checking for acl_set_fd... yes #12 205.9 checking for acl_free... yes #12 206.3 checking for acl_from_mode... yes #12 206.8 checking for acl_from_text... yes #12 207.2 checking for acl_delete_def_file... yes #12 207.7 checking for acl_extended_file... yes #12 208.3 checking for acl_delete_fd_np... no #12 208.7 checking for acl_delete_file_np... no #12 209.1 checking for acl_copy_ext_native... no #12 209.5 checking for acl_create_entry_np... no #12 209.9 checking for acl_to_short_text... no #12 210.3 checking for acl_free_text... no #12 210.8 checking for working acl_get_file... yes #12 211.2 checking acl/libacl.h usability... yes #12 211.6 checking acl/libacl.h presence... yes #12 211.7 checking for acl/libacl.h... yes #12 211.7 checking for acl_entries... yes #12 212.1 checking for ACL_FIRST_ENTRY... yes #12 212.4 checking for ACL_TYPE_EXTENDED... no #12 212.6 checking for working alloca.h... yes #12 213.0 checking for alloca... yes #12 213.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 213.4 checking whether the preprocessor supports include_next... yes #12 213.6 checking whether source code line length is unlimited... yes #12 213.7 checking whether endutent is declared... yes #12 214.0 checking for struct utmpx.ut_user... yes #12 214.4 checking for struct utmp.ut_user... yes #12 214.8 checking for struct utmpx.ut_name... yes #12 215.2 checking for struct utmp.ut_name... yes #12 215.7 checking for struct utmpx.ut_type... yes #12 216.1 checking for struct utmp.ut_type... yes #12 216.4 checking for struct utmpx.ut_pid... yes #12 216.7 checking for struct utmp.ut_pid... yes #12 217.2 checking for struct utmp.ut_tv... yes #12 217.9 checking for struct utmpx.ut_host... yes #12 218.2 checking for struct utmp.ut_host... yes #12 218.5 checking for struct utmpx.ut_id... yes #12 218.9 checking for struct utmp.ut_id... yes #12 219.3 checking for struct utmpx.ut_session... yes #12 219.6 checking for struct utmp.ut_session... yes #12 220.0 checking for struct utmpx.ut_exit... yes #12 220.6 checking for struct utmp.ut_exit... yes #12 221.5 checking for struct utmpx.ut_exit.ut_exit... no #12 222.0 checking for struct utmpx.ut_exit.e_exit... yes #12 222.3 checking for struct utmp.ut_exit.e_exit... yes #12 222.9 checking for struct utmpx.ut_exit.ut_termination... no #12 223.5 checking for struct utmpx.ut_exit.e_termination... yes #12 223.9 checking for struct utmp.ut_exit.e_termination... yes #12 224.3 checking whether sysinfo is declared... yes #12 224.5 checking for sys/sysctl.h... yes #12 224.9 checking for sysctl... yes #12 225.4 checking whether lstat correctly handles trailing slash... yes #12 226.0 checking whether // is distinct from /... no #12 226.0 checking whether realpath works... yes #12 226.7 checking for faccessat... yes #12 226.9 checking for getcwd... yes #12 227.1 checking whether byte ordering is bigendian... no #12 227.6 checking if environ is properly declared... yes #12 227.8 checking for complete errno.h... yes #12 227.8 checking whether ctype.h defines __header_inline... no #12 228.0 checking for mode_t... yes #12 228.7 checking whether strmode is declared... no #12 229.2 checking whether getline is declared... yes #12 229.6 checking for gawk... no #12 229.6 checking for mawk... mawk #12 229.6 checking for getopt.h... (cached) yes #12 229.6 checking for getopt_long_only... yes #12 230.0 checking whether getopt is POSIX compatible... yes #12 231.3 checking for working GNU getopt function... yes #12 231.9 checking for working GNU getopt_long function... yes #12 232.2 checking whether timespec_get is declared... yes #12 232.4 checking for timespec_get... yes #12 232.7 checking for struct timeval... yes #12 232.9 checking for wide-enough struct timeval.tv_sec member... yes #12 233.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 233.4 checking whether the compiler produces multi-arch binaries... no #12 233.6 checking whether stdint.h conforms to C99... yes #12 234.1 checking whether stdint.h works without ISO C predefines... yes #12 234.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 234.6 checking whether memmem is declared... yes #12 234.9 checking whether memrchr is declared... yes #12 235.1 checking whether defines MIN and MAX... no #12 235.2 checking whether defines MIN and MAX... yes #12 235.4 checking whether time_t is signed... yes #12 235.7 checking whether alarm is declared... yes #12 236.2 checking for working mktime... no #12 236.9 checking whether struct tm is in sys/time.h or time.h... time.h #12 237.1 checking for struct tm.tm_zone... yes #12 237.3 checking for struct tm.tm_gmtoff... yes #12 237.6 checking whether is self-contained... yes #12 238.4 checking for inline... inline #12 238.5 checking for sigset_t... yes #12 239.1 checking for volatile sig_atomic_t... yes #12 239.5 checking for sighandler_t... yes #12 240.0 checking for wchar_t... yes #12 240.2 checking for good max_align_t... yes #12 240.5 checking whether NULL can be used in arbitrary expressions... yes #12 240.6 checking for unreachable... no #12 241.2 checking whether fcloseall is declared... yes #12 241.7 checking whether getw is declared... yes #12 242.2 checking whether putw is declared... yes #12 242.5 checking which flavor of printf attribute matches inttypes macros... system #12 242.8 checking whether strnlen is declared... yes #12 243.2 checking whether strtoimax is declared... yes #12 243.7 checking whether stat file-mode macros are broken... no #12 244.0 checking for nlink_t... yes #12 244.4 checking for struct timespec in ... yes #12 244.8 checking for TIME_UTC in ... yes #12 245.1 checking whether execvpe is declared... yes #12 245.5 checking whether clearerr_unlocked is declared... yes #12 245.9 checking whether feof_unlocked is declared... yes #12 246.4 checking whether ferror_unlocked is declared... yes #12 246.8 checking whether fflush_unlocked is declared... yes #12 247.2 checking whether fgets_unlocked is declared... yes #12 247.7 checking whether fputc_unlocked is declared... yes #12 247.9 checking whether fputs_unlocked is declared... yes #12 248.3 checking whether fread_unlocked is declared... yes #12 248.7 checking whether fwrite_unlocked is declared... yes #12 249.2 checking whether getc_unlocked is declared... yes #12 249.5 checking whether getchar_unlocked is declared... yes #12 250.0 checking whether putc_unlocked is declared... yes #12 250.3 checking whether putchar_unlocked is declared... yes #12 250.6 checking type of array argument to getgroups... gid_t #12 251.0 checking whether getdelim is declared... yes #12 251.4 checking whether getdtablesize is declared... yes #12 251.8 checking whether malloc is ptrdiff_t safe... yes #12 252.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 252.0 checking for O_CLOEXEC... yes #12 252.3 checking for promoted mode_t type... mode_t #12 252.5 checking whether the utimes function works... yes #12 253.3 checking for C compiler option to allow warnings... -Wno-error #12 253.8 checking for alignas and alignof... yes, macros #12 254.2 checking for alloca as a compiler built-in... yes #12 254.3 checking for static_assert... yes, an macro #12 254.7 checking for __builtin_expect... yes #12 255.0 checking byteswap.h usability... yes #12 255.3 checking byteswap.h presence... yes #12 255.4 checking for byteswap.h... yes #12 255.5 checking for readlinkat... yes #12 255.9 checking for library containing clock_gettime... none required #12 256.4 checking for clock_getres... yes #12 256.9 checking for clock_gettime... yes #12 257.4 checking for clock_settime... yes #12 257.8 checking for copy_file_range... yes #12 258.2 checking for d_type member in directory struct... yes #12 258.7 checking whether // is distinct from /... (cached) no #12 258.7 checking whether dup2 works... yes #12 259.3 checking for library containing backtrace_symbols_fd... none required #12 259.7 checking for faccessat... (cached) yes #12 259.7 checking whether fchmodat works... no #12 260.0 checking for readlinkat... (cached) yes #12 260.0 checking whether fcntl handles F_DUPFD correctly... yes #12 260.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 260.6 checking whether fdopendir is declared... yes #12 260.9 checking whether fdopendir works... yes #12 261.3 checking for flexible array member... yes #12 261.6 checking for __fpending... yes #12 262.3 checking whether __fpending is declared... yes #12 262.7 checking whether free is known to preserve errno... no #12 263.0 checking whether fstatat (..., 0) works... yes #12 263.5 checking for sys/mount.h... yes #12 263.9 checking for statvfs function (SVR4)... yes #12 264.4 checking whether to use statvfs64... no #12 264.5 checking for two-argument statfs with statfs.f_frsize member... yes #12 265.0 checking sys/fs/s5param.h usability... no #12 265.3 checking sys/fs/s5param.h presence... no #12 265.4 checking for sys/fs/s5param.h... no #12 265.5 checking sys/statfs.h usability... yes #12 265.9 checking sys/statfs.h presence... yes #12 266.0 checking for sys/statfs.h... yes #12 266.0 checking for statfs that truncates block counts... no #12 266.3 checking for futimens... yes #12 266.7 checking whether futimens works... yes #12 268.1 checking for getline... yes #12 268.3 checking for working getline function... yes #12 268.7 checking for getloadavg... yes #12 269.0 checking sys/loadavg.h usability... no #12 269.2 checking sys/loadavg.h presence... no #12 269.4 checking for sys/loadavg.h... no #12 269.4 checking whether getloadavg is declared... yes #12 269.8 checking for getrandom... yes #12 270.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 270.3 checking for gettimeofday with POSIX signature... yes #12 270.5 checking whether the compiler supports the __inline keyword... yes #12 270.7 checking gmp.h usability... yes #12 271.0 checking gmp.h presence... yes #12 271.2 checking for gmp.h... yes #12 271.2 checking for library containing __gmpz_roinit_n... -lgmp #12 271.7 checking for memmem... yes #12 272.0 checking whether memmem works... yes #12 272.4 checking for mempcpy... yes #12 274.5 checking for memrchr... yes #12 278.1 checking for explicit_memset... no #12 278.6 checking for mkostemp... yes #12 279.0 checking for library containing nanosleep... none required #12 279.3 checking for working nanosleep... no (mishandles large arguments) #12 280.9 checking for sys/pstat.h... no #12 281.2 checking for sys/sysmp.h... no #12 281.5 checking for sys/param.h... (cached) yes #12 281.5 checking for sys/sysctl.h... (cached) yes #12 281.5 checking for sched_getaffinity_np... no #12 281.9 checking for pstat_getdynamic... no #12 282.4 checking for sysmp... no #12 283.5 checking for sysctl... (cached) yes #12 283.5 checking for sched_getaffinity... yes #12 283.8 checking for glibc compatible sched_getaffinity... yes #12 284.6 checking for pipe2... yes #12 285.0 checking whether signature of pselect conforms to POSIX... yes #12 285.5 checking whether pselect detects invalid fds... yes #12 287.2 checking whether pthread_sigmask is a macro... no #12 287.3 checking whether pthread_sigmask returns error numbers... yes #12 287.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 292.2 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 293.2 checking whether readlink signature is correct... yes #12 293.5 checking whether readlink handles trailing slash correctly... yes #12 293.8 checking whether readlink truncates results correctly... yes #12 294.4 checking for readlinkat... (cached) yes #12 294.4 checking whether readlinkat signature is correct... yes #12 294.7 checking for working re_compile_pattern... no #12 295.7 checking libintl.h usability... yes #12 296.0 checking libintl.h presence... yes #12 296.1 checking for libintl.h... yes #12 296.2 checking whether isblank is declared... yes #12 296.4 checking for sig2str... no #12 296.8 checking for sigdescr_np... no #12 297.2 checking for socklen_t... yes #12 297.8 checking for ssize_t... yes #12 298.1 checking for struct stat.st_atim.tv_nsec... yes #12 298.4 checking whether struct stat.st_atim is of type struct timespec... yes #12 298.7 checking for struct stat.st_birthtimespec.tv_nsec... no #12 299.2 checking for struct stat.st_birthtimensec... no #12 299.6 checking for struct stat.st_birthtim.tv_nsec... no #12 300.0 checking for bool, true, false... no #12 300.2 checking for stpcpy... yes #12 300.6 checking for working strnlen... yes #12 301.1 checking whether strtoimax works... yes #12 301.5 checking whether symlink handles trailing slash correctly... yes #12 302.0 checking whether localtime_r is declared... yes #12 302.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 302.5 checking whether localtime works even near extrema... yes #12 303.1 checking for timezone_t... no #12 303.3 checking for timegm... yes #12 303.6 checking whether timer_settime is declared... yes #12 303.8 checking for library containing timer_settime... -lrt #12 304.3 checking for timer_settime... yes #12 304.6 checking for utimensat... yes #12 304.9 checking whether utimensat works... yes #12 306.3 checking for variable-length arrays... yes #12 306.5 checking whether getdtablesize works... yes #12 306.7 checking for __mktime_internal... no #12 306.8 checking for timer_getoverrun... yes #12 307.1 checking for gcc option to disable position independent executables... not needed #12 307.1 checking for __ctype_get_mb_cur_max... yes #12 307.5 checking whether MB_CUR_MAX is defined to function that won't link... no #12 307.5 #12 307.5 Configured for 'x86_64-pc-linux-gnu'. #12 307.5 #12 307.5 Where should the build process find the source code? . #12 307.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 307.5 Should Emacs use the GNU version of malloc? no #12 307.5 (The GNU allocators don't work with this system configuration.) #12 307.5 Should Emacs use a relocating allocator for buffers? no #12 307.5 Should Emacs use mmap(2) for buffer allocation? no #12 307.5 What window system should Emacs use? none #12 307.5 What toolkit should Emacs use? none #12 307.5 Where do we find X Windows header files? NONE #12 307.5 Where do we find X Windows libraries? NONE #12 307.6 Does Emacs use -lXaw3d? no #12 307.6 Is Emacs being built for Android? no #12 307.6 Does Emacs use the X Double Buffer Extension? no #12 307.6 Does Emacs use -lXpm? no #12 307.6 Does Emacs use -ljpeg? no #12 307.6 Does Emacs use -ltiff? no #12 307.6 Does Emacs use a gif library? no #12 307.6 Does Emacs use a png library? no #12 307.6 Does Emacs use -lrsvg-2? no #12 307.6 Does Emacs use -lwebp? no #12 307.6 Does Emacs use -lsqlite3? no #12 307.6 Does Emacs use cairo? no #12 307.6 Does Emacs use -llcms2? no #12 307.6 Does Emacs use imagemagick? no #12 307.6 Does Emacs use native APIs for images? no #12 307.6 Does Emacs support sound? yes #12 307.6 Does Emacs use -lgpm? no #12 307.6 Does Emacs use -ldbus? yes #12 307.6 Does Emacs use -lgconf? no #12 307.6 Does Emacs use GSettings? no #12 307.6 Does Emacs use a file notification library? yes -lglibc (inotify) #12 307.6 Does Emacs use access control lists? yes -lacl -lattr #12 307.6 Does Emacs use -lselinux? no #12 307.6 Does Emacs use -lgnutls? yes #12 307.6 Does Emacs use -lxml2? no #12 307.6 Does Emacs use -lfreetype? no #12 307.6 Does Emacs use HarfBuzz? no #12 307.6 Does Emacs use -lm17n-flt? no #12 307.6 Does Emacs use -lotf? no #12 307.6 Does Emacs use -lxft? no #12 307.6 Does Emacs use -lsystemd? no #12 307.6 Does Emacs use -ljansson? no #12 307.6 Does Emacs use -ltree-sitter? no #12 307.6 Does Emacs use the GMP library? yes #12 307.6 Does Emacs directly use zlib? no #12 307.6 Does Emacs have dynamic modules support? yes #12 307.6 Does Emacs use toolkit scroll bars? no #12 307.6 Does Emacs support Xwidgets? no #12 307.6 Does Emacs have threading support in lisp? yes #12 307.6 Does Emacs support the portable dumper? yes #12 307.6 Does Emacs support legacy unexec dumping? no #12 307.6 Which dumping strategy does Emacs use? pdumper #12 307.6 Does Emacs have native lisp compiler? no #12 307.6 Does Emacs use version 2 of the X Input Extension? no #12 307.6 Does Emacs generate a smaller-size Japanese dictionary? no #12 307.6 #12 307.6 #12 308.3 configure: creating ./config.status #12 308.6 configure: WARNING: This configuration installs a 'movemail' program #12 308.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 308.6 installed a 'movemail' program that retrieved POP3 email via only #12 308.6 insecure channels, a practice that is no longer recommended but that #12 308.6 you can continue to support by using './configure --with-pop'. #12 308.6 configure: You might want to install GNU Mailutils #12 308.6 and use './configure --with-mailutils'. #12 309.3 MAKE='make' ./config.status #12 310.6 config.status: creating src/verbose.mk #12 311.3 config.status: creating src/emacs-module.h #12 311.5 config.status: creating Makefile #12 311.6 config.status: creating lib/gnulib.mk #12 311.8 config.status: creating ./doc/man/emacs.1 #12 312.0 config.status: creating lib/Makefile #12 312.2 config.status: creating lib-src/Makefile #12 312.4 config.status: creating oldXMenu/Makefile #12 312.5 config.status: creating src/Makefile #12 312.7 config.status: creating lwlib/Makefile #12 312.9 config.status: creating nextstep/Makefile #12 313.1 config.status: creating nt/Makefile #12 313.4 config.status: creating doc/emacs/Makefile #12 313.6 config.status: creating doc/misc/Makefile #12 313.8 config.status: creating doc/lispintro/Makefile #12 313.9 config.status: creating doc/lispref/Makefile #12 314.1 config.status: creating lisp/Makefile #12 314.3 config.status: creating leim/Makefile #12 314.5 config.status: creating test/Makefile #12 314.7 config.status: creating test/manual/noverlay/Makefile #12 314.9 config.status: creating test/infra/Makefile #12 315.1 config.status: creating admin/charsets/Makefile #12 315.2 config.status: creating admin/unidata/Makefile #12 315.4 config.status: creating admin/grammars/Makefile #12 315.5 config.status: creating java/Makefile #12 315.8 config.status: creating cross/Makefile #12 316.0 config.status: creating java/AndroidManifest.xml #12 316.1 config.status: creating src/config.h #12 316.3 config.status: executing src/epaths.h commands #12 316.4 make[3]: Entering directory '/checkout' #12 316.5 make[3]: Leaving directory '/checkout' #12 316.6 config.status: executing src/.gdbinit commands #12 316.6 config.status: executing doc/emacs/emacsver.texi commands #12 316.7 config.status: executing etc-refcards-emacsver.tex commands #12 316.7 make[3]: Entering directory '/checkout' #12 316.8 make[3]: Leaving directory '/checkout' #12 316.8 make[2]: Leaving directory '/checkout' #12 316.8 make actual-all #12 316.8 make[2]: Entering directory '/checkout' #12 317.2 make -C lib all #12 317.6 make[3]: Entering directory '/checkout/lib' #12 317.6 GEN alloca.h #12 317.6 GEN dirent.h #12 317.7 GEN fcntl.h #12 317.8 GEN malloc/dynarray.gl.h #12 317.8 GEN malloc/dynarray-skeleton.gl.h #12 317.9 GEN inttypes.h #12 318.0 GEN limits.h #12 318.1 GEN signal.h #12 318.1 GEN stdckdint.h #12 318.1 GEN stddef.h #12 318.2 GEN stdio.h #12 318.5 GEN stdlib.h #12 318.8 GEN string.h #12 319.1 GEN sys/random.h #12 319.2 GEN sys/select.h #12 319.3 GEN sys/stat.h #12 319.5 GEN sys/time.h #12 319.6 GEN sys/types.h #12 319.6 GEN time.h #12 319.7 GEN unistd.h #12 320.2 CC fingerprint.o #12 320.4 CC mktime.o #12 321.4 CC acl-errno-valid.o #12 321.8 CC acl-internal.o #12 322.2 CC get-permissions.o #12 322.8 CC set-permissions.o #12 323.4 CC allocator.o #12 323.8 CC binary-io.o #12 324.2 CC boot-time.o #12 324.9 CC c-ctype.o #12 325.5 CC c-strcasecmp.o #12 325.8 CC c-strncasecmp.o #12 326.2 CC careadlinkat.o #12 326.7 CC close-stream.o #12 327.1 CC copy-file-range.o #12 327.4 CC count-leading-zeros.o #12 327.7 CC count-one-bits.o #12 328.0 CC count-trailing-zeros.o #12 328.3 CC md5-stream.o #12 328.8 CC md5.o #12 330.2 CC sha1.o #12 332.5 CC sha256.o #12 336.2 CC sha512.o #12 342.5 CC dtoastr.o #12 342.9 CC dtotimespec.o #12 343.3 CC fchmodat.o #12 344.2 CC fcntl.o #12 344.7 CC file-has-acl.o #12 345.6 CC filemode.o #12 346.1 CC filevercmp.o #12 346.9 CC free.o #12 347.2 CC fsusage.o #12 347.5 CC gettime.o #12 347.7 CC malloc/dynarray_at_failure.o #12 348.1 CC malloc/dynarray_emplace_enlarge.o #12 348.5 CC malloc/dynarray_finalize.o #12 348.9 CC malloc/dynarray_resize.o #12 349.3 CC malloc/dynarray_resize_clear.o #12 349.5 CC memset_explicit.o #12 349.7 CC nanosleep.o #12 350.2 CC nproc.o #12 350.7 CC nstrftime.o #12 353.5 CC pipe2.o #12 353.9 CC qcopy-acl.o #12 354.3 CC regex.o #12 369.7 CC sig2str.o #12 370.2 CC sigdescr_np.o #12 370.6 CC stat-time.o #12 371.1 CC tempname.o #12 371.6 CC time_rz.o #12 372.2 CC timegm.o #12 372.4 CC timespec.o #12 372.7 CC timespec-add.o #12 372.8 CC timespec-sub.o #12 373.0 CC u64.o #12 373.1 CC unistd.o #12 373.4 CC openat-die.o #12 373.7 CC save-cwd.o #12 373.9 AR libgnu.a #12 374.4 make[3]: Leaving directory '/checkout/lib' #12 374.4 make -C lib-src all #12 374.4 make[3]: Entering directory '/checkout/lib-src' #12 374.4 CCLD etags #12 387.6 CCLD ctags #12 402.0 CCLD emacsclient #12 404.7 CCLD ebrowse #12 410.3 CCLD hexl #12 411.5 CC pop.o #12 411.7 CCLD movemail #12 412.6 CCLD make-docfile #12 415.7 CCLD make-fingerprint #12 416.3 make[3]: Leaving directory '/checkout/lib-src' #12 416.4 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 416.4 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 417.0 make[3]: Entering directory '/checkout/src' #12 417.0 GEN globals.h #12 417.7 CC dispnew.o #12 429.4 CC frame.o #12 439.5 CC scroll.o #12 441.7 CC xdisp.o #12 511.1 CC menu.o #12 513.8 CC window.o #12 534.0 CC charset.o #12 543.1 CC coding.o #12 577.8 CC category.o #12 579.7 CC ccl.o #12 587.4 CC character.o #12 591.7 CC chartab.o #12 597.0 CC bidi.o #12 602.1 CC cm.o #12 603.1 CC term.o #12 611.4 CC terminal.o #12 613.4 CC xfaces.o #12 630.4 CC dbusbind.o #12 643.3 CC emacs.o #12 650.4 CC keyboard.o #12 687.4 CC macros.o #12 689.0 CC keymap.o #12 701.7 CC sysdep.o #12 707.4 CC bignum.o #12 709.6 CC buffer.o #12 721.7 CC filelock.o #12 723.4 CC insdel.o #12 727.1 CC marker.o #12 729.7 CC minibuf.o #12 737.6 CC fileio.o #12 748.1 CC dired.o #12 750.1 CC cmds.o #12 752.0 CC casetab.o #12 753.1 CC casefiddle.o #12 756.3 CC indent.o #12 762.5 CC search.o #12 769.3 CC regex-emacs.o #12 785.9 CC undo.o #12 787.1 CC alloc.o #12 795.0 CC pdumper.o #12 803.8 CC data.o #12 813.1 GEN buildobj.h #12 813.9 CC doc.o #12 815.7 CC editfns.o #12 832.6 CC callint.o #12 836.9 CC eval.o #12 851.6 CC floatfns.o #12 855.5 CC fns.o #12 882.2 CC sort.o #12 884.9 CC font.o #12 906.9 CC print.o #12 918.6 CC lread.o #12 937.0 CC emacs-module.o #12 945.4 CC syntax.o #12 963.3 CC bytecode.o #12 974.2 CC comp.o #12 975.3 CC dynlib.o #12 975.5 CC process.o #12 1000. CC gnutls.o #12 1009. CC callproc.o #12 1014. CC region-cache.o #12 1015. CC sound.o #12 1017. CC timefns.o #12 1022. CC atimer.o #12 1023. CC doprnt.o #12 1025. CC intervals.o #12 1030. CC textprop.o #12 1036. CC composite.o #12 1047. CC xml.o #12 1048. CC lcms.o #12 1048. CC inotify.o #12 1051. CC profiler.o #12 1054. CC decompress.o #12 1055. CC thread.o #12 1057. CC systhread.o #12 1059. CC sqlite.o #12 1059. CC treesit.o #12 1060. CC itree.o #12 1062. CC terminfo.o #12 1063. CC lastfile.o #12 1064. make -C ../admin/charsets all #12 1064. make[4]: Entering directory '/checkout/admin/charsets' #12 1064. GEN ../../etc/charsets/8859-2.map #12 1064. GEN ../../etc/charsets/8859-3.map #12 1064. GEN ../../etc/charsets/8859-4.map #12 1064. GEN ../../etc/charsets/8859-5.map #12 1064. GEN ../../etc/charsets/8859-6.map #12 1064. GEN ../../etc/charsets/8859-7.map #12 1064. GEN ../../etc/charsets/8859-8.map #12 1065. GEN ../../etc/charsets/8859-9.map #12 1065. GEN ../../etc/charsets/8859-10.map #12 1065. GEN ../../etc/charsets/8859-11.map #12 1065. GEN ../../etc/charsets/8859-13.map #12 1065. GEN ../../etc/charsets/8859-14.map #12 1065. GEN ../../etc/charsets/8859-15.map #12 1066. GEN ../../etc/charsets/8859-16.map #12 1066. GEN ../../etc/charsets/IBM037.map #12 1066. GEN ../../etc/charsets/IBM038.map #12 1066. GEN ../../etc/charsets/IBM256.map #12 1066. GEN ../../etc/charsets/IBM273.map #12 1066. GEN ../../etc/charsets/IBM274.map #12 1066. GEN ../../etc/charsets/IBM275.map #12 1067. GEN ../../etc/charsets/IBM277.map #12 1067. GEN ../../etc/charsets/IBM278.map #12 1067. GEN ../../etc/charsets/IBM280.map #12 1067. GEN ../../etc/charsets/IBM281.map #12 1067. GEN ../../etc/charsets/IBM284.map #12 1068. GEN ../../etc/charsets/IBM285.map #12 1068. GEN ../../etc/charsets/IBM290.map #12 1068. GEN ../../etc/charsets/IBM297.map #12 1068. GEN ../../etc/charsets/IBM420.map #12 1068. GEN ../../etc/charsets/IBM423.map #12 1068. GEN ../../etc/charsets/IBM424.map #12 1069. GEN ../../etc/charsets/IBM437.map #12 1069. GEN ../../etc/charsets/IBM500.map #12 1069. GEN ../../etc/charsets/IBM850.map #12 1069. GEN ../../etc/charsets/IBM851.map #12 1069. GEN ../../etc/charsets/IBM852.map #12 1069. GEN ../../etc/charsets/IBM855.map #12 1070. GEN ../../etc/charsets/IBM856.map #12 1070. GEN ../../etc/charsets/IBM857.map #12 1070. GEN ../../etc/charsets/IBM860.map #12 1070. GEN ../../etc/charsets/IBM861.map #12 1070. GEN ../../etc/charsets/IBM862.map #12 1070. GEN ../../etc/charsets/IBM863.map #12 1070. GEN ../../etc/charsets/IBM864.map #12 1070. GEN ../../etc/charsets/IBM865.map #12 1070. GEN ../../etc/charsets/IBM866.map #12 1071. GEN ../../etc/charsets/IBM868.map #12 1071. GEN ../../etc/charsets/IBM869.map #12 1071. GEN ../../etc/charsets/IBM870.map #12 1071. GEN ../../etc/charsets/IBM871.map #12 1071. GEN ../../etc/charsets/IBM874.map #12 1071. GEN ../../etc/charsets/IBM875.map #12 1071. GEN ../../etc/charsets/IBM880.map #12 1072. GEN ../../etc/charsets/IBM891.map #12 1072. GEN ../../etc/charsets/IBM903.map #12 1072. GEN ../../etc/charsets/IBM904.map #12 1072. GEN ../../etc/charsets/IBM905.map #12 1072. GEN ../../etc/charsets/IBM918.map #12 1072. GEN ../../etc/charsets/IBM1004.map #12 1072. GEN ../../etc/charsets/IBM1026.map #12 1073. GEN ../../etc/charsets/IBM1047.map #12 1073. GEN ../../etc/charsets/CP737.map #12 1073. GEN ../../etc/charsets/CP775.map #12 1073. GEN ../../etc/charsets/CP1125.map #12 1073. GEN ../../etc/charsets/CP1250.map #12 1073. GEN ../../etc/charsets/CP1251.map #12 1073. GEN ../../etc/charsets/CP1252.map #12 1074. GEN ../../etc/charsets/CP1253.map #12 1074. GEN ../../etc/charsets/CP1254.map #12 1074. GEN ../../etc/charsets/CP1255.map #12 1074. GEN ../../etc/charsets/CP1256.map #12 1074. GEN ../../etc/charsets/CP1257.map #12 1074. GEN ../../etc/charsets/CP1258.map #12 1074. GEN ../../etc/charsets/CP10007.map #12 1075. GEN ../../etc/charsets/CP720.map #12 1075. GEN ../../etc/charsets/CP858.map #12 1075. GEN ../../etc/charsets/GB2312.map #12 1075. GEN ../../etc/charsets/GBK.map #12 1077. GEN ../../etc/charsets/GB180302.map #12 1079. GEN ../../etc/charsets/GB180304.map #12 1080. GEN ../../etc/charsets/BIG5.map #12 1080. GEN ../../etc/charsets/BIG5-HKSCS.map #12 1082. GEN ../../etc/charsets/CNS-1.map #12 1083. GEN ../../etc/charsets/CNS-2.map #12 1083. GEN ../../etc/charsets/CNS-3.map #12 1084. GEN ../../etc/charsets/CNS-4.map #12 1085. GEN ../../etc/charsets/CNS-5.map #12 1086. GEN ../../etc/charsets/CNS-6.map #12 1087. GEN ../../etc/charsets/CNS-7.map #12 1088. GEN ../../etc/charsets/CNS-F.map #12 1088. GEN ../../etc/charsets/JISX0201.map #12 1088. GEN ../../etc/charsets/JISX0208.map #12 1089. GEN ../../etc/charsets/JISX0212.map #12 1090. GEN ../../etc/charsets/JISX2131.map #12 1091. GEN ../../etc/charsets/JISX2132.map #12 1091. GEN ../../etc/charsets/JISC6226.map #12 1091. GEN ../../etc/charsets/CP932-2BYTE.map #12 1092. GEN ../../etc/charsets/JISX213A.map #12 1092. GEN ../../etc/charsets/KSC5601.map #12 1093. GEN ../../etc/charsets/KSC5636.map #12 1093. GEN ../../etc/charsets/JOHAB.map #12 1095. GEN ../../etc/charsets/KOI-8.map #12 1095. GEN ../../etc/charsets/KOI8-R.map #12 1095. GEN ../../etc/charsets/KOI8-U.map #12 1095. GEN ../../etc/charsets/KOI8-T.map #12 1096. GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 1096. GEN ../../etc/charsets/MIK.map #12 1096. GEN ../../etc/charsets/PTCP154.map #12 1096. GEN ../../etc/charsets/TIS-620.map #12 1096. GEN ../../etc/charsets/VISCII.map #12 1096. GEN ../../etc/charsets/VSCII.map #12 1096. GEN ../../etc/charsets/VSCII-2.map #12 1096. GEN ../../etc/charsets/KA-PS.map #12 1096. GEN ../../etc/charsets/KA-ACADEMY.map #12 1096. GEN ../../etc/charsets/HP-ROMAN8.map #12 1097. GEN ../../etc/charsets/NEXTSTEP.map #12 1097. GEN ../../etc/charsets/MACINTOSH.map #12 1097. GEN ../../etc/charsets/EBCDICUK.map #12 1097. GEN ../../etc/charsets/EBCDICUS.map #12 1097. GEN ../../etc/charsets/stdenc.map #12 1097. GEN ../../etc/charsets/symbol.map #12 1097. GEN ../../etc/charsets/CP949-2BYTE.map #12 1099. GEN ../../etc/charsets/BIG5-1.map #12 1099. GEN ../../etc/charsets/BIG5-2.map #12 1099. GEN ../../etc/charsets/MULE-ethiopic.map #12 1100. GEN ../../etc/charsets/MULE-ipa.map #12 1100. GEN ../../etc/charsets/MULE-is13194.map #12 1100. GEN ../../etc/charsets/MULE-sisheng.map #12 1100. GEN ../../etc/charsets/MULE-tibetan.map #12 1101. GEN ../../etc/charsets/MULE-lviscii.map #12 1101. GEN ../../etc/charsets/MULE-uviscii.map #12 1101. GEN ../../lisp/international/cp51932.el #12 1101. GEN ../../lisp/international/eucjp-ms.el #12 1101. GEN charsets.stamp #12 1102. make[4]: Leaving directory '/checkout/admin/charsets' #12 1102. make -C ../admin/unidata charscript.el #12 1102. make[4]: Entering directory '/checkout/admin/unidata' #12 1102. GEN ../../lisp/international/charscript.el #12 1103. make[4]: Leaving directory '/checkout/admin/unidata' #12 1103. make -C ../admin/unidata emoji-zwj.el #12 1103. make[4]: Entering directory '/checkout/admin/unidata' #12 1103. GEN ../../lisp/international/emoji-zwj.el #12 1103. make[4]: Leaving directory '/checkout/admin/unidata' #12 1103. CCLD temacs #12 1118. /bin/mkdir -p ../etc #12 1118. GEN ../etc/DOC #12 1127. make -C ../lisp update-subdirs #12 1127. make[4]: Entering directory '/checkout/lisp' #12 1128. make[4]: Leaving directory '/checkout/lisp' #12 1128. cp -f temacs bootstrap-emacs #12 1128. rm -f bootstrap-emacs.pdmp #12 1128. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1128. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 1128. Loading loadup.el (source)... #12 1128. Dump mode: pbootstrap #12 1128. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 1128. Loading emacs-lisp/debug-early (source)... #12 1128. Loading emacs-lisp/byte-run (source)... #12 1128. Loading emacs-lisp/backquote (source)... #12 1128. Loading subr (source)... #12 1128. Loading keymap (source)... #12 1128. Loading version (source)... #12 1128. Loading widget (source)... #12 1128. Loading custom (source)... #12 1128. Loading emacs-lisp/map-ynp (source)... #12 1128. Loading international/mule (source)... #12 1128. Loading international/mule-conf (source)... #12 1129. Loading env (source)... #12 1129. Loading format (source)... #12 1129. Loading bindings (source)... #12 1129. Loading window (source)... #12 1130. Loading /checkout/lisp/files.el (source)... #12 1143. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1148. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 1148. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1152. Loading /checkout/lisp/cus-face.el (source)... #12 1152. Loading /checkout/lisp/faces.el (source)... #12 1153. Loading /checkout/lisp/ldefs-boot.el (source)... #12 1169. Loading /checkout/lisp/button.el (source)... #12 1169. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 1175. Loading /checkout/lisp/emacs-lisp/oclosure.el (source)... #12 1177. Loading /checkout/lisp/obarray.el (source)... #12 1177. Loading /checkout/lisp/abbrev.el (source)... #12 1179. Loading /checkout/lisp/help.el (source)... #12 1183. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 1183. Loading /checkout/lisp/epa-hook.el (source)... #12 1184. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 1185. Loading /checkout/lisp/case-table.el (source)... #12 1186. Loading /checkout/lisp/international/characters.el (source)... #12 1187. Loading /checkout/lisp/international/charscript.el (source)... #12 1187. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 1189. Loading /checkout/lisp/composite.el (source)... #12 1189. Loading /checkout/lisp/language/chinese.el (source)... #12 1189. Loading /checkout/lisp/language/cyrillic.el (source)... #12 1189. Loading /checkout/lisp/language/indian.el (source)... #12 1190. Loading /checkout/lisp/language/sinhala.el (source)... #12 1190. Loading /checkout/lisp/language/english.el (source)... #12 1190. Loading /checkout/lisp/language/ethiopic.el (source)... #12 1191. Loading /checkout/lisp/language/european.el (source)... #12 1192. Loading /checkout/lisp/language/czech.el (source)... #12 1193. Loading /checkout/lisp/language/slovak.el (source)... #12 1193. Loading /checkout/lisp/language/romanian.el (source)... #12 1193. Loading /checkout/lisp/language/greek.el (source)... #12 1193. Loading /checkout/lisp/language/hebrew.el (source)... #12 1194. Loading /checkout/lisp/international/cp51932.el (source)... #12 1194. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 1195. Loading /checkout/lisp/language/japanese.el (source)... #12 1195. Loading /checkout/lisp/language/korean.el (source)... #12 1195. Loading /checkout/lisp/language/lao.el (source)... #12 1196. Loading /checkout/lisp/language/tai-viet.el (source)... #12 1196. Loading /checkout/lisp/language/thai.el (source)... #12 1196. Loading /checkout/lisp/language/tibetan.el (source)... #12 1196. Loading /checkout/lisp/language/vietnamese.el (source)... #12 1196. Loading /checkout/lisp/language/misc-lang.el (source)... #12 1196. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 1197. Loading /checkout/lisp/language/georgian.el (source)... #12 1197. Loading /checkout/lisp/language/khmer.el (source)... #12 1197. Loading /checkout/lisp/language/burmese.el (source)... #12 1197. Loading /checkout/lisp/language/cham.el (source)... #12 1197. Loading /checkout/lisp/language/philippine.el (source)... #12 1198. Loading /checkout/lisp/language/indonesian.el (source)... #12 1198. Loading /checkout/lisp/indent.el (source)... #12 1199. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 1204. Loading /checkout/lisp/simple.el (source)... #12 1213. Loading /checkout/lisp/emacs-lisp/seq.el (source)... #12 1215. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 1215. Loading /checkout/lisp/minibuffer.el (source)... #12 1219. Loading /checkout/lisp/frame.el (source)... #12 1220. Loading /checkout/lisp/startup.el (source)... #12 1221. Loading /checkout/lisp/term/tty-colors.el (source)... #12 1221. Loading /checkout/lisp/font-core.el (source)... #12 1222. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 1223. Loading /checkout/lisp/font-lock.el (source)... #12 1225. Loading /checkout/lisp/jit-lock.el (source)... #12 1226. Loading /checkout/lisp/mouse.el (source)... #12 1228. Loading /checkout/lisp/select.el (source)... #12 1229. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 1230. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 1230. Loading /checkout/lisp/isearch.el (source)... #12 1233. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 1233. Loading /checkout/lisp/menu-bar.el (source)... #12 1237. Loading /checkout/lisp/tab-bar.el (source)... #12 1240. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 1241. Loading /checkout/lisp/textmodes/page.el (source)... #12 1241. Loading /checkout/lisp/register.el (source)... #12 1243. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 1244. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 1249. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 1251. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 1252. Loading /checkout/lisp/textmodes/fill.el (source)... #12 1252. Loading /checkout/lisp/newcomment.el (source)... #12 1253. Loading /checkout/lisp/replace.el (source)... #12 1255. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 1255. Loading /checkout/lisp/buff-menu.el (source)... #12 1256. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 1272. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 1272. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 1273. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 1273. Loading /checkout/lisp/uniquify.el (source)... #12 1274. Loading /checkout/lisp/electric.el (source)... #12 1275. Loading /checkout/lisp/paren.el (source)... #12 1275. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 1276. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 1278. Loading /checkout/lisp/emacs-lisp/cconv.el (source)... #12 1286. Loading /checkout/lisp/cus-start.el (source)... #12 1286. Loading /checkout/lisp/tooltip.el (source)... #12 1287. Loading /checkout/lisp/international/iso-transl.el (source)... #12 1287. Loading /checkout/lisp/emacs-lisp/rmc.el (source)... #12 1288. Finding pointers to doc strings... #12 1288. Finding pointers to doc strings...done #12 1288. Dumping under the name bootstrap-emacs.pdmp #12 1288. Dumping fingerprint: bb7de69f4e8c0858aeebd83015f562b74b23ccdf99ff8328814f006e3e174e1c #12 1313. Dump complete #12 1313. Byte counts: header=100 hot=15579796 discardable=137600 cold=10954088 #12 1313. Reloc counts: hot=1086208 discardable=4932 #12 1313. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1313. make[4]: Entering directory '/checkout/lisp' #12 1314. ELC emacs-lisp/macroexp.elc #12 1331. ELC emacs-lisp/cconv.elc #12 1353. ELC emacs-lisp/byte-opt.elc #12 1378. ELC emacs-lisp/bytecomp.elc #12 1396. ELC emacs-lisp/loaddefs-gen.elc #12 1399. ELC emacs-lisp/radix-tree.elc #12 1401. make[4]: Leaving directory '/checkout/lisp' #12 1401. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1401. make[4]: Entering directory '/checkout/lisp' #12 1401. make[4]: Nothing to be done for 'compile-first'. #12 1401. make[4]: Leaving directory '/checkout/lisp' #12 1401. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 1401. make[4]: Entering directory '/checkout/lisp' #12 1401. ELC international/titdic-cnv.elc #12 1405. make -C ../leim all EMACS="../src/bootstrap-emacs" #12 1405. make[5]: Entering directory '/checkout/leim' #12 1405. GEN ../lisp/leim/quail/CCDOSPY.el #12 1407. GEN ../lisp/leim/quail/Punct.el #12 1409. GEN ../lisp/leim/quail/QJ.el #12 1411. GEN ../lisp/leim/quail/SW.el #12 1414. GEN ../lisp/leim/quail/TONEPY.el #12 1416. GEN ../lisp/leim/quail/4Corner.el #12 1419. GEN ../lisp/leim/quail/ARRAY30.el #12 1421. GEN ../lisp/leim/quail/ECDICT.el #12 1423. GEN ../lisp/leim/quail/ETZY.el #12 1425. GEN ../lisp/leim/quail/Punct-b5.el #12 1427. GEN ../lisp/leim/quail/PY-b5.el #12 1428. GEN ../lisp/leim/quail/QJ-b5.el #12 1430. GEN ../lisp/leim/quail/ZOZY.el #12 1431. GEN ../lisp/leim/quail/tsang-b5.el #12 1433. GEN ../lisp/leim/quail/tsang-cns.el #12 1436. GEN ../lisp/leim/quail/PY.el #12 1437. GEN ../lisp/leim/quail/ZIRANMA.el #12 1440. GEN ../lisp/leim/quail/CTLau.el #12 1442. GEN ../lisp/leim/quail/CTLau-b5.el #12 1445. GEN ../lisp/language/pinyin.el #12 1448. GEN ../lisp/leim/leim-list.el #12 1460. make[5]: Leaving directory '/checkout/leim' #12 1460. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 1460. make[5]: Entering directory '/checkout/admin/grammars' #12 1460. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 1469. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 1479. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 1486. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 1499. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 1509. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 1519. GEN ../../lisp/cedet/semantic/grammar-wy.el #12 1525. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 1537. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 1555. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 1575. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 1594. GEN ../../lisp/cedet/srecode/srt-wy.el #12 1620. make[5]: Leaving directory '/checkout/admin/grammars' #12 1620. GEN autoloads #12 1622. INFO Scraping files for loaddefs... #12 1626. INFO Scraping files for loaddefs...10% #12 1629. INFO Scraping files for loaddefs...20% #12 1632. INFO Scraping files for loaddefs...30% #12 1634. INFO Scraping files for loaddefs...40% #12 1637. INFO Scraping files for loaddefs...50% #12 1639. INFO Scraping files for loaddefs...60% #12 1641. INFO Scraping files for loaddefs...70% #12 1645. INFO Scraping files for loaddefs...80% #12 1651. INFO Scraping files for loaddefs...90% #12 1654. INFO Scraping files for loaddefs...100% #12 1654. INFO Scraping files for loaddefs...done #12 1655. GEN textmodes/reftex-loaddefs.el #12 1655. GEN textmodes/texinfo-loaddefs.el #12 1655. GEN org/org-loaddefs.el #12 1655. GEN net/tramp-loaddefs.el #12 1655. GEN mh-e/mh-loaddefs.el #12 1655. GEN eshell/esh-groups.el #12 1656. GEN erc/erc-loaddefs.el #12 1656. GEN emacs-lisp/cl-loaddefs.el #12 1656. GEN cedet/srecode/loaddefs.el #12 1656. GEN cedet/semantic/loaddefs.el #12 1656. GEN cedet/ede/loaddefs.el #12 1656. GEN calendar/diary-loaddefs.el #12 1656. GEN calendar/holiday-loaddefs.el #12 1657. GEN calendar/cal-loaddefs.el #12 1657. GEN calc/calc-loaddefs.el #12 1657. GEN ps-print-loaddefs.el #12 1657. GEN ibuffer-loaddefs.el #12 1657. GEN dired-loaddefs.el #12 1663. GEN loaddefs.el #12 1663. INFO Scraping files for loaddefs... #12 1663. INFO Scraping files for loaddefs...41% #12 1663. INFO Scraping files for loaddefs...66% #12 1664. INFO Scraping files for loaddefs...done #12 1664. GEN ../../lisp/theme-loaddefs.el #12 1664. make[4]: Leaving directory '/checkout/lisp' #12 1664. ELC ../lisp/abbrev.elc #12 1668. ELC ../lisp/bindings.elc #12 1672. ELC ../lisp/buff-menu.elc #12 1675. ELC ../lisp/button.elc #12 1678. ELC ../lisp/case-table.elc #12 1679. ELC ../lisp/composite.elc #12 1683. ELC ../lisp/cus-face.elc #12 1685. ELC ../lisp/cus-start.elc #12 1687. ELC ../lisp/custom.elc #12 1691. ELC ../lisp/disp-table.elc #12 1693. ELC ../lisp/dnd.elc #12 1696. ELC ../lisp/dos-fns.elc #12 1697. ELC ../lisp/dos-vars.elc #12 1698. ELC ../lisp/dos-w32.elc #12 1700. ELC ../lisp/dynamic-setting.elc #12 1702. #12 1702. In end of data: #12 1702. dynamic-setting.el:59:12: Warning: the function `reconsider-frame-fonts' is not known to be defined. #12 1702. ELC ../lisp/electric.elc #12 1705. ELC ../lisp/emacs-lisp/backquote.elc #12 1707. ELC ../lisp/emacs-lisp/byte-run.elc #12 1709. ELC ../lisp/emacs-lisp/cl-generic.elc #12 1716. ELC ../lisp/emacs-lisp/cl-preloaded.elc #12 1720. ELC ../lisp/emacs-lisp/debug-early.elc #12 1721. ELC ../lisp/emacs-lisp/easymenu.elc #12 1724. ELC ../lisp/emacs-lisp/eldoc.elc #12 1727. ELC ../lisp/emacs-lisp/float-sup.elc #12 1729. ELC ../lisp/emacs-lisp/lisp-mode.elc #12 1733. ELC ../lisp/emacs-lisp/lisp.elc #12 1735. ELC ../lisp/emacs-lisp/map-ynp.elc #12 1737. ELC ../lisp/emacs-lisp/nadvice.elc #12 1740. ELC ../lisp/emacs-lisp/oclosure.elc #12 1743. ELC ../lisp/emacs-lisp/regexp-opt.elc #12 1745. ELC ../lisp/emacs-lisp/rmc.elc #12 1746. ELC ../lisp/emacs-lisp/seq.elc #12 1750. ELC ../lisp/emacs-lisp/shorthands.elc #12 1752. ELC ../lisp/emacs-lisp/syntax.elc #12 1754. ELC ../lisp/emacs-lisp/tabulated-list.elc #12 1757. ELC ../lisp/emacs-lisp/timer.elc #12 1760. ELC ../lisp/env.elc #12 1761. ELC ../lisp/epa-hook.elc #12 1764. ELC ../lisp/faces.elc #12 1769. ELC ../lisp/files.elc #12 1781. ELC ../lisp/font-core.elc #12 1783. ELC ../lisp/font-lock.elc #12 1786. ELC ../lisp/format.elc #12 1789. ELC ../lisp/frame.elc #12 1795. ELC ../lisp/fringe.elc #12 1797. ELC ../lisp/help.elc #12 1802. ELC ../lisp/image.elc #12 1805. ELC ../lisp/indent.elc #12 1808. ELC ../lisp/international/charscript.elc #12 1810. ELC ../lisp/international/emoji-zwj.elc #12 1812. ELC ../lisp/international/characters.elc #12 1815. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 1815. make[4]: Entering directory '/checkout/admin/unidata' #12 1815. ELC uvs.elc #12 1817. ELC unidata-gen.elc #12 1820. GEN unidata.txt #12 1822. GEN ../../lisp/international/uni-bidi.el #12 1825. GEN ../../lisp/international/uni-brackets.el #12 1827. GEN ../../lisp/international/uni-category.el #12 1828. GEN ../../lisp/international/uni-combining.el #12 1830. GEN ../../lisp/international/uni-comment.el #12 1832. GEN ../../lisp/international/uni-decimal.el #12 1833. GEN ../../lisp/international/uni-decomposition.el #12 1835. GEN ../../lisp/international/uni-digit.el #12 1837. GEN ../../lisp/international/uni-lowercase.el #12 1838. GEN ../../lisp/international/uni-mirrored.el #12 1840. GEN ../../lisp/international/uni-name.el #12 1849. GEN ../../lisp/international/uni-numeric.el #12 1851. GEN ../../lisp/international/uni-old-name.el #12 1853. GEN ../../lisp/international/uni-special-lowercase.el #12 1855. GEN ../../lisp/international/uni-special-titlecase.el #12 1857. GEN ../../lisp/international/uni-special-uppercase.el #12 1858. GEN ../../lisp/international/uni-titlecase.el #12 1860. GEN ../../lisp/international/uni-uppercase.el #12 1862. GEN ../../lisp/international/charprop.el #12 1863. GEN ../../lisp/international/emoji-labels.el #12 1889. GEN ../../lisp/international/uni-scripts.el #12 1891. GEN ../../lisp/international/uni-confusable.el #12 1896. GEN ../../lisp/international/idna-mapping.el #12 1901. make[4]: Leaving directory '/checkout/admin/unidata' #12 1901. make -C ../admin/charsets cp51932.el #12 1901. make[4]: Entering directory '/checkout/admin/charsets' #12 1901. make[4]: Nothing to be done for 'cp51932.el'. #12 1901. make[4]: Leaving directory '/checkout/admin/charsets' #12 1901. ELC ../lisp/international/cp51932.elc #12 1903. make -C ../admin/charsets eucjp-ms.el #12 1903. make[4]: Entering directory '/checkout/admin/charsets' #12 1903. make[4]: Nothing to be done for 'eucjp-ms.el'. #12 1903. make[4]: Leaving directory '/checkout/admin/charsets' #12 1903. ELC ../lisp/international/eucjp-ms.elc #12 1905. ELC ../lisp/international/fontset.elc #12 1907. ELC ../lisp/international/iso-transl.elc #12 1909. ELC ../lisp/international/mule-cmds.elc #12 1914. ELC ../lisp/international/mule-conf.elc #12 1918. ELC ../lisp/international/mule-util.elc #12 1920. ELC ../lisp/international/mule.elc #12 1924. ELC ../lisp/international/ucs-normalize.elc #12 1940. ELC ../lisp/isearch.elc #12 1949. ELC ../lisp/jit-lock.elc #12 1952. ELC ../lisp/jka-cmpr-hook.elc #12 1954. ELC ../lisp/keymap.elc #12 1957. ELC ../lisp/language/burmese.elc #12 1958. ELC ../lisp/language/cham.elc #12 1960. ELC ../lisp/language/chinese.elc #12 1962. ELC ../lisp/language/cyrillic.elc #12 1964. ELC ../lisp/language/czech.elc #12 1965. ELC ../lisp/language/english.elc #12 1966. ELC ../lisp/language/ethiopic.elc #12 1968. ELC ../lisp/language/european.elc #12 1970. ELC ../lisp/language/georgian.elc #12 1972. ELC ../lisp/language/greek.elc #12 1974. ELC ../lisp/language/hebrew.elc #12 1976. ELC ../lisp/language/indian.elc #12 1978. ELC ../lisp/language/indonesian.elc #12 1980. ELC ../lisp/language/japanese.elc #12 1982. ELC ../lisp/language/khmer.elc #12 1983. ELC ../lisp/language/korean.elc #12 1985. ELC ../lisp/language/lao.elc #12 1987. ELC ../lisp/language/misc-lang.elc #12 1988. ELC ../lisp/language/philippine.elc #12 1990. ELC ../lisp/language/romanian.elc #12 1991. ELC ../lisp/language/sinhala.elc #12 1992. ELC ../lisp/language/slovak.elc #12 1994. ELC ../lisp/language/tai-viet.elc #12 1996. ELC ../lisp/language/thai.elc #12 1997. ELC ../lisp/language/tibetan.elc #12 1999. ELC ../lisp/language/utf-8-lang.elc #12 2000. ELC ../lisp/language/vietnamese.elc #12 2002. ELC ../lisp/loaddefs.elc #12 2016. ELC ../lisp/ls-lisp.elc #12 2019. ELC ../lisp/menu-bar.elc #12 2023. ELC ../lisp/minibuffer.elc #12 2032. ELC ../lisp/mouse.elc #12 2038. ELC ../lisp/mwheel.elc #12 2041. ELC ../lisp/newcomment.elc #12 2044. ELC ../lisp/obarray.elc #12 2045. ELC ../lisp/paren.elc #12 2047. ELC ../lisp/pgtk-dnd.elc #12 2049. ELC ../lisp/progmodes/elisp-mode.elc #12 2055. ELC ../lisp/progmodes/prog-mode.elc #12 2056. ELC ../lisp/register.elc #12 2061. ELC ../lisp/replace.elc #12 2066. ELC ../lisp/rfn-eshadow.elc #12 2068. ELC ../lisp/scroll-bar.elc #12 2070. ELC ../lisp/select.elc #12 2073. ELC ../lisp/simple.elc #12 2089. ELC ../lisp/startup.elc #12 2093. ELC ../lisp/subr.elc #12 2104. ELC ../lisp/tab-bar.elc #12 2110. ELC ../lisp/term/android-win.elc #12 2113. #12 2113. In end of data: #12 2113. term/android-win.el:64:4: Warning: the function `x-handle-args' is not known to be defined. #12 2113. ELC ../lisp/term/common-win.elc #12 2115. ELC ../lisp/term/haiku-win.elc #12 2117. ELC ../lisp/term/internal.elc #12 2119. ELC ../lisp/term/ns-win.elc #12 2124. ELC ../lisp/term/pc-win.elc #12 2126. ELC ../lisp/term/pgtk-win.elc #12 2128. ELC ../lisp/term/tty-colors.elc #12 2130. ELC ../lisp/term/w32-win.elc #12 2132. ELC ../lisp/term/x-win.elc #12 2135. ELC ../lisp/textmodes/fill.elc #12 2138. ELC ../lisp/textmodes/page.elc #12 2139. ELC ../lisp/textmodes/paragraphs.elc #12 2141. ELC ../lisp/textmodes/text-mode.elc #12 2144. ELC ../lisp/tool-bar.elc #12 2146. ELC ../lisp/tooltip.elc #12 2148. ELC ../lisp/touch-screen.elc #12 2152. ELC ../lisp/uniquify.elc #12 2155. ELC ../lisp/vc/ediff-hook.elc #12 2156. ELC ../lisp/vc/vc-hooks.elc #12 2159. ELC ../lisp/version.elc #12 2161. ELC ../lisp/w32-fns.elc #12 2163. ELC ../lisp/w32-vars.elc #12 2165. ELC ../lisp/widget.elc #12 2167. ELC ../lisp/window.elc #12 2179. ELC ../lisp/x-dnd.elc #12 2183. rm -f emacs && cp -f temacs emacs #12 2183. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 2183. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/30.0.50/ #12 2183. Loading loadup.el (source)... #12 2183. Dump mode: pdump #12 2183. Using load-path (/checkout/lisp) #12 2183. Loading emacs-lisp/debug-early... #12 2183. Loading emacs-lisp/byte-run... #12 2183. Loading emacs-lisp/backquote... #12 2183. Loading subr... #12 2183. Loading keymap... #12 2183. Loading version... #12 2183. Loading widget... #12 2183. Loading custom... #12 2183. Loading emacs-lisp/map-ynp... #12 2183. Loading international/mule... #12 2183. Loading international/mule-conf... #12 2183. Loading env... #12 2183. Loading format... #12 2183. Loading bindings... #12 2184. Loading window... #12 2184. Loading files... #12 2184. Loading emacs-lisp/macroexp... #12 2184. Loading cus-face... #12 2184. Loading faces... #12 2185. Loading loaddefs...