Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1701518622: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:1701518634:prepare_executor section_start:1701518634:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1701518651:prepare_script section_start:1701518651: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] 74a5ec0e1e05b78e5fb86c0c1a8ac6737bf4e2d6 -> refs/pipelines/27355 * [new branch] master -> origin/master Checking out 74a5ec0e as master... Skipping Git submodules setup section_end:1701518965:get_sources section_start:1701518965:restore_cache section_end:1701518989:restore_cache section_start:1701518989:download_artifacts section_end:1701519006:download_artifacts section_start:1701519006:build_script $ docker info Client: Debug Mode: false Server: Containers: 26 Running: 6 Paused: 0 Stopped: 20 Images: 8 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 WARNING: No swap limit support 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-74a5ec0e1e05b78e5fb86c0c1a8ac6737bf4e2d6/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 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.1s done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 1.6s #2 [internal] load .dockerignore #2 DONE 1.9s #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: 16.27MB 5.8s #7 transferring context: 60.67MB 10.9s #7 transferring context: 104.54MB 16.0s #7 transferring context: 116.47MB 21.0s #7 transferring context: 135.64MB 26.3s #7 transferring context: 154.13MB 31.3s #7 transferring context: 180.26MB 44.8s #7 transferring context: 197.20MB 49.9s #7 transferring context: 238.74MB 55.0s #7 transferring context: 240.68MB 57.8s done #7 DONE 61.8s #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 86.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 15.5s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 5.625 Checking whether you have the necessary tools... #10 5.625 (Read INSTALL.REPO for more details on building Emacs) #10 5.634 Checking for autoconf (need at least version 2.65) ... ok #10 5.751 Your system has the required tools. #10 5.800 Building aclocal.m4 ... #10 5.822 Running 'autoreconf -fi -I m4' ... #10 70.62 Building 'aclocal.m4' in exec ... #10 70.62 Running 'autoreconf -fi' in exec ... #10 94.51 You can now run './autogen.sh git'. #10 DONE 106.3s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 8.363 checking for xcrun... no #11 8.392 checking for GNU Make... make #11 9.116 checking build system type... x86_64-pc-linux-gnu #11 10.67 checking host system type... x86_64-pc-linux-gnu #11 10.85 checking for gcc... gcc #11 11.32 checking whether the C compiler works... yes #11 12.04 checking for C compiler default output file name... a.out #11 12.07 checking for suffix of executables... #11 12.72 checking whether we are cross compiling... no #11 13.30 checking for suffix of object files... o #11 13.87 checking whether we are using the GNU C compiler... yes #11 15.80 checking whether gcc accepts -g... yes #11 16.91 checking for gcc option to enable C11 features... none needed #11 19.30 checking whether the compiler is clang... no #11 19.92 checking for compiler option needed when checking for declarations... none #11 19.92 checking whether gcc and cc understand -c and -o together... yes #11 21.31 checking how to run the C preprocessor... gcc -E #11 22.26 checking for grep that handles long lines and -e... /bin/grep #11 22.29 checking for egrep... /bin/grep -E #11 22.33 checking for ANSI C header files... yes #11 24.39 checking for sys/types.h... yes #11 24.91 checking for sys/stat.h... yes #11 25.58 checking for stdlib.h... yes #11 26.22 checking for string.h... yes #11 27.36 checking for memory.h... yes #11 28.46 checking for strings.h... yes #11 29.72 checking for inttypes.h... yes #11 31.98 checking for stdint.h... yes #11 33.78 checking for unistd.h... yes #11 37.34 checking for wchar.h... yes #11 40.88 checking for minix/config.h... no #11 41.69 checking for linux/fs.h... yes #11 42.72 checking for malloc.h... yes #11 43.93 checking for sys/systeminfo.h... no #11 44.85 checking for sys/sysinfo.h... yes #11 45.79 checking for coff.h... no #11 46.21 checking for pty.h... yes #11 46.81 checking for sys/resource.h... yes #11 47.39 checking for sys/utsname.h... yes #11 47.85 checking for pwd.h... yes #11 48.50 checking for util.h... no #11 49.11 checking for sanitizer/lsan_interface.h... yes #11 49.98 checking for sanitizer/asan_interface.h... yes #11 50.94 checking for sanitizer/common_interface_defs.h... yes #11 51.88 checking for sys/socket.h... yes #11 53.04 checking for stdlib.h... (cached) yes #11 53.44 checking for unistd.h... (cached) yes #11 53.69 checking for sys/param.h... yes #11 55.46 checking for pthread.h... yes #11 56.69 checking for malloc/malloc.h... no #11 57.91 checking for sys/un.h... yes #11 60.17 checking for utmp.h... yes #11 61.25 checking for utmpx.h... yes #11 62.35 checking for OS.h... no #11 63.99 checking for dirent.h... yes #11 66.36 checking for execinfo.h... yes #11 67.22 checking for linux/xattr.h... yes #11 68.38 checking for stdio_ext.h... yes #11 70.02 checking for sys/vfs.h... yes #11 71.87 checking for sys/fs_types.h... no #11 72.88 checking for getopt.h... yes #11 75.70 checking for sys/cdefs.h... yes #11 76.88 checking for sys/time.h... yes #11 78.44 checking for ieee754.h... yes #11 80.18 checking for limits.h... yes #11 82.25 checking for inttypes.h... (cached) yes #11 82.65 checking for sys/types.h... (cached) yes #11 83.21 checking for stdint.h... (cached) yes #11 84.03 checking for sys/select.h... yes #11 87.36 checking for stdbool.h... yes #11 90.23 checking for stdckdint.h... no #11 93.29 checking for sys/random.h... yes #11 96.18 checking for sys/stat.h... (cached) yes #11 96.38 checking whether it is safe to define __EXTENSIONS__... yes #11 98.17 checking whether _XOPEN_SOURCE should be defined... no #11 100.2 checking for Minix Amsterdam compiler... no #11 100.9 checking for ar... ar #11 100.9 checking for ranlib... ranlib #11 100.9 checking for gcc option to enable large file support... none needed #11 103.0 checking for gcc option for timestamps after 2038... none needed #11 103.9 checking for g++... g++ #11 104.6 checking whether we are using the GNU C++ compiler... yes #11 105.0 checking whether g++ accepts -g... yes #11 105.6 checking for g++ option to enable C++11 features... none needed #11 188.3 checking how to run the C++ preprocessor... g++ -E #11 189.2 checking whether gcc accepts -g3 -O2... yes #11 189.6 checking whether the compiler is clang... no #11 189.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 190.0 checking whether -Wno-missing-field-initializers is needed... yes #11 190.5 checking whether -Wuninitialized is supported... yes #11 190.8 checking whether C compiler handles -fstrict-flex-arrays... no #11 191.0 checking whether C compiler handles -Wall... yes #11 191.3 checking whether C compiler handles -Warith-conversion... yes #11 191.7 checking whether C compiler handles -Wdate-time... yes #11 192.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 192.9 checking whether C compiler handles -Wdouble-promotion... yes #11 193.3 checking whether C compiler handles -Wduplicated-cond... yes #11 193.8 checking whether C compiler handles -Wextra... yes #11 194.2 checking whether C compiler handles -Wformat-signedness... yes #11 194.8 checking whether C compiler handles -Winit-self... yes #11 195.4 checking whether C compiler handles -Winvalid-pch... yes #11 195.9 checking whether C compiler handles -Wlogical-op... yes #11 196.3 checking whether C compiler handles -Wmissing-declarations... yes #11 196.8 checking whether C compiler handles -Wmissing-include-dirs... yes #11 197.2 checking whether C compiler handles -Wmissing-prototypes... yes #11 197.7 checking whether C compiler handles -Wnested-externs... yes #11 198.1 checking whether C compiler handles -Wnull-dereference... yes #11 198.5 checking whether C compiler handles -Wold-style-definition... yes #11 198.9 checking whether C compiler handles -Wopenmp-simd... yes #11 199.3 checking whether C compiler handles -Wpacked... yes #11 199.8 checking whether C compiler handles -Wpointer-arith... yes #11 200.3 checking whether C compiler handles -Wstrict-flex-arrays... no #11 200.6 checking whether C compiler handles -Wstrict-prototypes... yes #11 201.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 202.0 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 202.3 checking whether C compiler handles -Wsuggest-final-methods... yes #11 202.6 checking whether C compiler handles -Wsuggest-final-types... yes #11 203.0 checking whether C compiler handles -Wtrampolines... yes #11 204.2 checking whether C compiler handles -Wuninitialized... yes #11 204.8 checking whether C compiler handles -Wunknown-pragmas... yes #11 205.5 checking whether C compiler handles -Wunused-macros... yes #11 206.1 checking whether C compiler handles -Wvariadic-macros... yes #11 206.6 checking whether C compiler handles -Wvector-operation-performance... yes #11 207.2 checking whether C compiler handles -Wwrite-strings... yes #11 207.7 checking whether C compiler handles -Warray-bounds=2... yes #11 208.4 checking whether C compiler handles -Wattribute-alias=2... yes #11 208.6 checking whether C compiler handles -Wformat=2... yes #11 209.0 checking whether C compiler handles -Wformat-truncation=2... yes #11 209.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 209.7 checking whether C compiler handles -Wshift-overflow=2... yes #11 210.0 checking whether C compiler handles -Wuse-after-free=3... no #11 210.1 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 210.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 210.9 checking whether C compiler handles -Wredundant-decls... yes #11 211.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 211.2 checking whether C compiler handles -Wno-override-init... yes #11 211.6 checking whether C compiler handles -Wno-sign-compare... yes #11 212.0 checking whether C compiler handles -Wno-type-limits... yes #11 212.3 checking whether C compiler handles -Wno-unused-parameter... yes #11 212.5 checking whether C compiler handles -Wno-format-nonliteral... yes #11 213.0 checking whether C compiler handles -Wno-bidi-chars... no #11 213.1 checking for a BSD-compatible install... /usr/bin/install -c #11 213.3 checking command to symlink files in the same directory... ln -s #11 213.3 checking for install-info... : #11 213.3 checking for gzip... /bin/gzip #11 213.3 checking for 'find' args to delete a file... -delete #11 213.4 checking for brew... no #11 214.2 checking for -znocombreloc... not needed #11 214.2 checking whether addresses are sanitized... no #11 214.4 checking for math library... -lm #11 216.2 checking for struct passwd.pw_gecos... yes #11 216.4 checking for pkg-config... /usr/bin/pkg-config #11 216.4 checking pkg-config is at least version 0.9.0... yes #11 216.5 checking for machine/soundcard.h... no #11 216.7 checking for sys/soundcard.h... yes #11 216.9 checking for soundcard.h... no #11 217.1 checking for mmsystem.h... no #11 217.3 checking for _oss_ioctl in -lossaudio... no #11 217.6 checking for alsa >= 1.0.0... no #11 217.7 checking for ADDR_NO_RANDOMIZE... yes #11 218.0 checking if Linux sysinfo may be used... yes #11 218.7 checking for sys/wait.h that is POSIX.1 compatible... yes #11 219.0 checking for net/if.h... yes #11 219.5 checking for ifaddrs.h... yes #11 219.9 checking for net/if_dl.h... no #11 220.2 checking for struct ifreq.ifr_flags... yes #11 222.0 checking for struct ifreq.ifr_hwaddr... yes #11 222.8 checking for struct ifreq.ifr_netmask... yes #11 223.7 checking for struct ifreq.ifr_broadaddr... yes #11 224.8 checking for struct ifreq.ifr_addr... yes #11 226.3 checking for struct ifreq.ifr_addr.sa_len... no #11 227.1 checking whether gcc understands -MMD -MF... yes #11 227.5 checking for X... no #11 228.8 checking AppKit/AppKit.h usability... yes #11 234.0 checking AppKit/AppKit.h presence... yes #11 235.0 checking for AppKit/AppKit.h... yes #11 235.0 checking for Mac OS X 12.0 or later... yes #11 235.2 checking for gcc... gcc #11 235.3 checking whether we are using the GNU Objective C compiler... yes #11 235.5 checking whether gcc accepts -g... yes #11 235.6 checking if the Objective C compiler supports instancetype... yes #11 235.7 checking if the Objective C compiler defaults to C99... no #11 235.8 checking whether malloc is Doug Lea style... no #11 236.0 checking for sbrk... yes #11 236.5 checking for __lsan_ignore_object... no #11 237.1 checking for fchmod... yes #11 237.6 checking for utmpname... yes #11 237.9 checking for utmpxname... yes #11 238.3 checking for canonicalize_file_name... yes #11 238.7 checking for realpath... yes #11 239.1 checking for lstat... yes #11 239.4 checking for fchmodat... yes #11 240.1 checking for lchmod... no #11 240.4 checking for fcntl... yes #11 241.1 checking for fdopendir... yes #11 241.5 checking for listxattr... yes #11 242.1 checking for fstatat... yes #11 242.7 checking for fsync... yes #11 243.3 checking for gettimeofday... yes #11 243.8 checking for memset_explicit... no #11 244.7 checking for memset_s... no #11 245.6 checking for pselect... yes #11 246.8 checking for readlink... yes #11 247.6 checking for isblank... yes #11 248.6 checking for iswctype... yes #11 249.4 checking for strtoimax... yes #11 250.1 checking for symlink... yes #11 250.8 checking for localtime_r... yes #11 251.4 checking for getdtablesize... yes #11 252.0 checking for getpagesize... yes #11 252.4 checking for working mmap... yes #11 253.8 checking for main in -lXbsd... no #11 254.3 checking for pthread library... -lpthread #11 255.7 checking for thread support... yes #11 255.7 checking for librsvg-2.0 >= 2.14.0... no #11 255.7 checking for libwebpdemux >= 0.6.0... no #11 255.8 checking for WebPGetInfo... no #11 256.3 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 256.4 checking for sqlite3_open_v2 in -lsqlite3... no #11 257.4 checking for getaddrinfo_a in -lanl... yes #11 257.8 checking for malloc_trim... yes #11 258.2 checking for dbus-1 >= 1.0... yes #11 258.4 checking for dbus_watch_get_unix_fd... yes #11 258.9 checking for dbus_type_is_valid... yes #11 259.3 checking for dbus_validate_bus_name... yes #11 259.8 checking for dbus_validate_path... yes #11 260.5 checking for dbus_validate_interface... yes #11 261.2 checking for dbus_validate_member... yes #11 261.7 checking for lgetfilecon in -lselinux... no #11 262.1 checking for gnutls >= 2.12.2... yes #11 262.2 checking for libsystemd >= 222... no #11 262.3 checking for jansson >= 2.7... no #11 262.3 checking for tree-sitter >= 0.20.2... no #11 262.4 checking for tree-sitter >= 0.6.3... no #11 262.5 checking sys/inotify.h usability... yes #11 262.9 checking sys/inotify.h presence... yes #11 263.0 checking for sys/inotify.h... yes #11 263.0 checking for inotify_init1... yes #11 263.8 checking for jpeglib 6b or later... no #11 264.3 checking for lcms2... no #11 264.4 checking for library containing inflateEnd... -lz #11 265.3 checking for dladdr... yes #11 266.1 checking for dlfunc... no #11 266.7 checking for gcc_jit_context_acquire in -lgccjit... no #11 267.0 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 267.0 found. #11 267.0 Please try installing libgccjit or a similar package if you want to have it #11 267.0 enabled. #11 267.0 checking libgccjit.h usability... no #11 267.4 checking libgccjit.h presence... no #11 267.6 checking for libgccjit.h... no #11 267.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 267.6 were not found. #11 267.6 Please try installing libgccjit-dev or a similar package if you want to have it #11 267.6 enabled. #11 267.6 checking for libpng >= 1.0.0... no #11 267.8 checking for libpng not configured by pkg-config... no #11 268.0 checking tiffio.h usability... no #11 268.4 checking tiffio.h presence... no #11 268.6 checking for tiffio.h... no #11 268.6 checking gif_lib.h usability... no #11 269.1 checking gif_lib.h presence... no #11 269.2 checking for gif_lib.h... no #11 269.2 checking gpm.h usability... no #11 269.7 checking gpm.h presence... no #11 269.9 checking for gpm.h... no #11 269.9 checking for libxml-2.0 > 2.6.17... no #11 270.0 checking for maillock in -lmail... no #11 270.4 checking for maillock in -llockfile... no #11 270.8 checking for liblockfile.so... no #11 270.8 checking maillock.h usability... no #11 271.3 checking maillock.h presence... no #11 271.5 checking for maillock.h... no #11 271.5 checking linux/seccomp.h usability... yes #11 272.0 checking linux/seccomp.h presence... yes #11 272.1 checking for linux/seccomp.h... yes #11 272.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 272.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 272.8 checking linux/filter.h usability... yes #11 273.2 checking linux/filter.h presence... yes #11 273.4 checking for linux/filter.h... yes #11 273.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 273.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 273.6 checking for libseccomp >= 2.5.2... no #11 273.8 checking size of long... 8 #11 274.8 checking for accept4... yes #11 275.5 checking for fchdir... yes #11 276.2 checking for gethostname... yes #11 277.1 checking for getrusage... yes #11 277.7 checking for get_current_dir_name... yes #11 278.8 checking for lrand48... yes #11 279.8 checking for random... yes #11 281.0 checking for rint... yes #11 282.2 checking for tcdrain... yes #11 283.6 checking for trunc... yes #11 285.1 checking for select... yes #11 286.1 checking for getpagesize... (cached) yes #11 286.2 checking for setlocale... yes #11 287.2 checking for newlocale... yes #11 288.0 checking for getrlimit... yes #11 289.1 checking for setrlimit... yes #11 290.4 checking for shutdown... yes #11 291.3 checking for pthread_sigmask... (cached) yes #11 291.4 checking for strsignal... yes #11 292.0 checking for setitimer... yes #11 292.7 checking for sendto... yes #11 293.5 checking for recvfrom... yes #11 294.4 checking for getsockname... yes #11 296.5 checking for getifaddrs... yes #11 297.1 checking for freeifaddrs... yes #11 297.8 checking for gai_strerror... yes #11 298.5 checking for sync... yes #11 299.0 checking for endpwent... yes #11 299.6 checking for getgrent... yes #11 300.7 checking for endgrent... yes #11 301.2 checking for renameat2... yes #11 303.5 checking for cfmakeraw... yes #11 304.5 checking for cfsetspeed... yes #11 305.1 checking for __executable_start... yes #11 305.7 checking for log2... yes #11 306.6 checking for pthread_setname_np... yes #11 307.4 checking for pthread_set_name_np... no #11 308.4 checking for getpwent... yes #11 309.4 checking whether pthread_setname_np takes a single argument... no #11 309.9 checking whether pthread_setname_np takes three arguments... no #11 310.3 checking for aligned_alloc... yes #11 311.4 checking whether aligned_alloc is declared... yes #11 312.1 checking for posix_madvise... yes #11 313.0 checking for madvise... yes #11 313.6 checking for __builtin_frame_address... yes #11 314.2 checking for __builtin_unwind_init... yes #11 314.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 315.7 checking for grantpt... yes #11 316.5 checking for getpt... yes #11 317.5 checking for posix_openpt... yes #11 318.0 checking for library containing tputs... -ltinfo #11 319.8 checking whether -ltinfo library defines BC... yes #11 320.4 checking for timerfd interface... yes #11 320.9 checking whether signals can be handled on alternate stack... yes #11 321.5 checking valgrind/valgrind.h usability... no #11 322.1 checking valgrind/valgrind.h presence... no #11 322.2 checking for valgrind/valgrind.h... no #11 322.2 checking for struct unipair.unicode... yes #11 322.6 checking for pid_t... yes #11 323.4 checking vfork.h usability... no #11 323.9 checking vfork.h presence... no #11 324.0 checking for vfork.h... no #11 324.1 checking for fork... yes #11 325.0 checking for vfork... yes #11 326.2 checking for working fork... yes #11 327.3 checking for working vfork... (cached) yes #11 327.4 checking for snprintf... yes #11 328.4 checking for open_memstream... yes #11 329.2 checking spawn.h usability... yes #11 329.7 checking spawn.h presence... yes #11 329.9 checking for spawn.h... yes #11 330.0 checking for posix_spawn... yes #11 331.0 checking for posix_spawn_file_actions_addchdir... no #11 331.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 332.6 checking for posix_spawnattr_setflags... yes #11 334.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 334.5 checking whether GLib is linked in... no #11 334.8 checking for nl_langinfo and CODESET... yes #11 335.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 336.6 checking for mbstate_t... yes #11 337.3 checking for signals via characters... yes #11 338.0 checking for _setjmp... yes #11 338.8 checking for sigsetjmp... yes #11 339.8 checking POSIX termios... yes #11 340.7 checking size of speed_t... 4 #11 341.5 checking for usable FIONREAD... yes #11 342.0 checking for usable SIGIO... yes #11 342.5 checking for struct alignment... yes #11 342.8 checking for C/C++ restrict keyword... __restrict__ #11 343.1 checking for typeof syntax and keyword spelling... typeof #11 343.5 checking for statement expressions... yes #11 344.0 checking whether malloc (0) returns nonnull... yes #11 344.7 checking sys/acl.h usability... yes #11 345.3 checking sys/acl.h presence... yes #11 345.5 checking for sys/acl.h... yes #11 345.5 checking for library containing acl_get_file... -lacl #11 346.7 checking for acl_get_file... yes #11 347.3 checking for acl_get_fd... yes #11 348.0 checking for acl_set_file... yes #11 348.7 checking for acl_set_fd... yes #11 349.4 checking for acl_free... yes #11 350.5 checking for acl_from_mode... yes #11 351.5 checking for acl_from_text... yes #11 352.3 checking for acl_delete_def_file... yes #11 353.3 checking for acl_extended_file... yes #11 354.2 checking for acl_delete_fd_np... no #11 355.2 checking for acl_delete_file_np... no #11 356.1 checking for acl_copy_ext_native... no #11 357.0 checking for acl_create_entry_np... no #11 357.8 checking for acl_to_short_text... no #11 358.5 checking for acl_free_text... no #11 359.8 checking for working acl_get_file... yes #11 360.7 checking acl/libacl.h usability... yes #11 361.3 checking acl/libacl.h presence... yes #11 361.4 checking for acl/libacl.h... yes #11 361.4 checking for acl_entries... yes #11 362.3 checking for ACL_FIRST_ENTRY... yes #11 362.7 checking for ACL_TYPE_EXTENDED... no #11 363.0 checking for working alloca.h... yes #11 363.7 checking for alloca... yes #11 364.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 364.5 checking whether the preprocessor supports include_next... yes #11 365.0 checking whether source code line length is unlimited... yes #11 365.3 checking whether endutent is declared... yes #11 365.8 checking for struct utmpx.ut_user... yes #11 366.6 checking for struct utmp.ut_user... yes #11 367.1 checking for struct utmpx.ut_name... yes #11 367.8 checking for struct utmp.ut_name... yes #11 368.6 checking for struct utmpx.ut_type... yes #11 369.4 checking for struct utmp.ut_type... yes #11 370.2 checking for struct utmpx.ut_pid... yes #11 370.9 checking for struct utmp.ut_pid... yes #11 371.6 checking for struct utmp.ut_tv... yes #11 372.7 checking for struct utmpx.ut_host... yes #11 373.4 checking for struct utmp.ut_host... yes #11 373.9 checking for struct utmpx.ut_id... yes #11 374.4 checking for struct utmp.ut_id... yes #11 375.0 checking for struct utmpx.ut_session... yes #11 375.9 checking for struct utmp.ut_session... yes #11 377.0 checking for struct utmpx.ut_exit... yes #11 378.2 checking for struct utmp.ut_exit... yes #11 379.6 checking for struct utmpx.ut_exit.ut_exit... no #11 380.8 checking for struct utmpx.ut_exit.e_exit... yes #11 381.5 checking for struct utmp.ut_exit.e_exit... yes #11 382.2 checking for struct utmpx.ut_exit.ut_termination... no #11 383.2 checking for struct utmpx.ut_exit.e_termination... yes #11 384.0 checking for struct utmp.ut_exit.e_termination... yes #11 384.8 checking whether sysinfo is declared... yes #11 385.3 checking for sys/sysctl.h... yes #11 386.2 checking for sysctl... yes #11 386.9 checking whether lstat correctly handles trailing slash... yes #11 387.9 checking whether // is distinct from /... no #11 388.0 checking whether realpath works... yes #11 389.4 checking for faccessat... yes #11 390.0 checking for getcwd... yes #11 390.6 checking whether byte ordering is bigendian... no #11 391.8 checking if environ is properly declared... yes #11 392.3 checking for complete errno.h... yes #11 392.4 checking whether ctype.h defines __header_inline... no #11 392.6 checking for mode_t... yes #11 394.1 checking whether strmode is declared... no #11 394.6 checking whether getline is declared... yes #11 395.1 checking for gawk... no #11 395.1 checking for mawk... mawk #11 395.1 checking for getopt.h... (cached) yes #11 395.2 checking for getopt_long_only... yes #11 395.8 checking whether getopt is POSIX compatible... yes #11 398.5 checking for working GNU getopt function... yes #11 399.5 checking for working GNU getopt_long function... yes #11 400.4 checking whether timespec_get is declared... yes #11 400.9 checking for timespec_get... yes #11 401.8 checking for struct timeval... yes #11 402.5 checking for wide-enough struct timeval.tv_sec member... yes #11 402.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 403.3 checking whether the compiler produces multi-arch binaries... no #11 403.7 checking whether stdint.h conforms to C99... yes #11 405.5 checking whether stdint.h works without ISO C predefines... yes #11 406.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 406.8 checking whether memmem is declared... yes #11 407.6 checking whether memrchr is declared... yes #11 408.6 checking whether defines MIN and MAX... no #11 408.9 checking whether defines MIN and MAX... yes #11 409.5 checking whether time_t is signed... yes #11 410.0 checking whether alarm is declared... yes #11 410.9 checking for working mktime... no #11 412.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 413.3 checking for struct tm.tm_zone... yes #11 413.8 checking for struct tm.tm_gmtoff... yes #11 414.2 checking whether is self-contained... yes #11 416.1 checking for inline... inline #11 416.5 checking for sigset_t... yes #11 417.5 checking for volatile sig_atomic_t... yes #11 418.4 checking for sighandler_t... yes #11 419.6 checking for wchar_t... yes #11 420.0 checking for good max_align_t... yes #11 420.3 checking whether NULL can be used in arbitrary expressions... yes #11 420.8 checking for unreachable... no #11 421.5 checking whether fcloseall is declared... yes #11 422.8 checking whether getw is declared... yes #11 423.6 checking whether putw is declared... yes #11 424.5 checking which flavor of printf attribute matches inttypes macros... system #11 425.0 checking whether strnlen is declared... yes #11 425.7 checking whether strtoimax is declared... yes #11 426.2 checking whether stat file-mode macros are broken... no #11 426.7 checking for nlink_t... yes #11 427.6 checking for struct timespec in ... yes #11 428.1 checking for TIME_UTC in ... yes #11 428.7 checking whether execvpe is declared... yes #11 429.6 checking whether clearerr_unlocked is declared... yes #11 430.5 checking whether feof_unlocked is declared... yes #11 431.2 checking whether ferror_unlocked is declared... yes #11 432.2 checking whether fflush_unlocked is declared... yes #11 433.1 checking whether fgets_unlocked is declared... yes #11 434.0 checking whether fputc_unlocked is declared... yes #11 434.9 checking whether fputs_unlocked is declared... yes #11 435.8 checking whether fread_unlocked is declared... yes #11 436.7 checking whether fwrite_unlocked is declared... yes #11 437.5 checking whether getc_unlocked is declared... yes #11 438.5 checking whether getchar_unlocked is declared... yes #11 439.2 checking whether putc_unlocked is declared... yes #11 440.1 checking whether putchar_unlocked is declared... yes #11 440.6 checking type of array argument to getgroups... gid_t #11 441.8 checking whether getdelim is declared... yes #11 442.7 checking whether getdtablesize is declared... yes #11 443.4 checking whether malloc is ptrdiff_t safe... yes #11 443.7 checking whether malloc, realloc, calloc set errno on failure... yes #11 443.7 checking for O_CLOEXEC... yes #11 444.3 checking for promoted mode_t type... mode_t #11 444.7 checking whether the utimes function works... yes #11 446.2 checking for C compiler option to allow warnings... -Wno-error #11 446.9 checking for alignas and alignof... yes, macros #11 447.7 checking for alloca as a compiler built-in... yes #11 447.9 checking for static_assert... yes, an macro #11 448.7 checking for __builtin_expect... yes #11 449.7 checking byteswap.h usability... yes #11 450.2 checking byteswap.h presence... yes #11 450.4 checking for byteswap.h... yes #11 450.5 checking for readlinkat... yes #11 451.2 checking for library containing clock_gettime... none required #11 452.1 checking for clock_getres... yes #11 453.0 checking for clock_gettime... yes #11 453.8 checking for clock_settime... yes #11 454.3 checking for copy_file_range... yes #11 454.9 checking for d_type member in directory struct... yes #11 455.8 checking whether // is distinct from /... (cached) no #11 455.8 checking whether dup2 works... yes #11 456.9 checking for library containing backtrace_symbols_fd... none required #11 457.5 checking for faccessat... (cached) yes #11 457.6 checking whether fchmodat works... no #11 458.8 checking for readlinkat... (cached) yes #11 458.8 checking whether fcntl handles F_DUPFD correctly... yes #11 459.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 461.3 checking whether fdopendir is declared... yes #11 461.8 checking whether fdopendir works... yes #11 462.9 checking for flexible array member... yes #11 463.8 checking for __fpending... yes #11 464.9 checking whether __fpending is declared... yes #11 465.4 checking whether free is known to preserve errno... no #11 466.1 checking whether fstatat (..., 0) works... yes #11 467.0 checking for sys/mount.h... yes #11 467.9 checking for statvfs function (SVR4)... yes #11 469.0 checking whether to use statvfs64... no #11 469.3 checking for two-argument statfs with statfs.f_frsize member... yes #11 470.3 checking sys/fs/s5param.h usability... no #11 470.9 checking sys/fs/s5param.h presence... no #11 471.1 checking for sys/fs/s5param.h... no #11 471.2 checking sys/statfs.h usability... yes #11 471.9 checking sys/statfs.h presence... yes #11 472.1 checking for sys/statfs.h... yes #11 472.1 checking for statfs that truncates block counts... no #11 472.6 checking for futimens... yes #11 473.8 checking whether futimens works... yes #11 476.2 checking for getline... yes #11 477.0 checking for working getline function... yes #11 478.3 checking for getloadavg... yes #11 478.9 checking sys/loadavg.h usability... no #11 479.2 checking sys/loadavg.h presence... no #11 479.2 checking for sys/loadavg.h... no #11 479.3 checking whether getloadavg is declared... yes #11 479.6 checking for getrandom... yes #11 479.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 480.4 checking for gettimeofday with POSIX signature... yes #11 482.5 checking whether the compiler supports the __inline keyword... yes #11 482.9 checking gmp.h usability... yes #11 484.2 checking gmp.h presence... yes #11 484.3 checking for gmp.h... yes #11 484.4 checking for library containing __gmpz_roinit_n... -lgmp #11 485.3 checking for memmem... yes #11 485.6 checking whether memmem works... yes #11 486.0 checking for mempcpy... yes #11 486.3 checking for memrchr... yes #11 486.9 checking for explicit_memset... no #11 487.2 checking for mkostemp... yes #11 487.5 checking for library containing nanosleep... none required #11 487.8 checking for working nanosleep... no (mishandles large arguments) #11 489.6 checking for sys/pstat.h... no #11 490.0 checking for sys/sysmp.h... no #11 490.5 checking for sys/param.h... (cached) yes #11 490.6 checking for sys/sysctl.h... (cached) yes #11 490.7 checking for sched_getaffinity_np... no #11 491.5 checking for pstat_getdynamic... no #11 492.1 checking for sysmp... no #11 492.8 checking for sysctl... (cached) yes #11 492.9 checking for sched_getaffinity... yes #11 493.5 checking for glibc compatible sched_getaffinity... yes #11 493.9 checking for pipe2... yes #11 494.8 checking whether signature of pselect conforms to POSIX... yes #11 495.3 checking whether pselect detects invalid fds... yes #11 496.0 checking whether pthread_sigmask is a macro... no #11 496.4 checking whether pthread_sigmask returns error numbers... yes #11 497.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 500.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 502.0 checking whether readlink signature is correct... yes #11 502.6 checking whether readlink handles trailing slash correctly... yes #11 503.3 checking whether readlink truncates results correctly... yes #11 504.1 checking for readlinkat... (cached) yes #11 504.1 checking whether readlinkat signature is correct... yes #11 504.5 checking for working re_compile_pattern... no #11 505.7 checking libintl.h usability... yes #11 506.3 checking libintl.h presence... yes #11 506.4 checking for libintl.h... yes #11 506.5 checking whether isblank is declared... yes #11 506.9 checking for sig2str... no #11 507.5 checking for sigdescr_np... no #11 508.2 checking for socklen_t... yes #11 508.9 checking for ssize_t... yes #11 509.3 checking for struct stat.st_atim.tv_nsec... yes #11 509.9 checking whether struct stat.st_atim is of type struct timespec... yes #11 510.3 checking for struct stat.st_birthtimespec.tv_nsec... no #11 511.2 checking for struct stat.st_birthtimensec... no #11 511.9 checking for struct stat.st_birthtim.tv_nsec... no #11 512.8 checking for bool, true, false... no #11 513.1 checking for stpcpy... yes #11 513.9 checking for working strnlen... yes #11 515.1 checking whether strtoimax works... yes #11 516.1 checking whether symlink handles trailing slash correctly... yes #11 516.8 checking whether localtime_r is declared... yes #11 517.4 checking whether localtime_r is compatible with its POSIX signature... yes #11 517.9 checking whether localtime works even near extrema... yes #11 519.0 checking for timezone_t... no #11 519.5 checking for timegm... yes #11 520.5 checking whether timer_settime is declared... yes #11 520.9 checking for library containing timer_settime... -lrt #11 522.8 checking for timer_settime... yes #11 524.0 checking for utimensat... yes #11 524.9 checking whether utimensat works... yes #11 527.1 checking for variable-length arrays... yes #11 527.8 checking whether getdtablesize works... yes #11 528.9 checking for __mktime_internal... no #11 529.3 checking for timer_getoverrun... yes #11 530.1 checking for gcc option to disable position independent executables... not needed #11 530.1 checking for __ctype_get_mb_cur_max... yes #11 531.0 checking whether MB_CUR_MAX is defined to function that won't link... no #11 531.2 #11 531.2 Configured for 'x86_64-pc-linux-gnu'. #11 531.2 #11 531.2 Where should the build process find the source code? . #11 531.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 531.2 Should Emacs use the GNU version of malloc? no #11 531.2 (The GNU allocators don't work with this system configuration.) #11 531.2 Should Emacs use a relocating allocator for buffers? no #11 531.2 Should Emacs use mmap(2) for buffer allocation? no #11 531.2 What window system should Emacs use? nextstep #11 531.2 What toolkit should Emacs use? none #11 531.2 Where do we find X Windows header files? NONE #11 531.2 Where do we find X Windows libraries? NONE #11 531.2 Does Emacs use -lXaw3d? no #11 531.2 Is Emacs being built for Android? no #11 531.2 Does Emacs use the X Double Buffer Extension? no #11 531.2 Does Emacs use -lXpm? no #11 531.2 Does Emacs use -ljpeg? no #11 531.2 Does Emacs use -ltiff? no #11 531.2 Does Emacs use a gif library? no #11 531.2 Does Emacs use a png library? no #11 531.2 Does Emacs use -lrsvg-2? no #11 531.2 Does Emacs use -lwebp? no #11 531.2 Does Emacs use -lsqlite3? no #11 531.2 Does Emacs use cairo? no #11 531.2 Does Emacs use -llcms2? no #11 531.2 Does Emacs use imagemagick? no #11 531.2 Does Emacs use native APIs for images? yes (ns) #11 531.2 Does Emacs support sound? yes #11 531.2 Does Emacs use -lgpm? no #11 531.2 Does Emacs use -ldbus? yes #11 531.2 Does Emacs use -lgconf? no #11 531.2 Does Emacs use GSettings? no #11 531.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 531.2 Does Emacs use access control lists? yes -lacl -lattr #11 531.2 Does Emacs use -lselinux? no #11 531.2 Does Emacs use -lgnutls? yes #11 531.2 Does Emacs use -lxml2? no #11 531.2 Does Emacs use -lfreetype? no #11 531.2 Does Emacs use HarfBuzz? no #11 531.2 Does Emacs use -lm17n-flt? no #11 531.2 Does Emacs use -lotf? no #11 531.2 Does Emacs use -lxft? no #11 531.2 Does Emacs use -lsystemd? no #11 531.2 Does Emacs use -ljansson? no #11 531.2 Does Emacs use -ltree-sitter? no #11 531.2 Does Emacs use the GMP library? yes #11 531.2 Does Emacs directly use zlib? yes #11 531.2 Does Emacs have dynamic modules support? yes #11 531.2 Does Emacs use toolkit scroll bars? yes #11 531.2 Does Emacs support Xwidgets? no #11 531.2 Does Emacs have threading support in lisp? yes #11 531.2 Does Emacs support the portable dumper? yes #11 531.2 Does Emacs support legacy unexec dumping? no #11 531.2 Which dumping strategy does Emacs use? pdumper #11 531.2 Does Emacs have native lisp compiler? no #11 531.2 Does Emacs use version 2 of the X Input Extension? no #11 531.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 531.2 #11 531.2 #11 531.2 #11 531.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 531.2 Run 'make install' in order to build an application bundle. #11 531.2 The application will go to nextstep/Emacs.app and can be run or moved #11 531.2 from there. #11 531.2 The application will be fully self-contained. #11 531.2 #11 533.6 configure: creating ./config.status #11 535.4 config.status: creating src/verbose.mk #11 535.7 config.status: creating src/emacs-module.h #11 536.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 536.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 537.0 config.status: creating Makefile #11 537.4 config.status: creating lib/gnulib.mk #11 537.8 config.status: creating ./doc/man/emacs.1 #11 538.2 config.status: creating lib/Makefile #11 538.5 config.status: creating lib-src/Makefile #11 538.9 config.status: creating oldXMenu/Makefile #11 539.2 config.status: creating src/Makefile #11 539.5 config.status: creating lwlib/Makefile #11 539.9 config.status: creating nextstep/Makefile #11 540.2 config.status: creating nt/Makefile #11 540.5 config.status: creating doc/emacs/Makefile #11 540.9 config.status: creating doc/misc/Makefile #11 541.1 config.status: creating doc/lispintro/Makefile #11 541.5 config.status: creating doc/lispref/Makefile #11 541.7 config.status: creating lisp/Makefile #11 542.0 config.status: creating leim/Makefile #11 542.4 config.status: creating test/Makefile #11 542.7 config.status: creating test/manual/noverlay/Makefile #11 543.1 config.status: creating test/infra/Makefile #11 543.4 config.status: creating admin/charsets/Makefile #11 543.7 config.status: creating admin/unidata/Makefile #11 544.1 config.status: creating admin/grammars/Makefile #11 544.4 config.status: creating java/Makefile #11 544.6 config.status: creating cross/Makefile #11 545.1 config.status: creating java/AndroidManifest.xml #11 545.4 config.status: creating src/config.h #11 545.7 config.status: executing src/epaths.h commands #11 546.1 config.status: executing src/.gdbinit commands #11 546.1 config.status: executing doc/emacs/emacsver.texi commands #11 546.3 config.status: executing etc-refcards-emacsver.tex commands #11 546.6 configure: WARNING: This configuration installs a 'movemail' program #11 546.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 546.6 installed a 'movemail' program that retrieved POP3 email via only #11 546.6 insecure channels, a practice that is no longer recommended but that #11 546.6 you can continue to support by using './configure --with-pop'. #11 546.6 configure: You might want to install GNU Mailutils #11 546.6 and use './configure --with-mailutils'. #11 DONE 549.8s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 3.481 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 3.532 make[1]: Entering directory '/checkout' #12 4.186 make bootstrap-clean #12 4.243 make[2]: Entering directory '/checkout' #12 4.972 make -C src bootstrap-clean #12 5.027 make[3]: Entering directory '/checkout/src' #12 5.034 GEN /checkout/src/lisp.mk #12 7.117 rm -f android-emacs libemacs.so #12 7.158 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 7.177 rm -f dmpstruct.h #12 7.194 rm -f emacs.pdmp #12 7.209 rm -f ../etc/DOC #12 7.238 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 7.252 rm -f emacs-30.0.50 #12 7.288 rm -f buildobj.h #12 7.313 rm -f globals.h gl-stamp #12 7.320 rm -f ./*.res ./*.tmp #12 7.349 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 7.380 rm -f ../etc/DOC* #12 7.402 rm -f deps/* #12 7.422 rm -f emacs-module.h epaths.h config.h config.stamp #12 7.446 if test -f ./.gdbinit; then \ #12 7.446 mv ./.gdbinit ./.gdbinit.save; \ #12 7.446 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 7.446 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 7.446 fi #12 7.610 make[3]: Leaving directory '/checkout/src' #12 7.610 make -C oldXMenu bootstrap-clean #12 7.622 make[3]: Entering directory '/checkout/oldXMenu' #12 7.628 rm -f libXMenu11.a ./*.o deps/* #12 7.636 rm -f Makefile #12 7.648 rm -fr deps #12 7.658 make[3]: Leaving directory '/checkout/oldXMenu' #12 7.665 make -C lwlib bootstrap-clean #12 7.678 make[3]: Entering directory '/checkout/lwlib' #12 7.678 rm -f ./*.o liblw.a \#* deps/* #12 7.703 rm -f Makefile #12 7.710 rm -fr deps #12 7.746 rm -f TAGS #12 7.754 make[3]: Leaving directory '/checkout/lwlib' #12 7.754 make -C lib bootstrap-clean #12 8.542 make[3]: Entering directory '/checkout/lib' #12 8.542 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 8.614 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 8.669 rm -f Makefile Makefile.android #12 8.692 rm -fr deps #12 8.754 make[3]: Leaving directory '/checkout/lib' #12 8.754 make -C lib-src bootstrap-clean #12 8.797 make[3]: Entering directory '/checkout/lib-src' #12 8.797 rm -f core ./*.o ./*.res #12 8.830 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 8.844 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 8.885 rm -f TAGS Makefile blessmail Makefile.android #12 8.898 make[3]: Leaving directory '/checkout/lib-src' #12 8.910 make -C nt bootstrap-clean #12 8.947 make[3]: Entering directory '/checkout/nt' #12 8.947 rm -f core *.o *.res #12 8.967 rm -f runemacs addpm cmdproxy ddeclient #12 8.969 rm -f TAGS Makefile *.rc #12 8.996 true #12 9.004 make[3]: Leaving directory '/checkout/nt' #12 9.010 make -C doc/emacs bootstrap-clean #12 9.030 make[3]: Entering directory '/checkout/doc/emacs' #12 9.030 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.030 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.062 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 9.074 rm -f Makefile #12 9.096 rm -f \ #12 9.096 ./../../info/emacs.info \ #12 9.096 ./../../info/emacs.info-[1-9] \ #12 9.096 ./../../info/emacs.info-[1-9][0-9] #12 9.121 rm -f ./emacsver.texi TAGS #12 9.134 make[3]: Leaving directory '/checkout/doc/emacs' #12 9.148 make -C doc/misc bootstrap-clean #12 9.162 make[3]: Entering directory '/checkout/doc/misc' #12 9.182 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 9.182 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 9.182 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 9.210 rm -f gnustmp* #12 9.236 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 9.274 rm -f Makefile #12 9.290 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.290 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 9.290 rm -f \ #12 9.290 ./../../info/${file} \ #12 9.290 ./../../info/${file}-[1-9] \ #12 9.290 ./../../info/${file}-[1-9][0-9]; \ #12 9.290 done #12 12.19 rm -f ./modus-themes.texi ./org.texi #12 12.19 rm -f TAGS #12 12.21 make[3]: Leaving directory '/checkout/doc/misc' #12 12.21 make -C doc/lispref bootstrap-clean #12 12.23 make[3]: Entering directory '/checkout/doc/lispref' #12 12.23 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 12.23 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 12.25 rm -f elisp[12]* vol[12].tmp #12 12.27 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 12.27 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 12.29 rm -f Makefile #12 12.30 rm -f \ #12 12.30 ./../../info/elisp.info \ #12 12.30 ./../../info/elisp.info-[1-9] \ #12 12.30 ./../../info/elisp.info-[1-9][0-9] #12 12.31 rm -f TAGS #12 12.34 make[3]: Leaving directory '/checkout/doc/lispref' #12 12.34 make -C doc/lispintro bootstrap-clean #12 12.36 make[3]: Entering directory '/checkout/doc/lispintro' #12 12.36 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 12.36 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 12.38 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 12.39 rm -f Makefile #12 12.40 rm -f \ #12 12.40 ./../../info/eintr.info \ #12 12.40 ./../../info/eintr.info-[1-9] #12 12.41 rm -f TAGS #12 12.42 make[3]: Leaving directory '/checkout/doc/lispintro' #12 12.42 make -C test bootstrap-clean #12 12.45 make[3]: Entering directory '/checkout/test' #12 12.84 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 12.99 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 13.03 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 13.04 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 13.04 src/emacs-module-resources/*.dll gmp.h #12 13.05 find . -name '*.elc' -delete #12 13.12 make[3]: Leaving directory '/checkout/test' #12 13.13 make -C java bootstrap-clean #12 13.59 make[3]: Entering directory '/checkout/java' #12 13.59 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 13.64 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 13.65 find . -name '*.class' -delete #12 13.68 rm -f Makefile ndk-build.mk #12 13.71 make[3]: Leaving directory '/checkout/java' #12 13.72 make -C cross bootstrap-clean #12 13.74 make[3]: Entering directory '/checkout/cross' #12 13.74 for dir in src lib-src lib etc; do \ #12 13.74 find $dir -type f -delete; \ #12 13.74 done #12 13.79 rm -rf lib/config.h lib-src/config.h #12 13.79 if test -f ndk-build/Makefile; then \ #12 13.79 make -C ndk-build clean; \ #12 13.79 fi #12 13.79 for dir in src lib-src lib etc; do \ #12 13.79 find $dir -type l -delete; \ #12 13.79 done #12 13.84 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 13.84 rm -rf ndk-build/ndk-build.mk Makefile #12 13.85 make[3]: Leaving directory '/checkout/cross' #12 13.87 make -C nextstep bootstrap-clean #12 13.88 make[3]: Entering directory '/checkout/nextstep' #12 13.88 rm -rf /checkout/nextstep/Emacs.app #12 13.91 rm -f Makefile #12 14.46 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 14.46 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 14.46 Cocoa/Emacs.base/Contents/Info.plist \ #12 14.46 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 14.51 make[3]: Leaving directory '/checkout/nextstep' #12 14.51 make -C admin/charsets bootstrap-clean #12 14.55 make[3]: Entering directory '/checkout/admin/charsets' #12 14.55 make[3]: Nothing to be done for 'bootstrap-clean'. #12 14.55 make[3]: Leaving directory '/checkout/admin/charsets' #12 14.55 make -C admin/unidata bootstrap-clean #12 14.56 make[3]: Entering directory '/checkout/admin/unidata' #12 14.65 rm -f ./*.elc unidata.txt #12 14.67 make[3]: Leaving directory '/checkout/admin/unidata' #12 14.68 make -C leim bootstrap-clean #12 14.69 make[3]: Entering directory '/checkout/leim' #12 14.69 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 14.75 make[3]: Leaving directory '/checkout/leim' #12 14.76 make -C lisp bootstrap-clean #12 14.77 make[3]: Entering directory '/checkout/lisp' #12 15.00 find . -name '*.elc' -delete #12 15.04 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 15.06 make[3]: Leaving directory '/checkout/lisp' #12 15.07 make -C admin/grammars bootstrap-clean #12 15.09 make[3]: Entering directory '/checkout/admin/grammars' #12 15.10 make[3]: Nothing to be done for 'bootstrap-clean'. #12 15.10 make[3]: Leaving directory '/checkout/admin/grammars' #12 15.11 [ ! -f config.log ] || mv -f config.log config.log~ #12 15.35 rm -rf ./info #12 15.36 rm -f ./etc/refcards/emacsver.tex #12 15.38 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 15.43 rm -fr autom4te.cache config.cache #12 15.49 rm -f config.log ./doc/man/emacs.1 #12 15.50 make[2]: Leaving directory '/checkout' #12 15.50 cd . && ./autogen.sh autoconf #12 15.59 Checking whether you have the necessary tools... #12 15.59 (Read INSTALL.REPO for more details on building Emacs) #12 15.64 Checking for autoconf (need at least version 2.65) ... ok #12 15.93 Your system has the required tools. #12 16.03 Running 'autoreconf -fi -I m4' ... #12 87.36 Building 'aclocal.m4' in exec ... #12 87.36 Running 'autoreconf -fi' in exec ... #12 107.3 You can now run './autogen.sh git'. #12 107.3 make MAKEFILE_NAME=force-Makefile force-Makefile #12 107.4 make[2]: Entering directory '/checkout' #12 107.4 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 107.9 if [ -x ./config.status ]; then \ #12 107.9 ./config.status --recheck; \ #12 107.9 else \ #12 107.9 ./configure --cache-file=/dev/null; \ #12 107.9 fi #12 108.5 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 109.8 checking for xcrun... no #12 109.8 checking for GNU Make... make #12 109.9 checking build system type... x86_64-pc-linux-gnu #12 110.9 checking host system type... x86_64-pc-linux-gnu #12 111.0 checking for gcc... gcc #12 111.6 checking whether the C compiler works... yes #12 112.1 checking for C compiler default output file name... a.out #12 112.1 checking for suffix of executables... #12 112.7 checking whether we are cross compiling... no #12 113.4 checking for suffix of object files... o #12 113.8 checking whether we are using the GNU C compiler... yes #12 114.4 checking whether gcc accepts -g... yes #12 114.9 checking for gcc option to enable C11 features... none needed #12 115.7 checking whether the compiler is clang... no #12 116.1 checking for compiler option needed when checking for declarations... none #12 116.1 checking whether gcc and cc understand -c and -o together... yes #12 117.9 checking how to run the C preprocessor... gcc -E #12 118.7 checking for grep that handles long lines and -e... /bin/grep #12 118.7 checking for egrep... /bin/grep -E #12 118.8 checking for ANSI C header files... yes #12 121.0 checking for sys/types.h... yes #12 121.6 checking for sys/stat.h... yes #12 122.3 checking for stdlib.h... yes #12 122.9 checking for string.h... yes #12 123.5 checking for memory.h... yes #12 124.0 checking for strings.h... yes #12 124.7 checking for inttypes.h... yes #12 125.3 checking for stdint.h... yes #12 125.9 checking for unistd.h... yes #12 126.6 checking for wchar.h... yes #12 127.3 checking for minix/config.h... no #12 128.0 checking for linux/fs.h... yes #12 128.7 checking for malloc.h... yes #12 129.2 checking for sys/systeminfo.h... no #12 129.8 checking for sys/sysinfo.h... yes #12 130.3 checking for coff.h... no #12 130.8 checking for pty.h... yes #12 131.5 checking for sys/resource.h... yes #12 132.0 checking for sys/utsname.h... yes #12 132.6 checking for pwd.h... yes #12 133.1 checking for util.h... no #12 133.6 checking for sanitizer/lsan_interface.h... yes #12 134.3 checking for sanitizer/asan_interface.h... yes #12 134.8 checking for sanitizer/common_interface_defs.h... yes #12 135.4 checking for sys/socket.h... yes #12 136.0 checking for stdlib.h... (cached) yes #12 136.1 checking for unistd.h... (cached) yes #12 136.2 checking for sys/param.h... yes #12 136.8 checking for pthread.h... yes #12 137.4 checking for malloc/malloc.h... no #12 138.0 checking for sys/un.h... yes #12 138.5 checking for utmp.h... yes #12 138.9 checking for utmpx.h... yes #12 139.3 checking for OS.h... no #12 139.7 checking for dirent.h... yes #12 140.3 checking for execinfo.h... yes #12 140.9 checking for linux/xattr.h... yes #12 141.4 checking for stdio_ext.h... yes #12 142.0 checking for sys/vfs.h... yes #12 142.6 checking for sys/fs_types.h... no #12 143.1 checking for getopt.h... yes #12 143.9 checking for sys/cdefs.h... yes #12 144.3 checking for sys/time.h... yes #12 145.0 checking for ieee754.h... yes #12 145.7 checking for limits.h... yes #12 146.4 checking for inttypes.h... (cached) yes #12 146.5 checking for sys/types.h... (cached) yes #12 146.6 checking for stdint.h... (cached) yes #12 146.7 checking for sys/select.h... yes #12 147.4 checking for stdbool.h... yes #12 148.0 checking for stdckdint.h... no #12 148.5 checking for sys/random.h... yes #12 149.3 checking for sys/stat.h... (cached) yes #12 149.4 checking whether it is safe to define __EXTENSIONS__... yes #12 149.9 checking whether _XOPEN_SOURCE should be defined... no #12 150.3 checking for Minix Amsterdam compiler... no #12 150.5 checking for ar... ar #12 150.5 checking for ranlib... ranlib #12 150.5 checking for gcc option to enable large file support... none needed #12 151.5 checking for gcc option for timestamps after 2038... none needed #12 152.0 checking for g++... g++ #12 152.4 checking whether we are using the GNU C++ compiler... yes #12 152.8 checking whether g++ accepts -g... yes #12 153.2 checking for g++ option to enable C++11 features... none needed #12 264.5 checking how to run the C++ preprocessor... g++ -E #12 265.5 checking whether gcc accepts -g3 -O2... yes #12 266.3 checking whether the compiler is clang... no #12 266.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 267.2 checking whether -Wno-missing-field-initializers is needed... yes #12 268.0 checking whether -Wuninitialized is supported... yes #12 268.4 checking whether C compiler handles -fstrict-flex-arrays... no #12 268.7 checking whether C compiler handles -Wall... yes #12 269.6 checking whether C compiler handles -Warith-conversion... yes #12 270.5 checking whether C compiler handles -Wdate-time... yes #12 271.2 checking whether C compiler handles -Wdisabled-optimization... yes #12 272.0 checking whether C compiler handles -Wdouble-promotion... yes #12 272.7 checking whether C compiler handles -Wduplicated-cond... yes #12 273.4 checking whether C compiler handles -Wextra... yes #12 274.2 checking whether C compiler handles -Wformat-signedness... yes #12 274.9 checking whether C compiler handles -Winit-self... yes #12 275.7 checking whether C compiler handles -Winvalid-pch... yes #12 276.4 checking whether C compiler handles -Wlogical-op... yes #12 277.0 checking whether C compiler handles -Wmissing-declarations... yes #12 277.7 checking whether C compiler handles -Wmissing-include-dirs... yes #12 278.3 checking whether C compiler handles -Wmissing-prototypes... yes #12 279.0 checking whether C compiler handles -Wnested-externs... yes #12 279.6 checking whether C compiler handles -Wnull-dereference... yes #12 280.1 checking whether C compiler handles -Wold-style-definition... yes #12 280.9 checking whether C compiler handles -Wopenmp-simd... yes #12 281.8 checking whether C compiler handles -Wpacked... yes #12 282.5 checking whether C compiler handles -Wpointer-arith... yes #12 283.2 checking whether C compiler handles -Wstrict-flex-arrays... no #12 283.6 checking whether C compiler handles -Wstrict-prototypes... yes #12 284.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 285.1 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 285.8 checking whether C compiler handles -Wsuggest-final-methods... yes #12 286.7 checking whether C compiler handles -Wsuggest-final-types... yes #12 287.6 checking whether C compiler handles -Wtrampolines... yes #12 288.4 checking whether C compiler handles -Wuninitialized... yes #12 289.2 checking whether C compiler handles -Wunknown-pragmas... yes #12 290.1 checking whether C compiler handles -Wunused-macros... yes #12 291.0 checking whether C compiler handles -Wvariadic-macros... yes #12 292.0 checking whether C compiler handles -Wvector-operation-performance... yes #12 292.9 checking whether C compiler handles -Wwrite-strings... yes #12 293.7 checking whether C compiler handles -Warray-bounds=2... yes #12 294.8 checking whether C compiler handles -Wattribute-alias=2... yes #12 295.8 checking whether C compiler handles -Wformat=2... yes #12 296.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 297.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 298.3 checking whether C compiler handles -Wshift-overflow=2... yes #12 298.9 checking whether C compiler handles -Wuse-after-free=3... no #12 299.3 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 300.2 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 301.0 checking whether C compiler handles -Wredundant-decls... yes #12 301.8 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 301.8 checking whether C compiler handles -Wno-override-init... yes #12 302.5 checking whether C compiler handles -Wno-sign-compare... yes #12 303.2 checking whether C compiler handles -Wno-type-limits... yes #12 304.2 checking whether C compiler handles -Wno-unused-parameter... yes #12 304.8 checking whether C compiler handles -Wno-format-nonliteral... yes #12 305.6 checking whether C compiler handles -Wno-bidi-chars... no #12 305.8 checking for a BSD-compatible install... /usr/bin/install -c #12 306.2 checking command to symlink files in the same directory... ln -s #12 306.3 checking for install-info... : #12 306.3 checking for gzip... /bin/gzip #12 306.3 checking for 'find' args to delete a file... -delete #12 306.3 checking for brew... no #12 308.0 checking for -znocombreloc... not needed #12 308.0 checking whether addresses are sanitized... no #12 308.3 checking for math library... -lm #12 311.1 checking for struct passwd.pw_gecos... yes #12 311.5 checking for pkg-config... /usr/bin/pkg-config #12 311.5 checking pkg-config is at least version 0.9.0... yes #12 311.6 checking for machine/soundcard.h... no #12 311.9 checking for sys/soundcard.h... yes #12 312.4 checking for soundcard.h... no #12 312.8 checking for mmsystem.h... no #12 313.0 checking for _oss_ioctl in -lossaudio... no #12 313.5 checking for alsa >= 1.0.0... no #12 313.6 checking for ADDR_NO_RANDOMIZE... yes #12 313.9 checking if Linux sysinfo may be used... yes #12 314.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 315.6 checking for net/if.h... yes #12 316.3 checking for ifaddrs.h... yes #12 317.1 checking for net/if_dl.h... no #12 317.7 checking for struct ifreq.ifr_flags... yes #12 318.6 checking for struct ifreq.ifr_hwaddr... yes #12 319.9 checking for struct ifreq.ifr_netmask... yes #12 321.2 checking for struct ifreq.ifr_broadaddr... yes #12 322.4 checking for struct ifreq.ifr_addr... yes #12 323.9 checking for struct ifreq.ifr_addr.sa_len... no #12 324.9 checking whether gcc understands -MMD -MF... yes #12 325.3 checking for X... no #12 326.9 checking AppKit/AppKit.h usability... yes #12 334.4 checking AppKit/AppKit.h presence... yes #12 335.8 checking for AppKit/AppKit.h... yes #12 335.8 checking for Mac OS X 12.0 or later... yes #12 336.2 checking for gcc... gcc #12 336.5 checking whether we are using the GNU Objective C compiler... yes #12 336.8 checking whether gcc accepts -g... yes #12 337.1 checking if the Objective C compiler supports instancetype... yes #12 337.4 checking if the Objective C compiler defaults to C99... no #12 337.7 checking whether malloc is Doug Lea style... no #12 338.3 checking for sbrk... yes #12 339.0 checking for __lsan_ignore_object... no #12 339.8 checking for fchmod... yes #12 340.7 checking for utmpname... yes #12 341.3 checking for utmpxname... yes #12 341.6 checking for canonicalize_file_name... yes #12 342.0 checking for realpath... yes #12 342.4 checking for lstat... yes #12 343.1 checking for fchmodat... yes #12 345.1 checking for lchmod... no #12 345.5 checking for fcntl... yes #12 346.2 checking for fdopendir... yes #12 346.8 checking for listxattr... yes #12 347.2 checking for fstatat... yes #12 347.6 checking for fsync... yes #12 348.1 checking for gettimeofday... yes #12 348.5 checking for memset_explicit... no #12 348.9 checking for memset_s... no #12 349.3 checking for pselect... yes #12 349.8 checking for readlink... yes #12 350.3 checking for isblank... yes #12 350.9 checking for iswctype... yes #12 351.6 checking for strtoimax... yes #12 352.5 checking for symlink... yes #12 353.1 checking for localtime_r... yes #12 353.7 checking for getdtablesize... yes #12 356.1 checking for getpagesize... yes #12 356.9 checking for working mmap... yes #12 358.3 checking for main in -lXbsd... no #12 358.8 checking for pthread library... -lpthread #12 360.7 checking for thread support... yes #12 360.7 checking for librsvg-2.0 >= 2.14.0... no #12 360.9 checking for libwebpdemux >= 0.6.0... no #12 361.0 checking for WebPGetInfo... no #12 361.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 361.8 checking for sqlite3_open_v2 in -lsqlite3... no #12 362.5 checking for getaddrinfo_a in -lanl... yes #12 363.3 checking for malloc_trim... yes #12 364.2 checking for dbus-1 >= 1.0... yes #12 364.4 checking for dbus_watch_get_unix_fd... yes #12 365.7 checking for dbus_type_is_valid... yes #12 366.8 checking for dbus_validate_bus_name... yes #12 368.2 checking for dbus_validate_path... yes #12 369.6 checking for dbus_validate_interface... yes #12 370.6 checking for dbus_validate_member... yes #12 371.7 checking for lgetfilecon in -lselinux... no #12 372.3 checking for gnutls >= 2.12.2... yes #12 372.4 checking for libsystemd >= 222... no #12 372.6 checking for jansson >= 2.7... no #12 372.6 checking for tree-sitter >= 0.20.2... no #12 372.7 checking for tree-sitter >= 0.6.3... no #12 372.9 checking sys/inotify.h usability... yes #12 373.5 checking sys/inotify.h presence... yes #12 373.8 checking for sys/inotify.h... yes #12 373.8 checking for inotify_init1... yes #12 375.3 checking for jpeglib 6b or later... no #12 376.1 checking for lcms2... no #12 376.3 checking for library containing inflateEnd... -lz #12 377.9 checking for dladdr... yes #12 378.9 checking for dlfunc... no #12 379.9 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 380.5 found. #12 380.5 Please try installing libgccjit or a similar package if you want to have it #12 380.5 enabled. #12 380.5 no #12 380.5 checking libgccjit.h usability... no #12 381.0 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 381.3 were not found. #12 381.3 Please try installing libgccjit-dev or a similar package if you want to have it #12 381.3 enabled. #12 381.3 no #12 381.3 checking for libgccjit.h... no #12 381.3 checking for libpng >= 1.0.0... no #12 381.5 checking for libpng not configured by pkg-config... no #12 381.8 checking tiffio.h usability... no #12 382.4 checking tiffio.h presence... no #12 382.7 checking for tiffio.h... no #12 382.7 checking gif_lib.h usability... no #12 383.5 checking gif_lib.h presence... no #12 383.7 checking for gif_lib.h... no #12 383.7 checking gpm.h usability... no #12 384.6 checking gpm.h presence... no #12 384.8 checking for gpm.h... no #12 384.9 checking for libxml-2.0 > 2.6.17... no #12 385.0 checking for maillock in -lmail... no #12 385.7 checking for maillock in -llockfile... no #12 386.2 checking for liblockfile.so... no #12 386.2 checking maillock.h usability... no #12 387.0 checking maillock.h presence... no #12 387.3 checking for maillock.h... no #12 387.3 checking linux/seccomp.h usability... yes #12 388.3 checking linux/seccomp.h presence... yes #12 388.6 checking for linux/seccomp.h... yes #12 388.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 389.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 389.9 checking linux/filter.h usability... yes #12 390.4 checking linux/filter.h presence... yes #12 390.5 checking for linux/filter.h... yes #12 390.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 390.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 390.7 checking for libseccomp >= 2.5.2... no #12 390.8 checking size of long... 8 #12 392.4 checking for accept4... yes #12 394.5 checking for fchdir... yes #12 396.8 checking for gethostname... yes #12 399.2 checking for getrusage... yes #12 400.6 checking for get_current_dir_name... yes #12 402.3 checking for lrand48... yes #12 403.5 checking for random... yes #12 404.2 checking for rint... yes #12 405.1 checking for tcdrain... yes #12 406.8 checking for trunc... yes #12 407.2 checking for select... yes #12 408.0 checking for getpagesize... (cached) yes #12 408.2 checking for setlocale... yes #12 408.9 checking for newlocale... yes #12 410.1 checking for getrlimit... yes #12 410.9 checking for setrlimit... yes #12 412.0 checking for shutdown... yes #12 413.1 checking for pthread_sigmask... (cached) yes #12 413.1 checking for strsignal... yes #12 414.1 checking for setitimer... yes #12 414.9 checking for sendto... yes #12 415.8 checking for recvfrom... yes #12 416.8 checking for getsockname... yes #12 417.6 checking for getifaddrs... yes #12 418.3 checking for freeifaddrs... yes #12 419.3 checking for gai_strerror... yes #12 420.2 checking for sync... yes #12 421.2 checking for endpwent... yes #12 422.3 checking for getgrent... yes #12 423.2 checking for endgrent... yes #12 424.2 checking for renameat2... yes #12 425.3 checking for cfmakeraw... yes #12 426.4 checking for cfsetspeed... yes #12 427.6 checking for __executable_start... yes #12 429.1 checking for log2... yes #12 430.4 checking for pthread_setname_np... yes #12 431.4 checking for pthread_set_name_np... no #12 432.3 checking for getpwent... yes #12 433.2 checking whether pthread_setname_np takes a single argument... no #12 433.9 checking whether pthread_setname_np takes three arguments... no #12 434.4 checking for aligned_alloc... yes #12 435.8 checking whether aligned_alloc is declared... yes #12 436.5 checking for posix_madvise... yes #12 437.4 checking for madvise... yes #12 438.3 checking for __builtin_frame_address... yes #12 439.0 checking for __builtin_unwind_init... yes #12 439.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 440.4 checking for grantpt... yes #12 441.4 checking for getpt... yes #12 442.1 checking for posix_openpt... yes #12 443.0 checking for library containing tputs... -ltinfo #12 444.6 checking whether -ltinfo library defines BC... yes #12 445.4 checking for timerfd interface... yes #12 445.7 checking whether signals can be handled on alternate stack... yes #12 446.4 checking valgrind/valgrind.h usability... no #12 447.0 checking valgrind/valgrind.h presence... no #12 447.2 checking for valgrind/valgrind.h... no #12 447.3 checking for struct unipair.unicode... yes #12 447.8 checking for pid_t... yes #12 449.2 checking vfork.h usability... no #12 449.8 checking vfork.h presence... no #12 450.1 checking for vfork.h... no #12 450.2 checking for fork... yes #12 451.1 checking for vfork... yes #12 451.8 checking for working fork... yes #12 452.8 checking for working vfork... (cached) yes #12 452.9 checking for snprintf... yes #12 454.0 checking for open_memstream... yes #12 454.7 checking spawn.h usability... yes #12 455.4 checking spawn.h presence... yes #12 455.7 checking for spawn.h... yes #12 455.8 checking for posix_spawn... yes #12 456.7 checking for posix_spawn_file_actions_addchdir... no #12 457.6 checking for posix_spawn_file_actions_addchdir_np... yes #12 458.5 checking for posix_spawnattr_setflags... yes #12 459.6 checking whether POSIX_SPAWN_SETSID is declared... yes #12 460.1 checking whether GLib is linked in... no #12 460.5 checking for nl_langinfo and CODESET... yes #12 461.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 462.1 checking for mbstate_t... yes #12 463.3 checking for signals via characters... yes #12 463.9 checking for _setjmp... yes #12 465.0 checking for sigsetjmp... yes #12 466.9 checking POSIX termios... yes #12 471.1 checking size of speed_t... 4 #12 473.5 checking for usable FIONREAD... yes #12 474.6 checking for usable SIGIO... yes #12 475.7 checking for struct alignment... yes #12 476.3 checking for C/C++ restrict keyword... __restrict__ #12 476.8 checking for typeof syntax and keyword spelling... typeof #12 477.2 checking for statement expressions... yes #12 477.6 checking whether malloc (0) returns nonnull... yes #12 478.5 checking sys/acl.h usability... yes #12 479.3 checking sys/acl.h presence... yes #12 479.5 checking for sys/acl.h... yes #12 479.5 checking for library containing acl_get_file... -lacl #12 480.9 checking for acl_get_file... yes #12 482.3 checking for acl_get_fd... yes #12 483.2 checking for acl_set_file... yes #12 484.1 checking for acl_set_fd... yes #12 484.9 checking for acl_free... yes #12 485.7 checking for acl_from_mode... yes #12 486.4 checking for acl_from_text... yes #12 487.5 checking for acl_delete_def_file... yes #12 488.5 checking for acl_extended_file... yes #12 489.5 checking for acl_delete_fd_np... no #12 490.6 checking for acl_delete_file_np... no #12 491.6 checking for acl_copy_ext_native... no #12 492.3 checking for acl_create_entry_np... no #12 493.1 checking for acl_to_short_text... no #12 494.0 checking for acl_free_text... no #12 494.8 checking for working acl_get_file... yes #12 495.7 checking acl/libacl.h usability... yes #12 496.3 checking acl/libacl.h presence... yes #12 496.5 checking for acl/libacl.h... yes #12 496.5 checking for acl_entries... yes #12 497.1 checking for ACL_FIRST_ENTRY... yes #12 497.5 checking for ACL_TYPE_EXTENDED... no #12 497.8 checking for working alloca.h... yes #12 498.6 checking for alloca... yes #12 499.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 499.5 checking whether the preprocessor supports include_next... yes #12 500.1 checking whether source code line length is unlimited... yes #12 500.4 checking whether endutent is declared... yes #12 501.2 checking for struct utmpx.ut_user... yes #12 502.0 checking for struct utmp.ut_user... yes #12 503.1 checking for struct utmpx.ut_name... yes #12 503.9 checking for struct utmp.ut_name... yes #12 504.7 checking for struct utmpx.ut_type... yes #12 505.4 checking for struct utmp.ut_type... yes #12 506.3 checking for struct utmpx.ut_pid... yes #12 507.1 checking for struct utmp.ut_pid... yes #12 508.0 checking for struct utmp.ut_tv... yes #12 509.5 checking for struct utmpx.ut_host... yes #12 510.4 checking for struct utmp.ut_host... yes #12 511.0 checking for struct utmpx.ut_id... yes #12 511.8 checking for struct utmp.ut_id... yes #12 512.7 checking for struct utmpx.ut_session... yes #12 513.7 checking for struct utmp.ut_session... yes #12 514.6 checking for struct utmpx.ut_exit... yes #12 515.9 checking for struct utmp.ut_exit... yes #12 517.5 checking for struct utmpx.ut_exit.ut_exit... no #12 518.7 checking for struct utmpx.ut_exit.e_exit... yes #12 519.5 checking for struct utmp.ut_exit.e_exit... yes #12 520.4 checking for struct utmpx.ut_exit.ut_termination... no #12 521.5 checking for struct utmpx.ut_exit.e_termination... yes #12 522.2 checking for struct utmp.ut_exit.e_termination... yes #12 523.1 checking whether sysinfo is declared... yes #12 523.7 checking for sys/sysctl.h... yes #12 524.6 checking for sysctl... yes #12 525.3 checking whether lstat correctly handles trailing slash... yes #12 526.7 checking whether // is distinct from /... no #12 526.8 checking whether realpath works... yes #12 528.1 checking for faccessat... yes #12 528.9 checking for getcwd... yes #12 529.7 checking whether byte ordering is bigendian... no #12 531.0 checking if environ is properly declared... yes #12 531.4 checking for complete errno.h... yes #12 531.5 checking whether ctype.h defines __header_inline... no #12 531.8 checking for mode_t... yes #12 533.2 checking whether strmode is declared... no #12 533.9 checking whether getline is declared... yes #12 534.7 checking for gawk... no #12 534.8 checking for mawk... mawk #12 534.8 checking for getopt.h... (cached) yes #12 534.8 checking for getopt_long_only... yes #12 535.7 checking whether getopt is POSIX compatible... yes #12 538.5 checking for working GNU getopt function... yes #12 539.7 checking for working GNU getopt_long function... yes #12 540.6 checking whether timespec_get is declared... yes #12 541.1 checking for timespec_get... yes #12 541.9 checking for struct timeval... yes #12 542.2 checking for wide-enough struct timeval.tv_sec member... yes #12 542.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 543.1 checking whether the compiler produces multi-arch binaries... no #12 543.4 checking whether stdint.h conforms to C99... yes #12 545.0 checking whether stdint.h works without ISO C predefines... yes #12 545.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 546.4 checking whether memmem is declared... yes #12 547.2 checking whether memrchr is declared... yes #12 548.1 checking whether defines MIN and MAX... no #12 548.4 checking whether defines MIN and MAX... yes #12 549.0 checking whether time_t is signed... yes #12 549.4 checking whether alarm is declared... yes #12 550.3 checking for working mktime... no #12 552.0 checking whether struct tm is in sys/time.h or time.h... time.h #12 552.3 checking for struct tm.tm_zone... yes #12 552.8 checking for struct tm.tm_gmtoff... yes #12 553.2 checking whether is self-contained... yes #12 554.7 checking for inline... inline #12 555.0 checking for sigset_t... yes #12 555.8 checking for volatile sig_atomic_t... yes #12 556.5 checking for sighandler_t... yes #12 557.4 checking for wchar_t... yes #12 557.8 checking for good max_align_t... yes #12 558.2 checking whether NULL can be used in arbitrary expressions... yes #12 558.6 checking for unreachable... no #12 559.6 checking whether fcloseall is declared... yes #12 560.5 checking whether getw is declared... yes #12 561.1 checking whether putw is declared... yes #12 561.8 checking which flavor of printf attribute matches inttypes macros... system #12 562.4 checking whether strnlen is declared... yes #12 563.2 checking whether strtoimax is declared... yes #12 563.7 checking whether stat file-mode macros are broken... no #12 564.0 checking for nlink_t... yes #12 564.8 checking for struct timespec in ... yes #12 565.3 checking for TIME_UTC in ... yes #12 565.8 checking whether execvpe is declared... yes #12 566.5 checking whether clearerr_unlocked is declared... yes #12 567.5 checking whether feof_unlocked is declared... yes #12 568.3 checking whether ferror_unlocked is declared... yes #12 569.3 checking whether fflush_unlocked is declared... yes #12 570.1 checking whether fgets_unlocked is declared... yes #12 570.9 checking whether fputc_unlocked is declared... yes #12 571.8 checking whether fputs_unlocked is declared... yes #12 572.7 checking whether fread_unlocked is declared... yes #12 573.6 checking whether fwrite_unlocked is declared... yes #12 574.5 checking whether getc_unlocked is declared... yes #12 575.4 checking whether getchar_unlocked is declared... yes #12 576.3 checking whether putc_unlocked is declared... yes #12 576.9 checking whether putchar_unlocked is declared... yes #12 577.7 checking type of array argument to getgroups... gid_t #12 578.9 checking whether getdelim is declared... yes #12 579.8 checking whether getdtablesize is declared... yes #12 580.5 checking whether malloc is ptrdiff_t safe... yes #12 581.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 581.0 checking for O_CLOEXEC... yes #12 581.4 checking for promoted mode_t type... mode_t #12 581.6 checking whether the utimes function works... yes #12 582.6 checking for C compiler option to allow warnings... -Wno-error #12 583.3 checking for alignas and alignof... yes, macros #12 583.9 checking for alloca as a compiler built-in... yes #12 584.1 checking for static_assert... yes, an macro #12 584.7 checking for __builtin_expect... yes #12 585.3 checking byteswap.h usability... yes #12 585.9 checking byteswap.h presence... yes #12 586.1 checking for byteswap.h... yes #12 586.1 checking for readlinkat... yes #12 586.6 checking for library containing clock_gettime... none required #12 587.2 checking for clock_getres... yes #12 588.0 checking for clock_gettime... yes #12 588.7 checking for clock_settime... yes #12 589.5 checking for copy_file_range... yes #12 590.1 checking for d_type member in directory struct... yes #12 590.9 checking whether // is distinct from /... (cached) no #12 590.9 checking whether dup2 works... yes #12 591.8 checking for library containing backtrace_symbols_fd... none required #12 592.5 checking for faccessat... (cached) yes #12 592.5 checking whether fchmodat works... no #12 593.3 checking for readlinkat... (cached) yes #12 593.3 checking whether fcntl handles F_DUPFD correctly... yes #12 594.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 595.7 checking whether fdopendir is declared... yes #12 596.1 checking whether fdopendir works... yes #12 596.7 checking for flexible array member... yes #12 597.1 checking for __fpending... yes #12 598.1 checking whether __fpending is declared... yes #12 598.6 checking whether free is known to preserve errno... no #12 599.1 checking whether fstatat (..., 0) works... yes #12 599.9 checking for sys/mount.h... yes #12 600.7 checking for statvfs function (SVR4)... yes #12 601.5 checking whether to use statvfs64... no #12 601.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 602.8 checking sys/fs/s5param.h usability... no #12 603.4 checking sys/fs/s5param.h presence... no #12 603.6 checking for sys/fs/s5param.h... no #12 603.6 checking sys/statfs.h usability... yes #12 604.3 checking sys/statfs.h presence... yes #12 604.5 checking for sys/statfs.h... yes #12 604.5 checking for statfs that truncates block counts... no #12 604.9 checking for futimens... yes #12 605.6 checking whether futimens works... yes #12 607.5 checking for getline... yes #12 608.2 checking for working getline function... yes #12 609.1 checking for getloadavg... yes #12 609.8 checking sys/loadavg.h usability... no #12 610.2 checking sys/loadavg.h presence... no #12 610.5 checking for sys/loadavg.h... no #12 610.5 checking whether getloadavg is declared... yes #12 611.0 checking for getrandom... yes #12 611.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 612.3 checking for gettimeofday with POSIX signature... yes #12 612.7 checking whether the compiler supports the __inline keyword... yes #12 613.1 checking gmp.h usability... yes #12 613.7 checking gmp.h presence... yes #12 613.9 checking for gmp.h... yes #12 614.0 checking for library containing __gmpz_roinit_n... -lgmp #12 615.4 checking for memmem... yes #12 616.2 checking whether memmem works... yes #12 617.1 checking for mempcpy... yes #12 618.0 checking for memrchr... yes #12 618.9 checking for explicit_memset... no #12 619.6 checking for mkostemp... yes #12 620.5 checking for library containing nanosleep... none required #12 621.0 checking for working nanosleep... no (mishandles large arguments) #12 623.0 checking for sys/pstat.h... no #12 623.8 checking for sys/sysmp.h... no #12 624.4 checking for sys/param.h... (cached) yes #12 624.5 checking for sys/sysctl.h... (cached) yes #12 624.6 checking for sched_getaffinity_np... no #12 625.5 checking for pstat_getdynamic... no #12 626.7 checking for sysmp... no #12 627.7 checking for sysctl... (cached) yes #12 627.8 checking for sched_getaffinity... yes #12 628.7 checking for glibc compatible sched_getaffinity... yes #12 629.2 checking for pipe2... yes #12 630.1 checking whether signature of pselect conforms to POSIX... yes #12 631.0 checking whether pselect detects invalid fds... yes #12 632.2 checking whether pthread_sigmask is a macro... no #12 632.5 checking whether pthread_sigmask returns error numbers... yes #12 633.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 636.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 638.5 checking whether readlink signature is correct... yes #12 638.9 checking whether readlink handles trailing slash correctly... yes #12 639.9 checking whether readlink truncates results correctly... yes #12 640.6 checking for readlinkat... (cached) yes #12 640.7 checking whether readlinkat signature is correct... yes #12 641.2 checking for working re_compile_pattern... no #12 643.0 checking libintl.h usability... yes #12 643.6 checking libintl.h presence... yes #12 643.9 checking for libintl.h... yes #12 644.0 checking whether isblank is declared... yes #12 644.5 checking for sig2str... no #12 645.5 checking for sigdescr_np... no #12 646.4 checking for socklen_t... yes #12 647.2 checking for ssize_t... yes #12 647.7 checking for struct stat.st_atim.tv_nsec... yes #12 648.3 checking whether struct stat.st_atim is of type struct timespec... yes #12 648.8 checking for struct stat.st_birthtimespec.tv_nsec... no #12 649.6 checking for struct stat.st_birthtimensec... no #12 650.4 checking for struct stat.st_birthtim.tv_nsec... no #12 651.2 checking for bool, true, false... no #12 651.6 checking for stpcpy... yes #12 652.4 checking for working strnlen... yes #12 653.6 checking whether strtoimax works... yes #12 654.7 checking whether symlink handles trailing slash correctly... yes #12 655.7 checking whether localtime_r is declared... yes #12 656.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 656.6 checking whether localtime works even near extrema... yes #12 657.9 checking for timezone_t... no #12 658.4 checking for timegm... yes #12 659.3 checking whether timer_settime is declared... yes #12 659.8 checking for library containing timer_settime... -lrt #12 661.3 checking for timer_settime... yes #12 662.2 checking for utimensat... yes #12 662.9 checking whether utimensat works... yes #12 664.7 checking for variable-length arrays... yes #12 665.4 checking whether getdtablesize works... yes #12 666.2 checking for __mktime_internal... no #12 667.3 checking for timer_getoverrun... yes #12 668.2 checking for gcc option to disable position independent executables... not needed #12 668.2 checking for __ctype_get_mb_cur_max... yes #12 669.1 checking whether MB_CUR_MAX is defined to function that won't link... no #12 669.3 #12 669.3 Configured for 'x86_64-pc-linux-gnu'. #12 669.3 #12 669.3 Where should the build process find the source code? . #12 669.3 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 669.3 Should Emacs use the GNU version of malloc? no #12 669.3 (The GNU allocators don't work with this system configuration.) #12 669.3 Should Emacs use a relocating allocator for buffers? no #12 669.3 Should Emacs use mmap(2) for buffer allocation? no #12 669.3 What window system should Emacs use? nextstep #12 669.3 What toolkit should Emacs use? none #12 669.3 Where do we find X Windows header files? NONE #12 669.3 Where do we find X Windows libraries? NONE #12 669.4 Does Emacs use -lXaw3d? no #12 669.4 Is Emacs being built for Android? no #12 669.4 Does Emacs use the X Double Buffer Extension? no #12 669.4 Does Emacs use -lXpm? no #12 669.4 Does Emacs use -ljpeg? no #12 669.4 Does Emacs use -ltiff? no #12 669.4 Does Emacs use a gif library? no #12 669.4 Does Emacs use a png library? no #12 669.4 Does Emacs use -lrsvg-2? no #12 669.4 Does Emacs use -lwebp? no #12 669.4 Does Emacs use -lsqlite3? no #12 669.4 Does Emacs use cairo? no #12 669.4 Does Emacs use -llcms2? no #12 669.4 Does Emacs use imagemagick? no #12 669.4 Does Emacs use native APIs for images? yes (ns) #12 669.4 Does Emacs support sound? yes #12 669.4 Does Emacs use -lgpm? no #12 669.4 Does Emacs use -ldbus? yes #12 669.4 Does Emacs use -lgconf? no #12 669.4 Does Emacs use GSettings? no #12 669.4 Does Emacs use a file notification library? yes -lglibc (inotify) #12 669.4 Does Emacs use access control lists? yes -lacl -lattr #12 669.4 Does Emacs use -lselinux? no #12 669.4 Does Emacs use -lgnutls? yes #12 669.4 Does Emacs use -lxml2? no #12 669.4 Does Emacs use -lfreetype? no #12 669.4 Does Emacs use HarfBuzz? no #12 669.4 Does Emacs use -lm17n-flt? no #12 669.4 Does Emacs use -lotf? no #12 669.4 Does Emacs use -lxft? no #12 669.4 Does Emacs use -lsystemd? no #12 669.4 Does Emacs use -ljansson? no #12 669.4 Does Emacs use -ltree-sitter? no #12 669.4 Does Emacs use the GMP library? yes #12 669.4 Does Emacs directly use zlib? yes #12 669.4 Does Emacs have dynamic modules support? yes #12 669.4 Does Emacs use toolkit scroll bars? yes #12 669.4 Does Emacs support Xwidgets? no #12 669.4 Does Emacs have threading support in lisp? yes #12 669.4 Does Emacs support the portable dumper? yes #12 669.4 Does Emacs support legacy unexec dumping? no #12 669.4 Which dumping strategy does Emacs use? pdumper #12 669.4 Does Emacs have native lisp compiler? no #12 669.4 Does Emacs use version 2 of the X Input Extension? no #12 669.4 Does Emacs generate a smaller-size Japanese dictionary? no #12 669.4 #12 669.4 #12 669.4 #12 669.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 669.4 Run 'make install' in order to build an application bundle. #12 669.4 The application will go to nextstep/Emacs.app and can be run or moved #12 669.4 from there. #12 669.4 The application will be fully self-contained. #12 669.4 #12 671.6 configure: creating ./config.status #12 672.6 configure: WARNING: This configuration installs a 'movemail' program #12 672.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 672.6 installed a 'movemail' program that retrieved POP3 email via only #12 672.6 insecure channels, a practice that is no longer recommended but that #12 672.6 you can continue to support by using './configure --with-pop'. #12 672.6 configure: You might want to install GNU Mailutils #12 672.6 and use './configure --with-mailutils'. #12 675.0 MAKE='make' ./config.status #12 675.7 config.status: creating src/verbose.mk #12 675.9 config.status: creating src/emacs-module.h #12 676.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 676.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 676.7 config.status: creating Makefile #12 677.0 config.status: creating lib/gnulib.mk #12 677.3 config.status: creating ./doc/man/emacs.1 #12 677.6 config.status: creating lib/Makefile #12 677.9 config.status: creating lib-src/Makefile #12 678.1 config.status: creating oldXMenu/Makefile #12 678.4 config.status: creating src/Makefile #12 678.8 config.status: creating lwlib/Makefile #12 679.0 config.status: creating nextstep/Makefile #12 679.3 config.status: creating nt/Makefile #12 679.6 config.status: creating doc/emacs/Makefile #12 679.9 config.status: creating doc/misc/Makefile #12 680.1 config.status: creating doc/lispintro/Makefile #12 680.4 config.status: creating doc/lispref/Makefile #12 680.7 config.status: creating lisp/Makefile #12 680.9 config.status: creating leim/Makefile #12 681.2 config.status: creating test/Makefile #12 681.5 config.status: creating test/manual/noverlay/Makefile #12 681.7 config.status: creating test/infra/Makefile #12 682.1 config.status: creating admin/charsets/Makefile #12 682.4 config.status: creating admin/unidata/Makefile #12 682.7 config.status: creating admin/grammars/Makefile #12 683.0 config.status: creating java/Makefile #12 683.4 config.status: creating cross/Makefile #12 683.6 config.status: creating java/AndroidManifest.xml #12 683.9 config.status: creating src/config.h #12 684.2 config.status: executing src/epaths.h commands #12 684.2 make[3]: Entering directory '/checkout' #12 684.6 make[3]: Leaving directory '/checkout' #12 684.7 config.status: executing src/.gdbinit commands #12 684.8 config.status: executing doc/emacs/emacsver.texi commands #12 684.9 config.status: executing etc-refcards-emacsver.tex commands #12 684.9 make[3]: Entering directory '/checkout' #12 685.1 make[3]: Leaving directory '/checkout' #12 685.2 make[2]: Leaving directory '/checkout' #12 685.2 make actual-all #12 685.2 make[2]: Entering directory '/checkout' #12 686.0 make -C lib all #12 686.5 make[3]: Entering directory '/checkout/lib' #12 686.5 GEN alloca.h #12 686.6 GEN dirent.h #12 686.7 GEN fcntl.h #12 686.8 GEN malloc/dynarray.gl.h #12 686.9 GEN malloc/dynarray-skeleton.gl.h #12 687.0 GEN inttypes.h #12 687.2 GEN limits.h #12 687.3 GEN signal.h #12 687.4 GEN stdckdint.h #12 687.5 GEN stddef.h #12 687.6 GEN stdio.h #12 688.1 GEN stdlib.h #12 689.0 GEN string.h #12 689.5 GEN sys/random.h #12 689.6 GEN sys/select.h #12 689.7 GEN sys/stat.h #12 689.9 GEN sys/time.h #12 690.0 GEN sys/types.h #12 690.1 GEN time.h #12 690.2 GEN unistd.h #12 691.3 CC fingerprint.o #12 691.6 CC mktime.o #12 693.4 CC acl-errno-valid.o #12 693.9 CC acl-internal.o #12 694.8 CC get-permissions.o #12 695.6 CC set-permissions.o #12 696.6 CC allocator.o #12 696.9 CC binary-io.o #12 697.3 CC boot-time.o #12 698.3 CC c-ctype.o #12 698.8 CC c-strcasecmp.o #12 699.1 CC c-strncasecmp.o #12 699.7 CC careadlinkat.o #12 700.5 CC close-stream.o #12 701.2 CC copy-file-range.o #12 701.8 CC count-leading-zeros.o #12 702.3 CC count-one-bits.o #12 702.9 CC count-trailing-zeros.o #12 703.4 CC md5-stream.o #12 704.2 CC md5.o #12 706.5 CC sha1.o #12 710.0 CC sha256.o #12 717.2 CC sha512.o #12 726.5 CC dtoastr.o #12 727.4 CC dtotimespec.o #12 727.8 CC fchmodat.o #12 728.9 CC fcntl.o #12 729.7 CC file-has-acl.o #12 731.2 CC filemode.o #12 732.0 CC filevercmp.o #12 733.2 CC free.o #12 733.9 CC fsusage.o #12 734.5 CC gettime.o #12 734.9 CC malloc/dynarray_at_failure.o #12 735.5 CC malloc/dynarray_emplace_enlarge.o #12 736.2 CC malloc/dynarray_finalize.o #12 736.8 CC malloc/dynarray_resize.o #12 737.5 CC malloc/dynarray_resize_clear.o #12 737.9 CC memset_explicit.o #12 738.3 CC nanosleep.o #12 739.0 CC nproc.o #12 740.0 CC nstrftime.o #12 745.3 CC pipe2.o #12 745.9 CC qcopy-acl.o #12 746.5 CC regex.o #12 783.6 CC sig2str.o #12 784.8 CC sigdescr_np.o #12 785.6 CC stat-time.o #12 786.3 CC tempname.o #12 787.6 CC time_rz.o #12 789.1 CC timegm.o #12 789.5 CC timespec.o #12 790.0 CC timespec-add.o #12 790.7 CC timespec-sub.o #12 791.4 CC u64.o #12 791.8 CC unistd.o #12 792.4 CC openat-die.o #12 793.1 CC save-cwd.o #12 793.7 AR libgnu.a #12 794.8 make[3]: Leaving directory '/checkout/lib' #12 794.8 make -C lib-src all #12 794.8 make[3]: Entering directory '/checkout/lib-src' #12 794.8 CCLD etags #12 827.8 CCLD ctags #12 861.1 CCLD emacsclient #12 868.2 CCLD ebrowse #12 883.1 CCLD hexl #12 885.0 CC pop.o #12 885.2 CCLD movemail #12 887.0 CCLD make-docfile #12 895.2 CCLD make-fingerprint #12 896.7 make[3]: Leaving directory '/checkout/lib-src' #12 896.7 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 896.7 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 897.7 make[3]: Entering directory '/checkout/src' #12 897.7 GEN globals.h #12 899.8 CC dispnew.o #12 934.2 CC frame.o #12 978.6 CC scroll.o #12 984.8 CC xdisp.o #12 1252. CC menu.o #12 1263. CC window.o #12 1323. CC charset.o #12 1346. CC coding.o #12 1442. CC category.o #12 1447. CC ccl.o #12 1461. CC character.o #12 1471. CC chartab.o #12 1483. CC bidi.o #12 1494. CC cm.o #12 1497. CC term.o #12 1517. CC terminal.o #12 1521. CC xfaces.o #12 1563. CC dbusbind.o #12 1588. CC emacs.o #12 1599. CC keyboard.o #12 1671. CC macros.o #12 1674. CC keymap.o #12 1698. CC sysdep.o #12 1711. CC bignum.o #12 1716. CC buffer.o #12 1739. CC filelock.o #12 1744. CC insdel.o