Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1702857830:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1702857837:prepare_executor section_start:1702857837:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-0 via emba.gnu.org... section_end:1702857844:prepare_script section_start:1702857844:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] 4fc2fcb37d62748ef5fbaeddde91447de69bf2a6 -> refs/pipelines/27529 678a594..4fc2fcb master -> origin/master Checking out 4fc2fcb3 as master... Skipping Git submodules setup section_end:1702857889:get_sources section_start:1702857889:restore_cache section_end:1702857894:restore_cache section_start:1702857894:download_artifacts section_end:1702857899:download_artifacts section_start:1702857899:build_script $ docker info Client: Debug Mode: false Server: Containers: 23 Running: 5 Paused: 0 Stopped: 18 Images: 16 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-4fc2fcb37d62748ef5fbaeddde91447de69bf2a6/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 ... #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B done #2 ... #1 [internal] load build definition from Dockerfile.emba #1 DONE 24.9s #2 [internal] load .dockerignore #2 DONE 27.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.5s #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 0.0s #7 transferring context: 25.18MB 5.0s #7 transferring context: 61.77MB 10.1s #7 transferring context: 96.72MB 15.3s #7 transferring context: 122.51MB 20.4s #7 transferring context: 148.53MB 25.5s #7 transferring context: 163.45MB 30.5s #7 transferring context: 185.43MB 35.5s #7 transferring context: 220.15MB 40.5s #7 transferring context: 249.88MB 45.7s #7 transferring context: 285.80MB 49.8s done #7 DONE 51.9s #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 25.4s #9 [emacs-inotify 3/6] WORKDIR /checkout #9 DONE 1.0s #10 [emacs-inotify 4/6] RUN ./autogen.sh autoconf #10 2.027 Checking whether you have the necessary tools... #10 2.027 (Read INSTALL.REPO for more details on building Emacs) #10 2.046 Checking for autoconf (need at least version 2.65) ... ok #10 2.207 Your system has the required tools. #10 2.243 Building aclocal.m4 ... #10 2.254 Running 'autoreconf -fi -I m4' ... #10 29.42 Building 'aclocal.m4' in exec ... #10 29.42 Running 'autoreconf -fi' in exec ... #10 38.59 You can now run './autogen.sh git'. #10 DONE 39.3s #11 [emacs-inotify 5/6] RUN ./configure #11 3.221 checking for xcrun... no #11 3.221 checking for GNU Make... make #11 3.249 checking build system type... x86_64-pc-linux-gnu #11 4.159 checking host system type... x86_64-pc-linux-gnu #11 4.225 checking for gcc... gcc #11 4.388 checking whether the C compiler works... yes #11 4.928 checking for C compiler default output file name... a.out #11 4.937 checking for suffix of executables... #11 5.188 checking whether we are cross compiling... no #11 5.525 checking for suffix of object files... o #11 5.713 checking whether we are using the GNU C compiler... yes #11 5.904 checking whether gcc accepts -g... yes #11 6.104 checking for gcc option to enable C11 features... none needed #11 7.149 checking whether the compiler is clang... no #11 7.535 checking for compiler option needed when checking for declarations... none #11 7.536 checking whether gcc and cc understand -c and -o together... yes #11 9.349 checking how to run the C preprocessor... gcc -E #11 10.16 checking for grep that handles long lines and -e... /bin/grep #11 10.21 checking for egrep... /bin/grep -E #11 10.22 checking for ANSI C header files... yes #11 12.30 checking for sys/types.h... yes #11 12.94 checking for sys/stat.h... yes #11 13.44 checking for stdlib.h... yes #11 13.81 checking for string.h... yes #11 14.39 checking for memory.h... yes #11 14.97 checking for strings.h... yes #11 15.51 checking for inttypes.h... yes #11 16.14 checking for stdint.h... yes #11 16.73 checking for unistd.h... yes #11 17.31 checking for wchar.h... yes #11 18.01 checking for minix/config.h... no #11 18.65 checking for linux/fs.h... yes #11 19.48 checking for malloc.h... yes #11 20.10 checking for sys/systeminfo.h... no #11 20.41 checking for sys/sysinfo.h... yes #11 24.56 checking for coff.h... no #11 24.77 checking for pty.h... yes #11 24.94 checking for sys/resource.h... yes #11 25.30 checking for sys/utsname.h... yes #11 25.57 checking for pwd.h... yes #11 25.83 checking for util.h... no #11 26.03 checking for sanitizer/lsan_interface.h... yes #11 26.34 checking for sanitizer/asan_interface.h... yes #11 26.60 checking for sanitizer/common_interface_defs.h... yes #11 26.94 checking for sys/socket.h... yes #11 27.29 checking for stdlib.h... (cached) yes #11 27.35 checking for unistd.h... (cached) yes #11 27.40 checking for sys/param.h... yes #11 27.71 checking for pthread.h... yes #11 28.11 checking for malloc/malloc.h... no #11 28.28 checking for sys/un.h... yes #11 28.52 checking for utmp.h... yes #11 28.80 checking for utmpx.h... yes #11 29.23 checking for OS.h... no #11 29.68 checking for dirent.h... yes #11 30.04 checking for execinfo.h... yes #11 30.46 checking for linux/xattr.h... yes #11 30.93 checking for stdio_ext.h... yes #11 31.26 checking for sys/vfs.h... yes #11 31.52 checking for sys/fs_types.h... no #11 31.87 checking for getopt.h... yes #11 32.18 checking for sys/cdefs.h... yes #11 32.57 checking for sys/time.h... yes #11 33.00 checking for ieee754.h... yes #11 33.31 checking for limits.h... yes #11 33.68 checking for inttypes.h... (cached) yes #11 33.76 checking for sys/types.h... (cached) yes #11 33.82 checking for stdint.h... (cached) yes #11 33.93 checking for sys/select.h... yes #11 34.43 checking for stdbool.h... yes #11 34.74 checking for stdckdint.h... no #11 35.12 checking for sys/random.h... yes #11 35.57 checking for sys/stat.h... (cached) yes #11 35.61 checking whether it is safe to define __EXTENSIONS__... yes #11 36.17 checking whether _XOPEN_SOURCE should be defined... no #11 36.50 checking for Minix Amsterdam compiler... no #11 36.62 checking for ar... ar #11 36.62 checking for ranlib... ranlib #11 36.62 checking for gcc option to enable large file support... none needed #11 37.28 checking for gcc option for timestamps after 2038... none needed #11 37.54 checking for g++... g++ #11 37.80 checking whether we are using the GNU C++ compiler... yes #11 38.45 checking whether g++ accepts -g... yes #11 38.67 checking for g++ option to enable C++11 features... none needed #11 83.16 checking how to run the C++ preprocessor... g++ -E #11 83.52 checking whether gcc accepts -g3 -O2... yes #11 83.78 checking whether the compiler is clang... no #11 83.95 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 84.07 checking whether -Wno-missing-field-initializers is needed... yes #11 84.40 checking whether -Wuninitialized is supported... yes #11 84.63 checking whether C compiler handles -fstrict-flex-arrays... no #11 84.84 checking whether C compiler handles -Wall... yes #11 85.25 checking whether C compiler handles -Warith-conversion... yes #11 85.44 checking whether C compiler handles -Wdate-time... yes #11 85.68 checking whether C compiler handles -Wdisabled-optimization... yes #11 85.96 checking whether C compiler handles -Wdouble-promotion... yes #11 86.23 checking whether C compiler handles -Wduplicated-cond... yes #11 86.62 checking whether C compiler handles -Wextra... yes #11 86.99 checking whether C compiler handles -Wformat-signedness... yes #11 87.67 checking whether C compiler handles -Winit-self... yes #11 88.07 checking whether C compiler handles -Winvalid-pch... yes #11 88.45 checking whether C compiler handles -Wlogical-op... yes #11 88.68 checking whether C compiler handles -Wmissing-declarations... yes #11 88.91 checking whether C compiler handles -Wmissing-include-dirs... yes #11 89.26 checking whether C compiler handles -Wmissing-prototypes... yes #11 90.35 checking whether C compiler handles -Wnested-externs... yes #11 90.76 checking whether C compiler handles -Wnull-dereference... yes #11 91.09 checking whether C compiler handles -Wold-style-definition... yes #11 91.51 checking whether C compiler handles -Wopenmp-simd... yes #11 91.87 checking whether C compiler handles -Wpacked... yes #11 92.12 checking whether C compiler handles -Wpointer-arith... yes #11 92.47 checking whether C compiler handles -Wstrict-flex-arrays... no #11 92.63 checking whether C compiler handles -Wstrict-prototypes... yes #11 93.08 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 93.45 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 93.70 checking whether C compiler handles -Wsuggest-final-methods... yes #11 93.94 checking whether C compiler handles -Wsuggest-final-types... yes #11 94.28 checking whether C compiler handles -Wtrampolines... yes #11 94.63 checking whether C compiler handles -Wuninitialized... yes #11 95.04 checking whether C compiler handles -Wunknown-pragmas... yes #11 95.37 checking whether C compiler handles -Wunused-macros... yes #11 95.76 checking whether C compiler handles -Wvariadic-macros... yes #11 96.07 checking whether C compiler handles -Wvector-operation-performance... yes #11 96.47 checking whether C compiler handles -Wwrite-strings... yes #11 96.78 checking whether C compiler handles -Warray-bounds=2... yes #11 97.23 checking whether C compiler handles -Wattribute-alias=2... yes #11 97.58 checking whether C compiler handles -Wformat=2... yes #11 97.96 checking whether C compiler handles -Wformat-truncation=2... yes #11 98.30 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 98.69 checking whether C compiler handles -Wshift-overflow=2... yes #11 99.20 checking whether C compiler handles -Wuse-after-free=3... no #11 99.34 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 99.73 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 99.99 checking whether C compiler handles -Wredundant-decls... yes #11 100.3 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 100.3 checking whether C compiler handles -Wno-override-init... yes #11 100.6 checking whether C compiler handles -Wno-sign-compare... yes #11 101.0 checking whether C compiler handles -Wno-type-limits... yes #11 101.3 checking whether C compiler handles -Wno-unused-parameter... yes #11 101.7 checking whether C compiler handles -Wno-format-nonliteral... yes #11 102.0 checking whether C compiler handles -Wno-bidi-chars... no #11 102.0 checking for a BSD-compatible install... /usr/bin/install -c #11 102.1 checking command to symlink files in the same directory... ln -s #11 102.1 checking for install-info... : #11 102.1 checking for gzip... /bin/gzip #11 102.1 checking for 'find' args to delete a file... -delete #11 102.2 checking for brew... no #11 103.2 checking for -znocombreloc... not needed #11 103.2 checking whether addresses are sanitized... no #11 103.3 checking for math library... -lm #11 105.1 checking for struct passwd.pw_gecos... yes #11 105.2 checking for pkg-config... /usr/bin/pkg-config #11 105.2 checking pkg-config is at least version 0.9.0... yes #11 105.4 checking for machine/soundcard.h... no #11 105.6 checking for sys/soundcard.h... yes #11 105.9 checking for soundcard.h... no #11 106.1 checking for mmsystem.h... no #11 106.3 checking for _oss_ioctl in -lossaudio... no #11 106.7 checking for alsa >= 1.0.0... no #11 106.7 checking for ADDR_NO_RANDOMIZE... yes #11 107.0 checking if Linux sysinfo may be used... yes #11 107.5 checking for sys/wait.h that is POSIX.1 compatible... yes #11 107.8 checking for net/if.h... yes #11 108.2 checking for ifaddrs.h... yes #11 108.5 checking for net/if_dl.h... no #11 108.8 checking for struct ifreq.ifr_flags... yes #11 109.0 checking for struct ifreq.ifr_hwaddr... yes #11 109.7 checking for struct ifreq.ifr_netmask... yes #11 110.3 checking for struct ifreq.ifr_broadaddr... yes #11 111.2 checking for struct ifreq.ifr_addr... yes #11 111.8 checking for struct ifreq.ifr_addr.sa_len... no #11 112.4 checking whether gcc understands -MMD -MF... yes #11 112.6 checking for X... no #11 113.0 checking for X... false #11 113.0 checking whether malloc is Doug Lea style... no #11 113.4 checking for sbrk... yes #11 113.8 checking for __lsan_ignore_object... no #11 114.1 checking for fchmod... yes #11 114.5 checking for utmpname... yes #11 115.1 checking for utmpxname... yes #11 115.4 checking for canonicalize_file_name... yes #11 115.9 checking for realpath... yes #11 116.4 checking for lstat... yes #11 116.8 checking for fchmodat... yes #11 117.2 checking for lchmod... no #11 117.5 checking for fcntl... yes #11 117.9 checking for fdopendir... yes #11 118.3 checking for listxattr... yes #11 118.8 checking for fstatat... yes #11 119.2 checking for fsync... yes #11 119.8 checking for gettimeofday... yes #11 120.3 checking for memset_explicit... no #11 121.0 checking for memset_s... no #11 121.5 checking for pselect... yes #11 122.0 checking for readlink... yes #11 122.6 checking for isblank... yes #11 123.1 checking for iswctype... yes #11 123.4 checking for strtoimax... yes #11 123.9 checking for symlink... yes #11 124.4 checking for localtime_r... yes #11 125.0 checking for getdtablesize... yes #11 125.4 checking for getpagesize... yes #11 125.9 checking for working mmap... yes #11 126.6 checking for main in -lXbsd... no #11 126.9 checking for pthread library... -lpthread #11 128.0 checking for thread support... yes #11 128.0 checking for sqlite3_open_v2 in -lsqlite3... no #11 128.2 checking for getaddrinfo_a in -lanl... yes #11 128.6 checking for malloc_trim... yes #11 129.0 checking for dbus-1 >= 1.0... yes #11 129.1 checking for dbus_watch_get_unix_fd... yes #11 129.9 checking for dbus_type_is_valid... yes #11 130.4 checking for dbus_validate_bus_name... yes #11 130.9 checking for dbus_validate_path... yes #11 131.5 checking for dbus_validate_interface... yes #11 132.1 checking for dbus_validate_member... yes #11 132.5 checking for lgetfilecon in -lselinux... no #11 132.7 checking for gnutls >= 2.12.2... yes #11 132.8 checking for libsystemd >= 222... no #11 132.8 checking for jansson >= 2.7... no #11 132.9 checking for tree-sitter >= 0.20.2... no #11 133.0 checking for tree-sitter >= 0.6.3... no #11 133.1 checking sys/inotify.h usability... yes #11 133.4 checking sys/inotify.h presence... yes #11 133.4 checking for sys/inotify.h... yes #11 133.4 checking for inotify_init1... yes #11 134.1 checking for lcms2... no #11 134.2 checking for library containing inflateEnd... no #11 135.0 checking for dladdr... yes #11 135.5 checking for dlfunc... no #11 135.9 checking for gcc_jit_context_acquire in -lgccjit... no #11 136.2 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 136.2 found. #11 136.2 Please try installing libgccjit or a similar package if you want to have it #11 136.2 enabled. #11 136.5 no #11 136.5 checking libgccjit.h presence... no #11 136.6 checking for libgccjit.h... no #11 136.6 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 136.6 were not found. #11 136.6 Please try installing libgccjit-dev or a similar package if you want to have it #11 136.6 enabled. #11 136.6 checking gpm.h usability... no #11 136.9 checking gpm.h presence... no #11 137.0 checking for gpm.h... no #11 137.0 checking for libxml-2.0 > 2.6.17... no #11 137.1 checking for maillock in -lmail... no #11 137.4 checking for maillock in -llockfile... no #11 137.7 checking for liblockfile.so... no #11 137.7 checking maillock.h usability... no #11 138.0 checking maillock.h presence... no #11 138.1 checking for maillock.h... no #11 138.1 checking linux/seccomp.h usability... yes #11 138.4 checking linux/seccomp.h presence... yes #11 138.5 checking for linux/seccomp.h... yes #11 138.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 139.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 139.3 checking linux/filter.h usability... yes #11 139.6 checking linux/filter.h presence... yes #11 139.7 checking for linux/filter.h... yes #11 139.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 139.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 139.9 checking for libseccomp >= 2.5.2... no #11 140.0 checking size of long... 8 #11 140.8 checking for accept4... yes #11 141.4 checking for fchdir... yes #11 142.0 checking for gethostname... yes #11 142.4 checking for getrusage... yes #11 142.9 checking for get_current_dir_name... yes #11 143.3 checking for lrand48... yes #11 143.8 checking for random... yes #11 144.1 checking for rint... yes #11 144.9 checking for tcdrain... yes #11 145.3 checking for trunc... yes #11 145.7 checking for select... yes #11 146.2 checking for getpagesize... (cached) yes #11 146.2 checking for setlocale... yes #11 146.8 checking for newlocale... yes #11 147.2 checking for getrlimit... yes #11 147.7 checking for setrlimit... yes #11 148.2 checking for shutdown... yes #11 148.8 checking for pthread_sigmask... (cached) yes #11 148.8 checking for strsignal... yes #11 149.4 checking for setitimer... yes #11 149.8 checking for sendto... yes #11 150.3 checking for recvfrom... yes #11 150.8 checking for getsockname... yes #11 151.4 checking for getifaddrs... yes #11 151.7 checking for freeifaddrs... yes #11 152.1 checking for gai_strerror... yes #11 152.6 checking for sync... yes #11 152.9 checking for endpwent... yes #11 153.4 checking for getgrent... yes #11 153.8 checking for endgrent... yes #11 154.3 checking for renameat2... yes #11 154.9 checking for cfmakeraw... yes #11 155.4 checking for cfsetspeed... yes #11 156.1 checking for __executable_start... yes #11 156.7 checking for log2... yes #11 157.2 checking for pthread_setname_np... yes #11 157.7 checking for pthread_set_name_np... no #11 158.0 checking for getpwent... yes #11 158.4 checking whether pthread_setname_np takes a single argument... no #11 158.6 checking whether pthread_setname_np takes three arguments... no #11 158.8 checking for aligned_alloc... yes #11 159.3 checking whether aligned_alloc is declared... yes #11 159.6 checking for posix_madvise... yes #11 160.1 checking for madvise... yes #11 160.4 checking for __builtin_frame_address... yes #11 160.7 checking for __builtin_unwind_init... yes #11 161.1 checking for _LARGEFILE_SOURCE value needed for large files... no #11 161.5 checking for grantpt... yes #11 161.9 checking for getpt... yes #11 162.3 checking for posix_openpt... yes #11 162.7 checking for library containing tputs... -ltinfo #11 163.2 checking whether -ltinfo library defines BC... yes #11 163.5 checking for timerfd interface... yes #11 163.6 checking whether signals can be handled on alternate stack... yes #11 163.8 checking valgrind/valgrind.h usability... no #11 164.0 checking valgrind/valgrind.h presence... no #11 164.1 checking for valgrind/valgrind.h... no #11 164.1 checking for struct unipair.unicode... yes #11 164.2 checking for pid_t... yes #11 169.3 checking vfork.h usability... no #11 169.6 checking vfork.h presence... no #11 169.7 checking for vfork.h... no #11 169.8 checking for fork... yes #11 170.4 checking for vfork... yes #11 171.1 checking for working fork... yes #11 171.7 checking for working vfork... (cached) yes #11 171.8 checking for snprintf... yes #11 172.4 checking for open_memstream... yes #11 172.9 checking spawn.h usability... yes #11 173.4 checking spawn.h presence... yes #11 173.5 checking for spawn.h... yes #11 173.5 checking for posix_spawn... yes #11 174.0 checking for posix_spawn_file_actions_addchdir... no #11 174.4 checking for posix_spawn_file_actions_addchdir_np... yes #11 175.0 checking for posix_spawnattr_setflags... yes #11 175.6 checking whether POSIX_SPAWN_SETSID is declared... yes #11 175.8 checking whether GLib is linked in... no #11 176.0 checking for nl_langinfo and CODESET... yes #11 176.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 176.7 checking for mbstate_t... yes #11 177.1 checking for signals via characters... yes #11 177.4 checking for _setjmp... yes #11 177.8 checking for sigsetjmp... yes #11 178.2 checking POSIX termios... yes #11 178.7 checking size of speed_t... 4 #11 179.2 checking for usable FIONREAD... yes #11 179.6 checking for usable SIGIO... yes #11 180.0 checking for struct alignment... yes #11 180.2 checking for C/C++ restrict keyword... __restrict__ #11 180.4 checking for typeof syntax and keyword spelling... typeof #11 180.5 checking for statement expressions... yes #11 180.7 checking whether malloc (0) returns nonnull... yes #11 181.2 checking sys/acl.h usability... yes #11 181.5 checking sys/acl.h presence... yes #11 181.6 checking for sys/acl.h... yes #11 181.6 checking for library containing acl_get_file... -lacl #11 182.6 checking for acl_get_file... yes #11 183.1 checking for acl_get_fd... yes #11 183.6 checking for acl_set_file... yes #11 184.0 checking for acl_set_fd... yes #11 184.5 checking for acl_free... yes #11 184.8 checking for acl_from_mode... yes #11 185.2 checking for acl_from_text... yes #11 185.8 checking for acl_delete_def_file... yes #11 186.3 checking for acl_extended_file... yes #11 186.6 checking for acl_delete_fd_np... no #11 186.9 checking for acl_delete_file_np... no #11 187.4 checking for acl_copy_ext_native... no #11 187.9 checking for acl_create_entry_np... no #11 188.4 checking for acl_to_short_text... no #11 188.7 checking for acl_free_text... no #11 189.2 checking for working acl_get_file... yes #11 189.6 checking acl/libacl.h usability... yes #11 189.9 checking acl/libacl.h presence... yes #11 190.1 checking for acl/libacl.h... yes #11 190.1 checking for acl_entries... yes #11 190.5 checking for ACL_FIRST_ENTRY... yes #11 190.7 checking for ACL_TYPE_EXTENDED... no #11 190.9 checking for working alloca.h... yes #11 191.3 checking for alloca... yes #11 191.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 191.7 checking whether the preprocessor supports include_next... yes #11 192.0 checking whether source code line length is unlimited... yes #11 192.0 checking whether endutent is declared... yes #11 192.2 checking for struct utmpx.ut_user... yes #11 192.6 checking for struct utmp.ut_user... yes #11 193.0 checking for struct utmpx.ut_name... yes #11 193.4 checking for struct utmp.ut_name... yes #11 193.7 checking for struct utmpx.ut_type... yes #11 194.0 checking for struct utmp.ut_type... yes #11 194.2 checking for struct utmpx.ut_pid... yes #11 194.5 checking for struct utmp.ut_pid... yes #11 194.9 checking for struct utmp.ut_tv... yes #11 195.5 checking for struct utmpx.ut_host... yes #11 196.0 checking for struct utmp.ut_host... yes #11 196.5 checking for struct utmpx.ut_id... yes #11 196.8 checking for struct utmp.ut_id... yes #11 197.3 checking for struct utmpx.ut_session... yes #11 197.7 checking for struct utmp.ut_session... yes #11 198.1 checking for struct utmpx.ut_exit... yes #11 198.6 checking for struct utmp.ut_exit... yes #11 199.3 checking for struct utmpx.ut_exit.ut_exit... no #11 199.8 checking for struct utmpx.ut_exit.e_exit... yes #11 200.8 checking for struct utmp.ut_exit.e_exit... yes #11 201.9 checking for struct utmpx.ut_exit.ut_termination... no #11 202.6 checking for struct utmpx.ut_exit.e_termination... yes #11 203.0 checking for struct utmp.ut_exit.e_termination... yes #11 203.5 checking whether sysinfo is declared... yes #11 203.7 checking for sys/sysctl.h... yes #11 204.1 checking for sysctl... yes #11 204.6 checking whether lstat correctly handles trailing slash... yes #11 205.3 checking whether // is distinct from /... no #11 205.3 checking whether realpath works... yes #11 206.0 checking for faccessat... yes #11 206.4 checking for getcwd... yes #11 206.9 checking whether byte ordering is bigendian... no #11 207.6 checking if environ is properly declared... yes #11 207.9 checking for complete errno.h... yes #11 208.1 checking whether ctype.h defines __header_inline... no #11 208.2 checking for mode_t... yes #11 209.1 checking whether strmode is declared... no #11 209.5 checking whether getline is declared... yes #11 209.8 checking for gawk... no #11 209.8 checking for mawk... mawk #11 209.8 checking for getopt.h... (cached) yes #11 209.8 checking for getopt_long_only... yes #11 210.1 checking whether getopt is POSIX compatible... yes #11 211.4 checking for working GNU getopt function... yes #11 212.1 checking for working GNU getopt_long function... yes #11 212.5 checking whether timespec_get is declared... yes #11 212.7 checking for timespec_get... yes #11 213.1 checking for struct timeval... yes #11 213.3 checking for wide-enough struct timeval.tv_sec member... yes #11 213.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 213.6 checking whether the compiler produces multi-arch binaries... no #11 213.8 checking whether stdint.h conforms to C99... yes #11 214.8 checking whether stdint.h works without ISO C predefines... yes #11 215.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 215.5 checking whether memmem is declared... yes #11 215.9 checking whether memrchr is declared... yes #11 216.4 checking whether defines MIN and MAX... no #11 216.6 checking whether defines MIN and MAX... yes #11 216.9 checking whether time_t is signed... yes #11 217.3 checking whether alarm is declared... yes #11 217.6 checking for working mktime... no #11 218.7 checking whether struct tm is in sys/time.h or time.h... time.h #11 218.9 checking for struct tm.tm_zone... yes #11 219.1 checking for struct tm.tm_gmtoff... yes #11 219.3 checking whether is self-contained... yes #11 220.0 checking for inline... inline #11 220.2 checking for sigset_t... yes #11 220.8 checking for volatile sig_atomic_t... yes #11 221.2 checking for sighandler_t... yes #11 221.7 checking for wchar_t... yes #11 221.9 checking for good max_align_t... yes #11 222.0 checking whether NULL can be used in arbitrary expressions... yes #11 222.2 checking for unreachable... no #11 222.5 checking whether fcloseall is declared... yes #11 223.0 checking whether getw is declared... yes #11 223.4 checking whether putw is declared... yes #11 223.7 checking which flavor of printf attribute matches inttypes macros... system #11 224.1 checking whether strnlen is declared... yes #11 224.5 checking whether strtoimax is declared... yes #11 224.9 checking whether stat file-mode macros are broken... no #11 225.1 checking for nlink_t... yes #11 225.7 checking for struct timespec in ... yes #11 225.9 checking for TIME_UTC in ... yes #11 226.2 checking whether execvpe is declared... yes #11 226.7 checking whether clearerr_unlocked is declared... yes #11 227.1 checking whether feof_unlocked is declared... yes #11 227.4 checking whether ferror_unlocked is declared... yes #11 227.7 checking whether fflush_unlocked is declared... yes #11 228.0 checking whether fgets_unlocked is declared... yes #11 228.3 checking whether fputc_unlocked is declared... yes #11 228.6 checking whether fputs_unlocked is declared... yes #11 228.9 checking whether fread_unlocked is declared... yes #11 229.4 checking whether fwrite_unlocked is declared... yes #11 229.9 checking whether getc_unlocked is declared... yes #11 230.3 checking whether getchar_unlocked is declared... yes #11 230.9 checking whether putc_unlocked is declared... yes #11 231.2 checking whether putchar_unlocked is declared... yes #11 231.5 checking type of array argument to getgroups... gid_t #11 232.1 checking whether getdelim is declared... yes #11 232.6 checking whether getdtablesize is declared... yes #11 233.1 checking whether malloc is ptrdiff_t safe... yes #11 233.4 checking whether malloc, realloc, calloc set errno on failure... yes #11 233.4 checking for O_CLOEXEC... yes #11 233.6 checking for promoted mode_t type... mode_t #11 233.8 checking whether the utimes function works... yes #11 234.5 checking for C compiler option to allow warnings... -Wno-error #11 234.8 checking for alignas and alignof... yes, macros #11 235.1 checking for alloca as a compiler built-in... yes #11 235.1 checking for static_assert... yes, an macro #11 235.4 checking for __builtin_expect... yes #11 235.8 checking byteswap.h usability... yes #11 236.0 checking byteswap.h presence... yes #11 236.1 checking for byteswap.h... yes #11 236.1 checking for readlinkat... yes #11 236.5 checking for library containing clock_gettime... none required #11 236.9 checking for clock_getres... yes #11 237.4 checking for clock_gettime... yes #11 237.9 checking for clock_settime... yes #11 238.3 checking for copy_file_range... yes #11 238.6 checking for d_type member in directory struct... yes #11 239.1 checking whether // is distinct from /... (cached) no #11 239.1 checking whether dup2 works... yes #11 239.7 checking for library containing backtrace_symbols_fd... none required #11 240.2 checking for faccessat... (cached) yes #11 240.2 checking whether fchmodat works... no #11 241.1 checking for readlinkat... (cached) yes #11 241.1 checking whether fcntl handles F_DUPFD correctly... yes #11 241.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 242.5 checking whether fdopendir is declared... yes #11 242.8 checking whether fdopendir works... yes #11 243.4 checking for flexible array member... yes #11 243.8 checking for __fpending... yes #11 244.2 checking whether __fpending is declared... yes #11 244.5 checking whether free is known to preserve errno... no #11 244.8 checking whether fstatat (..., 0) works... yes #11 245.5 checking for sys/mount.h... yes #11 246.0 checking for statvfs function (SVR4)... yes #11 246.4 checking whether to use statvfs64... no #11 246.7 checking for two-argument statfs with statfs.f_frsize member... yes #11 247.1 checking sys/fs/s5param.h usability... no #11 247.4 checking sys/fs/s5param.h presence... no #11 247.5 checking for sys/fs/s5param.h... no #11 247.5 checking sys/statfs.h usability... yes #11 247.9 checking sys/statfs.h presence... yes #11 248.0 checking for sys/statfs.h... yes #11 248.1 checking for statfs that truncates block counts... no #11 248.2 checking for futimens... yes #11 248.6 checking whether futimens works... yes #11 250.2 checking for getline... yes #11 250.6 checking for working getline function... yes #11 251.0 checking for getloadavg... yes #11 251.5 checking sys/loadavg.h usability... no #11 251.9 checking sys/loadavg.h presence... no #11 252.1 checking for sys/loadavg.h... no #11 252.2 checking whether getloadavg is declared... yes #11 252.6 checking for getrandom... yes #11 253.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 253.5 checking for gettimeofday with POSIX signature... yes #11 253.8 checking whether the compiler supports the __inline keyword... yes #11 254.1 checking gmp.h usability... yes #11 254.5 checking gmp.h presence... yes #11 254.6 checking for gmp.h... yes #11 254.6 checking for library containing __gmpz_roinit_n... -lgmp #11 255.5 checking for memmem... yes #11 255.9 checking whether memmem works... yes #11 256.4 checking for mempcpy... yes #11 256.7 checking for memrchr... yes #11 257.1 checking for explicit_memset... no #11 257.5 checking for mkostemp... yes #11 258.0 checking for library containing nanosleep... none required #11 258.5 checking for working nanosleep... no (mishandles large arguments) #11 260.2 checking for sys/pstat.h... no #11 260.6 checking for sys/sysmp.h... no #11 260.8 checking for sys/param.h... (cached) yes #11 260.9 checking for sys/sysctl.h... (cached) yes #11 260.9 checking for sched_getaffinity_np... no #11 261.4 checking for pstat_getdynamic... no #11 261.9 checking for sysmp... no #11 262.3 checking for sysctl... (cached) yes #11 262.4 checking for sched_getaffinity... yes #11 262.7 checking for glibc compatible sched_getaffinity... yes #11 262.9 checking for pipe2... yes #11 263.2 checking whether signature of pselect conforms to POSIX... yes #11 263.5 checking whether pselect detects invalid fds... yes #11 264.0 checking whether pthread_sigmask is a macro... no #11 264.2 checking whether pthread_sigmask returns error numbers... yes #11 264.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 267.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 268.5 checking whether readlink signature is correct... yes #11 268.7 checking whether readlink handles trailing slash correctly... yes #11 269.2 checking whether readlink truncates results correctly... yes #11 269.5 checking for readlinkat... (cached) yes #11 269.5 checking whether readlinkat signature is correct... yes #11 269.6 checking for working re_compile_pattern... no #11 270.4 checking libintl.h usability... yes #11 270.6 checking libintl.h presence... yes #11 270.7 checking for libintl.h... yes #11 270.7 checking whether isblank is declared... yes #11 271.0 checking for sig2str... no #11 271.5 checking for sigdescr_np... no #11 271.9 checking for socklen_t... yes #11 272.5 checking for ssize_t... yes #11 272.8 checking for struct stat.st_atim.tv_nsec... yes #11 273.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 273.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 273.9 checking for struct stat.st_birthtimensec... no #11 274.4 checking for struct stat.st_birthtim.tv_nsec... no #11 274.8 checking for bool, true, false... no #11 275.0 checking for stpcpy... yes #11 275.3 checking for working strnlen... yes #11 275.8 checking whether strtoimax works... yes #11 276.3 checking whether symlink handles trailing slash correctly... yes #11 276.8 checking whether localtime_r is declared... yes #11 277.1 checking whether localtime_r is compatible with its POSIX signature... yes #11 277.4 checking whether localtime works even near extrema... yes #11 278.0 checking for timezone_t... no #11 278.1 checking for timegm... yes #11 278.6 checking whether timer_settime is declared... yes #11 278.8 checking for library containing timer_settime... -lrt #11 279.6 checking for timer_settime... yes #11 280.0 checking for utimensat... yes #11 280.5 checking whether utimensat works... yes #11 282.0 checking for variable-length arrays... yes #11 282.4 checking whether getdtablesize works... yes #11 283.0 checking for __mktime_internal... no #11 283.4 checking for timer_getoverrun... yes #11 283.8 checking for gcc option to disable position independent executables... not needed #11 283.8 checking for __ctype_get_mb_cur_max... yes #11 284.2 checking whether MB_CUR_MAX is defined to function that won't link... no #11 284.3 #11 284.3 Configured for 'x86_64-pc-linux-gnu'. #11 284.3 #11 284.3 Where should the build process find the source code? . #11 284.3 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 284.3 Should Emacs use the GNU version of malloc? no #11 284.3 (The GNU allocators don't work with this system configuration.) #11 284.3 Should Emacs use a relocating allocator for buffers? no #11 284.3 Should Emacs use mmap(2) for buffer allocation? no #11 284.3 What window system should Emacs use? none #11 284.3 What toolkit should Emacs use? none #11 284.3 Where do we find X Windows header files? NONE #11 284.3 Where do we find X Windows libraries? NONE #11 284.4 Does Emacs use -lXaw3d? no #11 284.4 Is Emacs being built for Android? no #11 284.4 Does Emacs use the X Double Buffer Extension? no #11 284.4 Does Emacs use -lXpm? no #11 284.4 Does Emacs use -ljpeg? no #11 284.4 Does Emacs use -ltiff? no #11 284.4 Does Emacs use a gif library? no #11 284.4 Does Emacs use a png library? no #11 284.4 Does Emacs use -lrsvg-2? no #11 284.4 Does Emacs use -lwebp? no #11 284.4 Does Emacs use -lsqlite3? no #11 284.4 Does Emacs use cairo? no #11 284.4 Does Emacs use -llcms2? no #11 284.4 Does Emacs use imagemagick? no #11 284.4 Does Emacs use native APIs for images? no #11 284.4 Does Emacs support sound? yes #11 284.4 Does Emacs use -lgpm? no #11 284.4 Does Emacs use -ldbus? yes #11 284.4 Does Emacs use -lgconf? no #11 284.4 Does Emacs use GSettings? no #11 284.4 Does Emacs use a file notification library? yes -lglibc (inotify) #11 284.4 Does Emacs use access control lists? yes -lacl -lattr #11 284.4 Does Emacs use -lselinux? no #11 284.4 Does Emacs use -lgnutls? yes #11 284.4 Does Emacs use -lxml2? no #11 284.4 Does Emacs use -lfreetype? no #11 284.4 Does Emacs use HarfBuzz? no #11 284.4 Does Emacs use -lm17n-flt? no #11 284.4 Does Emacs use -lotf? no #11 284.4 Does Emacs use -lxft? no #11 284.4 Does Emacs use -lsystemd? no #11 284.4 Does Emacs use -ljansson? no #11 284.4 Does Emacs use -ltree-sitter? no #11 284.4 Does Emacs use the GMP library? yes #11 284.4 Does Emacs directly use zlib? no #11 284.4 Does Emacs have dynamic modules support? yes #11 284.4 Does Emacs use toolkit scroll bars? no #11 284.4 Does Emacs support Xwidgets? no #11 284.4 Does Emacs have threading support in lisp? yes #11 284.4 Does Emacs support the portable dumper? yes #11 284.4 Does Emacs support legacy unexec dumping? no #11 284.4 Which dumping strategy does Emacs use? pdumper #11 284.4 Does Emacs have native lisp compiler? no #11 284.4 Does Emacs use version 2 of the X Input Extension? no #11 284.4 Does Emacs generate a smaller-size Japanese dictionary? no #11 284.4 #11 284.4 #11 285.7 configure: creating ./config.status #11 286.8 config.status: creating src/verbose.mk #11 286.9 config.status: creating src/emacs-module.h #11 287.2 config.status: creating Makefile #11 287.3 config.status: creating lib/gnulib.mk #11 287.5 config.status: creating ./doc/man/emacs.1 #11 287.7 config.status: creating lib/Makefile #11 287.9 config.status: creating lib-src/Makefile #11 288.2 config.status: creating oldXMenu/Makefile #11 288.3 config.status: creating src/Makefile #11 288.5 config.status: creating lwlib/Makefile #11 288.7 config.status: creating nextstep/Makefile #11 288.9 config.status: creating nt/Makefile #11 289.1 config.status: creating doc/emacs/Makefile #11 289.3 config.status: creating doc/misc/Makefile #11 289.5 config.status: creating doc/lispintro/Makefile #11 289.7 config.status: creating doc/lispref/Makefile #11 289.9 config.status: creating lisp/Makefile #11 290.1 config.status: creating leim/Makefile #11 290.2 config.status: creating test/Makefile #11 290.4 config.status: creating test/manual/noverlay/Makefile #11 290.6 config.status: creating test/infra/Makefile #11 290.7 config.status: creating admin/charsets/Makefile #11 290.9 config.status: creating admin/unidata/Makefile #11 291.1 config.status: creating admin/grammars/Makefile #11 291.3 config.status: creating java/Makefile #11 291.5 config.status: creating cross/Makefile #11 291.7 config.status: creating java/AndroidManifest.xml #11 291.9 config.status: creating src/config.h #11 292.1 config.status: executing src/epaths.h commands #11 292.4 config.status: executing src/.gdbinit commands #11 292.4 config.status: executing doc/emacs/emacsver.texi commands #11 292.5 config.status: executing etc-refcards-emacsver.tex commands #11 292.7 configure: WARNING: This configuration installs a 'movemail' program #11 292.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 292.7 installed a 'movemail' program that retrieved POP3 email via only #11 292.7 insecure channels, a practice that is no longer recommended but that #11 292.7 you can continue to support by using './configure --with-pop'. #11 292.7 configure: You might want to install GNU Mailutils #11 292.7 and use './configure --with-mailutils'. #11 DONE 294.6s #12 [emacs-inotify 6/6] RUN make bootstrap #12 4.979 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 5.005 make[1]: Entering directory '/checkout' #12 5.350 make bootstrap-clean #12 5.374 make[2]: Entering directory '/checkout' #12 5.642 make -C src bootstrap-clean #12 5.679 make[3]: Entering directory '/checkout/src' #12 5.679 GEN /checkout/src/lisp.mk #12 6.461 rm -f android-emacs libemacs.so #12 6.470 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 6.502 rm -f dmpstruct.h #12 6.507 rm -f emacs.pdmp #12 6.522 rm -f ../etc/DOC #12 6.538 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.554 rm -f emacs-30.0.50 #12 6.564 rm -f buildobj.h #12 6.578 rm -f globals.h gl-stamp #12 6.592 rm -f ./*.res ./*.tmp #12 6.614 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.630 rm -f ../etc/DOC* #12 6.636 rm -f deps/* #12 6.640 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.666 if test -f ./.gdbinit; then \ #12 6.666 mv ./.gdbinit ./.gdbinit.save; \ #12 6.666 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.666 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.666 fi #12 7.687 make[3]: Leaving directory '/checkout/src' #12 7.689 make -C oldXMenu bootstrap-clean #12 7.705 make[3]: Entering directory '/checkout/oldXMenu' #12 7.705 rm -f libXMenu11.a ./*.o deps/* #12 7.716 rm -f Makefile #12 7.722 rm -fr deps #12 7.723 make[3]: Leaving directory '/checkout/oldXMenu' #12 7.724 make -C lwlib bootstrap-clean #12 7.738 make[3]: Entering directory '/checkout/lwlib' #12 7.738 rm -f ./*.o liblw.a \#* deps/* #12 7.753 rm -f Makefile #12 7.758 rm -fr deps #12 7.758 rm -f TAGS #12 7.772 make[3]: Leaving directory '/checkout/lwlib' #12 7.778 make -C lib bootstrap-clean #12 8.106 make[3]: Entering directory '/checkout/lib' #12 8.106 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 8.178 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 8.178 rm -f Makefile Makefile.android #12 8.190 rm -fr deps #12 8.217 make[3]: Leaving directory '/checkout/lib' #12 8.217 make -C lib-src bootstrap-clean #12 8.238 make[3]: Entering directory '/checkout/lib-src' #12 8.238 rm -f core ./*.o ./*.res #12 8.262 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 8.265 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 8.283 rm -f TAGS Makefile blessmail Makefile.android #12 8.295 make[3]: Leaving directory '/checkout/lib-src' #12 8.295 make -C nt bootstrap-clean #12 8.311 make[3]: Entering directory '/checkout/nt' #12 8.311 rm -f core *.o *.res #12 8.329 rm -f runemacs addpm cmdproxy ddeclient #12 8.329 rm -f TAGS Makefile *.rc #12 8.338 true #12 8.348 make[3]: Leaving directory '/checkout/nt' #12 8.357 make -C doc/emacs bootstrap-clean #12 8.368 make[3]: Entering directory '/checkout/doc/emacs' #12 8.368 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.368 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.376 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 8.398 rm -f Makefile #12 8.409 rm -f \ #12 8.409 ./../../info/emacs.info \ #12 8.409 ./../../info/emacs.info-[1-9] \ #12 8.409 ./../../info/emacs.info-[1-9][0-9] #12 8.419 rm -f ./emacsver.texi TAGS #12 8.426 make[3]: Leaving directory '/checkout/doc/emacs' #12 8.427 make -C doc/misc bootstrap-clean #12 8.470 make[3]: Entering directory '/checkout/doc/misc' #12 8.470 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 8.470 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 8.470 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 8.494 rm -f gnustmp* #12 8.500 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 8.513 rm -f Makefile #12 8.523 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 8.523 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 8.523 rm -f \ #12 8.523 ./../../info/${file} \ #12 8.523 ./../../info/${file}-[1-9] \ #12 8.523 ./../../info/${file}-[1-9][0-9]; \ #12 8.523 done #12 9.870 rm -f ./modus-themes.texi ./org.texi #12 9.895 rm -f TAGS #12 9.912 make[3]: Leaving directory '/checkout/doc/misc' #12 9.912 make -C doc/lispref bootstrap-clean #12 9.925 make[3]: Entering directory '/checkout/doc/lispref' #12 9.925 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.925 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.943 rm -f elisp[12]* vol[12].tmp #12 9.961 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.966 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.994 rm -f Makefile #12 10.02 rm -f \ #12 10.02 ./../../info/elisp.info \ #12 10.02 ./../../info/elisp.info-[1-9] \ #12 10.02 ./../../info/elisp.info-[1-9][0-9] #12 10.04 rm -f TAGS #12 10.07 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.07 make -C doc/lispintro bootstrap-clean #12 10.07 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.09 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.09 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.10 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.12 rm -f Makefile #12 10.13 rm -f \ #12 10.13 ./../../info/eintr.info \ #12 10.13 ./../../info/eintr.info-[1-9] #12 10.15 rm -f TAGS #12 10.16 make[3]: Leaving directory '/checkout/doc/lispintro' #12 10.17 make -C test bootstrap-clean #12 10.19 make[3]: Entering directory '/checkout/test' #12 11.75 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 12.03 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 12.07 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 12.07 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 12.07 src/emacs-module-resources/*.dll gmp.h #12 12.08 find . -name '*.elc' -delete #12 12.13 make[3]: Leaving directory '/checkout/test' #12 12.14 make -C java bootstrap-clean #12 12.38 make[3]: Entering directory '/checkout/java' #12 12.38 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 12.39 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 12.40 find . -name '*.class' -delete #12 12.42 rm -f Makefile ndk-build.mk #12 12.44 make[3]: Leaving directory '/checkout/java' #12 12.45 make -C cross bootstrap-clean #12 12.47 make[3]: Entering directory '/checkout/cross' #12 12.47 for dir in src lib-src lib etc; do \ #12 12.47 find $dir -type f -delete; \ #12 12.47 done #12 12.52 rm -rf lib/config.h lib-src/config.h #12 12.54 if test -f ndk-build/Makefile; then \ #12 12.54 make -C ndk-build clean; \ #12 12.54 fi #12 12.54 for dir in src lib-src lib etc; do \ #12 12.54 find $dir -type l -delete; \ #12 12.54 done #12 12.59 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 12.60 rm -rf ndk-build/ndk-build.mk Makefile #12 12.61 make[3]: Leaving directory '/checkout/cross' #12 12.61 make -C nextstep bootstrap-clean #12 12.64 make[3]: Entering directory '/checkout/nextstep' #12 12.64 rm -rf #12 12.65 rm -f Makefile #12 12.66 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 12.66 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 12.66 Cocoa/Emacs.base/Contents/Info.plist \ #12 12.66 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 12.72 make[3]: Leaving directory '/checkout/nextstep' #12 12.72 make -C admin/charsets bootstrap-clean #12 12.74 make[3]: Entering directory '/checkout/admin/charsets' #12 12.74 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.74 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.75 make -C admin/unidata bootstrap-clean #12 12.75 make[3]: Entering directory '/checkout/admin/unidata' #12 12.81 rm -f ./*.elc unidata.txt #12 12.85 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.85 make -C leim bootstrap-clean #12 12.87 make[3]: Entering directory '/checkout/leim' #12 12.87 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 12.91 make[3]: Leaving directory '/checkout/leim' #12 12.91 make -C lisp bootstrap-clean #12 12.93 make[3]: Entering directory '/checkout/lisp' #12 13.09 find . -name '*.elc' -delete #12 13.16 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 13.17 make[3]: Leaving directory '/checkout/lisp' #12 13.17 make -C admin/grammars bootstrap-clean #12 13.18 make[3]: Entering directory '/checkout/admin/grammars' #12 13.18 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.18 make[3]: Leaving directory '/checkout/admin/grammars' #12 13.18 [ ! -f config.log ] || mv -f config.log config.log~ #12 13.69 rm -rf ./info #12 13.70 rm -f ./etc/refcards/emacsver.tex #12 13.71 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 13.72 rm -fr autom4te.cache config.cache #12 13.75 rm -f config.log ./doc/man/emacs.1 #12 13.76 make[2]: Leaving directory '/checkout' #12 13.76 cd . && ./autogen.sh autoconf #12 13.78 Checking whether you have the necessary tools... #12 13.78 (Read INSTALL.REPO for more details on building Emacs) #12 13.81 Checking for autoconf (need at least version 2.65) ... ok #12 13.98 Your system has the required tools. #12 14.05 Running 'autoreconf -fi -I m4' ... #12 44.32 Building 'aclocal.m4' in exec ... #12 44.32 Running 'autoreconf -fi' in exec ... #12 52.18 You can now run './autogen.sh git'. #12 52.18 make MAKEFILE_NAME=force-Makefile force-Makefile #12 52.20 make[2]: Entering directory '/checkout' #12 52.23 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 52.49 if [ -x ./config.status ]; then \ #12 52.49 ./config.status --recheck; \ #12 52.49 else \ #12 52.49 ./configure --cache-file=/dev/null; \ #12 52.49 fi #12 52.76 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion #12 53.52 checking for xcrun... no #12 53.52 checking for GNU Make... make #12 53.61 checking build system type... x86_64-pc-linux-gnu #12 54.09 checking host system type... x86_64-pc-linux-gnu #12 54.16 checking for gcc... gcc #12 54.42 checking whether the C compiler works... yes #12 54.67 checking for C compiler default output file name... a.out #12 54.67 checking for suffix of executables... #12 55.06 checking whether we are cross compiling... no #12 55.39 checking for suffix of object files... o #12 55.57 checking whether we are using the GNU C compiler... yes #12 55.84 checking whether gcc accepts -g... yes #12 55.96 checking for gcc option to enable C11 features... none needed #12 56.33 checking whether the compiler is clang... no #12 56.49 checking for compiler option needed when checking for declarations... none #12 56.49 checking whether gcc and cc understand -c and -o together... yes #12 57.42 checking how to run the C preprocessor... gcc -E #12 57.94 checking for grep that handles long lines and -e... /bin/grep #12 57.96 checking for egrep... /bin/grep -E #12 57.97 checking for ANSI C header files... yes #12 59.07 checking for sys/types.h... yes #12 59.38 checking for sys/stat.h... yes #12 59.73 checking for stdlib.h... yes #12 59.95 checking for string.h... yes #12 60.20 checking for memory.h... yes #12 60.49 checking for strings.h... yes #12 60.72 checking for inttypes.h... yes #12 61.17 checking for stdint.h... yes #12 61.38 checking for unistd.h... yes #12 61.62 checking for wchar.h... yes #12 61.97 checking for minix/config.h... no #12 62.20 checking for linux/fs.h... yes #12 62.63 checking for malloc.h... yes #12 62.97 checking for sys/systeminfo.h... no #12 63.21 checking for sys/sysinfo.h... yes #12 63.49 checking for coff.h... no #12 63.79 checking for pty.h... yes #12 64.16 checking for sys/resource.h... yes #12 64.44 checking for sys/utsname.h... yes #12 64.69 checking for pwd.h... yes #12 65.08 checking for util.h... no #12 65.47 checking for sanitizer/lsan_interface.h... yes #12 65.72 checking for sanitizer/asan_interface.h... yes #12 65.99 checking for sanitizer/common_interface_defs.h... yes #12 66.35 checking for sys/socket.h... yes #12 66.69 checking for stdlib.h... (cached) yes #12 66.74 checking for unistd.h... (cached) yes #12 66.81 checking for sys/param.h... yes #12 67.12 checking for pthread.h... yes #12 67.75 checking for malloc/malloc.h... no #12 68.09 checking for sys/un.h... yes #12 68.42 checking for utmp.h... yes #12 68.74 checking for utmpx.h... yes #12 69.10 checking for OS.h... no #12 69.47 checking for dirent.h... yes #12 69.83 checking for execinfo.h... yes #12 70.25 checking for linux/xattr.h... yes #12 70.61 checking for stdio_ext.h... yes #12 71.03 checking for sys/vfs.h... yes #12 71.31 checking for sys/fs_types.h... no #12 71.67 checking for getopt.h... yes #12 71.97 checking for sys/cdefs.h... yes #12 72.31 checking for sys/time.h... yes #12 72.57 checking for ieee754.h... yes #12 72.82 checking for limits.h... yes #12 73.21 checking for inttypes.h... (cached) yes #12 73.29 checking for sys/types.h... (cached) yes #12 73.36 checking for stdint.h... (cached) yes #12 73.45 checking for sys/select.h... yes #12 73.72 checking for stdbool.h... yes #12 74.02 checking for stdckdint.h... no #12 74.25 checking for sys/random.h... yes #12 74.58 checking for sys/stat.h... (cached) yes #12 74.61 checking whether it is safe to define __EXTENSIONS__... yes #12 74.86 checking whether _XOPEN_SOURCE should be defined... no #12 75.09 checking for Minix Amsterdam compiler... no #12 75.18 checking for ar... ar #12 75.19 checking for ranlib... ranlib #12 75.19 checking for gcc option to enable large file support... none needed #12 75.60 checking for gcc option for timestamps after 2038... none needed #12 75.77 checking for g++... g++ #12 75.99 checking whether we are using the GNU C++ compiler... yes #12 76.34 checking whether g++ accepts -g... yes #12 76.59 checking for g++ option to enable C++11 features... none needed #12 119.1 checking how to run the C++ preprocessor... g++ -E #12 119.7 checking whether gcc accepts -g3 -O2... yes #12 120.0 checking whether the compiler is clang... no #12 120.2 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 120.4 checking whether -Wno-missing-field-initializers is needed... yes #12 120.7 checking whether -Wuninitialized is supported... yes #12 120.9 checking whether C compiler handles -fstrict-flex-arrays... no #12 121.1 checking whether C compiler handles -Wall... yes #12 121.5 checking whether C compiler handles -Warith-conversion... yes #12 121.7 checking whether C compiler handles -Wdate-time... yes #12 122.1 checking whether C compiler handles -Wdisabled-optimization... yes #12 122.5 checking whether C compiler handles -Wdouble-promotion... yes #12 122.9 checking whether C compiler handles -Wduplicated-cond... yes #12 123.4 checking whether C compiler handles -Wextra... yes #12 123.8 checking whether C compiler handles -Wformat-signedness... yes #12 124.3 checking whether C compiler handles -Winit-self... yes #12 124.7 checking whether C compiler handles -Winvalid-pch... yes #12 125.1 checking whether C compiler handles -Wlogical-op... yes #12 125.4 checking whether C compiler handles -Wmissing-declarations... yes #12 125.8 checking whether C compiler handles -Wmissing-include-dirs... yes #12 126.2 checking whether C compiler handles -Wmissing-prototypes... yes #12 126.6 checking whether C compiler handles -Wnested-externs... yes #12 126.9 checking whether C compiler handles -Wnull-dereference... yes #12 127.3 checking whether C compiler handles -Wold-style-definition... yes #12 127.6 checking whether C compiler handles -Wopenmp-simd... yes #12 128.0 checking whether C compiler handles -Wpacked... yes #12 128.4 checking whether C compiler handles -Wpointer-arith... yes #12 128.8 checking whether C compiler handles -Wstrict-flex-arrays... no #12 129.0 checking whether C compiler handles -Wstrict-prototypes... yes #12 129.5 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 129.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 130.2 checking whether C compiler handles -Wsuggest-final-methods... yes #12 130.7 checking whether C compiler handles -Wsuggest-final-types... yes #12 131.1 checking whether C compiler handles -Wtrampolines... yes #12 131.7 checking whether C compiler handles -Wuninitialized... yes #12 132.1 checking whether C compiler handles -Wunknown-pragmas... yes #12 132.5 checking whether C compiler handles -Wunused-macros... yes #12 132.9 checking whether C compiler handles -Wvariadic-macros... yes #12 133.2 checking whether C compiler handles -Wvector-operation-performance... yes #12 133.6 checking whether C compiler handles -Wwrite-strings... yes #12 134.1 checking whether C compiler handles -Warray-bounds=2... yes #12 134.6 checking whether C compiler handles -Wattribute-alias=2... yes #12 135.1 checking whether C compiler handles -Wformat=2... yes #12 135.4 checking whether C compiler handles -Wformat-truncation=2... yes #12 135.9 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 136.3 checking whether C compiler handles -Wshift-overflow=2... yes #12 136.8 checking whether C compiler handles -Wuse-after-free=3... no #12 137.1 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 137.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 137.8 checking whether C compiler handles -Wredundant-decls... yes #12 138.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 138.2 checking whether C compiler handles -Wno-override-init... yes #12 138.5 checking whether C compiler handles -Wno-sign-compare... yes #12 138.9 checking whether C compiler handles -Wno-type-limits... yes #12 139.4 checking whether C compiler handles -Wno-unused-parameter... yes #12 139.9 checking whether C compiler handles -Wno-format-nonliteral... yes #12 140.4 checking whether C compiler handles -Wno-bidi-chars... no #12 140.6 checking for a BSD-compatible install... /usr/bin/install -c #12 140.7 checking command to symlink files in the same directory... ln -s #12 140.7 checking for install-info... : #12 140.7 checking for gzip... /bin/gzip #12 140.7 checking for 'find' args to delete a file... -delete #12 140.7 checking for brew... no #12 141.7 checking for -znocombreloc... not needed #12 141.7 checking whether addresses are sanitized... no #12 141.8 checking for math library... -lm #12 143.3 checking for struct passwd.pw_gecos... yes #12 143.6 checking for pkg-config... /usr/bin/pkg-config #12 143.6 checking pkg-config is at least version 0.9.0... yes #12 143.6 checking for machine/soundcard.h... no #12 143.8 checking for sys/soundcard.h... yes #12 144.0 checking for soundcard.h... no #12 146.1 checking for mmsystem.h... no #12 146.2 checking for _oss_ioctl in -lossaudio... no #12 146.4 checking for alsa >= 1.0.0... no #12 146.5 checking for ADDR_NO_RANDOMIZE... yes #12 146.9 checking if Linux sysinfo may be used... yes #12 147.4 checking for sys/wait.h that is POSIX.1 compatible... yes #12 147.7 checking for net/if.h... yes #12 148.1 checking for ifaddrs.h... yes #12 148.5 checking for net/if_dl.h... no #12 148.7 checking for struct ifreq.ifr_flags... yes #12 149.1 checking for struct ifreq.ifr_hwaddr... yes #12 149.9 checking for struct ifreq.ifr_netmask... yes #12 150.4 checking for struct ifreq.ifr_broadaddr... yes #12 150.9 checking for struct ifreq.ifr_addr... yes #12 151.8 checking for struct ifreq.ifr_addr.sa_len... no #12 152.4 checking whether gcc understands -MMD -MF... yes #12 152.5 checking for X... no #12 152.9 checking for X... false #12 152.9 checking whether malloc is Doug Lea style... no #12 153.0 checking for sbrk... yes #12 153.4 checking for __lsan_ignore_object... no #12 153.6 checking for fchmod... yes #12 153.9 checking for utmpname... yes #12 154.0 checking for utmpxname... yes #12 154.2 checking for canonicalize_file_name... yes #12 154.5 checking for realpath... yes #12 154.8 checking for lstat... yes #12 155.3 checking for fchmodat... yes #12 156.4 checking for lchmod... no #12 156.6 checking for fcntl... yes #12 156.9 checking for fdopendir... yes #12 157.3 checking for listxattr... yes #12 157.6 checking for fstatat... yes #12 158.3 checking for fsync... yes #12 158.5 checking for gettimeofday... yes #12 158.8 checking for memset_explicit... no #12 159.4 checking for memset_s... no #12 159.8 checking for pselect... yes #12 160.2 checking for readlink... yes #12 160.5 checking for isblank... yes #12 160.9 checking for iswctype... yes #12 162.5 checking for strtoimax... yes #12 162.9 checking for symlink... yes #12 163.3 checking for localtime_r... yes #12 163.8 checking for getdtablesize... yes #12 164.3 checking for getpagesize... yes #12 168.1 checking for working mmap... yes #12 168.7 checking for main in -lXbsd... no #12 168.9 checking for pthread library... -lpthread #12 169.6 checking for thread support... yes #12 169.6 checking for sqlite3_open_v2 in -lsqlite3... no #12 169.7 checking for getaddrinfo_a in -lanl... yes #12 170.0 checking for malloc_trim... yes #12 170.3 checking for dbus-1 >= 1.0... yes #12 170.4 checking for dbus_watch_get_unix_fd... yes #12 170.8 checking for dbus_type_is_valid... yes #12 171.8 checking for dbus_validate_bus_name... yes #12 172.3 checking for dbus_validate_path... yes #12 172.7 checking for dbus_validate_interface... yes #12 173.1 checking for dbus_validate_member... yes #12 173.4 checking for lgetfilecon in -lselinux... no #12 173.6 checking for gnutls >= 2.12.2... yes #12 173.8 checking for libsystemd >= 222... no #12 173.8 checking for jansson >= 2.7... no #12 173.9 checking for tree-sitter >= 0.20.2... no #12 174.0 checking for tree-sitter >= 0.6.3... no #12 174.0 checking sys/inotify.h usability... yes #12 174.3 checking sys/inotify.h presence... yes #12 174.4 checking for sys/inotify.h... yes #12 174.4 checking for inotify_init1... yes #12 175.1 checking for lcms2... no #12 175.2 checking for library containing inflateEnd... no #12 175.9 checking for dladdr... yes #12 176.2 checking for dlfunc... no #12 176.7 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 177.0 found. #12 177.0 Please try installing libgccjit or a similar package if you want to have it #12 177.0 enabled. #12 177.1 no #12 177.1 checking libgccjit.h usability... no #12 177.3 checking libgccjit.h presence... no #12 177.4 checking for libgccjit.h... no #12 177.4 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 177.4 were not found. #12 177.4 Please try installing libgccjit-dev or a similar package if you want to have it #12 177.4 enabled. #12 177.5 checking gpm.h usability... no #12 177.8 checking gpm.h presence... no #12 177.8 checking for gpm.h... no #12 177.8 checking for libxml-2.0 > 2.6.17... no #12 177.9 checking for maillock in -lmail... no #12 178.3 checking for maillock in -llockfile... no #12 178.6 checking for liblockfile.so... no #12 178.6 checking maillock.h usability... no #12 178.9 checking maillock.h presence... no #12 179.1 checking for maillock.h... no #12 179.1 checking linux/seccomp.h usability... yes #12 179.5 checking linux/seccomp.h presence... yes #12 179.7 checking for linux/seccomp.h... yes #12 179.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 180.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 180.3 checking linux/filter.h usability... yes #12 180.6 checking linux/filter.h presence... yes #12 180.7 checking for linux/filter.h... yes #12 180.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 180.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 180.9 checking for libseccomp >= 2.5.2... no #12 180.9 checking size of long... 8 #12 181.6 checking for accept4... yes #12 182.0 checking for fchdir... yes #12 182.4 checking for gethostname... yes #12 182.9 checking for getrusage... yes #12 183.4 checking for get_current_dir_name... yes #12 183.9 checking for lrand48... yes #12 184.4 checking for random... yes #12 185.0 checking for rint... yes #12 185.6 checking for tcdrain... yes #12 186.1 checking for trunc... yes #12 186.7 checking for select... yes #12 187.2 checking for getpagesize... (cached) yes #12 187.3 checking for setlocale... yes #12 187.8 checking for newlocale... yes #12 188.3 checking for getrlimit... yes #12 188.8 checking for setrlimit... yes #12 189.3 checking for shutdown... yes #12 189.7 checking for pthread_sigmask... (cached) yes #12 189.8 checking for strsignal... yes #12 190.2 checking for setitimer... yes #12 190.7 checking for sendto... yes #12 191.2 checking for recvfrom... yes #12 191.8 checking for getsockname... yes #12 192.4 checking for getifaddrs... yes #12 192.9 checking for freeifaddrs... yes #12 193.3 checking for gai_strerror... yes #12 193.8 checking for sync... yes #12 194.4 checking for endpwent... yes #12 195.1 checking for getgrent... yes #12 195.7 checking for endgrent... yes #12 196.3 checking for renameat2... yes #12 196.5 checking for cfmakeraw... yes #12 197.1 checking for cfsetspeed... yes #12 197.6 checking for __executable_start... yes #12 198.2 checking for log2... yes #12 198.9 checking for pthread_setname_np... yes #12 199.4 checking for pthread_set_name_np... no #12 199.8 checking for getpwent... yes #12 200.3 checking whether pthread_setname_np takes a single argument... no #12 200.5 checking whether pthread_setname_np takes three arguments... no #12 200.8 checking for aligned_alloc... yes #12 201.3 checking whether aligned_alloc is declared... yes #12 201.6 checking for posix_madvise... yes #12 202.1 checking for madvise... yes #12 202.5 checking for __builtin_frame_address... yes #12 202.8 checking for __builtin_unwind_init... yes #12 203.2 checking for _LARGEFILE_SOURCE value needed for large files... no #12 203.8 checking for grantpt... yes #12 204.4 checking for getpt... yes #12 204.9 checking for posix_openpt... yes #12 205.3 checking for library containing tputs... -ltinfo #12 206.4 checking whether -ltinfo library defines BC... yes #12 206.8 checking for timerfd interface... yes #12 207.1 checking whether signals can be handled on alternate stack... yes #12 207.4 checking valgrind/valgrind.h usability... no #12 207.7 checking valgrind/valgrind.h presence... no #12 207.9 checking for valgrind/valgrind.h... no #12 207.9 checking for struct unipair.unicode... yes #12 208.3 checking for pid_t... yes #12 209.0 checking vfork.h usability... no #12 209.4 checking vfork.h presence... no #12 209.6 checking for vfork.h... no #12 209.7 checking for fork... yes #12 210.1 checking for vfork... yes #12 210.5 checking for working fork... yes #12 211.1 checking for working vfork... (cached) yes #12 211.1 checking for snprintf... yes #12 211.6 checking for open_memstream... yes #12 212.2 checking spawn.h usability... yes #12 212.6 checking spawn.h presence... yes #12 212.7 checking for spawn.h... yes #12 212.7 checking for posix_spawn... yes #12 213.1 checking for posix_spawn_file_actions_addchdir... no #12 213.6 checking for posix_spawn_file_actions_addchdir_np... yes #12 214.2 checking for posix_spawnattr_setflags... yes #12 214.8 checking whether POSIX_SPAWN_SETSID is declared... yes #12 215.0 checking whether GLib is linked in... no #12 215.2 checking for nl_langinfo and CODESET... yes #12 215.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 216.2 checking for mbstate_t... yes #12 216.7 checking for signals via characters... yes #12 217.0 checking for _setjmp... yes #12 217.5 checking for sigsetjmp... yes #12 217.9 checking POSIX termios... yes #12 218.3 checking size of speed_t... 4 #12 218.9 checking for usable FIONREAD... yes #12 219.2 checking for usable SIGIO... yes #12 219.6 checking for struct alignment... yes #12 219.8 checking for C/C++ restrict keyword... __restrict__ #12 220.0 checking for typeof syntax and keyword spelling... typeof #12 220.2 checking for statement expressions... yes #12 220.3 checking whether malloc (0) returns nonnull... yes #12 220.8 checking sys/acl.h usability... yes #12 221.0 checking sys/acl.h presence... yes #12 221.1 checking for sys/acl.h... yes #12 221.1 checking for library containing acl_get_file... -lacl #12 221.8 checking for acl_get_file... yes #12 222.1 checking for acl_get_fd... yes #12 222.4 checking for acl_set_file... yes #12 222.8 checking for acl_set_fd... yes #12 223.3 checking for acl_free... yes #12 223.7 checking for acl_from_mode... yes #12 224.1 checking for acl_from_text... yes #12 224.7 checking for acl_delete_def_file... yes #12 225.2 checking for acl_extended_file... yes #12 225.9 checking for acl_delete_fd_np... no #12 226.5 checking for acl_delete_file_np... no #12 227.0 checking for acl_copy_ext_native... no #12 227.6 checking for acl_create_entry_np... no #12 228.1 checking for acl_to_short_text... no #12 228.5 checking for acl_free_text... no #12 229.0 checking for working acl_get_file... yes #12 229.4 checking acl/libacl.h usability... yes #12 229.8 checking acl/libacl.h presence... yes #12 229.9 checking for acl/libacl.h... yes #12 229.9 checking for acl_entries... yes #12 230.3 checking for ACL_FIRST_ENTRY... yes #12 230.5 checking for ACL_TYPE_EXTENDED... no #12 230.7 checking for working alloca.h... yes #12 231.2 checking for alloca... yes #12 231.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 231.5 checking whether the preprocessor supports include_next... yes #12 231.9 checking whether source code line length is unlimited... yes #12 232.0 checking whether endutent is declared... yes #12 232.3 checking for struct utmpx.ut_user... yes #12 232.7 checking for struct utmp.ut_user... yes #12 233.0 checking for struct utmpx.ut_name... yes #12 233.4 checking for struct utmp.ut_name... yes #12 233.7 checking for struct utmpx.ut_type... yes #12 234.0 checking for struct utmp.ut_type... yes #12 234.4 checking for struct utmpx.ut_pid... yes #12 234.8 checking for struct utmp.ut_pid... yes #12 235.4 checking for struct utmp.ut_tv... yes #12 235.9 checking for struct utmpx.ut_host... yes #12 236.1 checking for struct utmp.ut_host... yes #12 236.5 checking for struct utmpx.ut_id... yes #12 236.8 checking for struct utmp.ut_id... yes #12 237.2 checking for struct utmpx.ut_session... yes #12 237.6 checking for struct utmp.ut_session... yes #12 238.0 checking for struct utmpx.ut_exit... yes #12 238.8 checking for struct utmp.ut_exit... yes #12 239.6 checking for struct utmpx.ut_exit.ut_exit... no #12 240.1 checking for struct utmpx.ut_exit.e_exit... yes #12 240.5 checking for struct utmp.ut_exit.e_exit... yes #12 241.0 checking for struct utmpx.ut_exit.ut_termination... no #12 241.6 checking for struct utmpx.ut_exit.e_termination... yes #12 242.0 checking for struct utmp.ut_exit.e_termination... yes #12 242.4 checking whether sysinfo is declared... yes #12 242.7 checking for sys/sysctl.h... yes #12 243.2 checking for sysctl... yes #12 243.8 checking whether lstat correctly handles trailing slash... yes #12 244.5 checking whether // is distinct from /... no #12 244.6 checking whether realpath works... yes #12 245.4 checking for faccessat... yes #12 245.8 checking for getcwd... yes #12 246.2 checking whether byte ordering is bigendian... no #12 247.0 checking if environ is properly declared... yes #12 247.2 checking for complete errno.h... yes #12 247.3 checking whether ctype.h defines __header_inline... no #12 247.4 checking for mode_t... yes #12 248.0 checking whether strmode is declared... no #12 248.4 checking whether getline is declared... yes #12 249.3 checking for gawk... no #12 249.4 checking for mawk... mawk #12 249.4 checking for getopt.h... (cached) yes #12 249.4 checking for getopt_long_only... yes #12 249.9 checking whether getopt is POSIX compatible... yes #12 251.5 checking for working GNU getopt function... yes #12 252.3 checking for working GNU getopt_long function... yes #12 252.8 checking whether timespec_get is declared... yes #12 253.1 checking for timespec_get... yes #12 253.6 checking for struct timeval... yes #12 253.8 checking for wide-enough struct timeval.tv_sec member... yes #12 254.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 254.2 checking whether the compiler produces multi-arch binaries... no #12 254.4 checking whether stdint.h conforms to C99... yes #12 255.4 checking whether stdint.h works without ISO C predefines... yes #12 255.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 256.1 checking whether memmem is declared... yes #12 256.5 checking whether memrchr is declared... yes #12 256.9 checking whether defines MIN and MAX... no #12 257.1 checking whether defines MIN and MAX... yes #12 257.4 checking whether time_t is signed... yes #12 257.7 checking whether alarm is declared... yes #12 258.2 checking for working mktime... no #12 259.2 checking whether struct tm is in sys/time.h or time.h... time.h #12 259.5 checking for struct tm.tm_zone... yes #12 259.8 checking for struct tm.tm_gmtoff... yes #12 260.0 checking whether is self-contained... yes #12 261.2 checking for inline... inline #12 261.4 checking for sigset_t... yes #12 261.8 checking for volatile sig_atomic_t... yes #12 262.2 checking for sighandler_t... yes #12 262.6 checking for wchar_t... yes #12 262.9 checking for good max_align_t... yes #12 263.2 checking whether NULL can be used in arbitrary expressions... yes #12 263.4 checking for unreachable... no #12 263.9 checking whether fcloseall is declared... yes #12 264.5 checking whether getw is declared... yes #12 265.0 checking whether putw is declared... yes #12 265.4 checking which flavor of printf attribute matches inttypes macros... system #12 265.8 checking whether strnlen is declared... yes #12 266.3 checking whether strtoimax is declared... yes #12 266.8 checking whether stat file-mode macros are broken... no #12 267.1 checking for nlink_t... yes #12 267.6 checking for struct timespec in ... yes #12 267.8 checking for TIME_UTC in ... yes #12 268.1 checking whether execvpe is declared... yes #12 268.7 checking whether clearerr_unlocked is declared... yes #12 269.2 checking whether feof_unlocked is declared... yes #12 269.6 checking whether ferror_unlocked is declared... yes #12 270.0 checking whether fflush_unlocked is declared... yes #12 270.4 checking whether fgets_unlocked is declared... yes #12 271.0 checking whether fputc_unlocked is declared... yes #12 271.4 checking whether fputs_unlocked is declared... yes #12 271.8 checking whether fread_unlocked is declared... yes #12 272.4 checking whether fwrite_unlocked is declared... yes #12 272.8 checking whether getc_unlocked is declared... yes #12 273.2 checking whether getchar_unlocked is declared... yes #12 273.6 checking whether putc_unlocked is declared... yes #12 274.0 checking whether putchar_unlocked is declared... yes #12 274.4 checking type of array argument to getgroups... gid_t #12 274.8 checking whether getdelim is declared... yes #12 275.2 checking whether getdtablesize is declared... yes #12 275.7 checking whether malloc is ptrdiff_t safe... yes #12 276.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 276.0 checking for O_CLOEXEC... yes #12 276.3 checking for promoted mode_t type... mode_t #12 276.5 checking whether the utimes function works... yes #12 277.4 checking for C compiler option to allow warnings... -Wno-error #12 278.0 checking for alignas and alignof... yes, macros #12 278.5 checking for alloca as a compiler built-in... yes #12 278.6 checking for static_assert... yes, an macro #12 279.0 checking for __builtin_expect... yes #12 279.4 checking byteswap.h usability... yes #12 279.7 checking byteswap.h presence... yes #12 279.8 checking for byteswap.h... yes #12 279.8 checking for readlinkat... yes #12 280.2 checking for library containing clock_gettime... none required #12 280.7 checking for clock_getres... yes #12 281.2 checking for clock_gettime... yes #12 281.8 checking for clock_settime... yes #12 282.2 checking for copy_file_range... yes #12 282.7 checking for d_type member in directory struct... yes #12 283.3 checking whether // is distinct from /... (cached) no #12 283.3 checking whether dup2 works... yes #12 284.0 checking for library containing backtrace_symbols_fd... none required #12 284.4 checking for faccessat... (cached) yes #12 284.4 checking whether fchmodat works... no #12 285.3 checking for readlinkat... (cached) yes #12 285.3 checking whether fcntl handles F_DUPFD correctly... yes #12 286.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 286.6 checking whether fdopendir is declared... yes #12 286.9 checking whether fdopendir works... yes #12 287.4 checking for flexible array member... yes #12 287.9 checking for __fpending... yes #12 288.5 checking whether __fpending is declared... yes #12 288.8 checking whether free is known to preserve errno... no #12 289.0 checking whether fstatat (..., 0) works... yes #12 289.6 checking for sys/mount.h... yes #12 290.0 checking for statvfs function (SVR4)... yes #12 290.5 checking whether to use statvfs64... no #12 290.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 291.4 checking sys/fs/s5param.h usability... no #12 291.8 checking sys/fs/s5param.h presence... no #12 292.0 checking for sys/fs/s5param.h... no #12 292.0 checking sys/statfs.h usability... yes #12 292.5 checking sys/statfs.h presence... yes #12 292.7 checking for sys/statfs.h... yes #12 292.7 checking for statfs that truncates block counts... no #12 292.9 checking for futimens... yes #12 293.4 checking whether futimens works... yes #12 295.0 checking for getline... yes #12 295.5 checking for working getline function... yes #12 296.1 checking for getloadavg... yes #12 296.5 checking sys/loadavg.h usability... no #12 296.9 checking sys/loadavg.h presence... no #12 297.1 checking for sys/loadavg.h... no #12 297.2 checking whether getloadavg is declared... yes #12 297.6 checking for getrandom... yes #12 298.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 298.4 checking for gettimeofday with POSIX signature... yes #12 298.8 checking whether the compiler supports the __inline keyword... yes #12 299.1 checking gmp.h usability... yes #12 299.7 checking gmp.h presence... yes #12 299.9 checking for gmp.h... yes #12 300.0 checking for library containing __gmpz_roinit_n... -lgmp #12 301.0 checking for memmem... yes #12 301.6 checking whether memmem works... yes #12 302.2 checking for mempcpy... yes #12 302.7 checking for memrchr... yes #12 303.1 checking for explicit_memset... no #12 303.6 checking for mkostemp... yes #12 304.1 checking for library containing nanosleep... none required #12 304.5 checking for working nanosleep... no (mishandles large arguments) #12 306.2 checking for sys/pstat.h... no #12 306.7 checking for sys/sysmp.h... no #12 307.1 checking for sys/param.h... (cached) yes #12 307.2 checking for sys/sysctl.h... (cached) yes #12 307.2 checking for sched_getaffinity_np... no #12 307.9 checking for pstat_getdynamic... no #12 308.5 checking for sysmp... no #12 309.0 checking for sysctl... (cached) yes #12 309.1 checking for sched_getaffinity... yes #12 309.6 checking for glibc compatible sched_getaffinity... yes #12 309.9 checking for pipe2... yes #12 310.5 checking whether signature of pselect conforms to POSIX... yes #12 311.0 checking whether pselect detects invalid fds... yes #12 311.5 checking whether pthread_sigmask is a macro... no #12 311.8 checking whether pthread_sigmask returns error numbers... yes #12 312.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 315.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 315.9 checking whether readlink signature is correct... yes #12 316.1 checking whether readlink handles trailing slash correctly... yes #12 316.6 checking whether readlink truncates results correctly... yes #12 317.9 checking for readlinkat... (cached) yes #12 317.9 checking whether readlinkat signature is correct... yes #12 318.1 checking for working re_compile_pattern... no #12 319.2 checking libintl.h usability... yes #12 319.6 checking libintl.h presence... yes #12 319.7 checking for libintl.h... yes #12 319.8 checking whether isblank is declared... yes #12 320.1 checking for sig2str... no #12 320.6 checking for sigdescr_np... no #12 321.0 checking for socklen_t... yes #12 321.5 checking for ssize_t... yes #12 321.8 checking for struct stat.st_atim.tv_nsec... yes #12 322.1 checking whether struct stat.st_atim is of type struct timespec... yes #12 322.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 322.8 checking for struct stat.st_birthtimensec... no #12 323.3 checking for struct stat.st_birthtim.tv_nsec... no #12 323.8 checking for bool, true, false... no #12 324.0 checking for stpcpy... yes #12 324.5 checking for working strnlen... yes #12 325.0 checking whether strtoimax works... yes #12 325.5 checking whether symlink handles trailing slash correctly... yes #12 326.1 checking whether localtime_r is declared... yes #12 326.5 checking whether localtime_r is compatible with its POSIX signature... yes #12 326.8 checking whether localtime works even near extrema... yes #12 327.4 checking for timezone_t... no #12 327.7 checking for timegm... yes #12 328.3 checking whether timer_settime is declared... yes #12 328.6 checking for library containing timer_settime... -lrt #12 329.4 checking for timer_settime... yes #12 330.0 checking for utimensat... yes #12 330.5 checking whether utimensat works... yes #12 332.0 checking for variable-length arrays... yes #12 332.4 checking whether getdtablesize works... yes #12 333.1 checking for __mktime_internal... no #12 333.7 checking for timer_getoverrun... yes #12 334.3 checking for gcc option to disable position independent executables... not needed #12 334.3 checking for __ctype_get_mb_cur_max... yes #12 334.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 334.9 #12 334.9 Configured for 'x86_64-pc-linux-gnu'. #12 334.9 #12 334.9 Where should the build process find the source code? . #12 334.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 334.9 Should Emacs use the GNU version of malloc? no #12 334.9 (The GNU allocators don't work with this system configuration.) #12 334.9 Should Emacs use a relocating allocator for buffers? no #12 334.9 Should Emacs use mmap(2) for buffer allocation? no #12 334.9 What window system should Emacs use? none #12 334.9 What toolkit should Emacs use? none #12 334.9 Where do we find X Windows header files? NONE #12 334.9 Where do we find X Windows libraries? NONE #12 334.9 Does Emacs use -lXaw3d? no #12 334.9 Is Emacs being built for Android? no #12 334.9 Does Emacs use the X Double Buffer Extension? no #12 334.9 Does Emacs use -lXpm? no #12 334.9 Does Emacs use -ljpeg? no #12 334.9 Does Emacs use -ltiff? no #12 334.9 Does Emacs use a gif library? no #12 334.9 Does Emacs use a png library? no #12 334.9 Does Emacs use -lrsvg-2? no #12 334.9 Does Emacs use -lwebp? no #12 334.9 Does Emacs use -lsqlite3? no #12 334.9 Does Emacs use cairo? no #12 334.9 Does Emacs use -llcms2? no #12 334.9 Does Emacs use imagemagick? no #12 334.9 Does Emacs use native APIs for images? no #12 334.9 Does Emacs support sound? yes #12 334.9 Does Emacs use -lgpm? no #12 334.9 Does Emacs use -ldbus? yes #12 334.9 Does Emacs use -lgconf? no #12 334.9 Does Emacs use GSettings? no #12 334.9 Does Emacs use a file notification library? yes -lglibc (inotify) #12 334.9 Does Emacs use access control lists? yes -lacl -lattr #12 334.9 Does Emacs use -lselinux? no #12 334.9 Does Emacs use -lgnutls? yes #12 334.9 Does Emacs use -lxml2? no #12 334.9 Does Emacs use -lfreetype? no #12 334.9 Does Emacs use HarfBuzz? no #12 334.9 Does Emacs use -lm17n-flt? no #12 334.9 Does Emacs use -lotf? no #12 334.9 Does Emacs use -lxft? no #12 334.9 Does Emacs use -lsystemd? no #12 334.9 Does Emacs use -ljansson? no #12 334.9 Does Emacs use -ltree-sitter? no #12 334.9 Does Emacs use the GMP library? yes #12 334.9 Does Emacs directly use zlib? no #12 334.9 Does Emacs have dynamic modules support? yes #12 334.9 Does Emacs use toolkit scroll bars? no #12 334.9 Does Emacs support Xwidgets? no #12 334.9 Does Emacs have threading support in lisp? yes #12 334.9 Does Emacs support the portable dumper? yes #12 334.9 Does Emacs support legacy unexec dumping? no #12 334.9 Which dumping strategy does Emacs use? pdumper #12 334.9 Does Emacs have native lisp compiler? no #12 334.9 Does Emacs use version 2 of the X Input Extension? no #12 334.9 Does Emacs generate a smaller-size Japanese dictionary? no #12 334.9 #12 334.9 #12 336.1 configure: creating ./config.status #12 336.8 configure: WARNING: This configuration installs a 'movemail' program #12 336.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 336.8 installed a 'movemail' program that retrieved POP3 email via only #12 336.8 insecure channels, a practice that is no longer recommended but that #12 336.8 you can continue to support by using './configure --with-pop'. #12 336.8 configure: You might want to install GNU Mailutils #12 336.8 and use './configure --with-mailutils'. #12 337.9 MAKE='make' ./config.status #12 338.4 config.status: creating src/verbose.mk #12 338.6 config.status: creating src/emacs-module.h #12 338.8 config.status: creating Makefile #12 338.9 config.status: creating lib/gnulib.mk #12 339.2 config.status: creating ./doc/man/emacs.1 #12 339.4 config.status: creating lib/Makefile #12 339.7 config.status: creating lib-src/Makefile #12 339.9 config.status: creating oldXMenu/Makefile #12 340.1 config.status: creating src/Makefile #12 340.2 config.status: creating lwlib/Makefile #12 340.4 config.status: creating nextstep/Makefile #12 340.6 config.status: creating nt/Makefile #12 340.8 config.status: creating doc/emacs/Makefile #12 341.0 config.status: creating doc/misc/Makefile #12 341.2 config.status: creating doc/lispintro/Makefile #12 341.3 config.status: creating doc/lispref/Makefile #12 341.5 config.status: creating lisp/Makefile #12 341.6 config.status: creating leim/Makefile #12 341.8 config.status: creating test/Makefile #12 341.9 config.status: creating test/manual/noverlay/Makefile #12 342.0 config.status: creating test/infra/Makefile #12 342.2 config.status: creating admin/charsets/Makefile #12 342.5 config.status: creating admin/unidata/Makefile #12 342.7 config.status: creating admin/grammars/Makefile #12 342.9 config.status: creating java/Makefile #12 343.1 config.status: creating cross/Makefile #12 343.3 config.status: creating java/AndroidManifest.xml #12 343.5 config.status: creating src/config.h #12 343.7 config.status: executing src/epaths.h commands #12 343.7 make[3]: Entering directory '/checkout' #12 343.9 make[3]: Leaving directory '/checkout' #12 344.0 config.status: executing src/.gdbinit commands #12 344.0 config.status: executing doc/emacs/emacsver.texi commands #12 344.1 config.status: executing etc-refcards-emacsver.tex commands #12 344.1 make[3]: Entering directory '/checkout' #12 344.2 make[3]: Leaving directory '/checkout' #12 344.2 make[2]: Leaving directory '/checkout' #12 344.2 make actual-all #12 344.3 make[2]: Entering directory '/checkout' #12 344.6 make -C lib all #12 344.9 make[3]: Entering directory '/checkout/lib' #12 344.9 GEN alloca.h #12 345.0 GEN dirent.h #12 345.1 GEN fcntl.h #12 345.1 GEN malloc/dynarray.gl.h #12 345.2 GEN malloc/dynarray-skeleton.gl.h #12 345.3 GEN inttypes.h #12 345.4 GEN limits.h #12 345.4 GEN signal.h #12 345.5 GEN stdckdint.h #12 345.6 GEN stddef.h #12 345.6 GEN stdio.h #12 345.9 GEN stdlib.h #12 346.3 GEN string.h #12 346.6 GEN sys/random.h #12 346.7 GEN sys/select.h #12 346.8 GEN sys/stat.h #12 346.9 GEN sys/time.h #12 347.0 GEN sys/types.h #12 347.0 GEN time.h #12 347.1 GEN unistd.h #12 347.8 CC fingerprint.o #12 348.1 CC mktime.o #12 349.0 CC acl-errno-valid.o #12 349.3 CC acl-internal.o #12 349.7 CC get-permissions.o #12 350.3 CC set-permissions.o #12 351.0 CC allocator.o #12 351.3 CC binary-io.o #12 351.6 CC boot-time.o #12 352.2 CC c-ctype.o #12 352.6 CC c-strcasecmp.o #12 352.9 CC c-strncasecmp.o #12 353.2 CC careadlinkat.o #12 353.8 CC close-stream.o #12 354.1 CC copy-file-range.o #12 354.6 CC count-leading-zeros.o #12 354.9 CC count-one-bits.o #12 355.3 CC count-trailing-zeros.o #12 355.6 CC md5-stream.o #12 356.0 CC md5.o #12 357.2 CC sha1.o #12 359.2 CC sha256.o #12 363.5 CC sha512.o #12 369.0 CC dtoastr.o #12 369.5 CC dtotimespec.o #12 369.8 CC fchmodat.o #12 370.3 CC fcntl.o #12 370.9 CC file-has-acl.o #12 371.9 CC filemode.o #12 372.3 CC filevercmp.o #12 373.0 CC free.o #12 373.4 CC fsusage.o #12 373.8 CC gettime.o #12 374.0 CC malloc/dynarray_at_failure.o #12 374.4 CC malloc/dynarray_emplace_enlarge.o #12 374.7 CC malloc/dynarray_finalize.o #12 375.1 CC malloc/dynarray_resize.o #12 375.5 CC malloc/dynarray_resize_clear.o #12 375.8 CC memset_explicit.o #12 376.0 CC nanosleep.o #12 376.5 CC nproc.o #12 377.2 CC nstrftime.o #12 380.0 CC pipe2.o #12 380.5 CC qcopy-acl.o #12 380.9 CC regex.o #12 399.1 CC sig2str.o #12 399.6 CC sigdescr_np.o #12 400.0 CC stat-time.o #12 400.4 CC tempname.o #12 401.2 CC time_rz.o #12 402.0 CC timegm.o #12 402.2 CC timespec.o #12 402.5 CC timespec-add.o #12 402.8 CC timespec-sub.o #12 403.2 CC u64.o #12 403.3 CC unistd.o #12 403.6 CC openat-die.o #12 404.0 CC save-cwd.o #12 404.4 AR libgnu.a #12 405.1 make[3]: Leaving directory '/checkout/lib' #12 405.1 make -C lib-src all #12 405.1 make[3]: Entering directory '/checkout/lib-src' #12 405.1 CCLD etags #12 423.3 CCLD ctags #12 441.2 CCLD emacsclient #12 444.6 CCLD ebrowse #12 452.6 CCLD hexl #12 454.0 CC pop.o #12 454.2 CCLD movemail #12 455.3 CCLD make-docfile #12 459.0 CCLD make-fingerprint #12 459.8 make[3]: Leaving directory '/checkout/lib-src' #12 459.8 make -C src BIN_DESTDIR=''/usr/local/bin/'' \ #12 459.8 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all #12 460.2 make[3]: Entering directory '/checkout/src' #12 460.3 GEN globals.h #12 461.7 CC dispnew.o #12 477.2 CC frame.o #12 488.5 CC scroll.o #12 491.1 CC xdisp.o #12 576.5 CC menu.o #12 580.4 CC window.o #12 606.0 CC charset.o #12 616.7 CC coding.o #12 663.8 CC category.o #12 666.4 CC ccl.o #12 675.6 CC character.o #12 681.0 CC chartab.o #12 688.1 CC bidi.o #12 694.6 CC cm.o #12 696.3 CC term.o #12 707.0 CC terminal.o #12 709.2 CC xfaces.o #12 726.2 CC dbusbind.o #12 738.2 CC emacs.o #12 744.0 CC keyboard.o