Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1702555411:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1702555421:prepare_executor section_start:1702555421:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1702555464:prepare_script section_start:1702555464:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. From https://emba.gnu.org/emacs/emacs * [new ref] d9814efe0759ce916a1c470c5908d2ca3c80b29b -> refs/pipelines/27490 * [new branch] master -> origin/master Checking out d9814efe as master... Skipping Git submodules setup section_end:1702555609:get_sources section_start:1702555609:restore_cache section_end:1702555659:restore_cache section_start:1702555659:download_artifacts section_end:1702555696:download_artifacts section_start:1702555696:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 21 Running: 5 Paused: 0 Stopped: 16 Images: 9 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-d9814efe0759ce916a1c470c5908d2ca3c80b29b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 35B 0.1s #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.9s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.2s done #2 DONE 1.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.3s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 42.47MB 3.9s #7 transferring context: 88.91MB 9.0s #7 transferring context: 106.67MB 14.0s #7 transferring context: 162.98MB 19.0s #7 transferring context: 211.00MB 24.2s #7 transferring context: 241.12MB 27.5s done #7 DONE 27.9s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 23.2s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 5.0s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 11.43 Checking whether you have the necessary tools... #10 11.43 (Read INSTALL.REPO for more details on building Emacs) #10 11.47 Checking for autoconf (need at least version 2.65) ... ok #10 11.61 Your system has the required tools. #10 11.63 Building aclocal.m4 ... #10 11.64 Running 'autoreconf -fi -I m4' ... #10 40.21 Building 'aclocal.m4' in exec ... #10 40.22 Running 'autoreconf -fi' in exec ... #10 49.81 You can now run './autogen.sh git'. #10 DONE 59.0s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 4.546 checking for xcrun... no #11 4.546 checking for GNU Make... make #11 4.607 checking build system type... x86_64-pc-linux-gnu #11 5.004 checking host system type... x86_64-pc-linux-gnu #11 5.079 checking for gcc... gcc #11 5.368 checking whether the C compiler works... yes #11 5.650 checking for C compiler default output file name... a.out #11 5.658 checking for suffix of executables... #11 5.932 checking whether we are cross compiling... no #11 6.510 checking for suffix of object files... o #11 6.709 checking whether we are using the GNU C compiler... yes #11 6.869 checking whether gcc accepts -g... yes #11 7.033 checking for gcc option to enable C11 features... none needed #11 7.546 checking whether the compiler is clang... no #11 7.694 checking for compiler option needed when checking for declarations... none #11 7.694 checking whether gcc and cc understand -c and -o together... yes #11 8.410 checking how to run the C preprocessor... gcc -E #11 8.957 checking for grep that handles long lines and -e... /bin/grep #11 8.982 checking for egrep... /bin/grep -E #11 9.010 checking for ANSI C header files... yes #11 10.31 checking for sys/types.h... yes #11 10.63 checking for sys/stat.h... yes #11 10.96 checking for stdlib.h... yes #11 11.31 checking for string.h... yes #11 11.70 checking for memory.h... yes #11 12.05 checking for strings.h... yes #11 12.42 checking for inttypes.h... yes #11 12.90 checking for stdint.h... yes #11 13.31 checking for unistd.h... yes #11 13.81 checking for wchar.h... yes #11 14.22 checking for minix/config.h... no #11 14.65 checking for linux/fs.h... yes #11 15.10 checking for malloc.h... yes #11 15.44 checking for sys/systeminfo.h... no #11 15.74 checking for sys/sysinfo.h... yes #11 16.12 checking for coff.h... no #11 16.43 checking for pty.h... yes #11 16.71 checking for sys/resource.h... yes #11 17.15 checking for sys/utsname.h... yes #11 17.53 checking for pwd.h... yes #11 17.94 checking for util.h... no #11 18.24 checking for sanitizer/lsan_interface.h... yes #11 18.59 checking for sanitizer/asan_interface.h... yes #11 18.88 checking for sanitizer/common_interface_defs.h... yes #11 19.32 checking for sys/socket.h... yes #11 19.68 checking for stdlib.h... (cached) yes #11 19.73 checking for unistd.h... (cached) yes #11 19.79 checking for sys/param.h... yes #11 20.19 checking for pthread.h... yes #11 20.44 checking for malloc/malloc.h... no #11 20.80 checking for sys/un.h... yes #11 21.23 checking for utmp.h... yes #11 21.54 checking for utmpx.h... yes #11 21.84 checking for OS.h... no #11 22.16 checking for dirent.h... yes #11 22.49 checking for execinfo.h... yes #11 22.81 checking for linux/xattr.h... yes #11 23.14 checking for stdio_ext.h... yes #11 23.37 checking for sys/vfs.h... yes #11 23.59 checking for sys/fs_types.h... no #11 23.89 checking for getopt.h... yes #11 24.14 checking for sys/cdefs.h... yes #11 24.43 checking for sys/time.h... yes #11 24.71 checking for ieee754.h... yes #11 24.99 checking for limits.h... yes #11 25.39 checking for inttypes.h... (cached) yes #11 25.45 checking for sys/types.h... (cached) yes #11 25.52 checking for stdint.h... (cached) yes #11 25.60 checking for sys/select.h... yes #11 25.90 checking for stdbool.h... yes #11 26.26 checking for stdckdint.h... no #11 26.57 checking for sys/random.h... yes #11 26.86 checking for sys/stat.h... (cached) yes #11 26.90 checking whether it is safe to define __EXTENSIONS__... yes #11 27.33 checking whether _XOPEN_SOURCE should be defined... no #11 27.53 checking for Minix Amsterdam compiler... no #11 27.60 checking for ar... ar #11 27.61 checking for ranlib... ranlib #11 27.62 checking for gcc option to enable large file support... none needed #11 28.14 checking for gcc option for timestamps after 2038... none needed #11 28.32 checking for g++... g++ #11 28.44 checking whether we are using the GNU C++ compiler... yes #11 28.71 checking whether g++ accepts -g... yes #11 28.91 checking for g++ option to enable C++11 features... none needed #11 76.63 checking how to run the C++ preprocessor... g++ -E #11 77.05 checking whether gcc accepts -g3 -O2... yes #11 77.45 checking whether the compiler is clang... no #11 77.80 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 78.01 checking whether -Wno-missing-field-initializers is needed... yes #11 78.42 checking whether -Wuninitialized is supported... yes #11 78.65 checking whether C compiler handles -fstrict-flex-arrays... no #11 78.87 checking whether C compiler handles -Wall... yes #11 79.21 checking whether C compiler handles -Warith-conversion... yes #11 79.58 checking whether C compiler handles -Wdate-time... yes #11 80.01 checking whether C compiler handles -Wdisabled-optimization... yes #11 80.31 checking whether C compiler handles -Wdouble-promotion... yes #11 80.75 checking whether C compiler handles -Wduplicated-cond... yes #11 81.24 checking whether C compiler handles -Wextra... yes #11 81.62 checking whether C compiler handles -Wformat-signedness... yes #11 82.06 checking whether C compiler handles -Winit-self... yes #11 82.48 checking whether C compiler handles -Winvalid-pch... yes #11 82.75 checking whether C compiler handles -Wlogical-op... yes #11 83.03 checking whether C compiler handles -Wmissing-declarations... yes #11 83.53 checking whether C compiler handles -Wmissing-include-dirs... yes #11 84.08 checking whether C compiler handles -Wmissing-prototypes... yes #11 84.53 checking whether C compiler handles -Wnested-externs... yes #11 85.00 checking whether C compiler handles -Wnull-dereference... yes #11 85.42 checking whether C compiler handles -Wold-style-definition... yes #11 85.79 checking whether C compiler handles -Wopenmp-simd... yes #11 86.23 checking whether C compiler handles -Wpacked... yes #11 86.53 checking whether C compiler handles -Wpointer-arith... yes #11 86.89 checking whether C compiler handles -Wstrict-flex-arrays... no #11 87.04 checking whether C compiler handles -Wstrict-prototypes... yes #11 87.43 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 87.80 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 88.13 checking whether C compiler handles -Wsuggest-final-methods... yes #11 88.36 checking whether C compiler handles -Wsuggest-final-types... yes #11 88.74 checking whether C compiler handles -Wtrampolines... yes #11 89.26 checking whether C compiler handles -Wuninitialized... yes #11 89.47 checking whether C compiler handles -Wunknown-pragmas... yes #11 89.74 checking whether C compiler handles -Wunused-macros... yes #11 90.10 checking whether C compiler handles -Wvariadic-macros... yes #11 90.36 checking whether C compiler handles -Wvector-operation-performance... yes #11 90.67 checking whether C compiler handles -Wwrite-strings... yes #11 91.05 checking whether C compiler handles -Warray-bounds=2... yes #11 91.53 checking whether C compiler handles -Wattribute-alias=2... yes #11 92.11 checking whether C compiler handles -Wformat=2... yes #11 92.66 checking whether C compiler handles -Wformat-truncation=2... yes #11 93.27 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 93.78 checking whether C compiler handles -Wshift-overflow=2... yes #11 94.33 checking whether C compiler handles -Wuse-after-free=3... no #11 94.61 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 95.22 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 95.59 checking whether C compiler handles -Wredundant-decls... yes #11 96.10 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 96.11 checking whether C compiler handles -Wno-override-init... yes #11 96.61 checking whether C compiler handles -Wno-sign-compare... yes #11 97.00 checking whether C compiler handles -Wno-type-limits... yes #11 97.55 checking whether C compiler handles -Wno-unused-parameter... yes #11 97.90 checking whether C compiler handles -Wno-format-nonliteral... yes #11 98.40 checking whether C compiler handles -Wno-bidi-chars... no #11 98.53 checking for a BSD-compatible install... /usr/bin/install -c #11 98.65 checking command to symlink files in the same directory... ln -s #11 98.69 checking for install-info... : #11 98.69 checking for gzip... /bin/gzip #11 98.69 checking for 'find' args to delete a file... -delete #11 98.71 checking for brew... no #11 99.50 checking for -znocombreloc... not needed #11 99.50 checking whether addresses are sanitized... no #11 99.62 checking for math library... -lm #11 101.2 checking for struct passwd.pw_gecos... yes #11 101.4 checking for pkg-config... /usr/bin/pkg-config #11 101.4 checking pkg-config is at least version 0.9.0... yes #11 101.5 checking for machine/soundcard.h... no #11 101.6 checking for sys/soundcard.h... yes #11 102.0 checking for soundcard.h... no #11 102.2 checking for mmsystem.h... no #11 102.4 checking for _oss_ioctl in -lossaudio... no #11 102.7 checking for alsa >= 1.0.0... no #11 102.8 checking for ADDR_NO_RANDOMIZE... yes #11 103.0 checking if Linux sysinfo may be used... yes #11 103.9 checking for sys/wait.h that is POSIX.1 compatible... yes #11 104.3 checking for net/if.h... yes #11 104.6 checking for ifaddrs.h... yes #11 105.1 checking for net/if_dl.h... no #11 105.4 checking for struct ifreq.ifr_flags... yes #11 105.8 checking for struct ifreq.ifr_hwaddr... yes #11 106.3 checking for struct ifreq.ifr_netmask... yes #11 107.2 checking for struct ifreq.ifr_broadaddr... yes #11 108.0 checking for struct ifreq.ifr_addr... yes #11 108.5 checking for struct ifreq.ifr_addr.sa_len... no #11 108.8 checking whether gcc understands -MMD -MF... yes #11 109.0 checking for X... no #11 109.8 checking AppKit/AppKit.h usability... yes #11 116.8 checking AppKit/AppKit.h presence... yes #11 117.3 checking for AppKit/AppKit.h... yes #11 117.3 checking for Mac OS X 12.0 or later... yes #11 117.5 checking for gcc... gcc #11 117.6 checking whether we are using the GNU Objective C compiler... yes #11 117.8 checking whether gcc accepts -g... yes #11 117.9 checking if the Objective C compiler supports instancetype... yes #11 118.1 checking if the Objective C compiler defaults to C99... no #11 118.3 checking whether malloc is Doug Lea style... no #11 118.6 checking for sbrk... yes #11 119.1 checking for __lsan_ignore_object... no #11 119.5 checking for fchmod... yes #11 120.1 checking for utmpname... yes #11 120.7 checking for utmpxname... yes #11 121.5 checking for canonicalize_file_name... yes #11 122.1 checking for realpath... yes #11 122.7 checking for lstat... yes #11 123.3 checking for fchmodat... yes #11 123.8 checking for lchmod... no #11 124.0 checking for fcntl... yes #11 124.8 checking for fdopendir... yes #11 125.3 checking for listxattr... yes #11 125.9 checking for fstatat... yes #11 126.6 checking for fsync... yes #11 127.4 checking for gettimeofday... yes #11 128.2 checking for memset_explicit... no #11 128.7 checking for memset_s... no #11 129.3 checking for pselect... yes #11 129.7 checking for readlink... yes #11 130.4 checking for isblank... yes #11 131.0 checking for iswctype... yes #11 131.6 checking for strtoimax... yes #11 132.1 checking for symlink... yes #11 133.8 checking for localtime_r... yes #11 134.4 checking for getdtablesize... yes #11 135.1 checking for getpagesize... yes #11 135.6 checking for working mmap... yes #11 136.6 checking for main in -lXbsd... no #11 137.1 checking for pthread library... -lpthread #11 138.7 checking for thread support... yes #11 138.7 checking for librsvg-2.0 >= 2.14.0... no #11 138.8 checking for libwebpdemux >= 0.6.0... no #11 138.9 checking for WebPGetInfo... no #11 139.4 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 139.4 checking for sqlite3_open_v2 in -lsqlite3... no #11 139.8 checking for getaddrinfo_a in -lanl... yes #11 140.1 checking for malloc_trim... yes #11 140.4 checking for dbus-1 >= 1.0... yes #11 140.5 checking for dbus_watch_get_unix_fd... yes #11 141.3 checking for dbus_type_is_valid... yes #11 142.2 checking for dbus_validate_bus_name... yes #11 143.0 checking for dbus_validate_path... yes #11 143.9 checking for dbus_validate_interface... yes #11 144.6 checking for dbus_validate_member... yes #11 145.3 checking for lgetfilecon in -lselinux... no #11 145.7 checking for gnutls >= 2.12.2... yes #11 145.8 checking for libsystemd >= 222... no #11 145.9 checking for jansson >= 2.7... no #11 146.0 checking for tree-sitter >= 0.20.2... no #11 146.0 checking for tree-sitter >= 0.6.3... no #11 146.1 checking sys/inotify.h usability... yes #11 146.5 checking sys/inotify.h presence... yes #11 146.6 checking for sys/inotify.h... yes #11 146.6 checking for inotify_init1... yes #11 147.5 checking for jpeglib 6b or later... no #11 148.1 checking for lcms2... no #11 148.1 checking for library containing inflateEnd... -lz #11 149.2 checking for dladdr... yes #11 149.9 checking for dlfunc... no #11 150.5 checking for gcc_jit_context_acquire in -lgccjit... no #11 150.9 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 150.9 found. #11 150.9 Please try installing libgccjit or a similar package if you want to have it #11 150.9 enabled. #11 150.9 checking libgccjit.h usability... no #11 151.4 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 151.6 were not found. #11 151.6 Please try installing libgccjit-dev or a similar package if you want to have it #11 151.6 enabled. #11 151.6 no #11 151.6 checking for libgccjit.h... no #11 151.6 checking for libpng >= 1.0.0... no #11 151.6 checking for libpng not configured by pkg-config... no #11 151.8 checking tiffio.h usability... no #11 152.0 checking tiffio.h presence... no #11 152.2 checking for tiffio.h... no #11 152.2 checking gif_lib.h usability... no #11 152.6 checking gif_lib.h presence... no #11 152.8 checking for gif_lib.h... no #11 152.8 checking gpm.h usability... no #11 153.1 checking gpm.h presence... no #11 153.3 checking for gpm.h... no #11 153.4 checking for libxml-2.0 > 2.6.17... no #11 153.4 checking for maillock in -lmail... no #11 153.8 checking for maillock in -llockfile... no #11 154.0 checking for liblockfile.so... no #11 154.0 checking maillock.h usability... no #11 154.4 checking maillock.h presence... no #11 154.6 checking for maillock.h... no #11 154.6 checking linux/seccomp.h usability... yes #11 155.1 checking linux/seccomp.h presence... yes #11 155.3 checking for linux/seccomp.h... yes #11 155.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 155.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 156.1 checking linux/filter.h usability... yes #11 156.7 checking linux/filter.h presence... yes #11 156.9 checking for linux/filter.h... yes #11 156.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 157.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 157.0 checking for libseccomp >= 2.5.2... no #11 157.1 checking size of long... 8 #11 158.0 checking for accept4... yes #11 158.6 checking for fchdir... yes #11 159.4 checking for gethostname... yes #11 160.0 checking for getrusage... yes #11 160.4 checking for get_current_dir_name... yes #11 161.1 checking for lrand48... yes #11 161.7 checking for random... yes #11 162.3 checking for rint... yes #11 163.2 checking for tcdrain... yes #11 164.0 checking for trunc... yes #11 164.7 checking for select... yes #11 165.3 checking for getpagesize... (cached) yes #11 165.4 checking for setlocale... yes #11 166.0 checking for newlocale... yes #11 166.7 checking for getrlimit... yes #11 167.5 checking for setrlimit... yes #11 168.2 checking for shutdown... yes #11 168.8 checking for pthread_sigmask... (cached) yes #11 168.9 checking for strsignal... yes #11 169.7 checking for setitimer... yes #11 170.4 checking for sendto... yes #11 170.9 checking for recvfrom... yes #11 171.4 checking for getsockname... yes #11 172.0 checking for getifaddrs... yes #11 172.7 checking for freeifaddrs... yes #11 173.2 checking for gai_strerror... yes #11 173.9 checking for sync... yes #11 174.5 checking for endpwent... yes #11 175.1 checking for getgrent... yes #11 175.6 checking for endgrent... yes #11 176.2 checking for renameat2... yes #11 176.7 checking for cfmakeraw... yes #11 177.2 checking for cfsetspeed... yes #11 177.8 checking for __executable_start... yes #11 178.4 checking for log2... yes #11 179.2 checking for pthread_setname_np... yes #11 179.9 checking for pthread_set_name_np... no #11 180.7 checking for getpwent... yes #11 181.1 checking whether pthread_setname_np takes a single argument... no #11 181.3 checking whether pthread_setname_np takes three arguments... no #11 181.6 checking for aligned_alloc... yes #11 182.3 checking whether aligned_alloc is declared... yes #11 182.6 checking for posix_madvise... yes #11 183.0 checking for madvise... yes #11 183.3 checking for __builtin_frame_address... yes #11 183.7 checking for __builtin_unwind_init... yes #11 184.1 checking for _LARGEFILE_SOURCE value needed for large files... no #11 184.6 checking for grantpt... yes #11 185.2 checking for getpt... yes #11 185.6 checking for posix_openpt... yes #11 185.9 checking for library containing tputs... -ltinfo #11 186.6 checking whether -ltinfo library defines BC... yes #11 186.9 checking for timerfd interface... yes #11 187.3 checking whether signals can be handled on alternate stack... yes #11 187.7 checking valgrind/valgrind.h usability... no #11 188.0 checking valgrind/valgrind.h presence... no #11 188.3 checking for valgrind/valgrind.h... no #11 188.3 checking for struct unipair.unicode... yes #11 188.6 checking for pid_t... yes #11 189.2 checking vfork.h usability... no #11 189.5 checking vfork.h presence... no #11 189.6 checking for vfork.h... no #11 189.6 checking for fork... yes #11 190.0 checking for vfork... yes #11 190.6 checking for working fork... yes #11 191.1 checking for working vfork... (cached) yes #11 191.1 checking for snprintf... yes #11 191.5 checking for open_memstream... yes #11 192.0 checking spawn.h usability... yes #11 192.3 checking spawn.h presence... yes #11 192.4 checking for spawn.h... yes #11 192.4 checking for posix_spawn... yes #11 192.9 checking for posix_spawn_file_actions_addchdir... no #11 193.3 checking for posix_spawn_file_actions_addchdir_np... yes #11 193.6 checking for posix_spawnattr_setflags... yes #11 194.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 194.4 checking whether GLib is linked in... no #11 194.6 checking for nl_langinfo and CODESET... yes #11 194.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 195.4 checking for mbstate_t... yes #11 195.9 checking for signals via characters... yes #11 196.2 checking for _setjmp... yes #11 196.6 checking for sigsetjmp... yes #11 197.0 checking POSIX termios... yes #11 197.4 checking size of speed_t... 4 #11 197.9 checking for usable FIONREAD... yes #11 198.0 checking for usable SIGIO... yes #11 198.2 checking for struct alignment... yes #11 198.4 checking for C/C++ restrict keyword... __restrict__ #11 198.5 checking for typeof syntax and keyword spelling... typeof #11 198.7 checking for statement expressions... yes #11 198.8 checking whether malloc (0) returns nonnull... yes #11 199.2 checking sys/acl.h usability... yes #11 199.5 checking sys/acl.h presence... yes #11 199.6 checking for sys/acl.h... yes #11 199.6 checking for library containing acl_get_file... -lacl #11 201.7 checking for acl_get_file... yes #11 202.4 checking for acl_get_fd... yes #11 203.0 checking for acl_set_file... yes #11 203.6 checking for acl_set_fd... yes #11 204.3 checking for acl_free... yes #11 204.9 checking for acl_from_mode... yes #11 205.6 checking for acl_from_text... yes #11 206.3 checking for acl_delete_def_file... yes #11 207.0 checking for acl_extended_file... yes #11 207.6 checking for acl_delete_fd_np... no #11 208.2 checking for acl_delete_file_np... no #11 208.9 checking for acl_copy_ext_native... no #11 209.6 checking for acl_create_entry_np... no #11 210.0 checking for acl_to_short_text... no #11 210.5 checking for acl_free_text... no #11 211.1 checking for working acl_get_file... yes #11 211.7 checking acl/libacl.h usability... yes #11 212.2 checking acl/libacl.h presence... yes #11 212.2 checking for acl/libacl.h... yes #11 212.2 checking for acl_entries... yes #11 212.6 checking for ACL_FIRST_ENTRY... yes #11 212.9 checking for ACL_TYPE_EXTENDED... no #11 213.0 checking for working alloca.h... yes #11 213.4 checking for alloca... yes #11 213.9 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 214.0 checking whether the preprocessor supports include_next... yes #11 214.3 checking whether source code line length is unlimited... yes #11 214.5 checking whether endutent is declared... yes #11 214.9 checking for struct utmpx.ut_user... yes #11 215.4 checking for struct utmp.ut_user... yes #11 215.9 checking for struct utmpx.ut_name... yes #11 216.4 checking for struct utmp.ut_name... yes #11 216.8 checking for struct utmpx.ut_type... yes #11 217.3 checking for struct utmp.ut_type... yes #11 217.7 checking for struct utmpx.ut_pid... yes #11 218.2 checking for struct utmp.ut_pid... yes #11 218.7 checking for struct utmp.ut_tv... yes #11 219.5 checking for struct utmpx.ut_host... yes #11 220.1 checking for struct utmp.ut_host... yes #11 220.4 checking for struct utmpx.ut_id... yes #11 220.8 checking for struct utmp.ut_id... yes #11 221.1 checking for struct utmpx.ut_session... yes #11 221.5 checking for struct utmp.ut_session... yes #11 221.9 checking for struct utmpx.ut_exit... yes #11 222.8 checking for struct utmp.ut_exit... yes #11 223.6 checking for struct utmpx.ut_exit.ut_exit... no #11 224.4 checking for struct utmpx.ut_exit.e_exit... yes #11 224.8 checking for struct utmp.ut_exit.e_exit... yes #11 225.2 checking for struct utmpx.ut_exit.ut_termination... no #11 226.0 checking for struct utmpx.ut_exit.e_termination... yes #11 226.6 checking for struct utmp.ut_exit.e_termination... yes #11 227.1 checking whether sysinfo is declared... yes #11 227.3 checking for sys/sysctl.h... yes #11 227.7 checking for sysctl... yes #11 228.2 checking whether lstat correctly handles trailing slash... yes #11 228.8 checking whether // is distinct from /... no #11 228.9 checking whether realpath works... yes #11 229.7 checking for faccessat... yes #11 230.1 checking for getcwd... yes #11 230.4 checking whether byte ordering is bigendian... no #11 231.1 checking if environ is properly declared... yes #11 231.4 checking for complete errno.h... yes #11 231.6 checking whether ctype.h defines __header_inline... no #11 231.8 checking for mode_t... yes #11 232.8 checking whether strmode is declared... no #11 233.1 checking whether getline is declared... yes #11 233.5 checking for gawk... no #11 233.5 checking for mawk... mawk #11 233.5 checking for getopt.h... (cached) yes #11 233.6 checking for getopt_long_only... yes #11 233.9 checking whether getopt is POSIX compatible... yes #11 235.7 checking for working GNU getopt function... yes #11 236.4 checking for working GNU getopt_long function... yes #11 236.9 checking whether timespec_get is declared... yes #11 237.1 checking for timespec_get... yes #11 237.5 checking for struct timeval... yes #11 237.7 checking for wide-enough struct timeval.tv_sec member... yes #11 237.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 238.1 checking whether the compiler produces multi-arch binaries... no #11 238.3 checking whether stdint.h conforms to C99... yes #11 239.4 checking whether stdint.h works without ISO C predefines... yes #11 239.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 240.1 checking whether memmem is declared... yes #11 240.5 checking whether memrchr is declared... yes #11 240.9 checking whether defines MIN and MAX... no #11 241.1 checking whether defines MIN and MAX... yes #11 241.5 checking whether time_t is signed... yes #11 241.7 checking whether alarm is declared... yes #11 242.0 checking for working mktime... no #11 243.3 checking whether struct tm is in sys/time.h or time.h... time.h #11 243.5 checking for struct tm.tm_zone... yes #11 243.8 checking for struct tm.tm_gmtoff... yes #11 244.0 checking whether is self-contained... yes #11 245.3 checking for inline... inline #11 245.5 checking for sigset_t... yes #11 246.2 checking for volatile sig_atomic_t... yes #11 246.8 checking for sighandler_t... yes #11 247.3 checking for wchar_t... yes #11 247.6 checking for good max_align_t... yes #11 247.9 checking whether NULL can be used in arbitrary expressions... yes #11 248.2 checking for unreachable... no #11 248.8 checking whether fcloseall is declared... yes #11 249.2 checking whether getw is declared... yes #11 249.7 checking whether putw is declared... yes #11 250.0 checking which flavor of printf attribute matches inttypes macros... system #11 250.2 checking whether strnlen is declared... yes #11 250.6 checking whether strtoimax is declared... yes #11 251.1 checking whether stat file-mode macros are broken... no #11 251.4 checking for nlink_t... yes #11 251.9 checking for struct timespec in ... yes #11 252.2 checking for TIME_UTC in ... yes #11 252.5 checking whether execvpe is declared... yes #11 252.8 checking whether clearerr_unlocked is declared... yes #11 253.2 checking whether feof_unlocked is declared... yes #11 253.6 checking whether ferror_unlocked is declared... yes #11 254.3 checking whether fflush_unlocked is declared... yes #11 254.6 checking whether fgets_unlocked is declared... yes #11 254.9 checking whether fputc_unlocked is declared... yes #11 255.3 checking whether fputs_unlocked is declared... yes #11 255.7 checking whether fread_unlocked is declared... yes #11 256.1 checking whether fwrite_unlocked is declared... yes #11 256.5 checking whether getc_unlocked is declared... yes #11 256.8 checking whether getchar_unlocked is declared... yes #11 257.3 checking whether putc_unlocked is declared... yes #11 257.8 checking whether putchar_unlocked is declared... yes #11 258.2 checking type of array argument to getgroups... gid_t #11 259.2 checking whether getdelim is declared... yes #11 259.8 checking whether getdtablesize is declared... yes #11 260.2 checking whether malloc is ptrdiff_t safe... yes #11 260.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 260.6 checking for O_CLOEXEC... yes #11 260.8 checking for promoted mode_t type... mode_t #11 261.1 checking whether the utimes function works... yes #11 262.1 checking for C compiler option to allow warnings... -Wno-error #11 262.7 checking for alignas and alignof... yes, macros #11 263.4 checking for alloca as a compiler built-in... yes #11 263.5 checking for static_assert... yes, an macro #11 264.1 checking for __builtin_expect... yes #11 264.6 checking byteswap.h usability... yes #11 264.9 checking byteswap.h presence... yes #11 265.0 checking for byteswap.h... yes #11 265.1 checking for readlinkat... yes #11 265.5 checking for library containing clock_gettime... none required #11 265.8 checking for clock_getres... yes #11 266.1 checking for clock_gettime... yes #11 266.4 checking for clock_settime... yes #11 266.6 checking for copy_file_range... yes #11 266.9 checking for d_type member in directory struct... yes #11 267.2 checking whether // is distinct from /... (cached) no #11 267.2 checking whether dup2 works... yes #11 267.6 checking for library containing backtrace_symbols_fd... none required #11 268.0 checking for faccessat... (cached) yes #11 268.1 checking whether fchmodat works... no #11 268.6 checking for readlinkat... (cached) yes #11 268.6 checking whether fcntl handles F_DUPFD correctly... yes #11 269.1 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 269.8 checking whether fdopendir is declared... yes #11 270.0 checking whether fdopendir works... yes #11 270.3 checking for flexible array member... yes #11 270.6 checking for __fpending... yes #11 271.2 checking whether __fpending is declared... yes #11 271.5 checking whether free is known to preserve errno... no #11 271.7 checking whether fstatat (..., 0) works... yes #11 272.2 checking for sys/mount.h... yes #11 272.8 checking for statvfs function (SVR4)... yes #11 273.3 checking whether to use statvfs64... no #11 273.6 checking for two-argument statfs with statfs.f_frsize member... yes #11 274.5 checking sys/fs/s5param.h usability... no #11 274.7 checking sys/fs/s5param.h presence... no #11 274.9 checking for sys/fs/s5param.h... no #11 275.0 checking sys/statfs.h usability... yes #11 275.6 checking sys/statfs.h presence... yes #11 275.8 checking for sys/statfs.h... yes #11 275.9 checking for statfs that truncates block counts... no #11 276.1 checking for futimens... yes #11 276.7 checking whether futimens works... yes #11 278.6 checking for getline... yes #11 279.2 checking for working getline function... yes #11 280.1 checking for getloadavg... yes #11 280.9 checking sys/loadavg.h usability... no #11 281.2 checking sys/loadavg.h presence... no #11 281.5 checking for sys/loadavg.h... no #11 281.6 checking whether getloadavg is declared... yes #11 281.9 checking for getrandom... yes #11 282.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 282.7 checking for gettimeofday with POSIX signature... yes #11 283.0 checking whether the compiler supports the __inline keyword... yes #11 283.3 checking gmp.h usability... yes #11 284.0 checking gmp.h presence... yes #11 284.1 checking for gmp.h... yes #11 284.2 checking for library containing __gmpz_roinit_n... -lgmp #11 285.3 checking for memmem... yes #11 285.9 checking whether memmem works... yes #11 286.6 checking for mempcpy... yes #11 287.3 checking for memrchr... yes #11 287.9 checking for explicit_memset... no #11 288.4 checking for mkostemp... yes #11 289.0 checking for library containing nanosleep... none required #11 289.5 checking for working nanosleep... no (mishandles large arguments) #11 291.4 checking for sys/pstat.h... no #11 291.7 checking for sys/sysmp.h... no #11 292.0 checking for sys/param.h... (cached) yes #11 292.1 checking for sys/sysctl.h... (cached) yes #11 292.1 checking for sched_getaffinity_np... no #11 292.7 checking for pstat_getdynamic... no #11 294.1 checking for sysmp... no #11 295.0 checking for sysctl... (cached) yes #11 295.1 checking for sched_getaffinity... yes #11 296.0 checking for glibc compatible sched_getaffinity... yes #11 296.5 checking for pipe2... yes #11 297.9 checking whether signature of pselect conforms to POSIX... yes #11 298.4 checking whether pselect detects invalid fds... yes #11 299.0 checking whether pthread_sigmask is a macro... no #11 299.2 checking whether pthread_sigmask returns error numbers... yes #11 300.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 303.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 304.6 checking whether readlink signature is correct... yes #11 304.9 checking whether readlink handles trailing slash correctly... yes #11 305.4 checking whether readlink truncates results correctly... yes #11 306.0 checking for readlinkat... (cached) yes #11 306.0 checking whether readlinkat signature is correct... yes #11 306.2 checking for working re_compile_pattern... no #11 307.3 checking libintl.h usability... yes #11 307.7 checking libintl.h presence... yes #11 307.8 checking for libintl.h... yes #11 307.9 checking whether isblank is declared... yes #11 308.1 checking for sig2str... no #11 308.6 checking for sigdescr_np... no #11 309.3 checking for socklen_t... yes #11 309.9 checking for ssize_t... yes #11 310.2 checking for struct stat.st_atim.tv_nsec... yes #11 310.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 311.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 311.5 checking for struct stat.st_birthtimensec... no #11 312.1 checking for struct stat.st_birthtim.tv_nsec... no #11 314.0 checking for bool, true, false... no #11 314.2 checking for stpcpy... yes #11 314.9 checking for working strnlen... yes #11 315.4 checking whether strtoimax works... yes #11 316.1 checking whether symlink handles trailing slash correctly... yes #11 316.6 checking whether localtime_r is declared... yes #11 316.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 316.9 checking whether localtime works even near extrema... yes #11 317.6 checking for timezone_t... no #11 317.8 checking for timegm... yes #11 318.2 checking whether timer_settime is declared... yes #11 318.6 checking for library containing timer_settime... -lrt #11 319.3 checking for timer_settime... yes #11 319.7 checking for utimensat... yes #11 320.2 checking whether utimensat works... yes #11 321.9 checking for variable-length arrays... yes #11 322.4 checking whether getdtablesize works... yes #11 323.1 checking for __mktime_internal... no #11 323.4 checking for timer_getoverrun... yes #11 323.8 checking for gcc option to disable position independent executables... not needed #11 323.8 checking for __ctype_get_mb_cur_max... yes #11 324.3 checking whether MB_CUR_MAX is defined to function that won't link... no #11 324.5 #11 324.5 Configured for 'x86_64-pc-linux-gnu'. #11 324.5 #11 324.5 Where should the build process find the source code? . #11 324.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 324.5 Should Emacs use the GNU version of malloc? no #11 324.5 (The GNU allocators don't work with this system configuration.) #11 324.5 Should Emacs use a relocating allocator for buffers? no #11 324.5 Should Emacs use mmap(2) for buffer allocation? no #11 324.5 What window system should Emacs use? nextstep #11 324.5 What toolkit should Emacs use? none #11 324.5 Where do we find X Windows header files? NONE #11 324.5 Where do we find X Windows libraries? NONE #11 324.6 Does Emacs use -lXaw3d? no #11 324.6 Is Emacs being built for Android? no #11 324.6 Does Emacs use the X Double Buffer Extension? no #11 324.6 Does Emacs use -lXpm? no #11 324.6 Does Emacs use -ljpeg? no #11 324.6 Does Emacs use -ltiff? no #11 324.6 Does Emacs use a gif library? no #11 324.6 Does Emacs use a png library? no #11 324.6 Does Emacs use -lrsvg-2? no #11 324.6 Does Emacs use -lwebp? no #11 324.6 Does Emacs use -lsqlite3? no #11 324.6 Does Emacs use cairo? no #11 324.6 Does Emacs use -llcms2? no #11 324.6 Does Emacs use imagemagick? no #11 324.6 Does Emacs use native APIs for images? yes (ns) #11 324.6 Does Emacs support sound? yes #11 324.6 Does Emacs use -lgpm? no #11 324.6 Does Emacs use -ldbus? yes #11 324.6 Does Emacs use -lgconf? no #11 324.6 Does Emacs use GSettings? no #11 324.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 324.6 Does Emacs use access control lists? yes -lacl -lattr #11 324.6 Does Emacs use -lselinux? no #11 324.6 Does Emacs use -lgnutls? yes #11 324.6 Does Emacs use -lxml2? no #11 324.6 Does Emacs use -lfreetype? no #11 324.6 Does Emacs use HarfBuzz? no #11 324.6 Does Emacs use -lm17n-flt? no #11 324.6 Does Emacs use -lotf? no #11 324.6 Does Emacs use -lxft? no #11 324.6 Does Emacs use -lsystemd? no #11 324.6 Does Emacs use -ljansson? no #11 324.6 Does Emacs use -ltree-sitter? no #11 324.6 Does Emacs use the GMP library? yes #11 324.6 Does Emacs directly use zlib? yes #11 324.6 Does Emacs have dynamic modules support? yes #11 324.6 Does Emacs use toolkit scroll bars? yes #11 324.6 Does Emacs support Xwidgets? no #11 324.6 Does Emacs have threading support in lisp? yes #11 324.6 Does Emacs support the portable dumper? yes #11 324.6 Does Emacs support legacy unexec dumping? no #11 324.6 Which dumping strategy does Emacs use? pdumper #11 324.6 Does Emacs have native lisp compiler? no #11 324.6 Does Emacs use version 2 of the X Input Extension? no #11 324.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 324.6 #11 324.6 #11 324.6 #11 324.6 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 324.6 Run 'make install' in order to build an application bundle. #11 324.6 The application will go to nextstep/Emacs.app and can be run or moved #11 324.6 from there. #11 324.6 The application will be fully self-contained. #11 324.6 #11 326.4 configure: creating ./config.status #11 327.5 config.status: creating src/verbose.mk #11 327.7 config.status: creating src/emacs-module.h #11 327.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 328.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 328.5 config.status: creating Makefile #11 328.7 config.status: creating lib/gnulib.mk #11 329.0 config.status: creating ./doc/man/emacs.1 #11 329.3 config.status: creating lib/Makefile #11 329.5 config.status: creating lib-src/Makefile #11 329.7 config.status: creating oldXMenu/Makefile #11 329.8 config.status: creating src/Makefile #11 330.2 config.status: creating lwlib/Makefile #11 330.4 config.status: creating nextstep/Makefile #11 330.6 config.status: creating nt/Makefile #11 330.8 config.status: creating doc/emacs/Makefile #11 331.0 config.status: creating doc/misc/Makefile #11 331.2 config.status: creating doc/lispintro/Makefile #11 331.5 config.status: creating doc/lispref/Makefile #11 331.8 config.status: creating lisp/Makefile #11 332.1 config.status: creating leim/Makefile #11 332.3 config.status: creating test/Makefile #11 332.6 config.status: creating test/manual/noverlay/Makefile #11 332.9 config.status: creating test/infra/Makefile #11 333.1 config.status: creating admin/charsets/Makefile #11 333.4 config.status: creating admin/unidata/Makefile #11 333.7 config.status: creating admin/grammars/Makefile #11 333.9 config.status: creating java/Makefile #11 334.2 config.status: creating cross/Makefile #11 334.5 config.status: creating java/AndroidManifest.xml #11 334.8 config.status: creating src/config.h #11 335.0 config.status: executing src/epaths.h commands #11 335.4 config.status: executing src/.gdbinit commands #11 335.5 config.status: executing doc/emacs/emacsver.texi commands #11 335.6 config.status: executing etc-refcards-emacsver.tex commands #11 335.9 configure: WARNING: This configuration installs a 'movemail' program #11 335.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 335.9 installed a 'movemail' program that retrieved POP3 email via only #11 335.9 insecure channels, a practice that is no longer recommended but that #11 335.9 you can continue to support by using './configure --with-pop'. #11 335.9 configure: You might want to install GNU Mailutils #11 335.9 and use './configure --with-mailutils'. #11 DONE 341.9s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 5.394 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 5.434 make[1]: Entering directory '/checkout' #12 5.764 make bootstrap-clean #12 5.781 make[2]: Entering directory '/checkout' #12 6.366 make -C src bootstrap-clean #12 6.429 make[3]: Entering directory '/checkout/src' #12 6.446 GEN /checkout/src/lisp.mk #12 7.728 rm -f android-emacs libemacs.so #12 7.738 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 7.761 rm -f dmpstruct.h #12 7.790 rm -f emacs.pdmp #12 7.810 rm -f ../etc/DOC #12 7.830 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 7.831 rm -f emacs-30.0.50 #12 7.840 rm -f buildobj.h #12 7.866 rm -f globals.h gl-stamp #12 7.894 rm -f ./*.res ./*.tmp #12 7.918 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 7.960 rm -f ../etc/DOC* #12 7.996 rm -f deps/* #12 7.999 rm -f emacs-module.h epaths.h config.h config.stamp #12 8.026 if test -f ./.gdbinit; then \ #12 8.026 mv ./.gdbinit ./.gdbinit.save; \ #12 8.026 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 8.026 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 8.026 fi #12 8.542 make[3]: Leaving directory '/checkout/src' #12 8.543 make -C oldXMenu bootstrap-clean #12 8.566 make[3]: Entering directory '/checkout/oldXMenu' #12 8.566 rm -f libXMenu11.a ./*.o deps/* #12 8.572 rm -f Makefile #12 8.572 rm -fr deps #12 8.572 make[3]: Leaving directory '/checkout/oldXMenu' #12 8.578 make -C lwlib bootstrap-clean #12 8.612 make[3]: Entering directory '/checkout/lwlib' #12 8.612 rm -f ./*.o liblw.a \#* deps/* #12 8.622 rm -f Makefile #12 8.629 rm -fr deps #12 8.629 rm -f TAGS #12 8.638 make[3]: Leaving directory '/checkout/lwlib' #12 8.638 make -C lib bootstrap-clean #12 9.096 make[3]: Entering directory '/checkout/lib' #12 9.096 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 9.130 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 9.161 rm -f Makefile Makefile.android #12 9.191 rm -fr deps #12 9.212 make[3]: Leaving directory '/checkout/lib' #12 9.212 make -C lib-src bootstrap-clean #12 9.238 make[3]: Entering directory '/checkout/lib-src' #12 9.238 rm -f core ./*.o ./*.res #12 9.246 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 9.277 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 9.287 rm -f TAGS Makefile blessmail Makefile.android #12 9.300 make[3]: Leaving directory '/checkout/lib-src' #12 9.300 make -C nt bootstrap-clean #12 9.325 make[3]: Entering directory '/checkout/nt' #12 9.329 rm -f core *.o *.res #12 9.339 rm -f runemacs addpm cmdproxy ddeclient #12 9.339 rm -f TAGS Makefile *.rc #12 9.368 true #12 9.368 make[3]: Leaving directory '/checkout/nt' #12 9.368 make -C doc/emacs bootstrap-clean #12 9.417 make[3]: Entering directory '/checkout/doc/emacs' #12 9.417 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.417 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.423 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 9.441 rm -f Makefile #12 9.451 rm -f \ #12 9.451 ./../../info/emacs.info \ #12 9.451 ./../../info/emacs.info-[1-9] \ #12 9.451 ./../../info/emacs.info-[1-9][0-9] #12 9.487 rm -f ./emacsver.texi TAGS #12 9.502 make[3]: Leaving directory '/checkout/doc/emacs' #12 9.502 make -C doc/misc bootstrap-clean #12 9.555 make[3]: Entering directory '/checkout/doc/misc' #12 9.555 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 9.555 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 9.555 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 9.606 rm -f gnustmp* #12 9.614 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 9.632 rm -f Makefile #12 9.660 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 9.660 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 9.660 rm -f \ #12 9.660 ./../../info/${file} \ #12 9.660 ./../../info/${file}-[1-9] \ #12 9.660 ./../../info/${file}-[1-9][0-9]; \ #12 9.660 done #12 11.77 rm -f ./modus-themes.texi ./org.texi #12 11.78 rm -f TAGS #12 11.81 make[3]: Leaving directory '/checkout/doc/misc' #12 11.81 make -C doc/lispref bootstrap-clean #12 11.82 make[3]: Entering directory '/checkout/doc/lispref' #12 11.82 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 11.82 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 11.86 rm -f elisp[12]* vol[12].tmp #12 11.87 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 11.89 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 11.90 rm -f Makefile #12 11.92 rm -f \ #12 11.92 ./../../info/elisp.info \ #12 11.92 ./../../info/elisp.info-[1-9] \ #12 11.92 ./../../info/elisp.info-[1-9][0-9] #12 11.93 rm -f TAGS #12 11.95 make[3]: Leaving directory '/checkout/doc/lispref' #12 11.95 make -C doc/lispintro bootstrap-clean #12 11.96 make[3]: Entering directory '/checkout/doc/lispintro' #12 11.96 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 11.96 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 11.98 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 11.98 rm -f Makefile #12 11.99 rm -f \ #12 11.99 ./../../info/eintr.info \ #12 11.99 ./../../info/eintr.info-[1-9] #12 11.99 rm -f TAGS #12 12.01 make[3]: Leaving directory '/checkout/doc/lispintro' #12 12.02 make -C test bootstrap-clean #12 12.03 make[3]: Entering directory '/checkout/test' #12 12.32 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 12.41 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 12.47 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 12.48 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 12.48 src/emacs-module-resources/*.dll gmp.h #12 12.52 find . -name '*.elc' -delete #12 12.55 make[3]: Leaving directory '/checkout/test' #12 12.55 make -C java bootstrap-clean #12 12.96 make[3]: Entering directory '/checkout/java' #12 12.96 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 12.97 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 12.98 find . -name '*.class' -delete #12 12.99 rm -f Makefile ndk-build.mk #12 12.99 make[3]: Leaving directory '/checkout/java' #12 12.99 make -C cross bootstrap-clean #12 13.00 make[3]: Entering directory '/checkout/cross' #12 13.01 for dir in src lib-src lib etc; do \ #12 13.01 find $dir -type f -delete; \ #12 13.01 done #12 13.04 rm -rf lib/config.h lib-src/config.h #12 13.04 if test -f ndk-build/Makefile; then \ #12 13.04 make -C ndk-build clean; \ #12 13.04 fi #12 13.05 for dir in src lib-src lib etc; do \ #12 13.05 find $dir -type l -delete; \ #12 13.05 done #12 13.11 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 13.11 rm -rf ndk-build/ndk-build.mk Makefile #12 13.12 make[3]: Leaving directory '/checkout/cross' #12 13.12 make -C nextstep bootstrap-clean #12 13.14 make[3]: Entering directory '/checkout/nextstep' #12 13.14 rm -rf /checkout/nextstep/Emacs.app #12 13.16 rm -f Makefile #12 13.17 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 13.17 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 13.17 Cocoa/Emacs.base/Contents/Info.plist \ #12 13.17 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 13.19 make[3]: Leaving directory '/checkout/nextstep' #12 13.19 make -C admin/charsets bootstrap-clean #12 13.23 make[3]: Entering directory '/checkout/admin/charsets' #12 13.23 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.23 make[3]: Leaving directory '/checkout/admin/charsets' #12 13.23 make -C admin/unidata bootstrap-clean #12 13.24 make[3]: Entering directory '/checkout/admin/unidata' #12 13.32 rm -f ./*.elc unidata.txt #12 13.34 make[3]: Leaving directory '/checkout/admin/unidata' #12 13.34 make -C leim bootstrap-clean #12 13.36 make[3]: Entering directory '/checkout/leim' #12 13.39 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 13.43 make[3]: Leaving directory '/checkout/leim' #12 13.43 make -C lisp bootstrap-clean #12 13.43 make[3]: Entering directory '/checkout/lisp' #12 13.65 find . -name '*.elc' -delete #12 13.69 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 13.72 make[3]: Leaving directory '/checkout/lisp' #12 13.72 make -C admin/grammars bootstrap-clean #12 13.73 make[3]: Entering directory '/checkout/admin/grammars' #12 13.73 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.73 make[3]: Leaving directory '/checkout/admin/grammars' #12 13.73 [ ! -f config.log ] || mv -f config.log config.log~ #12 14.16 rm -rf ./info #12 14.17 rm -f ./etc/refcards/emacsver.tex #12 14.18 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 14.21 rm -fr autom4te.cache config.cache #12 14.24 rm -f config.log ./doc/man/emacs.1 #12 14.26 make[2]: Leaving directory '/checkout' #12 14.26 cd . && ./autogen.sh autoconf #12 14.29 Checking whether you have the necessary tools... #12 14.29 (Read INSTALL.REPO for more details on building Emacs) #12 14.30 Checking for autoconf (need at least version 2.65) ... ok #12 14.45 Your system has the required tools. #12 14.49 Running 'autoreconf -fi -I m4' ... #12 54.45 Building 'aclocal.m4' in exec ... #12 54.45 Running 'autoreconf -fi' in exec ... #12 68.41 You can now run './autogen.sh git'. #12 68.41 make MAKEFILE_NAME=force-Makefile force-Makefile #12 68.43 make[2]: Entering directory '/checkout' #12 68.47 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 68.73 if [ -x ./config.status ]; then \ #12 68.73 ./config.status --recheck; \ #12 68.73 else \ #12 68.73 ./configure --cache-file=/dev/null; \ #12 68.73 fi #12 68.89 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 69.26 checking for xcrun... no #12 69.26 checking for GNU Make... make #12 69.31 checking build system type... x86_64-pc-linux-gnu #12 70.35 checking host system type... x86_64-pc-linux-gnu #12 70.50 checking for gcc... gcc #12 70.75 checking whether the C compiler works... yes #12 71.10 checking for C compiler default output file name... a.out #12 71.10 checking for suffix of executables... #12 71.37 checking whether we are cross compiling... no #12 71.81 checking for suffix of object files... o #12 71.99 checking whether we are using the GNU C compiler... yes #12 72.32 checking whether gcc accepts -g... yes #12 72.47 checking for gcc option to enable C11 features... none needed #12 73.12 checking whether the compiler is clang... no #12 73.29 checking for compiler option needed when checking for declarations... none #12 73.29 checking whether gcc and cc understand -c and -o together... yes #12 74.27 checking how to run the C preprocessor... gcc -E #12 75.12 checking for grep that handles long lines and -e... /bin/grep #12 75.14 checking for egrep... /bin/grep -E #12 75.14 checking for ANSI C header files... yes #12 75.80 checking for sys/types.h... yes #12 75.96 checking for sys/stat.h... yes #12 76.11 checking for stdlib.h... yes #12 76.38 checking for string.h... yes #12 76.79 checking for memory.h... yes #12 77.08 checking for strings.h... yes #12 77.42 checking for inttypes.h... yes #12 77.78 checking for stdint.h... yes #12 78.19 checking for unistd.h... yes #12 78.44 checking for wchar.h... yes #12 78.74 checking for minix/config.h... no #12 78.99 checking for linux/fs.h... yes #12 79.49 checking for malloc.h... yes #12 79.89 checking for sys/systeminfo.h... no #12 80.26 checking for sys/sysinfo.h... yes #12 80.63 checking for coff.h... no #12 81.06 checking for pty.h... yes #12 81.50 checking for sys/resource.h... yes #12 81.94 checking for sys/utsname.h... yes #12 82.52 checking for pwd.h... yes #12 82.85 checking for util.h... no #12 83.39 checking for sanitizer/lsan_interface.h... yes #12 83.98 checking for sanitizer/asan_interface.h... yes #12 84.31 checking for sanitizer/common_interface_defs.h... yes #12 84.81 checking for sys/socket.h... yes #12 85.27 checking for stdlib.h... (cached) yes #12 85.34 checking for unistd.h... (cached) yes #12 85.42 checking for sys/param.h... yes #12 85.88 checking for pthread.h... yes #12 86.37 checking for malloc/malloc.h... no #12 86.83 checking for sys/un.h... yes #12 87.21 checking for utmp.h... yes #12 87.68 checking for utmpx.h... yes #12 88.17 checking for OS.h... no #12 88.55 checking for dirent.h... yes #12 89.08 checking for execinfo.h... yes #12 89.53 checking for linux/xattr.h... yes #12 89.97 checking for stdio_ext.h... yes #12 90.37 checking for sys/vfs.h... yes #12 90.89 checking for sys/fs_types.h... no #12 91.22 checking for getopt.h... yes #12 91.62 checking for sys/cdefs.h... yes #12 92.00 checking for sys/time.h... yes #12 92.39 checking for ieee754.h... yes #12 92.83 checking for limits.h... yes #12 93.33 checking for inttypes.h... (cached) yes #12 93.42 checking for sys/types.h... (cached) yes #12 93.51 checking for stdint.h... (cached) yes #12 93.61 checking for sys/select.h... yes #12 93.95 checking for stdbool.h... yes #12 94.43 checking for stdckdint.h... no #12 94.91 checking for sys/random.h... yes #12 95.37 checking for sys/stat.h... (cached) yes #12 95.43 checking whether it is safe to define __EXTENSIONS__... yes #12 95.76 checking whether _XOPEN_SOURCE should be defined... no #12 95.98 checking for Minix Amsterdam compiler... no #12 96.11 checking for ar... ar #12 96.11 checking for ranlib... ranlib #12 96.11 checking for gcc option to enable large file support... none needed #12 96.71 checking for gcc option for timestamps after 2038... none needed #12 97.03 checking for g++... g++ #12 97.27 checking whether we are using the GNU C++ compiler... yes #12 97.46 checking whether g++ accepts -g... yes #12 97.67 checking for g++ option to enable C++11 features... none needed #12 155.1 checking how to run the C++ preprocessor... g++ -E #12 155.8 checking whether gcc accepts -g3 -O2... yes #12 156.1 checking whether the compiler is clang... no #12 156.3 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 156.5 checking whether -Wno-missing-field-initializers is needed... yes #12 156.9 checking whether -Wuninitialized is supported... yes #12 157.1 checking whether C compiler handles -fstrict-flex-arrays... no #12 157.4 checking whether C compiler handles -Wall... yes #12 157.8 checking whether C compiler handles -Warith-conversion... yes #12 158.4 checking whether C compiler handles -Wdate-time... yes #12 158.8 checking whether C compiler handles -Wdisabled-optimization... yes #12 159.3 checking whether C compiler handles -Wdouble-promotion... yes #12 159.7 checking whether C compiler handles -Wduplicated-cond... yes #12 160.3 checking whether C compiler handles -Wextra... yes #12 160.8 checking whether C compiler handles -Wformat-signedness... yes #12 161.3 checking whether C compiler handles -Winit-self... yes #12 161.8 checking whether C compiler handles -Winvalid-pch... yes #12 162.3 checking whether C compiler handles -Wlogical-op... yes #12 162.8 checking whether C compiler handles -Wmissing-declarations... yes #12 163.5 checking whether C compiler handles -Wmissing-include-dirs... yes #12 164.0 checking whether C compiler handles -Wmissing-prototypes... yes #12 164.5 checking whether C compiler handles -Wnested-externs... yes #12 165.1 checking whether C compiler handles -Wnull-dereference... yes #12 165.7 checking whether C compiler handles -Wold-style-definition... yes #12 166.3 checking whether C compiler handles -Wopenmp-simd... yes #12 167.0 checking whether C compiler handles -Wpacked... yes #12 167.5 checking whether C compiler handles -Wpointer-arith... yes #12 167.9 checking whether C compiler handles -Wstrict-flex-arrays... no #12 168.2 checking whether C compiler handles -Wstrict-prototypes... yes #12 168.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 169.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 169.9 checking whether C compiler handles -Wsuggest-final-methods... yes #12 170.4 checking whether C compiler handles -Wsuggest-final-types... yes #12 171.1 checking whether C compiler handles -Wtrampolines... yes #12 171.8 checking whether C compiler handles -Wuninitialized... yes #12 172.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 173.0 checking whether C compiler handles -Wunused-macros... yes #12 173.7 checking whether C compiler handles -Wvariadic-macros... yes #12 174.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 174.6 checking whether C compiler handles -Wwrite-strings... yes #12 175.3 checking whether C compiler handles -Warray-bounds=2... yes #12 175.9 checking whether C compiler handles -Wattribute-alias=2... yes #12 176.4 checking whether C compiler handles -Wformat=2... yes #12 177.0 checking whether C compiler handles -Wformat-truncation=2... yes #12 177.5 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 178.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 178.5 checking whether C compiler handles -Wuse-after-free=3... no #12 178.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 179.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 179.8 checking whether C compiler handles -Wredundant-decls... yes #12 180.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 180.4 checking whether C compiler handles -Wno-override-init... yes #12 180.8 checking whether C compiler handles -Wno-sign-compare... yes #12 181.3 checking whether C compiler handles -Wno-type-limits... yes #12 181.8 checking whether C compiler handles -Wno-unused-parameter... yes #12 182.2 checking whether C compiler handles -Wno-format-nonliteral... yes #12 182.7 checking whether C compiler handles -Wno-bidi-chars... no #12 182.8 checking for a BSD-compatible install... /usr/bin/install -c #12 182.9 checking command to symlink files in the same directory... ln -s #12 183.0 checking for install-info... : #12 183.0 checking for gzip... /bin/gzip #12 183.0 checking for 'find' args to delete a file... -delete #12 183.0 checking for brew... no #12 184.2 checking for -znocombreloc... not needed #12 184.2 checking whether addresses are sanitized... no #12 184.4 checking for math library... -lm #12 186.2 checking for struct passwd.pw_gecos... yes #12 186.4 checking for pkg-config... /usr/bin/pkg-config #12 186.4 checking pkg-config is at least version 0.9.0... yes #12 186.4 checking for machine/soundcard.h... no #12 186.7 checking for sys/soundcard.h... yes #12 187.1 checking for soundcard.h... no #12 187.3 checking for mmsystem.h... no #12 187.5 checking for _oss_ioctl in -lossaudio... no #12 187.9 checking for alsa >= 1.0.0... no #12 187.9 checking for ADDR_NO_RANDOMIZE... yes #12 188.2 checking if Linux sysinfo may be used... yes #12 188.8 checking for sys/wait.h that is POSIX.1 compatible... yes #12 189.1 checking for net/if.h... yes #12 189.6 checking for ifaddrs.h... yes #12 190.1 checking for net/if_dl.h... no #12 190.6 checking for struct ifreq.ifr_flags... yes #12 191.2 checking for struct ifreq.ifr_hwaddr... yes #12 192.2 checking for struct ifreq.ifr_netmask... yes #12 193.1 checking for struct ifreq.ifr_broadaddr... yes #12 194.1 checking for struct ifreq.ifr_addr... yes #12 194.9 checking for struct ifreq.ifr_addr.sa_len... no #12 195.9 checking whether gcc understands -MMD -MF... yes #12 196.2 checking for X... no #12 196.9 checking AppKit/AppKit.h usability... yes #12 200.1 checking AppKit/AppKit.h presence... yes #12 201.1 checking for AppKit/AppKit.h... yes #12 201.1 checking for Mac OS X 12.0 or later... yes #12 201.2 checking for gcc... gcc #12 201.5 checking whether we are using the GNU Objective C compiler... yes #12 201.7 checking whether gcc accepts -g... yes #12 201.9 checking if the Objective C compiler supports instancetype... yes #12 202.1 checking if the Objective C compiler defaults to C99... no #12 202.3 checking whether malloc is Doug Lea style... no #12 202.8 checking for sbrk... yes #12 203.4 checking for __lsan_ignore_object... no #12 204.1 checking for fchmod... yes #12 204.6 checking for utmpname... yes #12 205.2 checking for utmpxname... yes #12 205.9 checking for canonicalize_file_name... yes #12 206.4 checking for realpath... yes #12 206.9 checking for lstat... yes #12 207.5 checking for fchmodat... yes #12 207.9 checking for lchmod... no #12 208.2 checking for fcntl... yes #12 208.7 checking for fdopendir... yes #12 209.3 checking for listxattr... yes #12 209.9 checking for fstatat... yes #12 210.5 checking for fsync... yes #12 211.0 checking for gettimeofday... yes #12 211.8 checking for memset_explicit... no #12 212.4 checking for memset_s... no #12 212.8 checking for pselect... yes #12 213.5 checking for readlink... yes #12 214.2 checking for isblank... yes #12 214.8 checking for iswctype... yes #12 215.6 checking for strtoimax... yes #12 216.2 checking for symlink... yes #12 216.6 checking for localtime_r... yes #12 217.2 checking for getdtablesize... yes #12 217.6 checking for getpagesize... yes #12 218.2 checking for working mmap... yes #12 219.1 checking for main in -lXbsd... no #12 219.5 checking for pthread library... -lpthread #12 220.9 checking for thread support... yes #12 220.9 checking for librsvg-2.0 >= 2.14.0... no #12 220.9 checking for libwebpdemux >= 0.6.0... no #12 221.0 checking for WebPGetInfo... no #12 221.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 221.8 checking for sqlite3_open_v2 in -lsqlite3... no #12 222.2 checking for getaddrinfo_a in -lanl... yes #12 222.7 checking for malloc_trim... yes #12 223.2 checking for dbus-1 >= 1.0... yes #12 223.4 checking for dbus_watch_get_unix_fd... yes #12 224.3 checking for dbus_type_is_valid... yes #12 225.0 checking for dbus_validate_bus_name... yes #12 225.8 checking for dbus_validate_path... yes #12 226.6 checking for dbus_validate_interface... yes #12 227.4 checking for dbus_validate_member... yes #12 228.2 checking for lgetfilecon in -lselinux... no #12 228.8 checking for gnutls >= 2.12.2... yes #12 229.0 checking for libsystemd >= 222... no #12 229.1 checking for jansson >= 2.7... no #12 229.2 checking for tree-sitter >= 0.20.2... no #12 229.3 checking for tree-sitter >= 0.6.3... no #12 229.4 checking sys/inotify.h usability... yes #12 229.9 checking sys/inotify.h presence... yes #12 230.1 checking for sys/inotify.h... yes #12 230.1 checking for inotify_init1... yes #12 230.9 checking for jpeglib 6b or later... no #12 231.6 checking for lcms2... no #12 231.7 checking for library containing inflateEnd... -lz #12 232.8 checking for dladdr... yes #12 233.4 checking for dlfunc... no #12 234.1 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 234.5 found. #12 234.5 Please try installing libgccjit or a similar package if you want to have it #12 234.5 enabled. #12 234.5 no #12 234.5 checking libgccjit.h usability... no #12 234.9 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 235.1 were not found. #12 235.1 Please try installing libgccjit-dev or a similar package if you want to have it #12 235.1 enabled. #12 235.1 no #12 235.1 checking for libgccjit.h... no #12 235.2 checking for libpng >= 1.0.0... no #12 235.2 checking for libpng not configured by pkg-config... no #12 235.4 checking tiffio.h usability... no #12 235.7 checking tiffio.h presence... no #12 235.9 checking for tiffio.h... no #12 235.9 checking gif_lib.h usability... no #12 236.3 checking gif_lib.h presence... no #12 236.4 checking for gif_lib.h... no #12 236.4 checking gpm.h usability... no #12 236.8 checking gpm.h presence... no #12 237.0 checking for gpm.h... no #12 237.1 checking for libxml-2.0 > 2.6.17... no #12 237.2 checking for maillock in -lmail... no #12 237.6 checking for maillock in -llockfile... no #12 238.0 checking for liblockfile.so... no #12 238.0 checking maillock.h usability... no #12 238.4 checking maillock.h presence... no #12 238.7 checking for maillock.h... no #12 238.7 checking linux/seccomp.h usability... yes #12 239.1 checking linux/seccomp.h presence... yes #12 239.2 checking for linux/seccomp.h... yes #12 239.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 239.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 240.0 checking linux/filter.h usability... yes #12 240.5 checking linux/filter.h presence... yes #12 240.7 checking for linux/filter.h... yes #12 240.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 240.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 240.9 checking for libseccomp >= 2.5.2... no #12 241.0 checking size of long... 8 #12 241.8 checking for accept4... yes #12 242.4 checking for fchdir... yes #12 243.0 checking for gethostname... yes #12 243.6 checking for getrusage... yes #12 244.2 checking for get_current_dir_name... yes #12 245.0 checking for lrand48... yes #12 245.6 checking for random... yes #12 246.2 checking for rint... yes #12 246.7 checking for tcdrain... yes #12 247.5 checking for trunc... yes #12 248.2 checking for select... yes #12 248.8 checking for getpagesize... (cached) yes #12 248.9 checking for setlocale... yes #12 249.7 checking for newlocale... yes #12 250.3 checking for getrlimit... yes #12 250.9 checking for setrlimit... yes #12 251.5 checking for shutdown... yes #12 252.1 checking for pthread_sigmask... (cached) yes #12 252.2 checking for strsignal... yes #12 252.8 checking for setitimer... yes #12 253.4 checking for sendto... yes #12 254.1 checking for recvfrom... yes #12 254.6 checking for getsockname... yes #12 255.1 checking for getifaddrs... yes #12 255.8 checking for freeifaddrs... yes #12 256.5 checking for gai_strerror... yes #12 257.0 checking for sync... yes #12 257.5 checking for endpwent... yes #12 258.0 checking for getgrent... yes #12 258.7 checking for endgrent... yes #12 259.4 checking for renameat2... yes #12 260.1 checking for cfmakeraw... yes #12 260.7 checking for cfsetspeed... yes #12 261.3 checking for __executable_start... yes #12 262.0 checking for log2... yes #12 262.9 checking for pthread_setname_np... yes #12 263.6 checking for pthread_set_name_np... no #12 264.2 checking for getpwent... yes #12 264.8 checking whether pthread_setname_np takes a single argument... no #12 265.1 checking whether pthread_setname_np takes three arguments... no #12 265.4 checking for aligned_alloc... yes #12 266.0 checking whether aligned_alloc is declared... yes #12 266.4 checking for posix_madvise... yes #12 267.1 checking for madvise... yes #12 267.7 checking for __builtin_frame_address... yes #12 268.3 checking for __builtin_unwind_init... yes #12 268.8 checking for _LARGEFILE_SOURCE value needed for large files... no #12 269.3 checking for grantpt... yes #12 269.7 checking for getpt... yes #12 270.3 checking for posix_openpt... yes #12 270.7 checking for library containing tputs... -ltinfo #12 271.6 checking whether -ltinfo library defines BC... yes #12 272.2 checking for timerfd interface... yes #12 272.5 checking whether signals can be handled on alternate stack... yes #12 272.9 checking valgrind/valgrind.h usability... no #12 273.3 checking valgrind/valgrind.h presence... no #12 273.5 checking for valgrind/valgrind.h... no #12 273.5 checking for struct unipair.unicode... yes #12 273.9 checking for pid_t... yes #12 274.8 checking vfork.h usability... no #12 275.3 checking vfork.h presence... no #12 275.5 checking for vfork.h... no #12 275.5 checking for fork... yes #12 276.2 checking for vfork... yes #12 276.9 checking for working fork... yes #12 277.6 checking for working vfork... (cached) yes #12 277.7 checking for snprintf... yes #12 278.4 checking for open_memstream... yes #12 278.8 checking spawn.h usability... yes #12 279.2 checking spawn.h presence... yes #12 279.3 checking for spawn.h... yes #12 279.3 checking for posix_spawn... yes #12 279.7 checking for posix_spawn_file_actions_addchdir... no #12 280.4 checking for posix_spawn_file_actions_addchdir_np... yes #12 281.0 checking for posix_spawnattr_setflags... yes #12 281.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 282.0 checking whether GLib is linked in... no #12 282.3 checking for nl_langinfo and CODESET... yes #12 282.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 283.4 checking for mbstate_t... yes #12 284.1 checking for signals via characters... yes #12 284.6 checking for _setjmp... yes #12 285.2 checking for sigsetjmp... yes #12 285.8 checking POSIX termios... yes #12 286.5 checking size of speed_t... 4 #12 287.2 checking for usable FIONREAD... yes #12 287.6 checking for usable SIGIO... yes #12 287.8 checking for struct alignment... yes #12 288.1 checking for C/C++ restrict keyword... __restrict__ #12 288.4 checking for typeof syntax and keyword spelling... typeof #12 288.7 checking for statement expressions... yes #12 289.1 checking whether malloc (0) returns nonnull... yes #12 289.8 checking sys/acl.h usability... yes #12 290.3 checking sys/acl.h presence... yes #12 290.5 checking for sys/acl.h... yes #12 290.5 checking for library containing acl_get_file... -lacl #12 291.8 checking for acl_get_file... yes #12 294.8 checking for acl_get_fd... yes #12 295.3 checking for acl_set_file... yes #12 296.0 checking for acl_set_fd... yes #12 296.7 checking for acl_free... yes #12 298.9 checking for acl_from_mode... yes #12 300.8 checking for acl_from_text... yes #12 301.7 checking for acl_delete_def_file... yes #12 302.3 checking for acl_extended_file... yes #12 302.9 checking for acl_delete_fd_np... no #12 303.6 checking for acl_delete_file_np... no #12 304.3 checking for acl_copy_ext_native... no #12 304.8 checking for acl_create_entry_np... no #12 305.6 checking for acl_to_short_text... no #12 306.3 checking for acl_free_text... no #12 306.7 checking for working acl_get_file... yes #12 307.3 checking acl/libacl.h usability... yes #12 307.9 checking acl/libacl.h presence... yes #12 308.1 checking for acl/libacl.h... yes #12 308.1 checking for acl_entries... yes #12 308.7 checking for ACL_FIRST_ENTRY... yes #12 309.1 checking for ACL_TYPE_EXTENDED... no #12 309.4 checking for working alloca.h... yes #12 309.9 checking for alloca... yes #12 310.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 310.5 checking whether the preprocessor supports include_next... yes #12 310.9 checking whether source code line length is unlimited... yes #12 311.2 checking whether endutent is declared... yes #12 311.6 checking for struct utmpx.ut_user... yes #12 312.2 checking for struct utmp.ut_user... yes #12 312.7 checking for struct utmpx.ut_name... yes #12 313.3 checking for struct utmp.ut_name... yes #12 313.8 checking for struct utmpx.ut_type... yes #12 314.3 checking for struct utmp.ut_type... yes #12 314.8 checking for struct utmpx.ut_pid... yes #12 315.4 checking for struct utmp.ut_pid... yes #12 316.0 checking for struct utmp.ut_tv... yes #12 316.8 checking for struct utmpx.ut_host... yes #12 317.4 checking for struct utmp.ut_host... yes #12 318.1 checking for struct utmpx.ut_id... yes #12 318.6 checking for struct utmp.ut_id... yes #12 319.2 checking for struct utmpx.ut_session... yes #12 319.8 checking for struct utmp.ut_session... yes #12 320.4 checking for struct utmpx.ut_exit... yes #12 321.3 checking for struct utmp.ut_exit... yes #12 322.3 checking for struct utmpx.ut_exit.ut_exit... no #12 323.2 checking for struct utmpx.ut_exit.e_exit... yes #12 323.8 checking for struct utmp.ut_exit.e_exit... yes #12 324.3 checking for struct utmpx.ut_exit.ut_termination... no #12 325.1 checking for struct utmpx.ut_exit.e_termination... yes #12 325.7 checking for struct utmp.ut_exit.e_termination... yes #12 326.2 checking whether sysinfo is declared... yes #12 326.5 checking for sys/sysctl.h... yes #12 327.2 checking for sysctl... yes #12 327.8 checking whether lstat correctly handles trailing slash... yes #12 328.6 checking whether // is distinct from /... no #12 328.7 checking whether realpath works... yes #12 329.5 checking for faccessat... yes #12 330.3 checking for getcwd... yes #12 331.0 checking whether byte ordering is bigendian... no #12 331.8 checking if environ is properly declared... yes #12 332.2 checking for complete errno.h... yes #12 332.3 checking whether ctype.h defines __header_inline... no #12 332.5 checking for mode_t... yes #12 333.6 checking whether strmode is declared... no #12 334.2 checking whether getline is declared... yes #12 334.7 checking for gawk... no #12 334.7 checking for mawk... mawk #12 334.7 checking for getopt.h... (cached) yes #12 334.7 checking for getopt_long_only... yes #12 335.4 checking whether getopt is POSIX compatible... yes #12 337.7 checking for working GNU getopt function... yes #12 338.7 checking for working GNU getopt_long function... yes #12 339.3 checking whether timespec_get is declared... yes #12 339.7 checking for timespec_get... yes #12 340.4 checking for struct timeval... yes #12 340.7 checking for wide-enough struct timeval.tv_sec member... yes #12 340.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 341.1 checking whether the compiler produces multi-arch binaries... no #12 341.4 checking whether stdint.h conforms to C99... yes #12 342.6 checking whether stdint.h works without ISO C predefines... yes #12 343.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 343.5 checking whether memmem is declared... yes #12 344.0 checking whether memrchr is declared... yes #12 344.6 checking whether defines MIN and MAX... no #12 344.8 checking whether defines MIN and MAX... yes #12 345.2 checking whether time_t is signed... yes #12 345.6 checking whether alarm is declared... yes #12 346.2 checking for working mktime... no #12 347.7 checking whether struct tm is in sys/time.h or time.h... time.h #12 348.0 checking for struct tm.tm_zone... yes #12 348.3 checking for struct tm.tm_gmtoff... yes #12 348.6 checking whether is self-contained... yes #12 349.9 checking for inline... inline #12 350.1 checking for sigset_t... yes #12 350.9 checking for volatile sig_atomic_t... yes #12 351.4 checking for sighandler_t... yes #12 352.0 checking for wchar_t... yes #12 352.3 checking for good max_align_t... yes #12 352.6 checking whether NULL can be used in arbitrary expressions... yes #12 352.9 checking for unreachable... no #12 353.7 checking whether fcloseall is declared... yes #12 354.4 checking whether getw is declared... yes #12 355.1 checking whether putw is declared... yes #12 355.7 checking which flavor of printf attribute matches inttypes macros... system #12 356.2 checking whether strnlen is declared... yes #12 356.8 checking whether strtoimax is declared... yes #12 357.4 checking whether stat file-mode macros are broken... no #12 357.8 checking for nlink_t... yes #12 358.5 checking for struct timespec in ... yes #12 358.8 checking for TIME_UTC in ... yes #12 359.2 checking whether execvpe is declared... yes #12 359.8 checking whether clearerr_unlocked is declared... yes #12 360.4 checking whether feof_unlocked is declared... yes #12 360.8 checking whether ferror_unlocked is declared... yes #12 361.3 checking whether fflush_unlocked is declared... yes #12 361.7 checking whether fgets_unlocked is declared... yes #12 362.0 checking whether fputc_unlocked is declared... yes #12 362.8 checking whether fputs_unlocked is declared... yes #12 363.4 checking whether fread_unlocked is declared... yes #12 364.0 checking whether fwrite_unlocked is declared... yes #12 364.7 checking whether getc_unlocked is declared... yes #12 365.3 checking whether getchar_unlocked is declared... yes #12 366.0 checking whether putc_unlocked is declared... yes #12 366.6 checking whether putchar_unlocked is declared... yes #12 367.1 checking type of array argument to getgroups... gid_t #12 369.5 checking whether getdelim is declared... yes #12 370.1 checking whether getdtablesize is declared... yes #12 370.8 checking whether malloc is ptrdiff_t safe... yes #12 371.2 checking whether malloc, realloc, calloc set errno on failure... yes #12 371.2 checking for O_CLOEXEC... yes #12 371.6 checking for promoted mode_t type... mode_t #12 371.8 checking whether the utimes function works... yes #12 372.8 checking for C compiler option to allow warnings... -Wno-error #12 373.3 checking for alignas and alignof... yes, macros #12 373.8 checking for alloca as a compiler built-in... yes #12 373.9 checking for static_assert... yes, an macro #12 374.4 checking for __builtin_expect... yes #12 375.0 checking byteswap.h usability... yes #12 375.5 checking byteswap.h presence... yes #12 375.6 checking for byteswap.h... yes #12 375.6 checking for readlinkat... yes #12 376.2 checking for library containing clock_gettime... none required #12 376.6 checking for clock_getres... yes #12 377.4 checking for clock_gettime... yes #12 378.0 checking for clock_settime... yes #12 378.8 checking for copy_file_range... yes #12 379.4 checking for d_type member in directory struct... yes #12 380.0 checking whether // is distinct from /... (cached) no #12 380.0 checking whether dup2 works... yes #12 381.0 checking for library containing backtrace_symbols_fd... none required #12 381.4 checking for faccessat... (cached) yes #12 381.4 checking whether fchmodat works... no #12 382.4 checking for readlinkat... (cached) yes #12 382.4 checking whether fcntl handles F_DUPFD correctly... yes #12 383.1 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 383.9 checking whether fdopendir is declared... yes #12 384.1 checking whether fdopendir works... yes #12 384.9 checking for flexible array member... yes #12 385.5 checking for __fpending... yes #12 386.0 checking whether __fpending is declared... yes #12 386.4 checking whether free is known to preserve errno... no #12 386.7 checking whether fstatat (..., 0) works... yes #12 387.3 checking for sys/mount.h... yes #12 387.8 checking for statvfs function (SVR4)... yes #12 388.4 checking whether to use statvfs64... no #12 388.6 checking for two-argument statfs with statfs.f_frsize member... yes #12 389.4 checking sys/fs/s5param.h usability... no #12 389.8 checking sys/fs/s5param.h presence... no #12 390.0 checking for sys/fs/s5param.h... no #12 390.0 checking sys/statfs.h usability... yes #12 390.5 checking sys/statfs.h presence... yes #12 390.7 checking for sys/statfs.h... yes #12 390.7 checking for statfs that truncates block counts... no #12 391.0 checking for futimens... yes #12 391.6 checking whether futimens works... yes #12 393.4 checking for getline... yes #12 394.1 checking for working getline function... yes #12 395.0 checking for getloadavg... yes #12 395.6 checking sys/loadavg.h usability... no #12 395.9 checking sys/loadavg.h presence... no #12 395.9 checking for sys/loadavg.h... no #12 396.0 checking whether getloadavg is declared... yes #12 396.3 checking for getrandom... yes #12 396.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 397.2 checking for gettimeofday with POSIX signature... yes #12 397.7 checking whether the compiler supports the __inline keyword... yes #12 398.1 checking gmp.h usability... yes #12 398.7 checking gmp.h presence... yes #12 398.8 checking for gmp.h... yes #12 398.9 checking for library containing __gmpz_roinit_n... -lgmp #12 399.9 checking for memmem... yes #12 400.6 checking whether memmem works... yes #12 401.2 checking for mempcpy... yes #12 401.8 checking for memrchr... yes #12 402.4 checking for explicit_memset... no #12 402.9 checking for mkostemp... yes #12 403.4 checking for library containing nanosleep... none required #12 403.9 checking for working nanosleep... no (mishandles large arguments) #12 405.4 checking for sys/pstat.h... no #12 405.7 checking for sys/sysmp.h... no #12 406.1 checking for sys/param.h... (cached) yes #12 406.2 checking for sys/sysctl.h... (cached) yes #12 406.2 checking for sched_getaffinity_np... no #12 406.8 checking for pstat_getdynamic... no #12 407.6 checking for sysmp... no #12 408.2 checking for sysctl... (cached) yes #12 408.3 checking for sched_getaffinity... yes #12 408.8 checking for glibc compatible sched_getaffinity... yes #12 409.2 checking for pipe2... yes #12 409.7 checking whether signature of pselect conforms to POSIX... yes #12 410.1 checking whether pselect detects invalid fds... yes #12 410.8 checking whether pthread_sigmask is a macro... no #12 411.0 checking whether pthread_sigmask returns error numbers... yes #12 411.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 414.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 415.6 checking whether readlink signature is correct... yes #12 415.9 checking whether readlink handles trailing slash correctly... yes #12 416.5 checking whether readlink truncates results correctly... yes #12 417.1 checking for readlinkat... (cached) yes #12 417.1 checking whether readlinkat signature is correct... yes #12 417.4 checking for working re_compile_pattern... no #12 418.4 checking libintl.h usability... yes #12 419.0 checking libintl.h presence... yes #12 419.2 checking for libintl.h... yes #12 419.3 checking whether isblank is declared... yes #12 419.6 checking for sig2str... no #12 420.2 checking for sigdescr_np... no #12 420.8 checking for socklen_t... yes #12 421.5 checking for ssize_t... yes #12 421.9 checking for struct stat.st_atim.tv_nsec... yes #12 422.3 checking whether struct stat.st_atim is of type struct timespec... yes #12 422.6 checking for struct stat.st_birthtimespec.tv_nsec... no #12 423.0 checking for struct stat.st_birthtimensec... no #12 423.6 checking for struct stat.st_birthtim.tv_nsec... no #12 424.1 checking for bool, true, false... no #12 424.3 checking for stpcpy... yes #12 424.8 checking for working strnlen... yes #12 425.7 checking whether strtoimax works... yes #12 426.4 checking whether symlink handles trailing slash correctly... yes #12 427.2 checking whether localtime_r is declared... yes #12 427.4 checking whether localtime_r is compatible with its POSIX signature... yes #12 427.7 checking whether localtime works even near extrema... yes #12 428.3 checking for timezone_t... no #12 428.6 checking for timegm... yes #12 429.2 checking whether timer_settime is declared... yes #12 429.6 checking for library containing timer_settime... -lrt #12 430.5 checking for timer_settime... yes #12 431.1 checking for utimensat... yes #12 431.8 checking whether utimensat works... yes #12 433.6 checking for variable-length arrays... yes #12 434.0 checking whether getdtablesize works... yes #12 434.5 checking for __mktime_internal... no #12 434.9 checking for timer_getoverrun... yes #12 435.5 checking for gcc option to disable position independent executables... not needed #12 435.5 checking for __ctype_get_mb_cur_max... yes #12 436.0 checking whether MB_CUR_MAX is defined to function that won't link... no #12 436.2 #12 436.2 Configured for 'x86_64-pc-linux-gnu'. #12 436.2 #12 436.2 Where should the build process find the source code? . #12 436.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 436.2 Should Emacs use the GNU version of malloc? no #12 436.2 (The GNU allocators don't work with this system configuration.) #12 436.2 Should Emacs use a relocating allocator for buffers? no #12 436.2 Should Emacs use mmap(2) for buffer allocation? no #12 436.2 What window system should Emacs use? nextstep #12 436.2 What toolkit should Emacs use? none #12 436.2 Where do we find X Windows header files? NONE #12 436.2 Where do we find X Windows libraries? NONE #12 436.2 Does Emacs use -lXaw3d? no #12 436.2 Is Emacs being built for Android? no #12 436.2 Does Emacs use the X Double Buffer Extension? no #12 436.2 Does Emacs use -lXpm? no #12 436.2 Does Emacs use -ljpeg? no #12 436.2 Does Emacs use -ltiff? no #12 436.2 Does Emacs use a gif library? no #12 436.2 Does Emacs use a png library? no #12 436.2 Does Emacs use -lrsvg-2? no #12 436.2 Does Emacs use -lwebp? no #12 436.2 Does Emacs use -lsqlite3? no #12 436.2 Does Emacs use cairo? no #12 436.2 Does Emacs use -llcms2? no #12 436.2 Does Emacs use imagemagick? no #12 436.2 Does Emacs use native APIs for images? yes (ns) #12 436.2 Does Emacs support sound? yes #12 436.2 Does Emacs use -lgpm? no #12 436.2 Does Emacs use -ldbus? yes #12 436.2 Does Emacs use -lgconf? no #12 436.2 Does Emacs use GSettings? no #12 436.2 Does Emacs use a file notification library? yes -lglibc (inotify) #12 436.2 Does Emacs use access control lists? yes -lacl -lattr #12 436.2 Does Emacs use -lselinux? no #12 436.2 Does Emacs use -lgnutls? yes #12 436.2 Does Emacs use -lxml2? no #12 436.2 Does Emacs use -lfreetype? no #12 436.2 Does Emacs use HarfBuzz? no #12 436.2 Does Emacs use -lm17n-flt? no #12 436.2 Does Emacs use -lotf? no #12 436.2 Does Emacs use -lxft? no #12 436.2 Does Emacs use -lsystemd? no #12 436.2 Does Emacs use -ljansson? no #12 436.2 Does Emacs use -ltree-sitter? no #12 436.2 Does Emacs use the GMP library? yes #12 436.2 Does Emacs directly use zlib? yes #12 436.2 Does Emacs have dynamic modules support? yes #12 436.2 Does Emacs use toolkit scroll bars? yes #12 436.2 Does Emacs support Xwidgets? no #12 436.2 Does Emacs have threading support in lisp? yes #12 436.2 Does Emacs support the portable dumper? yes #12 436.2 Does Emacs support legacy unexec dumping? no #12 436.2 Which dumping strategy does Emacs use? pdumper #12 436.2 Does Emacs have native lisp compiler? no #12 436.2 Does Emacs use version 2 of the X Input Extension? no #12 436.2 Does Emacs generate a smaller-size Japanese dictionary? no #12 436.2 #12 436.2 #12 436.2 #12 436.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 436.2 Run 'make install' in order to build an application bundle. #12 436.2 The application will go to nextstep/Emacs.app and can be run or moved #12 436.2 from there. #12 436.2 The application will be fully self-contained. #12 436.2 #12 437.6 configure: creating ./config.status #12 438.2 configure: WARNING: This configuration installs a 'movemail' program #12 438.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 438.2 installed a 'movemail' program that retrieved POP3 email via only #12 438.2 insecure channels, a practice that is no longer recommended but that #12 438.2 you can continue to support by using './configure --with-pop'. #12 438.2 configure: You might want to install GNU Mailutils #12 438.2 and use './configure --with-mailutils'. #12 439.7 MAKE='make' ./config.status #12 440.1 config.status: creating src/verbose.mk #12 440.3 config.status: creating src/emacs-module.h #12 440.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 440.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 441.0 config.status: creating Makefile #12 441.1 config.status: creating lib/gnulib.mk #12 441.4 config.status: creating ./doc/man/emacs.1 #12 441.6 config.status: creating lib/Makefile #12 441.8 config.status: creating lib-src/Makefile #12 442.0 config.status: creating oldXMenu/Makefile #12 442.2 config.status: creating src/Makefile #12 442.4 config.status: creating lwlib/Makefile #12 442.6 config.status: creating nextstep/Makefile #12 442.8 config.status: creating nt/Makefile #12 443.0 config.status: creating doc/emacs/Makefile #12 443.1 config.status: creating doc/misc/Makefile #12 443.3 config.status: creating doc/lispintro/Makefile #12 443.5 config.status: creating doc/lispref/Makefile #12 443.7 config.status: creating lisp/Makefile #12 443.9 config.status: creating leim/Makefile #12 444.0 config.status: creating test/Makefile #12 444.2 config.status: creating test/manual/noverlay/Makefile #12 444.4 config.status: creating test/infra/Makefile #12 444.7 config.status: creating admin/charsets/Makefile #12 444.9 config.status: creating admin/unidata/Makefile #12 445.1 config.status: creating admin/grammars/Makefile #12 445.3 config.status: creating java/Makefile #12 445.6 config.status: creating cross/Makefile #12 445.9 config.status: creating java/AndroidManifest.xml #12 446.1 config.status: creating src/config.h #12 446.3 config.status: executing src/epaths.h commands #12 446.3 make[3]: Entering directory '/checkout' #12 446.6 make[3]: Leaving directory '/checkout' #12 446.6 config.status: executing src/.gdbinit commands #12 446.7 config.status: executing doc/emacs/emacsver.texi commands #12 446.8 config.status: executing etc-refcards-emacsver.tex commands #12 446.9 make[3]: Entering directory '/checkout' #12 447.0 make[3]: Leaving directory '/checkout' #12 447.1 make[2]: Leaving directory '/checkout' #12 447.1 make actual-all #12 447.1 make[2]: Entering directory '/checkout' #12 447.6 make -C lib all #12 448.1 make[3]: Entering directory '/checkout/lib' #12 448.1 GEN alloca.h #12 448.1 GEN dirent.h #12 448.3 GEN fcntl.h #12 448.4 GEN malloc/dynarray.gl.h #12 448.4 GEN malloc/dynarray-skeleton.gl.h #12 448.5 GEN inttypes.h #12 448.6 GEN limits.h #12 448.6 GEN signal.h #12 448.8 GEN stdckdint.h #12 448.8 GEN stddef.h #12 448.9 GEN stdio.h #12 449.3 GEN stdlib.h #12 449.7 GEN string.h #12 450.0 GEN sys/random.h #12 450.1 GEN sys/select.h #12 450.2 GEN sys/stat.h #12 450.5 GEN sys/time.h #12 450.6 GEN sys/types.h #12 450.7 GEN time.h #12 450.9 GEN unistd.h #12 451.6 CC fingerprint.o #12 451.9 CC mktime.o #12 453.3 CC acl-errno-valid.o #12 453.5 CC acl-internal.o #12 454.0 CC get-permissions.o #12 454.5 CC set-permissions.o #12 455.4 CC allocator.o #12 455.8 CC binary-io.o #12 456.3 CC boot-time.o #12 457.2 CC c-ctype.o #12 457.7 CC c-strcasecmp.o #12 458.1 CC c-strncasecmp.o #12 458.4 CC careadlinkat.o #12 459.1 CC close-stream.o #12 459.6 CC copy-file-range.o #12 460.1 CC count-leading-zeros.o #12 460.6 CC count-one-bits.o #12 461.0 CC count-trailing-zeros.o #12 461.6 CC md5-stream.o #12 462.2 CC md5.o #12 464.4 CC sha1.o #12 466.7 CC sha256.o #12 472.5 CC sha512.o #12 480.6 CC dtoastr.o #12 481.3 CC dtotimespec.o #12 481.7 CC fchmodat.o #12 482.5 CC fcntl.o #12 483.2 CC file-has-acl.o #12 484.5 CC filemode.o #12 485.0 CC filevercmp.o #12 485.8 CC free.o #12 486.3 CC fsusage.o #12 486.8 CC gettime.o #12 487.1 CC malloc/dynarray_at_failure.o #12 487.6 CC malloc/dynarray_emplace_enlarge.o #12 488.2 CC malloc/dynarray_finalize.o #12 488.6 CC malloc/dynarray_resize.o #12 489.1 CC malloc/dynarray_resize_clear.o #12 489.7 CC memset_explicit.o #12 489.9 CC nanosleep.o #12 490.5 CC nproc.o #12 491.4 CC nstrftime.o #12 495.8 CC pipe2.o #12 496.4 CC qcopy-acl.o #12 497.0 CC regex.o #12 521.6 CC sig2str.o #12 522.3 CC sigdescr_np.o #12 522.6 CC stat-time.o #12 523.1 CC tempname.o #12 523.8 CC time_rz.o #12 524.6 CC timegm.o #12 525.1 CC timespec.o #12 525.5 CC timespec-add.o #12 525.9 CC timespec-sub.o #12 526.1 CC u64.o #12 526.3 CC unistd.o #12 526.6 CC openat-die.o #12 527.2 CC save-cwd.o #12 527.7 AR libgnu.a #12 528.6 make[3]: Leaving directory '/checkout/lib' #12 528.7 make -C lib-src all #12 528.7 make[3]: Entering directory '/checkout/lib-src' #12 528.7 CCLD etags #12 551.5 CCLD ctags #12 573.4 CCLD emacsclient #12 578.4 CCLD ebrowse #12 587.5 CCLD hexl #12 589.2 CC pop.o #12 589.4 CCLD movemail #12 590.6 CCLD make-docfile #12 595.6 CCLD make-fingerprint #12 597.0 make[3]: Leaving directory '/checkout/lib-src' #12 597.0 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 597.0 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 597.8 make[3]: Entering directory '/checkout/src' #12 597.8 GEN globals.h #12 598.9 CC dispnew.o #12 620.1 CC frame.o #12 647.3 CC scroll.o #12 651.3 CC xdisp.o #12 815.6 CC menu.o #12 823.7 CC window.o