Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1636158201: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:1636158202:prepare_executor section_start:1636158202:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-3 via emba.gnu.org... section_end:1636158210:prepare_script section_start:1636158210: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] ec2939c3790057fd0b3b21e9a9114b4fc94a1519 -> refs/pipelines/13623 c186538..cfd4d45 master -> origin/master Checking out ec2939c3 as master... Skipping Git submodules setup section_end:1636158219:get_sources section_start:1636158219:restore_cache section_end:1636158222:restore_cache section_start:1636158222:download_artifacts section_end:1636158224:download_artifacts section_start:1636158224:build_script $ docker info Client: Debug Mode: false Server: Containers: 87 Running: 63 Paused: 0 Stopped: 24 Images: 87 Server Version: 18.09.7 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: N/A init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662) Security Options: apparmor seccomp Profile: default Kernel Version: 4.4.0-210-generic Operating System: Trisquel GNU/Linux Flidas (8.0) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.796GiB 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 WARNING: No swap limit support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-ec2939c3790057fd0b3b21e9a9114b4fc94a1519/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 .dockerignore #1 transferring context: 2B 0.0s done #1 DONE 0.2s #2 [internal] load build definition from Dockerfile.emba #2 transferring dockerfile: 3.23kB 0.0s done #2 DONE 0.1s #3 [internal] load metadata for docker.io/library/debian:stretch #3 DONE 0.3s #5 [emacs-base 1/2] FROM docker.io/library/debian:stretch@sha256:86269e6142... #5 DONE 0.0s #4 [internal] helper image for file operations #4 CACHED #8 [internal] load build context #8 transferring context: 46.74MB 4.6s #8 transferring context: 92.67MB 9.7s #8 transferring context: 148.33MB 14.7s #8 transferring context: 198.11MB 19.8s #8 transferring context: 209.03MB 20.6s done #8 DONE 20.8s #6 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #6 CACHED #7 [emacs-native-comp 1/1] RUN apt-get update && apt-get install -y --n... #7 CACHED #9 [emacs-native-comp-speed0 1/4] COPY . /checkout #9 DONE 27.3s #10 [emacs-native-comp-speed0 2/4] RUN ./autogen.sh autoconf #10 1.308 Checking whether you have the necessary tools... #10 1.308 (Read INSTALL.REPO for more details on building Emacs) #10 1.322 Checking for autoconf (need at least version 2.65) ... ok #10 1.676 Your system has the required tools. #10 1.727 Building aclocal.m4 ... #10 1.739 Running 'autoreconf -fi -I m4' ... #10 25.99 You can now run './autogen.sh git'. #10 DONE 31.4s #11 [emacs-native-comp-speed0 3/4] RUN ./configure --with-native-compilation #11 7.656 checking for xcrun... no #11 7.662 checking for GNU Make... make #11 7.802 checking build system type... x86_64-pc-linux-gnu #11 8.765 checking host system type... x86_64-pc-linux-gnu #11 8.837 checking for gcc... gcc #11 9.274 checking whether the C compiler works... yes #11 10.03 checking for C compiler default output file name... a.out #11 10.03 checking for suffix of executables... #11 10.40 checking whether we are cross compiling... no #11 10.85 checking for suffix of object files... o #11 11.14 checking whether we are using the GNU C compiler... yes #11 11.43 checking whether gcc accepts -g... yes #11 11.66 checking for gcc option to enable C11 features... none needed #11 12.39 checking whether the compiler is clang... no #11 12.67 checking for compiler option needed when checking for declarations... none #11 12.67 checking whether gcc and cc understand -c and -o together... yes #11 14.00 checking how to run the C preprocessor... gcc -E #11 14.70 checking for grep that handles long lines and -e... /bin/grep #11 14.78 checking for egrep... /bin/grep -E #11 14.80 checking for ANSI C header files... yes #11 16.32 checking for sys/types.h... yes #11 16.56 checking for sys/stat.h... yes #11 16.93 checking for stdlib.h... yes #11 17.41 checking for string.h... yes #11 17.80 checking for memory.h... yes #11 18.27 checking for strings.h... yes #11 18.72 checking for inttypes.h... yes #11 19.14 checking for stdint.h... yes #11 19.61 checking for unistd.h... yes #11 20.49 checking for wchar.h... yes #11 22.18 checking for minix/config.h... no #11 22.56 checking for linux/fs.h... yes #11 23.25 checking for malloc.h... yes #11 23.68 checking for sys/systeminfo.h... no #11 24.15 checking for sys/sysinfo.h... yes #11 24.76 checking for coff.h... no #11 25.13 checking for pty.h... yes #11 25.61 checking for sys/resource.h... yes #11 26.02 checking for sys/utsname.h... yes #11 26.50 checking for pwd.h... yes #11 26.96 checking for utmp.h... yes #11 27.53 checking for util.h... no #11 27.97 checking for sanitizer/lsan_interface.h... yes #11 28.46 checking for sys/socket.h... yes #11 28.91 checking for stdlib.h... (cached) yes #11 29.00 checking for unistd.h... (cached) yes #11 29.09 checking for sys/param.h... yes #11 29.60 checking for pthread.h... yes #11 30.12 checking for malloc/malloc.h... no #11 30.57 checking for sys/un.h... yes #11 31.00 checking for dirent.h... yes #11 31.63 checking for execinfo.h... yes #11 32.23 checking for stdio_ext.h... yes #11 32.58 checking for sys/vfs.h... yes #11 33.15 checking for sys/fs_types.h... no #11 33.59 checking for getopt.h... yes #11 34.05 checking for sys/cdefs.h... yes #11 34.44 checking for sys/time.h... yes #11 34.90 checking for ieee754.h... yes #11 35.36 checking for limits.h... yes #11 36.04 checking for inttypes.h... (cached) yes #11 36.14 checking for sys/types.h... (cached) yes #11 36.26 checking for stdint.h... (cached) yes #11 36.35 checking for sys/select.h... yes #11 36.82 checking for sys/random.h... no #11 37.21 checking for sys/stat.h... (cached) yes #11 37.27 checking whether it is safe to define __EXTENSIONS__... yes #11 37.75 checking whether _XOPEN_SOURCE should be defined... no #11 38.09 checking for Minix Amsterdam compiler... no #11 38.22 checking for ar... ar #11 38.25 checking for ranlib... ranlib #11 38.26 checking for special C compiler options needed for large files... no #11 38.26 checking for _FILE_OFFSET_BITS value needed for large files... no #11 38.57 checking whether gcc accepts -g3 -O2... yes #11 39.15 checking whether the compiler is clang... no #11 39.31 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 39.49 checking whether -Wno-missing-field-initializers is supported... yes #11 39.71 checking whether -Wno-missing-field-initializers is needed... no #11 40.04 checking whether -Wuninitialized is supported... yes #11 40.52 checking whether C compiler handles -fno-common... yes #11 41.12 checking whether C compiler handles -Wall... yes #11 41.72 checking whether C compiler handles -Warith-conversion... no #11 41.99 checking whether C compiler handles -Wdate-time... yes #11 42.66 checking whether C compiler handles -Wdisabled-optimization... yes #11 43.31 checking whether C compiler handles -Wdouble-promotion... yes #11 43.90 checking whether C compiler handles -Wduplicated-cond... yes #11 44.54 checking whether C compiler handles -Wextra... yes #11 45.15 checking whether C compiler handles -Wformat-signedness... yes #11 45.79 checking whether C compiler handles -Winit-self... yes #11 46.44 checking whether C compiler handles -Winvalid-pch... yes #11 47.08 checking whether C compiler handles -Wlogical-op... yes #11 47.60 checking whether C compiler handles -Wmissing-declarations... yes #11 48.20 checking whether C compiler handles -Wmissing-include-dirs... yes #11 48.84 checking whether C compiler handles -Wmissing-prototypes... yes #11 49.51 checking whether C compiler handles -Wnested-externs... yes #11 50.13 checking whether C compiler handles -Wnull-dereference... yes #11 50.70 checking whether C compiler handles -Wold-style-definition... yes #11 51.29 checking whether C compiler handles -Wopenmp-simd... yes #11 51.82 checking whether C compiler handles -Wpacked... yes #11 52.29 checking whether C compiler handles -Wpointer-arith... yes #11 52.75 checking whether C compiler handles -Wstrict-prototypes... yes #11 53.20 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 53.76 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 54.32 checking whether C compiler handles -Wsuggest-final-methods... yes #11 54.79 checking whether C compiler handles -Wsuggest-final-types... yes #11 55.32 checking whether C compiler handles -Wtrampolines... yes #11 55.76 checking whether C compiler handles -Wuninitialized... yes #11 56.10 checking whether C compiler handles -Wunknown-pragmas... yes #11 56.55 checking whether C compiler handles -Wunused-macros... yes #11 57.05 checking whether C compiler handles -Wvariadic-macros... yes #11 57.45 checking whether C compiler handles -Wvector-operation-performance... yes #11 57.84 checking whether C compiler handles -Wwrite-strings... yes #11 58.28 checking whether C compiler handles -Warray-bounds=2... yes #11 58.80 checking whether C compiler handles -Wattribute-alias=2... no #11 59.09 checking whether C compiler handles -Wformat=2... yes #11 59.68 checking whether C compiler handles -Wformat-truncation=2... no #11 59.88 checking whether C compiler handles -Wimplicit-fallthrough=5... no #11 60.04 checking whether C compiler handles -Wshift-overflow=2... yes #11 60.15 checking whether C compiler handles -Wvla-larger-than=4031... no #11 60.24 checking whether C compiler handles -Wredundant-decls... yes #11 60.64 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 61.11 checking whether C compiler handles -Wno-override-init... yes #11 61.69 checking whether C compiler handles -Wno-sign-compare... yes #11 62.20 checking whether C compiler handles -Wno-type-limits... yes #11 62.59 checking whether C compiler handles -Wno-unused-parameter... yes #11 63.11 checking whether C compiler handles -Wno-format-nonliteral... yes #11 63.64 checking for a BSD-compatible install... /usr/bin/install -c #11 63.75 checking command to symlink files in the same directory... ln -s #11 63.78 checking for install-info... : #11 63.78 checking for gzip... /bin/gzip #11 63.78 checking for 'find' args to delete a file... -delete #11 63.83 checking for brew... no #11 65.65 checking for -znocombreloc... not needed #11 65.65 checking whether addresses are sanitized... no #11 65.87 checking for library containing sqrt... -lm #11 67.13 checking for pkg-config... /usr/bin/pkg-config #11 67.13 checking pkg-config is at least version 0.9.0... yes #11 67.22 checking for machine/soundcard.h... no #11 67.45 checking for sys/soundcard.h... yes #11 67.97 checking for soundcard.h... no #11 68.19 checking for mmsystem.h... no #11 68.34 checking for _oss_ioctl in -lossaudio... no #11 68.62 checking for alsa >= 1.0.0... no #11 68.69 checking for ADDR_NO_RANDOMIZE... yes #11 69.07 checking if Linux sysinfo may be used... yes #11 69.93 checking for sys/wait.h that is POSIX.1 compatible... yes #11 70.30 checking for net/if.h... yes #11 70.90 checking for ifaddrs.h... yes #11 71.66 checking for net/if_dl.h... no #11 72.15 checking for struct ifreq.ifr_flags... yes #11 72.68 checking for struct ifreq.ifr_hwaddr... yes #11 73.49 checking for struct ifreq.ifr_netmask... yes #11 77.17 checking for struct ifreq.ifr_broadaddr... yes #11 78.11 checking for struct ifreq.ifr_addr... yes #11 79.27 checking for struct ifreq.ifr_addr.sa_len... no #11 80.18 checking whether gcc understands -MMD -MF... yes #11 80.33 checking for X... no #11 80.87 checking for X... false #11 80.87 checking whether malloc is Doug Lea style... no #11 81.27 checking for sbrk... yes #11 81.67 checking for __lsan_ignore_object... no #11 82.23 checking for fchmod... yes #11 82.94 checking for canonicalize_file_name... yes #11 83.53 checking for faccessat... yes #11 83.85 checking for realpath... yes #11 84.43 checking for lstat... yes #11 85.09 checking for readlinkat... yes #11 85.65 checking for explicit_bzero... no #11 86.19 checking for memset_s... no #11 86.79 checking for fchmodat... yes #11 87.44 checking for lchmod... no #11 87.80 checking for fcntl... yes #11 88.47 checking for fdopendir... yes #11 89.10 checking for fstatat... yes #11 89.84 checking for fsync... yes #11 90.35 checking for futimens... yes #11 90.85 checking for getrandom... no #11 91.43 checking for gettimeofday... yes #11 91.96 checking for mkostemp... yes #11 92.47 checking for pipe2... yes #11 92.86 checking for pselect... yes #11 93.58 checking for readlink... yes #11 94.21 checking for isblank... yes #11 94.84 checking for iswctype... yes #11 95.40 checking for strtoimax... yes #11 95.99 checking for symlink... yes #11 96.59 checking for localtime_r... yes #11 97.22 checking for timegm... yes #11 97.75 checking for utimensat... yes #11 98.35 checking for getdtablesize... yes #11 98.73 checking for futimes... yes #11 99.27 checking for futimesat... yes #11 99.87 checking for lutimes... yes #11 100.3 checking for getpagesize... yes #11 101.0 checking for working mmap... yes #11 102.0 checking for main in -lXbsd... no #11 102.4 checking for pthread library... -lpthread #11 103.8 checking for thread support... yes #11 103.9 checking for getaddrinfo_a in -lanl... yes #11 104.2 checking for dbus-1 >= 1.0... yes #11 104.4 checking for dbus_watch_get_unix_fd... yes #11 105.1 checking for dbus_type_is_valid... yes #11 106.0 checking for dbus_validate_bus_name... yes #11 106.7 checking for dbus_validate_path... yes #11 107.4 checking for dbus_validate_interface... yes #11 109.4 checking for dbus_validate_member... yes #11 110.1 checking for lgetfilecon in -lselinux... no #11 110.5 checking for gnutls >= 2.12.2... yes #11 110.6 checking for libsystemd >= 222... no #11 110.7 checking for jansson >= 2.7... no #11 110.8 checking sys/inotify.h usability... yes #11 111.4 checking sys/inotify.h presence... yes #11 111.6 checking for sys/inotify.h... yes #11 111.6 checking for inotify_init1... yes #11 112.6 checking for lcms2... no #11 112.7 checking for library containing inflateEnd... -lz #11 113.8 checking for dladdr... yes #11 114.3 checking for dlfunc... no #11 114.9 checking for gcc_jit_context_acquire in -lgccjit... yes #11 115.5 checking libgccjit.h usability... yes #11 115.8 checking libgccjit.h presence... yes #11 116.0 checking for libgccjit.h... yes #11 118.2 checking gpm.h usability... no #11 118.7 checking gpm.h presence... no #11 118.9 checking for gpm.h... no #11 118.9 checking for libxml-2.0 > 2.6.17... no #11 119.0 checking for maillock in -lmail... no #11 119.4 checking for maillock in -llockfile... no #11 119.8 checking for liblockfile.so... no #11 119.8 checking maillock.h usability... no #11 120.3 checking maillock.h presence... no #11 120.4 checking for maillock.h... no #11 120.5 checking linux/seccomp.h usability... yes #11 121.1 checking linux/seccomp.h presence... yes #11 121.2 checking for linux/seccomp.h... yes #11 121.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 121.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 122.1 checking linux/filter.h usability... yes #11 122.5 checking linux/filter.h presence... yes #11 122.5 checking for linux/filter.h... yes #11 122.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 122.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 122.7 checking for libseccomp >= 2.4.0... no #11 122.9 checking for accept4... yes #11 123.6 checking for fchdir... yes #11 124.4 checking for gethostname... yes #11 125.1 checking for getrusage... yes #11 125.7 checking for get_current_dir_name... yes #11 126.6 checking for lrand48... yes #11 127.4 checking for random... yes #11 128.2 checking for rint... yes #11 128.8 checking for trunc... yes #11 129.8 checking for select... yes #11 130.5 checking for getpagesize... (cached) yes #11 130.6 checking for setlocale... yes #11 131.4 checking for newlocale... yes #11 132.2 checking for getrlimit... yes #11 132.8 checking for setrlimit... yes #11 133.5 checking for shutdown... yes #11 134.3 checking for pthread_sigmask... (cached) yes #11 134.4 checking for strsignal... yes #11 135.1 checking for setitimer... yes #11 135.8 checking for sendto... yes #11 136.4 checking for recvfrom... yes #11 137.1 checking for getsockname... yes #11 137.9 checking for getifaddrs... yes #11 138.8 checking for freeifaddrs... yes #11 139.5 checking for gai_strerror... yes #11 140.1 checking for sync... yes #11 140.8 checking for getpwent... yes #11 141.7 checking for endpwent... yes #11 142.4 checking for getgrent... yes #11 143.0 checking for endgrent... yes #11 143.6 checking for cfmakeraw... yes #11 144.3 checking for cfsetspeed... yes #11 145.0 checking for __executable_start... yes #11 145.7 checking for log2... yes #11 146.5 checking for pthread_setname_np... yes #11 147.1 checking for pthread_set_name_np... no #11 147.8 checking whether pthread_setname_np takes a single argument... no #11 148.1 checking whether pthread_setname_np takes three arguments... no #11 148.4 checking for aligned_alloc... yes #11 149.2 checking whether aligned_alloc is declared... yes #11 149.6 checking for posix_madvise... yes #11 150.1 checking for __builtin_frame_address... yes #11 150.8 checking for __builtin_unwind_init... yes #11 151.3 checking for _LARGEFILE_SOURCE value needed for large files... no #11 152.0 checking for grantpt... yes #11 152.6 checking for getpt... yes #11 153.2 checking for posix_openpt... yes #11 153.8 checking for library containing tputs... -ltinfo #11 154.8 checking whether -ltinfo library defines BC... yes #11 155.3 checking for timerfd interface... yes #11 155.5 checking whether signals can be handled on alternate stack... yes #11 155.9 checking valgrind/valgrind.h usability... no #11 156.2 checking valgrind/valgrind.h presence... no #11 156.4 checking for valgrind/valgrind.h... no #11 156.4 checking for struct unipair.unicode... yes #11 156.8 checking for pid_t... yes #11 157.9 checking vfork.h usability... no #11 158.4 checking vfork.h presence... no #11 158.5 checking for vfork.h... no #11 158.6 checking for fork... yes #11 159.4 checking for vfork... yes #11 160.0 checking for working fork... yes #11 160.7 checking for working vfork... (cached) yes #11 160.7 checking for snprintf... yes #11 161.4 checking whether GLib is linked in... no #11 161.5 checking for nl_langinfo and CODESET... yes #11 162.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 162.7 checking for mbstate_t... yes #11 163.5 checking for signals via characters... yes #11 163.8 checking for _setjmp... yes #11 164.3 checking for sigsetjmp... yes #11 164.8 checking for usable FIONREAD... yes #11 165.1 checking for usable SIGIO... yes #11 165.7 checking for struct alignment... yes #11 166.1 checking for typeof syntax and keyword spelling... typeof #11 166.3 checking for statement expressions... yes #11 166.6 checking whether malloc (0) returns nonnull... yes #11 167.2 checking for working alloca.h... yes #11 167.7 checking for alloca... yes #11 168.2 checking whether lstat correctly handles trailing slash... yes #11 169.1 checking whether // is distinct from /... no #11 169.1 checking whether realpath works... yes #11 170.3 checking for getcwd... yes #11 171.0 checking for C/C++ restrict keyword... __restrict__ #11 171.3 checking whether byte ordering is bigendian... no #11 172.2 checking whether the preprocessor supports include_next... yes #11 172.7 checking whether source code line length is unlimited... yes #11 172.8 checking if environ is properly declared... yes #11 173.1 checking for complete errno.h... yes #11 173.3 checking for mode_t... yes #11 174.3 checking whether strmode is declared... no #11 174.6 checking for gawk... no #11 174.6 checking for mawk... mawk #11 174.6 checking for getopt.h... (cached) yes #11 174.6 checking for getopt_long_only... yes #11 176.2 checking whether getopt is POSIX compatible... yes #11 178.7 checking for working GNU getopt function... yes #11 179.4 checking for working GNU getopt_long function... yes #11 180.1 checking for struct timeval... yes #11 180.4 checking for wide-enough struct timeval.tv_sec member... yes #11 180.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 181.1 checking whether the compiler produces multi-arch binaries... no #11 181.3 checking whether stdint.h conforms to C99... yes #11 182.6 checking whether stdint.h works without ISO C predefines... yes #11 183.1 checking whether stdint.h has UINTMAX_WIDTH etc.... no #11 183.6 checking whether memmem is declared... yes #11 184.3 checking whether memrchr is declared... yes #11 184.8 checking whether defines MIN and MAX... no #11 185.1 checking whether defines MIN and MAX... yes #11 185.6 checking whether time_t is signed... yes #11 186.1 checking whether alarm is declared... yes #11 186.6 checking for working mktime... yes #11 187.9 checking whether struct tm is in sys/time.h or time.h... time.h #11 188.3 checking for struct tm.tm_zone... yes #11 188.8 checking for struct tm.tm_gmtoff... yes #11 189.2 checking whether is self-contained... yes #11 190.3 checking for inline... inline #11 190.4 checking for sigset_t... yes #11 191.0 checking for volatile sig_atomic_t... yes #11 191.6 checking for sighandler_t... yes #11 192.2 checking for wchar_t... yes #11 192.5 checking for good max_align_t... yes #11 192.7 checking whether NULL can be used in arbitrary expressions... yes #11 193.1 checking whether fcloseall is declared... yes #11 193.7 checking which flavor of printf attribute matches inttypes macros... system #11 194.3 checking whether ecvt is declared... yes #11 195.0 checking whether fcvt is declared... yes #11 195.7 checking whether gcvt is declared... yes #11 196.4 checking whether strnlen is declared... yes #11 197.0 checking whether strtoimax is declared... yes #11 197.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 197.6 checking whether stat file-mode macros are broken... no #11 197.8 checking for nlink_t... yes #11 198.5 checking for struct timespec in ... yes #11 198.9 checking for TIME_UTC in ... yes #11 199.3 checking whether execvpe is declared... yes #11 199.9 checking whether clearerr_unlocked is declared... yes #11 200.6 checking whether feof_unlocked is declared... yes #11 201.1 checking whether ferror_unlocked is declared... yes #11 201.5 checking whether fflush_unlocked is declared... yes #11 201.7 checking whether fgets_unlocked is declared... yes #11 202.4 checking whether fputc_unlocked is declared... yes #11 203.0 checking whether fputs_unlocked is declared... yes #11 203.8 checking whether fread_unlocked is declared... yes #11 204.6 checking whether fwrite_unlocked is declared... yes #11 205.1 checking whether getc_unlocked is declared... yes #11 205.7 checking whether getchar_unlocked is declared... yes #11 206.4 checking whether putc_unlocked is declared... yes #11 207.1 checking whether putchar_unlocked is declared... yes #11 207.6 checking type of array argument to getgroups... gid_t #11 208.6 checking whether getdtablesize is declared... yes #11 209.4 checking whether malloc is ptrdiff_t safe... yes #11 209.8 checking whether malloc, realloc, calloc set errno on failure... yes #11 209.8 checking for O_CLOEXEC... yes #11 210.3 checking for promoted mode_t type... mode_t #11 210.5 checking whether the utimes function works... yes #11 211.4 checking sys/acl.h usability... yes #11 212.0 checking sys/acl.h presence... yes #11 212.1 checking for sys/acl.h... yes #11 212.1 checking for library containing acl_get_file... -lacl #11 213.4 checking for acl_get_file... yes #11 214.0 checking for acl_get_fd... yes #11 214.4 checking for acl_set_file... yes #11 214.7 checking for acl_set_fd... yes #11 215.2 checking for acl_free... yes #11 215.8 checking for acl_from_mode... yes #11 216.4 checking for acl_from_text... yes #11 217.0 checking for acl_delete_def_file... yes #11 217.2 checking for acl_extended_file... yes #11 217.5 checking for acl_delete_fd_np... no #11 217.7 checking for acl_delete_file_np... no #11 218.1 checking for acl_copy_ext_native... no #11 218.7 checking for acl_create_entry_np... no #11 219.3 checking for acl_to_short_text... no #11 221.1 checking for acl_free_text... no #11 221.7 checking for working acl_get_file... yes #11 222.3 checking acl/libacl.h usability... yes #11 222.9 checking acl/libacl.h presence... yes #11 223.0 checking for acl/libacl.h... yes #11 223.1 checking for acl_entries... yes #11 223.6 checking for ACL_FIRST_ENTRY... yes #11 224.0 checking for ACL_TYPE_EXTENDED... no #11 224.2 checking for alloca as a compiler built-in... yes #11 224.2 checking for __builtin_expect... yes #11 224.7 checking byteswap.h usability... yes #11 225.2 checking byteswap.h presence... yes #11 225.3 checking for byteswap.h... yes #11 225.3 checking for library containing clock_gettime... none required #11 225.9 checking for clock_gettime... yes #11 226.6 checking for clock_settime... yes #11 227.4 checking for copy_file_range... no #11 227.7 checking for d_type member in directory struct... yes #11 228.2 checking whether // is distinct from /... (cached) no #11 228.2 checking whether dup2 works... yes #11 229.2 checking for library containing backtrace_symbols_fd... none required #11 229.9 checking for explicit_memset... no #11 230.6 checking whether fchmodat works... no #11 231.5 checking whether fcntl handles F_DUPFD correctly... yes #11 232.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 233.4 checking whether fdopendir is declared... yes #11 233.8 checking whether fdopendir works... yes #11 234.5 checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes #11 237.1 checking for flexible array member... yes #11 237.4 checking for __fpending... yes #11 238.2 checking whether __fpending is declared... yes #11 238.6 checking whether free is known to preserve errno... no #11 238.8 checking whether fstatat (..., 0) works... yes #11 239.3 checking for sys/mount.h... yes #11 245.3 checking for statvfs function (SVR4)... yes #11 245.8 checking whether to use statvfs64... no #11 246.1 checking for two-argument statfs with statfs.f_frsize member... yes #11 246.7 checking sys/fs/s5param.h usability... no #11 247.1 checking sys/fs/s5param.h presence... no #11 247.2 checking for sys/fs/s5param.h... no #11 247.2 checking sys/statfs.h usability... yes #11 247.4 checking sys/statfs.h presence... yes #11 247.5 checking for sys/statfs.h... yes #11 247.6 checking for statfs that truncates block counts... no #11 247.7 checking whether futimens works... yes #11 249.1 checking for getloadavg... yes #11 249.6 checking sys/loadavg.h usability... no #11 250.0 checking sys/loadavg.h presence... no #11 250.2 checking for sys/loadavg.h... no #11 250.2 checking whether getloadavg is declared... yes #11 250.6 checking for gettimeofday with POSIX signature... almost #11 251.0 checking whether the compiler supports the __inline keyword... yes #11 251.6 checking gmp.h usability... yes #11 252.1 checking gmp.h presence... yes #11 252.2 checking for gmp.h... yes #11 252.2 checking for library containing __gmpz_roinit_n... -lgmp #11 253.3 checking for memmem... yes #11 253.9 checking whether memmem works... yes #11 254.7 checking for mempcpy... yes #11 255.5 checking for memrchr... yes #11 256.0 checking for sys/pstat.h... no #11 256.5 checking for sys/sysmp.h... no #11 256.9 checking for sys/param.h... (cached) yes #11 256.9 checking for sys/sysctl.h... yes #11 257.5 checking for sched_getaffinity... yes #11 258.2 checking for sched_getaffinity_np... no #11 259.0 checking for pstat_getdynamic... no #11 259.6 checking for sysmp... no #11 260.4 checking for sysctl... yes #11 261.0 checking for glibc compatible sched_getaffinity... yes #11 261.4 checking whether signature of pselect conforms to POSIX... yes #11 262.0 checking whether pselect detects invalid fds... yes #11 262.6 checking whether pthread_sigmask is a macro... no #11 262.9 checking whether pthread_sigmask returns error numbers... yes #11 263.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 266.5 checking whether readlink signature is correct... yes #11 266.8 checking whether readlink handles trailing slash correctly... yes #11 267.4 checking whether readlink truncates results correctly... yes #11 268.2 checking whether readlinkat signature is correct... yes #11 268.7 checking for working re_compile_pattern... no #11 269.4 checking libintl.h usability... yes #11 269.6 checking libintl.h presence... yes #11 269.6 checking for libintl.h... yes #11 269.6 checking whether isblank is declared... yes #11 269.7 checking for sig2str... no #11 269.8 checking for sigdescr_np... no #11 269.9 checking for socklen_t... yes #11 270.1 checking for ssize_t... yes #11 270.2 checking for struct stat.st_atim.tv_nsec... yes #11 270.3 checking whether struct stat.st_atim is of type struct timespec... yes #11 270.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 272.0 checking for struct stat.st_birthtimensec... no #11 272.5 checking for struct stat.st_birthtim.tv_nsec... no #11 273.2 checking for working stdalign.h... yes #11 273.5 checking for stpcpy... yes #11 274.0 checking for working strnlen... yes #11 274.8 checking whether strtoimax works... yes #11 275.4 checking whether symlink handles trailing slash correctly... yes #11 276.1 checking whether localtime_r is declared... yes #11 276.3 checking whether localtime_r is compatible with its POSIX signature... yes #11 276.3 checking whether localtime works even near extrema... yes #11 276.7 checking for timezone_t... no #11 276.8 checking whether timer_settime is declared... yes #11 277.0 checking for library containing timer_settime... -lrt #11 277.4 checking for timer_settime... yes #11 277.8 checking whether utimensat works... yes #11 279.5 checking for variable-length arrays... yes #11 280.0 checking whether getdtablesize works... yes #11 280.6 checking whether open recognizes a trailing slash... yes #11 281.1 checking for timer_getoverrun... yes #11 281.7 checking for gcc option to disable position independent executables... not needed #11 281.7 #11 281.7 Configured for 'x86_64-pc-linux-gnu'. #11 281.7 #11 281.7 Where should the build process find the source code? . #11 281.7 What compiler should emacs be built with? gcc -g3 -O2 #11 281.7 Should Emacs use the GNU version of malloc? no #11 281.7 (The GNU allocators don't work with this system configuration.) #11 281.7 Should Emacs use a relocating allocator for buffers? no #11 281.7 Should Emacs use mmap(2) for buffer allocation? no #11 281.7 What window system should Emacs use? none #11 281.7 What toolkit should Emacs use? none #11 281.7 Where do we find X Windows header files? NONE #11 281.7 Where do we find X Windows libraries? NONE #11 281.8 Does Emacs use -lXaw3d? no #11 281.8 Does Emacs use -lXpm? no #11 281.8 Does Emacs use -ljpeg? no #11 281.8 Does Emacs use -ltiff? no #11 281.8 Does Emacs use a gif library? no #11 281.8 Does Emacs use a png library? no #11 281.8 Does Emacs use -lrsvg-2? no #11 281.8 Does Emacs use -lwebp? no #11 281.8 Does Emacs use cairo? no #11 281.8 Does Emacs use -llcms2? no #11 281.8 Does Emacs use imagemagick? no #11 281.8 Does Emacs use native APIs for images? no #11 281.8 Does Emacs support sound? yes #11 281.8 Does Emacs use -lgpm? no #11 281.8 Does Emacs use -ldbus? yes #11 281.8 Does Emacs use -lgconf? no #11 281.8 Does Emacs use GSettings? no #11 281.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 281.8 Does Emacs use access control lists? yes -lacl #11 281.8 Does Emacs use -lselinux? no #11 281.8 Does Emacs use -lgnutls? yes #11 281.8 Does Emacs use -lxml2? no #11 281.8 Does Emacs use -lfreetype? no #11 281.8 Does Emacs use HarfBuzz? no #11 281.8 Does Emacs use -lm17n-flt? no #11 281.8 Does Emacs use -lotf? no #11 281.8 Does Emacs use -lxft? no #11 281.8 Does Emacs use -lsystemd? no #11 281.8 Does Emacs use -ljansson? no #11 281.8 Does Emacs use the GMP library? yes #11 281.8 Does Emacs directly use zlib? yes #11 281.8 Does Emacs have dynamic modules support? yes #11 281.8 Does Emacs use toolkit scroll bars? no #11 281.8 Does Emacs support Xwidgets? no #11 281.8 Does Emacs have threading support in lisp? yes #11 281.8 Does Emacs support the portable dumper? yes #11 281.8 Does Emacs support legacy unexec dumping? no #11 281.8 Which dumping strategy does Emacs use? pdumper #11 281.8 Does Emacs have native lisp compiler? yes #11 281.8 #11 281.8 #11 282.9 configure: creating ./config.status #11 284.1 config.status: creating src/verbose.mk #11 284.3 config.status: creating src/emacs-module.h #11 284.6 config.status: creating Makefile #11 287.5 config.status: creating lib/gnulib.mk #11 287.6 config.status: creating ./doc/man/emacs.1 #11 287.7 config.status: creating lib/Makefile #11 287.7 config.status: creating lib-src/Makefile #11 287.8 config.status: creating oldXMenu/Makefile #11 287.9 config.status: creating doc/emacs/Makefile #11 287.9 config.status: creating doc/misc/Makefile #11 288.1 config.status: creating doc/lispintro/Makefile #11 288.2 config.status: creating doc/lispref/Makefile #11 288.6 config.status: creating src/Makefile #11 288.9 config.status: creating lwlib/Makefile #11 289.1 config.status: creating lisp/Makefile #11 290.0 config.status: creating leim/Makefile #11 290.2 config.status: creating nextstep/Makefile #11 290.5 config.status: creating nt/Makefile #11 290.7 config.status: creating test/Makefile #11 291.0 config.status: creating admin/charsets/Makefile #11 291.1 config.status: creating admin/unidata/Makefile #11 291.3 config.status: creating admin/grammars/Makefile #11 291.7 config.status: creating src/config.h #11 292.0 config.status: executing src/epaths.h commands #11 292.3 config.status: executing src/.gdbinit commands #11 292.3 config.status: executing doc/emacs/emacsver.texi commands #11 292.4 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.8s #12 [emacs-native-comp-speed0 4/4] RUN make bootstrap -j2 NATIVE_FULL_... #12 11.38 make -C src bootstrap-clean #12 11.40 make -C oldXMenu bootstrap-clean #12 11.43 make[1]: Entering directory '/checkout/oldXMenu' #12 11.43 rm -f libXMenu11.a ./*.o deps/* #12 11.44 rm -f Makefile #12 11.45 rm -fr deps #12 11.46 make[1]: Leaving directory '/checkout/oldXMenu' #12 11.46 make -C lwlib bootstrap-clean #12 12.65 make[1]: Entering directory '/checkout/lwlib' #12 12.65 rm -f ./*.o liblw.a \#* deps/* #12 12.67 make[1]: Entering directory '/checkout/src' #12 12.73 rm -f Makefile #12 12.74 rm -fr deps #12 12.75 rm -f TAGS #12 12.78 make[1]: Leaving directory '/checkout/lwlib' #12 12.78 make -C lib bootstrap-clean #12 13.47 make[1]: Entering directory '/checkout/lib' #12 13.47 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 13.57 rm -f core *.stackdump alloca.h byteswap.h dirent.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h ieee754.h inttypes.h gmp.h limits.h signal.h stdalign.h stddef.h stdint.h stdio.h stdlib.h string.h sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h #12 13.62 rm -f Makefile #12 13.69 rm -fr deps #12 13.75 make[1]: Leaving directory '/checkout/lib' #12 13.75 make -C lib-src bootstrap-clean #12 13.79 GEN lisp.mk #12 13.82 make[1]: Entering directory '/checkout/lib-src' #12 13.82 rm -f core ./*.o ./*.res #12 13.93 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 14.01 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 14.05 rm -f TAGS Makefile blessmail #12 14.07 make[1]: Leaving directory '/checkout/lib-src' #12 14.07 make -C nt bootstrap-clean #12 14.13 make[1]: Entering directory '/checkout/nt' #12 14.13 rm -f core *.o *.res #12 14.14 rm -f runemacs addpm cmdproxy ddeclient #12 14.15 rm -f TAGS Makefile *.rc #12 14.18 true #12 14.21 make[1]: Leaving directory '/checkout/nt' #12 14.23 make -C doc/emacs bootstrap-clean #12 14.34 make[1]: Entering directory '/checkout/doc/emacs' #12 14.34 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 14.34 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 14.41 rm -f \ #12 14.41 ./../../info/emacs.info \ #12 14.41 ./../../info/emacs.info-[1-9] \ #12 14.41 ./../../info/emacs.info-[1-9][0-9] #12 14.46 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 14.52 rm -f Makefile #12 14.59 rm -f ./emacsver.texi TAGS #12 14.64 make[1]: Leaving directory '/checkout/doc/emacs' #12 14.64 make -C doc/misc bootstrap-clean #12 14.67 rm -f temacs core ./*.core \#* ./*.o #12 14.69 make[1]: Entering directory '/checkout/doc/misc' #12 14.69 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 14.69 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 14.69 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 14.71 rm -f dmpstruct.h #12 14.73 rm -f emacs.pdmp #12 14.74 rm -f gnustmp* #12 14.81 rm -f ../etc/DOC #12 14.81 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt eieio emacs-mime epa erc ert eshell eudc efaq eww flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc remember reftex sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp url vhdl-mode vip viper widget wisent woman efaq-w32; do \ #12 14.81 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 14.81 rm -f \ #12 14.81 ./../../info/${file} \ #12 14.81 ./../../info/${file}-[1-9] \ #12 14.81 ./../../info/${file}-[1-9][0-9]; \ #12 14.81 done #12 14.86 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 14.88 rm -f emacs-29.0.50 #12 14.91 rm -f buildobj.h #12 14.92 rm -f globals.h gl-stamp #12 14.96 rm -f ./*.res ./*.tmp #12 14.99 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 15.04 rm -f ../etc/DOC* #12 15.09 rm -f deps/* #12 15.12 rm -f emacs-module.h epaths.h config.h config.stamp #12 15.18 if test -f ./.gdbinit; then \ #12 15.18 mv ./.gdbinit ./.gdbinit.save; \ #12 15.18 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 15.18 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 15.18 fi #12 15.27 make[1]: Leaving directory '/checkout/src' #12 15.27 make -C doc/lispref bootstrap-clean #12 15.35 make[1]: Entering directory '/checkout/doc/lispref' #12 15.35 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 15.35 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 15.43 rm -f elisp[12]* vol[12].tmp #12 15.45 rm -f \ #12 15.45 ./../../info/elisp.info \ #12 15.45 ./../../info/elisp.info-[1-9] \ #12 15.45 ./../../info/elisp.info-[1-9][0-9] #12 15.49 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 15.52 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 15.55 rm -f Makefile #12 15.56 rm -f TAGS #12 15.59 make[1]: Leaving directory '/checkout/doc/lispref' #12 15.60 make -C doc/lispintro bootstrap-clean #12 15.64 make[1]: Entering directory '/checkout/doc/lispintro' #12 15.64 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 15.64 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 15.67 rm -f \ #12 15.67 ./../../info/eintr.info \ #12 15.67 ./../../info/eintr.info-[1-9] #12 15.69 rm -f emacs-lisp-intro.dvi emacs-lisp-intro.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 15.71 rm -f Makefile #12 15.73 rm -f TAGS #12 15.74 make[1]: Leaving directory '/checkout/doc/lispintro' #12 15.74 rm -f ./org.texi ./modus-themes.texi #12 15.80 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 15.84 rm -f Makefile #12 15.88 make -C test bootstrap-clean #12 15.91 make[1]: Entering directory '/checkout/test' #12 16.65 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 16.78 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 16.83 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 16.83 src/emacs-module-resources/*.dll #12 16.89 find . -name '*.elc' -delete #12 16.99 make[1]: Leaving directory '/checkout/test' #12 17.00 make -C nextstep bootstrap-clean #12 17.03 make[1]: Entering directory '/checkout/nextstep' #12 17.05 rm -rf #12 17.07 rm -f Makefile #12 17.09 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 17.09 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 17.09 Cocoa/Emacs.base/Contents/Info.plist \ #12 17.09 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 17.10 make[1]: Leaving directory '/checkout/nextstep' #12 17.11 make -C admin/charsets bootstrap-clean #12 17.23 make[1]: Entering directory '/checkout/admin/charsets' #12 17.23 make[1]: Nothing to be done for 'bootstrap-clean'. #12 17.23 make[1]: Leaving directory '/checkout/admin/charsets' #12 17.23 make -C admin/unidata bootstrap-clean #12 17.27 make[1]: Entering directory '/checkout/admin/unidata' #12 17.46 rm -f ./*.elc unidata.txt #12 17.51 make[1]: Leaving directory '/checkout/admin/unidata' #12 17.51 make -C leim bootstrap-clean #12 17.60 make[1]: Entering directory '/checkout/leim' #12 17.60 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 17.69 make[1]: Leaving directory '/checkout/leim' #12 17.69 make -C lisp bootstrap-clean #12 17.75 make[1]: Entering directory '/checkout/lisp' #12 18.06 find . -name '*.elc' -delete #12 18.12 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 18.14 make[1]: Leaving directory '/checkout/lisp' #12 18.17 make -C admin/grammars bootstrap-clean #12 18.19 make[1]: Entering directory '/checkout/admin/grammars' #12 18.19 make[1]: Nothing to be done for 'bootstrap-clean'. #12 18.19 make[1]: Leaving directory '/checkout/admin/grammars' #12 18.22 rm -f TAGS #12 18.24 make[1]: Leaving directory '/checkout/doc/misc' #12 18.24 [ ! -f config.log ] || mv -f config.log config.log~ #12 18.33 rm -rf ./info #12 18.33 rm -f ./etc/refcards/emacsver.tex #12 18.34 rm -f config.cache config.log ./doc/man/emacs.1 #12 18.37 cd . && ./autogen.sh autoconf #12 18.39 Checking whether you have the necessary tools... #12 18.39 (Read INSTALL.REPO for more details on building Emacs) #12 18.40 Checking for autoconf (need at least version 2.65) ... ok #12 19.00 Your system has the required tools. #12 19.07 Running 'autoreconf -fi -I m4' ... #12 52.80 You can now run './autogen.sh git'. #12 52.80 make MAKEFILE_NAME=force-Makefile force-Makefile #12 52.84 make[1]: Entering directory '/checkout' #12 52.89 make[1]: *** No rule to make target 'echo-sources'. Stop. #12 53.27 if [ -x ./config.status ]; then \ #12 53.27 ./config.status --recheck; \ #12 53.27 else \ #12 53.27 ./configure --cache-file=/dev/null; \ #12 53.27 fi #12 53.60 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #12 54.72 checking for xcrun... no #12 54.72 checking for GNU Make... make #12 54.80 checking build system type... x86_64-pc-linux-gnu #12 55.51 checking host system type... x86_64-pc-linux-gnu #12 55.63 checking for gcc... gcc #12 56.01 checking whether the C compiler works... yes #12 56.51 checking for C compiler default output file name... a.out #12 56.52 checking for suffix of executables... #12 56.94 checking whether we are cross compiling... no #12 57.55 checking for suffix of object files... o #12 57.87 checking whether we are using the GNU C compiler... yes #12 58.12 checking whether gcc accepts -g... yes #12 58.37 checking for gcc option to enable C11 features... none needed #12 59.08 checking whether the compiler is clang... no #12 59.42 checking for compiler option needed when checking for declarations... none #12 59.42 checking whether gcc and cc understand -c and -o together... yes #12 60.59 checking how to run the C preprocessor... gcc -E #12 61.13 checking for grep that handles long lines and -e... /bin/grep #12 61.15 checking for egrep... /bin/grep -E #12 61.18 checking for ANSI C header files... yes #12 62.35 checking for sys/types.h... yes #12 62.85 checking for sys/stat.h... yes #12 63.42 checking for stdlib.h... yes #12 63.91 checking for string.h... yes #12 64.41 checking for memory.h... yes #12 64.77 checking for strings.h... yes #12 65.17 checking for inttypes.h... yes #12 65.66 checking for stdint.h... yes #12 66.04 checking for unistd.h... yes #12 66.44 checking for wchar.h... yes #12 66.86 checking for minix/config.h... no #12 67.32 checking for linux/fs.h... yes #12 67.84 checking for malloc.h... yes #12 68.37 checking for sys/systeminfo.h... no #12 68.80 checking for sys/sysinfo.h... yes #12 69.49 checking for coff.h... no #12 69.98 checking for pty.h... yes #12 70.50 checking for sys/resource.h... yes #12 71.09 checking for sys/utsname.h... yes #12 71.71 checking for pwd.h... yes #12 72.10 checking for utmp.h... yes #12 72.47 checking for util.h... no #12 72.93 checking for sanitizer/lsan_interface.h... yes #12 73.34 checking for sys/socket.h... yes #12 73.79 checking for stdlib.h... (cached) yes #12 73.87 checking for unistd.h... (cached) yes #12 73.94 checking for sys/param.h... yes #12 74.43 checking for pthread.h... yes #12 74.93 checking for malloc/malloc.h... no #12 75.30 checking for sys/un.h... yes #12 75.74 checking for dirent.h... yes #12 76.12 checking for execinfo.h... yes #12 76.49 checking for stdio_ext.h... yes #12 77.01 checking for sys/vfs.h... yes #12 77.61 checking for sys/fs_types.h... no #12 77.97 checking for getopt.h... yes #12 78.41 checking for sys/cdefs.h... yes #12 78.84 checking for sys/time.h... yes #12 79.37 checking for ieee754.h... yes #12 79.77 checking for limits.h... yes #12 80.26 checking for inttypes.h... (cached) yes #12 80.34 checking for sys/types.h... (cached) yes #12 80.40 checking for stdint.h... (cached) yes #12 80.45 checking for sys/select.h... yes #12 80.85 checking for sys/random.h... no #12 81.17 checking for sys/stat.h... (cached) yes #12 81.21 checking whether it is safe to define __EXTENSIONS__... yes #12 81.51 checking whether _XOPEN_SOURCE should be defined... no #12 81.90 checking for Minix Amsterdam compiler... no #12 81.98 checking for ar... ar #12 81.99 checking for ranlib... ranlib #12 82.02 checking for special C compiler options needed for large files... no #12 82.04 checking for _FILE_OFFSET_BITS value needed for large files... no #12 82.34 checking whether gcc accepts -g3 -O2... yes #12 82.95 checking whether the compiler is clang... no #12 83.14 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 83.41 checking whether -Wno-missing-field-initializers is supported... yes #12 83.74 checking whether -Wno-missing-field-initializers is needed... no #12 84.15 checking whether -Wuninitialized is supported... yes #12 84.57 checking whether C compiler handles -fno-common... yes #12 85.17 checking whether C compiler handles -Wall... yes #12 85.74 checking whether C compiler handles -Warith-conversion... no #12 86.03 checking whether C compiler handles -Wdate-time... yes #12 86.65 checking whether C compiler handles -Wdisabled-optimization... yes #12 87.11 checking whether C compiler handles -Wdouble-promotion... yes #12 87.43 checking whether C compiler handles -Wduplicated-cond... yes #12 87.77 checking whether C compiler handles -Wextra... yes #12 88.22 checking whether C compiler handles -Wformat-signedness... yes #12 88.77 checking whether C compiler handles -Winit-self... yes #12 89.36 checking whether C compiler handles -Winvalid-pch... yes #12 89.87 checking whether C compiler handles -Wlogical-op... yes #12 90.32 checking whether C compiler handles -Wmissing-declarations... yes #12 90.83 checking whether C compiler handles -Wmissing-include-dirs... yes #12 91.30 checking whether C compiler handles -Wmissing-prototypes... yes #12 91.86 checking whether C compiler handles -Wnested-externs... yes #12 92.34 checking whether C compiler handles -Wnull-dereference... yes #12 92.78 checking whether C compiler handles -Wold-style-definition... yes #12 93.45 checking whether C compiler handles -Wopenmp-simd... yes #12 93.96 checking whether C compiler handles -Wpacked... yes #12 94.55 checking whether C compiler handles -Wpointer-arith... yes #12 95.07 checking whether C compiler handles -Wstrict-prototypes... yes #12 95.60 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 96.13 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 96.41 checking whether C compiler handles -Wsuggest-final-methods... yes #12 96.76 checking whether C compiler handles -Wsuggest-final-types... yes #12 97.14 checking whether C compiler handles -Wtrampolines... yes #12 97.40 checking whether C compiler handles -Wuninitialized... yes #12 97.68 checking whether C compiler handles -Wunknown-pragmas... yes #12 98.28 checking whether C compiler handles -Wunused-macros... yes #12 98.88 checking whether C compiler handles -Wvariadic-macros... yes #12 99.37 checking whether C compiler handles -Wvector-operation-performance... yes #12 99.93 checking whether C compiler handles -Wwrite-strings... yes #12 100.5 checking whether C compiler handles -Warray-bounds=2... yes #12 100.9 checking whether C compiler handles -Wattribute-alias=2... no #12 101.1 checking whether C compiler handles -Wformat=2... yes #12 101.6 checking whether C compiler handles -Wformat-truncation=2... no #12 101.7 checking whether C compiler handles -Wimplicit-fallthrough=5... no #12 101.7 checking whether C compiler handles -Wshift-overflow=2... yes #12 102.1 checking whether C compiler handles -Wvla-larger-than=4031... no #12 102.3 checking whether C compiler handles -Wredundant-decls... yes #12 102.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 103.1 checking whether C compiler handles -Wno-override-init... yes #12 103.6 checking whether C compiler handles -Wno-sign-compare... yes #12 104.2 checking whether C compiler handles -Wno-type-limits... yes #12 104.7 checking whether C compiler handles -Wno-unused-parameter... yes #12 105.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 105.8 checking for a BSD-compatible install... /usr/bin/install -c #12 105.9 checking command to symlink files in the same directory... ln -s #12 105.9 checking for install-info... : #12 105.9 checking for gzip... /bin/gzip #12 106.0 checking for 'find' args to delete a file... -delete #12 106.0 checking for brew... no #12 107.4 checking for -znocombreloc... not needed #12 107.4 checking whether addresses are sanitized... no #12 107.6 checking for library containing sqrt... -lm #12 108.9 checking for pkg-config... /usr/bin/pkg-config #12 108.9 checking pkg-config is at least version 0.9.0... yes #12 108.9 checking for machine/soundcard.h... no #12 109.2 checking for sys/soundcard.h... yes #12 109.5 checking for soundcard.h... no #12 109.7 checking for mmsystem.h... no #12 109.9 checking for _oss_ioctl in -lossaudio... no #12 110.4 checking for alsa >= 1.0.0... no #12 110.5 checking for ADDR_NO_RANDOMIZE... yes #12 111.0 checking if Linux sysinfo may be used... yes #12 111.4 checking for sys/wait.h that is POSIX.1 compatible... yes #12 111.8 checking for net/if.h... yes #12 112.4 checking for ifaddrs.h... yes #12 112.9 checking for net/if_dl.h... no #12 113.2 checking for struct ifreq.ifr_flags... yes #12 113.9 checking for struct ifreq.ifr_hwaddr... yes #12 114.9 checking for struct ifreq.ifr_netmask... yes #12 116.0 checking for struct ifreq.ifr_broadaddr... yes #12 117.1 checking for struct ifreq.ifr_addr... yes #12 117.8 checking for struct ifreq.ifr_addr.sa_len... no #12 118.3 checking whether gcc understands -MMD -MF... yes #12 118.6 checking for X... no #12 119.1 checking for X... false #12 119.1 checking whether malloc is Doug Lea style... no #12 119.3 checking for sbrk... yes #12 119.6 checking for __lsan_ignore_object... no #12 119.9 checking for fchmod... yes #12 120.2 checking for canonicalize_file_name... yes #12 120.5 checking for faccessat... yes #12 120.8 checking for realpath... yes #12 121.3 checking for lstat... yes #12 121.8 checking for readlinkat... yes #12 122.2 checking for explicit_bzero... no #12 122.6 checking for memset_s... no #12 123.0 checking for fchmodat... yes #12 123.3 checking for lchmod... no #12 123.5 checking for fcntl... yes #12 123.7 checking for fdopendir... yes #12 124.0 checking for fstatat... yes #12 124.3 checking for fsync... yes #12 124.9 checking for futimens... yes #12 125.5 checking for getrandom... no #12 126.0 checking for gettimeofday... yes #12 126.3 checking for mkostemp... yes #12 126.5 checking for pipe2... yes #12 126.8 checking for pselect... yes #12 127.1 checking for readlink... yes #12 127.4 checking for isblank... yes #12 128.0 checking for iswctype... yes #12 128.2 checking for strtoimax... yes #12 128.6 checking for symlink... yes #12 129.1 checking for localtime_r... yes #12 129.6 checking for timegm... yes #12 129.9 checking for utimensat... yes #12 130.2 checking for getdtablesize... yes #12 130.6 checking for futimes... yes #12 130.9 checking for futimesat... yes #12 131.4 checking for lutimes... yes #12 131.7 checking for getpagesize... yes #12 132.0 checking for working mmap... yes #12 132.5 checking for main in -lXbsd... no #12 132.6 checking for pthread library... -lpthread #12 133.3 checking for thread support... yes #12 133.3 checking for getaddrinfo_a in -lanl... yes #12 133.7 checking for dbus-1 >= 1.0... yes #12 133.9 checking for dbus_watch_get_unix_fd... yes #12 134.5 checking for dbus_type_is_valid... yes #12 134.9 checking for dbus_validate_bus_name... yes #12 135.5 checking for dbus_validate_path... yes #12 135.9 checking for dbus_validate_interface... yes #12 136.4 checking for dbus_validate_member... yes #12 137.1 checking for lgetfilecon in -lselinux... no #12 137.5 checking for gnutls >= 2.12.2... yes #12 137.5 checking for libsystemd >= 222... no #12 137.6 checking for jansson >= 2.7... no #12 137.7 checking sys/inotify.h usability... yes #12 137.9 checking sys/inotify.h presence... yes #12 138.0 checking for sys/inotify.h... yes #12 138.0 checking for inotify_init1... yes #12 138.5 checking for lcms2... no #12 138.5 checking for library containing inflateEnd... -lz #12 139.1 checking for dladdr... yes #12 139.6 checking for dlfunc... no #12 140.0 checking for gcc_jit_context_acquire in -lgccjit... yes #12 140.3 checking libgccjit.h usability... yes #12 140.7 checking libgccjit.h presence... yes #12 140.9 checking for libgccjit.h... yes #12 142.0 checking gpm.h usability... no #12 142.5 checking gpm.h presence... no #12 142.6 checking for gpm.h... no #12 142.6 checking for libxml-2.0 > 2.6.17... no #12 142.6 checking for maillock in -lmail... no #12 143.1 checking for maillock in -llockfile... no #12 143.3 checking for liblockfile.so... no #12 143.3 checking maillock.h usability... no #12 143.4 checking maillock.h presence... no #12 143.5 checking for maillock.h... no #12 143.6 checking linux/seccomp.h usability... yes #12 144.1 checking linux/seccomp.h presence... yes #12 144.2 checking for linux/seccomp.h... yes #12 144.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 144.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 144.6 checking linux/filter.h usability... yes #12 144.8 checking linux/filter.h presence... yes #12 144.9 checking for linux/filter.h... yes #12 144.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 145.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 145.0 checking for libseccomp >= 2.4.0... no #12 145.0 checking for accept4... yes #12 145.4 checking for fchdir... yes #12 146.0 checking for gethostname... yes #12 146.4 checking for getrusage... yes #12 146.7 checking for get_current_dir_name... yes #12 147.0 checking for lrand48... yes #12 147.5 checking for random... yes #12 148.0 checking for rint... yes #12 148.4 checking for trunc... yes #12 149.0 checking for select... yes #12 149.5 checking for getpagesize... (cached) yes #12 149.6 checking for setlocale... yes #12 149.7 checking for newlocale... yes #12 149.9 checking for getrlimit... yes #12 150.5 checking for setrlimit... yes #12 150.8 checking for shutdown... yes #12 151.5 checking for pthread_sigmask... (cached) yes #12 151.6 checking for strsignal... yes #12 152.0 checking for setitimer... yes #12 152.4 checking for sendto... yes #12 152.8 checking for recvfrom... yes #12 153.2 checking for getsockname... yes #12 153.9 checking for getifaddrs... yes #12 154.7 checking for freeifaddrs... yes #12 155.1 checking for gai_strerror... yes #12 155.4 checking for sync... yes #12 155.9 checking for getpwent... yes #12 156.5 checking for endpwent... yes #12 156.7 checking for getgrent... yes #12 157.0 checking for endgrent... yes #12 157.7 checking for cfmakeraw... yes #12 158.3 checking for cfsetspeed... yes #12 159.0 checking for __executable_start... yes #12 159.8 checking for log2... yes #12 160.2 checking for pthread_setname_np... yes #12 160.6 checking for pthread_set_name_np... no #12 160.8 checking whether pthread_setname_np takes a single argument... no #12 161.0 checking whether pthread_setname_np takes three arguments... no #12 161.1 checking for aligned_alloc... yes #12 161.5 checking whether aligned_alloc is declared... yes #12 161.7 checking for posix_madvise... yes #12 162.0 checking for __builtin_frame_address... yes #12 162.3 checking for __builtin_unwind_init... yes #12 162.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 163.0 checking for grantpt... yes #12 163.3 checking for getpt... yes #12 163.7 checking for posix_openpt... yes #12 164.1 checking for library containing tputs... -ltinfo #12 164.9 checking whether -ltinfo library defines BC... yes #12 165.3 checking for timerfd interface... yes #12 165.6 checking whether signals can be handled on alternate stack... yes #12 165.8 checking valgrind/valgrind.h usability... no #12 166.1 checking valgrind/valgrind.h presence... no #12 166.3 checking for valgrind/valgrind.h... no #12 166.3 checking for struct unipair.unicode... yes #12 166.5 checking for pid_t... yes #12 167.2 checking vfork.h usability... no #12 167.5 checking vfork.h presence... no #12 167.6 checking for vfork.h... no #12 167.6 checking for fork... yes #12 167.9 checking for vfork... yes #12 168.2 checking for working fork... yes #12 168.6 checking for working vfork... (cached) yes #12 168.6 checking for snprintf... yes #12 169.1 checking whether GLib is linked in... no #12 169.3 checking for nl_langinfo and CODESET... yes #12 169.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 169.9 checking for mbstate_t... yes #12 170.2 checking for signals via characters... yes #12 170.5 checking for _setjmp... yes #12 170.8 checking for sigsetjmp... yes #12 171.3 checking for usable FIONREAD... yes #12 171.8 checking for usable SIGIO... yes #12 172.1 checking for struct alignment... yes #12 172.5 checking for typeof syntax and keyword spelling... typeof #12 172.7 checking for statement expressions... yes #12 172.9 checking whether malloc (0) returns nonnull... yes #12 173.2 checking for working alloca.h... yes #12 173.7 checking for alloca... yes #12 174.2 checking whether lstat correctly handles trailing slash... yes #12 174.6 checking whether // is distinct from /... no #12 174.7 checking whether realpath works... yes #12 175.2 checking for getcwd... yes #12 175.5 checking for C/C++ restrict keyword... __restrict__ #12 175.6 checking whether byte ordering is bigendian... no #12 176.1 checking whether the preprocessor supports include_next... yes #12 176.3 checking whether source code line length is unlimited... yes #12 176.3 checking if environ is properly declared... yes #12 176.5 checking for complete errno.h... yes #12 176.6 checking for mode_t... yes #12 177.1 checking whether strmode is declared... no #12 177.3 checking for gawk... no #12 177.3 checking for mawk... mawk #12 177.4 checking for getopt.h... (cached) yes #12 177.4 checking for getopt_long_only... yes #12 177.7 checking whether getopt is POSIX compatible... yes #12 179.2 checking for working GNU getopt function... yes #12 179.9 checking for working GNU getopt_long function... yes #12 180.3 checking for struct timeval... yes #12 180.5 checking for wide-enough struct timeval.tv_sec member... yes #12 180.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 180.9 checking whether the compiler produces multi-arch binaries... no #12 181.0 checking whether stdint.h conforms to C99... yes #12 181.9 checking whether stdint.h works without ISO C predefines... yes #12 182.2 checking whether stdint.h has UINTMAX_WIDTH etc.... no #12 182.3 checking whether memmem is declared... yes #12 182.6 checking whether memrchr is declared... yes #12 182.9 checking whether defines MIN and MAX... no #12 183.0 checking whether defines MIN and MAX... yes #12 183.2 checking whether time_t is signed... yes #12 183.4 checking whether alarm is declared... yes #12 183.7 checking for working mktime... yes #12 184.3 checking whether struct tm is in sys/time.h or time.h... time.h #12 184.5 checking for struct tm.tm_zone... yes #12 184.8 checking for struct tm.tm_gmtoff... yes #12 185.1 checking whether is self-contained... yes #12 185.6 checking for inline... inline #12 185.9 checking for sigset_t... yes #12 186.4 checking for volatile sig_atomic_t... yes #12 186.7 checking for sighandler_t... yes #12 187.0 checking for wchar_t... yes #12 187.1 checking for good max_align_t... yes #12 187.2 checking whether NULL can be used in arbitrary expressions... yes #12 187.4 checking whether fcloseall is declared... yes #12 187.8 checking which flavor of printf attribute matches inttypes macros... system #12 188.2 checking whether ecvt is declared... yes #12 188.7 checking whether fcvt is declared... yes #12 189.3 checking whether gcvt is declared... yes #12 189.6 checking whether strnlen is declared... yes #12 189.9 checking whether strtoimax is declared... yes #12 190.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 190.2 checking whether stat file-mode macros are broken... no #12 190.3 checking for nlink_t... yes #12 190.6 checking for struct timespec in ... yes #12 190.7 checking for TIME_UTC in ... yes #12 190.8 checking whether execvpe is declared... yes #12 191.1 checking whether clearerr_unlocked is declared... yes #12 191.3 checking whether feof_unlocked is declared... yes #12 191.6 checking whether ferror_unlocked is declared... yes #12 191.9 checking whether fflush_unlocked is declared... yes #12 192.3 checking whether fgets_unlocked is declared... yes #12 192.7 checking whether fputc_unlocked is declared... yes #12 193.0 checking whether fputs_unlocked is declared... yes #12 193.3 checking whether fread_unlocked is declared... yes #12 193.9 checking whether fwrite_unlocked is declared... yes #12 194.3 checking whether getc_unlocked is declared... yes #12 194.8 checking whether getchar_unlocked is declared... yes #12 195.1 checking whether putc_unlocked is declared... yes #12 195.5 checking whether putchar_unlocked is declared... yes #12 195.9 checking type of array argument to getgroups... gid_t #12 196.5 checking whether getdtablesize is declared... yes #12 196.8 checking whether malloc is ptrdiff_t safe... yes #12 197.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 197.0 checking for O_CLOEXEC... yes #12 197.2 checking for promoted mode_t type... mode_t #12 197.4 checking whether the utimes function works... yes #12 197.7 checking sys/acl.h usability... yes #12 197.8 checking sys/acl.h presence... yes #12 198.0 checking for sys/acl.h... yes #12 198.0 checking for library containing acl_get_file... -lacl #12 198.6 checking for acl_get_file... yes #12 199.2 checking for acl_get_fd... yes #12 199.7 checking for acl_set_file... yes #12 200.2 checking for acl_set_fd... yes #12 200.6 checking for acl_free... yes #12 201.1 checking for acl_from_mode... yes #12 201.4 checking for acl_from_text... yes #12 201.7 checking for acl_delete_def_file... yes #12 202.1 checking for acl_extended_file... yes #12 202.7 checking for acl_delete_fd_np... no #12 203.2 checking for acl_delete_file_np... no #12 203.4 checking for acl_copy_ext_native... no #12 204.0 checking for acl_create_entry_np... no #12 204.3 checking for acl_to_short_text... no #12 204.6 checking for acl_free_text... no #12 204.9 checking for working acl_get_file... yes #12 205.2 checking acl/libacl.h usability... yes #12 205.4 checking acl/libacl.h presence... yes #12 205.4 checking for acl/libacl.h... yes #12 205.4 checking for acl_entries... yes #12 205.7 checking for ACL_FIRST_ENTRY... yes #12 205.8 checking for ACL_TYPE_EXTENDED... no #12 205.9 checking for alloca as a compiler built-in... yes #12 206.0 checking for __builtin_expect... yes #12 206.2 checking byteswap.h usability... yes #12 206.7 checking byteswap.h presence... yes #12 206.7 checking for byteswap.h... yes #12 206.7 checking for library containing clock_gettime... none required #12 207.0 checking for clock_gettime... yes #12 207.2 checking for clock_settime... yes #12 207.5 checking for copy_file_range... no #12 207.6 checking for d_type member in directory struct... yes #12 207.9 checking whether // is distinct from /... (cached) no #12 207.9 checking whether dup2 works... yes #12 208.2 checking for library containing backtrace_symbols_fd... none required #12 208.6 checking for explicit_memset... no #12 209.0 checking whether fchmodat works... no #12 209.5 checking whether fcntl handles F_DUPFD correctly... yes #12 210.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 211.0 checking whether fdopendir is declared... yes #12 211.3 checking whether fdopendir works... yes #12 211.8 checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes #12 212.1 checking for flexible array member... yes #12 212.4 checking for __fpending... yes #12 212.8 checking whether __fpending is declared... yes #12 213.1 checking whether free is known to preserve errno... no #12 213.3 checking whether fstatat (..., 0) works... yes #12 213.5 checking for sys/mount.h... yes #12 213.7 checking for statvfs function (SVR4)... yes #12 213.9 checking whether to use statvfs64... no #12 214.1 checking for two-argument statfs with statfs.f_frsize member... yes #12 214.4 checking sys/fs/s5param.h usability... no #12 214.7 checking sys/fs/s5param.h presence... no #12 214.7 checking for sys/fs/s5param.h... no #12 214.8 checking sys/statfs.h usability... yes #12 215.1 checking sys/statfs.h presence... yes #12 215.2 checking for sys/statfs.h... yes #12 215.2 checking for statfs that truncates block counts... no #12 215.3 checking whether futimens works... yes #12 216.7 checking for getloadavg... yes #12 217.1 checking sys/loadavg.h usability... no #12 217.4 checking sys/loadavg.h presence... no #12 217.5 checking for sys/loadavg.h... no #12 217.5 checking whether getloadavg is declared... yes #12 217.8 checking for gettimeofday with POSIX signature... almost #12 218.1 checking whether the compiler supports the __inline keyword... yes #12 218.3 checking gmp.h usability... yes #12 218.4 checking gmp.h presence... yes #12 218.4 checking for gmp.h... yes #12 218.4 checking for library containing __gmpz_roinit_n... -lgmp #12 219.0 checking for memmem... yes #12 219.5 checking whether memmem works... yes #12 220.1 checking for mempcpy... yes #12 220.4 checking for memrchr... yes #12 220.8 checking for sys/pstat.h... no #12 220.9 checking for sys/sysmp.h... no #12 221.2 checking for sys/param.h... (cached) yes #12 221.2 checking for sys/sysctl.h... yes #12 221.7 checking for sched_getaffinity... yes #12 222.0 checking for sched_getaffinity_np... no #12 222.4 checking for pstat_getdynamic... no #12 222.8 checking for sysmp... no #12 223.1 checking for sysctl... yes #12 223.6 checking for glibc compatible sched_getaffinity... yes #12 223.8 checking whether signature of pselect conforms to POSIX... yes #12 224.1 checking whether pselect detects invalid fds... yes #12 224.5 checking whether pthread_sigmask is a macro... no #12 224.6 checking whether pthread_sigmask returns error numbers... yes #12 224.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 227.6 checking whether readlink signature is correct... yes #12 228.0 checking whether readlink handles trailing slash correctly... yes #12 228.3 checking whether readlink truncates results correctly... yes #12 228.6 checking whether readlinkat signature is correct... yes #12 228.8 checking for working re_compile_pattern... no #12 229.5 checking libintl.h usability... yes #12 229.8 checking libintl.h presence... yes #12 229.9 checking for libintl.h... yes #12 229.9 checking whether isblank is declared... yes #12 230.0 checking for sig2str... no #12 230.2 checking for sigdescr_np... no #12 230.5 checking for socklen_t... yes #12 230.7 checking for ssize_t... yes #12 231.0 checking for struct stat.st_atim.tv_nsec... yes #12 231.2 checking whether struct stat.st_atim is of type struct timespec... yes #12 231.3 checking for struct stat.st_birthtimespec.tv_nsec... no #12 231.5 checking for struct stat.st_birthtimensec... no #12 231.9 checking for struct stat.st_birthtim.tv_nsec... no #12 232.2 checking for working stdalign.h... yes #12 232.3 checking for stpcpy... yes #12 232.8 checking for working strnlen... yes #12 233.2 checking whether strtoimax works... yes #12 233.5 checking whether symlink handles trailing slash correctly... yes #12 234.2 checking whether localtime_r is declared... yes #12 234.4 checking whether localtime_r is compatible with its POSIX signature... yes #12 234.5 checking whether localtime works even near extrema... yes #12 234.9 checking for timezone_t... no #12 235.1 checking whether timer_settime is declared... yes #12 235.3 checking for library containing timer_settime... -lrt #12 235.8 checking for timer_settime... yes #12 236.3 checking whether utimensat works... yes #12 237.8 checking for variable-length arrays... yes #12 238.2 checking whether getdtablesize works... yes #12 238.9 checking whether open recognizes a trailing slash... yes #12 239.5 checking for timer_getoverrun... yes #12 239.7 checking for gcc option to disable position independent executables... not needed #12 239.7 #12 239.7 Configured for 'x86_64-pc-linux-gnu'. #12 239.7 #12 239.7 Where should the build process find the source code? . #12 239.7 What compiler should emacs be built with? gcc -g3 -O2 #12 239.7 Should Emacs use the GNU version of malloc? no #12 239.7 (The GNU allocators don't work with this system configuration.) #12 239.7 Should Emacs use a relocating allocator for buffers? no #12 239.7 Should Emacs use mmap(2) for buffer allocation? no #12 239.7 What window system should Emacs use? none #12 239.7 What toolkit should Emacs use? none #12 239.7 Where do we find X Windows header files? NONE #12 239.7 Where do we find X Windows libraries? NONE #12 239.7 Does Emacs use -lXaw3d? no #12 239.7 Does Emacs use -lXpm? no #12 239.7 Does Emacs use -ljpeg? no #12 239.7 Does Emacs use -ltiff? no #12 239.7 Does Emacs use a gif library? no #12 239.7 Does Emacs use a png library? no #12 239.7 Does Emacs use -lrsvg-2? no #12 239.7 Does Emacs use -lwebp? no #12 239.7 Does Emacs use cairo? no #12 239.7 Does Emacs use -llcms2? no #12 239.7 Does Emacs use imagemagick? no #12 239.7 Does Emacs use native APIs for images? no #12 239.7 Does Emacs support sound? yes #12 239.7 Does Emacs use -lgpm? no #12 239.7 Does Emacs use -ldbus? yes #12 239.7 Does Emacs use -lgconf? no #12 239.7 Does Emacs use GSettings? no #12 239.7 Does Emacs use a file notification library? yes -lglibc (inotify) #12 239.7 Does Emacs use access control lists? yes -lacl #12 239.7 Does Emacs use -lselinux? no #12 239.7 Does Emacs use -lgnutls? yes #12 239.7 Does Emacs use -lxml2? no #12 239.7 Does Emacs use -lfreetype? no #12 239.7 Does Emacs use HarfBuzz? no #12 239.7 Does Emacs use -lm17n-flt? no #12 239.7 Does Emacs use -lotf? no #12 239.7 Does Emacs use -lxft? no #12 239.7 Does Emacs use -lsystemd? no #12 239.7 Does Emacs use -ljansson? no #12 239.7 Does Emacs use the GMP library? yes #12 239.7 Does Emacs directly use zlib? yes #12 239.7 Does Emacs have dynamic modules support? yes #12 239.7 Does Emacs use toolkit scroll bars? no #12 239.7 Does Emacs support Xwidgets? no #12 239.7 Does Emacs have threading support in lisp? yes #12 239.7 Does Emacs support the portable dumper? yes #12 239.7 Does Emacs support legacy unexec dumping? no #12 239.7 Which dumping strategy does Emacs use? pdumper #12 239.7 Does Emacs have native lisp compiler? yes #12 239.7 #12 239.7 #12 240.6 configure: creating ./config.status #12 241.2 configure: WARNING: This configuration installs a 'movemail' program #12 241.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 241.2 installed a 'movemail' program that retrieved POP3 email via only #12 241.2 insecure channels, a practice that is no longer recommended but that #12 241.2 you can continue to support by using './configure --with-pop'. #12 241.2 configure: You might want to install GNU Mailutils #12 241.2 and use './configure --with-mailutils'. #12 242.3 MAKE='make' ./config.status #12 242.7 config.status: creating src/verbose.mk #12 242.9 config.status: creating src/emacs-module.h #12 243.2 config.status: creating Makefile #12 243.3 config.status: creating lib/gnulib.mk #12 243.4 config.status: creating ./doc/man/emacs.1 #12 243.5 config.status: creating lib/Makefile #12 243.7 config.status: creating lib-src/Makefile #12 243.8 config.status: creating oldXMenu/Makefile #12 243.9 config.status: creating doc/emacs/Makefile #12 244.0 config.status: creating doc/misc/Makefile #12 244.0 config.status: creating doc/lispintro/Makefile #12 244.1 config.status: creating doc/lispref/Makefile #12 244.2 config.status: creating src/Makefile #12 244.3 config.status: creating lwlib/Makefile #12 244.5 config.status: creating lisp/Makefile #12 244.7 config.status: creating leim/Makefile #12 244.8 config.status: creating nextstep/Makefile #12 245.1 config.status: creating nt/Makefile #12 245.2 config.status: creating test/Makefile #12 245.3 config.status: creating admin/charsets/Makefile #12 245.4 config.status: creating admin/unidata/Makefile #12 245.5 config.status: creating admin/grammars/Makefile #12 245.6 config.status: creating src/config.h #12 245.8 config.status: executing src/epaths.h commands #12 245.8 make[2]: Entering directory '/checkout' #12 245.8 make[2]: Leaving directory '/checkout' #12 245.9 config.status: executing src/.gdbinit commands #12 245.9 config.status: executing doc/emacs/emacsver.texi commands #12 246.0 config.status: executing etc-refcards-emacsver.tex commands #12 246.0 make[2]: Entering directory '/checkout' #12 246.1 make[2]: Leaving directory '/checkout' #12 246.1 make[1]: Leaving directory '/checkout' #12 246.1 make all #12 246.1 make[1]: Entering directory '/checkout' #12 246.3 make -C lib all #12 246.3 make -C doc/lispref info #12 246.3 make[2]: Entering directory '/checkout/doc/lispref' #12 246.3 /bin/mkdir -p ../../info #12 246.4 GEN ../../info/elisp.info #12 246.7 make[2]: Entering directory '/checkout/lib' #12 246.7 GEN alloca.h #12 246.8 GEN dirent.h #12 246.9 GEN malloc/dynarray.gl.h #12 247.0 GEN malloc/dynarray-skeleton.gl.h #12 247.1 GEN fcntl.h #12 247.2 GEN inttypes.h #12 247.3 GEN limits.h #12 247.4 GEN signal.h #12 247.6 GEN stdint.h #12 247.7 GEN stdio.h #12 248.1 GEN stdlib.h #12 248.4 GEN string.h #12 248.6 GEN sys/random.h #12 248.8 GEN sys/select.h #12 249.0 GEN sys/stat.h #12 249.2 GEN sys/time.h #12 249.4 GEN sys/types.h #12 249.4 GEN time.h #12 249.6 GEN unistd.h #12 250.1 CC fingerprint.o #12 250.3 CC copy-file-range.o #12 250.8 CC explicit_bzero.o #12 251.2 CC fchmodat.o #12 252.0 CC fcntl.o #12 252.6 CC free.o #12 253.0 CC fsusage.o #12 253.7 CC getrandom.o #12 254.5 CC regex.o #12 275.9 CC sig2str.o #12 276.9 CC sigdescr_np.o #12 277.6 CC time_rz.o #12 278.9 CC acl-errno-valid.o #12 279.5 CC acl-internal.o #12 280.0 CC get-permissions.o #12 280.9 CC set-permissions.o #12 281.6 CC allocator.o #12 281.9 CC binary-io.o #12 282.4 CC c-ctype.o #12 283.1 CC c-strcasecmp.o #12 283.7 CC c-strncasecmp.o #12 284.2 CC careadlinkat.o #12 285.3 CC close-stream.o #12 286.0 CC count-leading-zeros.o #12 286.6 CC count-one-bits.o #12 287.0 CC count-trailing-zeros.o #12 287.7 CC md5-stream.o #12 288.4 CC md5.o #12 290.1 CC sha1.o #12 294.4 CC sha256.o #12 300.2 CC sha512.o #12 308.4 CC dtoastr.o #12 309.7 CC dtotimespec.o #12 310.6 CC malloc/dynarray_at_failure.o #12 311.5 CC malloc/dynarray_emplace_enlarge.o #12 313.0 CC malloc/dynarray_finalize.o #12 313.8 CC malloc/dynarray_resize.o #12 315.1 CC malloc/dynarray_resize_clear.o #12 315.7 CC file-has-acl.o #12 316.0 CC filemode.o #12 316.8 CC filevercmp.o #12 318.5 CC gettime.o #12 319.0 CC nproc.o #12 320.1 CC nstrftime.o #12 325.2 CC pipe2.o #12 325.9 CC qcopy-acl.o #12 326.4 CC stat-time.o #12 327.1 CC tempname.o #12 328.3 CC timespec.o #12 329.1 CC timespec-add.o #12 329.7 CC timespec-sub.o #12 330.4 CC u64.o #12 330.9 CC unistd.o #12 331.8 CC openat-die.o #12 332.8 CC save-cwd.o #12 333.7 AR libgnu.a #12 334.5 make[2]: Leaving directory '/checkout/lib' #12 334.5 make -C doc/lispintro info #12 334.5 make[2]: Entering directory '/checkout/doc/lispintro' #12 334.5 GEN ../../info/eintr.info #12 368.0 make[2]: Leaving directory '/checkout/doc/lispintro' #12 368.0 make -C doc/emacs info #12 368.1 make[2]: Entering directory '/checkout/doc/emacs' #12 368.1 GEN ../../info/emacs.info #12 457.1 make[2]: Leaving directory '/checkout/doc/lispref' #12 457.2 GEN info/dir #12 458.2 make -C lib-src all #12 458.2 make[2]: Entering directory '/checkout/lib-src' #12 458.2 CCLD etags #12 471.1 make[2]: Leaving directory '/checkout/doc/emacs' #12 471.1 CCLD ctags #12 483.2 CCLD emacsclient #12 487.0 CCLD ebrowse #12 493.1 CCLD hexl #12 494.8 CC pop.o #12 495.1 CCLD make-docfile #12 496.3 CCLD make-fingerprint #12 497.3 CCLD movemail #12 499.8 make[2]: Leaving directory '/checkout/lib-src' #12 499.8 make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ #12 499.8 ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all #12 500.2 make[2]: Entering directory '/checkout/src' #12 500.2 GEN globals.h #12 500.2 GEN buildobj.h #12 501.2 make -C ../admin/charsets all #12 501.3 make[3]: Entering directory '/checkout/admin/charsets' #12 501.3 GEN ../../etc/charsets/8859-2.map #12 501.3 GEN ../../etc/charsets/8859-3.map #12 501.4 GEN ../../etc/charsets/8859-4.map #12 501.5 GEN ../../etc/charsets/8859-5.map #12 501.5 GEN ../../etc/charsets/8859-6.map #12 501.6 GEN ../../etc/charsets/8859-7.map #12 501.7 GEN ../../etc/charsets/8859-8.map #12 501.8 GEN ../../etc/charsets/8859-9.map #12 501.8 GEN ../../etc/charsets/8859-10.map #12 501.9 GEN ../../etc/charsets/8859-11.map #12 502.0 GEN ../../etc/charsets/8859-13.map #12 502.1 GEN ../../etc/charsets/8859-14.map #12 502.3 GEN ../../etc/charsets/8859-15.map #12 502.4 GEN ../../etc/charsets/8859-16.map #12 502.5 GEN ../../etc/charsets/IBM037.map #12 502.6 GEN ../../etc/charsets/IBM038.map #12 502.6 GEN ../../etc/charsets/IBM256.map #12 502.7 GEN ../../etc/charsets/IBM273.map #12 502.8 GEN ../../etc/charsets/IBM274.map #12 502.9 GEN ../../etc/charsets/IBM275.map #12 503.1 GEN ../../etc/charsets/IBM277.map #12 503.1 GEN ../../etc/charsets/IBM278.map #12 503.2 GEN ../../etc/charsets/IBM280.map #12 503.3 GEN ../../etc/charsets/IBM281.map #12 503.4 GEN ../../etc/charsets/IBM284.map #12 503.4 GEN ../../etc/charsets/IBM285.map #12 503.5 GEN ../../etc/charsets/IBM290.map #12 503.6 GEN ../../etc/charsets/IBM297.map #12 503.7 GEN ../../etc/charsets/IBM420.map #12 503.7 make -C ../admin/unidata charscript.el #12 503.7 make[3]: Entering directory '/checkout/admin/unidata' #12 503.8 GEN ../../etc/charsets/IBM423.map #12 503.9 GEN ../../lisp/international/charscript.el #12 504.0 GEN ../../etc/charsets/IBM424.map #12 504.0 make[3]: Leaving directory '/checkout/admin/unidata' #12 504.0 GEN ../../etc/charsets/IBM437.map #12 504.2 GEN ../../etc/charsets/IBM500.map #12 504.3 GEN ../../etc/charsets/IBM850.map #12 504.3 GEN ../../etc/charsets/IBM851.map #12 504.5 GEN ../../etc/charsets/IBM852.map #12 504.5 GEN ../../etc/charsets/IBM855.map #12 504.7 GEN ../../etc/charsets/IBM856.map #12 504.7 GEN ../../etc/charsets/IBM857.map #12 504.9 GEN ../../etc/charsets/IBM860.map #12 504.9 GEN ../../etc/charsets/IBM861.map #12 505.1 GEN ../../etc/charsets/IBM862.map #12 505.1 make -C ../admin/unidata emoji-zwj.el #12 505.2 make[3]: Entering directory '/checkout/admin/unidata' #12 505.3 GEN ../../etc/charsets/IBM863.map #12 505.3 GEN ../../lisp/international/emoji-zwj.el #12 505.4 GEN ../../etc/charsets/IBM864.map #12 505.5 make[3]: Leaving directory '/checkout/admin/unidata' #12 505.5 make -C ../admin/charsets cp51932.el #12 505.5 GEN ../../etc/charsets/IBM865.map #12 505.5 make[3]: Entering directory '/checkout/admin/charsets' #12 505.6 GEN ../../etc/charsets/CP932-2BYTE.map #12 505.6 GEN ../../etc/charsets/IBM866.map #12 505.7 GEN ../../etc/charsets/IBM868.map #12 505.8 GEN ../../etc/charsets/IBM869.map #12 506.0 GEN ../../etc/charsets/IBM870.map #12 506.1 GEN ../../etc/charsets/IBM871.map #12 506.3 GEN ../../etc/charsets/IBM874.map #12 506.4 GEN ../../lisp/international/cp51932.el #12 506.4 GEN ../../etc/charsets/IBM875.map #12 506.4 make[3]: Leaving directory '/checkout/admin/charsets' #12 506.4 make -C ../admin/charsets eucjp-ms.el #12 506.5 GEN ../../etc/charsets/IBM880.map #12 506.5 make[3]: Entering directory '/checkout/admin/charsets' #12 506.5 GEN ../../lisp/international/eucjp-ms.el #12 506.6 GEN ../../etc/charsets/IBM891.map #12 506.7 make[3]: Leaving directory '/checkout/admin/charsets' #12 506.7 GEN ../../etc/charsets/IBM903.map #12 506.8 GEN ../../etc/charsets/IBM904.map #12 506.8 CC dispnew.o #12 506.9 GEN ../../etc/charsets/IBM905.map #12 507.1 GEN ../../etc/charsets/IBM918.map #12 507.2 GEN ../../etc/charsets/IBM1004.map #12 507.3 GEN ../../etc/charsets/IBM1026.map #12 507.4 GEN ../../etc/charsets/IBM1047.map #12 507.6 GEN ../../etc/charsets/CP737.map #12 507.6 GEN ../../etc/charsets/CP775.map #12 507.8 GEN ../../etc/charsets/CP1125.map #12 507.9 GEN ../../etc/charsets/CP1250.map #12 508.0 GEN ../../etc/charsets/CP1251.map #12 508.1 GEN ../../etc/charsets/CP1252.map #12 508.3 GEN ../../etc/charsets/CP1253.map #12 508.5 GEN ../../etc/charsets/CP1254.map #12 508.8 GEN ../../etc/charsets/CP1255.map #12 509.0 GEN ../../etc/charsets/CP1256.map #12 509.2 GEN ../../etc/charsets/CP1257.map #12 509.3 GEN ../../etc/charsets/CP1258.map #12 509.5 GEN ../../etc/charsets/CP10007.map #12 509.6 GEN ../../etc/charsets/CP720.map #12 509.7 GEN ../../etc/charsets/CP858.map #12 509.7 GEN ../../etc/charsets/GB2312.map #12 510.5 GEN ../../etc/charsets/GBK.map #12 512.3 GEN ../../etc/charsets/GB180302.map #12 514.6 GEN ../../etc/charsets/BIG5.map #12 515.1 GEN ../../etc/charsets/BIG5-HKSCS.map #12 516.5 GEN ../../etc/charsets/CNS-1.map #12 517.2 GEN ../../etc/charsets/CNS-2.map #12 518.1 GEN ../../etc/charsets/CNS-3.map #12 519.0 GEN ../../etc/charsets/CNS-4.map #12 519.7 GEN ../../etc/charsets/CNS-5.map #12 520.5 GEN ../../etc/charsets/CNS-6.map #12 521.0 GEN ../../etc/charsets/CNS-7.map #12 521.9 GEN ../../etc/charsets/CNS-F.map #12 522.7 GEN ../../etc/charsets/JISX0201.map #12 522.8 GEN ../../etc/charsets/JISX0208.map #12 523.3 GEN ../../etc/charsets/JISX0212.map #12 524.1 GEN ../../etc/charsets/JISX2132.map #12 524.4 GEN ../../etc/charsets/JISC6226.map #12 524.9 GEN ../../etc/charsets/JISX213A.map #12 524.9 GEN ../../etc/charsets/KSC5601.map #12 525.9 GEN ../../etc/charsets/KSC5636.map #12 526.1 GEN ../../etc/charsets/JOHAB.map #12 527.6 GEN ../../etc/charsets/KOI-8.map #12 527.7 GEN ../../etc/charsets/KOI8-R.map #12 527.8 GEN ../../etc/charsets/KOI8-U.map #12 527.9 GEN ../../etc/charsets/KOI8-T.map #12 528.1 GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 528.2 GEN ../../etc/charsets/MIK.map #12 528.3 GEN ../../etc/charsets/PTCP154.map #12 528.4 GEN ../../etc/charsets/TIS-620.map #12 528.5 GEN ../../etc/charsets/VISCII.map #12 528.6 GEN ../../etc/charsets/VSCII.map #12 528.7 GEN ../../etc/charsets/VSCII-2.map #12 528.8 GEN ../../etc/charsets/KA-PS.map #12 528.9 GEN ../../etc/charsets/KA-ACADEMY.map #12 529.1 GEN ../../etc/charsets/HP-ROMAN8.map #12 529.1 GEN ../../etc/charsets/NEXTSTEP.map #12 529.2 GEN ../../etc/charsets/MACINTOSH.map #12 529.4 GEN ../../etc/charsets/EBCDICUK.map #12 529.5 CC frame.o #12 529.5 GEN ../../etc/charsets/EBCDICUS.map #12 529.6 GEN ../../etc/charsets/stdenc.map #12 529.7 GEN ../../etc/charsets/symbol.map #12 529.9 GEN ../../etc/charsets/CP949-2BYTE.map #12 531.2 GEN ../../etc/charsets/BIG5-1.map #12 531.6 GEN ../../etc/charsets/BIG5-2.map #12 532.0 GEN ../../etc/charsets/MULE-ethiopic.map #12 532.1 GEN ../../etc/charsets/MULE-ipa.map #12 532.1 GEN ../../etc/charsets/MULE-is13194.map #12 532.2 GEN ../../etc/charsets/MULE-sisheng.map #12 532.2 GEN ../../etc/charsets/MULE-tibetan.map #12 532.2 GEN ../../etc/charsets/MULE-lviscii.map #12 532.2 GEN ../../etc/charsets/MULE-uviscii.map #12 532.3 GEN ../../etc/charsets/GB180304.map #12 533.0 GEN ../../etc/charsets/JISX2131.map #12 533.9 GEN charsets.stamp #12 533.9 make[3]: Leaving directory '/checkout/admin/charsets' #12 534.0 CC scroll.o #12 537.9 CC xdisp.o #12 539.4 CC menu.o #12 544.3 CC window.o #12 567.9 CC charset.o #12 581.4 CC coding.o #12 622.0 CC category.o #12 626.1 CC ccl.o #12 637.4 CC character.o #12 640.3 CC chartab.o #12 644.7 CC bidi.o #12 647.5 CC cm.o #12 650.2 CC term.o #12 652.3 CC terminal.o #12 656.8 CC xfaces.o #12 664.8 CC dbusbind.o #12 671.8 CC emacs.o #12 677.1 CC keyboard.o #12 680.8 CC macros.o #12 684.1 CC keymap.o #12 702.7 CC sysdep.o #12 714.6 CC bignum.o #12 717.3 CC buffer.o #12 718.2 CC filelock.o #12 722.5 CC insdel.o #12 729.7 CC marker.o #12 733.8 CC minibuf.o #12 736.4 CC fileio.o #12 746.6 CC dired.o #12 751.7 CC cmds.o #12 756.4 CC casetab.o #12 757.1 CC casefiddle.o #12 758.9 CC indent.o #12 762.5 CC search.o #12 771.5 CC regex-emacs.o #12 783.1 CC undo.o #12 787.9 CC alloc.o #12 811.2 CC pdumper.o #12 825.4 CC data.o #12 828.1 CC doc.o #12 832.4 CC editfns.o #12 843.2 CC callint.o #12 848.3 CC eval.o #12 854.5 CC floatfns.o #12 858.7 CC fns.o #12 865.3 CC font.o #12 886.1 CC print.o #12 887.1 CC lread.o #12 901.7 CC emacs-module.o #12 909.6 CC syntax.o #12 911.6 CC bytecode.o #12 920.5 CC comp.o #12 937.9 CC dynlib.o #12 938.5 CC process.o #12 938.8 CC gnutls.o #12 948.2 CC callproc.o #12 957.1 CC region-cache.o #12 961.0 CC sound.o #12 964.3 CC timefns.o #12 968.0 CC atimer.o #12 971.9 CC doprnt.o #12 972.5 CC intervals.o #12 976.0 CC textprop.o #12 981.0 CC composite.o #12 987.3 CC xml.o #12 989.4 CC lcms.o #12 989.8 CC inotify.o #12 993.5 CC profiler.o #12 994.5 CC decompress.o #12 996.3 CC thread.o #12 997.4 CC systhread.o #12 998.8 CC terminfo.o #12 1001. CC lastfile.o #12 1002. CCLD temacs #12 1007. /bin/mkdir -p ../etc #12 1007. make -C ../lisp update-subdirs #12 1007. make[3]: Entering directory '/checkout/lisp' #12 1007. make[3]: Leaving directory '/checkout/lisp' #12 1007. cp -f temacs bootstrap-emacs #12 1007. rm -f bootstrap-emacs.pdmp #12 1007. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1007. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/ #12 1007. Loading loadup.el (source)... #12 1007. Dump mode: pbootstrap #12 1007. Using load-path (/checkout/lisp /checkout/lisp/emacs-lisp /checkout/lisp/progmodes /checkout/lisp/language /checkout/lisp/international /checkout/lisp/textmodes /checkout/lisp/vc) #12 1007. Loading emacs-lisp/byte-run (source)... #12 1007. Loading emacs-lisp/backquote (source)... #12 1007. Loading subr (source)... #12 1008. Loading version (source)... #12 1008. Loading widget (source)... #12 1008. Loading custom (source)... #12 1008. Loading emacs-lisp/map-ynp (source)... #12 1008. Loading international/mule (source)... #12 1008. Loading international/mule-conf (source)... #12 1008. Loading env (source)... #12 1008. Loading format (source)... #12 1008. Loading bindings (source)... #12 1008. Loading window (source)... #12 1008. Loading /checkout/lisp/files.el (source)... #12 1014. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1015. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 1015. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1016. Loading /checkout/lisp/cus-face.el (source)... #12 1016. Loading /checkout/lisp/faces.el (source)... #12 1016. Loading /checkout/lisp/ldefs-boot.el (source)... #12 1020. Loading /checkout/lisp/button.el (source)... #12 1020. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 1021. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 1025. Loading /checkout/lisp/obarray.el (source)... #12 1025. Loading /checkout/lisp/abbrev.el (source)... #12 1026. Loading /checkout/lisp/simple.el (source)... #12 1030. Loading /checkout/lisp/help.el (source)... #12 1033. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 1034. Loading /checkout/lisp/epa-hook.el (source)... #12 1034. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 1034. Loading /checkout/lisp/case-table.el (source)... #12 1034. Loading /checkout/lisp/international/characters.el (source)... #12 1035. Loading /checkout/lisp/international/charscript.el (source)... #12 1035. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 1036. Loading /checkout/lisp/composite.el (source)... #12 1036. Loading /checkout/lisp/language/chinese.el (source)... #12 1036. Loading /checkout/lisp/language/cyrillic.el (source)... #12 1037. Loading /checkout/lisp/language/indian.el (source)... #12 1037. Loading /checkout/lisp/language/sinhala.el (source)... #12 1037. Loading /checkout/lisp/language/english.el (source)... #12 1037. Loading /checkout/lisp/language/ethiopic.el (source)... #12 1037. Loading /checkout/lisp/language/european.el (source)... #12 1038. Loading /checkout/lisp/language/czech.el (source)... #12 1038. Loading /checkout/lisp/language/slovak.el (source)... #12 1038. Loading /checkout/lisp/language/romanian.el (source)... #12 1038. Loading /checkout/lisp/language/greek.el (source)... #12 1038. Loading /checkout/lisp/language/hebrew.el (source)... #12 1038. Loading /checkout/lisp/international/cp51932.el (source)... #12 1038. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 1039. Loading /checkout/lisp/language/japanese.el (source)... #12 1039. Loading /checkout/lisp/language/korean.el (source)... #12 1039. Loading /checkout/lisp/language/lao.el (source)... #12 1040. Loading /checkout/lisp/language/tai-viet.el (source)... #12 1040. Loading /checkout/lisp/language/thai.el (source)... #12 1040. Loading /checkout/lisp/language/tibetan.el (source)... #12 1040. Loading /checkout/lisp/language/vietnamese.el (source)... #12 1040. Loading /checkout/lisp/language/misc-lang.el (source)... #12 1040. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 1040. Loading /checkout/lisp/language/georgian.el (source)... #12 1040. Loading /checkout/lisp/language/khmer.el (source)... #12 1041. Loading /checkout/lisp/language/burmese.el (source)... #12 1041. Loading /checkout/lisp/language/cham.el (source)... #12 1041. Loading /checkout/lisp/indent.el (source)... #12 1041. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 1060. Loading /checkout/lisp/minibuffer.el (source)... #12 1063. Loading /checkout/lisp/frame.el (source)... #12 1064. Loading /checkout/lisp/startup.el (source)... #12 1065. Loading /checkout/lisp/term/tty-colors.el (source)... #12 1065. Loading /checkout/lisp/font-core.el (source)... #12 1065. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 1066. Loading /checkout/lisp/font-lock.el (source)... #12 1066. Loading /checkout/lisp/jit-lock.el (source)... #12 1067. Loading /checkout/lisp/mouse.el (source)... #12 1068. Loading /checkout/lisp/select.el (source)... #12 1068. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 1068. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 1069. Loading /checkout/lisp/isearch.el (source)... #12 1070. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 1070. Loading /checkout/lisp/menu-bar.el (source)... #12 1073. Loading /checkout/lisp/tab-bar.el (source)... #12 1075. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 1075. Loading /checkout/lisp/textmodes/page.el (source)... #12 1075. Loading /checkout/lisp/register.el (source)... #12 1076. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 1076. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 1076. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 1077. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 1077. Loading /checkout/lisp/textmodes/fill.el (source)... #12 1078. Loading /checkout/lisp/newcomment.el (source)... #12 1078. Loading /checkout/lisp/replace.el (source)... #12 1079. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 1080. Loading /checkout/lisp/buff-menu.el (source)... #12 1080. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 1086. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 1086. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 1087. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 1087. Loading /checkout/lisp/uniquify.el (source)... #12 1088. Loading /checkout/lisp/electric.el (source)... #12 1088. Loading /checkout/lisp/paren.el (source)... #12 1089. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 1089. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 1090. Loading /checkout/lisp/cus-start.el (source)... #12 1091. Loading /checkout/lisp/tooltip.el (source)... #12 1091. Loading /checkout/lisp/international/iso-transl.el (source)... #12 1091. Finding pointers to doc strings... #12 1091. Finding pointers to doc strings...done #12 1092. Dumping under the name bootstrap-emacs.pdmp #12 1092. Dumping fingerprint: 7ce742f49510acd7c3fdc2a66c197c5df949adb41a6d99979bd62b810778806d #12 1119. Dump complete #12 1119. Byte counts: header=100 hot=14395548 discardable=160336 cold=10098624 #12 1119. Reloc counts: hot=1014157 discardable=4682 #12 1120. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1120. make[3]: Entering directory '/checkout/lisp' #12 1120. ELC+ELN emacs-lisp/cconv.elc #12 1120. ELC+ELN emacs-lisp/macroexp.elc #12 1383. ELC+ELN emacs-lisp/byte-opt.elc #12 1655. ELC+ELN emacs-lisp/bytecomp.elc #12 1917. ELC+ELN emacs-lisp/comp.elc #12 2491. ELC+ELN emacs-lisp/comp-cstr.elc #12 3050. ELC+ELN emacs-lisp/cl-macs.elc #12 3954. ELC+ELN emacs-lisp/rx.elc #12 3981. ELC+ELN emacs-lisp/cl-seq.elc #12 4099. ELC+ELN help-mode.elc #12 4174. ELC+ELN emacs-lisp/cl-extra.elc #12 4237. ELC+ELN emacs-lisp/gv.elc #12 4325. ELC+ELN emacs-lisp/seq.elc #12 4378. ELC+ELN emacs-lisp/cl-lib.elc #12 4396. ELC+ELN emacs-lisp/warnings.elc #12 4440. ELC+ELN emacs-lisp/subr-x.elc #12 4448. ELC+ELN emacs-lisp/autoload.elc #12 4548. make[3]: Leaving directory '/checkout/lisp' #12 4548. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 4548. make[3]: Entering directory '/checkout/lisp' #12 4548. ELC+ELN ../lisp/abbrev.elc #12 4548. ELC+ELN international/titdic-cnv.elc #12 4632. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 4632. make[4]: Entering directory '/checkout/admin/grammars' #12 4632. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 4632. ELC+ELN ../lisp/bindings.elc #12 4651. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4681. ELC+ELN ../lisp/buff-menu.elc #12 4701. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 4718. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4729. ELC+ELN ../lisp/button.elc #12 4763. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 4777. ELC+ELN ../lisp/case-table.elc #12 4779. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4808. ELC+ELN ../lisp/composite.elc #12 4823. GEN ../../lisp/cedet/semantic/grammar-wy.el #12 4842. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4887. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 4926. ELC+ELN ../lisp/cus-face.elc #12 4970. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 4974. ELC+ELN ../lisp/cus-start.elc #12 5014. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 5051. ELC+ELN ../lisp/custom.elc #12 5096. GEN ../../lisp/cedet/srecode/srt-wy.el #12 5158. ELC+ELN ../lisp/disp-table.elc #12 5167. make[4]: Leaving directory '/checkout/admin/grammars' #12 5167. GEN calendar/cal-loaddefs.el #12 5172. SCRAPE ./calendar #12 5173. INFO Scraping files for cal-loaddefs.el... #12 5173. INFO Scraping files for cal-loaddefs.el...10% #12 5174. INFO Scraping files for cal-loaddefs.el...21% #12 5175. INFO Scraping files for cal-loaddefs.el...32% #12 5176. INFO Scraping files for cal-loaddefs.el...42% #12 5177. INFO Scraping files for cal-loaddefs.el...53% #12 5178. INFO Scraping files for cal-loaddefs.el...64% #12 5178. INFO Scraping files for cal-loaddefs.el...74% #12 5179. INFO Scraping files for cal-loaddefs.el...85% #12 5180. INFO Scraping files for cal-loaddefs.el...96% #12 5180. INFO Scraping files for cal-loaddefs.el...99% #12 5181. INFO Scraping files for cal-loaddefs.el...done #12 5182. GEN mh-e/mh-loaddefs.el #12 5188. SCRAPE ./mh-e #12 5190. INFO Scraping files for mh-loaddefs.el... #12 5191. INFO Scraping files for mh-loaddefs.el...12% #12 5192. INFO Scraping files for mh-loaddefs.el...24% #12 5194. INFO Scraping files for mh-loaddefs.el...36% #12 5195. INFO Scraping files for mh-loaddefs.el...48% #12 5196. INFO Scraping files for mh-loaddefs.el...60% #12 5197. INFO Scraping files for mh-loaddefs.el...72% #12 5199. INFO Scraping files for mh-loaddefs.el...84% #12 5200. INFO Scraping files for mh-loaddefs.el...96% #12 5201. INFO Scraping files for mh-loaddefs.el...100% #12 5201. INFO Scraping files for mh-loaddefs.el...done #12 5201. GEN net/tramp-loaddefs.el #12 5206. SCRAPE ./net #12 5206. ELC+ELN ../lisp/dnd.elc #12 5208. INFO Scraping files for tramp-loaddefs.el... #12 5210. INFO Scraping files for tramp-loaddefs.el...10% #12 5211. INFO Scraping files for tramp-loaddefs.el...20% #12 5214. INFO Scraping files for tramp-loaddefs.el...30% #12 5216. INFO Scraping files for tramp-loaddefs.el...40% #12 5218. INFO Scraping files for tramp-loaddefs.el...50% #12 5220. INFO Scraping files for tramp-loaddefs.el...60% #12 5222. INFO Scraping files for tramp-loaddefs.el...70% #12 5224. INFO Scraping files for tramp-loaddefs.el...81% #12 5226. INFO Scraping files for tramp-loaddefs.el...91% #12 5228. INFO Scraping files for tramp-loaddefs.el...100% #12 5228. INFO Scraping files for tramp-loaddefs.el...done #12 5228. make -C ../leim all EMACS="../src/bootstrap-emacs" #12 5228. make[4]: Entering directory '/checkout/leim' #12 5228. GEN ../lisp/leim/quail/CCDOSPY.el #12 5231. GEN ../lisp/leim/quail/Punct.el #12 5234. GEN ../lisp/leim/quail/QJ.el #12 5236. GEN ../lisp/leim/quail/SW.el #12 5240. GEN ../lisp/leim/quail/TONEPY.el #12 5244. GEN ../lisp/leim/quail/4Corner.el #12 5245. ELC+ELN ../lisp/dos-fns.elc #12 5247. GEN ../lisp/leim/quail/ARRAY30.el #12 5252. GEN ../lisp/leim/quail/ECDICT.el #12 5255. GEN ../lisp/leim/quail/ETZY.el #12 5259. GEN ../lisp/leim/quail/Punct-b5.el #12 5262. GEN ../lisp/leim/quail/PY-b5.el #12 5265. GEN ../lisp/leim/quail/QJ-b5.el #12 5268. GEN ../lisp/leim/quail/ZOZY.el #12 5271. GEN ../lisp/leim/quail/tsang-b5.el #12 5278. GEN ../lisp/leim/quail/tsang-cns.el #12 5285. GEN ../lisp/leim/quail/PY.el #12 5288. GEN ../lisp/leim/quail/ZIRANMA.el #12 5291. ELC+ELN ../lisp/dos-vars.elc #12 5297. GEN ../lisp/leim/quail/CTLau.el #12 5300. GEN ../lisp/leim/quail/CTLau-b5.el #12 5304. GEN ../lisp/language/pinyin.el #12 5307. /bin/mkdir -p ../lisp/leim/ja-dic #12 5307. GEN ../lisp/leim/leim-list.el #12 5323. ELC+ELN ../lisp/dos-w32.elc #12 5338. GEN ../lisp/leim/ja-dic/ja-dic.el #12 5343. INFO Processing OKURI-ARI entries #12 5349. INFO Processing POSTFIX entries #12 5351. INFO Processing PREFIX entries #12 5353. INFO Collecting OKURI-NASI entries #12 5353. INFO Collecting OKURI-NASI entries... #12 5354. INFO Collecting OKURI-NASI entries...27% #12 5371. INFO Collecting OKURI-NASI entries...37% #12 5378. ELC+ELN ../lisp/dynamic-setting.elc #12 5387. INFO Collecting OKURI-NASI entries...47% #12 5418. ELC+ELN ../lisp/electric.elc #12 5423. INFO Collecting OKURI-NASI entries...57% #12 5468. INFO Collecting OKURI-NASI entries...67% #12 5516. ELC+ELN ../lisp/emacs-lisp/backquote.elc #12 5522. INFO Collecting OKURI-NASI entries...77% #12 5581. ELC+ELN ../lisp/emacs-lisp/byte-run.elc #12 5596. INFO Collecting OKURI-NASI entries...87% #12 5649. ELC+ELN ../lisp/emacs-lisp/cl-generic.elc #12 5669. INFO Collecting OKURI-NASI entries...97% #12 5685. INFO Collecting OKURI-NASI entries...done #12 5685. INFO Processing OKURI-NASI entries #12 5685. INFO Processing OKURI-NASI entries... #12 5746. INFO Processing OKURI-NASI entries...10% #12 5789. INFO Processing OKURI-NASI entries...20% #12 5799. ELC+ELN ../lisp/emacs-lisp/cl-preloaded.elc #12 5827. INFO Processing OKURI-NASI entries...30% #12 5857. ELC+ELN ../lisp/emacs-lisp/easymenu.elc #12 5865. INFO Processing OKURI-NASI entries...40% #12 5901. INFO Processing OKURI-NASI entries...50% #12 5932. INFO Processing OKURI-NASI entries...60% #12 5934. ELC+ELN ../lisp/emacs-lisp/eldoc.elc #12 5967. INFO Processing OKURI-NASI entries...70% #12 5994. ELC+ELN ../lisp/emacs-lisp/float-sup.elc #12 5999. INFO Processing OKURI-NASI entries...80% #12 6022. ELC+ELN ../lisp/emacs-lisp/lisp-mode.elc #12 6029. INFO Processing OKURI-NASI entries...90% #12 6057. INFO Processing OKURI-NASI entries...100% #12 6057. INFO Processing OKURI-NASI entries...done #12 6077. make[4]: Leaving directory '/checkout/leim' #12 6077. GEN calendar/diary-loaddefs.el #12 6082. SCRAPE ./calendar #12 6084. INFO Scraping files for diary-loaddefs.el... #12 6084. INFO Scraping files for diary-loaddefs.el...10% #12 6085. INFO Scraping files for diary-loaddefs.el...20% #12 6086. INFO Scraping files for diary-loaddefs.el...31% #12 6087. INFO Scraping files for diary-loaddefs.el...41% #12 6088. INFO Scraping files for diary-loaddefs.el...51% #12 6089. INFO Scraping files for diary-loaddefs.el...62% #12 6090. INFO Scraping files for diary-loaddefs.el...72% #12 6091. INFO Scraping files for diary-loaddefs.el...82% #12 6092. INFO Scraping files for diary-loaddefs.el...93% #12 6092. INFO Scraping files for diary-loaddefs.el...100% #12 6093. INFO Scraping files for diary-loaddefs.el...done #12 6094. GEN calendar/hol-loaddefs.el #12 6098. SCRAPE ./calendar #12 6099. INFO Scraping files for hol-loaddefs.el... #12 6099. INFO Scraping files for hol-loaddefs.el...10% #12 6100. INFO Scraping files for hol-loaddefs.el...20% #12 6100. INFO Scraping files for hol-loaddefs.el...30% #12 6101. INFO Scraping files for hol-loaddefs.el...40% #12 6102. INFO Scraping files for hol-loaddefs.el...50% #12 6102. INFO Scraping files for hol-loaddefs.el...60% #12 6103. INFO Scraping files for hol-loaddefs.el...70% #12 6103. INFO Scraping files for hol-loaddefs.el...80% #12 6104. INFO Scraping files for hol-loaddefs.el...90% #12 6104. ELC+ELN ../lisp/emacs-lisp/lisp.elc #12 6105. INFO Scraping files for hol-loaddefs.el...100% #12 6105. INFO Scraping files for hol-loaddefs.el...done #12 6106. GEN loaddefs.el #12 6110. SCRAPE . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ... #12 6110. SCRAPE ./cedet/semantic/analyze ./cedet/semantic/bovine ... #12 6110. SCRAPE ./cedet/semantic/decorate ./cedet/semantic/symref ... #12 6110. SCRAPE ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ... #12 6110. SCRAPE ./erc ./eshell ./gnus ./image ./international ./language ./leim ... #12 6110. SCRAPE ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ... #12 6110. SCRAPE ./play ./progmodes ./textmodes ./url ./vc #12 6111. INFO Scraping files for loaddefs.el... #12 6148. ELC+ELN ../lisp/emacs-lisp/macroexp.elc #12 6160. INFO Scraping files for loaddefs.el...10% #12 6216. ELC+ELN ../lisp/emacs-lisp/map-ynp.elc #12 6227. INFO Scraping files for loaddefs.el...20% #12 6274. ELC+ELN ../lisp/emacs-lisp/nadvice.elc #12 6286. INFO Scraping files for loaddefs.el...30% #12 6351. ELC+ELN ../lisp/emacs-lisp/regexp-opt.elc #12 6365. INFO Scraping files for loaddefs.el...40% #12 6390. ELC+ELN ../lisp/emacs-lisp/shorthands.elc #12 6420. ELC+ELN ../lisp/emacs-lisp/syntax.elc #12 6431. INFO Scraping files for loaddefs.el...50% #12 6488. INFO Scraping files for loaddefs.el...60% #12 6490. ELC+ELN ../lisp/emacs-lisp/tabulated-list.elc #12 6546. INFO Scraping files for loaddefs.el...70% #12 6566. ELC+ELN ../lisp/emacs-lisp/timer.elc #12 6639. ELC+ELN ../lisp/env.elc #12 6648. INFO Scraping files for loaddefs.el...80% #12 6699. ELC+ELN ../lisp/epa-hook.elc #12 6744. ELC+ELN ../lisp/faces.elc #12 6780. INFO Scraping files for loaddefs.el...90% #12 6932. ELC+ELN ../lisp/files.elc #12 6940. INFO Scraping files for loaddefs.el...100% #12 6941. INFO Scraping files for loaddefs.el...done #12 6944. make[3]: Leaving directory '/checkout/lisp' #12 6945. ELC+ELN ../lisp/font-core.elc #12 7008. ELC+ELN ../lisp/font-lock.elc #12 7173. ELC+ELN ../lisp/format.elc #12 7323. ELC+ELN ../lisp/frame.elc #12 7371. ELC+ELN ../lisp/fringe.elc #12 7420. ELC+ELN ../lisp/help.elc #12 7436. #12 7436. In end of data: #12 7436. help.el:1349:30: Warning: the function `pp-display-expression' is not known to #12 7436. be defined. #12 7564. ELC+ELN ../lisp/image.elc #12 7667. ELC+ELN ../lisp/indent.elc #12 7682. ELC+ELN ../lisp/international/charscript.elc #12 7723. ELC+ELN ../lisp/international/emoji-zwj.elc #12 7757. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 7757. make[3]: Entering directory '/checkout/admin/unidata' #12 7758. ELC uvs.elc #12 7761. ELC unidata-gen.elc #12 7771. ELC+ELN ../lisp/international/cp51932.elc #12 7775. GEN unidata.txt #12 7780. GEN ../../lisp/international/uni-bidi.el #12 7789. GEN ../../lisp/international/uni-brackets.el #12 7801. GEN ../../lisp/international/uni-category.el #12 7812. GEN ../../lisp/international/uni-combining.el #12 7817. ELC+ELN ../lisp/international/eucjp-ms.elc #12 7820. GEN ../../lisp/international/uni-comment.el #12 7830. GEN ../../lisp/international/uni-decimal.el #12 7840. GEN ../../lisp/international/uni-decomposition.el #12 7852. GEN ../../lisp/international/uni-digit.el #12 7865. GEN ../../lisp/international/uni-lowercase.el #12 7868. ELC+ELN ../lisp/international/fontset.elc #12 7876. GEN ../../lisp/international/uni-mirrored.el #12 7887. GEN ../../lisp/international/uni-name.el #12 7924. GEN ../../lisp/international/uni-numeric.el #12 7938. GEN ../../lisp/international/uni-old-name.el #12 7949. GEN ../../lisp/international/uni-special-lowercase.el #12 7961. GEN ../../lisp/international/uni-special-titlecase.el #12 7972. GEN ../../lisp/international/uni-special-uppercase.el #12 7982. GEN ../../lisp/international/uni-titlecase.el #12 7991. GEN ../../lisp/international/uni-uppercase.el #12 7999. GEN ../../lisp/international/charprop.el #12 8000. make[3]: Leaving directory '/checkout/admin/unidata' #12 8000. ELC+ELN ../lisp/international/iso-transl.elc #12 8022. ELC+ELN ../lisp/international/mule-cmds.elc #12 8051. ELC+ELN ../lisp/international/mule-conf.elc #12 8124. ELC+ELN ../lisp/international/mule-util.elc #12 8190. ELC+ELN ../lisp/international/mule.elc #12 8238. ELC+ELN ../lisp/international/ucs-normalize.elc #12 8423. ELC+ELN ../lisp/isearch.elc #12 8474. ELC+ELN ../lisp/jit-lock.elc #12 8583. ELC+ELN ../lisp/jka-cmpr-hook.elc #12 8665. ELC+ELN ../lisp/language/burmese.elc #12 8711. ELC+ELN ../lisp/language/cham.elc #12 8744. ELC+ELN ../lisp/language/chinese.elc #12 8757. ELC+ELN ../lisp/language/cyrillic.elc #12 8800. ELC+ELN ../lisp/language/czech.elc #12 8809. ELC+ELN ../lisp/language/english.elc #12 8840. ELC+ELN ../lisp/language/ethiopic.elc #12 8852. ELC+ELN ../lisp/language/european.elc #12 8888. ELC+ELN ../lisp/language/georgian.elc #12 8895. ELC+ELN ../lisp/language/greek.elc #12 8937. ELC+ELN ../lisp/language/hebrew.elc #12 8949. ELC+ELN ../lisp/language/indian.elc #12 9009. ELC+ELN ../lisp/language/japanese.elc #12 9050. ELC+ELN ../lisp/language/khmer.elc #12 9075. ELC+ELN ../lisp/language/korean.elc #12 9092. ELC+ELN ../lisp/language/lao.elc #12 9112. ELC+ELN ../lisp/language/misc-lang.elc #12 9141. ELC+ELN ../lisp/language/romanian.elc #12 9183. ELC+ELN ../lisp/language/sinhala.elc #12 9194. ELC+ELN ../lisp/language/slovak.elc #12 9224. ELC+ELN ../lisp/language/tai-viet.elc #12 9232. ELC+ELN ../lisp/language/thai.elc #12 9267. ELC+ELN ../lisp/language/tibetan.elc #12 9275. ELC+ELN ../lisp/language/utf-8-lang.elc #12 9300. ELC+ELN ../lisp/language/vietnamese.elc #12 9308. ELC+ELN ../lisp/ls-lisp.elc #12 9345. ELC+ELN ../lisp/menu-bar.elc #12 9452. ELC+ELN ../lisp/minibuffer.elc #12 9500. ELC+ELN ../lisp/mouse.elc #12 9801. ELC+ELN ../lisp/mwheel.elc #12 9802. ELC+ELN ../lisp/newcomment.elc #12 9877. ELC+ELN ../lisp/obarray.elc #12 9923. ELC+ELN ../lisp/paren.elc #12 9994. ELC+ELN ../lisp/progmodes/elisp-mode.elc #12 9997. ELC+ELN ../lisp/progmodes/prog-mode.elc #12 1.007 ELC+ELN ../lisp/register.elc #12 1.016 ELC+ELN ../lisp/replace.elc #12 1.021 ELC+ELN ../lisp/rfn-eshadow.elc #12 1.027 ELC+ELN ../lisp/scroll-bar.elc #12 1.036 ELC+ELN ../lisp/select.elc #12 1.044 ELC+ELN ../lisp/simple.elc #12 1.059 ELC+ELN ../lisp/startup.elc #12 1.079 ELC+ELN ../lisp/subr.elc #12 1.096 ELC+ELN ../lisp/tab-bar.elc #12 1.113 ELC+ELN ../lisp/term/common-win.elc #12 1.114 ELC+ELN ../lisp/term/internal.elc #12 1.118 ELC+ELN ../lisp/term/ns-win.elc #12 1.119 ELC+ELN ../lisp/term/pc-win.elc #12 1.124 ELC+ELN ../lisp/term/tty-colors.elc #12 1.128 ELC+ELN ../lisp/term/w32-win.elc #12 1.130 ELC+ELN ../lisp/term/x-win.elc #12 1.134 ELC+ELN ../lisp/textmodes/fill.elc #12 1.135 ELC+ELN ../lisp/textmodes/page.elc #12 1.139 ELC+ELN ../lisp/textmodes/paragraphs.elc #12 1.146 ELC+ELN ../lisp/textmodes/text-mode.elc #12 1.148 ELC+ELN ../lisp/tool-bar.elc #12 1.151 ELC+ELN ../lisp/tooltip.elc #12 1.155 ELC+ELN ../lisp/uniquify.elc #12 1.156 ELC+ELN ../lisp/vc/ediff-hook.elc #12 1.160 ELC+ELN ../lisp/vc/vc-hooks.elc #12 1.161 #12 1.161 In toplevel form: #12 1.161 vc-hooks.el:867:27: Warning: `vc-switch-backend' is an obsolete function (as #12 1.161 of 28.1). #12 1.163 ELC+ELN ../lisp/version.elc #12 1.167 ELC+ELN ../lisp/w32-fns.elc #12 1.167 ELC+ELN ../lisp/w32-vars.elc #12 1.171 ELC+ELN ../lisp/widget.elc #12 1.172 ELC+ELN ../lisp/window.elc #12 1.175 ELC+ELN ../lisp/x-dnd.elc #12 1.182 ELC+ELN ../lisp/international/characters.elc #12 1.210 GEN ../etc/DOC #12 1.210 rm -f emacs && cp -f temacs emacs #12 1.210 LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 1.210 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/ #12 1.210 Loading loadup.el (source)... #12 1.210 Dump mode: pdump #12 1.210 Using load-path (/checkout/lisp) #12 1.210 Loading emacs-lisp/byte-run (native compiled elisp)... #12 1.210 Loading emacs-lisp/backquote (native compiled elisp)... #12 1.210 Loading subr (native compiled elisp)... #12 1.210 Loading version (native compiled elisp)... #12 1.210 Loading widget (native compiled elisp)... #12 1.210 Loading custom (native compiled elisp)... #12 1.210 Loading emacs-lisp/map-ynp (native compiled elisp)... #12 1.210 Loading international/mule (native compiled elisp)... #12 1.210 Loading international/mule-conf (native compiled elisp)... #12 1.210 Loading env (native compiled elisp)... #12 1.210 Loading format (native compiled elisp)... #12 1.210 Loading bindings (native compiled elisp)... #12 1.210 Loading window (native compiled elisp)... #12 1.210 Loading files (native compiled elisp)... #12 1.210 Loading emacs-lisp/macroexp (native compiled elisp)... #12 1.210 Loading cus-face (native compiled elisp)... #12 1.210 Loading faces (native compiled elisp)... #12 1.210 Loading loaddefs.el (source)... #12 1.210 Loading button (native compiled elisp)... #12 1.210 Loading emacs-lisp/nadvice (native compiled elisp)... #12 1.210 Loading emacs-lisp/cl-preloaded (native compiled elisp)... #12 1.210 Loading obarray (native compiled elisp)... #12 1.210 Loading abbrev (native compiled elisp)... #12 1.210 Loading simple (native compiled elisp)... #12 1.210 Loading help (native compiled elisp)... #12 1.210 Loading jka-cmpr-hook (native compiled elisp)... #12 1.210 Loading epa-hook (native compiled elisp)... #12 1.210 Loading international/mule-cmds (native compiled elisp)... #12 1.210 Loading case-table (native compiled elisp)... #12 1.210 Loading international/charprop.el (source)... #12 1.210 Loading international/characters (native compiled elisp)... #12 1.210 Loading international/charscript (native compiled elisp)... #12 1.210 Loading international/emoji-zwj (native compiled elisp)... #12 1.210 Loading composite (native compiled elisp)... #12 1.210 Loading language/chinese (native compiled elisp)... #12 1.210 Loading language/cyrillic (native compiled elisp)... #12 1.210 Loading language/indian (native compiled elisp)... #12 1.210 Loading language/sinhala (native compiled elisp)... #12 1.210 Loading language/english (native compiled elisp)... #12 1.210 Loading language/ethiopic (native compiled elisp)... #12 1.210 Loading language/european (native compiled elisp)... #12 1.210 Loading language/czech (native compiled elisp)... #12 1.210 Loading language/slovak (native compiled elisp)... #12 1.210 Loading language/romanian (native compiled elisp)... #12 1.210 Loading language/greek (native compiled elisp)... #12 1.210 Loading language/hebrew (native compiled elisp)... #12 1.210 Loading international/cp51932 (native compiled elisp)... #12 1.210 Loading international/eucjp-ms (native compiled elisp)... #12 1.211 Loading language/japanese (native compiled elisp)... #12 1.211 Loading language/korean (native compiled elisp)... #12 1.211 Loading language/lao (native compiled elisp)... #12 1.211 Loading language/tai-viet (native compiled elisp)... #12 1.211 Loading language/thai (native compiled elisp)... #12 1.211 Loading language/tibetan (native compiled elisp)... #12 1.211 Loading language/vietnamese (native compiled elisp)... #12 1.211 Loading language/misc-lang (native compiled elisp)... #12 1.211 Loading language/utf-8-lang (native compiled elisp)... #12 1.211 Loading language/georgian (native compiled elisp)... #12 1.211 Loading language/khmer (native compiled elisp)... #12 1.211 Loading language/burmese (native compiled elisp)... #12 1.211 Loading language/cham (native compiled elisp)... #12 1.211 Loading indent (native compiled elisp)... #12 1.211 Loading emacs-lisp/cl-generic (native compiled elisp)... #12 1.211 Loading minibuffer (native compiled elisp)... #12 1.211 Loading frame (native compiled elisp)... #12 1.211 Loading startup (native compiled elisp)... #12 1.211 Loading term/tty-colors (native compiled elisp)... #12 1.211 Loading font-core (native compiled elisp)... #12 1.211 Loading emacs-lisp/syntax (native compiled elisp)... #12 1.211 Loading font-lock (native compiled elisp)... #12 1.211 Loading jit-lock (native compiled elisp)... #12 1.211 Loading mouse (native compiled elisp)... #12 1.211 Loading select (native compiled elisp)... #12 1.211 Loading emacs-lisp/timer (native compiled elisp)... #12 1.211 Loading emacs-lisp/easymenu (native compiled elisp)... #12 1.211 Loading isearch (native compiled elisp)... #12 1.211 Loading rfn-eshadow (native compiled elisp)... #12 1.211 Loading menu-bar (native compiled elisp)... #12 1.211 Loading tab-bar (native compiled elisp)... #12 1.211 Loading emacs-lisp/lisp (native compiled elisp)... #12 1.211 Loading textmodes/page (native compiled elisp)... #12 1.211 Loading register (native compiled elisp)... #12 1.211 Loading textmodes/paragraphs (native compiled elisp)... #12 1.211 Loading progmodes/prog-mode (native compiled elisp)... #12 1.211 Loading emacs-lisp/lisp-mode (native compiled elisp)... #12 1.211 Loading textmodes/text-mode (native compiled elisp)... #12 1.211 Loading textmodes/fill (native compiled elisp)... #12 1.211 Loading newcomment (native compiled elisp)... #12 1.211 Loading replace (native compiled elisp)... #12 1.211 Loading emacs-lisp/tabulated-list (native compiled elisp)... #12 1.211 Loading buff-menu (native compiled elisp)... #12 1.211 Loading progmodes/elisp-mode (native compiled elisp)... #12 1.211 Loading emacs-lisp/float-sup (native compiled elisp)... #12 1.211 Loading vc/vc-hooks (native compiled elisp)... #12 1.211 Loading vc/ediff-hook (native compiled elisp)... #12 1.211 Loading uniquify (native compiled elisp)... #12 1.211 Loading electric (native compiled elisp)... #12 1.211 Loading paren (native compiled elisp)... #12 1.211 Loading emacs-lisp/shorthands (native compiled elisp)... #12 1.211 Loading emacs-lisp/eldoc (native compiled elisp)... #12 1.211 Loading cus-start (native compiled elisp)... #12 1.211 Loading tooltip (native compiled elisp)... #12 1.211 Loading international/iso-transl (native compiled elisp)... #12 1.211 Loading leim/leim-list.el (source)... #12 1.211 Waiting for git... #12 1.211 Waiting for git... #12 1.211 Finding pointers to doc strings... #12 1.211 Finding pointers to doc strings...done #12 1.212 Pure-hashed: 13528 strings, 1415 vectors, 40526 conses, 830 bytecodes, 264 others #12 1.212 Dumping under the name emacs.pdmp #12 1.212 Dumping fingerprint: 7ce742f49510acd7c3fdc2a66c197c5df949adb41a6d99979bd62b810778806d #12 1.212 Dump complete #12 1.212 Byte counts: header=100 hot=8624404 discardable=160336 cold=4872304 #12 1.212 Reloc counts: hot=501189 discardable=4656 #12 1.212 Adding name emacs-29.0.50.1 #12 1.212 Adding name emacs-29.0.50.1.pdmp #12 1.212 cp -f emacs.pdmp bootstrap-emacs.pdmp #12 1.212 make[2]: Leaving directory '/checkout/src' #12 1.212 make -C lisp all #12 1.212 make[2]: Entering directory '/checkout/lisp' #12 1.212 make -C ../leim all EMACS="../src/emacs" #12 1.212 make -C ../admin/grammars all EMACS="../../src/emacs" #12 1.212 make[3]: Entering directory '/checkout/leim' #12 1.212 make[3]: Entering directory '/checkout/admin/grammars' #12 1.212 make[3]: Nothing to be done for 'all'. #12 1.212 make[3]: Leaving directory '/checkout/admin/grammars' #12 1.212 make[3]: Nothing to be done for 'all'. #12 1.212 make[3]: Leaving directory '/checkout/leim' #12 1.212 GEN cus-load.el #12 1.213 GEN finder-inf.el #12 1.213 INFO Scanning files for custom... #12 1.213 INFO Scanning files for custom...10% #12 1.213 INFO Scanning files for finder... #12 1.213 INFO Scanning files for finder...3% #12 1.213 INFO Scanning files for finder...4% #12 1.213 INFO Scanning files for finder...6% #12 1.213 INFO Scanning files for finder...10% #12 1.213 INFO Scanning files for finder...11% #12 1.213 INFO Scanning files for finder...12% #12 1.213 INFO Scanning files for finder...13% #12 1.213 INFO Scanning files for finder...15% #12 1.213 INFO Scanning files for finder...17% #12 1.213 INFO Scanning files for finder...18% #12 1.213 INFO Scanning files for finder...19% #12 1.214 INFO Scanning files for finder...20% #12 1.214 INFO Scanning files for finder...21% #12 1.214 INFO Scanning files for finder...24% #12 1.214 INFO Scanning files for custom...20% #12 1.214 INFO Scanning files for finder...25% #12 1.214 INFO Scanning files for finder...26% #12 1.214 INFO Scanning files for finder...27% #12 1.214 INFO Scanning files for finder...29% #12 1.214 INFO Scanning files for finder...31% #12 1.214 INFO Scanning files for finder...32% #12 1.214 INFO Scanning files for finder...33% #12 1.214 INFO Scanning files for finder...34% #12 1.214 INFO Scanning files for finder...35% #12 1.214 INFO Scanning files for finder...37% #12 1.214 INFO Scanning files for finder...39% #12 1.214 INFO Scanning files for custom...30% #12 1.214 INFO Scanning files for finder...40% #12 1.214 INFO Scanning files for finder...41% #12 1.214 INFO Scanning files for finder...44% #12 1.214 INFO Scanning files for finder...46% #12 1.214 INFO Scanning files for finder...47% #12 1.214 INFO Scanning files for finder...48% #12 1.214 INFO Scanning files for finder...50% #12 1.214 INFO Scanning files for finder...51% #12 1.214 INFO Scanning files for finder...52% #12 1.214 INFO Scanning files for finder...53% #12 1.214 INFO Scanning files for finder...54% #12 1.214 INFO Scanning files for finder...55% #12 1.214 INFO Scanning files for custom...40% #12 1.214 INFO Scanning files for finder...58% #12 1.214 INFO Scanning files for finder...59% #12 1.214 INFO Scanning files for finder...60% #12 1.214 INFO Scanning files for finder...61% #12 1.214 INFO Scanning files for finder...62% #12 1.214 INFO Scanning files for finder...63% #12 1.214 INFO Scanning files for finder...64% #12 1.214 INFO Scanning files for finder...66% #12 1.214 INFO Scanning files for finder...67% #12 1.214 INFO Scanning files for finder...68% #12 1.214 INFO Scanning files for finder...69% #12 1.214 INFO Scanning files for finder...72% #12 1.214 INFO Scanning files for finder...73% #12 1.214 INFO Scanning files for finder...74% #12 1.214 INFO Scanning files for finder...75% #12 1.214 INFO Scanning files for finder...76% #12 1.214 INFO Scanning files for finder...77% #12 1.214 INFO Scanning files for finder...78% #12 1.214 INFO Scanning files for finder...79% #12 1.214 INFO Scanning files for finder...80% #12 1.214 INFO Scanning files for finder...81% #12 1.214 INFO Scanning files for finder...82% #12 1.214 INFO Scanning files for finder...83% #12 1.214 INFO Scanning files for finder...86% #12 1.215 INFO Scanning files for custom...50% #12 1.215 INFO Scanning files for finder...87% #12 1.215 INFO Scanning files for finder...88% #12 1.215 INFO Scanning files for finder...89% #12 1.215 INFO Scanning files for finder...90% #12 1.215 INFO Scanning files for finder...91% #12 1.215 INFO Scanning files for finder...92% #12 1.215 INFO Scanning files for finder...93% #12 1.215 INFO Scanning files for finder...94% #12 1.215 INFO Scanning files for finder...95% #12 1.215 INFO Scanning files for finder...96% #12 1.215 INFO Scanning files for finder...98% #12 1.215 INFO Scanning files for finder...99% #12 1.215 INFO Scanning files for finder...100% #12 1.215 INFO Scanning files for finder...done #12 1.215 INFO Scanning files for custom...60% #12 1.215 INFO Scanning files for custom...70% #12 1.216 INFO Scanning files for custom...80% #12 1.216 INFO Scanning files for custom...90% #12 1.217 INFO Scanning files for custom...100% #12 1.217 INFO Scanning files for custom...done #12 1.217 INFO Generating ./cus-load.el... #12 1.217 INFO Generating ./cus-load.el...done #12 1.217 make[3]: Entering directory '/checkout/lisp' #12 1.217 ELC+ELN emacs-lisp/eieio-base.elc #12 1.217 ELC+ELN emacs-lisp/eieio.elc #12 1.219 ELC+ELN cedet/semantic/db.elc #12 1.221 ELC+ELN align.elc #12 1.222 ELC+ELN allout-widgets.elc #12 1.226 ELC+ELN allout.elc #12 1.228 ELC+ELN ansi-color.elc #12 1.231 ELC+ELN apropos.elc #12 1.235 ELC+ELN arc-mode.elc #12 1.240 ELC+ELN array.elc #12 1.242 ELC+ELN auth-source-pass.elc #12 1.244 ELC+ELN auth-source.elc #12 1.244 ELC+ELN autoarg.elc #12 1.245 ELC+ELN autoinsert.elc #12 1.246 ELC+ELN autorevert.elc #12 1.248 ELC+ELN avoid.elc #12 1.251 ELC+ELN battery.elc #12 1.252 ELC+ELN bookmark.elc #12 1.254 ELC+ELN bs.elc #12 1.256 ELC+ELN calculator.elc #12 1.257 ELC+ELN cdl.elc #12 1.258 ELC+ELN char-fold.elc #12 1.261 ELC+ELN chistory.elc #12 1.262 ELC+ELN cmuscheme.elc #12 1.263 ELC+ELN color.elc #12 1.263 ELC+ELN comint.elc #12 1.268 ELC+ELN completion.elc #12 1.273 ELC+ELN cus-dep.elc #12 1.274 ELC+ELN cus-edit.elc #12 1.275 ELC+ELN cus-theme.elc #12 1.278 ELC+ELN dabbrev.elc #12 1.281 ELC+ELN delim-col.elc #12 1.282 ELC+ELN delsel.elc #12 1.283 ELC+ELN descr-text.elc #12 1.286 ELC+ELN desktop.elc #12 1.288 ELC+ELN dframe.elc #12 1.289 ELC+ELN dired-aux.elc #12 1.290 ELC+ELN dired-x.elc #12 1.294 ELC+ELN dired.elc #12 1.297 ELC+ELN dirtrack.elc #12 1.298 ELC+ELN display-fill-column-indicator.elc #12 1.299 ELC+ELN display-line-numbers.elc #12 1.300 ELC+ELN doc-view.elc #12 1.303 ELC+ELN dom.elc #12 1.305 ELC+ELN double.elc #12 1.305 ELC+ELN ebuff-menu.elc #12 1.306 ELC+ELN echistory.elc #12 1.306 ELC+ELN ecomplete.elc #12 1.307 ELC+ELN edmacro.elc #12 1.308 ELC+ELN ehelp.elc #12 1.309 ELC+ELN elec-pair.elc #12 1.311 ELC+ELN elide-head.elc #12 1.311 ELC+ELN emacs-lock.elc #12 1.311 ELC+ELN epa-dired.elc #12 1.312 ELC+ELN epa-file.elc #12 1.312 ELC+ELN epa-ks.elc #12 1.313 ELC+ELN epa-mail.elc #12 1.315 ELC+ELN epa.elc #12 1.316 ELC+ELN epg-config.elc #12 1.317 ELC+ELN epg.elc #12 1.319 ELC+ELN expand.elc #12 1.320 ELC+ELN ezimage.elc #12 1.321 ELC+ELN face-remap.elc #12 1.322 ELC+ELN facemenu.elc #12 1.325 ELC+ELN ffap.elc #12 1.330 ELC+ELN filecache.elc #12 1.330 ELC+ELN fileloop.elc #12 1.331 ELC+ELN filenotify.elc #12 1.332 ELC+ELN files-x.elc #12 1.334 ELC+ELN filesets.elc #12 1.334 ELC+ELN find-cmd.elc #12 1.335 ELC+ELN find-dired.elc #12 1.336 ELC+ELN find-file.elc #12 1.338 ELC+ELN find-lisp.elc #12 1.339 ELC+ELN finder.elc #12 1.339 ELC+ELN flow-ctrl.elc #12 1.340 ELC+ELN foldout.elc #12 1.341 ELC+ELN follow.elc #12 1.341 ELC+ELN format-spec.elc #12 1.342 ELC+ELN forms.elc #12 1.345 ELC+ELN frameset.elc #12 1.345 ELC+ELN generic-x.elc #12 1.347 ELC+ELN help-at-pt.elc #12 1.348 ELC+ELN help-fns.elc #12 1.350 ELC+ELN help-macro.elc #12 1.351 ELC+ELN hex-util.elc #12 1.352 ELC+ELN hexl.elc #12 1.355 ELC+ELN hfy-cmap.elc #12 1.355 ELC+ELN hi-lock.elc #12 1.356 ELC+ELN hilit-chg.elc #12 1.357 ELC+ELN hippie-exp.elc #12 1.359 ELC+ELN hl-line.elc #12 1.360 ELC+ELN htmlfontify.elc #12 1.360 ELC+ELN ibuf-ext.elc #12 1.365 ELC+ELN ibuf-macs.elc #12 1.366 ELC+ELN ibuffer.elc #12 1.367 ELC+ELN icomplete.elc #12 1.372 ELC+ELN ido.elc #12 1.372 ELC+ELN ielm.elc #12 1.373 ELC+ELN iimage.elc #12 1.374 ELC+ELN image-dired.elc #12 1.382 ELC+ELN image-file.elc #12 1.383 ELC+ELN image-mode.elc #12 1.384 ELC+ELN imenu.elc #12 1.386 ELC+ELN info-look.elc #12 1.387 ELC+ELN info-xref.elc #12 1.389 ELC+ELN info.elc #12 1.390 ELC+ELN informat.elc #12 1.391 ELC+ELN isearchb.elc #12 1.392 ELC+ELN jka-compr.elc #12 1.394 ELC+ELN json.elc #12 1.397 ELC+ELN jsonrpc.elc #12 1.400 ELC+ELN kermit.elc #12 1.401 ELC+ELN kmacro.elc #12 1.402 ELC+ELN linum.elc #12 1.404 ELC+ELN loadhist.elc #12 1.404 ELC+ELN locate.elc #12 1.405 ELC+ELN lpr.elc #12 1.405 ELC+ELN macros.elc #12 1.406 ELC+ELN makesum.elc #12 1.407 ELC+ELN man.elc #12 1.407 ELC+ELN master.elc #12 1.408 ELC+ELN mb-depth.elc #12 1.409 ELC+ELN md4.elc #12 1.412 ELC+ELN midnight.elc #12 1.413 ELC+ELN minibuf-eldef.elc #12 1.413 ELC+ELN misc.elc #12 1.414 ELC+ELN misearch.elc #12 1.414 ELC+ELN mouse-copy.elc #12 1.415 ELC+ELN mouse-drag.elc #12 1.415 ELC+ELN mpc.elc #12 1.416 ELC+ELN msb.elc #12 1.419 ELC+ELN notifications.elc #12 1.421 ELC+ELN novice.elc #12 1.422 ELC+ELN outline.elc #12 1.423 ELC+ELN password-cache.elc #12 1.424 ELC+ELN pcmpl-cvs.elc #12 1.425 ELC+ELN pcmpl-gnu.elc #12 1.425 ELC+ELN pcmpl-linux.elc #12 1.426 ELC+ELN pcmpl-rpm.elc #12 1.427 ELC+ELN pcmpl-unix.elc #12 1.428 ELC+ELN pcmpl-x.elc #12 1.428 ELC+ELN pcomplete.elc #12 1.430 ELC+ELN pixel-scroll.elc #12 1.431 ELC+ELN plstore.elc #12 1.432 ELC+ELN printing.elc #12 1.433 ELC+ELN proced.elc #12 1.438 ELC+ELN profiler.elc #12 1.439 ELC+ELN ps-bdf.elc #12 1.441 ELC+ELN ps-def.elc #12 1.441 ELC+ELN ps-mule.elc #12 1.443 ELC+ELN ps-print.elc #12 1.445 ELC+ELN ps-samp.elc #12 1.446 ELC+ELN recentf.elc #12 1.450 ELC+ELN rect.elc #12 1.452 ELC+ELN registry.elc #12 1.453 ELC+ELN repeat.elc #12 1.454 ELC+ELN reposition.elc #12 1.455 ELC+ELN reveal.elc #12 1.455 ELC+ELN rot13.elc #12 1.455 ELC+ELN rtree.elc #12 1.456 ELC+ELN ruler-mode.elc #12 1.457 ELC+ELN savehist.elc #12 1.458 ELC+ELN saveplace.elc #12 1.458 ELC+ELN scroll-all.elc #12 1.459 ELC+ELN scroll-lock.elc #12 1.459 ELC+ELN server.elc #12 1.460 ELC+ELN ses.elc #12 1.463 ELC+ELN shadowfile.elc #12 1.468 ELC+ELN shell.elc #12 1.471 ELC+ELN skeleton.elc #12 1.473 ELC+ELN so-long.elc #12 1.476 ELC+ELN sort.elc #12 1.478 ELC+ELN soundex.elc #12 1.479 ELC+ELN speedbar.elc #12 1.479 ELC+ELN strokes.elc #12 1.484 ELC+ELN svg.elc #12 1.486 ELC+ELN t-mouse.elc #12 1.486 ELC+ELN tab-line.elc #12 1.487 ELC+ELN tabify.elc #12 1.487 ELC+ELN talk.elc #12 1.488 ELC+ELN tar-mode.elc #12 1.489 ELC+ELN tempo.elc #12 1.491 ELC+ELN term.elc #12 1.494 ELC+ELN thingatpt.elc #12 1.496 ELC+ELN thread.elc #12 1.497 ELC+ELN thumbs.elc #12 1.498 ELC+ELN time-stamp.elc #12 1.501 ELC+ELN time.elc #12 1.502 ELC+ELN timezone.elc #12 1.503 ELC+ELN tmm.elc #12 1.504 ELC+ELN transient.elc #12 1.505 ELC+ELN tree-widget.elc #12 1.507 ELC+ELN tutorial.elc #12 1.510 ELC+ELN type-break.elc #12 1.512 ELC+ELN userlock.elc #12 1.514 ELC+ELN vcursor.elc #12 1.514 ELC+ELN view.elc #12 1.516 ELC+ELN vt-control.elc #12 1.516 ELC+ELN vt100-led.elc #12 1.516 ELC+ELN wdired.elc #12 1.517 ELC+ELN whitespace.elc #12 1.519 ELC+ELN wid-browse.elc #12 1.520 ELC+ELN wid-edit.elc #12 1.521 ELC+ELN windmove.elc #12 1.522 ELC+ELN winner.elc #12 1.524 ELC+ELN woman.elc #12 1.529 ELC+ELN xdg.elc #12 1.532 ELC+ELN xml.elc #12 1.533 ELC+ELN xt-mouse.elc #12 1.535 ELC+ELN xwidget.elc #12 1.535 ELC+ELN calc/calc-aent.elc #12 1.537 ELC+ELN calc/calc-alg.elc #12 1.540 ELC+ELN calc/calc-arith.elc #12 1.550 ELC+ELN calc/calc-bin.elc #12 1.554 ELC+ELN calc/calc-comb.elc #12 1.561 ELC+ELN calc/calc-cplx.elc #12 1.562 ELC+ELN calc/calc-embed.elc #12 1.563 ELC+ELN calc/calc-ext.elc #12 1.568 ELC+ELN calc/calc-fin.elc #12 1.571 ELC+ELN calc/calc-forms.elc #12 1.575 ELC+ELN calc/calc-frac.elc #12 1.576 ELC+ELN calc/calc-funcs.elc #12 1.582 ELC+ELN calc/calc-graph.elc #12 1.583 ELC+ELN calc/calc-help.elc #12 1.585 ELC+ELN calc/calc-incom.elc #12 1.587 ELC+ELN calc/calc-keypd.elc #12 1.588 ELC+ELN calc/calc-lang.elc #12 1.589 ELC+ELN calc/calc-macs.elc #12 1.590 ELC+ELN calc/calc-map.elc #12 1.596 ELC+ELN calc/calc-math.elc #12 1.597 ELC+ELN calc/calc-menu.elc #12 1.598 ELC+ELN calc/calc-misc.elc #12 1.602 ELC+ELN calc/calc-mode.elc #12 1.604 ELC+ELN calc/calc-mtx.elc #12 1.607 ELC+ELN calc/calc-nlfit.elc #12 1.607 ELC+ELN calc/calc-poly.elc #12 1.611 ELC+ELN calc/calc-prog.elc #12 1.614 ELC+ELN calc/calc-rewr.elc #12 1.622 ELC+ELN calc/calc-rules.elc #12 1.623 ELC+ELN calc/calc-sel.elc #12 1.627 ELC+ELN calc/calc-stat.elc #12 1.629 ELC+ELN calc/calc-store.elc #12 1.630 ELC+ELN calc/calc-stuff.elc #12 1.632 ELC+ELN calc/calc-trail.elc #12 1.632 ELC+ELN calc/calc-undo.elc #12 1.633 ELC+ELN calc/calc-units.elc #12 1.633 ELC+ELN calc/calc-vec.elc #12 1.640 ELC+ELN calc/calc-yank.elc #12 1.641 ELC+ELN calc/calc.elc #12 1.644 ELC+ELN calc/calcalg2.elc #12 1.649 ELC+ELN calc/calcalg3.elc #12 1.661 ELC+ELN calc/calccomp.elc #12 1.664 ELC+ELN calc/calcsel2.elc #12 1.666 ELC+ELN calendar/appt.elc #12 1.669 ELC+ELN calendar/cal-bahai.elc #12 1.672 ELC+ELN calendar/cal-china.elc #12 1.672 ELC+ELN calendar/cal-coptic.elc #12 1.675 ELC+ELN calendar/cal-dst.elc #12 1.679 ELC+ELN calendar/cal-french.elc #12 1.680 ELC+ELN calendar/cal-hebrew.elc #12 1.681 ELC+ELN calendar/cal-html.elc #12 1.684 ELC+ELN calendar/cal-islam.elc #12 1.688 ELC+ELN calendar/cal-iso.elc #12 1.691 ELC+ELN calendar/cal-julian.elc #12 1.692 ELC+ELN calendar/cal-mayan.elc #12 1.694 ELC+ELN calendar/cal-menu.elc #12 1.694 ELC+ELN calendar/cal-move.elc #12 1.698 ELC+ELN calendar/cal-persia.elc #12 1.699 ELC+ELN calendar/cal-tex.elc #12 1.700 ELC+ELN calendar/cal-x.elc #12 1.701 ELC+ELN calendar/calendar.elc #12 1.711 ELC+ELN calendar/diary-lib.elc #12 1.717 ELC+ELN calendar/holidays.elc #12 1.727 ELC+ELN calendar/icalendar.elc #12 1.732 ELC+ELN calendar/iso8601.elc #12 1.734 ELC+ELN calendar/lunar.elc #12 1.737 ELC+ELN calendar/parse-time.elc #12 1.738 ELC+ELN calendar/solar.elc #12 1.739 ELC+ELN calendar/time-date.elc #12 1.742 ELC+ELN calendar/timeclock.elc #12 1.748 ELC+ELN calendar/todo-mode.elc #12 1.748 ELC+ELN cedet/cedet-cscope.elc #12 1.749 ELC+ELN cedet/cedet-files.elc #12 1.750 ELC+ELN cedet/cedet-global.elc #12 1.752 ELC+ELN cedet/cedet-idutils.elc #12 1.753 ELC+ELN cedet/cedet.elc #12 1.753 ELC+ELN cedet/data-debug.elc #12 1.756 ELC+ELN cedet/ede.elc #12 1.761 ELC+ELN cedet/mode-local.elc #12 1.766 ELC+ELN cedet/pulse.elc #12 1.767 ELC+ELN cedet/semantic.elc #12 1.768 ELC+ELN cedet/srecode.elc #12 1.769 ELC+ELN cedet/ede/auto.elc #12 1.770 ELC+ELN cedet/ede/autoconf-edit.elc #12 1.771 ELC+ELN cedet/ede/base.elc #12 1.771 ELC+ELN cedet/ede/config.elc #12 1.774 ELC+ELN cedet/ede/cpp-root.elc #12 1.775 ELC+ELN cedet/ede/custom.elc #12 1.776 ELC+ELN cedet/ede/detect.elc #12 1.777 ELC+ELN cedet/ede/dired.elc #12 1.777 ELC+ELN cedet/ede/emacs.elc #12 1.778 ELC+ELN cedet/ede/files.elc #12 1.780 ELC+ELN cedet/ede/generic.elc #12 1.780 ELC+ELN cedet/ede/linux.elc #12 1.782 ELC+ELN cedet/ede/locate.elc #12 1.783 ELC+ELN cedet/ede/make.elc #12 1.784 ELC+ELN cedet/ede/makefile-edit.elc #12 1.784 ELC+ELN cedet/ede/pconf.elc #12 1.785 ELC+ELN cedet/ede/pmake.elc #12 1.786 ELC+ELN cedet/ede/proj-archive.elc #12 1.787 ELC+ELN cedet/ede/proj-aux.elc #12 1.788 ELC+ELN cedet/ede/proj-comp.elc #12 1.789 ELC+ELN cedet/ede/proj-elisp.elc #12 1.790 ELC+ELN cedet/ede/proj-info.elc #12 1.791 ELC+ELN cedet/ede/proj-misc.elc #12 1.793 ELC+ELN cedet/ede/proj-obj.elc #12 1.793 ELC+ELN cedet/ede/proj-prog.elc #12 1.794 ELC+ELN cedet/ede/proj-scheme.elc #12 1.794 ELC+ELN cedet/ede/proj-shared.elc #12 1.796 ELC+ELN cedet/ede/proj.elc #12 1.796 ELC+ELN cedet/ede/project-am.elc #12 1.798 ELC+ELN cedet/ede/shell.elc #12 1.799 ELC+ELN cedet/ede/simple.elc #12 1.800 ELC+ELN cedet/ede/source.elc #12 1.801 ELC+ELN cedet/ede/speedbar.elc #12 1.802 ELC+ELN cedet/ede/srecode.elc #12 1.803 ELC+ELN cedet/ede/system.elc #12 1.803 ELC+ELN cedet/ede/util.elc #12 1.805 ELC+ELN cedet/semantic/analyze.elc #12 1.805 ELC+ELN cedet/semantic/bovine.elc #12 1.808 ELC+ELN cedet/semantic/chart.elc #12 1.810 ELC+ELN cedet/semantic/complete.elc #12 1.810 ELC+ELN cedet/semantic/ctxt.elc #12 1.815 ELC+ELN cedet/semantic/db-debug.elc #12 1.816 ELC+ELN cedet/semantic/db-ebrowse.elc #12 1.816 ELC+ELN cedet/semantic/db-el.elc #12 1.818 ELC+ELN cedet/semantic/db-file.elc #12 1.820 ELC+ELN cedet/semantic/db-find.elc #12 1.820 ELC+ELN cedet/semantic/db-global.elc #12 1.822 ELC+ELN cedet/semantic/db-javascript.elc #12 1.824 ELC+ELN cedet/semantic/db-mode.elc #12 1.824 ELC+ELN cedet/semantic/db-ref.elc #12 1.825 ELC+ELN cedet/semantic/db-typecache.elc #12 1.825 ELC+ELN cedet/semantic/debug.elc #12 1.827 ELC+ELN cedet/semantic/decorate.elc #12 1.828 ELC+ELN cedet/semantic/dep.elc #12 1.829 ELC+ELN cedet/semantic/doc.elc #12 1.830 ELC+ELN cedet/semantic/ede-grammar.elc #12 1.830 ELC+ELN cedet/semantic/edit.elc #12 1.833 ELC+ELN cedet/semantic/find.elc #12 1.835 ELC+ELN cedet/semantic/format.elc #12 1.837 ELC+ELN cedet/semantic/fw.elc #12 1.838 ELC+ELN cedet/semantic/grammar-wy.elc #12 1.841 ELC+ELN cedet/semantic/grammar.elc #12 1.849 ELC+ELN cedet/semantic/grm-wy-boot.elc #12 1.850 ELC+ELN cedet/semantic/html.elc #12 1.852 ELC+ELN cedet/semantic/ia-sb.elc #12 1.854 ELC+ELN cedet/semantic/ia.elc #12 1.856 ELC+ELN cedet/semantic/idle.elc #12 1.860 ELC+ELN cedet/semantic/imenu.elc #12 1.861 ELC+ELN cedet/semantic/java.elc #12 1.862 ELC+ELN cedet/semantic/lex-spp.elc #12 1.864 ELC+ELN cedet/semantic/lex.elc #12 1.868 ELC+ELN cedet/semantic/mru-bookmark.elc #12 1.870 ELC+ELN cedet/semantic/sb.elc #12 1.872 ELC+ELN cedet/semantic/scope.elc #12 1.872 ELC+ELN cedet/semantic/senator.elc #12 1.877 ELC+ELN cedet/semantic/sort.elc #12 1.877 ELC+ELN cedet/semantic/symref.elc #12 1.880 ELC+ELN cedet/semantic/tag-file.elc #12 1.880 ELC+ELN cedet/semantic/tag-ls.elc #12 1.882 ELC+ELN cedet/semantic/tag-write.elc #12 1.883 ELC+ELN cedet/semantic/tag.elc #12 1.886 ELC+ELN cedet/semantic/texi.elc #12 1.888 ELC+ELN cedet/semantic/util-modes.elc #12 1.888 ELC+ELN cedet/semantic/util.elc #12 1.891 ELC+ELN cedet/semantic/wisent.elc #12 1.891 ELC+ELN cedet/semantic/analyze/complete.elc #12 1.892 ELC+ELN cedet/semantic/analyze/debug.elc #12 1.894 ELC+ELN cedet/semantic/analyze/fcn.elc #12 1.896 ELC+ELN cedet/semantic/analyze/refs.elc #12 1.896 ELC+ELN cedet/semantic/bovine/c-by.elc #12 1.898 ELC+ELN cedet/semantic/bovine/c.elc #12 1.901 ELC+ELN cedet/semantic/bovine/debug.elc #12 1.901 #12 1.901 In toplevel form: #12 1.901 c.el:55:1: Warning: `define-child-mode' is an obsolete macro (as of 27.1); use #12 1.901 `define-derived-mode' instead. #12 1.902 ELC+ELN cedet/semantic/bovine/el.elc #12 1.902 #12 1.902 In toplevel form: #12 1.902 el.el:931:1: Warning: `define-child-mode' is an obsolete macro (as of 27.1); #12 1.902 use `define-derived-mode' instead. #12 1.906 ELC+ELN cedet/semantic/bovine/gcc.elc #12 1.908 ELC+ELN cedet/semantic/bovine/grammar.elc #12 1.911 ELC+ELN cedet/semantic/bovine/make-by.elc #12 1.912 ELC+ELN cedet/semantic/bovine/make.elc #12 1.915 ELC+ELN cedet/semantic/bovine/scm-by.elc #12 1.916 ELC+ELN cedet/semantic/bovine/scm.elc #12 1.918 ELC+ELN cedet/semantic/decorate/include.elc #12 1.918 ELC+ELN cedet/semantic/decorate/mode.elc #12 1.921 ELC+ELN cedet/semantic/symref/cscope.elc #12 1.922 ELC+ELN cedet/semantic/symref/filter.elc #12 1.923 ELC+ELN cedet/semantic/symref/global.elc #12 1.923 ELC+ELN cedet/semantic/symref/grep.elc #12 1.924 ELC+ELN cedet/semantic/symref/idutils.elc #12 1.925 ELC+ELN cedet/semantic/symref/list.elc #12 1.925 ELC+ELN cedet/semantic/wisent/comp.elc #12 1.927 ELC+ELN cedet/semantic/wisent/grammar.elc #12 1.930 ELC+ELN cedet/semantic/wisent/java-tags.elc #12 1.931 ELC+ELN cedet/semantic/wisent/javascript.elc #12 1.933 ELC+ELN cedet/semantic/wisent/javat-wy.elc #12 1.946 ELC+ELN cedet/semantic/wisent/js-wy.elc #12 1.947 ELC+ELN cedet/semantic/wisent/python-wy.elc #12 1.960 ELC+ELN cedet/semantic/wisent/python.elc #12 1.965 ELC+ELN cedet/semantic/wisent/wisent.elc #12 1.967 ELC+ELN cedet/srecode/args.elc #12 1.968 ELC+ELN cedet/srecode/compile.elc #12 1.968 ELC+ELN cedet/srecode/cpp.elc #12 1.971 ELC+ELN cedet/srecode/ctxt.elc #12 1.971 ELC+ELN cedet/srecode/dictionary.elc #12 1.972 ELC+ELN cedet/srecode/document.elc #12 1.973 ELC+ELN cedet/srecode/el.elc #12 1.975 ELC+ELN cedet/srecode/expandproto.elc #12 1.976 ELC+ELN cedet/srecode/extract.elc #12 1.977 ELC+ELN cedet/srecode/fields.elc #12 1.978 ELC+ELN cedet/srecode/filters.elc #12 1.979 ELC+ELN cedet/srecode/find.elc #12 1.979 ELC+ELN cedet/srecode/getset.elc #12 1.981 ELC+ELN cedet/srecode/insert.elc #12 1.982 ELC+ELN cedet/srecode/java.elc #12 1.984 ELC+ELN cedet/srecode/map.elc #12 1.986 ELC+ELN cedet/srecode/mode.elc #12 1.986 ELC+ELN cedet/srecode/semantic.elc #12 1.990 ELC+ELN cedet/srecode/srt-mode.elc #12 1.991 ELC+ELN cedet/srecode/srt-wy.elc #12 1.994 ELC+ELN cedet/srecode/srt.elc #12 1.996 ELC+ELN cedet/srecode/table.elc #12 1.997 ELC+ELN cedet/srecode/template.elc #12 1.998 ELC+ELN cedet/srecode/texi.elc #12 1.998 ELC+ELN emacs-lisp/advice.elc #12 2.001 ELC+ELN emacs-lisp/avl-tree.elc #12 2.004 ELC+ELN emacs-lisp/backtrace.elc #12 2.004 ELC+ELN emacs-lisp/benchmark.elc #12 2.005 ELC+ELN emacs-lisp/bindat.elc #12 2.007 ELC+ELN emacs-lisp/chart.elc #12 2.010 ELC+ELN emacs-lisp/check-declare.elc #12 2.011 ELC+ELN emacs-lisp/checkdoc.elc #12 2.012 ELC+ELN emacs-lisp/cl-indent.elc #12 2.013 ELC+ELN emacs-lisp/cl-print.elc #12 2.016 ELC+ELN emacs-lisp/copyright.elc #12 2.018 ELC+ELN emacs-lisp/crm.elc #12 2.018 ELC+ELN emacs-lisp/cursor-sensor.elc #12 2.019 ELC+ELN emacs-lisp/debug.elc #12 2.020 ELC+ELN emacs-lisp/derived.elc #12 2.022 ELC+ELN emacs-lisp/disass.elc #12 2.022 ELC+ELN emacs-lisp/easy-mmode.elc #12 2.024 ELC+ELN emacs-lisp/edebug.elc #12 2.027 ELC+ELN emacs-lisp/eieio-compat.elc #12 2.028 ELC+ELN emacs-lisp/eieio-core.elc #12 2.033 ELC+ELN emacs-lisp/eieio-custom.elc #12 2.034 ELC+ELN emacs-lisp/eieio-datadebug.elc #12 2.035 ELC+ELN emacs-lisp/eieio-opt.elc #12 2.036 ELC+ELN emacs-lisp/eieio-speedbar.elc #12 2.036 ELC+ELN emacs-lisp/elint.elc #12 2.037 ELC+ELN emacs-lisp/elp.elc #12 2.038 ELC+ELN emacs-lisp/ert-x.elc #12 2.040 ELC+ELN emacs-lisp/ert.elc #12 2.040 ELC+ELN emacs-lisp/ewoc.elc #12 2.044 ELC+ELN emacs-lisp/faceup.elc #12 2.046 ELC+ELN emacs-lisp/find-func.elc #12 2.048 ELC+ELN emacs-lisp/generator.elc #12 2.055 ELC+ELN emacs-lisp/generic.elc #12 2.056 ELC+ELN emacs-lisp/helper.elc #12 2.056 ELC+ELN emacs-lisp/hierarchy.elc #12 2.056 ELC+ELN emacs-lisp/inline.elc #12 2.058 ELC+ELN emacs-lisp/let-alist.elc #12 2.059 ELC+ELN emacs-lisp/lisp-mnt.elc #12 2.059 ELC+ELN emacs-lisp/map.elc #12 2.061 ELC+ELN emacs-lisp/memory-report.elc #12 2.061 ELC+ELN emacs-lisp/package-x.elc #12 2.063 ELC+ELN emacs-lisp/package.elc #12 2.063 ELC+ELN emacs-lisp/pcase.elc #12 2.067 ELC+ELN emacs-lisp/pp.elc #12 2.069 ELC+ELN emacs-lisp/radix-tree.elc #12 2.070 ELC+ELN emacs-lisp/re-builder.elc #12 2.072 ELC+ELN emacs-lisp/regi.elc #12 2.073 ELC+ELN emacs-lisp/ring.elc #12 2.074 ELC+ELN emacs-lisp/rmc.elc #12 2.075 ELC+ELN emacs-lisp/shadow.elc #12 2.076 ELC+ELN emacs-lisp/shortdoc.elc #12 2.077 ELC+ELN emacs-lisp/smie.elc #12 2.077 ELC+ELN emacs-lisp/tcover-ses.elc #12 2.078 ELC+ELN emacs-lisp/testcover.elc #12 2.082 ELC+ELN emacs-lisp/text-property-search.elc #12 2.083 ELC+ELN emacs-lisp/thunk.elc #12 2.084 ELC+ELN emacs-lisp/timer-list.elc #12 2.084 ELC+ELN emacs-lisp/tq.elc #12 2.084 ELC+ELN emacs-lisp/trace.elc #12 2.085 ELC+ELN emacs-lisp/unsafep.elc #12 2.085 ELC+ELN emulation/cua-base.elc #12 2.086 ELC+ELN emulation/cua-gmrk.elc #12 2.087 ELC+ELN emulation/cua-rect.elc #12 2.088 ELC+ELN emulation/edt-lk201.elc #12 2.088 ELC+ELN emulation/edt-mapper.elc #12 2.089 ELC+ELN emulation/edt-pc.elc #12 2.090 ELC+ELN emulation/edt-vt100.elc #12 2.090 ELC+ELN emulation/edt.elc #12 2.093 ELC+ELN emulation/keypad.elc #12 2.093 ELC+ELN emulation/viper-cmd.elc #12 2.095 ELC+ELN emulation/viper-ex.elc #12 2.100 ELC+ELN emulation/viper-init.elc #12 2.101 ELC+ELN emulation/viper-keym.elc #12 2.103 ELC+ELN emulation/viper-macs.elc #12 2.105 ELC+ELN emulation/viper-mous.elc #12 2.106 ELC+ELN emulation/viper-util.elc #12 2.107 ELC+ELN emulation/viper.elc #12 2.109 ELC+ELN erc/erc-autoaway.elc #12 2.110 ELC+ELN erc/erc-backend.elc #12 2.110 ELC+ELN erc/erc-button.elc #12 2.113 ELC+ELN erc/erc-capab.elc #12 2.114 ELC+ELN erc/erc-compat.elc #12 2.115 ELC+ELN erc/erc-dcc.elc #12 2.119 ELC+ELN erc/erc-desktop-notifications.elc #12 2.120 ELC+ELN erc/erc-ezbounce.elc #12 2.121 ELC+ELN erc/erc-fill.elc #12 2.121 ELC+ELN erc/erc-goodies.elc #12 2.122 ELC+ELN erc/erc-ibuffer.elc #12 2.123 ELC+ELN erc/erc-identd.elc #12 2.124 ELC+ELN erc/erc-imenu.elc #12 2.125 ELC+ELN erc/erc-join.elc #12 2.126 ELC+ELN erc/erc-lang.elc #12 2.126 ELC+ELN erc/erc-list.elc #12 2.127 ELC+ELN erc/erc-log.elc #12 2.128 ELC+ELN erc/erc-match.elc #12 2.128 ELC+ELN erc/erc-menu.elc #12 2.130 ELC+ELN erc/erc-netsplit.elc #12 2.130 ELC+ELN erc/erc-networks.elc #12 2.131 ELC+ELN erc/erc-notify.elc #12 2.132 ELC+ELN erc/erc-page.elc #12 2.133 ELC+ELN erc/erc-pcomplete.elc #12 2.133 ELC+ELN erc/erc-replace.elc #12 2.134 ELC+ELN erc/erc-ring.elc #12 2.135 ELC+ELN erc/erc-services.elc #12 2.136 ELC+ELN erc/erc-sound.elc #12 2.137 ELC+ELN erc/erc-speedbar.elc #12 2.138 ELC+ELN erc/erc-spelling.elc #12 2.139 ELC+ELN erc/erc-stamp.elc #12 2.140 ELC+ELN erc/erc-status-sidebar.elc #12 2.141 ELC+ELN erc/erc-track.elc #12 2.142 ELC+ELN erc/erc-truncate.elc #12 2.143 ELC+ELN erc/erc-xdcc.elc #12 2.144 ELC+ELN erc/erc.elc #12 2.144 ELC+ELN eshell/em-alias.elc #12 2.145 ELC+ELN eshell/em-banner.elc #12 2.145 ELC+ELN eshell/em-basic.elc #12 2.146 ELC+ELN eshell/em-cmpl.elc #12 2.147 ELC+ELN eshell/em-dirs.elc #12 2.149 ELC+ELN eshell/em-glob.elc #12 2.150 ELC+ELN eshell/em-hist.elc #12 2.152 ELC+ELN eshell/em-ls.elc #12 2.156 ELC+ELN eshell/em-pred.elc #12 2.157 ELC+ELN eshell/em-prompt.elc #12 2.158 ELC+ELN eshell/em-rebind.elc #12 2.158 ELC+ELN eshell/em-script.elc #12 2.158 ELC+ELN eshell/em-smart.elc #12 2.159 ELC+ELN eshell/em-term.elc #12 2.159 ELC+ELN eshell/em-tramp.elc #12 2.160 ELC+ELN eshell/em-unix.elc #12 2.161 ELC+ELN eshell/em-xtra.elc #12 2.161 ELC+ELN eshell/esh-arg.elc #12 2.162 ELC+ELN eshell/esh-cmd.elc #12 2.163 ELC+ELN eshell/esh-ext.elc #12 2.164 ELC+ELN eshell/esh-io.elc #12 2.166 ELC+ELN eshell/esh-mode.elc #12 2.166 ELC+ELN eshell/esh-module.elc #12 2.166 ELC+ELN eshell/esh-opt.elc #12 2.167 ELC+ELN eshell/esh-proc.elc #12 2.168 ELC+ELN eshell/esh-util.elc #12 2.169 ELC+ELN eshell/esh-var.elc #12 2.170 ELC+ELN eshell/eshell.elc #12 2.170 ELC+ELN gnus/canlock.elc #12 2.171 ELC+ELN gnus/deuglify.elc #12 2.171 ELC+ELN gnus/gmm-utils.elc #12 2.172 ELC+ELN gnus/gnus-agent.elc #12 2.173 ELC+ELN gnus/gnus-art.elc #12 2.184 ELC+ELN gnus/gnus-async.elc #12 2.186 ELC+ELN gnus/gnus-bcklg.elc #12 2.188 ELC+ELN gnus/gnus-bookmark.elc #12 2.190 ELC+ELN gnus/gnus-cache.elc #12 2.191 ELC+ELN gnus/gnus-cite.elc #12 2.194 ELC+ELN gnus/gnus-cloud.elc #12 2.196 ELC+ELN gnus/gnus-cus.elc #12 2.198 ELC+ELN gnus/gnus-dbus.elc #12 2.198 ELC+ELN gnus/gnus-delay.elc #12 2.201 ELC+ELN gnus/gnus-demon.elc #12 2.202 ELC+ELN gnus/gnus-diary.elc #12 2.204 ELC+ELN gnus/gnus-dired.elc #12 2.205 ELC+ELN gnus/gnus-draft.elc #12 2.205 ELC+ELN gnus/gnus-dup.elc #12 2.210 ELC+ELN gnus/gnus-eform.elc #12 2.211 ELC+ELN gnus/gnus-fun.elc #12 2.212 ELC+ELN gnus/gnus-gravatar.elc #12 2.213 ELC+ELN gnus/gnus-group.elc #12 2.214 ELC+ELN gnus/gnus-html.elc #12 2.219 ELC+ELN gnus/gnus-icalendar.elc #12 2.226 ELC+ELN gnus/gnus-int.elc #12 2.229 ELC+ELN gnus/gnus-kill.elc #12 2.231 ELC+ELN gnus/gnus-logic.elc #12 2.234 ELC+ELN gnus/gnus-mh.elc #12 2.236 ELC+ELN gnus/gnus-ml.elc #12 2.238 ELC+ELN gnus/gnus-mlspl.elc #12 2.240 ELC+ELN gnus/gnus-msg.elc #12 2.242 ELC+ELN gnus/gnus-notifications.elc #12 2.245 ELC+ELN gnus/gnus-picon.elc #12 2.248 ELC+ELN gnus/gnus-range.elc #12 2.255 ELC+ELN gnus/gnus-registry.elc #12 2.256 ELC+ELN gnus/gnus-rfc1843.elc #12 2.257 ELC+ELN gnus/gnus-salt.elc #12 2.259 ELC+ELN gnus/gnus-score.elc #12 2.261 ELC+ELN gnus/gnus-search.elc #12 2.269 ELC+ELN gnus/gnus-sieve.elc #12 2.272 ELC+ELN gnus/gnus-spec.elc #12 2.274 ELC+ELN gnus/gnus-srvr.elc #12 2.277 ELC+ELN gnus/gnus-start.elc #12 2.282 ELC+ELN gnus/gnus-sum.elc #12 2.313 ELC+ELN gnus/gnus-topic.elc #12 2.324 ELC+ELN gnus/gnus-undo.elc #12 2.325 ELC+ELN gnus/gnus-util.elc #12 2.326 ELC+ELN gnus/gnus-uu.elc #12 2.329 ELC+ELN gnus/gnus-vm.elc #12 2.331 ELC+ELN gnus/gnus-win.elc #12 2.333 ELC+ELN gnus/gnus.elc #12 2.335 ELC+ELN gnus/gssapi.elc #12 2.336 ELC+ELN gnus/legacy-gnus-agent.elc #12 2.339 ELC+ELN gnus/mail-source.elc #12 2.346 ELC+ELN gnus/message.elc #12 2.350 ELC+ELN gnus/mm-archive.elc #12 2.351 ELC+ELN gnus/mm-bodies.elc #12 2.353 ELC+ELN gnus/mm-decode.elc #12 2.360 ELC+ELN gnus/mm-encode.elc #12 2.361 ELC+ELN gnus/mm-extern.elc #12 2.362 ELC+ELN gnus/mm-partial.elc #12 2.363 ELC+ELN gnus/mm-url.elc #12 2.363 ELC+ELN gnus/mm-util.elc #12 2.363 ELC+ELN gnus/mm-uu.elc #12 2.364 ELC+ELN gnus/mm-view.elc #12 2.365 ELC+ELN gnus/mml-sec.elc #12 2.365 ELC+ELN gnus/mml-smime.elc #12 2.367 ELC+ELN gnus/mml.elc #12 2.367 ELC+ELN gnus/mml1991.elc #12 2.368 #12 2.368 In end of data: #12 2.368 mml1991.el:140:16: Warning: the function `mm-disable-multibyte' might not be #12 2.368 defined at runtime. #12 2.370 ELC+ELN gnus/mml2015.elc #12 2.375 ELC+ELN gnus/nnagent.elc #12 2.376 ELC+ELN gnus/nnbabyl.elc #12 2.379 ELC+ELN gnus/nndiary.elc #12 2.380 ELC+ELN gnus/nndir.elc #12 2.382 ELC+ELN gnus/nndoc.elc #12 2.386 ELC+ELN gnus/nndraft.elc #12 2.388 ELC+ELN gnus/nneething.elc #12 2.389 ELC+ELN gnus/nnfolder.elc #12 2.392 ELC+ELN gnus/nngateway.elc #12 2.394 ELC+ELN gnus/nnheader.elc #12 2.396 ELC+ELN gnus/nnimap.elc #12 2.399 ELC+ELN gnus/nnmail.elc #12 2.406 ELC+ELN gnus/nnmaildir.elc #12 2.407 ELC+ELN gnus/nnmairix.elc #12 2.414 ELC+ELN gnus/nnmbox.elc #12 2.415 ELC+ELN gnus/nnmh.elc #12 2.419 ELC+ELN gnus/nnml.elc #12 2.419 ELC+ELN gnus/nnnil.elc #12 2.420 ELC+ELN gnus/nnoo.elc #12 2.424 ELC+ELN gnus/nnregistry.elc #12 2.425 ELC+ELN gnus/nnrss.elc #12 2.426 ELC+ELN gnus/nnselect.elc #12 2.432 ELC+ELN gnus/nnspool.elc #12 2.435 ELC+ELN gnus/nntp.elc #12 2.435 ELC+ELN gnus/nnvirtual.elc #12 2.441 ELC+ELN gnus/nnweb.elc #12 2.446 ELC+ELN gnus/score-mode.elc #12 2.446 ELC+ELN gnus/smiley.elc #12 2.447 ELC+ELN gnus/smime.elc #12 2.449 ELC+ELN gnus/spam-report.elc #12 2.449 ELC+ELN gnus/spam-stat.elc #12 2.451 ELC+ELN gnus/spam-wash.elc #12 2.451 ELC+ELN gnus/spam.elc #12 2.453 ELC+ELN image/compface.elc #12 2.454 ELC+ELN image/exif.elc #12 2.455 ELC+ELN image/gravatar.elc #12 2.458 ELC+ELN image/image-converter.elc #12 2.460 ELC+ELN international/ccl.elc #12 2.461 ELC+ELN international/isearch-x.elc #12 2.462 ELC+ELN international/iso-ascii.elc #12 2.463 ELC+ELN international/iso-cvt.elc #12 2.464 ELC+ELN international/ja-dic-cnv.elc #12 2.465 ELC+ELN international/ja-dic-utl.elc #12 2.467 ELC+ELN international/kinsoku.elc #12 2.467 ELC+ELN international/kkc.elc #12 2.468 ELC+ELN international/latexenc.elc #12 2.469 ELC+ELN international/latin1-disp.elc #12 2.471 ELC+ELN international/mule-diag.elc #12 2.471 ELC+ELN international/ogonek.elc #12 2.472 ELC+ELN international/quail.elc #12 2.477 ELC+ELN international/rfc1843.elc #12 2.478 ELC+ELN international/robin.elc #12 2.479 ELC+ELN international/utf-7.elc #12 2.480 ELC+ELN international/utf7.elc #12 2.481 ELC+ELN language/china-util.elc #12 2.482 ELC+ELN language/cyril-util.elc #12 2.484 ELC+ELN language/ethio-util.elc #12 2.485 ELC+ELN language/hanja-util.elc #12 2.488 ELC+ELN language/ind-util.elc #12 2.488 ELC+ELN language/japan-util.elc #12 2.489 ELC+ELN language/korea-util.elc #12 2.489 ELC+ELN language/lao-util.elc #12 2.489 ELC+ELN language/pinyin.elc #12 2.490 ELC+ELN language/thai-util.elc #12 2.490 ELC+ELN language/thai-word.elc #12 2.490 ELC+ELN language/tibet-util.elc #12 2.491 ELC+ELN language/tv-util.elc #12 2.492 ELC+ELN language/viet-util.elc #12 2.493 ELC+ELN leim/ja-dic/ja-dic.elc #12 2.493 ELC+ELN leim/quail/4Corner.elc #12 2.493 INFO Extracting OKURI-NASI entries... #12 2.493 INFO Extracting OKURI-NASI entries...1% #12 2.493 INFO Extracting OKURI-NASI entries...5% #12 2.493 INFO Extracting OKURI-NASI entries...6% #12 2.493 INFO Extracting OKURI-NASI entries...11% #12 2.493 INFO Extracting OKURI-NASI entries...12% #12 2.493 INFO Extracting OKURI-NASI entries...14% #12 2.493 INFO Extracting OKURI-NASI entries...18% #12 2.493 INFO Extracting OKURI-NASI entries...19% #12 2.493 INFO Extracting OKURI-NASI entries...23% #12 2.493 INFO Extracting OKURI-NASI entries...24% #12 2.493 INFO Extracting OKURI-NASI entries...25% #12 2.494 INFO Extracting OKURI-NASI entries...30% #12 2.494 INFO Extracting OKURI-NASI entries...31% #12 2.494 INFO Extracting OKURI-NASI entries...35% #12 2.494 INFO Extracting OKURI-NASI entries...37% #12 2.494 INFO Extracting OKURI-NASI entries...39% #12 2.494 INFO Extracting OKURI-NASI entries...43% #12 2.494 INFO Extracting OKURI-NASI entries...44% #12 2.494 INFO Extracting OKURI-NASI entries...45% #12 2.494 INFO Extracting OKURI-NASI entries...46% #12 2.494 INFO Extracting OKURI-NASI entries...47% #12 2.494 INFO Extracting OKURI-NASI entries...50% #12 2.494 INFO Extracting OKURI-NASI entries...51% #12 2.494 INFO Extracting OKURI-NASI entries...58% #12 2.494 INFO Extracting OKURI-NASI entries...61% #12 2.494 INFO Extracting OKURI-NASI entries...66% #12 2.494 INFO Extracting OKURI-NASI entries...67% #12 2.494 INFO Extracting OKURI-NASI entries...68% #12 2.494 INFO Extracting OKURI-NASI entries...71% #12 2.494 INFO Extracting OKURI-NASI entries...73% #12 2.494 INFO Extracting OKURI-NASI entries...75% #12 2.494 INFO Extracting OKURI-NASI entries...76% #12 2.494 INFO Extracting OKURI-NASI entries...81% #12 2.494 INFO Extracting OKURI-NASI entries...84% #12 2.494 INFO Extracting OKURI-NASI entries...85% #12 2.494 INFO Extracting OKURI-NASI entries...89% #12 2.494 INFO Extracting OKURI-NASI entries...93% #12 2.494 INFO Extracting OKURI-NASI entries...94% #12 2.494 INFO Extracting OKURI-NASI entries...98% #12 2.494 INFO Extracting OKURI-NASI entries...done #12 2.494 ELC+ELN leim/quail/ARRAY30.elc #12 2.495 ELC+ELN leim/quail/CCDOSPY.elc #12 2.496 ELC+ELN leim/quail/CTLau-b5.elc #12 2.497 ELC+ELN leim/quail/CTLau.elc #12 2.497 ELC+ELN leim/quail/ECDICT.elc #12 2.497 ELC+ELN leim/quail/ETZY.elc #12 2.497 ELC+ELN leim/quail/PY-b5.elc #12 2.498 ELC+ELN leim/quail/PY.elc #12 2.498 ELC+ELN leim/quail/Punct-b5.elc #12 2.498 ELC+ELN leim/quail/Punct.elc #12 2.498 ELC+ELN leim/quail/QJ-b5.elc #12 2.498 ELC+ELN leim/quail/QJ.elc #12 2.498 ELC+ELN leim/quail/SW.elc #12 2.498 ELC+ELN leim/quail/TONEPY.elc #12 2.499 ELC+ELN leim/quail/ZIRANMA.elc #12 2.499 ELC+ELN leim/quail/ZOZY.elc #12 2.499 ELC+ELN leim/quail/arabic.elc #12 2.500 ELC+ELN leim/quail/cham.elc #12 2.500 ELC+ELN leim/quail/compose.elc #12 2.500 ELC+ELN leim/quail/cyril-jis.elc #12 2.500 ELC+ELN leim/quail/croatian.elc #12 2.501 ELC+ELN leim/quail/cyrillic.elc #12 2.501 ELC+ELN leim/quail/czech.elc #12 2.501 ELC+ELN leim/quail/ethiopic.elc #12 2.501 ELC+ELN leim/quail/georgian.elc #12 2.501 ELC+ELN leim/quail/greek.elc #12 2.501 ELC+ELN leim/quail/hangul.elc #12 2.501 ELC+ELN leim/quail/hanja-jis.elc #12 2.502 ELC+ELN leim/quail/hanja.elc #12 2.502 ELC+ELN leim/quail/hanja3.elc #12 2.502 ELC+ELN leim/quail/hebrew.elc #12 2.502 ELC+ELN leim/quail/indian.elc #12 2.502 ELC+ELN leim/quail/ipa-praat.elc #12 2.502 ELC+ELN leim/quail/ipa.elc #12 2.503 ELC+ELN leim/quail/japanese.elc #12 2.503 ELC+ELN leim/quail/lao.elc #12 2.503 ELC+ELN leim/quail/latin-alt.elc #12 2.503 ELC+ELN leim/quail/latin-ltx.elc #12 2.503 ELC+ELN leim/quail/latin-post.elc #12 2.504 ELC+ELN leim/quail/latin-pre.elc #12 2.504 ELC+ELN leim/quail/lrt.elc #12 2.504 ELC+ELN leim/quail/persian.elc #12 2.504 ELC+ELN leim/quail/programmer-dvorak.elc #12 2.504 ELC+ELN leim/quail/py-punct.elc #12 2.504 ELC+ELN leim/quail/pypunct-b5.elc #12 2.504 ELC+ELN leim/quail/quick-b5.elc #12 2.504 ELC+ELN leim/quail/quick-cns.elc #12 2.505 ELC+ELN leim/quail/rfc1345.elc #12 2.505 ELC+ELN leim/quail/sami.elc #12 2.505 ELC+ELN leim/quail/sgml-input.elc #12 2.505 ELC+ELN leim/quail/sisheng.elc #12 2.505 ELC+ELN leim/quail/slovak.elc #12 2.505 ELC+ELN leim/quail/symbol-ksc.elc #12 2.505 ELC+ELN leim/quail/tamil-dvorak.elc #12 2.505 ELC+ELN leim/quail/thai.elc #12 2.506 ELC+ELN leim/quail/tibetan.elc #12 2.506 ELC+ELN leim/quail/tsang-b5.elc #12 2.506 ELC+ELN leim/quail/tsang-cns.elc #12 2.506 ELC+ELN leim/quail/uni-input.elc #12 2.507 ELC+ELN leim/quail/viqr.elc #12 2.507 ELC+ELN leim/quail/vntelex.elc #12 2.507 ELC+ELN leim/quail/vnvni.elc #12 2.507 ELC+ELN leim/quail/welsh.elc #12 2.507 ELC+ELN mail/binhex.elc #12 2.507 ELC+ELN mail/emacsbug.elc #12 2.508 ELC+ELN mail/feedmail.elc #12 2.508 ELC+ELN mail/flow-fill.elc #12 2.508 ELC+ELN mail/footnote.elc #12 2.509 ELC+ELN mail/hashcash.elc #12 2.509 ELC+ELN mail/ietf-drums.elc #12 2.509 ELC+ELN mail/mail-extr.elc #12 2.510 ELC+ELN mail/mail-hist.elc #12 2.511 ELC+ELN mail/mail-parse.elc #12 2.511 ELC+ELN mail/mail-prsvr.elc #12 2.511 ELC+ELN mail/mail-utils.elc #12 2.511 ELC+ELN mail/mailabbrev.elc #12 2.512 ELC+ELN mail/mailalias.elc #12 2.512 ELC+ELN mail/mailclient.elc #12 2.513 ELC+ELN mail/mailheader.elc #12 2.513 ELC+ELN mail/mspools.elc #12 2.513 ELC+ELN mail/qp.elc #12 2.513 ELC+ELN mail/reporter.elc #12 2.513 ELC+ELN mail/rfc2045.elc #12 2.513 ELC+ELN mail/rfc2047.elc #12 2.514 ELC+ELN mail/rfc2231.elc #12 2.514 ELC+ELN mail/rfc6068.elc #12 2.514 ELC+ELN mail/rfc822.elc #12 2.515 ELC+ELN mail/rmail-spam-filter.elc #12 2.515 ELC+ELN mail/rmail.elc #12 2.515 ELC+ELN mail/rmailedit.elc #12 2.516 ELC+ELN mail/rmailkwd.elc #12 2.517 ELC+ELN mail/rmailmm.elc #12 2.518 ELC+ELN mail/rmailmsc.elc #12 2.518 ELC+ELN mail/rmailout.elc #12 2.519 ELC+ELN mail/rmailsort.elc #12 2.519 ELC+ELN mail/rmailsum.elc #12 2.520 ELC+ELN mail/sendmail.elc #12 2.521 ELC+ELN mail/smtpmail.elc #12 2.521 ELC+ELN mail/supercite.elc #12 2.522 ELC+ELN mail/uce.elc #12 2.523 ELC+ELN mail/undigest.elc #12 2.523 ELC+ELN mail/unrmail.elc #12 2.524 ELC+ELN mail/uudecode.elc #12 2.524 ELC+ELN mail/yenc.elc #12 2.524 ELC+ELN mh-e/mh-alias.elc #12 2.524 ELC+ELN mh-e/mh-buffers.elc #12 2.525 ELC+ELN mh-e/mh-comp.elc #12 2.528 ELC+ELN mh-e/mh-compat.elc #12 2.528 ELC+ELN mh-e/mh-e.elc #12 2.529 ELC+ELN mh-e/mh-folder.elc #12 2.532 ELC+ELN mh-e/mh-funcs.elc #12 2.533 ELC+ELN mh-e/mh-gnus.elc #12 2.534 ELC+ELN mh-e/mh-identity.elc #12 2.534 ELC+ELN mh-e/mh-inc.elc #12 2.535 ELC+ELN mh-e/mh-junk.elc #12 2.535 ELC+ELN mh-e/mh-letter.elc #12 2.537 ELC+ELN mh-e/mh-limit.elc #12 2.537 ELC+ELN mh-e/mh-mime.elc #12 2.538 ELC+ELN mh-e/mh-print.elc #12 2.540 ELC+ELN mh-e/mh-scan.elc #12 2.541 ELC+ELN mh-e/mh-search.elc #12 2.542 ELC+ELN mh-e/mh-seq.elc #12 2.546 ELC+ELN mh-e/mh-show.elc #12 2.547 ELC+ELN mh-e/mh-speed.elc #12 2.550 ELC+ELN mh-e/mh-thread.elc #12 2.554 ELC+ELN mh-e/mh-tool-bar.elc #12 2.557 ELC+ELN mh-e/mh-utils.elc #12 2.560 ELC+ELN mh-e/mh-xface.elc #12 2.562 ELC+ELN net/ange-ftp.elc #12 2.565 ELC+ELN net/browse-url.elc #12 2.568 ELC+ELN net/dbus.elc #12 2.568 #12 2.568 In end of data: #12 2.568 dbus.el:1405:10: Warning: the function `libxml-parse-xml-region' is not known #12 2.568 to be defined. #12 2.571 ELC+ELN net/dictionary-connection.elc #12 2.572 ELC+ELN net/dictionary.elc #12 2.572 ELC+ELN net/dig.elc #12 2.573 ELC+ELN net/dns.elc #12 2.574 ELC+ELN net/eudc-bob.elc #12 2.575 ELC+ELN net/eudc-export.elc #12 2.575 ELC+ELN net/eudc-hotlist.elc #12 2.576 ELC+ELN net/eudc-vars.elc #12 2.576 ELC+ELN net/eudc.elc #12 2.577 ELC+ELN net/eudcb-bbdb.elc #12 2.578 ELC+ELN net/eudcb-ldap.elc #12 2.579 ELC+ELN net/eudcb-mab.elc #12 2.579 ELC+ELN net/eudcb-macos-contacts.elc #12 2.580 ELC+ELN net/eww.elc #12 2.580 ELC+ELN net/gnutls.elc #12 2.581 ELC+ELN net/goto-addr.elc #12 2.582 ELC+ELN net/hmac-def.elc #12 2.583 ELC+ELN net/hmac-md5.elc #12 2.584 ELC+ELN net/imap.elc #12 2.588 ELC+ELN net/ldap.elc #12 2.589 ELC+ELN net/mailcap.elc #12 2.592 ELC+ELN net/mairix.elc #12 2.594 ELC+ELN net/net-utils.elc #12 2.596 ELC+ELN net/netrc.elc #12 2.597 ELC+ELN net/network-stream.elc #12 2.598 ELC+ELN net/newst-backend.elc #12 2.599 ELC+ELN net/newst-plainview.elc #12 2.603 ELC+ELN net/newst-reader.elc #12 2.603 ELC+ELN net/newst-ticker.elc #12 2.605 ELC+ELN net/newst-treeview.elc #12 2.605 ELC+ELN net/newsticker.elc #12 2.605 ELC+ELN net/nsm.elc #12 2.608 ELC+ELN net/ntlm.elc #12 2.610 ELC+ELN net/pop3.elc #12 2.612 ELC+ELN net/puny.elc #12 2.613 ELC+ELN net/quickurl.elc #12 2.614 ELC+ELN net/rcirc.elc #12 2.615 ELC+ELN net/rfc2104.elc #12 2.616 ELC+ELN net/rlogin.elc #12 2.616 ELC+ELN net/sasl-cram.elc #12 2.617 ELC+ELN net/sasl-digest.elc #12 2.618 ELC+ELN net/sasl-ntlm.elc #12 2.618 ELC+ELN net/sasl-scram-rfc.elc #12 2.619 ELC+ELN net/sasl-scram-sha256.elc #12 2.619 ELC+ELN net/sasl.elc #12 2.620 ELC+ELN net/secrets.elc #12 2.622 ELC+ELN net/shr-color.elc #12 2.623 ELC+ELN net/shr.elc #12 2.624 ELC+ELN net/sieve-manage.elc #12 2.625 ELC+ELN net/sieve-mode.elc #12 2.626 ELC+ELN net/sieve.elc #12 2.627 ELC+ELN net/snmp-mode.elc #12 2.628 ELC+ELN net/soap-client.elc #12 2.635 ELC+ELN net/soap-inspect.elc #12 2.637 ELC+ELN net/socks.elc #12 2.638 ELC+ELN net/telnet.elc #12 2.639 ELC+ELN net/tramp-adb.elc #12 2.641 ELC+ELN net/tramp-archive.elc #12 ... #5 [emacs-base 1/2] FROM docker.io/library/debian:stretch@sha256:86269e6142... #5 CACHED #12 [emacs-native-comp-speed0 4/4] RUN make bootstrap -j2 NATIVE_FULL_... #12 2.642 ELC+ELN net/tramp-cache.elc #12 2.644 ELC+ELN net/tramp-cmds.elc #12 2.644 ELC+ELN net/tramp-compat.elc #12 2.645 ELC+ELN net/tramp-crypt.elc #12 2.645 ELC+ELN net/tramp-ftp.elc #12 2.646 ELC+ELN net/tramp-fuse.elc #12 2.646 ELC+ELN net/tramp-gvfs.elc #12 2.647 ELC+ELN net/tramp-integration.elc #12 2.647 ELC+ELN net/tramp-rclone.elc #12 2.648 ELC+ELN net/tramp-sh.elc #12 2.650 ELC+ELN net/tramp-smb.elc #12 2.655 ELC+ELN net/tramp-sshfs.elc #12 2.656 ELC+ELN net/tramp-sudoedit.elc #12 2.658 ELC+ELN net/tramp-uu.elc #12 2.659 ELC+ELN net/tramp.elc #12 2.660 ELC+ELN net/trampver.elc #12 2.660 ELC+ELN net/webjump.elc #12 2.660 ELC+ELN net/zeroconf.elc #12 2.661 ELC+ELN nxml/nxml-enc.elc #12 2.661 ELC+ELN nxml/nxml-maint.elc #12 2.661 ELC+ELN nxml/nxml-mode.elc #12 2.663 ELC+ELN nxml/nxml-ns.elc #12 2.664 ELC+ELN nxml/nxml-outln.elc #12 2.665 ELC+ELN nxml/nxml-parse.elc #12 2.665 ELC+ELN nxml/nxml-rap.elc #12 2.665 ELC+ELN nxml/nxml-util.elc #12 2.666 ELC+ELN nxml/rng-cmpct.elc #12 2.666 ELC+ELN nxml/rng-dt.elc #12 2.666 ELC+ELN nxml/rng-loc.elc #12 2.666 ELC+ELN nxml/rng-maint.elc #12 2.667 ELC+ELN nxml/rng-match.elc #12 2.667 ELC+ELN nxml/rng-nxml.elc #12 2.668 ELC+ELN nxml/rng-parse.elc #12 2.668 ELC+ELN nxml/rng-pttrn.elc #12 2.668 ELC+ELN nxml/rng-uri.elc #12 2.669 ELC+ELN nxml/rng-util.elc #12 2.669 ELC+ELN nxml/rng-valid.elc #12 2.669 ELC+ELN nxml/rng-xsd.elc #12 2.670 ELC+ELN nxml/xmltok.elc #12 2.671 ELC+ELN nxml/xsd-regexp.elc #12 2.672 ELC+ELN obsolete/abbrevlist.elc #12 2.672 ELC+ELN obsolete/assoc.elc #12 2.672 ELC+ELN obsolete/bruce.elc #12 2.672 ELC+ELN obsolete/cc-compat.elc #12 2.672 ELC+ELN obsolete/cl-compat.elc #12 2.672 ELC+ELN obsolete/cl.elc #12 2.673 ELC+ELN obsolete/complete.elc #12 2.673 ELC+ELN obsolete/crisp.elc #12 2.673 ELC+ELN obsolete/cust-print.elc #12 2.674 ELC+ELN obsolete/erc-hecomplete.elc #12 2.674 ELC+ELN obsolete/eudcb-ph.elc #12 2.675 ELC+ELN obsolete/fast-lock.elc #12 2.675 ELC+ELN obsolete/gs.elc #12 2.675 ELC+ELN obsolete/gulp.elc #12 2.675 ELC+ELN obsolete/html2text.elc #12 2.676 ELC+ELN obsolete/info-edit.elc #12 2.676 ELC+ELN obsolete/inversion.elc #12 2.676 ELC+ELN obsolete/iswitchb.elc #12 2.677 ELC+ELN obsolete/landmark.elc #12 2.677 ELC+ELN obsolete/lazy-lock.elc #12 2.677 ELC+ELN obsolete/longlines.elc #12 2.678 ELC+ELN obsolete/mailpost.elc #12 2.678 ELC+ELN obsolete/mantemp.elc #12 2.678 ELC+ELN obsolete/meese.elc #12 2.678 ELC+ELN obsolete/metamail.elc #12 2.678 ELC+ELN obsolete/mouse-sel.elc #12 2.678 ELC+ELN obsolete/nnir.elc #12 2.679 ELC+ELN obsolete/old-emacs-lock.elc #12 2.679 ELC+ELN obsolete/otodo-mode.elc #12 2.680 ELC+ELN obsolete/patcomp.elc #12 2.680 ELC+ELN obsolete/pc-mode.elc #12 2.680 ELC+ELN obsolete/pc-select.elc #12 2.680 ELC+ELN obsolete/pgg-def.elc #12 2.681 ELC+ELN obsolete/pgg-gpg.elc #12 2.681 ELC+ELN obsolete/pgg-parse.elc #12 2.681 ELC+ELN obsolete/pgg-pgp.elc #12 2.682 ELC+ELN obsolete/pgg-pgp5.elc #12 2.682 ELC+ELN obsolete/pgg.elc #12 2.682 ELC+ELN obsolete/rcompile.elc #12 2.682 ELC+ELN obsolete/rfc2368.elc #12 2.683 ELC+ELN obsolete/s-region.elc #12 2.683 ELC+ELN obsolete/sb-image.elc #12 2.683 ELC+ELN obsolete/sregex.elc #12 2.683 ELC+ELN obsolete/starttls.elc #12 2.683 ELC+ELN obsolete/sup-mouse.elc #12 2.683 ELC+ELN obsolete/terminal.elc #12 2.684 ELC+ELN obsolete/tls.elc #12 2.684 ELC+ELN obsolete/tpu-edt.elc #12 2.684 ELC+ELN obsolete/tpu-extras.elc #12 2.685 ELC+ELN obsolete/tpu-mapper.elc #12 2.685 ELC+ELN obsolete/url-ns.elc #12 2.685 ELC+ELN obsolete/vc-arch.elc #12 2.686 ELC+ELN obsolete/vi.elc #12 2.686 ELC+ELN obsolete/vip.elc #12 2.687 ELC+ELN obsolete/ws-mode.elc #12 2.688 ELC+ELN obsolete/yow.elc #12 2.688 ELC+ELN org/ob-C.elc #12 2.690 ELC+ELN org/ob-R.elc #12 2.691 ELC+ELN org/ob-awk.elc #12 2.691 ELC+ELN org/ob-calc.elc #12 2.692 ELC+ELN org/ob-clojure.elc #12 2.692 ELC+ELN org/ob-comint.elc #12 2.693 ELC+ELN org/ob-core.elc #12 2.693 ELC+ELN org/ob-css.elc #12 2.693 ELC+ELN org/ob-ditaa.elc #12 2.694 ELC+ELN org/ob-dot.elc #12 2.694 ELC+ELN org/ob-emacs-lisp.elc #12 2.695 ELC+ELN org/ob-eshell.elc #12 2.695 ELC+ELN org/ob-eval.elc #12 2.696 ELC+ELN org/ob-exp.elc #12 2.696 ELC+ELN org/ob-forth.elc #12 2.697 ELC+ELN org/ob-fortran.elc #12 2.697 ELC+ELN org/ob-gnuplot.elc #12 2.698 ELC+ELN org/ob-groovy.elc #12 2.699 ELC+ELN org/ob-haskell.elc #12 2.700 ELC+ELN org/ob-java.elc #12 2.701 ELC+ELN org/ob-js.elc #12 2.701 ELC+ELN org/ob-julia.elc #12 2.702 ELC+ELN org/ob-latex.elc #12 2.702 ELC+ELN org/ob-lilypond.elc #12 2.702 ELC+ELN org/ob-lisp.elc #12 2.703 ELC+ELN org/ob-lob.elc #12 2.703 ELC+ELN org/ob-lua.elc #12 2.704 ELC+ELN org/ob-makefile.elc #12 2.704 ELC+ELN org/ob-matlab.elc #12 2.704 ELC+ELN org/ob-maxima.elc #12 2.704 ELC+ELN org/ob-ocaml.elc #12 2.705 ELC+ELN org/ob-octave.elc #12 2.705 ELC+ELN org/ob-org.elc #12 2.705 ELC+ELN org/ob-perl.elc #12 2.705 ELC+ELN org/ob-plantuml.elc #12 2.706 ELC+ELN org/ob-processing.elc #12 2.706 ELC+ELN org/ob-python.elc #12 2.706 ELC+ELN org/ob-ref.elc #12 2.707 ELC+ELN org/ob-ruby.elc #12 2.707 ELC+ELN org/ob-sass.elc #12 2.708 ELC+ELN org/ob-scheme.elc #12 2.708 ELC+ELN org/ob-screen.elc #12 2.708 ELC+ELN org/ob-sed.elc #12 2.708 ELC+ELN org/ob-shell.elc #12 2.708 ELC+ELN org/ob-sql.elc #12 2.709 ELC+ELN org/ob-sqlite.elc #12 2.709 ELC+ELN org/ob-table.elc #12 2.709 ELC+ELN org/ob-tangle.elc #12 2.710 ELC+ELN org/ob.elc #12 2.710 ELC+ELN org/oc-basic.elc #12 2.711 ELC+ELN org/oc-biblatex.elc #12 2.711 ELC+ELN org/oc-csl.elc #12 2.711 ELC+ELN org/oc-natbib.elc #12 2.712 ELC+ELN org/oc.elc #12 2.712 ELC+ELN org/ol-bbdb.elc #12 2.713 ELC+ELN org/ol-bibtex.elc #12 2.714 ELC+ELN org/ol-docview.elc #12 2.714 ELC+ELN org/ol-doi.elc #12 2.714 ELC+ELN org/ol-eshell.elc #12 2.714 ELC+ELN org/ol-eww.elc #12 2.715 ELC+ELN org/ol-gnus.elc #12 2.715 ELC+ELN org/ol-info.elc #12 2.715 ELC+ELN org/ol-irc.elc #12 2.716 ELC+ELN org/ol-man.elc #12 2.716 ELC+ELN org/ol-mhe.elc #12 2.716 ELC+ELN org/ol-rmail.elc #12 2.716 ELC+ELN org/ol-w3m.elc #12 2.716 ELC+ELN org/ol.elc #12 2.717 ELC+ELN org/org-agenda.elc #12 2.718 ELC+ELN org/org-archive.elc #12 2.720 ELC+ELN org/org-attach-git.elc #12 2.722 ELC+ELN org/org-attach.elc #12 2.723 ELC+ELN org/org-capture.elc #12 ... #6 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #6 CACHED #12 [emacs-native-comp-speed0 4/4] RUN make bootstrap -j2 NATIVE_FULL_... #12 2.730 ELC+ELN org/org-clock.elc #12 2.741 ELC+ELN org/org-colview.elc #12 2.747 ELC+ELN org/org-compat.elc #12 2.749 ELC+ELN org/org-crypt.elc #12 2.749 ELC+ELN org/org-ctags.elc #12 2.749 ELC+ELN org/org-datetree.elc #12 2.751 ELC+ELN org/org-duration.elc #12 2.752 ELC+ELN org/org-element.elc #12 2.752 ELC+ELN org/org-entities.elc #12 2.754 ELC+ELN org/org-faces.elc #12 2.754 ELC+ELN org/org-feed.elc #12 2.758 ELC+ELN org/org-footnote.elc #12 2.761 ELC+ELN org/org-goto.elc #12 2.763 ELC+ELN org/org-habit.elc #12 2.766 ELC+ELN org/org-id.elc #12 2.769 ELC+ELN org/org-indent.elc #12 2.772 ELC+ELN org/org-inlinetask.elc #12 2.774 ELC+ELN org/org-keys.elc #12 2.774 ELC+ELN org/org-lint.elc #12 2.775 ELC+ELN org/org-list.elc #12 2.782 ELC+ELN org/org-macro.elc #12 2.783 ELC+ELN org/org-macs.elc #12 2.784 ELC+ELN org/org-mobile.elc #12 2.787 ELC+ELN org/org-mouse.elc #12 2.789 ELC+ELN org/org-num.elc #12 2.791 ELC+ELN org/org-pcomplete.elc #12 2.792 ELC+ELN org/org-plot.elc #12 2.793 ELC+ELN org/org-protocol.elc #12 2.796 ELC+ELN org/org-refile.elc #12 2.796 ELC+ELN org/org-src.elc #12 2.799 ELC+ELN org/org-table.elc #12 2.799 ELC+ELN org/org-tempo.elc #12 2.801 ELC+ELN org/org-timer.elc #12 2.804 ELC+ELN org/org.elc #12 2.816 ELC+ELN org/ox-ascii.elc #12 2.824 ELC+ELN org/ox-beamer.elc #12 2.829 ELC+ELN org/ox-html.elc section_end:1636187002:build_script section_start:1636187002:after_script section_end:1636187002:after_script section_start:1636187002:upload_artifacts_on_failure Pulling docker image gitlab/gitlab-runner-helper:x86_64-d0b76032 ... section_end:1636187002:upload_artifacts_on_failure ERROR: Job failed: execution took longer than 8h0m0s seconds