Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1701518619:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1701518628:prepare_executor section_start:1701518628:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1701518640:prepare_script section_start:1701518640:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 74a5ec0e as master... Removing test-all-inotify-fbaf113b/ Skipping Git submodules setup section_end:1701518663:get_sources section_start:1701518663:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 21 Running: 6 Paused: 0 Stopped: 15 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 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 transferring dockerfile: 6.46kB 0.1s done #1 DONE 8.2s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 8.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 3.8s #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: 33B #7 transferring context: 24.56MB 5.0s #7 transferring context: 38.65MB 10.1s #7 transferring context: 53.02MB 15.1s #7 transferring context: 72.13MB 20.2s #7 transferring context: 110.82MB 25.6s #7 transferring context: 112.14MB 30.7s #7 transferring context: 136.47MB 49.6s #7 transferring context: 144.20MB 54.7s #7 transferring context: 206.37MB 59.8s #7 transferring context: 233.07MB 64.9s #7 transferring context: 247.53MB 67.1s done #7 DONE 67.7s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-inotify 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-inotify 2/6] COPY . /checkout #8 DONE 36.2s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 5.7s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 2.072 Checking whether you have the necessary tools... #10 2.072 (Read INSTALL.REPO for more details on building Emacs) #10 2.086 Checking for autoconf (need at least version 2.65) ... ok #10 2.312 Your system has the required tools. #10 2.347 Building aclocal.m4 ... #10 2.363 Running 'autoreconf -fi -I m4' ... #10 26.67 Building 'aclocal.m4' in exec ... #10 26.67 Running 'autoreconf -fi' in exec ... #10 32.62 You can now run './autogen.sh git'. #10 DONE 36.9s #11 [emacs-inotify 5/6] RUN ./configure #11 5.619 checking for xcrun... no #11 5.619 checking for GNU Make... make #11 5.684 checking build system type... x86_64-pc-linux-gnu #11 7.297 checking host system type... x86_64-pc-linux-gnu #11 7.341 checking for gcc... gcc #11 7.488 checking whether the C compiler works... yes #11 7.934 checking for C compiler default output file name... a.out #11 7.936 checking for suffix of executables... #11 8.126 checking whether we are cross compiling... no #11 8.423 checking for suffix of object files... o #11 8.578 checking whether we are using the GNU C compiler... yes #11 8.688 checking whether gcc accepts -g... yes #11 8.808 checking for gcc option to enable C11 features... none needed #11 9.310 checking whether the compiler is clang... no #11 9.423 checking for compiler option needed when checking for declarations... none #11 9.423 checking whether gcc and cc understand -c and -o together... yes #11 10.67 checking how to run the C preprocessor... gcc -E #11 10.99 checking for grep that handles long lines and -e... /bin/grep #11 11.00 checking for egrep... /bin/grep -E #11 11.01 checking for ANSI C header files... yes #11 11.50 checking for sys/types.h... yes #11 11.64 checking for sys/stat.h... yes #11 11.79 checking for stdlib.h... yes #11 11.92 checking for string.h... yes #11 12.08 checking for memory.h... yes #11 12.21 checking for strings.h... yes #11 12.38 checking for inttypes.h... yes #11 12.58 checking for stdint.h... yes #11 12.80 checking for unistd.h... yes #11 13.17 checking for wchar.h... yes #11 13.49 checking for minix/config.h... no #11 13.74 checking for linux/fs.h... yes #11 15.05 checking for malloc.h... yes #11 15.31 checking for sys/systeminfo.h... no #11 15.63 checking for sys/sysinfo.h... yes #11 15.91 checking for coff.h... no #11 16.13 checking for pty.h... yes #11 16.54 checking for sys/resource.h... yes #11 16.82 checking for sys/utsname.h... yes #11 17.09 checking for pwd.h... yes #11 17.30 checking for util.h... no #11 17.53 checking for sanitizer/lsan_interface.h... yes #11 18.71 checking for sanitizer/asan_interface.h... yes #11 18.89 checking for sanitizer/common_interface_defs.h... yes #11 19.05 checking for sys/socket.h... yes #11 19.24 checking for stdlib.h... (cached) yes #11 19.29 checking for unistd.h... (cached) yes #11 19.34 checking for sys/param.h... yes #11 19.62 checking for pthread.h... yes #11 19.86 checking for malloc/malloc.h... no #11 20.00 checking for sys/un.h... yes #11 20.19 checking for utmp.h... yes #11 20.39 checking for utmpx.h... yes #11 20.68 checking for OS.h... no #11 20.82 checking for dirent.h... yes #11 20.97 checking for execinfo.h... yes #11 21.16 checking for linux/xattr.h... yes #11 21.58 checking for stdio_ext.h... yes #11 21.84 checking for sys/vfs.h... yes #11 22.07 checking for sys/fs_types.h... no #11 22.24 checking for getopt.h... yes #11 22.47 checking for sys/cdefs.h... yes #11 22.72 checking for sys/time.h... yes #11 23.10 checking for ieee754.h... yes #11 23.44 checking for limits.h... yes #11 23.76 checking for inttypes.h... (cached) yes #11 23.84 checking for sys/types.h... (cached) yes #11 23.93 checking for stdint.h... (cached) yes #11 23.98 checking for sys/select.h... yes #11 24.27 checking for stdbool.h... yes #11 24.44 checking for stdckdint.h... no #11 24.61 checking for sys/random.h... yes #11 24.93 checking for sys/stat.h... (cached) yes #11 24.94 checking whether it is safe to define __EXTENSIONS__... yes #11 25.30 checking whether _XOPEN_SOURCE should be defined... no #11 25.41 checking for Minix Amsterdam compiler... no #11 25.46 checking for ar... ar #11 25.46 checking for ranlib... ranlib #11 25.46 checking for gcc option to enable large file support... none needed #11 25.72 checking for gcc option for timestamps after 2038... none needed #11 28.55 checking for g++... g++ #11 28.79 checking whether we are using the GNU C++ compiler... yes #11 29.77 checking whether g++ accepts -g... yes #11 29.91 checking for g++ option to enable C++11 features... none needed #11 100.2 checking how to run the C++ preprocessor... g++ -E #11 100.4 checking whether gcc accepts -g3 -O2... yes #11 100.6 checking whether the compiler is clang... no #11 100.7 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 100.8 checking whether -Wno-missing-field-initializers is needed... yes #11 102.7 checking whether -Wuninitialized is supported... yes #11 102.8 checking whether C compiler handles -fstrict-flex-arrays... no #11 102.9 checking whether C compiler handles -Wall... yes #11 103.1 checking whether C compiler handles -Warith-conversion... yes #11 103.3 checking whether C compiler handles -Wdate-time... yes #11 103.9 checking whether C compiler handles -Wdisabled-optimization... yes #11 105.9 checking whether C compiler handles -Wdouble-promotion... yes #11 106.0 checking whether C compiler handles -Wduplicated-cond... yes #11 106.2 checking whether C compiler handles -Wextra... yes #11 106.3 checking whether C compiler handles -Wformat-signedness... yes #11 106.4 checking whether C compiler handles -Winit-self... yes #11 106.6 checking whether C compiler handles -Winvalid-pch... yes #11 106.7 checking whether C compiler handles -Wlogical-op... yes #11 106.8 checking whether C compiler handles -Wmissing-declarations... yes #11 107.0 checking whether C compiler handles -Wmissing-include-dirs... yes #11 107.1 checking whether C compiler handles -Wmissing-prototypes... yes #11 107.3 checking whether C compiler handles -Wnested-externs... yes #11 107.4 checking whether C compiler handles -Wnull-dereference... yes #11 107.5 checking whether C compiler handles -Wold-style-definition... yes #11 107.6 checking whether C compiler handles -Wopenmp-simd... yes #11 107.7 checking whether C compiler handles -Wpacked... yes #11 107.9 checking whether C compiler handles -Wpointer-arith... yes #11 108.0 checking whether C compiler handles -Wstrict-flex-arrays... no #11 108.1 checking whether C compiler handles -Wstrict-prototypes... yes #11 114.4 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 114.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 115.1 checking whether C compiler handles -Wsuggest-final-methods... yes #11 115.5 checking whether C compiler handles -Wsuggest-final-types... yes #11 115.7 checking whether C compiler handles -Wtrampolines... yes #11 116.0 checking whether C compiler handles -Wuninitialized... yes #11 116.2 checking whether C compiler handles -Wunknown-pragmas... yes #11 116.4 checking whether C compiler handles -Wunused-macros... yes #11 116.6 checking whether C compiler handles -Wvariadic-macros... yes #11 116.7 checking whether C compiler handles -Wvector-operation-performance... yes #11 116.9 checking whether C compiler handles -Wwrite-strings... yes #11 117.0 checking whether C compiler handles -Warray-bounds=2... yes #11 117.2 checking whether C compiler handles -Wattribute-alias=2... yes #11 117.4 checking whether C compiler handles -Wformat=2... yes #11 117.6 checking whether C compiler handles -Wformat-truncation=2... yes #11 117.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 118.1 checking whether C compiler handles -Wshift-overflow=2... yes #11 118.2 checking whether C compiler handles -Wuse-after-free=3... no #11 118.4 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 118.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 118.7 checking whether C compiler handles -Wredundant-decls... yes #11 118.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 118.9 checking whether C compiler handles -Wno-override-init... yes #11 119.0 checking whether C compiler handles -Wno-sign-compare... yes #11 119.1 checking whether C compiler handles -Wno-type-limits... yes #11 119.2 checking whether C compiler handles -Wno-unused-parameter... yes #11 119.4 checking whether C compiler handles -Wno-format-nonliteral... yes #11 119.6 checking whether C compiler handles -Wno-bidi-chars... no #11 119.7 checking for a BSD-compatible install... /usr/bin/install -c #11 119.8 checking command to symlink files in the same directory... ln -s #11 119.8 checking for install-info... : #11 119.8 checking for gzip... /bin/gzip #11 119.8 checking for 'find' args to delete a file... -delete #11 119.9 checking for brew... no #11 120.7 checking for -znocombreloc... not needed #11 120.7 checking whether addresses are sanitized... no #11 120.7 checking for math library... -lm #11 123.2 checking for struct passwd.pw_gecos... yes #11 123.3 checking for pkg-config... /usr/bin/pkg-config #11 123.3 checking pkg-config is at least version 0.9.0... yes #11 123.4 checking for machine/soundcard.h... no #11 123.5 checking for sys/soundcard.h... yes #11 123.7 checking for soundcard.h... no #11 123.8 checking for mmsystem.h... no #11 123.9 checking for _oss_ioctl in -lossaudio... no #11 124.1 checking for alsa >= 1.0.0... no #11 124.1 checking for ADDR_NO_RANDOMIZE... yes #11 124.2 checking if Linux sysinfo may be used... yes #11 124.5 checking for sys/wait.h that is POSIX.1 compatible... yes #11 125.8 checking for net/if.h... yes #11 127.7 checking for ifaddrs.h... yes #11 127.9 checking for net/if_dl.h... no #11 128.1 checking for struct ifreq.ifr_flags... yes #11 128.3 checking for struct ifreq.ifr_hwaddr... yes #11 128.7 checking for struct ifreq.ifr_netmask... yes #11 129.0 checking for struct ifreq.ifr_broadaddr... yes #11 129.3 checking for struct ifreq.ifr_addr... yes #11 129.8 checking for struct ifreq.ifr_addr.sa_len... no #11 130.1 checking whether gcc understands -MMD -MF... yes #11 130.2 checking for X... no #11 130.3 checking for X... false #11 130.3 checking whether malloc is Doug Lea style... no #11 130.4 checking for sbrk... yes #11 130.6 checking for __lsan_ignore_object... no #11 130.8 checking for fchmod... yes #11 131.1 checking for utmpname... yes #11 131.3 checking for utmpxname... yes #11 131.6 checking for canonicalize_file_name... yes #11 131.7 checking for realpath... yes #11 132.0 checking for lstat... yes #11 132.1 checking for fchmodat... yes #11 132.3 checking for lchmod... no #11 132.4 checking for fcntl... yes #11 132.5 checking for fdopendir... yes #11 132.7 checking for listxattr... yes #11 133.0 checking for fstatat... yes #11 133.2 checking for fsync... yes #11 133.4 checking for gettimeofday... yes #11 133.6 checking for memset_explicit... no #11 133.8 checking for memset_s... no #11 134.0 checking for pselect... yes #11 134.2 checking for readlink... yes #11 134.5 checking for isblank... yes #11 134.7 checking for iswctype... yes #11 134.9 checking for strtoimax... yes #11 135.2 checking for symlink... yes #11 135.4 checking for localtime_r... yes #11 135.6 checking for getdtablesize... yes #11 135.8 checking for getpagesize... yes #11 135.9 checking for working mmap... yes #11 136.4 checking for main in -lXbsd... no #11 136.5 checking for pthread library... -lpthread #11 137.0 checking for thread support... yes #11 137.0 checking for sqlite3_open_v2 in -lsqlite3... no #11 137.1 checking for getaddrinfo_a in -lanl... yes #11 137.3 checking for malloc_trim... yes #11 137.5 checking for dbus-1 >= 1.0... yes #11 137.6 checking for dbus_watch_get_unix_fd... yes #11 137.8 checking for dbus_type_is_valid... yes #11 138.1 checking for dbus_validate_bus_name... yes #11 138.5 checking for dbus_validate_path... yes #11 138.8 checking for dbus_validate_interface... yes #11 139.0 checking for dbus_validate_member... yes #11 139.7 checking for lgetfilecon in -lselinux... no #11 139.8 checking for gnutls >= 2.12.2... yes #11 140.0 checking for libsystemd >= 222... no #11 140.0 checking for jansson >= 2.7... no #11 140.0 checking for tree-sitter >= 0.20.2... no #11 140.1 checking for tree-sitter >= 0.6.3... no #11 140.1 checking sys/inotify.h usability... yes #11 140.2 checking sys/inotify.h presence... yes #11 140.3 checking for sys/inotify.h... yes #11 140.3 checking for inotify_init1... yes #11 140.9 checking for lcms2... no #11 140.9 checking for library containing inflateEnd... no #11 141.3 checking for dladdr... yes #11 141.5 checking for dlfunc... no #11 141.7 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 141.8 found. #11 141.8 Please try installing libgccjit or a similar package if you want to have it #11 141.8 enabled. #11 141.8 no #11 141.8 checking libgccjit.h usability... no #11 142.0 checking libgccjit.h presence... no #11 142.0 checking for libgccjit.h... no #11 142.0 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 142.0 were not found. #11 142.0 Please try installing libgccjit-dev or a similar package if you want to have it #11 142.0 enabled. #11 142.1 checking gpm.h usability... no #11 142.2 checking gpm.h presence... no #11 142.2 checking for gpm.h... no #11 142.2 checking for libxml-2.0 > 2.6.17... no #11 142.2 checking for maillock in -lmail... no #11 142.4 checking for maillock in -llockfile... no #11 142.5 checking for liblockfile.so... no #11 142.5 checking maillock.h usability... no #11 142.6 checking maillock.h presence... no #11 142.7 checking for maillock.h... no #11 142.7 checking linux/seccomp.h usability... yes #11 142.9 checking linux/seccomp.h presence... yes #11 142.9 checking for linux/seccomp.h... yes #11 142.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 143.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 143.2 checking linux/filter.h usability... yes #11 143.4 checking linux/filter.h presence... yes #11 143.4 checking for linux/filter.h... yes #11 143.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 143.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 143.5 checking for libseccomp >= 2.5.2... no #11 143.5 checking size of long... 8 #11 143.8 checking for accept4... yes #11 144.0 checking for fchdir... yes #11 144.2 checking for gethostname... yes #11 144.5 checking for getrusage... yes #11 144.7 checking for get_current_dir_name... yes #11 145.0 checking for lrand48... yes #11 145.2 checking for random... yes #11 145.4 checking for rint... yes #11 145.7 checking for tcdrain... yes #11 145.9 checking for trunc... yes #11 146.2 checking for select... yes #11 146.4 checking for getpagesize... (cached) yes #11 146.4 checking for setlocale... yes #11 146.6 checking for newlocale... yes #11 146.9 checking for getrlimit... yes #11 151.6 checking for setrlimit... yes #11 151.8 checking for shutdown... yes #11 152.0 checking for pthread_sigmask... (cached) yes #11 152.0 checking for strsignal... yes #11 152.3 checking for setitimer... yes #11 152.5 checking for sendto... yes #11 152.7 checking for recvfrom... yes #11 152.9 checking for getsockname... yes #11 153.4 checking for getifaddrs... yes #11 153.7 checking for freeifaddrs... yes #11 154.0 checking for gai_strerror... yes #11 154.2 checking for sync... yes #11 154.5 checking for endpwent... yes #11 154.7 checking for getgrent... yes #11 154.9 checking for endgrent... yes #11 155.1 checking for renameat2... yes #11 155.4 checking for cfmakeraw... yes #11 155.7 checking for cfsetspeed... yes #11 156.0 checking for __executable_start... yes #11 156.3 checking for log2... yes #11 156.6 checking for pthread_setname_np... yes #11 156.9 checking for pthread_set_name_np... no #11 157.1 checking for getpwent... yes #11 157.3 checking whether pthread_setname_np takes a single argument... no #11 157.4 checking whether pthread_setname_np takes three arguments... no #11 157.5 checking for aligned_alloc... yes #11 157.7 checking whether aligned_alloc is declared... yes #11 157.9 checking for posix_madvise... yes #11 158.1 checking for madvise... yes #11 158.4 checking for __builtin_frame_address... yes #11 158.6 checking for __builtin_unwind_init... yes #11 158.8 checking for _LARGEFILE_SOURCE value needed for large files... no #11 159.0 checking for grantpt... yes #11 159.3 checking for getpt... yes #11 159.4 checking for posix_openpt... yes #11 159.6 checking for library containing tputs... -ltinfo #11 159.9 checking whether -ltinfo library defines BC... yes #11 160.1 checking for timerfd interface... yes #11 160.2 checking whether signals can be handled on alternate stack... yes #11 160.4 checking valgrind/valgrind.h usability... no #11 160.6 checking valgrind/valgrind.h presence... no #11 160.6 checking for valgrind/valgrind.h... no #11 160.6 checking for struct unipair.unicode... yes #11 160.8 checking for pid_t... yes #11 161.2 checking vfork.h usability... no #11 161.5 checking vfork.h presence... no #11 161.6 checking for vfork.h... no #11 161.6 checking for fork... yes #11 162.1 checking for vfork... yes #11 162.4 checking for working fork... yes #11 162.8 checking for working vfork... (cached) yes #11 162.8 checking for snprintf... yes #11 163.1 checking for open_memstream... yes #11 163.3 checking spawn.h usability... yes #11 163.5 checking spawn.h presence... yes #11 163.6 checking for spawn.h... yes #11 163.6 checking for posix_spawn... yes #11 164.0 checking for posix_spawn_file_actions_addchdir... no #11 164.3 checking for posix_spawn_file_actions_addchdir_np... yes #11 166.1 checking for posix_spawnattr_setflags... yes #11 167.7 checking whether POSIX_SPAWN_SETSID is declared... yes #11 169.8 checking whether GLib is linked in... no #11 170.0 checking for nl_langinfo and CODESET... yes #11 170.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 170.6 checking for mbstate_t... yes #11 170.9 checking for signals via characters... yes #11 171.1 checking for _setjmp... yes #11 171.2 checking for sigsetjmp... yes #11 171.5 checking POSIX termios... yes #11 171.9 checking size of speed_t... 4 #11 172.5 checking for usable FIONREAD... yes #11 172.7 checking for usable SIGIO... yes #11 173.1 checking for struct alignment... yes #11 173.2 checking for C/C++ restrict keyword... __restrict__ #11 173.3 checking for typeof syntax and keyword spelling... typeof #11 173.5 checking for statement expressions... yes #11 173.8 checking whether malloc (0) returns nonnull... yes #11 174.2 checking sys/acl.h usability... yes #11 174.6 checking sys/acl.h presence... yes #11 174.9 checking for sys/acl.h... yes #11 174.9 checking for library containing acl_get_file... -lacl #11 175.4 checking for acl_get_file... yes #11 175.8 checking for acl_get_fd... yes #11 176.3 checking for acl_set_file... yes #11 176.7 checking for acl_set_fd... yes #11 177.0 checking for acl_free... yes #11 177.4 checking for acl_from_mode... yes #11 177.7 checking for acl_from_text... yes #11 178.3 checking for acl_delete_def_file... yes #11 178.7 checking for acl_extended_file... yes #11 179.3 checking for acl_delete_fd_np... no #11 179.6 checking for acl_delete_file_np... no #11 180.0 checking for acl_copy_ext_native... no #11 180.3 checking for acl_create_entry_np... no #11 180.7 checking for acl_to_short_text... no #11 181.1 checking for acl_free_text... no #11 181.4 checking for working acl_get_file... yes #11 181.5 checking acl/libacl.h usability... yes #11 181.8 checking acl/libacl.h presence... yes #11 181.8 checking for acl/libacl.h... yes #11 181.9 checking for acl_entries... yes #11 182.1 checking for ACL_FIRST_ENTRY... yes #11 182.2 checking for ACL_TYPE_EXTENDED... no #11 182.3 checking for working alloca.h... yes #11 182.4 checking for alloca... yes #11 182.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 182.7 checking whether the preprocessor supports include_next... yes #11 182.9 checking whether source code line length is unlimited... yes #11 183.0 checking whether endutent is declared... yes #11 183.2 checking for struct utmpx.ut_user... yes #11 183.4 checking for struct utmp.ut_user... yes #11 183.6 checking for struct utmpx.ut_name... yes #11 183.9 checking for struct utmp.ut_name... yes #11 184.0 checking for struct utmpx.ut_type... yes #11 184.2 checking for struct utmp.ut_type... yes #11 184.4 checking for struct utmpx.ut_pid... yes #11 184.8 checking for struct utmp.ut_pid... yes #11 185.0 checking for struct utmp.ut_tv... yes #11 185.4 checking for struct utmpx.ut_host... yes #11 185.7 checking for struct utmp.ut_host... yes #11 186.0 checking for struct utmpx.ut_id... yes #11 186.3 checking for struct utmp.ut_id... yes #11 186.5 checking for struct utmpx.ut_session... yes #11 186.8 checking for struct utmp.ut_session... yes #11 187.0 checking for struct utmpx.ut_exit... yes #11 187.3 checking for struct utmp.ut_exit... yes #11 187.8 checking for struct utmpx.ut_exit.ut_exit... no #11 188.5 checking for struct utmpx.ut_exit.e_exit... yes #11 188.7 checking for struct utmp.ut_exit.e_exit... yes #11 189.0 checking for struct utmpx.ut_exit.ut_termination... no #11 189.4 checking for struct utmpx.ut_exit.e_termination... yes #11 189.7 checking for struct utmp.ut_exit.e_termination... yes #11 190.1 checking whether sysinfo is declared... yes #11 190.5 checking for sys/sysctl.h... yes #11 191.1 checking for sysctl... yes #11 191.3 checking whether lstat correctly handles trailing slash... yes #11 191.7 checking whether // is distinct from /... no #11 191.8 checking whether realpath works... yes #11 192.3 checking for faccessat... yes #11 192.6 checking for getcwd... yes #11 192.9 checking whether byte ordering is bigendian... no #11 193.5 checking if environ is properly declared... yes #11 193.6 checking for complete errno.h... yes #11 193.7 checking whether ctype.h defines __header_inline... no #11 193.8 checking for mode_t... yes #11 194.3 checking whether strmode is declared... no #11 194.5 checking whether getline is declared... yes #11 194.7 checking for gawk... no #11 194.7 checking for mawk... mawk #11 194.7 checking for getopt.h... (cached) yes #11 194.7 checking for getopt_long_only... yes #11 195.0 checking whether getopt is POSIX compatible... yes #11 195.8 checking for working GNU getopt function... yes #11 196.2 checking for working GNU getopt_long function... yes #11 196.7 checking whether timespec_get is declared... yes #11 196.8 checking for timespec_get... yes #11 196.9 checking for struct timeval... yes #11 197.1 checking for wide-enough struct timeval.tv_sec member... yes #11 197.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 197.3 checking whether the compiler produces multi-arch binaries... no #11 197.4 checking whether stdint.h conforms to C99... yes #11 197.9 checking whether stdint.h works without ISO C predefines... yes #11 198.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 198.3 checking whether memmem is declared... yes #11 198.4 checking whether memrchr is declared... yes #11 198.6 checking whether defines MIN and MAX... no #11 198.6 checking whether defines MIN and MAX... yes #11 198.7 checking whether time_t is signed... yes #11 198.8 checking whether alarm is declared... yes #11 199.0 checking for working mktime... no #11 199.4 checking whether struct tm is in sys/time.h or time.h... time.h #11 199.5 checking for struct tm.tm_zone... yes #11 199.6 checking for struct tm.tm_gmtoff... yes #11 199.6 checking whether is self-contained... yes #11 200.0 checking for inline... inline #11 200.1 checking for sigset_t... yes #11 200.3 checking for volatile sig_atomic_t... yes #11 200.5 checking for sighandler_t... yes #11 200.7 checking for wchar_t... yes #11 200.8 checking for good max_align_t... yes #11 200.8 checking whether NULL can be used in arbitrary expressions... yes #11 200.9 checking for unreachable... no #11 201.1 checking whether fcloseall is declared... yes #11 201.2 checking whether getw is declared... yes #11 201.5 checking whether putw is declared... yes #11 201.7 checking which flavor of printf attribute matches inttypes macros... system #11 201.9 checking whether strnlen is declared... yes #11 202.2 checking whether strtoimax is declared... yes #11 202.5 checking whether stat file-mode macros are broken... no #11 202.6 checking for nlink_t... yes #11 202.9 checking for struct timespec in ... yes #11 203.0 checking for TIME_UTC in ... yes #11 203.3 checking whether execvpe is declared... yes #11 203.8 checking whether clearerr_unlocked is declared... yes #11 204.0 checking whether feof_unlocked is declared... yes #11 204.3 checking whether ferror_unlocked is declared... yes #11 205.3 checking whether fflush_unlocked is declared... yes #11 205.8 checking whether fgets_unlocked is declared... yes #11 206.1 checking whether fputc_unlocked is declared... yes #11 206.6 checking whether fputs_unlocked is declared... yes #11 206.9 checking whether fread_unlocked is declared... yes #11 207.2 checking whether fwrite_unlocked is declared... yes #11 207.4 checking whether getc_unlocked is declared... yes #11 207.6 checking whether getchar_unlocked is declared... yes #11 207.8 checking whether putc_unlocked is declared... yes #11 208.0 checking whether putchar_unlocked is declared... yes #11 208.1 checking type of array argument to getgroups... gid_t #11 208.4 checking whether getdelim is declared... yes #11 208.5 checking whether getdtablesize is declared... yes #11 208.7 checking whether malloc is ptrdiff_t safe... yes #11 208.8 checking whether malloc, realloc, calloc set errno on failure... yes #11 208.8 checking for O_CLOEXEC... yes #11 209.0 checking for promoted mode_t type... mode_t #11 209.1 checking whether the utimes function works... yes #11 209.9 checking for C compiler option to allow warnings... -Wno-error #11 210.0 checking for alignas and alignof... yes, macros #11 210.2 checking for alloca as a compiler built-in... yes #11 210.2 checking for static_assert... yes, an macro #11 210.3 checking for __builtin_expect... yes #11 210.6 checking byteswap.h usability... yes #11 210.8 checking byteswap.h presence... yes #11 210.9 checking for byteswap.h... yes #11 210.9 checking for readlinkat... yes #11 211.2 checking for library containing clock_gettime... none required #11 211.4 checking for clock_getres... yes #11 211.9 checking for clock_gettime... yes #11 212.3 checking for clock_settime... yes #11 212.5 checking for copy_file_range... yes #11 212.7 checking for d_type member in directory struct... yes #11 212.8 checking whether // is distinct from /... (cached) no #11 212.8 checking whether dup2 works... yes #11 213.0 checking for library containing backtrace_symbols_fd... none required #11 213.1 checking for faccessat... (cached) yes #11 213.1 checking whether fchmodat works... no #11 213.3 checking for readlinkat... (cached) yes #11 213.3 checking whether fcntl handles F_DUPFD correctly... yes #11 213.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 213.9 checking whether fdopendir is declared... yes #11 214.0 checking whether fdopendir works... yes #11 214.2 checking for flexible array member... yes #11 214.3 checking for __fpending... yes #11 214.5 checking whether __fpending is declared... yes #11 214.6 checking whether free is known to preserve errno... no #11 214.7 checking whether fstatat (..., 0) works... yes #11 214.9 checking for sys/mount.h... yes #11 215.1 checking for statvfs function (SVR4)... yes #11 215.5 checking whether to use statvfs64... no #11 215.7 checking for two-argument statfs with statfs.f_frsize member... yes #11 216.0 checking sys/fs/s5param.h usability... no #11 216.1 checking sys/fs/s5param.h presence... no #11 216.1 checking for sys/fs/s5param.h... no #11 216.1 checking sys/statfs.h usability... yes #11 216.3 checking sys/statfs.h presence... yes #11 216.3 checking for sys/statfs.h... yes #11 216.3 checking for statfs that truncates block counts... no #11 216.4 checking for futimens... yes #11 216.5 checking whether futimens works... yes #11 217.7 checking for getline... yes #11 217.8 checking for working getline function... yes #11 218.1 checking for getloadavg... yes #11 218.3 checking sys/loadavg.h usability... no #11 218.4 checking sys/loadavg.h presence... no #11 218.5 checking for sys/loadavg.h... no #11 218.5 checking whether getloadavg is declared... yes #11 218.6 checking for getrandom... yes #11 218.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 218.9 checking for gettimeofday with POSIX signature... yes #11 219.0 checking whether the compiler supports the __inline keyword... yes #11 219.0 checking gmp.h usability... yes #11 219.2 checking gmp.h presence... yes #11 219.2 checking for gmp.h... yes #11 219.2 checking for library containing __gmpz_roinit_n... -lgmp #11 219.6 checking for memmem... yes #11 219.8 checking whether memmem works... yes #11 219.9 checking for mempcpy... yes #11 220.0 checking for memrchr... yes #11 220.2 checking for explicit_memset... no #11 220.3 checking for mkostemp... yes #11 220.5 checking for library containing nanosleep... none required #11 220.7 checking for working nanosleep... no (mishandles large arguments) #11 222.1 checking for sys/pstat.h... no #11 223.9 checking for sys/sysmp.h... no #11 224.0 checking for sys/param.h... (cached) yes #11 224.1 checking for sys/sysctl.h... (cached) yes #11 224.1 checking for sched_getaffinity_np... no #11 228.1 checking for pstat_getdynamic... no #11 228.4 checking for sysmp... no #11 228.7 checking for sysctl... (cached) yes #11 228.7 checking for sched_getaffinity... yes #11 229.0 checking for glibc compatible sched_getaffinity... yes #11 229.1 checking for pipe2... yes #11 229.4 checking whether signature of pselect conforms to POSIX... yes #11 229.8 checking whether pselect detects invalid fds... yes #11 230.2 checking whether pthread_sigmask is a macro... no #11 230.4 checking whether pthread_sigmask returns error numbers... yes #11 232.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 238.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 241.4 checking whether readlink signature is correct... yes #11 241.5 checking whether readlink handles trailing slash correctly... yes #11 241.6 checking whether readlink truncates results correctly... yes #11 241.8 checking for readlinkat... (cached) yes #11 241.8 checking whether readlinkat signature is correct... yes #11 241.9 checking for working re_compile_pattern... no #11 242.3 checking libintl.h usability... yes #11 242.5 checking libintl.h presence... yes #11 242.5 checking for libintl.h... yes #11 242.6 checking whether isblank is declared... yes #11 242.7 checking for sig2str... no #11 242.9 checking for sigdescr_np... no #11 243.1 checking for socklen_t... yes #11 243.2 checking for ssize_t... yes #11 243.4 checking for struct stat.st_atim.tv_nsec... yes #11 243.5 checking whether struct stat.st_atim is of type struct timespec... yes #11 243.6 checking for struct stat.st_birthtimespec.tv_nsec... no #11 243.7 checking for struct stat.st_birthtimensec... no #11 243.9 checking for struct stat.st_birthtim.tv_nsec... no #11 244.0 checking for bool, true, false... no #11 244.3 checking for stpcpy... yes #11 244.8 checking for working strnlen... yes #11 245.3 checking whether strtoimax works... yes #11 245.7 checking whether symlink handles trailing slash correctly... yes #11 246.0 checking whether localtime_r is declared... yes #11 246.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 246.3 checking whether localtime works even near extrema... yes #11 246.7 checking for timezone_t... no #11 246.8 checking for timegm... yes #11 247.0 checking whether timer_settime is declared... yes #11 247.1 checking for library containing timer_settime... -lrt #11 247.3 checking for timer_settime... yes #11 247.5 checking for utimensat... yes #11 247.6 checking whether utimensat works... yes #11 248.9 checking for variable-length arrays... yes #11 249.0 checking whether getdtablesize works... yes #11 249.2 checking for __mktime_internal... no #11 249.3 checking for timer_getoverrun... yes #11 249.4 checking for gcc option to disable position independent executables... not needed #11 249.4 checking for __ctype_get_mb_cur_max... yes #11 249.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 249.6 #11 249.6 Configured for 'x86_64-pc-linux-gnu'. #11 249.6 #11 249.6 Where should the build process find the source code? . #11 249.6 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 249.6 Should Emacs use the GNU version of malloc? no #11 249.6 (The GNU allocators don't work with this system configuration.) #11 249.6 Should Emacs use a relocating allocator for buffers? no #11 249.6 Should Emacs use mmap(2) for buffer allocation? no #11 249.6 What window system should Emacs use? none #11 249.6 What toolkit should Emacs use? none #11 249.6 Where do we find X Windows header files? NONE #11 249.6 Where do we find X Windows libraries? NONE #11 249.6 Does Emacs use -lXaw3d? no #11 249.6 Is Emacs being built for Android? no #11 249.6 Does Emacs use the X Double Buffer Extension? no #11 249.6 Does Emacs use -lXpm? no #11 249.6 Does Emacs use -ljpeg? no #11 249.6 Does Emacs use -ltiff? no #11 249.6 Does Emacs use a gif library? no #11 249.6 Does Emacs use a png library? no #11 249.6 Does Emacs use -lrsvg-2? no #11 249.6 Does Emacs use -lwebp? no #11 249.6 Does Emacs use -lsqlite3? no #11 249.6 Does Emacs use cairo? no #11 249.6 Does Emacs use -llcms2? no #11 249.6 Does Emacs use imagemagick? no #11 249.6 Does Emacs use native APIs for images? no #11 249.6 Does Emacs support sound? yes #11 249.6 Does Emacs use -lgpm? no #11 249.6 Does Emacs use -ldbus? yes #11 249.6 Does Emacs use -lgconf? no #11 249.6 Does Emacs use GSettings? no #11 249.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 249.6 Does Emacs use access control lists? yes -lacl -lattr #11 249.6 Does Emacs use -lselinux? no #11 249.6 Does Emacs use -lgnutls? yes #11 249.6 Does Emacs use -lxml2? no #11 249.6 Does Emacs use -lfreetype? no #11 249.6 Does Emacs use HarfBuzz? no #11 249.6 Does Emacs use -lm17n-flt? no #11 249.6 Does Emacs use -lotf? no #11 249.6 Does Emacs use -lxft? no #11 249.6 Does Emacs use -lsystemd? no #11 249.6 Does Emacs use -ljansson? no #11 249.6 Does Emacs use -ltree-sitter? no #11 249.6 Does Emacs use the GMP library? yes #11 249.6 Does Emacs directly use zlib? no #11 249.6 Does Emacs have dynamic modules support? yes #11 249.6 Does Emacs use toolkit scroll bars? no #11 249.6 Does Emacs support Xwidgets? no #11 249.6 Does Emacs have threading support in lisp? yes #11 249.6 Does Emacs support the portable dumper? yes #11 249.6 Does Emacs support legacy unexec dumping? no #11 249.6 Which dumping strategy does Emacs use? pdumper #11 249.6 Does Emacs have native lisp compiler? no #11 249.6 Does Emacs use version 2 of the X Input Extension? no #11 249.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 249.6 #11 249.6 #11 250.8 configure: creating ./config.status #11 251.2 config.status: creating src/verbose.mk #11 251.3 config.status: creating src/emacs-module.h #11 251.4 config.status: creating Makefile #11 251.5 config.status: creating lib/gnulib.mk #11 251.6 config.status: creating ./doc/man/emacs.1 #11 251.7 config.status: creating lib/Makefile #11 251.8 config.status: creating lib-src/Makefile #11 251.9 config.status: creating oldXMenu/Makefile #11 252.0 config.status: creating src/Makefile #11 252.2 config.status: creating lwlib/Makefile #11 252.3 config.status: creating nextstep/Makefile #11 252.4 config.status: creating nt/Makefile #11 252.4 config.status: creating doc/emacs/Makefile #11 252.5 config.status: creating doc/misc/Makefile #11 252.5 config.status: creating doc/lispintro/Makefile #11 252.6 config.status: creating doc/lispref/Makefile #11 252.7 config.status: creating lisp/Makefile #11 252.7 config.status: creating leim/Makefile #11 252.8 config.status: creating test/Makefile #11 252.9 config.status: creating test/manual/noverlay/Makefile #11 253.0 config.status: creating test/infra/Makefile #11 253.0 config.status: creating admin/charsets/Makefile #11 253.1 config.status: creating admin/unidata/Makefile #11 253.2 config.status: creating admin/grammars/Makefile #11 253.3 config.status: creating java/Makefile #11 253.4 config.status: creating cross/Makefile #11 253.6 config.status: creating java/AndroidManifest.xml #11 253.6 config.status: creating src/config.h #11 253.8 config.status: executing src/epaths.h commands #11 253.9 config.status: executing src/.gdbinit commands #11 253.9 config.status: executing doc/emacs/emacsver.texi commands #11 254.0 config.status: executing etc-refcards-emacsver.tex commands #11 254.1 configure: WARNING: This configuration installs a 'movemail' program #11 254.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 254.1 installed a 'movemail' program that retrieved POP3 email via only #11 254.1 insecure channels, a practice that is no longer recommended but that #11 254.1 you can continue to support by using './configure --with-pop'. #11 254.1 configure: You might want to install GNU Mailutils #11 254.1 and use './configure --with-mailutils'. #11 DONE 267.0s #12 [emacs-inotify 6/6] RUN make bootstrap #12 24.36 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 24.37 make[1]: Entering directory '/checkout' #12 24.56 make bootstrap-clean #12 24.58 make[2]: Entering directory '/checkout' #12 24.78 make -C src bootstrap-clean #12 24.80 make[3]: Entering directory '/checkout/src' #12 24.80 GEN /checkout/src/lisp.mk #12 25.29 rm -f android-emacs libemacs.so #12 25.30 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 25.32 rm -f dmpstruct.h #12 25.32 rm -f emacs.pdmp #12 25.34 rm -f ../etc/DOC #12 25.34 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 25.35 rm -f emacs-30.0.50 #12 25.35 rm -f buildobj.h #12 25.36 rm -f globals.h gl-stamp #12 25.36 rm -f ./*.res ./*.tmp #12 25.37 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 25.37 rm -f ../etc/DOC* #12 25.40 rm -f deps/* #12 25.40 rm -f emacs-module.h epaths.h config.h config.stamp #12 25.41 if test -f ./.gdbinit; then \ #12 25.41 mv ./.gdbinit ./.gdbinit.save; \ #12 25.41 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 25.41 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 25.41 fi #12 26.43 make[3]: Leaving directory '/checkout/src' #12 26.43 make -C oldXMenu bootstrap-clean #12 26.44 make[3]: Entering directory '/checkout/oldXMenu' #12 26.44 rm -f libXMenu11.a ./*.o deps/* #12 26.44 rm -f Makefile #12 26.44 rm -fr deps #12 26.44 make[3]: Leaving directory '/checkout/oldXMenu' #12 26.44 make -C lwlib bootstrap-clean #12 26.45 make[3]: Entering directory '/checkout/lwlib' #12 26.45 rm -f ./*.o liblw.a \#* deps/* #12 26.46 rm -f Makefile #12 26.46 rm -fr deps #12 26.46 rm -f TAGS #12 26.47 make[3]: Leaving directory '/checkout/lwlib' #12 26.47 make -C lib bootstrap-clean #12 26.70 make[3]: Entering directory '/checkout/lib' #12 26.70 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 26.80 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 26.81 rm -f Makefile Makefile.android #12 26.81 rm -fr deps #12 26.83 make[3]: Leaving directory '/checkout/lib' #12 26.83 make -C lib-src bootstrap-clean #12 26.85 make[3]: Entering directory '/checkout/lib-src' #12 26.85 rm -f core ./*.o ./*.res #12 26.85 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 26.85 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 26.86 rm -f TAGS Makefile blessmail Makefile.android #12 26.86 make[3]: Leaving directory '/checkout/lib-src' #12 26.86 make -C nt bootstrap-clean #12 26.87 make[3]: Entering directory '/checkout/nt' #12 26.87 rm -f core *.o *.res #12 26.88 rm -f runemacs addpm cmdproxy ddeclient #12 26.88 rm -f TAGS Makefile *.rc #12 26.88 true #12 26.89 make[3]: Leaving directory '/checkout/nt' #12 26.89 make -C doc/emacs bootstrap-clean #12 26.90 make[3]: Entering directory '/checkout/doc/emacs' #12 26.90 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 26.90 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 26.91 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 26.91 rm -f Makefile #12 26.92 rm -f \ #12 26.92 ./../../info/emacs.info \ #12 26.92 ./../../info/emacs.info-[1-9] \ #12 26.92 ./../../info/emacs.info-[1-9][0-9] #12 26.92 rm -f ./emacsver.texi TAGS #12 26.93 make[3]: Leaving directory '/checkout/doc/emacs' #12 26.93 make -C doc/misc bootstrap-clean #12 26.94 make[3]: Entering directory '/checkout/doc/misc' #12 26.94 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 26.94 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 26.94 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 26.94 rm -f gnustmp* #12 26.96 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 26.96 rm -f Makefile #12 26.97 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 26.97 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 26.97 rm -f \ #12 26.97 ./../../info/${file} \ #12 26.97 ./../../info/${file}-[1-9] \ #12 26.97 ./../../info/${file}-[1-9][0-9]; \ #12 26.97 done #12 28.67 rm -f ./modus-themes.texi ./org.texi #12 28.67 rm -f TAGS #12 28.68 make[3]: Leaving directory '/checkout/doc/misc' #12 28.68 make -C doc/lispref bootstrap-clean #12 28.69 make[3]: Entering directory '/checkout/doc/lispref' #12 28.69 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 28.69 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 28.70 rm -f elisp[12]* vol[12].tmp #12 28.70 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 28.71 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 28.71 rm -f Makefile #12 28.72 rm -f \ #12 28.72 ./../../info/elisp.info \ #12 28.72 ./../../info/elisp.info-[1-9] \ #12 28.72 ./../../info/elisp.info-[1-9][0-9] #12 28.72 rm -f TAGS #12 28.73 make[3]: Leaving directory '/checkout/doc/lispref' #12 28.73 make -C doc/lispintro bootstrap-clean #12 28.74 make[3]: Entering directory '/checkout/doc/lispintro' #12 28.74 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 28.74 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 28.75 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 28.75 rm -f Makefile #12 28.76 rm -f \ #12 28.76 ./../../info/eintr.info \ #12 28.76 ./../../info/eintr.info-[1-9] #12 28.76 rm -f TAGS #12 28.77 make[3]: Leaving directory '/checkout/doc/lispintro' #12 28.78 make -C test bootstrap-clean #12 28.78 make[3]: Entering directory '/checkout/test' #12 29.06 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 29.19 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 29.22 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 29.23 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 29.23 src/emacs-module-resources/*.dll gmp.h #12 29.23 find . -name '*.elc' -delete #12 29.26 make[3]: Leaving directory '/checkout/test' #12 29.26 make -C java bootstrap-clean #12 29.42 make[3]: Entering directory '/checkout/java' #12 29.42 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 29.43 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 29.43 find . -name '*.class' -delete #12 29.44 rm -f Makefile ndk-build.mk #12 29.45 make[3]: Leaving directory '/checkout/java' #12 29.45 make -C cross bootstrap-clean #12 29.52 make[3]: Entering directory '/checkout/cross' #12 29.52 for dir in src lib-src lib etc; do \ #12 29.52 find $dir -type f -delete; \ #12 29.52 done #12 29.54 rm -rf lib/config.h lib-src/config.h #12 29.54 if test -f ndk-build/Makefile; then \ #12 29.54 make -C ndk-build clean; \ #12 29.54 fi #12 29.55 for dir in src lib-src lib etc; do \ #12 29.55 find $dir -type l -delete; \ #12 29.55 done #12 29.56 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 29.56 rm -rf ndk-build/ndk-build.mk Makefile #12 29.71 make[3]: Leaving directory '/checkout/cross' #12 29.71 make -C nextstep bootstrap-clean #12 29.71 make[3]: Entering directory '/checkout/nextstep' #12 29.71 rm -rf #12 29.72 rm -f Makefile #12 29.72 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 29.72 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 29.72 Cocoa/Emacs.base/Contents/Info.plist \ #12 29.72 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 29.75 make[3]: Leaving directory '/checkout/nextstep' #12 29.75 make -C admin/charsets bootstrap-clean #12 29.77 make[3]: Entering directory '/checkout/admin/charsets' #12 29.77 make[3]: Nothing to be done for 'bootstrap-clean'. #12 29.77 make[3]: Leaving directory '/checkout/admin/charsets' #12 29.77 make -C admin/unidata bootstrap-clean #12 29.79 make[3]: Entering directory '/checkout/admin/unidata' #12 29.82 rm -f ./*.elc unidata.txt #12 29.83 make[3]: Leaving directory '/checkout/admin/unidata' #12 29.83 make -C leim bootstrap-clean #12 29.84 make[3]: Entering directory '/checkout/leim' #12 29.84 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 29.88 make[3]: Leaving directory '/checkout/leim' #12 29.88 make -C lisp bootstrap-clean #12 29.89 make[3]: Entering directory '/checkout/lisp' #12 30.03 find . -name '*.elc' -delete #12 30.05 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 30.05 make[3]: Leaving directory '/checkout/lisp' #12 30.05 make -C admin/grammars bootstrap-clean #12 30.06 make[3]: Entering directory '/checkout/admin/grammars' #12 30.06 make[3]: Nothing to be done for 'bootstrap-clean'. #12 30.06 make[3]: Leaving directory '/checkout/admin/grammars' #12 30.06 [ ! -f config.log ] || mv -f config.log config.log~ #12 34.37 rm -rf ./info #12 34.38 rm -f ./etc/refcards/emacsver.tex #12 34.40 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 34.41 rm -fr autom4te.cache config.cache #12 34.57 rm -f config.log ./doc/man/emacs.1 #12 34.62 make[2]: Leaving directory '/checkout' #12 34.62 cd . && ./autogen.sh autoconf #12 34.87 Checking whether you have the necessary tools... #12 34.87 (Read INSTALL.REPO for more details on building Emacs) #12 34.88 Checking for autoconf (need at least version 2.65) ... ok #12 35.66 Your system has the required tools. #12 35.74 Running 'autoreconf -fi -I m4' ... #12 67.16 Building 'aclocal.m4' in exec ... #12 67.16 Running 'autoreconf -fi' in exec ... #12 75.48 You can now run './autogen.sh git'. #12 75.48 make MAKEFILE_NAME=force-Makefile force-Makefile #12 75.56 make[2]: Entering directory '/checkout' #12 75.59 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 76.35 if [ -x ./config.status ]; then \ #12 76.35 ./config.status --recheck; \ #12 76.35 else \ #12 76.35 ./configure --cache-file=/dev/null; \ #12 76.35 fi #12 77.25 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 78.41 checking for xcrun... no #12 78.41 checking for GNU Make... make #12 78.49 checking build system type... x86_64-pc-linux-gnu #12 79.55 checking host system type... x86_64-pc-linux-gnu #12 79.70 checking for gcc... gcc #12 80.02 checking whether the C compiler works... yes #12 80.95 checking for C compiler default output file name... a.out #12 80.96 checking for suffix of executables... #12 81.37 checking whether we are cross compiling... no #12 81.70 checking for suffix of object files... o #12 81.84 checking whether we are using the GNU C compiler... yes #12 81.96 checking whether gcc accepts -g... yes #12 82.14 checking for gcc option to enable C11 features... none needed #12 82.64 checking whether the compiler is clang... no #12 82.77 checking for compiler option needed when checking for declarations... none #12 82.77 checking whether gcc and cc understand -c and -o together... yes #12 83.61 checking how to run the C preprocessor... gcc -E #12 84.71 checking for grep that handles long lines and -e... /bin/grep #12 84.73 checking for egrep... /bin/grep -E #12 84.74 checking for ANSI C header files... yes #12 93.87 checking for sys/types.h... yes #12 96.94 checking for sys/stat.h... yes #12 97.75 checking for stdlib.h... yes #12 97.84 checking for string.h... yes #12 97.93 checking for memory.h... yes #12 98.17 checking for strings.h... yes #12 98.26 checking for inttypes.h... yes #12 98.38 checking for stdint.h... yes #12 98.49 checking for unistd.h... yes #12 98.64 checking for wchar.h... yes #12 99.24 checking for minix/config.h... no #12 99.65 checking for linux/fs.h... yes #12 101.2 checking for malloc.h... yes #12 101.5 checking for sys/systeminfo.h... no #12 101.7 checking for sys/sysinfo.h... yes #12 101.9 checking for coff.h... no #12 102.2 checking for pty.h... yes #12 102.5 checking for sys/resource.h... yes #12 102.8 checking for sys/utsname.h... yes #12 106.8 checking for pwd.h... yes #12 107.0 checking for util.h... no #12 107.1 checking for sanitizer/lsan_interface.h... yes #12 107.3 checking for sanitizer/asan_interface.h... yes #12 107.4 checking for sanitizer/common_interface_defs.h... yes #12 107.5 checking for sys/socket.h... yes #12 107.7 checking for stdlib.h... (cached) yes #12 107.7 checking for unistd.h... (cached) yes #12 107.8 checking for sys/param.h... yes #12 109.5 checking for pthread.h... yes #12 109.8 checking for malloc/malloc.h... no #12 109.9 checking for sys/un.h... yes #12 110.1 checking for utmp.h... yes #12 110.3 checking for utmpx.h... yes #12 110.7 checking for OS.h... no #12 110.8 checking for dirent.h... yes #12 113.0 checking for execinfo.h... yes #12 113.3 checking for linux/xattr.h... yes #12 113.5 checking for stdio_ext.h... yes #12 113.7 checking for sys/vfs.h... yes #12 114.9 checking for sys/fs_types.h... no #12 115.1 checking for getopt.h... yes #12 115.3 checking for sys/cdefs.h... yes #12 115.5 checking for sys/time.h... yes #12 115.7 checking for ieee754.h... yes #12 115.9 checking for limits.h... yes #12 116.2 checking for inttypes.h... (cached) yes #12 116.2 checking for sys/types.h... (cached) yes #12 116.3 checking for stdint.h... (cached) yes #12 116.3 checking for sys/select.h... yes #12 116.5 checking for stdbool.h... yes #12 116.8 checking for stdckdint.h... no #12 117.1 checking for sys/random.h... yes #12 117.4 checking for sys/stat.h... (cached) yes #12 117.4 checking whether it is safe to define __EXTENSIONS__... yes #12 117.7 checking whether _XOPEN_SOURCE should be defined... no #12 117.8 checking for Minix Amsterdam compiler... no #12 117.9 checking for ar... ar #12 117.9 checking for ranlib... ranlib #12 117.9 checking for gcc option to enable large file support... none needed #12 118.1 checking for gcc option for timestamps after 2038... none needed #12 118.2 checking for g++... g++ #12 118.4 checking whether we are using the GNU C++ compiler... yes #12 118.8 checking whether g++ accepts -g... yes #12 118.8 checking for g++ option to enable C++11 features... none needed #12 216.3 checking how to run the C++ preprocessor... g++ -E #12 218.9 checking whether gcc accepts -g3 -O2... yes #12 220.9 checking whether the compiler is clang... no #12 221.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 221.7 checking whether -Wno-missing-field-initializers is needed... yes #12 222.4 checking whether -Wuninitialized is supported... yes #12 222.9 checking whether C compiler handles -fstrict-flex-arrays... no #12 223.1 checking whether C compiler handles -Wall... yes #12 223.7 checking whether C compiler handles -Warith-conversion... yes #12 224.4 checking whether C compiler handles -Wdate-time... yes #12 225.7 checking whether C compiler handles -Wdisabled-optimization... yes #12 228.1 checking whether C compiler handles -Wdouble-promotion... yes #12 231.1 checking whether C compiler handles -Wduplicated-cond... yes #12 232.1 checking whether C compiler handles -Wextra... yes #12 233.0 checking whether C compiler handles -Wformat-signedness... yes #12 235.1 checking whether C compiler handles -Winit-self... yes #12 239.2 checking whether C compiler handles -Winvalid-pch... yes #12 241.1 checking whether C compiler handles -Wlogical-op... yes #12 243.4 checking whether C compiler handles -Wmissing-declarations... yes #12 244.4 checking whether C compiler handles -Wmissing-include-dirs... yes #12 245.2 checking whether C compiler handles -Wmissing-prototypes... yes #12 246.0 checking whether C compiler handles -Wnested-externs... yes #12 247.0 checking whether C compiler handles -Wnull-dereference... yes #12 248.3 checking whether C compiler handles -Wold-style-definition... yes #12 249.8 checking whether C compiler handles -Wopenmp-simd... yes #12 252.2 checking whether C compiler handles -Wpacked... yes #12 254.8 checking whether C compiler handles -Wpointer-arith... yes #12 260.2 checking whether C compiler handles -Wstrict-flex-arrays... no #12 260.9 checking whether C compiler handles -Wstrict-prototypes... yes #12 262.7 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 264.0 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 265.5 checking whether C compiler handles -Wsuggest-final-methods... yes #12 266.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 267.7 checking whether C compiler handles -Wtrampolines... yes #12 268.6 checking whether C compiler handles -Wuninitialized... yes #12 269.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 270.8 checking whether C compiler handles -Wunused-macros... yes #12 272.1 checking whether C compiler handles -Wvariadic-macros... yes #12 273.4 checking whether C compiler handles -Wvector-operation-performance... yes #12 274.3 checking whether C compiler handles -Wwrite-strings... yes #12 276.0 checking whether C compiler handles -Warray-bounds=2... yes #12 277.8 checking whether C compiler handles -Wattribute-alias=2... yes #12 279.2 checking whether C compiler handles -Wformat=2... yes #12 281.7 checking whether C compiler handles -Wformat-truncation=2... yes #12 282.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 284.3 checking whether C compiler handles -Wshift-overflow=2... yes #12 286.7 checking whether C compiler handles -Wuse-after-free=3... no #12 287.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 288.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 290.5 checking whether C compiler handles -Wredundant-decls... yes #12 291.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 291.9 checking whether C compiler handles -Wno-override-init... yes #12 293.3 checking whether C compiler handles -Wno-sign-compare... yes #12 294.4 checking whether C compiler handles -Wno-type-limits... yes #12 297.3 checking whether C compiler handles -Wno-unused-parameter... yes #12 299.2 checking whether C compiler handles -Wno-format-nonliteral... yes #12 300.6 checking whether C compiler handles -Wno-bidi-chars... no #12 301.8 checking for a BSD-compatible install... /usr/bin/install -c #12 302.4 checking command to symlink files in the same directory... ln -s #12 303.2 checking for install-info... : #12 303.2 checking for gzip... /bin/gzip #12 303.2 checking for 'find' args to delete a file... -delete #12 303.7 checking for brew... no #12 315.7 checking for -znocombreloc... not needed #12 315.8 checking whether addresses are sanitized... no #12 317.1 checking for math library... -lm #12 326.2 checking for struct passwd.pw_gecos... yes #12 327.0 checking for pkg-config... /usr/bin/pkg-config #12 327.1 checking pkg-config is at least version 0.9.0... yes #12 327.4 checking for machine/soundcard.h... no #12 328.1 checking for sys/soundcard.h... yes #12 329.2 checking for soundcard.h... no #12 329.7 checking for mmsystem.h... no #12 330.1 checking for _oss_ioctl in -lossaudio... no #12 331.2 checking for alsa >= 1.0.0... no #12 331.4 checking for ADDR_NO_RANDOMIZE... yes #12 334.5 checking if Linux sysinfo may be used... yes #12 335.5 checking for sys/wait.h that is POSIX.1 compatible... yes #12 336.3 checking for net/if.h... yes #12 337.2 checking for ifaddrs.h... yes #12 338.0 checking for net/if_dl.h... no #12 338.7 checking for struct ifreq.ifr_flags... yes #12 339.6 checking for struct ifreq.ifr_hwaddr... yes #12 341.5 checking for struct ifreq.ifr_netmask... yes #12 343.1 checking for struct ifreq.ifr_broadaddr... yes #12 344.7 checking for struct ifreq.ifr_addr... yes #12 345.9 checking for struct ifreq.ifr_addr.sa_len... no #12 346.9 checking whether gcc understands -MMD -MF... yes #12 347.4 checking for X... no #12 347.9 checking for X... false #12 348.0 checking whether malloc is Doug Lea style... no #12 348.2 checking for sbrk... yes #12 348.7 checking for __lsan_ignore_object... no #12 349.5 checking for fchmod... yes #12 350.3 checking for utmpname... yes #12 351.0 checking for utmpxname... yes #12 352.0 checking for canonicalize_file_name... yes #12 352.8 checking for realpath... yes #12 353.7 checking for lstat... yes #12 354.5 checking for fchmodat... yes #12 355.3 checking for lchmod... no #12 355.7 checking for fcntl... yes #12 356.4 checking for fdopendir... yes #12 357.0 checking for listxattr... yes #12 357.7 checking for fstatat... yes #12 358.4 checking for fsync... yes #12 359.1 checking for gettimeofday... yes #12 359.8 checking for memset_explicit... no #12 360.7 checking for memset_s... no #12 361.4 checking for pselect... yes #12 362.1 checking for readlink... yes #12 363.4 checking for isblank... yes #12 365.8 checking for iswctype... yes #12 368.4 checking for strtoimax... yes #12 369.3 checking for symlink... yes #12 370.6 checking for localtime_r... yes #12 371.9 checking for getdtablesize... yes #12 372.7 checking for getpagesize... yes #12 373.3 checking for working mmap... yes #12 374.5 checking for main in -lXbsd... no #12 374.9 checking for pthread library... -lpthread #12 376.2 checking for thread support... yes #12 376.2 checking for sqlite3_open_v2 in -lsqlite3... no #12 376.6 checking for getaddrinfo_a in -lanl... yes #12 377.1 checking for malloc_trim... yes #12 377.7 checking for dbus-1 >= 1.0... yes #12 377.9 checking for dbus_watch_get_unix_fd... yes #12 379.2 checking for dbus_type_is_valid... yes #12 379.9 checking for dbus_validate_bus_name... yes #12 380.6 checking for dbus_validate_path... yes #12 381.3 checking for dbus_validate_interface... yes #12 382.4 checking for dbus_validate_member... yes #12 383.2 checking for lgetfilecon in -lselinux... no #12 383.6 checking for gnutls >= 2.12.2... yes #12 383.8 checking for libsystemd >= 222... no #12 383.8 checking for jansson >= 2.7... no #12 383.9 checking for tree-sitter >= 0.20.2... no #12 383.9 checking for tree-sitter >= 0.6.3... no #12 384.0 checking sys/inotify.h usability... yes #12 384.6 checking sys/inotify.h presence... yes #12 384.8 checking for sys/inotify.h... yes #12 384.9 checking for inotify_init1... yes #12 385.8 checking for lcms2... no #12 385.9 checking for library containing inflateEnd... no #12 387.1 checking for dladdr... yes #12 387.8 checking for dlfunc... no #12 388.5 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 389.1 found. #12 389.1 Please try installing libgccjit or a similar package if you want to have it #12 389.1 enabled. #12 389.1 no #12 389.1 checking libgccjit.h usability... no #12 389.5 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 389.8 were not found. #12 389.8 Please try installing libgccjit-dev or a similar package if you want to have it #12 389.8 enabled. #12 389.8 no #12 389.8 checking for libgccjit.h... no #12 389.8 checking gpm.h usability... no #12 390.4 checking gpm.h presence... no #12 390.7 checking for gpm.h... no #12 390.8 checking for libxml-2.0 > 2.6.17... no #12 390.8 checking for maillock in -lmail... no #12 391.1 checking for maillock in -llockfile... no #12 391.5 checking for liblockfile.so... no #12 391.5 checking maillock.h usability... no #12 391.8 checking maillock.h presence... no #12 392.0 checking for maillock.h... no #12 392.0 checking linux/seccomp.h usability... yes #12 392.6 checking linux/seccomp.h presence... yes #12 392.7 checking for linux/seccomp.h... yes #12 392.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 393.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 393.6 checking linux/filter.h usability... yes #12 394.0 checking linux/filter.h presence... yes #12 394.0 checking for linux/filter.h... yes #12 394.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 394.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 394.2 checking for libseccomp >= 2.5.2... no #12 394.3 checking size of long... 8 #12 395.0 checking for accept4... yes #12 395.8 checking for fchdir... yes #12 396.3 checking for gethostname... yes #12 396.9 checking for getrusage... yes #12 397.5 checking for get_current_dir_name... yes #12 398.1 checking for lrand48... yes #12 398.7 checking for random... yes #12 399.6 checking for rint... yes #12 404.7 checking for tcdrain... yes #12 406.6 checking for trunc... yes #12 409.8 checking for select... yes #12 410.2 checking for getpagesize... (cached) yes #12 410.3 checking for setlocale... yes #12 410.8 checking for newlocale... yes #12 411.3 checking for getrlimit... yes #12 411.8 checking for setrlimit... yes #12 413.5 checking for shutdown... yes #12 413.7 checking for pthread_sigmask... (cached) yes #12 413.8 checking for strsignal... yes #12 414.1 checking for setitimer... yes #12 414.6 checking for sendto... yes #12 415.3 checking for recvfrom... yes #12 415.8 checking for getsockname... yes #12 416.5 checking for getifaddrs... yes #12 417.0 checking for freeifaddrs... yes #12 417.4 checking for gai_strerror... yes #12 417.9 checking for sync... yes #12 418.3 checking for endpwent... yes #12 418.9 checking for getgrent... yes #12 419.4 checking for endgrent... yes #12 420.0 checking for renameat2... yes #12 420.5 checking for cfmakeraw... yes #12 421.0 checking for cfsetspeed... yes #12 421.9 checking for __executable_start... yes #12 422.6 checking for log2... yes #12 423.4 checking for pthread_setname_np... yes #12 424.8 checking for pthread_set_name_np... no #12 425.0 checking for getpwent... yes #12 425.2 checking whether pthread_setname_np takes a single argument... no #12 425.3 checking whether pthread_setname_np takes three arguments... no #12 425.7 checking for aligned_alloc... yes #12 427.3 checking whether aligned_alloc is declared... yes #12 427.8 checking for posix_madvise... yes #12 428.4 checking for madvise... yes #12 429.0 checking for __builtin_frame_address... yes #12 429.5 checking for __builtin_unwind_init... yes #12 430.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 430.4 checking for grantpt... yes #12 430.8 checking for getpt... yes #12 431.2 checking for posix_openpt... yes #12 431.5 checking for library containing tputs... -ltinfo #12 432.3 checking whether -ltinfo library defines BC... yes #12 432.7 checking for timerfd interface... yes #12 432.9 checking whether signals can be handled on alternate stack... yes #12 433.4 checking valgrind/valgrind.h usability... no #12 434.0 checking valgrind/valgrind.h presence... no #12 434.1 checking for valgrind/valgrind.h... no #12 434.1 checking for struct unipair.unicode... yes #12 434.3 checking for pid_t... yes #12 435.8 checking vfork.h usability... no #12 436.1 checking vfork.h presence... no #12 436.2 checking for vfork.h... no #12 436.3 checking for fork... yes #12 436.9 checking for vfork... yes #12 440.0 checking for working fork... yes #12 440.5 checking for working vfork... (cached) yes #12 440.6 checking for snprintf... yes #12 441.0 checking for open_memstream... yes #12 441.5 checking spawn.h usability... yes #12 441.8 checking spawn.h presence... yes #12 441.8 checking for spawn.h... yes #12 441.9 checking for posix_spawn... yes #12 442.0 checking for posix_spawn_file_actions_addchdir... no #12 442.2 checking for posix_spawn_file_actions_addchdir_np... yes #12 442.4 checking for posix_spawnattr_setflags... yes #12 442.8 checking whether POSIX_SPAWN_SETSID is declared... yes #12 443.0 checking whether GLib is linked in... no #12 443.3 checking for nl_langinfo and CODESET... yes #12 443.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 444.2 checking for mbstate_t... yes #12 444.8 checking for signals via characters... yes #12 445.4 checking for _setjmp... yes #12 445.7 checking for sigsetjmp... yes #12 446.4 checking POSIX termios... yes #12 447.1 checking size of speed_t... 4 #12 448.0 checking for usable FIONREAD... yes #12 448.3 checking for usable SIGIO... yes #12 449.0 checking for struct alignment... yes #12 449.5 checking for C/C++ restrict keyword... __restrict__ #12 449.9 checking for typeof syntax and keyword spelling... typeof #12 450.2 checking for statement expressions... yes #12 450.4 checking whether malloc (0) returns nonnull... yes #12 451.2 checking sys/acl.h usability... yes #12 452.1 checking sys/acl.h presence... yes #12 452.3 checking for sys/acl.h... yes #12 452.3 checking for library containing acl_get_file... -lacl #12 455.4 checking for acl_get_file... yes #12 456.4 checking for acl_get_fd... yes #12 456.8 checking for acl_set_file... yes #12 457.1 checking for acl_set_fd... yes #12 457.7 checking for acl_free... yes #12 458.2 checking for acl_from_mode... yes #12 458.8 checking for acl_from_text... yes #12 459.2 checking for acl_delete_def_file... yes #12 459.6 checking for acl_extended_file... yes #12 460.2 checking for acl_delete_fd_np... no #12 460.9 checking for acl_delete_file_np... no #12 461.4 checking for acl_copy_ext_native... no #12 462.0 checking for acl_create_entry_np... no #12 462.5 checking for acl_to_short_text... no #12 463.1 checking for acl_free_text... no #12 463.7 checking for working acl_get_file... yes #12 464.2 checking acl/libacl.h usability... yes #12 464.7 checking acl/libacl.h presence... yes #12 464.8 checking for acl/libacl.h... yes #12 464.9 checking for acl_entries... yes #12 465.3 checking for ACL_FIRST_ENTRY... yes #12 465.8 checking for ACL_TYPE_EXTENDED... no #12 466.2 checking for working alloca.h... yes #12 466.8 checking for alloca... yes #12 467.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 467.8 checking whether the preprocessor supports include_next... yes #12 468.3 checking whether source code line length is unlimited... yes #12 468.6 checking whether endutent is declared... yes #12 469.1 checking for struct utmpx.ut_user... yes #12 469.8 checking for struct utmp.ut_user... yes #12 470.2 checking for struct utmpx.ut_name... yes #12 470.8 checking for struct utmp.ut_name... yes #12 471.4 checking for struct utmpx.ut_type... yes #12 472.0 checking for struct utmp.ut_type... yes #12 472.6 checking for struct utmpx.ut_pid... yes #12 473.3 checking for struct utmp.ut_pid... yes #12 473.9 checking for struct utmp.ut_tv... yes #12 475.3 checking for struct utmpx.ut_host... yes #12 475.8 checking for struct utmp.ut_host... yes #12 476.6 checking for struct utmpx.ut_id... yes #12 477.1 checking for struct utmp.ut_id... yes #12 477.6 checking for struct utmpx.ut_session... yes #12 478.6 checking for struct utmp.ut_session... yes #12 479.0 checking for struct utmpx.ut_exit... yes #12 479.7 checking for struct utmp.ut_exit... yes #12 480.5 checking for struct utmpx.ut_exit.ut_exit... no #12 481.3 checking for struct utmpx.ut_exit.e_exit... yes #12 481.5 checking for struct utmp.ut_exit.e_exit... yes #12 481.8 checking for struct utmpx.ut_exit.ut_termination... no #12 482.6 checking for struct utmpx.ut_exit.e_termination... yes #12 483.0 checking for struct utmp.ut_exit.e_termination... yes #12 483.6 checking whether sysinfo is declared... yes #12 483.8 checking for sys/sysctl.h... yes #12 484.3 checking for sysctl... yes #12 484.8 checking whether lstat correctly handles trailing slash... yes #12 485.6 checking whether // is distinct from /... no #12 485.6 checking whether realpath works... yes #12 486.4 checking for faccessat... yes #12 486.7 checking for getcwd... yes #12 487.3 checking whether byte ordering is bigendian... no #12 488.0 checking if environ is properly declared... yes #12 488.4 checking for complete errno.h... yes #12 488.4 checking whether ctype.h defines __header_inline... no #12 488.6 checking for mode_t... yes #12 489.8 checking whether strmode is declared... no #12 490.6 checking whether getline is declared... yes #12 491.0 checking for gawk... no #12 491.1 checking for mawk... mawk #12 491.1 checking for getopt.h... (cached) yes #12 491.1 checking for getopt_long_only... yes #12 491.8 checking whether getopt is POSIX compatible... yes #12 494.4 checking for working GNU getopt function... yes #12 495.6 checking for working GNU getopt_long function... yes #12 496.2 checking whether timespec_get is declared... yes #12 496.6 checking for timespec_get... yes #12 497.3 checking for struct timeval... yes #12 497.8 checking for wide-enough struct timeval.tv_sec member... yes #12 498.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 498.3 checking whether the compiler produces multi-arch binaries... no #12 498.5 checking whether stdint.h conforms to C99... yes #12 499.9 checking whether stdint.h works without ISO C predefines... yes #12 500.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 501.4 checking whether memmem is declared... yes #12 502.3 checking whether memrchr is declared... yes #12 503.1 checking whether defines MIN and MAX... no #12 503.4 checking whether defines MIN and MAX... yes #12 503.9 checking whether time_t is signed... yes #12 504.4 checking whether alarm is declared... yes #12 505.6 checking for working mktime... no #12 507.5 checking whether struct tm is in sys/time.h or time.h... time.h #12 508.0 checking for struct tm.tm_zone... yes #12 508.3 checking for struct tm.tm_gmtoff... yes #12 508.7 checking whether is self-contained... yes #12 509.9 checking for inline... inline #12 510.4 checking for sigset_t... yes #12 511.5 checking for volatile sig_atomic_t... yes #12 512.2 checking for sighandler_t... yes #12 512.8 checking for wchar_t... yes #12 513.1 checking for good max_align_t... yes #12 513.5 checking whether NULL can be used in arbitrary expressions... yes #12 513.9 checking for unreachable... no #12 514.6 checking whether fcloseall is declared... yes #12 515.4 checking whether getw is declared... yes #12 516.0 checking whether putw is declared... yes #12 516.6 checking which flavor of printf attribute matches inttypes macros... system #12 516.9 checking whether strnlen is declared... yes #12 517.5 checking whether strtoimax is declared... yes #12 518.9 checking whether stat file-mode macros are broken... no #12 519.3 checking for nlink_t... yes #12 521.1 checking for struct timespec in ... yes #12 521.9 checking for TIME_UTC in ... yes #12 523.2 checking whether execvpe is declared... yes #12 523.9 checking whether clearerr_unlocked is declared... yes #12 524.4 checking whether feof_unlocked is declared... yes #12 525.6 checking whether ferror_unlocked is declared... yes #12 526.9 checking whether fflush_unlocked is declared... yes #12 527.6 checking whether fgets_unlocked is declared... yes #12 528.2 checking whether fputc_unlocked is declared... yes #12 529.0 checking whether fputs_unlocked is declared... yes #12 529.9 checking whether fread_unlocked is declared... yes #12 530.9 checking whether fwrite_unlocked is declared... yes #12 531.4 checking whether getc_unlocked is declared... yes #12 532.3 checking whether getchar_unlocked is declared... yes #12 533.2 checking whether putc_unlocked is declared... yes #12 535.4 checking whether putchar_unlocked is declared... yes #12 536.1 checking type of array argument to getgroups... gid_t #12 537.3 checking whether getdelim is declared... yes #12 538.0 checking whether getdtablesize is declared... yes #12 538.8 checking whether malloc is ptrdiff_t safe... yes #12 539.3 checking whether malloc, realloc, calloc set errno on failure... yes #12 539.3 checking for O_CLOEXEC... yes #12 539.8 checking for promoted mode_t type... mode_t #12 540.2 checking whether the utimes function works... yes #12 541.4 checking for C compiler option to allow warnings... -Wno-error #12 542.4 checking for alignas and alignof... yes, macros #12 543.1 checking for alloca as a compiler built-in... yes #12 543.3 checking for static_assert... yes, an macro #12 543.9 checking for __builtin_expect... yes #12 544.6 checking byteswap.h usability... yes #12 545.2 checking byteswap.h presence... yes #12 545.4 checking for byteswap.h... yes #12 545.4 checking for readlinkat... yes #12 546.2 checking for library containing clock_gettime... none required #12 546.9 checking for clock_getres... yes #12 547.9 checking for clock_gettime... yes #12 548.6 checking for clock_settime... yes #12 549.5 checking for copy_file_range... yes #12 550.2 checking for d_type member in directory struct... yes #12 551.0 checking whether // is distinct from /... (cached) no #12 551.0 checking whether dup2 works... yes #12 551.7 checking for library containing backtrace_symbols_fd... none required #12 552.4 checking for faccessat... (cached) yes #12 552.4 checking whether fchmodat works... no #12 553.5 checking for readlinkat... (cached) yes #12 553.5 checking whether fcntl handles F_DUPFD correctly... yes #12 554.8 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 556.6 checking whether fdopendir is declared... yes #12 557.1 checking whether fdopendir works... yes #12 558.4 checking for flexible array member... yes #12 559.1 checking for __fpending... yes #12 560.2 checking whether __fpending is declared... yes #12 560.7 checking whether free is known to preserve errno... no #12 561.1 checking whether fstatat (..., 0) works... yes #12 561.8 checking for sys/mount.h... yes #12 562.7 checking for statvfs function (SVR4)... yes #12 563.2 checking whether to use statvfs64... no #12 563.6 checking for two-argument statfs with statfs.f_frsize member... yes #12 564.3 checking sys/fs/s5param.h usability... no #12 564.9 checking sys/fs/s5param.h presence... no #12 565.2 checking for sys/fs/s5param.h... no #12 565.2 checking sys/statfs.h usability... yes #12 565.8 checking sys/statfs.h presence... yes #12 566.0 checking for sys/statfs.h... yes #12 566.1 checking for statfs that truncates block counts... no #12 566.5 checking for futimens... yes #12 567.1 checking whether futimens works... yes #12 569.0 checking for getline... yes #12 569.4 checking for working getline function... yes #12 570.3 checking for getloadavg... yes #12 570.8 checking sys/loadavg.h usability... no #12 571.4 checking sys/loadavg.h presence... no #12 571.8 checking for sys/loadavg.h... no #12 572.0 checking whether getloadavg is declared... yes #12 572.6 checking for getrandom... yes #12 573.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 573.7 checking for gettimeofday with POSIX signature... yes #12 574.1 checking whether the compiler supports the __inline keyword... yes #12 574.2 checking gmp.h usability... yes #12 575.0 checking gmp.h presence... yes #12 575.2 checking for gmp.h... yes #12 575.3 checking for library containing __gmpz_roinit_n... -lgmp #12 576.7 checking for memmem... yes #12 577.5 checking whether memmem works... yes #12 578.3 checking for mempcpy... yes #12 579.0 checking for memrchr... yes #12 579.9 checking for explicit_memset... no #12 580.6 checking for mkostemp... yes #12 581.6 checking for library containing nanosleep... none required #12 582.4 checking for working nanosleep... no (mishandles large arguments) #12 584.5 checking for sys/pstat.h... no #12 585.2 checking for sys/sysmp.h... no #12 585.6 checking for sys/param.h... (cached) yes #12 585.6 checking for sys/sysctl.h... (cached) yes #12 585.7 checking for sched_getaffinity_np... no #12 586.6 checking for pstat_getdynamic... no #12 587.8 checking for sysmp... no #12 588.3 checking for sysctl... (cached) yes #12 588.4 checking for sched_getaffinity... yes #12 589.1 checking for glibc compatible sched_getaffinity... yes #12 589.6 checking for pipe2... yes #12 590.3 checking whether signature of pselect conforms to POSIX... yes #12 590.9 checking whether pselect detects invalid fds... yes #12 591.8 checking whether pthread_sigmask is a macro... no #12 592.1 checking whether pthread_sigmask returns error numbers... yes #12 593.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 596.1 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 597.9 checking whether readlink signature is correct... yes #12 598.5 checking whether readlink handles trailing slash correctly... yes #12 599.6 checking whether readlink truncates results correctly... yes #12 600.3 checking for readlinkat... (cached) yes #12 600.3 checking whether readlinkat signature is correct... yes #12 600.8 checking for working re_compile_pattern... no #12 602.5 checking libintl.h usability... yes #12 603.1 checking libintl.h presence... yes #12 603.3 checking for libintl.h... yes #12 603.3 checking whether isblank is declared... yes #12 603.6 checking for sig2str... no #12 604.2 checking for sigdescr_np... no #12 605.1 checking for socklen_t... yes #12 605.9 checking for ssize_t... yes #12 606.5 checking for struct stat.st_atim.tv_nsec... yes #12 607.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 607.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 608.2 checking for struct stat.st_birthtimensec... no #12 608.9 checking for struct stat.st_birthtim.tv_nsec... no #12 609.5 checking for bool, true, false... no #12 609.9 checking for stpcpy... yes #12 610.7 checking for working strnlen... yes #12 611.6 checking whether strtoimax works... yes #12 612.6 checking whether symlink handles trailing slash correctly... yes #12 613.5 checking whether localtime_r is declared... yes #12 614.0 checking whether localtime_r is compatible with its POSIX signature... yes #12 614.3 checking whether localtime works even near extrema... yes #12 615.2 checking for timezone_t... no #12 615.6 checking for timegm... yes #12 616.5 checking whether timer_settime is declared... yes #12 616.7 checking for library containing timer_settime... -lrt #12 618.0 checking for timer_settime... yes #12 618.8 checking for utimensat... yes #12 619.5 checking whether utimensat works... yes #12 621.4 checking for variable-length arrays... yes #12 622.2 checking whether getdtablesize works... yes #12 623.1 checking for __mktime_internal... no #12 624.2 checking for timer_getoverrun... yes #12 625.1 checking for gcc option to disable position independent executables... not needed #12 625.1 checking for __ctype_get_mb_cur_max... yes #12 626.3 checking whether MB_CUR_MAX is defined to function that won't link... no #12 626.5 #12 626.5 Configured for 'x86_64-pc-linux-gnu'. #12 626.5 #12 626.5 Where should the build process find the source code? . #12 626.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 626.5 Should Emacs use the GNU version of malloc? no #12 626.5 (The GNU allocators don't work with this system configuration.) #12 626.5 Should Emacs use a relocating allocator for buffers? no #12 626.5 Should Emacs use mmap(2) for buffer allocation? no #12 626.5 What window system should Emacs use? none #12 626.5 What toolkit should Emacs use? none #12 626.5 Where do we find X Windows header files? NONE #12 626.5 Where do we find X Windows libraries? NONE #12 626.6 Does Emacs use -lXaw3d? no #12 626.6 Is Emacs being built for Android? no #12 626.6 Does Emacs use the X Double Buffer Extension? no #12 626.6 Does Emacs use -lXpm? no #12 626.6 Does Emacs use -ljpeg? no #12 626.6 Does Emacs use -ltiff? no #12 626.6 Does Emacs use a gif library? no #12 626.6 Does Emacs use a png library? no #12 626.6 Does Emacs use -lrsvg-2? no #12 626.6 Does Emacs use -lwebp? no #12 626.6 Does Emacs use -lsqlite3? no #12 626.6 Does Emacs use cairo? no #12 626.6 Does Emacs use -llcms2? no #12 626.6 Does Emacs use imagemagick? no #12 626.6 Does Emacs use native APIs for images? no #12 626.6 Does Emacs support sound? yes #12 626.6 Does Emacs use -lgpm? no #12 626.6 Does Emacs use -ldbus? yes #12 626.6 Does Emacs use -lgconf? no #12 626.6 Does Emacs use GSettings? no #12 626.6 Does Emacs use a file notification library? yes -lglibc (inotify) #12 626.6 Does Emacs use access control lists? yes -lacl -lattr #12 626.6 Does Emacs use -lselinux? no #12 626.6 Does Emacs use -lgnutls? yes #12 626.6 Does Emacs use -lxml2? no #12 626.6 Does Emacs use -lfreetype? no #12 626.6 Does Emacs use HarfBuzz? no #12 626.6 Does Emacs use -lm17n-flt? no #12 626.6 Does Emacs use -lotf? no #12 626.6 Does Emacs use -lxft? no #12 626.6 Does Emacs use -lsystemd? no #12 626.6 Does Emacs use -ljansson? no #12 626.6 Does Emacs use -ltree-sitter? no #12 626.6 Does Emacs use the GMP library? yes #12 626.6 Does Emacs directly use zlib? no #12 626.6 Does Emacs have dynamic modules support? yes #12 626.6 Does Emacs use toolkit scroll bars? no #12 626.6 Does Emacs support Xwidgets? no #12 626.6 Does Emacs have threading support in lisp? yes #12 626.6 Does Emacs support the portable dumper? yes #12 626.6 Does Emacs support legacy unexec dumping? no #12 626.6 Which dumping strategy does Emacs use? pdumper #12 626.6 Does Emacs have native lisp compiler? no #12 626.6 Does Emacs use version 2 of the X Input Extension? no #12 626.6 Does Emacs generate a smaller-size Japanese dictionary? no #12 626.6 #12 626.6 #12 628.9 configure: creating ./config.status #12 630.0 configure: WARNING: This configuration installs a 'movemail' program #12 630.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 630.0 installed a 'movemail' program that retrieved POP3 email via only #12 630.0 insecure channels, a practice that is no longer recommended but that #12 630.0 you can continue to support by using './configure --with-pop'. #12 630.1 configure: You might want to install GNU Mailutils #12 630.1 and use './configure --with-mailutils'. #12 632.8 MAKE='make' ./config.status #12 633.5 config.status: creating src/verbose.mk #12 633.8 config.status: creating src/emacs-module.h #12 634.2 config.status: creating Makefile #12 634.5 config.status: creating lib/gnulib.mk #12 635.0 config.status: creating ./doc/man/emacs.1 #12 635.3 config.status: creating lib/Makefile #12 635.6 config.status: creating lib-src/Makefile #12 635.9 config.status: creating oldXMenu/Makefile #12 636.2 config.status: creating src/Makefile #12 636.6 config.status: creating lwlib/Makefile #12 637.1 config.status: creating nextstep/Makefile #12 637.4 config.status: creating nt/Makefile #12 637.7 config.status: creating doc/emacs/Makefile #12 638.0 config.status: creating doc/misc/Makefile #12 638.4 config.status: creating doc/lispintro/Makefile #12 638.7 config.status: creating doc/lispref/Makefile #12 638.9 config.status: creating lisp/Makefile #12 639.2 config.status: creating leim/Makefile #12 639.6 config.status: creating test/Makefile #12 639.9 config.status: creating test/manual/noverlay/Makefile #12 640.2 config.status: creating test/infra/Makefile #12 640.7 config.status: creating admin/charsets/Makefile #12 641.0 config.status: creating admin/unidata/Makefile #12 641.3 config.status: creating admin/grammars/Makefile #12 641.6 config.status: creating java/Makefile #12 642.0 config.status: creating cross/Makefile #12 642.2 config.status: creating java/AndroidManifest.xml #12 642.5 config.status: creating src/config.h #12 642.9 config.status: executing src/epaths.h commands #12 643.0 make[3]: Entering directory '/checkout' #12 643.1 make[3]: Leaving directory '/checkout' #12 643.3 config.status: executing src/.gdbinit commands #12 643.4 config.status: executing doc/emacs/emacsver.texi commands #12 643.7 config.status: executing etc-refcards-emacsver.tex commands #12 643.7 make[3]: Entering directory '/checkout' #12 643.9 make[3]: Leaving directory '/checkout' #12 644.0 make[2]: Leaving directory '/checkout' #12 644.0 make actual-all #12 644.0 make[2]: Entering directory '/checkout' #12 644.8 make -C lib all #12 645.5 make[3]: Entering directory '/checkout/lib' #12 645.5 GEN alloca.h #12 645.6 GEN dirent.h #12 645.8 GEN fcntl.h #12 645.9 GEN malloc/dynarray.gl.h #12 646.0 GEN malloc/dynarray-skeleton.gl.h #12 646.1 GEN inttypes.h #12 646.2 GEN limits.h #12 646.3 GEN signal.h #12 646.4 GEN stdckdint.h #12 646.4 GEN stddef.h #12 646.5 GEN stdio.h #12 647.2 GEN stdlib.h #12 648.0 GEN string.h #12 648.3 GEN sys/random.h #12 648.4 GEN sys/select.h #12 648.5 GEN sys/stat.h #12 648.8 GEN sys/time.h #12 648.9 GEN sys/types.h #12 649.1 GEN time.h #12 649.3 GEN unistd.h #12 650.2 CC fingerprint.o #12 650.6 CC mktime.o #12 652.6 CC acl-errno-valid.o #12 653.1 CC acl-internal.o #12 653.9 CC get-permissions.o #12 654.6 CC set-permissions.o #12 656.0 CC allocator.o #12 656.5 CC binary-io.o #12 657.1 CC boot-time.o #12 658.6 CC c-ctype.o #12 659.2 CC c-strcasecmp.o #12 660.0 CC c-strncasecmp.o #12 660.5 CC careadlinkat.o #12 661.4 CC close-stream.o #12 662.2 CC copy-file-range.o #12 663.0 CC count-leading-zeros.o #12 663.7 CC count-one-bits.o #12 664.4 CC count-trailing-zeros.o #12 664.9 CC md5-stream.o #12 665.5 CC md5.o #12 667.7 CC sha1.o #12 671.7 CC sha256.o #12 679.3 CC sha512.o #12 691.7 CC dtoastr.o #12 692.6 CC dtotimespec.o #12 693.1 CC fchmodat.o #12 694.4 CC fcntl.o #12 695.6 CC file-has-acl.o #12 697.2 CC filemode.o #12 698.2 CC filevercmp.o #12 699.4 CC free.o #12 701.2 CC fsusage.o #12 701.7 CC gettime.o #12 702.0 CC malloc/dynarray_at_failure.o #12 703.6 CC malloc/dynarray_emplace_enlarge.o #12 704.3 CC malloc/dynarray_finalize.o #12 705.5 CC malloc/dynarray_resize.o #12 706.0 CC malloc/dynarray_resize_clear.o #12 706.4 CC memset_explicit.o #12 707.5 CC nanosleep.o #12 709.5 CC nproc.o #12 710.2 CC nstrftime.o #12 714.3 CC pipe2.o #12 714.7 CC qcopy-acl.o #12 715.2 CC regex.o #12 747.3 CC sig2str.o #12 748.6 CC sigdescr_np.o #12 749.2 CC stat-time.o #12 750.1 CC tempname.o #12 751.7 CC time_rz.o #12 753.0 CC timegm.o #12 753.4 CC timespec.o #12 754.0 CC timespec-add.o #12 754.6 CC timespec-sub.o #12 755.0 CC u64.o #12 755.4 CC unistd.o #12 755.8 CC openat-die.o #12 756.5 CC save-cwd.o #12 757.2 AR libgnu.a #12 758.3 make[3]: Leaving directory '/checkout/lib' #12 758.3 make -C lib-src all #12 758.3 make[3]: Entering directory '/checkout/lib-src' #12 758.3 CCLD etags #12 790.4 CCLD ctags #12 821.9 CCLD emacsclient #12 828.3 CCLD ebrowse #12 843.7 CCLD hexl #12 846.1 CC pop.o #12 846.2 CCLD movemail #12 848.0 CCLD make-docfile #12 856.3 CCLD make-fingerprint #12 857.8 make[3]: Leaving directory '/checkout/lib-src' #12 857.8 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 857.8 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 859.0 make[3]: Entering directory '/checkout/src' #12 859.0 GEN globals.h #12 860.9 CC dispnew.o #12 892.4 CC frame.o #12 913.7 CC scroll.o #12 919.1 CC xdisp.o #12 1089. CC menu.o #12 1096. CC window.o #12 1131. CC charset.o #12 1153. CC coding.o #12 1259. CC category.o #12 1264. CC ccl.o #12 1283. CC character.o #12 1293. CC chartab.o #12 1307. CC bidi.o #12 1320. CC cm.o #12 1322. CC term.o #12 1343. CC terminal.o #12 1347. CC xfaces.o #12 1378. CC dbusbind.o #12 1402. CC emacs.o #12 1414. CC keyboard.o #12 1481. CC macros.o #12 1484. CC keymap.o #12 1506. CC sysdep.o #12 1518. CC bignum.o #12 1523. CC buffer.o #12 1547. CC filelock.o #12 1553. CC insdel.o #12 1563. CC marker.o #12 1569. CC minibuf.o #12 1590. CC fileio.o #12 1621. CC dired.o #12 1629. CC cmds.o #12 1636. CC casetab.o #12 1640. CC casefiddle.o #12 1647. CC indent.o #12 1666. CC search.o #12 1688. CC regex-emacs.o #12 1740. CC undo.o #12 1744. CC alloc.o #12 1773. CC pdumper.o #12 1798. CC data.o #12 1830. GEN buildobj.h #12 1832. CC doc.o #12 1839. CC editfns.o #12 1874. CC callint.o #12 1883. CC eval.o #12 1913. CC floatfns.o #12 1920. CC fns.o #12 1972. CC sort.o #12 1978. CC font.o #12 2026. CC print.o #12 2046. CC lread.o #12 2082. CC emacs-module.o #12 2099. CC syntax.o #12 2133. CC bytecode.o #12 2152. CC comp.o #12 2155. CC dynlib.o #12 2155. CC process.o #12 2199. CC gnutls.o #12 2214. CC callproc.o #12 2222. CC region-cache.o #12 2226. CC sound.o #12 2230. CC timefns.o #12 2239. CC atimer.o #12 2242. CC doprnt.o #12 2246. CC intervals.o #12 2260. CC textprop.o #12 2276. CC composite.o #12 2294. CC xml.o #12 2296. CC lcms.o #12 2296. CC inotify.o #12 2302. CC profiler.o #12 2307. CC decompress.o #12 2308. CC thread.o #12 2313. CC systhread.o #12 2316. CC sqlite.o #12 2318. CC treesit.o #12 2320. CC itree.o #12 2326. CC terminfo.o #12 2328. CC lastfile.o #12 2330. make -C ../admin/charsets all #12 2330. make[4]: Entering directory '/checkout/admin/charsets' #12 2330. GEN ../../etc/charsets/8859-2.map #12 2331. GEN ../../etc/charsets/8859-3.map #12 2331. GEN ../../etc/charsets/8859-4.map #12 2331. GEN ../../etc/charsets/8859-5.map #12 2331. GEN ../../etc/charsets/8859-6.map #12 2331. GEN ../../etc/charsets/8859-7.map #12 2331. GEN ../../etc/charsets/8859-8.map #12 2332. GEN ../../etc/charsets/8859-9.map #12 2332. GEN ../../etc/charsets/8859-10.map #12 2332. GEN ../../etc/charsets/8859-11.map #12 2332. GEN ../../etc/charsets/8859-13.map #12 2332. GEN ../../etc/charsets/8859-14.map #12 2332. GEN ../../etc/charsets/8859-15.map #12 2332. GEN ../../etc/charsets/8859-16.map #12 2333. GEN ../../etc/charsets/IBM037.map #12 2333. GEN ../../etc/charsets/IBM038.map #12 2333. GEN ../../etc/charsets/IBM256.map #12 2333. GEN ../../etc/charsets/IBM273.map #12 2333. GEN ../../etc/charsets/IBM274.map #12 2334. GEN ../../etc/charsets/IBM275.map #12 2334. GEN ../../etc/charsets/IBM277.map #12 2334. GEN ../../etc/charsets/IBM278.map #12 2334. GEN ../../etc/charsets/IBM280.map #12 2334. GEN ../../etc/charsets/IBM281.map #12 2334. GEN ../../etc/charsets/IBM284.map #12 2335. GEN ../../etc/charsets/IBM285.map #12 2335. GEN ../../etc/charsets/IBM290.map #12 2335. GEN ../../etc/charsets/IBM297.map #12 2335. GEN ../../etc/charsets/IBM420.map #12 2335. GEN ../../etc/charsets/IBM423.map #12 2335. GEN ../../etc/charsets/IBM424.map #12 2335. GEN ../../etc/charsets/IBM437.map #12 2336. GEN ../../etc/charsets/IBM500.map #12 2336. GEN ../../etc/charsets/IBM850.map #12 2336. GEN ../../etc/charsets/IBM851.map #12 2336. GEN ../../etc/charsets/IBM852.map #12 2336. GEN ../../etc/charsets/IBM855.map #12 2336. GEN ../../etc/charsets/IBM856.map #12 2337. GEN ../../etc/charsets/IBM857.map #12 2337. GEN ../../etc/charsets/IBM860.map #12 2337. GEN ../../etc/charsets/IBM861.map #12 2337. GEN ../../etc/charsets/IBM862.map #12 2337. GEN ../../etc/charsets/IBM863.map #12 2337. GEN ../../etc/charsets/IBM864.map #12 2338. GEN ../../etc/charsets/IBM865.map #12 2338. GEN ../../etc/charsets/IBM866.map #12 2338. GEN ../../etc/charsets/IBM868.map #12 2338. GEN ../../etc/charsets/IBM869.map #12 2338. GEN ../../etc/charsets/IBM870.map #12 2338. GEN ../../etc/charsets/IBM871.map #12 2339. GEN ../../etc/charsets/IBM874.map #12 2339. GEN ../../etc/charsets/IBM875.map #12 2339. GEN ../../etc/charsets/IBM880.map #12 2339. GEN ../../etc/charsets/IBM891.map #12 2339. GEN ../../etc/charsets/IBM903.map #12 2340. GEN ../../etc/charsets/IBM904.map #12 2340. GEN ../../etc/charsets/IBM905.map #12 2340. GEN ../../etc/charsets/IBM918.map #12 2340. GEN ../../etc/charsets/IBM1004.map #12 2340. GEN ../../etc/charsets/IBM1026.map #12 2340. GEN ../../etc/charsets/IBM1047.map #12 2341. GEN ../../etc/charsets/CP737.map #12 2341. GEN ../../etc/charsets/CP775.map #12 2341. GEN ../../etc/charsets/CP1125.map #12 2341. GEN ../../etc/charsets/CP1250.map #12 2341. GEN ../../etc/charsets/CP1251.map #12 2341. GEN ../../etc/charsets/CP1252.map #12 2342. GEN ../../etc/charsets/CP1253.map #12 2342. GEN ../../etc/charsets/CP1254.map #12 2342. GEN ../../etc/charsets/CP1255.map #12 2342. GEN ../../etc/charsets/CP1256.map #12 2342. GEN ../../etc/charsets/CP1257.map #12 2342. GEN ../../etc/charsets/CP1258.map #12 2343. GEN ../../etc/charsets/CP10007.map #12 2343. GEN ../../etc/charsets/CP720.map #12 2343. GEN ../../etc/charsets/CP858.map #12 2343. GEN ../../etc/charsets/GB2312.map #12 2344. GEN ../../etc/charsets/GBK.map #12 2346. GEN ../../etc/charsets/GB180302.map #12 2350. GEN ../../etc/charsets/GB180304.map #12 2351. GEN ../../etc/charsets/BIG5.map #12 2352. GEN ../../etc/charsets/BIG5-HKSCS.map #12 2354. GEN ../../etc/charsets/CNS-1.map #12 2356. GEN ../../etc/charsets/CNS-2.map #12 2357. GEN ../../etc/charsets/CNS-3.map #12 2357. GEN ../../etc/charsets/CNS-4.map #12 2358. GEN ../../etc/charsets/CNS-5.map #12 2359. GEN ../../etc/charsets/CNS-6.map #12 2360. GEN ../../etc/charsets/CNS-7.map #12 2361. GEN ../../etc/charsets/CNS-F.map #12 2362. GEN ../../etc/charsets/JISX0201.map #12 2362. GEN ../../etc/charsets/JISX0208.map #12 2363. GEN ../../etc/charsets/JISX0212.map #12 2364. GEN ../../etc/charsets/JISX2131.map #12 2365. GEN ../../etc/charsets/JISX2132.map #12 2365. GEN ../../etc/charsets/JISC6226.map #12 2366. GEN ../../etc/charsets/CP932-2BYTE.map #12 2367. GEN ../../etc/charsets/JISX213A.map #12 2367. GEN ../../etc/charsets/KSC5601.map #12 2369. GEN ../../etc/charsets/KSC5636.map #12 2369. GEN ../../etc/charsets/JOHAB.map #12 2371. GEN ../../etc/charsets/KOI-8.map #12 2371. GEN ../../etc/charsets/KOI8-R.map #12 2371. GEN ../../etc/charsets/KOI8-U.map #12 2371. GEN ../../etc/charsets/KOI8-T.map #12 2371. GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 2372. GEN ../../etc/charsets/MIK.map #12 2372. GEN ../../etc/charsets/PTCP154.map #12 2372. GEN ../../etc/charsets/TIS-620.map #12 2372. GEN ../../etc/charsets/VISCII.map #12 2372. GEN ../../etc/charsets/VSCII.map #12 2372. GEN ../../etc/charsets/VSCII-2.map #12 2373. GEN ../../etc/charsets/KA-PS.map #12 2373. GEN ../../etc/charsets/KA-ACADEMY.map #12 2373. GEN ../../etc/charsets/HP-ROMAN8.map #12 2373. GEN ../../etc/charsets/NEXTSTEP.map #12 2373. GEN ../../etc/charsets/MACINTOSH.map #12 2373. GEN ../../etc/charsets/EBCDICUK.map #12 2373. GEN ../../etc/charsets/EBCDICUS.map #12 2374. GEN ../../etc/charsets/stdenc.map #12 2374. GEN ../../etc/charsets/symbol.map #12 2374. GEN ../../etc/charsets/CP949-2BYTE.map #12 2376. GEN ../../etc/charsets/BIG5-1.map #12 2376. GEN ../../etc/charsets/BIG5-2.map #12 2377. GEN ../../etc/charsets/MULE-ethiopic.map #12 2377. GEN ../../etc/charsets/MULE-ipa.map #12 2377. GEN ../../etc/charsets/MULE-is13194.map #12 2377. GEN ../../etc/charsets/MULE-sisheng.map #12 2377. GEN ../../etc/charsets/MULE-tibetan.map #12 2377. GEN ../../etc/charsets/MULE-lviscii.map #12 2377. GEN ../../etc/charsets/MULE-uviscii.map #12 2377. GEN ../../lisp/international/cp51932.el #12 2377. GEN ../../lisp/international/eucjp-ms.el #12 2377. GEN charsets.stamp #12 2377. make[4]: Leaving directory '/checkout/admin/charsets' #12 2377. make -C ../admin/unidata charscript.el #12 2378. make[4]: Entering directory '/checkout/admin/unidata' #12 2378. GEN ../../lisp/international/charscript.el #12 2378. make[4]: Leaving directory '/checkout/admin/unidata' #12 2378. make -C ../admin/unidata emoji-zwj.el #12 2378. make[4]: Entering directory '/checkout/admin/unidata' #12 2378. GEN ../../lisp/international/emoji-zwj.el #12 2378. make[4]: Leaving directory '/checkout/admin/unidata' #12 2378. CCLD temacs