Running with gitlab-runner 16.9.1 (782c6ecb)  on emba-docker-runner 2oEDrUT7, system ID: s_d7b5974cddbd section_start:1710029003:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1710029010:prepare_executor section_start:1710029010:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1710029013:prepare_script section_start:1710029013:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out d7071359 as detached HEAD (ref is master)... Skipping Git submodules setup section_end:1710029029:get_sources section_start:1710029029:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false WARNING: You're not using the default seccomp profile WARNING: No kernel memory limit support WARNING: No oom kill disable support Server: Containers: 6 Running: 3 Paused: 0 Stopped: 3 Images: 10 Server Version: 24.0.5 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 5.15.0-97-generic Operating System: Trisquel GNU/Linux Aramo (11.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.752GiB Name: emba.gnu.org ID: 55c8fdc6-829d-4955-b191-c13a3205fe05 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-d7071359522f60d332320cf63700faa58d237d0b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.47kB done #1 DONE 2.5s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 2.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #5 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:171478fbe... #5 DONE 0.0s #8 [internal] load build context #8 transferring context: 18.70MB 4.1s #8 transferring context: 51.81MB 9.3s #8 transferring context: 83.12MB 14.4s #8 transferring context: 101.14MB 19.6s #8 transferring context: 124.99MB 24.6s #8 transferring context: 147.37MB 29.7s #8 transferring context: 165.62MB 34.8s #8 transferring context: 183.58MB 39.9s #8 transferring context: 199.99MB 44.9s #8 transferring context: 221.93MB 50.0s #8 transferring context: 253.94MB 55.0s #8 transferring context: 272.11MB 58.1s done #8 DONE 58.7s #4 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #4 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #7 [emacs-gnustep 2/6] COPY . /checkout #7 DONE 56.8s #12 [emacs-gnustep 3/6] WORKDIR /checkout #12 DONE 8.1s #11 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #11 2.758 Checking whether you have the necessary tools... #11 2.758 (Read INSTALL.REPO for more details on building Emacs) #11 2.766 Checking for autoconf (need at least version 2.65) ... ok #11 2.879 Your system has the required tools. #11 2.952 Building aclocal.m4 ... #11 2.958 Running 'autoreconf -fi -I m4' ... #11 23.10 Building 'aclocal.m4' in exec ... #11 23.10 Running 'autoreconf -fi' in exec ... #11 27.91 You can now run './autogen.sh git'. #11 DONE 29.7s #10 [emacs-gnustep 5/6] RUN ./configure --with-ns #10 2.970 checking for xcrun... no #10 2.975 checking for GNU Make... make #10 3.025 checking build system type... x86_64-pc-linux-gnu #10 4.003 checking host system type... x86_64-pc-linux-gnu #10 4.064 checking for gcc... gcc #10 4.178 checking whether the C compiler works... yes #10 4.457 checking for C compiler default output file name... a.out #10 4.466 checking for suffix of executables... #10 4.629 checking whether we are cross compiling... no #10 4.897 checking for suffix of object files... o #10 4.970 checking whether we are using the GNU C compiler... yes #10 5.022 checking whether gcc accepts -g... yes #10 5.084 checking for gcc option to enable C11 features... none needed #10 6.630 checking whether the compiler is clang... no #10 6.744 checking for compiler option needed when checking for declarations... none #10 6.746 checking whether gcc and cc understand -c and -o together... yes #10 7.116 checking how to run the C preprocessor... gcc -E #10 7.346 checking for grep that handles long lines and -e... /bin/grep #10 7.356 checking for egrep... /bin/grep -E #10 7.369 checking for ANSI C header files... yes #10 7.965 checking for sys/types.h... yes #10 8.139 checking for sys/stat.h... yes #10 8.321 checking for stdlib.h... yes #10 8.500 checking for string.h... yes #10 8.707 checking for memory.h... yes #10 8.940 checking for strings.h... yes #10 9.203 checking for inttypes.h... yes #10 9.462 checking for stdint.h... yes #10 9.658 checking for unistd.h... yes #10 9.823 checking for wchar.h... yes #10 9.993 checking for minix/config.h... no #10 10.15 checking for linux/fs.h... yes #10 10.33 checking for malloc.h... yes #10 10.55 checking for sys/systeminfo.h... no #10 10.69 checking for sys/sysinfo.h... yes #10 10.86 checking for coff.h... no #10 11.00 checking for pty.h... yes #10 11.38 checking for sys/resource.h... yes #10 11.60 checking for sys/utsname.h... yes #10 11.81 checking for pwd.h... yes #10 12.10 checking for util.h... no #10 12.24 checking for sanitizer/lsan_interface.h... yes #10 12.42 checking for sanitizer/asan_interface.h... yes #10 12.61 checking for sanitizer/common_interface_defs.h... yes #10 12.83 checking for sys/socket.h... yes #10 13.01 checking for stdlib.h... (cached) yes #10 13.04 checking for unistd.h... (cached) yes #10 13.07 checking for sys/param.h... yes #10 13.28 checking for pthread.h... yes #10 13.55 checking for malloc/malloc.h... no #10 13.66 checking for sys/un.h... yes #10 13.82 checking for utmp.h... yes #10 14.02 checking for utmpx.h... yes #10 14.23 checking for OS.h... no #10 14.38 checking for dirent.h... yes #10 14.63 checking for execinfo.h... yes #10 14.88 checking for linux/xattr.h... yes #10 15.10 checking for stdio_ext.h... yes #10 15.36 checking for sys/vfs.h... yes #10 15.65 checking for sys/fs_types.h... no #10 15.87 checking for getopt.h... yes #10 16.00 checking for sys/cdefs.h... yes #10 16.16 checking for sys/time.h... yes #10 16.32 checking for ieee754.h... yes #10 16.49 checking for limits.h... yes #10 16.66 checking for inttypes.h... (cached) yes #10 16.70 checking for sys/types.h... (cached) yes #10 16.74 checking for stdint.h... (cached) yes #10 16.80 checking for sys/select.h... yes #10 16.98 checking for stdbool.h... yes #10 17.13 checking for stdckdint.h... no #10 17.33 checking for sys/random.h... yes #10 17.65 checking for sys/stat.h... (cached) yes #10 17.67 checking whether it is safe to define __EXTENSIONS__... yes #10 17.79 checking whether _XOPEN_SOURCE should be defined... no #10 17.90 checking for Minix Amsterdam compiler... no #10 17.95 checking for ar... ar #10 17.95 checking for ranlib... ranlib #10 17.95 checking for gcc option to enable large file support... none needed #10 18.18 checking for gcc option for timestamps after 2038... none needed #10 18.31 checking for g++... g++ #10 21.57 checking whether we are using the GNU C++ compiler... yes #10 27.05 checking whether g++ accepts -g... yes #10 27.16 checking for g++ option to enable C++11 features... none needed #10 52.95 checking how to run the C++ preprocessor... g++ -E #10 53.27 checking whether gcc accepts -g3 -O2... yes #10 53.47 checking whether the compiler is clang... no #10 53.61 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 53.74 checking whether -Wno-missing-field-initializers is needed... yes #10 53.95 checking whether -Wuninitialized is supported... yes #10 54.08 checking whether C compiler handles -fstrict-flex-arrays... no #10 54.19 checking whether C compiler handles -Wall... yes #10 54.44 checking whether C compiler handles -Warith-conversion... yes #10 54.61 checking whether C compiler handles -Wdate-time... yes #10 54.81 checking whether C compiler handles -Wdisabled-optimization... yes #10 55.10 checking whether C compiler handles -Wdouble-promotion... yes #10 55.34 checking whether C compiler handles -Wduplicated-cond... yes #10 55.52 checking whether C compiler handles -Wextra... yes #10 55.70 checking whether C compiler handles -Wformat-signedness... yes #10 55.90 checking whether C compiler handles -Winit-self... yes #10 56.16 checking whether C compiler handles -Winvalid-pch... yes #10 56.36 checking whether C compiler handles -Wlogical-op... yes #10 56.60 checking whether C compiler handles -Wmissing-declarations... yes #10 56.79 checking whether C compiler handles -Wmissing-include-dirs... yes #10 57.05 checking whether C compiler handles -Wmissing-prototypes... yes #10 57.36 checking whether C compiler handles -Wnested-externs... yes #10 57.61 checking whether C compiler handles -Wnull-dereference... yes #10 57.81 checking whether C compiler handles -Wold-style-definition... yes #10 58.01 checking whether C compiler handles -Wopenmp-simd... yes #10 58.23 checking whether C compiler handles -Wpacked... yes #10 58.47 checking whether C compiler handles -Wpointer-arith... yes #10 58.69 checking whether C compiler handles -Wstrict-flex-arrays... no #10 58.81 checking whether C compiler handles -Wstrict-prototypes... yes #10 59.05 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 59.26 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 59.46 checking whether C compiler handles -Wsuggest-final-methods... yes #10 59.69 checking whether C compiler handles -Wsuggest-final-types... yes #10 59.93 checking whether C compiler handles -Wtrampolines... yes #10 60.17 checking whether C compiler handles -Wuninitialized... yes #10 60.36 checking whether C compiler handles -Wunknown-pragmas... yes #10 60.51 checking whether C compiler handles -Wunused-macros... yes #10 60.85 checking whether C compiler handles -Wvariadic-macros... yes #10 61.08 checking whether C compiler handles -Wvector-operation-performance... yes #10 61.27 checking whether C compiler handles -Wwrite-strings... yes #10 61.49 checking whether C compiler handles -Warray-bounds=2... yes #10 61.79 checking whether C compiler handles -Wattribute-alias=2... yes #10 62.04 checking whether C compiler handles -Wformat=2... yes #10 62.28 checking whether C compiler handles -Wformat-truncation=2... yes #10 62.46 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 62.76 checking whether C compiler handles -Wshift-overflow=2... yes #10 62.96 checking whether C compiler handles -Wuse-after-free=3... no #10 63.07 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 63.24 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 63.38 checking whether C compiler handles -Wredundant-decls... yes #10 63.54 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 63.54 checking whether C compiler handles -Wno-override-init... yes #10 63.74 checking whether C compiler handles -Wno-sign-compare... yes #10 63.88 checking whether C compiler handles -Wno-type-limits... yes #10 64.06 checking whether C compiler handles -Wno-unused-parameter... yes #10 64.31 checking whether C compiler handles -Wno-format-nonliteral... yes #10 64.53 checking whether C compiler handles -Wno-bidi-chars... no #10 64.63 checking for a BSD-compatible install... /usr/bin/install -c #10 64.68 checking command to symlink files in the same directory... ln -s #10 64.70 checking for install-info... : #10 64.70 checking for gzip... /bin/gzip #10 64.70 checking for 'find' args to delete a file... -delete #10 64.73 checking for brew... no #10 66.84 checking for -znocombreloc... not needed #10 66.84 checking whether addresses are sanitized... no #10 66.92 checking for math library... -lm #10 68.26 checking for struct passwd.pw_gecos... yes #10 68.41 checking for pkg-config... /usr/bin/pkg-config #10 68.42 checking pkg-config is at least version 0.9.0... yes #10 68.49 checking for machine/soundcard.h... no #10 68.61 checking for sys/soundcard.h... yes #10 68.90 checking for soundcard.h... no #10 69.02 checking for mmsystem.h... no #10 69.11 checking for _oss_ioctl in -lossaudio... no #10 69.30 checking for alsa >= 1.0.0... no #10 69.33 checking for ADDR_NO_RANDOMIZE... yes #10 69.52 checking if Linux sysinfo may be used... yes #10 69.96 checking for sys/wait.h that is POSIX.1 compatible... yes #10 70.26 checking for net/if.h... yes #10 70.70 checking for ifaddrs.h... yes #10 70.91 checking for net/if_dl.h... no #10 71.05 checking for struct ifreq.ifr_flags... yes #10 71.22 checking for struct ifreq.ifr_hwaddr... yes #10 71.63 checking for struct ifreq.ifr_netmask... yes #10 72.14 checking for struct ifreq.ifr_broadaddr... yes #10 72.59 checking for struct ifreq.ifr_addr... yes #10 72.98 checking for struct ifreq.ifr_addr.sa_len... no #10 73.29 checking whether gcc understands -MMD -MF... yes #10 73.39 checking for X... no #10 73.66 checking AppKit/AppKit.h usability... yes #10 78.44 checking AppKit/AppKit.h presence... yes #10 78.91 checking for AppKit/AppKit.h... yes #10 78.92 checking for Mac OS X 12.0 or later... yes #10 79.00 checking for gcc... gcc #10 79.11 checking whether we are using the GNU Objective C compiler... yes #10 79.22 checking whether gcc accepts -g... yes #10 79.31 checking if the Objective C compiler supports instancetype... yes #10 79.40 checking if the Objective C compiler defaults to C99... no #10 79.49 checking whether malloc is Doug Lea style... no #10 79.61 checking for sbrk... yes #10 79.84 checking for __lsan_ignore_object... no #10 80.05 checking for fchmod... yes #10 80.31 checking for utmpname... yes #10 80.59 checking for utmpxname... yes #10 80.89 checking for canonicalize_file_name... yes #10 81.13 checking for realpath... yes #10 81.40 checking for lstat... yes #10 81.68 checking for fchmodat... yes #10 82.02 checking for lchmod... no #10 82.16 checking for fcntl... yes #10 82.45 checking for fdopendir... yes #10 82.67 checking for listxattr... yes #10 82.95 checking for fstatat... yes #10 83.29 checking for fsync... yes #10 83.55 checking for gettimeofday... yes #10 83.84 checking for memset_s... no #10 84.16 checking for pselect... yes #10 84.40 checking for readlink... yes #10 84.63 checking for isblank... yes #10 84.88 checking for iswctype... yes #10 85.14 checking for strtoimax... yes #10 85.38 checking for symlink... yes #10 85.71 checking for localtime_r... yes #10 85.98 checking for getdtablesize... yes #10 86.20 checking for getpagesize... yes #10 86.52 checking for working mmap... yes #10 86.95 checking for main in -lXbsd... no #10 87.11 checking for pthread library... -lpthread #10 87.65 checking for thread support... yes #10 87.66 checking for librsvg-2.0 >= 2.14.0... no #10 87.71 checking for libwebpdemux >= 0.6.0... no #10 87.74 checking for WebPGetInfo... no #10 88.00 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #10 88.03 checking for sqlite3_open_v2 in -lsqlite3... no #10 88.20 checking for getaddrinfo_a in -lanl... yes #10 88.42 checking for malloc_trim... yes #10 88.69 checking for dbus-1 >= 1.0... yes #10 88.74 checking for dbus_watch_get_unix_fd... yes #10 89.02 checking for dbus_type_is_valid... yes #10 89.37 checking for dbus_validate_bus_name... yes #10 89.75 checking for dbus_validate_path... yes #10 89.97 checking for dbus_validate_interface... yes #10 90.24 checking for dbus_validate_member... yes #10 90.52 checking for lgetfilecon in -lselinux... no #10 90.77 checking for gnutls >= 2.12.2... yes #10 90.82 checking for libsystemd >= 222... no #10 90.85 checking for jansson >= 2.7... no #10 90.89 checking for tree-sitter >= 0.20.2... no #10 90.91 checking for tree-sitter >= 0.6.3... no #10 90.94 checking sys/inotify.h usability... yes #10 91.18 checking sys/inotify.h presence... yes #10 91.25 checking for sys/inotify.h... yes #10 91.28 checking for inotify_init... yes #10 91.56 checking for inotify_init1... yes #10 91.96 checking for jpeglib 6b or later... no #10 92.20 checking for lcms2... no #10 92.25 checking for library containing inflateEnd... -lz #10 92.73 checking for dladdr... yes #10 93.05 checking for dlfunc... no #10 93.34 checking for gcc_jit_context_acquire in -lgccjit... no #10 93.48 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #10 93.48 found. #10 93.48 Please try installing libgccjit or a similar package if you want to have it #10 93.48 enabled. #10 93.48 checking libgccjit.h usability... no #10 93.69 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #10 93.76 were not found. #10 93.76 Please try installing libgccjit-dev or a similar package if you want to have it #10 93.76 no #10 93.76 checking for libgccjit.h... no #10 93.76 enabled. #10 93.77 checking for libpng >= 1.0.0... no #10 93.80 checking for libpng not configured by pkg-config... no #10 93.90 checking tiffio.h usability... no #10 94.06 checking tiffio.h presence... no #10 94.12 checking for tiffio.h... no #10 94.12 checking gif_lib.h usability... no #10 94.26 checking gif_lib.h presence... no #10 94.34 checking for gif_lib.h... no #10 94.34 checking gpm.h usability... no #10 94.58 checking gpm.h presence... no #10 94.67 checking for gpm.h... no #10 94.69 checking for libxml-2.0 > 2.6.17... no #10 94.73 checking for maillock in -lmail... no #10 94.90 checking for maillock in -llockfile... no #10 95.02 checking for liblockfile.so... no #10 95.02 checking maillock.h usability... no #10 95.24 checking maillock.h presence... no #10 95.32 checking for maillock.h... no #10 95.35 checking linux/seccomp.h usability... yes #10 95.53 checking linux/seccomp.h presence... yes #10 95.57 checking for linux/seccomp.h... yes #10 95.62 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 95.84 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 96.04 checking linux/filter.h usability... yes #10 96.33 checking linux/filter.h presence... yes #10 96.38 checking for linux/filter.h... yes #10 96.42 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 96.45 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 96.46 checking for libseccomp >= 2.5.2... no #10 96.49 checking size of long... 8 #10 96.83 checking for accept4... yes #10 97.14 checking for fchdir... yes #10 97.36 checking for gethostname... yes #10 97.69 checking for getrusage... yes #10 98.02 checking for get_current_dir_name... yes #10 98.28 checking for lrand48... yes #10 98.55 checking for random... yes #10 98.79 checking for rint... yes #10 99.08 checking for tcdrain... yes #10 99.41 checking for trunc... yes #10 99.83 checking for select... yes #10 100.1 checking for getpagesize... (cached) yes #10 100.1 checking for setlocale... yes #10 100.4 checking for newlocale... yes #10 100.7 checking for getrlimit... yes #10 101.0 checking for setrlimit... yes #10 101.3 checking for shutdown... yes #10 101.6 checking for pthread_sigmask... (cached) yes #10 101.6 checking for strsignal... yes #10 101.9 checking for setitimer... yes #10 102.1 checking for sendto... yes #10 102.4 checking for recvfrom... yes #10 102.8 checking for getsockname... yes #10 103.0 checking for getifaddrs... yes #10 103.5 checking for freeifaddrs... yes #10 103.9 checking for gai_strerror... yes #10 104.3 checking for sync... yes #10 104.6 checking for endpwent... yes #10 104.9 checking for getgrent... yes #10 105.2 checking for endgrent... yes #10 105.6 checking for cfmakeraw... yes #10 105.8 checking for cfsetspeed... yes #10 106.1 checking for __executable_start... yes #10 106.4 checking for log2... yes #10 106.8 checking for pthread_setname_np... yes #10 107.1 checking for pthread_set_name_np... no #10 107.4 checking for getpwent... yes #10 107.6 checking for renameat2... yes #10 107.9 checking whether pthread_setname_np takes a single argument... no #10 108.1 checking whether pthread_setname_np takes three arguments... no #10 108.2 checking for aligned_alloc... yes #10 108.6 checking whether aligned_alloc is declared... yes #10 108.8 checking for posix_madvise... yes #10 109.2 checking for madvise... yes #10 109.4 checking for __builtin_frame_address... yes #10 109.6 checking for __builtin_unwind_init... yes #10 109.9 checking for _LARGEFILE_SOURCE value needed for large files... no #10 110.2 checking for grantpt... yes #10 110.5 checking for getpt... yes #10 110.7 checking for posix_openpt... yes #10 110.9 checking for library containing tputs... -ltinfo #10 111.3 checking whether -ltinfo library defines BC... yes #10 111.5 checking for timerfd interface... yes #10 111.7 checking whether signals can be handled on alternate stack... yes #10 111.9 checking valgrind/valgrind.h usability... no #10 112.1 checking valgrind/valgrind.h presence... no #10 112.2 checking for valgrind/valgrind.h... no #10 112.2 checking for struct unipair.unicode... yes #10 112.4 checking for pid_t... yes #10 112.8 checking vfork.h usability... no #10 112.9 checking vfork.h presence... no #10 113.0 checking for vfork.h... no #10 113.0 checking for fork... yes #10 113.3 checking for vfork... yes #10 113.6 checking for working fork... yes #10 113.9 checking for working vfork... (cached) yes #10 114.0 checking for snprintf... yes #10 114.2 checking for open_memstream... yes #10 114.5 checking spawn.h usability... yes #10 114.8 checking spawn.h presence... yes #10 114.9 checking for spawn.h... yes #10 114.9 checking for posix_spawn... yes #10 115.2 checking for posix_spawn_file_actions_addchdir... no #10 115.5 checking for posix_spawn_file_actions_addchdir_np... yes #10 115.7 checking for posix_spawnattr_setflags... yes #10 116.2 checking whether POSIX_SPAWN_SETSID is declared... yes #10 116.3 checking whether GLib is linked in... no #10 116.4 checking for nl_langinfo and CODESET... yes #10 116.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 116.9 checking for mbstate_t... yes #10 117.2 checking for signals via characters... yes #10 117.4 checking for _setjmp... yes #10 117.6 checking for sigsetjmp... yes #10 117.8 checking POSIX termios... yes #10 118.0 checking size of speed_t... 4 #10 118.3 checking for usable FIONREAD... yes #10 118.4 checking for usable SIGIO... yes #10 118.6 checking for struct alignment... yes #10 118.7 checking for C/C++ restrict keyword... __restrict__ #10 118.9 checking for typeof syntax and keyword spelling... typeof #10 119.0 checking for statement expressions... yes #10 119.1 checking whether malloc (0) returns nonnull... yes #10 119.5 checking sys/acl.h usability... yes #10 119.7 checking sys/acl.h presence... yes #10 119.7 checking for sys/acl.h... yes #10 119.7 checking for library containing acl_get_file... -lacl #10 120.1 checking for acl_get_file... yes #10 120.3 checking for acl_get_fd... yes #10 120.6 checking for acl_set_file... yes #10 121.0 checking for acl_set_fd... yes #10 121.3 checking for acl_free... yes #10 121.5 checking for acl_from_mode... yes #10 121.8 checking for acl_from_text... yes #10 121.9 checking for acl_delete_def_file... yes #10 122.1 checking for acl_extended_file... yes #10 122.3 checking for acl_delete_fd_np... no #10 122.6 checking for acl_delete_file_np... no #10 122.9 checking for acl_copy_ext_native... no #10 123.1 checking for acl_create_entry_np... no #10 123.4 checking for acl_to_short_text... no #10 123.7 checking for acl_free_text... no #10 124.0 checking for working acl_get_file... yes #10 124.2 checking acl/libacl.h usability... yes #10 124.4 checking acl/libacl.h presence... yes #10 124.5 checking for acl/libacl.h... yes #10 124.5 checking for acl_entries... yes #10 124.7 checking for ACL_FIRST_ENTRY... yes #10 124.8 checking for ACL_TYPE_EXTENDED... no #10 124.9 checking for working alloca.h... yes #10 125.2 checking for alloca... yes #10 125.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 125.5 checking whether the preprocessor supports include_next... yes #10 125.7 checking whether source code line length is unlimited... yes #10 125.8 checking whether endutent is declared... yes #10 125.9 checking for struct utmpx.ut_user... yes #10 126.2 checking for struct utmp.ut_user... yes #10 126.5 checking for struct utmpx.ut_name... yes #10 126.7 checking for struct utmp.ut_name... yes #10 126.9 checking for struct utmpx.ut_type... yes #10 127.1 checking for struct utmp.ut_type... yes #10 127.3 checking for struct utmpx.ut_pid... yes #10 127.6 checking for struct utmp.ut_pid... yes #10 127.8 checking for struct utmp.ut_tv... yes #10 128.2 checking for struct utmpx.ut_host... yes #10 128.4 checking for struct utmp.ut_host... yes #10 128.6 checking for struct utmpx.ut_id... yes #10 128.9 checking for struct utmp.ut_id... yes #10 129.2 checking for struct utmpx.ut_session... yes #10 129.6 checking for struct utmp.ut_session... yes #10 129.9 checking for struct utmpx.ut_exit... yes #10 130.3 checking for struct utmp.ut_exit... yes #10 130.8 checking for struct utmpx.ut_exit.ut_exit... no #10 131.2 checking for struct utmpx.ut_exit.e_exit... yes #10 131.4 checking for struct utmp.ut_exit.e_exit... yes #10 131.6 checking for struct utmpx.ut_exit.ut_termination... no #10 131.9 checking for struct utmpx.ut_exit.e_termination... yes #10 132.1 checking for struct utmp.ut_exit.e_termination... yes #10 132.4 checking whether sysinfo is declared... yes #10 132.5 checking for sys/sysctl.h... yes #10 132.8 checking for sysctl... yes #10 132.9 checking whether lstat correctly handles trailing slash... yes #10 133.2 checking whether // is distinct from /... no #10 133.2 checking whether realpath works... yes #10 133.5 checking for faccessat... yes #10 133.7 checking for getcwd... yes #10 133.9 checking whether byte ordering is bigendian... no #10 134.2 checking if environ is properly declared... yes #10 134.3 checking for complete errno.h... yes #10 134.3 checking whether ctype.h defines __header_inline... no #10 134.4 checking for mode_t... yes #10 135.2 checking whether strmode is declared... no #10 135.4 checking whether getline is declared... yes #10 135.7 checking for gawk... no #10 135.7 checking for mawk... mawk #10 135.7 checking for getopt.h... (cached) yes #10 135.7 checking for getopt_long_only... yes #10 136.0 checking whether getopt is POSIX compatible... yes #10 137.2 checking for working GNU getopt function... yes #10 137.6 checking for working GNU getopt_long function... yes #10 137.9 checking whether timespec_get is declared... yes #10 138.1 checking for timespec_get... yes #10 138.2 checking for struct timeval... yes #10 138.3 checking for wide-enough struct timeval.tv_sec member... yes #10 138.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 138.6 checking whether the compiler produces multi-arch binaries... no #10 138.7 checking whether stdint.h conforms to C99... yes #10 139.1 checking whether stdint.h works without ISO C predefines... yes #10 139.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 139.6 checking whether memmem is declared... yes #10 139.8 checking whether memrchr is declared... yes #10 140.0 checking whether defines MIN and MAX... no #10 140.1 checking whether defines MIN and MAX... yes #10 140.3 checking whether time_t is signed... yes #10 140.5 checking whether alarm is declared... yes #10 140.8 checking for working mktime... no #10 141.4 checking whether struct tm is in sys/time.h or time.h... time.h #10 141.6 checking for struct tm.tm_zone... yes #10 141.8 checking for struct tm.tm_gmtoff... yes #10 141.9 checking whether is self-contained... yes #10 142.4 checking for inline... inline #10 142.6 checking for sigset_t... yes #10 142.9 checking for volatile sig_atomic_t... yes #10 143.1 checking for sighandler_t... yes #10 143.3 checking for wchar_t... yes #10 143.4 checking for good max_align_t... yes #10 143.5 checking whether NULL can be used in arbitrary expressions... yes #10 143.6 checking for unreachable... no #10 143.8 checking whether fcloseall is declared... yes #10 144.0 checking whether getw is declared... yes #10 144.3 checking whether putw is declared... yes #10 144.5 checking which flavor of printf attribute matches inttypes macros... system #10 144.7 checking whether strnlen is declared... yes #10 144.9 checking whether strtoimax is declared... yes #10 145.2 checking whether stat file-mode macros are broken... no #10 145.3 checking for nlink_t... yes #10 145.6 checking for struct timespec in ... yes #10 145.8 checking for TIME_UTC in ... yes #10 146.0 checking whether execvpe is declared... yes #10 146.2 checking whether clearerr_unlocked is declared... yes #10 146.5 checking whether feof_unlocked is declared... yes #10 146.8 checking whether ferror_unlocked is declared... yes #10 147.0 checking whether fflush_unlocked is declared... yes #10 147.3 checking whether fgets_unlocked is declared... yes #10 147.6 checking whether fputc_unlocked is declared... yes #10 147.9 checking whether fputs_unlocked is declared... yes #10 148.2 checking whether fread_unlocked is declared... yes #10 148.4 checking whether fwrite_unlocked is declared... yes #10 148.7 checking whether getc_unlocked is declared... yes #10 148.9 checking whether getchar_unlocked is declared... yes #10 149.2 checking whether putc_unlocked is declared... yes #10 149.8 checking whether putchar_unlocked is declared... yes #10 150.1 checking type of array argument to getgroups... gid_t #10 150.6 checking whether getdelim is declared... yes #10 150.8 checking whether getdtablesize is declared... yes #10 150.9 checking whether malloc is ptrdiff_t safe... yes #10 151.0 checking whether malloc, realloc, calloc set errno on failure... yes #10 151.0 checking for O_CLOEXEC... yes #10 151.1 checking for promoted mode_t type... mode_t #10 151.2 checking whether the utimes function works... yes #10 151.5 checking for C compiler option to allow warnings... -Wno-error #10 151.7 checking for alignas and alignof... yes, macros #10 151.9 checking for alloca as a compiler built-in... yes #10 151.9 checking for static_assert... yes, an macro #10 152.1 checking for __builtin_expect... yes #10 152.3 checking byteswap.h usability... yes #10 152.8 checking byteswap.h presence... yes #10 152.9 checking for byteswap.h... yes #10 152.9 checking for readlinkat... yes #10 153.1 checking for library containing clock_gettime... none required #10 153.3 checking for clock_getres... yes #10 153.5 checking for clock_gettime... yes #10 153.7 checking for clock_settime... yes #10 153.8 checking for copy_file_range... yes #10 154.1 checking for d_type member in directory struct... yes #10 154.3 checking whether // is distinct from /... (cached) no #10 154.3 checking whether dup2 works... yes #10 154.6 checking for library containing backtrace_symbols_fd... none required #10 154.8 checking for faccessat... (cached) yes #10 154.8 checking whether fchmodat works... no #10 155.1 checking for readlinkat... (cached) yes #10 155.1 checking whether fcntl handles F_DUPFD correctly... yes #10 155.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 155.7 checking whether fdopendir is declared... yes #10 155.8 checking whether fdopendir works... yes #10 156.0 checking for flexible array member... yes #10 156.2 checking for __fpending... yes #10 156.4 checking whether __fpending is declared... yes #10 156.5 checking whether free is known to preserve errno... no #10 156.6 checking whether fstatat (..., 0) works... yes #10 156.8 checking for sys/mount.h... yes #10 157.0 checking for statvfs function (SVR4)... yes #10 157.2 checking whether to use statvfs64... no #10 157.2 checking for two-argument statfs with statfs.f_frsize member... yes #10 157.6 checking sys/fs/s5param.h usability... no #10 157.7 checking sys/fs/s5param.h presence... no #10 157.8 checking for sys/fs/s5param.h... no #10 157.8 checking sys/statfs.h usability... yes #10 157.9 checking sys/statfs.h presence... yes #10 157.9 checking for sys/statfs.h... yes #10 158.0 checking for statfs that truncates block counts... no #10 158.0 checking for futimens... yes #10 158.1 checking whether futimens works... yes #10 159.4 checking for getline... yes #10 159.7 checking for working getline function... yes #10 159.9 checking for getloadavg... yes #10 160.1 checking sys/loadavg.h usability... no #10 160.2 checking sys/loadavg.h presence... no #10 160.3 checking for sys/loadavg.h... no #10 160.3 checking whether getloadavg is declared... yes #10 160.5 checking for getrandom... yes #10 160.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 161.1 checking for gettimeofday with POSIX signature... yes #10 161.3 checking whether the compiler supports the __inline keyword... yes #10 161.4 checking gmp.h usability... yes #10 161.6 checking gmp.h presence... yes #10 161.7 checking for gmp.h... yes #10 161.8 checking for library containing __gmpz_roinit_n... -lgmp #10 162.3 checking for memmem... yes #10 162.6 checking whether memmem works... yes #10 162.9 checking for mempcpy... yes #10 163.1 checking for memrchr... yes #10 163.4 checking for memset_explicit... no #10 163.6 checking for explicit_memset... no #10 163.8 checking for mkostemp... yes #10 164.0 checking for library containing nanosleep... none required #10 164.3 checking for working nanosleep... no (mishandles large arguments) #10 165.6 checking for sys/pstat.h... no #10 165.9 checking for sys/sysmp.h... no #10 166.1 checking for sys/param.h... (cached) yes #10 166.1 checking for sys/sysctl.h... (cached) yes #10 166.2 checking for sched_getaffinity_np... no #10 166.5 checking for pstat_getdynamic... no #10 166.8 checking for sysmp... no #10 167.1 checking for sysctl... (cached) yes #10 167.1 checking for sched_getaffinity... yes #10 167.4 checking for glibc compatible sched_getaffinity... yes #10 167.6 checking for pipe2... yes #10 167.9 checking whether signature of pselect conforms to POSIX... yes #10 168.1 checking whether pselect detects invalid fds... yes #10 168.5 checking whether pthread_sigmask is a macro... no #10 168.5 checking whether pthread_sigmask returns error numbers... yes #10 168.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 171.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 171.7 checking whether readlink signature is correct... yes #10 171.9 checking whether readlink handles trailing slash correctly... yes #10 172.2 checking whether readlink truncates results correctly... yes #10 172.4 checking for readlinkat... (cached) yes #10 172.4 checking whether readlinkat signature is correct... yes #10 172.5 checking for working re_compile_pattern... no #10 172.9 checking libintl.h usability... yes #10 173.1 checking libintl.h presence... yes #10 173.2 checking for libintl.h... yes #10 173.2 checking whether isblank is declared... yes #10 173.4 checking for sig2str... no #10 173.6 checking for sigdescr_np... no #10 173.8 checking for socklen_t... yes #10 174.1 checking for ssize_t... yes #10 174.3 checking for struct stat.st_atim.tv_nsec... yes #10 174.5 checking whether struct stat.st_atim is of type struct timespec... yes #10 174.7 checking for struct stat.st_birthtimespec.tv_nsec... no #10 174.9 checking for struct stat.st_birthtimensec... no #10 175.2 checking for struct stat.st_birthtim.tv_nsec... no #10 175.4 checking for bool, true, false... no #10 175.5 checking for stpcpy... yes #10 175.7 checking for working strnlen... yes #10 176.1 checking whether strtoimax works... yes #10 176.4 checking whether symlink handles trailing slash correctly... yes #10 176.7 checking whether localtime_r is declared... yes #10 176.9 checking whether localtime_r is compatible with its POSIX signature... yes #10 177.0 checking whether localtime works even near extrema... yes #10 177.4 checking for timezone_t... no #10 177.5 checking for timegm... yes #10 177.7 checking whether timer_settime is declared... yes #10 177.8 checking for library containing timer_settime... -lrt #10 178.3 checking for timer_settime... yes #10 178.5 checking for utimensat... yes #10 178.7 checking whether utimensat works... yes #10 180.0 checking for variable-length arrays... yes #10 180.2 checking whether getdtablesize works... yes #10 180.5 checking for __mktime_internal... no #10 180.8 checking for timer_getoverrun... yes #10 181.0 checking for gcc option to disable position independent executables... not needed #10 181.0 checking for __ctype_get_mb_cur_max... yes #10 181.2 checking whether MB_CUR_MAX is defined to function that won't link... no #10 181.3 #10 181.3 Configured for 'x86_64-pc-linux-gnu'. #10 181.3 #10 181.3 Where should the build process find the source code? . #10 181.3 What compiler should emacs be built with? gcc -g3 -O2 #10 181.3 Should Emacs use the GNU version of malloc? no #10 181.3 (The GNU allocators don't work with this system configuration.) #10 181.3 Should Emacs use a relocating allocator for buffers? no #10 181.3 Should Emacs use mmap(2) for buffer allocation? no #10 181.3 What window system should Emacs use? nextstep #10 181.3 What toolkit should Emacs use? none #10 181.3 Where do we find X Windows header files? NONE #10 181.3 Where do we find X Windows libraries? NONE #10 181.3 Does Emacs use -lXaw3d? no #10 181.3 Is Emacs being built for Android? no #10 181.3 Does Emacs use the X Double Buffer Extension? no #10 181.3 Does Emacs use -lXpm? no #10 181.3 Does Emacs use -ljpeg? no #10 181.3 Does Emacs use -ltiff? no #10 181.3 Does Emacs use a gif library? no #10 181.3 Does Emacs use a png library? no #10 181.3 Does Emacs use -lrsvg-2? no #10 181.3 Does Emacs use -lwebp? no #10 181.3 Does Emacs use -lsqlite3? no #10 181.3 Does Emacs use cairo? no #10 181.3 Does Emacs use -llcms2? no #10 181.3 Does Emacs use imagemagick? no #10 181.3 Does Emacs use native APIs for images? yes (ns) #10 181.3 Does Emacs support sound? yes #10 181.3 Does Emacs use -lgpm? no #10 181.3 Does Emacs use -ldbus? yes #10 181.3 Does Emacs use -lgconf? no #10 181.3 Does Emacs use GSettings? no #10 181.3 Does Emacs use a file notification library? yes (inotify) #10 181.3 Does Emacs use access control lists? yes -lacl -lattr #10 181.3 Does Emacs use -lselinux? no #10 181.3 Does Emacs use -lgnutls? yes #10 181.3 Does Emacs use -lxml2? no #10 181.3 Does Emacs use -lfreetype? no #10 181.3 Does Emacs use HarfBuzz? no #10 181.3 Does Emacs use -lm17n-flt? no #10 181.3 Does Emacs use -lotf? no #10 181.3 Does Emacs use -lxft? no #10 181.3 Does Emacs use -lsystemd? no #10 181.3 Does Emacs use -ljansson? no #10 181.3 Does Emacs use -ltree-sitter? no #10 181.3 Does Emacs use the GMP library? yes #10 181.3 Does Emacs directly use zlib? yes #10 181.3 Does Emacs have dynamic modules support? yes #10 181.3 Does Emacs use toolkit scroll bars? yes #10 181.3 Does Emacs support Xwidgets? no #10 181.3 Does Emacs have threading support in lisp? yes #10 181.3 Does Emacs support the portable dumper? yes #10 181.3 Does Emacs support legacy unexec dumping? no #10 181.3 Which dumping strategy does Emacs use? pdumper #10 181.3 Does Emacs have native lisp compiler? no #10 181.3 Does Emacs use version 2 of the X Input Extension? no #10 181.3 Does Emacs generate a smaller-size Japanese dictionary? no #10 181.3 #10 181.3 #10 181.3 #10 181.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #10 181.3 Run 'make install' in order to build an application bundle. #10 181.3 The application will go to nextstep/Emacs.app and can be run or moved #10 181.3 from there. #10 181.3 The application will be fully self-contained. #10 181.3 #10 182.2 configure: creating ./config.status #10 182.7 config.status: creating src/verbose.mk #10 182.8 config.status: creating src/emacs-module.h #10 182.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #10 183.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #10 183.2 config.status: creating Makefile #10 183.3 config.status: creating lib/gnulib.mk #10 183.4 config.status: creating ./doc/man/emacs.1 #10 183.5 config.status: creating lib/Makefile #10 183.6 config.status: creating lib-src/Makefile #10 183.7 config.status: creating oldXMenu/Makefile #10 183.8 config.status: creating src/Makefile #10 183.9 config.status: creating lwlib/Makefile #10 183.9 config.status: creating nextstep/Makefile #10 184.0 config.status: creating nt/Makefile #10 184.1 config.status: creating doc/emacs/Makefile #10 184.1 config.status: creating doc/misc/Makefile #10 184.2 config.status: creating doc/lispintro/Makefile #10 184.3 config.status: creating doc/lispref/Makefile #10 184.4 config.status: creating lisp/Makefile #10 184.5 config.status: creating leim/Makefile #10 184.6 config.status: creating test/Makefile #10 184.7 config.status: creating test/manual/noverlay/Makefile #10 184.8 config.status: creating test/infra/Makefile #10 184.9 config.status: creating admin/charsets/Makefile #10 185.0 config.status: creating admin/unidata/Makefile #10 185.1 config.status: creating admin/grammars/Makefile #10 185.3 config.status: creating java/Makefile #10 185.4 config.status: creating cross/Makefile #10 185.5 config.status: creating java/AndroidManifest.xml #10 185.6 config.status: creating src/config.h #10 185.7 config.status: executing src/epaths.h commands #10 185.8 config.status: executing src/.gdbinit commands #10 185.9 config.status: executing doc/emacs/emacsver.texi commands #10 185.9 config.status: executing etc-refcards-emacsver.tex commands #10 186.0 configure: WARNING: This configuration installs a 'movemail' program #10 186.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 186.0 installed a 'movemail' program that retrieved POP3 email via only #10 186.0 insecure channels, a practice that is no longer recommended but that #10 186.0 you can continue to support by using './configure --with-pop'. #10 186.0 configure: You might want to install GNU Mailutils #10 186.0 and use './configure --with-mailutils'. #10 DONE 187.0s #9 [emacs-gnustep 6/6] RUN make bootstrap #9 1.109 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #9 1.130 make[1]: Entering directory '/checkout' #9 1.309 make bootstrap-clean #9 1.320 make[2]: Entering directory '/checkout' #9 1.503 make -C src bootstrap-clean #9 1.532 make[3]: Entering directory '/checkout/src' #9 1.533 GEN /checkout/src/lisp.mk #9 2.313 rm -f android-emacs libemacs.so #9 2.317 rm -f temacs core ./*.core \#* ./*.o build-counter.c #9 2.324 rm -f dmpstruct.h #9 2.329 rm -f emacs.pdmp #9 2.332 rm -f ../etc/DOC #9 2.336 rm -f bootstrap-emacs bootstrap-emacs.pdmp #9 2.342 rm -f emacs-30.0.50 #9 2.346 rm -f buildobj.h #9 2.351 rm -f globals.h gl-stamp #9 2.359 rm -f ./*.res ./*.tmp #9 2.366 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #9 2.375 rm -f ../etc/DOC* #9 2.379 rm -f deps/* #9 2.392 rm -f emacs-module.h epaths.h config.h config.stamp #9 2.398 if test -f ./.gdbinit; then \ #9 2.398 mv ./.gdbinit ./.gdbinit.save; \ #9 2.398 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #9 2.398 else mv ./.gdbinit.save ./.gdbinit; fi; \ #9 2.398 fi #9 2.429 make[3]: Leaving directory '/checkout/src' #9 2.431 make -C oldXMenu bootstrap-clean #9 2.443 make[3]: Entering directory '/checkout/oldXMenu' #9 2.450 rm -f libXMenu11.a ./*.o deps/* #9 2.459 rm -f Makefile #9 2.462 rm -fr deps #9 2.464 make[3]: Leaving directory '/checkout/oldXMenu' #9 2.465 make -C lwlib bootstrap-clean #9 2.474 make[3]: Entering directory '/checkout/lwlib' #9 2.483 rm -f ./*.o liblw.a \#* deps/* #9 2.488 rm -f Makefile #9 2.490 rm -fr deps #9 2.498 rm -f TAGS #9 2.500 make[3]: Leaving directory '/checkout/lwlib' #9 2.501 make -C lib bootstrap-clean #9 2.667 make[3]: Entering directory '/checkout/lib' #9 2.670 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #9 2.681 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 #9 2.688 rm -f Makefile Makefile.android #9 2.693 rm -fr deps #9 2.697 make[3]: Leaving directory '/checkout/lib' #9 2.698 make -C lib-src bootstrap-clean #9 2.706 make[3]: Entering directory '/checkout/lib-src' #9 2.706 rm -f core ./*.o ./*.res #9 2.714 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #9 2.719 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #9 2.723 rm -f TAGS Makefile blessmail Makefile.android #9 2.727 make[3]: Leaving directory '/checkout/lib-src' #9 2.729 make -C nt bootstrap-clean #9 2.745 make[3]: Entering directory '/checkout/nt' #9 2.746 rm -f core *.o *.res #9 2.751 rm -f runemacs addpm cmdproxy ddeclient #9 2.751 rm -f TAGS Makefile *.rc #9 2.756 true #9 2.768 make[3]: Leaving directory '/checkout/nt' #9 2.775 make -C doc/emacs bootstrap-clean #9 2.783 make[3]: Entering directory '/checkout/doc/emacs' #9 2.784 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #9 2.784 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #9 2.795 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #9 2.803 rm -f Makefile #9 2.811 rm -f \ #9 2.811 ./../../info/emacs.info \ #9 2.811 ./../../info/emacs.info-[1-9] \ #9 2.811 ./../../info/emacs.info-[1-9][0-9] #9 2.819 rm -f ./emacsver.texi TAGS #9 2.824 make[3]: Leaving directory '/checkout/doc/emacs' #9 2.827 make -C doc/misc bootstrap-clean #9 2.841 make[3]: Entering directory '/checkout/doc/misc' #9 2.841 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #9 2.841 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #9 2.841 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #9 2.854 rm -f gnustmp* #9 2.859 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #9 2.872 rm -f Makefile #9 2.877 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 \ #9 2.877 file=`echo ${file} | sed 's/\.info$//'`.info; \ #9 2.877 rm -f \ #9 2.877 ./../../info/${file} \ #9 2.877 ./../../info/${file}-[1-9] \ #9 2.877 ./../../info/${file}-[1-9][0-9]; \ #9 2.877 done #9 3.703 rm -f ./modus-themes.texi ./org.texi #9 3.711 rm -f TAGS #9 3.716 make[3]: Leaving directory '/checkout/doc/misc' #9 3.719 make -C doc/lispref bootstrap-clean #9 3.733 make[3]: Entering directory '/checkout/doc/lispref' #9 3.733 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #9 3.733 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #9 3.744 rm -f elisp[12]* vol[12].tmp #9 3.750 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #9 3.764 rm -f vol[12].dvi vol[12].pdf vol[12].ps #9 3.769 rm -f Makefile #9 3.780 rm -f \ #9 3.780 ./../../info/elisp.info \ #9 3.780 ./../../info/elisp.info-[1-9] \ #9 3.780 ./../../info/elisp.info-[1-9][0-9] #9 3.785 rm -f TAGS #9 3.797 make[3]: Leaving directory '/checkout/doc/lispref' #9 3.797 make -C doc/lispintro bootstrap-clean #9 3.820 make[3]: Entering directory '/checkout/doc/lispintro' #9 3.820 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #9 3.820 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #9 3.826 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #9 3.839 rm -f Makefile #9 3.847 rm -f \ #9 3.847 ./../../info/eintr.info \ #9 3.847 ./../../info/eintr.info-[1-9] #9 3.854 rm -f TAGS #9 3.859 make[3]: Leaving directory '/checkout/doc/lispintro' #9 3.860 make -C test bootstrap-clean #9 3.866 make[3]: Entering directory '/checkout/test' #9 4.028 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #9 4.049 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #9 4.082 rm -f ./lisp/gnus/mml-sec-resources/random_seed #9 4.092 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #9 4.092 src/emacs-module-resources/*.dll gmp.h #9 4.104 find . -name '*.elc' -delete #9 4.123 make[3]: Leaving directory '/checkout/test' #9 4.127 make -C java bootstrap-clean #9 4.263 make[3]: Entering directory '/checkout/java' #9 4.271 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #9 4.277 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #9 4.283 find . -name '*.class' -delete #9 4.290 rm -f Makefile ndk-build.mk #9 4.295 make[3]: Leaving directory '/checkout/java' #9 4.299 make -C cross bootstrap-clean #9 4.311 make[3]: Entering directory '/checkout/cross' #9 4.311 for dir in src lib-src lib etc; do \ #9 4.311 find $dir -type f -delete; \ #9 4.311 done #9 4.324 rm -rf lib/config.h lib-src/config.h #9 4.326 if test -f ndk-build/Makefile; then \ #9 4.326 make -C ndk-build clean; \ #9 4.326 fi #9 4.328 for dir in src lib-src lib etc; do \ #9 4.328 find $dir -type l -delete; \ #9 4.328 done #9 4.344 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #9 4.346 rm -rf ndk-build/ndk-build.mk Makefile #9 4.349 make[3]: Leaving directory '/checkout/cross' #9 4.350 make -C nextstep bootstrap-clean #9 4.357 make[3]: Entering directory '/checkout/nextstep' #9 4.361 rm -rf /checkout/nextstep/Emacs.app #9 4.366 rm -f Makefile #9 4.371 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #9 4.371 GNUstep/Emacs.base/Resources/Emacs.desktop \ #9 4.371 Cocoa/Emacs.base/Contents/Info.plist \ #9 4.371 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #9 4.378 make[3]: Leaving directory '/checkout/nextstep' #9 4.379 make -C admin/charsets bootstrap-clean #9 4.390 make[3]: Entering directory '/checkout/admin/charsets' #9 4.391 make[3]: Nothing to be done for 'bootstrap-clean'. #9 4.391 make[3]: Leaving directory '/checkout/admin/charsets' #9 4.392 make -C admin/unidata bootstrap-clean #9 4.398 make[3]: Entering directory '/checkout/admin/unidata' #9 4.435 rm -f ./*.elc unidata.txt #9 4.445 make[3]: Leaving directory '/checkout/admin/unidata' #9 4.445 make -C leim bootstrap-clean #9 4.453 make[3]: Entering directory '/checkout/leim' #9 4.461 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 #9 4.466 make[3]: Leaving directory '/checkout/leim' #9 4.474 make -C lisp bootstrap-clean #9 4.483 make[3]: Entering directory '/checkout/lisp' #9 4.530 find . -name '*.elc' -delete #9 4.543 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #9 4.552 make[3]: Leaving directory '/checkout/lisp' #9 4.556 make -C admin/grammars bootstrap-clean #9 4.564 make[3]: Entering directory '/checkout/admin/grammars' #9 4.571 make[3]: Nothing to be done for 'bootstrap-clean'. #9 4.571 make[3]: Leaving directory '/checkout/admin/grammars' #9 4.572 [ ! -f config.log ] || mv -f config.log config.log~ #9 4.791 rm -rf ./info #9 4.793 rm -f ./etc/refcards/emacsver.tex #9 4.798 rm -rf native-lisp/ lisp/leim/ja-dic/ #9 4.807 rm -fr autom4te.cache config.cache #9 4.812 rm -f config.log ./doc/man/emacs.1 #9 4.821 make[2]: Leaving directory '/checkout' #9 4.821 cd . && ./autogen.sh autoconf #9 4.840 Checking whether you have the necessary tools... #9 4.840 (Read INSTALL.REPO for more details on building Emacs) #9 4.843 Checking for autoconf (need at least version 2.65) ... ok #9 4.910 Your system has the required tools. #9 4.947 Running 'autoreconf -fi -I m4' ... #9 23.03 Building 'aclocal.m4' in exec ... #9 23.03 Running 'autoreconf -fi' in exec ... #9 27.69 You can now run './autogen.sh git'. #9 27.69 make MAKEFILE_NAME=force-Makefile force-Makefile #9 27.70 make[2]: Entering directory '/checkout' #9 27.71 make[2]: *** No rule to make target 'echo-sources'. Stop. #9 27.87 if [ -x ./config.status ]; then \ #9 27.87 ./config.status --recheck; \ #9 27.87 else \ #9 27.87 ./configure --cache-file=/dev/null; \ #9 27.87 fi #9 28.01 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #9 28.43 checking for xcrun... no #9 28.44 checking for GNU Make... make #9 28.48 checking build system type... x86_64-pc-linux-gnu #9 28.79 checking host system type... x86_64-pc-linux-gnu #9 28.86 checking for gcc... gcc #9 29.02 checking whether the C compiler works... yes #9 29.21 checking for C compiler default output file name... a.out #9 29.22 checking for suffix of executables... #9 29.42 checking whether we are cross compiling... no #9 29.63 checking for suffix of object files... o #9 29.74 checking whether we are using the GNU C compiler... yes #9 29.88 checking whether gcc accepts -g... yes #9 29.97 checking for gcc option to enable C11 features... none needed #9 30.19 checking whether the compiler is clang... no #9 30.34 checking for compiler option needed when checking for declarations... none #9 30.34 checking whether gcc and cc understand -c and -o together... yes #9 30.88 checking how to run the C preprocessor... gcc -E #9 31.14 checking for grep that handles long lines and -e... /bin/grep #9 31.15 checking for egrep... /bin/grep -E #9 31.16 checking for ANSI C header files... yes #9 31.67 checking for sys/types.h... yes #9 31.82 checking for sys/stat.h... yes #9 32.00 checking for stdlib.h... yes #9 32.16 checking for string.h... yes #9 32.32 checking for memory.h... yes #9 32.53 checking for strings.h... yes #9 32.71 checking for inttypes.h... yes #9 32.90 checking for stdint.h... yes #9 33.03 checking for unistd.h... yes #9 33.20 checking for wchar.h... yes #9 33.38 checking for minix/config.h... no #9 33.56 checking for linux/fs.h... yes #9 33.72 checking for malloc.h... yes #9 33.96 checking for sys/systeminfo.h... no #9 34.17 checking for sys/sysinfo.h... yes #9 34.39 checking for coff.h... no #9 34.53 checking for pty.h... yes #9 34.75 checking for sys/resource.h... yes #9 34.88 checking for sys/utsname.h... yes #9 35.06 checking for pwd.h... yes #9 35.20 checking for util.h... no #9 35.34 checking for sanitizer/lsan_interface.h... yes #9 35.57 checking for sanitizer/asan_interface.h... yes #9 35.74 checking for sanitizer/common_interface_defs.h... yes #9 35.91 checking for sys/socket.h... yes #9 36.06 checking for stdlib.h... (cached) yes #9 36.08 checking for unistd.h... (cached) yes #9 36.12 checking for sys/param.h... yes #9 36.40 checking for pthread.h... yes #9 36.57 checking for malloc/malloc.h... no #9 36.73 checking for sys/un.h... yes #9 36.94 checking for utmp.h... yes #9 37.18 checking for utmpx.h... yes #9 37.36 checking for OS.h... no #9 37.55 checking for dirent.h... yes #9 37.76 checking for execinfo.h... yes #9 37.99 checking for linux/xattr.h... yes #9 38.22 checking for stdio_ext.h... yes #9 38.40 checking for sys/vfs.h... yes #9 38.59 checking for sys/fs_types.h... no #9 38.73 checking for getopt.h... yes #9 38.92 checking for sys/cdefs.h... yes #9 39.18 checking for sys/time.h... yes #9 39.40 checking for ieee754.h... yes #9 39.55 checking for limits.h... yes #9 39.79 checking for inttypes.h... (cached) yes #9 39.85 checking for sys/types.h... (cached) yes #9 39.88 checking for stdint.h... (cached) yes #9 39.93 checking for sys/select.h... yes #9 40.15 checking for stdbool.h... yes #9 40.34 checking for stdckdint.h... no #9 40.55 checking for sys/random.h... yes #9 40.76 checking for sys/stat.h... (cached) yes #9 40.78 checking whether it is safe to define __EXTENSIONS__... yes #9 40.94 checking whether _XOPEN_SOURCE should be defined... no #9 41.06 checking for Minix Amsterdam compiler... no #9 41.11 checking for ar... ar #9 41.11 checking for ranlib... ranlib #9 41.11 checking for gcc option to enable large file support... none needed #9 41.41 checking for gcc option for timestamps after 2038... none needed #9 41.54 checking for g++... g++ #9 41.65 checking whether we are using the GNU C++ compiler... yes #9 41.75 checking whether g++ accepts -g... yes #9 41.87 checking for g++ option to enable C++11 features... none needed #9 67.22 checking how to run the C++ preprocessor... g++ -E #9 67.52 checking whether gcc accepts -g3 -O2... yes #9 67.68 checking whether the compiler is clang... no #9 67.85 checking whether C compiler handles -Werror -Wunknown-warning-option... no #9 67.94 checking whether -Wno-missing-field-initializers is needed... yes #9 68.15 checking whether -Wuninitialized is supported... yes #9 68.28 checking whether C compiler handles -fstrict-flex-arrays... no #9 68.39 checking whether C compiler handles -Wall... yes #9 68.61 checking whether C compiler handles -Warith-conversion... yes #9 68.85 checking whether C compiler handles -Wdate-time... yes #9 69.06 checking whether C compiler handles -Wdisabled-optimization... yes #9 69.30 checking whether C compiler handles -Wdouble-promotion... yes #9 69.44 checking whether C compiler handles -Wduplicated-cond... yes #9 69.70 checking whether C compiler handles -Wextra... yes #9 70.01 checking whether C compiler handles -Wformat-signedness... yes #9 70.25 checking whether C compiler handles -Winit-self... yes #9 70.53 checking whether C compiler handles -Winvalid-pch... yes #9 70.82 checking whether C compiler handles -Wlogical-op... yes #9 71.08 checking whether C compiler handles -Wmissing-declarations... yes #9 71.28 checking whether C compiler handles -Wmissing-include-dirs... yes #9 71.45 checking whether C compiler handles -Wmissing-prototypes... yes #9 71.73 checking whether C compiler handles -Wnested-externs... yes #9 71.91 checking whether C compiler handles -Wnull-dereference... yes #9 72.20 checking whether C compiler handles -Wold-style-definition... yes #9 72.40 checking whether C compiler handles -Wopenmp-simd... yes #9 72.61 checking whether C compiler handles -Wpacked... yes #9 72.83 checking whether C compiler handles -Wpointer-arith... yes #9 73.09 checking whether C compiler handles -Wstrict-flex-arrays... no #9 73.21 checking whether C compiler handles -Wstrict-prototypes... yes #9 73.49 checking whether C compiler handles -Wsuggest-attribute=format... yes #9 73.70 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #9 73.94 checking whether C compiler handles -Wsuggest-final-methods... yes #9 74.17 checking whether C compiler handles -Wsuggest-final-types... yes #9 74.45 checking whether C compiler handles -Wtrampolines... yes #9 74.64 checking whether C compiler handles -Wuninitialized... yes #9 74.86 checking whether C compiler handles -Wunknown-pragmas... yes #9 75.07 checking whether C compiler handles -Wunused-macros... yes #9 75.39 checking whether C compiler handles -Wvariadic-macros... yes #9 75.58 checking whether C compiler handles -Wvector-operation-performance... yes #9 75.88 checking whether C compiler handles -Wwrite-strings... yes #9 76.17 checking whether C compiler handles -Warray-bounds=2... yes #9 76.42 checking whether C compiler handles -Wattribute-alias=2... yes #9 76.64 checking whether C compiler handles -Wformat=2... yes #9 76.80 checking whether C compiler handles -Wformat-truncation=2... yes #9 77.00 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #9 77.29 checking whether C compiler handles -Wshift-overflow=2... yes #9 77.46 checking whether C compiler handles -Wuse-after-free=3... no #9 77.59 checking whether C compiler handles -Wvla-larger-than=4031... yes #9 77.92 checking whether C compiler handles -Wno-missing-field-initializers... yes #9 78.08 checking whether C compiler handles -Wredundant-decls... yes #9 78.29 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #9 78.29 checking whether C compiler handles -Wno-override-init... yes #9 78.47 checking whether C compiler handles -Wno-sign-compare... yes #9 78.59 checking whether C compiler handles -Wno-type-limits... yes #9 78.76 checking whether C compiler handles -Wno-unused-parameter... yes #9 78.94 checking whether C compiler handles -Wno-format-nonliteral... yes #9 79.12 checking whether C compiler handles -Wno-bidi-chars... no #9 79.20 checking for a BSD-compatible install... /usr/bin/install -c #9 79.24 checking command to symlink files in the same directory... ln -s #9 79.27 checking for install-info... : #9 79.27 checking for gzip... /bin/gzip #9 79.28 checking for 'find' args to delete a file... -delete #9 79.30 checking for brew... no #9 79.77 checking for -znocombreloc... not needed #9 79.77 checking whether addresses are sanitized... no #9 79.84 checking for math library... -lm #9 80.82 checking for struct passwd.pw_gecos... yes #9 80.98 checking for pkg-config... /usr/bin/pkg-config #9 80.98 checking pkg-config is at least version 0.9.0... yes #9 81.00 checking for machine/soundcard.h... no #9 81.10 checking for sys/soundcard.h... yes #9 81.29 checking for soundcard.h... no #9 81.37 checking for mmsystem.h... no #9 81.45 checking for _oss_ioctl in -lossaudio... no #9 81.65 checking for alsa >= 1.0.0... no #9 81.68 checking for ADDR_NO_RANDOMIZE... yes #9 81.84 checking if Linux sysinfo may be used... yes #9 82.22 checking for sys/wait.h that is POSIX.1 compatible... yes #9 82.38 checking for net/if.h... yes #9 82.66 checking for ifaddrs.h... yes #9 82.90 checking for net/if_dl.h... no #9 83.07 checking for struct ifreq.ifr_flags... yes #9 83.26 checking for struct ifreq.ifr_hwaddr... yes #9 83.68 checking for struct ifreq.ifr_netmask... yes #9 84.13 checking for struct ifreq.ifr_broadaddr... yes #9 84.45 checking for struct ifreq.ifr_addr... yes #9 84.83 checking for struct ifreq.ifr_addr.sa_len... no #9 85.14 checking whether gcc understands -MMD -MF... yes #9 85.31 checking for X... no #9 85.67 checking AppKit/AppKit.h usability... yes #9 86.46 checking AppKit/AppKit.h presence... yes #9 86.83 checking for AppKit/AppKit.h... yes #9 86.83 checking for Mac OS X 12.0 or later... yes #9 86.90 checking for gcc... gcc #9 87.02 checking whether we are using the GNU Objective C compiler... yes #9 87.17 checking whether gcc accepts -g... yes #9 87.28 checking if the Objective C compiler supports instancetype... yes #9 87.41 checking if the Objective C compiler defaults to C99... no #9 87.49 checking whether malloc is Doug Lea style... no #9 87.63 checking for sbrk... yes #9 87.95 checking for __lsan_ignore_object... no #9 88.24 checking for fchmod... yes #9 88.51 checking for utmpname... yes #9 88.76 checking for utmpxname... yes #9 88.97 checking for canonicalize_file_name... yes #9 89.21 checking for realpath... yes #9 89.51 checking for lstat... yes #9 89.83 checking for fchmodat... yes #9 90.09 checking for lchmod... no #9 90.24 checking for fcntl... yes #9 90.46 checking for fdopendir... yes #9 90.72 checking for listxattr... yes #9 91.08 checking for fstatat... yes #9 91.31 checking for fsync... yes #9 91.52 checking for gettimeofday... yes #9 91.77 checking for memset_s... no #9 91.98 checking for pselect... yes #9 92.24 checking for readlink... yes #9 92.53 checking for isblank... yes #9 92.79 checking for iswctype... yes #9 93.06 checking for strtoimax... yes #9 93.40 checking for symlink... yes #9 93.72 checking for localtime_r... yes #9 93.99 checking for getdtablesize... yes #9 94.22 checking for getpagesize... yes #9 94.47 checking for working mmap... yes #9 94.85 checking for main in -lXbsd... no #9 95.06 checking for pthread library... -lpthread #9 95.54 checking for thread support... yes #9 95.54 checking for librsvg-2.0 >= 2.14.0... no #9 95.58 checking for libwebpdemux >= 0.6.0... no #9 95.62 checking for WebPGetInfo... no #9 95.81 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #9 95.83 checking for sqlite3_open_v2 in -lsqlite3... no #9 95.95 checking for getaddrinfo_a in -lanl... yes #9 96.10 checking for malloc_trim... yes #9 96.37 checking for dbus-1 >= 1.0... yes #9 96.44 checking for dbus_watch_get_unix_fd... yes #9 96.73 checking for dbus_type_is_valid... yes #9 97.01 checking for dbus_validate_bus_name... yes #9 97.31 checking for dbus_validate_path... yes #9 97.64 checking for dbus_validate_interface... yes #9 98.06 checking for dbus_validate_member... yes #9 98.40 checking for lgetfilecon in -lselinux... no #9 98.61 checking for gnutls >= 2.12.2... yes #9 98.68 checking for libsystemd >= 222... no #9 98.72 checking for jansson >= 2.7... no #9 98.77 checking for tree-sitter >= 0.20.2... no #9 98.80 checking for tree-sitter >= 0.6.3... no #9 98.83 checking sys/inotify.h usability... yes #9 99.11 checking sys/inotify.h presence... yes #9 99.19 checking for sys/inotify.h... yes #9 99.20 checking for inotify_init... yes #9 99.49 checking for inotify_init1... yes #9 99.84 checking for jpeglib 6b or later... no #9 100.1 checking for lcms2... no #9 100.1 checking for library containing inflateEnd... -lz #9 100.6 checking for dladdr... yes #9 100.8 checking for dlfunc... no #9 101.1 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #9 101.3 found. #9 101.3 Please try installing libgccjit or a similar package if you want to have it #9 101.3 no #9 101.3 enabled. #9 101.3 checking libgccjit.h usability... no #9 101.4 checking libgccjit.h presence... no #9 101.5 checking for libgccjit.h... no #9 101.5 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #9 101.5 were not found. #9 101.5 Please try installing libgccjit-dev or a similar package if you want to have it #9 101.5 enabled. #9 101.6 checking for libpng >= 1.0.0... no #9 101.6 checking for libpng not configured by pkg-config... no #9 101.6 checking tiffio.h usability... no #9 101.9 checking tiffio.h presence... no #9 101.9 checking for tiffio.h... no #9 102.0 checking gif_lib.h usability... no #9 102.1 checking gif_lib.h presence... no #9 102.2 checking for gif_lib.h... no #9 102.2 checking gpm.h usability... no #9 102.4 checking gpm.h presence... no #9 102.5 checking for gpm.h... no #9 102.5 checking for libxml-2.0 > 2.6.17... no #9 102.5 checking for maillock in -lmail... no #9 102.7 checking for maillock in -llockfile... no #9 102.9 checking for liblockfile.so... no #9 102.9 checking maillock.h usability... no #9 103.0 checking maillock.h presence... no #9 103.1 checking for maillock.h... no #9 103.1 checking linux/seccomp.h usability... yes #9 103.4 checking linux/seccomp.h presence... yes #9 103.5 checking for linux/seccomp.h... yes #9 103.5 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #9 103.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #9 103.8 checking linux/filter.h usability... yes #9 103.9 checking linux/filter.h presence... yes #9 104.0 checking for linux/filter.h... yes #9 104.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #9 104.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #9 104.1 checking for libseccomp >= 2.5.2... no #9 104.1 checking size of long... 8 #9 104.5 checking for accept4... yes #9 104.8 checking for fchdir... yes #9 105.0 checking for gethostname... yes #9 105.4 checking for getrusage... yes #9 105.7 checking for get_current_dir_name... yes #9 106.0 checking for lrand48... yes #9 106.3 checking for random... yes #9 106.6 checking for rint... yes #9 106.9 checking for tcdrain... yes #9 107.1 checking for trunc... yes #9 107.3 checking for select... yes #9 107.6 checking for getpagesize... (cached) yes #9 107.6 checking for setlocale... yes #9 107.9 checking for newlocale... yes #9 108.1 checking for getrlimit... yes #9 108.4 checking for setrlimit... yes #9 108.6 checking for shutdown... yes #9 108.9 checking for pthread_sigmask... (cached) yes #9 109.0 checking for strsignal... yes #9 109.3 checking for setitimer... yes #9 109.7 checking for sendto... yes #9 110.0 checking for recvfrom... yes #9 110.3 checking for getsockname... yes #9 110.6 checking for getifaddrs... yes #9 110.9 checking for freeifaddrs... yes #9 111.3 checking for gai_strerror... yes #9 111.6 checking for sync... yes #9 111.8 checking for endpwent... yes #9 112.1 checking for getgrent... yes #9 112.4 checking for endgrent... yes #9 112.7 checking for cfmakeraw... yes #9 113.1 checking for cfsetspeed... yes #9 113.3 checking for __executable_start... yes #9 113.6 checking for log2... yes #9 113.8 checking for pthread_setname_np... yes #9 114.1 checking for pthread_set_name_np... no #9 114.3 checking for getpwent... yes #9 114.5 checking for renameat2... yes #9 114.7 checking whether pthread_setname_np takes a single argument... no #9 114.8 checking whether pthread_setname_np takes three arguments... no #9 114.9 checking for aligned_alloc... yes #9 115.2 checking whether aligned_alloc is declared... yes #9 115.4 checking for posix_madvise... yes #9 115.7 checking for madvise... yes #9 115.9 checking for __builtin_frame_address... yes #9 116.1 checking for __builtin_unwind_init... yes #9 116.3 checking for _LARGEFILE_SOURCE value needed for large files... no #9 116.5 checking for grantpt... yes #9 116.8 checking for getpt... yes #9 117.1 checking for posix_openpt... yes #9 117.3 checking for library containing tputs... -ltinfo #9 117.7 checking whether -ltinfo library defines BC... yes #9 118.0 checking for timerfd interface... yes #9 118.1 checking whether signals can be handled on alternate stack... yes #9 118.2 checking valgrind/valgrind.h usability... no #9 118.4 checking valgrind/valgrind.h presence... no #9 118.4 checking for valgrind/valgrind.h... no #9 118.4 checking for struct unipair.unicode... yes #9 118.5 checking for pid_t... yes #9 118.8 checking vfork.h usability... no #9 118.9 checking vfork.h presence... no #9 119.0 checking for vfork.h... no #9 119.0 checking for fork... yes #9 119.2 checking for vfork... yes #9 119.5 checking for working fork... yes #9 119.7 checking for working vfork... (cached) yes #9 119.7 checking for snprintf... yes #9 120.0 checking for open_memstream... yes #9 120.4 checking spawn.h usability... yes #9 120.6 checking spawn.h presence... yes #9 120.6 checking for spawn.h... yes #9 120.7 checking for posix_spawn... yes #9 120.9 checking for posix_spawn_file_actions_addchdir... no #9 121.2 checking for posix_spawn_file_actions_addchdir_np... yes #9 121.4 checking for posix_spawnattr_setflags... yes #9 121.7 checking whether POSIX_SPAWN_SETSID is declared... yes #9 121.8 checking whether GLib is linked in... no #9 122.0 checking for nl_langinfo and CODESET... yes #9 122.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #9 122.5 checking for mbstate_t... yes #9 122.9 checking for signals via characters... yes #9 123.1 checking for _setjmp... yes #9 123.3 checking for sigsetjmp... yes #9 123.5 checking POSIX termios... yes #9 123.7 checking size of speed_t... 4 #9 124.0 checking for usable FIONREAD... yes #9 124.2 checking for usable SIGIO... yes #9 124.4 checking for struct alignment... yes #9 124.5 checking for C/C++ restrict keyword... __restrict__ #9 124.7 checking for typeof syntax and keyword spelling... typeof #9 124.8 checking for statement expressions... yes #9 125.0 checking whether malloc (0) returns nonnull... yes #9 125.3 checking sys/acl.h usability... yes #9 125.5 checking sys/acl.h presence... yes #9 125.5 checking for sys/acl.h... yes #9 125.5 checking for library containing acl_get_file... -lacl #9 126.0 checking for acl_get_file... yes #9 126.2 checking for acl_get_fd... yes #9 126.5 checking for acl_set_file... yes #9 126.8 checking for acl_set_fd... yes #9 127.0 checking for acl_free... yes #9 127.3 checking for acl_from_mode... yes #9 127.5 checking for acl_from_text... yes #9 127.7 checking for acl_delete_def_file... yes #9 127.9 checking for acl_extended_file... yes #9 128.2 checking for acl_delete_fd_np... no #9 128.3 checking for acl_delete_file_np... no #9 128.5 checking for acl_copy_ext_native... no #9 128.8 checking for acl_create_entry_np... no #9 129.0 checking for acl_to_short_text... no #9 129.2 checking for acl_free_text... no #9 129.4 checking for working acl_get_file... yes #9 129.6 checking acl/libacl.h usability... yes #9 129.8 checking acl/libacl.h presence... yes #9 129.9 checking for acl/libacl.h... yes #9 129.9 checking for acl_entries... yes #9 130.1 checking for ACL_FIRST_ENTRY... yes #9 130.2 checking for ACL_TYPE_EXTENDED... no #9 130.3 checking for working alloca.h... yes #9 130.5 checking for alloca... yes #9 130.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #9 130.7 checking whether the preprocessor supports include_next... yes #9 130.9 checking whether source code line length is unlimited... yes #9 131.0 checking whether endutent is declared... yes #9 131.1 checking for struct utmpx.ut_user... yes #9 131.3 checking for struct utmp.ut_user... yes #9 131.5 checking for struct utmpx.ut_name... yes #9 131.7 checking for struct utmp.ut_name... yes #9 132.0 checking for struct utmpx.ut_type... yes #9 132.2 checking for struct utmp.ut_type... yes #9 132.4 checking for struct utmpx.ut_pid... yes #9 132.6 checking for struct utmp.ut_pid... yes #9 132.9 checking for struct utmp.ut_tv... yes #9 133.3 checking for struct utmpx.ut_host... yes #9 133.6 checking for struct utmp.ut_host... yes #9 133.8 checking for struct utmpx.ut_id... yes #9 134.1 checking for struct utmp.ut_id... yes #9 134.3 checking for struct utmpx.ut_session... yes #9 134.6 checking for struct utmp.ut_session... yes #9 134.8 checking for struct utmpx.ut_exit... yes #9 135.3 checking for struct utmp.ut_exit... yes #9 135.7 checking for struct utmpx.ut_exit.ut_exit... no #9 136.1 checking for struct utmpx.ut_exit.e_exit... yes #9 136.3 checking for struct utmp.ut_exit.e_exit... yes #9 136.5 checking for struct utmpx.ut_exit.ut_termination... no #9 136.8 checking for struct utmpx.ut_exit.e_termination... yes #9 137.1 checking for struct utmp.ut_exit.e_termination... yes #9 137.3 checking whether sysinfo is declared... yes #9 137.5 checking for sys/sysctl.h... yes #9 137.8 checking for sysctl... yes #9 138.0 checking whether lstat correctly handles trailing slash... yes #9 138.3 checking whether // is distinct from /... no #9 138.3 checking whether realpath works... yes #9 138.7 checking for faccessat... yes #9 138.9 checking for getcwd... yes #9 139.1 checking whether byte ordering is bigendian... no #9 139.6 checking if environ is properly declared... yes #9 139.7 checking for complete errno.h... yes #9 139.8 checking whether ctype.h defines __header_inline... no #9 139.8 checking for mode_t... yes #9 140.2 checking whether strmode is declared... no #9 140.4 checking whether getline is declared... yes #9 140.7 checking for gawk... no #9 140.7 checking for mawk... mawk #9 140.7 checking for getopt.h... (cached) yes #9 140.7 checking for getopt_long_only... yes #9 141.1 checking whether getopt is POSIX compatible... yes #9 141.9 checking for working GNU getopt function... yes #9 142.2 checking for working GNU getopt_long function... yes #9 142.4 checking whether timespec_get is declared... yes #9 142.6 checking for timespec_get... yes #9 142.8 checking for struct timeval... yes #9 142.9 checking for wide-enough struct timeval.tv_sec member... yes #9 143.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #9 143.1 checking whether the compiler produces multi-arch binaries... no #9 143.2 checking whether stdint.h conforms to C99... yes #9 143.7 checking whether stdint.h works without ISO C predefines... yes #9 143.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #9 144.1 checking whether memmem is declared... yes #9 144.3 checking whether memrchr is declared... yes #9 144.5 checking whether defines MIN and MAX... no #9 144.6 checking whether defines MIN and MAX... yes #9 144.8 checking whether time_t is signed... yes #9 144.9 checking whether alarm is declared... yes #9 145.2 checking for working mktime... no #9 145.9 checking whether struct tm is in sys/time.h or time.h... time.h #9 146.1 checking for struct tm.tm_zone... yes #9 146.2 checking for struct tm.tm_gmtoff... yes #9 146.4 checking whether is self-contained... yes #9 146.9 checking for inline... inline #9 147.0 checking for sigset_t... yes #9 147.2 checking for volatile sig_atomic_t... yes #9 147.5 checking for sighandler_t... yes #9 147.7 checking for wchar_t... yes #9 147.8 checking for good max_align_t... yes #9 148.0 checking whether NULL can be used in arbitrary expressions... yes #9 148.1 checking for unreachable... no #9 148.3 checking whether fcloseall is declared... yes #9 148.7 checking whether getw is declared... yes #9 148.9 checking whether putw is declared... yes #9 149.1 checking which flavor of printf attribute matches inttypes macros... system #9 149.3 checking whether strnlen is declared... yes #9 149.5 checking whether strtoimax is declared... yes #9 149.7 checking whether stat file-mode macros are broken... no #9 149.8 checking for nlink_t... yes #9 150.0 checking for struct timespec in ... yes #9 150.2 checking for TIME_UTC in ... yes #9 150.3 checking whether execvpe is declared... yes #9 150.5 checking whether clearerr_unlocked is declared... yes #9 150.7 checking whether feof_unlocked is declared... yes #9 150.9 checking whether ferror_unlocked is declared... yes #9 151.2 checking whether fflush_unlocked is declared... yes #9 151.4 checking whether fgets_unlocked is declared... yes #9 151.6 checking whether fputc_unlocked is declared... yes #9 151.9 checking whether fputs_unlocked is declared... yes #9 152.1 checking whether fread_unlocked is declared... yes #9 152.3 checking whether fwrite_unlocked is declared... yes #9 152.5 checking whether getc_unlocked is declared... yes #9 152.7 checking whether getchar_unlocked is declared... yes #9 152.9 checking whether putc_unlocked is declared... yes #9 153.2 checking whether putchar_unlocked is declared... yes #9 153.4 checking type of array argument to getgroups... gid_t #9 153.8 checking whether getdelim is declared... yes #9 154.0 checking whether getdtablesize is declared... yes #9 154.2 checking whether malloc is ptrdiff_t safe... yes #9 154.4 checking whether malloc, realloc, calloc set errno on failure... yes #9 154.4 checking for O_CLOEXEC... yes #9 154.4 checking for promoted mode_t type... mode_t #9 154.5 checking whether the utimes function works... yes #9 154.9 checking for C compiler option to allow warnings... -Wno-error #9 155.1 checking for alignas and alignof... yes, macros #9 155.3 checking for alloca as a compiler built-in... yes #9 155.3 checking for static_assert... yes, an macro #9 155.5 checking for __builtin_expect... yes #9 155.7 checking byteswap.h usability... yes #9 155.9 checking byteswap.h presence... yes #9 156.0 checking for byteswap.h... yes #9 156.0 checking for readlinkat... yes #9 156.2 checking for library containing clock_gettime... none required #9 156.4 checking for clock_getres... yes #9 156.6 checking for clock_gettime... yes #9 156.9 checking for clock_settime... yes #9 157.1 checking for copy_file_range... yes #9 157.4 checking for d_type member in directory struct... yes #9 157.7 checking whether // is distinct from /... (cached) no #9 157.7 checking whether dup2 works... yes #9 158.0 checking for library containing backtrace_symbols_fd... none required #9 158.2 checking for faccessat... (cached) yes #9 158.2 checking whether fchmodat works... no #9 158.5 checking for readlinkat... (cached) yes #9 158.5 checking whether fcntl handles F_DUPFD correctly... yes #9 158.8 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #9 159.4 checking whether fdopendir is declared... yes #9 159.5 checking whether fdopendir works... yes #9 159.8 checking for flexible array member... yes #9 160.0 checking for __fpending... yes #9 160.3 checking whether __fpending is declared... yes #9 160.4 checking whether free is known to preserve errno... no #9 160.6 checking whether fstatat (..., 0) works... yes #9 160.8 checking for sys/mount.h... yes #9 161.0 checking for statvfs function (SVR4)... yes #9 161.3 checking whether to use statvfs64... no #9 161.4 checking for two-argument statfs with statfs.f_frsize member... yes #9 161.6 checking sys/fs/s5param.h usability... no #9 161.8 checking sys/fs/s5param.h presence... no #9 161.8 checking for sys/fs/s5param.h... no #9 161.9 checking sys/statfs.h usability... yes #9 162.0 checking sys/statfs.h presence... yes #9 162.1 checking for sys/statfs.h... yes #9 162.1 checking for statfs that truncates block counts... no #9 162.2 checking for futimens... yes #9 162.5 checking whether futimens works... yes #9 163.8 checking for getline... yes #9 164.0 checking for working getline function... yes #9 164.5 checking for getloadavg... yes #9 164.8 checking sys/loadavg.h usability... no #9 165.0 checking sys/loadavg.h presence... no #9 165.1 checking for sys/loadavg.h... no #9 165.1 checking whether getloadavg is declared... yes #9 165.2 checking for getrandom... yes #9 165.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #9 165.6 checking for gettimeofday with POSIX signature... yes #9 165.7 checking whether the compiler supports the __inline keyword... yes #9 165.9 checking gmp.h usability... yes #9 166.0 checking gmp.h presence... yes #9 166.1 checking for gmp.h... yes #9 166.1 checking for library containing __gmpz_roinit_n... -lgmp #9 166.5 checking for memmem... yes #9 166.7 checking whether memmem works... yes #9 166.9 checking for mempcpy... yes #9 167.1 checking for memrchr... yes #9 167.3 checking for memset_explicit... no #9 167.6 checking for explicit_memset... no #9 167.9 checking for mkostemp... yes #9 168.1 checking for library containing nanosleep... none required #9 168.3 checking for working nanosleep... no (mishandles large arguments) #9 169.7 checking for sys/pstat.h... no #9 169.9 checking for sys/sysmp.h... no #9 170.1 checking for sys/param.h... (cached) yes #9 170.1 checking for sys/sysctl.h... (cached) yes #9 170.2 checking for sched_getaffinity_np... no #9 170.5 checking for pstat_getdynamic... no #9 170.8 checking for sysmp... no #9 171.1 checking for sysctl... (cached) yes #9 171.1 checking for sched_getaffinity... yes #9 171.4 checking for glibc compatible sched_getaffinity... yes #9 171.5 checking for pipe2... yes #9 171.7 checking whether signature of pselect conforms to POSIX... yes #9 172.1 checking whether pselect detects invalid fds... yes #9 172.4 checking whether pthread_sigmask is a macro... no #9 172.5 checking whether pthread_sigmask returns error numbers... yes #9 172.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #9 175.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #9 175.9 checking whether readlink signature is correct... yes #9 176.1 checking whether readlink handles trailing slash correctly... yes #9 176.4 checking whether readlink truncates results correctly... yes #9 176.6 checking for readlinkat... (cached) yes #9 176.6 checking whether readlinkat signature is correct... yes #9 176.7 checking for working re_compile_pattern... no #9 177.1 checking libintl.h usability... yes #9 177.3 checking libintl.h presence... yes #9 177.4 checking for libintl.h... yes #9 177.4 checking whether isblank is declared... yes #9 177.6 checking for sig2str... no #9 177.8 checking for sigdescr_np... no #9 178.1 checking for socklen_t... yes #9 178.4 checking for ssize_t... yes #9 178.6 checking for struct stat.st_atim.tv_nsec... yes #9 178.7 checking whether struct stat.st_atim is of type struct timespec... yes #9 178.9 checking for struct stat.st_birthtimespec.tv_nsec... no #9 179.2 checking for struct stat.st_birthtimensec... no #9 179.5 checking for struct stat.st_birthtim.tv_nsec... no #9 179.7 checking for bool, true, false... no #9 179.8 checking for stpcpy... yes #9 180.1 checking for working strnlen... yes #9 180.3 checking whether strtoimax works... yes #9 180.6 checking whether symlink handles trailing slash correctly... yes #9 180.9 checking whether localtime_r is declared... yes #9 181.1 checking whether localtime_r is compatible with its POSIX signature... yes #9 181.2 checking whether localtime works even near extrema... yes #9 181.5 checking for timezone_t... no #9 181.6 checking for timegm... yes #9 182.0 checking whether timer_settime is declared... yes #9 182.2 checking for library containing timer_settime... -lrt #9 182.7 checking for timer_settime... yes #9 182.9 checking for utimensat... yes #9 183.1 checking whether utimensat works... yes #9 184.4 checking for variable-length arrays... yes #9 184.6 checking whether getdtablesize works... yes #9 184.8 checking for __mktime_internal... no #9 185.1 checking for timer_getoverrun... yes #9 185.4 checking for gcc option to disable position independent executables... not needed #9 185.4 checking for __ctype_get_mb_cur_max... yes #9 185.6 checking whether MB_CUR_MAX is defined to function that won't link... no #9 185.7 #9 185.7 Configured for 'x86_64-pc-linux-gnu'. #9 185.7 #9 185.7 Where should the build process find the source code? . #9 185.7 What compiler should emacs be built with? gcc -g3 -O2 #9 185.7 Should Emacs use the GNU version of malloc? no #9 185.7 (The GNU allocators don't work with this system configuration.) #9 185.7 Should Emacs use a relocating allocator for buffers? no #9 185.7 Should Emacs use mmap(2) for buffer allocation? no #9 185.7 What window system should Emacs use? nextstep #9 185.7 What toolkit should Emacs use? none #9 185.7 Where do we find X Windows header files? NONE #9 185.7 Where do we find X Windows libraries? NONE #9 185.7 Does Emacs use -lXaw3d? no #9 185.7 Is Emacs being built for Android? no #9 185.7 Does Emacs use the X Double Buffer Extension? no #9 185.7 Does Emacs use -lXpm? no #9 185.7 Does Emacs use -ljpeg? no #9 185.7 Does Emacs use -ltiff? no #9 185.7 Does Emacs use a gif library? no #9 185.7 Does Emacs use a png library? no #9 185.7 Does Emacs use -lrsvg-2? no #9 185.7 Does Emacs use -lwebp? no #9 185.7 Does Emacs use -lsqlite3? no #9 185.7 Does Emacs use cairo? no #9 185.7 Does Emacs use -llcms2? no #9 185.7 Does Emacs use imagemagick? no #9 185.7 Does Emacs use native APIs for images? yes (ns) #9 185.7 Does Emacs support sound? yes #9 185.7 Does Emacs use -lgpm? no #9 185.7 Does Emacs use -ldbus? yes #9 185.7 Does Emacs use -lgconf? no #9 185.7 Does Emacs use GSettings? no #9 185.7 Does Emacs use a file notification library? yes (inotify) #9 185.7 Does Emacs use access control lists? yes -lacl -lattr #9 185.7 Does Emacs use -lselinux? no #9 185.7 Does Emacs use -lgnutls? yes #9 185.7 Does Emacs use -lxml2? no #9 185.7 Does Emacs use -lfreetype? no #9 185.7 Does Emacs use HarfBuzz? no #9 185.7 Does Emacs use -lm17n-flt? no #9 185.7 Does Emacs use -lotf? no #9 185.7 Does Emacs use -lxft? no #9 185.7 Does Emacs use -lsystemd? no #9 185.7 Does Emacs use -ljansson? no #9 185.7 Does Emacs use -ltree-sitter? no #9 185.7 Does Emacs use the GMP library? yes #9 185.7 Does Emacs directly use zlib? yes #9 185.7 Does Emacs have dynamic modules support? yes #9 185.7 Does Emacs use toolkit scroll bars? yes #9 185.7 Does Emacs support Xwidgets? no #9 185.7 Does Emacs have threading support in lisp? yes #9 185.7 Does Emacs support the portable dumper? yes #9 185.7 Does Emacs support legacy unexec dumping? no #9 185.7 Which dumping strategy does Emacs use? pdumper #9 185.7 Does Emacs have native lisp compiler? no #9 185.7 Does Emacs use version 2 of the X Input Extension? no #9 185.7 Does Emacs generate a smaller-size Japanese dictionary? no #9 185.7 #9 185.7 #9 185.7 #9 185.7 Run 'make' to build Emacs, then run 'src/emacs' to test it. #9 185.7 Run 'make install' in order to build an application bundle. #9 185.7 The application will go to nextstep/Emacs.app and can be run or moved #9 185.7 from there. #9 185.7 The application will be fully self-contained. #9 185.7 #9 186.4 configure: creating ./config.status #9 186.6 configure: WARNING: This configuration installs a 'movemail' program #9 186.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #9 186.6 installed a 'movemail' program that retrieved POP3 email via only #9 186.6 insecure channels, a practice that is no longer recommended but that #9 186.6 you can continue to support by using './configure --with-pop'. #9 186.6 configure: You might want to install GNU Mailutils #9 186.6 and use './configure --with-mailutils'. #9 187.4 MAKE='make' ./config.status #9 187.6 config.status: creating src/verbose.mk #9 187.7 config.status: creating src/emacs-module.h #9 187.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #9 187.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #9 188.0 config.status: creating Makefile #9 188.1 config.status: creating lib/gnulib.mk #9 188.2 config.status: creating ./doc/man/emacs.1 #9 188.3 config.status: creating lib/Makefile #9 188.4 config.status: creating lib-src/Makefile #9 188.5 config.status: creating oldXMenu/Makefile #9 188.5 config.status: creating src/Makefile #9 188.6 config.status: creating lwlib/Makefile #9 188.7 config.status: creating nextstep/Makefile #9 188.8 config.status: creating nt/Makefile #9 189.0 config.status: creating doc/emacs/Makefile #9 189.0 config.status: creating doc/misc/Makefile #9 189.1 config.status: creating doc/lispintro/Makefile #9 189.2 config.status: creating doc/lispref/Makefile #9 189.3 config.status: creating lisp/Makefile #9 189.4 config.status: creating leim/Makefile #9 189.5 config.status: creating test/Makefile #9 189.6 config.status: creating test/manual/noverlay/Makefile #9 189.8 config.status: creating test/infra/Makefile #9 189.9 config.status: creating admin/charsets/Makefile #9 190.0 config.status: creating admin/unidata/Makefile #9 190.1 config.status: creating admin/grammars/Makefile #9 190.2 config.status: creating java/Makefile #9 190.3 config.status: creating cross/Makefile #9 190.4 config.status: creating java/AndroidManifest.xml #9 190.5 config.status: creating src/config.h #9 190.6 config.status: executing src/epaths.h commands #9 190.6 make[3]: Entering directory '/checkout' #9 190.7 make[3]: Leaving directory '/checkout' #9 190.8 config.status: executing src/.gdbinit commands #9 190.8 config.status: executing doc/emacs/emacsver.texi commands #9 190.9 config.status: executing etc-refcards-emacsver.tex commands #9 190.9 make[3]: Entering directory '/checkout' #9 190.9 make[3]: Leaving directory '/checkout' #9 190.9 make[2]: Leaving directory '/checkout' #9 190.9 make actual-all #9 191.0 make[2]: Entering directory '/checkout' #9 191.1 make -C lib all #9 191.3 make[3]: Entering directory '/checkout/lib' #9 191.3 GEN alloca.h #9 191.3 GEN dirent.h #9 191.3 GEN fcntl.h #9 191.4 GEN malloc/dynarray.gl.h #9 191.4 GEN malloc/dynarray-skeleton.gl.h #9 191.5 GEN inttypes.h #9 191.5 GEN limits.h #9 191.5 GEN signal.h #9 191.6 GEN stdckdint.h #9 191.6 GEN stddef.h #9 191.7 GEN stdio.h #9 191.9 GEN stdlib.h #9 192.0 GEN string.h #9 192.2 GEN sys/random.h #9 192.2 GEN sys/select.h #9 192.3 GEN sys/stat.h #9 192.4 GEN sys/time.h #9 192.4 GEN sys/types.h #9 192.5 GEN time.h #9 192.5 GEN unistd.h #9 192.8 CC fingerprint.o #9 192.9 CC mktime.o #9 193.3 CC acl-errno-valid.o #9 193.5 CC acl-internal.o #9 193.8 CC get-permissions.o #9 194.0 CC set-permissions.o #9 194.3 CC allocator.o #9 194.5 CC binary-io.o #9 194.6 CC boot-time.o #9 195.0 CC c-ctype.o #9 195.2 CC c-strcasecmp.o #9 195.4 CC c-strncasecmp.o #9 195.5 CC careadlinkat.o #9 195.8 CC close-stream.o #9 196.0 CC copy-file-range.o #9 196.1 CC count-leading-zeros.o #9 196.3 CC count-one-bits.o #9 196.5 CC count-trailing-zeros.o #9 196.7 CC md5-stream.o #9 196.9 CC md5.o #9 197.5 CC sha1.o #9 198.7 CC sha256.o #9 200.8 CC sha512.o #9 203.7 CC dtoastr.o #9 204.0 CC dtotimespec.o #9 204.1 CC fchmodat.o #9 204.4 CC fcntl.o #9 204.7 CC file-has-acl.o #9 205.2 CC filemode.o #9 205.4 CC filevercmp.o #9 205.8 CC free.o #9 205.9 CC fsusage.o #9 206.2 CC gettime.o #9 206.3 CC malloc/dynarray_at_failure.o #9 206.5 CC malloc/dynarray_emplace_enlarge.o #9 206.7 CC malloc/dynarray_finalize.o #9 206.9 CC malloc/dynarray_resize.o #9 207.1 CC malloc/dynarray_resize_clear.o #9 207.3 CC memset_explicit.o #9 207.4 CC nanosleep.o #9 207.6 CC nproc.o #9 208.0 CC nstrftime.o #9 209.5 CC pipe2.o #9 209.7 CC qcopy-acl.o #9 209.9 CC regex.o #9 219.5 CC sig2str.o #9 219.8 CC sigdescr_np.o #9 220.0 CC stat-time.o #9 220.2 CC tempname.o #9 220.6 CC time_rz.o #9 221.4 CC timegm.o #9 221.5 CC timespec.o #9 221.7 CC timespec-add.o #9 222.8 CC timespec-sub.o #9 223.0 CC u64.o #9 223.1 CC unistd.o #9 223.3 CC openat-die.o #9 223.5 CC save-cwd.o #9 223.6 AR libgnu.a #9 224.1 make[3]: Leaving directory '/checkout/lib' #9 224.1 make -C lib-src all #9 224.1 make[3]: Entering directory '/checkout/lib-src' #9 224.1 CCLD etags #9 232.7 CCLD ctags #9 240.9 CCLD emacsclient #9 242.7 CCLD ebrowse #9 246.0 CCLD hexl #9 246.6 CC pop.o #9 246.6 CCLD movemail #9 247.2 CCLD make-docfile #9 249.0 CCLD make-fingerprint #9 249.4 make[3]: Leaving directory '/checkout/lib-src' #9 249.4 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #9 249.4 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #9 249.7 make[3]: Entering directory '/checkout/src' #9 249.7 GEN globals.h #9 250.3 CC dispnew.o #9 258.0 CC frame.o #9 268.0 CC scroll.o #9 269.5 CC xdisp.o