Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1637108602: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:1637108602:prepare_executor section_start:1637108602:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1637108609:prepare_script section_start:1637108609: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] 6748c465aba092364465e6309359c3bc8857f34d -> refs/pipelines/13958 6748c46..058c012 master -> origin/master Checking out 6748c465 as master... Skipping Git submodules setup section_end:1637108618:get_sources section_start:1637108618:restore_cache section_end:1637108626:restore_cache section_start:1637108626:download_artifacts section_end:1637108637:download_artifacts section_start:1637108637:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 90 Running: 66 Paused: 0 Stopped: 24 Images: 95 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 $ 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. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-6748c465aba092364465e6309359c3bc8857f34d/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 3.23kB 0.0s done #1 DONE 1.3s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 1.4s #3 [internal] load metadata for docker.io/library/debian:stretch #3 DONE 0.2s #4 [internal] helper image for file operations #4 CACHED #5 [emacs-base 1/2] FROM docker.io/library/debian:stretch@sha256:86269e6142... #5 CACHED #6 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #6 CACHED #8 [internal] load build context #8 transferring context: 44.34MB 4.7s #8 transferring context: 93.41MB 9.7s #8 transferring context: 147.03MB 14.8s #8 transferring context: 197.59MB 19.9s #8 transferring context: 209.96MB 20.8s done #8 DONE 20.9s #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 46.7s #10 [emacs-native-comp-speed0 2/4] RUN ./autogen.sh autoconf #10 2.419 Checking whether you have the necessary tools... #10 2.419 (Read INSTALL.REPO for more details on building Emacs) #10 2.439 Checking for autoconf (need at least version 2.65) ... ok #10 2.763 Your system has the required tools. #10 2.806 Building aclocal.m4 ... #10 2.815 Running 'autoreconf -fi -I m4' ... #10 27.75 You can now run './autogen.sh git'. #10 DONE 27.9s #11 [emacs-native-comp-speed0 3/4] RUN ./configure --with-native-compilation #11 3.333 checking for xcrun... no #11 3.335 checking for GNU Make... make #11 3.511 checking build system type... x86_64-pc-linux-gnu #11 4.566 checking host system type... x86_64-pc-linux-gnu #11 4.618 checking for gcc... gcc #11 4.857 checking whether the C compiler works... yes #11 5.341 checking for C compiler default output file name... a.out #11 5.353 checking for suffix of executables... #11 5.834 checking whether we are cross compiling... no #11 6.252 checking for suffix of object files... o #11 6.474 checking whether we are using the GNU C compiler... yes #11 6.595 checking whether gcc accepts -g... yes #11 6.705 checking for gcc option to enable C11 features... none needed #11 7.208 checking whether the compiler is clang... no #11 7.486 checking for compiler option needed when checking for declarations... none #11 7.486 checking whether gcc and cc understand -c and -o together... yes #11 8.789 checking how to run the C preprocessor... gcc -E #11 9.240 checking for grep that handles long lines and -e... /bin/grep #11 9.256 checking for egrep... /bin/grep -E #11 9.272 checking for ANSI C header files... yes #11 10.34 checking for sys/types.h... yes #11 10.56 checking for sys/stat.h... yes #11 10.81 checking for stdlib.h... yes #11 11.06 checking for string.h... yes #11 11.29 checking for memory.h... yes #11 11.67 checking for strings.h... yes #11 12.13 checking for inttypes.h... yes #11 12.41 checking for stdint.h... yes #11 12.62 checking for unistd.h... yes #11 14.38 checking for wchar.h... yes #11 14.73 checking for minix/config.h... no #11 14.87 checking for linux/fs.h... yes #11 15.34 checking for malloc.h... yes #11 15.80 checking for sys/systeminfo.h... no #11 15.99 checking for sys/sysinfo.h... yes #11 16.22 checking for coff.h... no #11 16.48 checking for pty.h... yes #11 16.71 checking for sys/resource.h... yes #11 16.93 checking for sys/utsname.h... yes #11 17.16 checking for pwd.h... yes #11 17.48 checking for utmp.h... yes #11 17.87 checking for util.h... no #11 18.07 checking for sanitizer/lsan_interface.h... yes #11 18.29 checking for sys/socket.h... yes #11 18.54 checking for stdlib.h... (cached) yes #11 18.57 checking for unistd.h... (cached) yes #11 18.62 checking for sys/param.h... yes #11 18.89 checking for pthread.h... yes #11 19.16 checking for malloc/malloc.h... no #11 19.40 checking for sys/un.h... yes #11 19.73 checking for dirent.h... yes #11 20.09 checking for execinfo.h... yes #11 20.50 checking for stdio_ext.h... yes #11 20.78 checking for sys/vfs.h... yes #11 20.99 checking for sys/fs_types.h... no #11 21.28 checking for getopt.h... yes #11 21.54 checking for sys/cdefs.h... yes #11 21.90 checking for sys/time.h... yes #11 22.40 checking for ieee754.h... yes #11 22.72 checking for limits.h... yes #11 22.97 checking for inttypes.h... (cached) yes #11 23.01 checking for sys/types.h... (cached) yes #11 23.09 checking for stdint.h... (cached) yes #11 23.16 checking for sys/select.h... yes #11 23.71 checking for sys/random.h... no #11 24.07 checking for sys/stat.h... (cached) yes #11 24.09 checking whether it is safe to define __EXTENSIONS__... yes #11 24.54 checking whether _XOPEN_SOURCE should be defined... no #11 24.69 checking for Minix Amsterdam compiler... no #11 24.77 checking for ar... ar #11 24.78 checking for ranlib... ranlib #11 24.78 checking for special C compiler options needed for large files... no #11 24.78 checking for _FILE_OFFSET_BITS value needed for large files... no #11 25.00 checking whether gcc accepts -g3 -O2... yes #11 25.46 checking whether the compiler is clang... no #11 25.60 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 25.78 checking whether -Wno-missing-field-initializers is supported... yes #11 25.96 checking whether -Wno-missing-field-initializers is needed... no #11 26.07 checking whether -Wuninitialized is supported... yes #11 26.23 checking whether C compiler handles -fno-common... yes #11 26.36 checking whether C compiler handles -Wall... yes #11 26.54 checking whether C compiler handles -Warith-conversion... no #11 26.65 checking whether C compiler handles -Wdate-time... yes #11 26.90 checking whether C compiler handles -Wdisabled-optimization... yes #11 27.16 checking whether C compiler handles -Wdouble-promotion... yes #11 27.29 checking whether C compiler handles -Wduplicated-cond... yes #11 27.40 checking whether C compiler handles -Wextra... yes #11 27.76 checking whether C compiler handles -Wformat-signedness... yes #11 27.95 checking whether C compiler handles -Winit-self... yes #11 28.33 checking whether C compiler handles -Winvalid-pch... yes #11 28.56 checking whether C compiler handles -Wlogical-op... yes #11 28.86 checking whether C compiler handles -Wmissing-declarations... yes #11 29.13 checking whether C compiler handles -Wmissing-include-dirs... yes #11 29.37 checking whether C compiler handles -Wmissing-prototypes... yes #11 30.07 checking whether C compiler handles -Wnested-externs... yes #11 31.03 checking whether C compiler handles -Wnull-dereference... yes #11 31.29 checking whether C compiler handles -Wold-style-definition... yes #11 31.56 checking whether C compiler handles -Wopenmp-simd... yes #11 31.94 checking whether C compiler handles -Wpacked... yes #11 32.27 checking whether C compiler handles -Wpointer-arith... yes #11 32.51 checking whether C compiler handles -Wstrict-prototypes... yes #11 32.84 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 33.12 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 33.41 checking whether C compiler handles -Wsuggest-final-methods... yes #11 33.68 checking whether C compiler handles -Wsuggest-final-types... yes #11 34.13 checking whether C compiler handles -Wtrampolines... yes #11 34.40 checking whether C compiler handles -Wuninitialized... yes #11 34.85 checking whether C compiler handles -Wunknown-pragmas... yes #11 35.29 checking whether C compiler handles -Wunused-macros... yes #11 35.71 checking whether C compiler handles -Wvariadic-macros... yes #11 35.97 checking whether C compiler handles -Wvector-operation-performance... yes #11 36.22 checking whether C compiler handles -Wwrite-strings... yes #11 36.68 checking whether C compiler handles -Warray-bounds=2... yes #11 37.12 checking whether C compiler handles -Wattribute-alias=2... no #11 37.33 checking whether C compiler handles -Wformat=2... yes #11 37.82 checking whether C compiler handles -Wformat-truncation=2... no #11 37.93 checking whether C compiler handles -Wimplicit-fallthrough=5... no #11 38.09 checking whether C compiler handles -Wshift-overflow=2... yes #11 38.68 checking whether C compiler handles -Wvla-larger-than=4031... no #11 38.93 checking whether C compiler handles -Wredundant-decls... yes #11 39.39 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 39.68 checking whether C compiler handles -Wno-override-init... yes #11 39.99 checking whether C compiler handles -Wno-sign-compare... yes #11 40.20 checking whether C compiler handles -Wno-type-limits... yes #11 40.42 checking whether C compiler handles -Wno-unused-parameter... yes #11 40.64 checking whether C compiler handles -Wno-format-nonliteral... yes #11 40.90 checking for a BSD-compatible install... /usr/bin/install -c #11 40.94 checking command to symlink files in the same directory... ln -s #11 40.96 checking for install-info... : #11 40.96 checking for gzip... /bin/gzip #11 40.96 checking for 'find' args to delete a file... -delete #11 40.97 checking for brew... no #11 41.51 checking for -znocombreloc... not needed #11 41.52 checking whether addresses are sanitized... no #11 41.65 checking for library containing sqrt... -lm #11 42.21 checking for pkg-config... /usr/bin/pkg-config #11 42.21 checking pkg-config is at least version 0.9.0... yes #11 42.24 checking for machine/soundcard.h... no #11 42.34 checking for sys/soundcard.h... yes #11 42.50 checking for soundcard.h... no #11 42.67 checking for mmsystem.h... no #11 42.77 checking for _oss_ioctl in -lossaudio... no #11 42.98 checking for alsa >= 1.0.0... no #11 43.04 checking for ADDR_NO_RANDOMIZE... yes #11 43.33 checking if Linux sysinfo may be used... yes #11 43.80 checking for sys/wait.h that is POSIX.1 compatible... yes #11 44.12 checking for net/if.h... yes #11 44.67 checking for ifaddrs.h... yes #11 45.19 checking for net/if_dl.h... no #11 45.59 checking for struct ifreq.ifr_flags... yes #11 45.90 checking for struct ifreq.ifr_hwaddr... yes #11 46.54 checking for struct ifreq.ifr_netmask... yes #11 47.00 checking for struct ifreq.ifr_broadaddr... yes #11 47.50 checking for struct ifreq.ifr_addr... yes #11 47.96 checking for struct ifreq.ifr_addr.sa_len... no #11 48.39 checking whether gcc understands -MMD -MF... yes #11 48.58 checking for X... no #11 48.87 checking for X... false #11 48.89 checking whether malloc is Doug Lea style... no #11 49.20 checking for sbrk... yes #11 49.68 checking for __lsan_ignore_object... no #11 50.09 checking for fchmod... yes #11 50.58 checking for canonicalize_file_name... yes #11 50.94 checking for faccessat... yes #11 51.26 checking for realpath... yes #11 51.44 checking for lstat... yes #11 51.64 checking for readlinkat... yes #11 51.92 checking for explicit_bzero... no #11 52.25 checking for memset_s... no #11 52.71 checking for fchmodat... yes #11 53.01 checking for lchmod... no #11 53.20 checking for fcntl... yes #11 53.82 checking for fdopendir... yes #11 54.13 checking for fstatat... yes #11 54.39 checking for fsync... yes #11 54.66 checking for futimens... yes #11 54.96 checking for getrandom... no #11 55.23 checking for gettimeofday... yes #11 55.61 checking for mkostemp... yes #11 56.08 checking for pipe2... yes #11 56.38 checking for pselect... yes #11 56.72 checking for readlink... yes #11 56.98 checking for isblank... yes #11 57.26 checking for iswctype... yes #11 57.55 checking for strtoimax... yes #11 57.85 checking for symlink... yes #11 58.46 checking for localtime_r... yes #11 58.82 checking for timegm... yes #11 59.27 checking for utimensat... yes #11 59.59 checking for getdtablesize... yes #11 60.07 checking for futimes... yes #11 60.83 checking for futimesat... yes #11 61.23 checking for lutimes... yes #11 61.50 checking for getpagesize... yes #11 61.80 checking for working mmap... yes #11 62.65 checking for main in -lXbsd... no #11 62.82 checking for pthread library... -lpthread #11 63.54 checking for thread support... yes #11 63.55 checking for getaddrinfo_a in -lanl... yes #11 63.83 checking for dbus-1 >= 1.0... yes #11 63.96 checking for dbus_watch_get_unix_fd... yes #11 64.34 checking for dbus_type_is_valid... yes #11 64.69 checking for dbus_validate_bus_name... yes #11 64.98 checking for dbus_validate_path... yes #11 65.42 checking for dbus_validate_interface... yes #11 65.86 checking for dbus_validate_member... yes #11 66.21 checking for lgetfilecon in -lselinux... no #11 66.37 checking for gnutls >= 2.12.2... yes #11 66.42 checking for libsystemd >= 222... no #11 66.45 checking for jansson >= 2.7... no #11 66.48 checking sys/inotify.h usability... yes #11 66.70 checking sys/inotify.h presence... yes #11 66.75 checking for sys/inotify.h... yes #11 66.75 checking for inotify_init1... yes #11 67.17 checking for lcms2... no #11 67.23 checking for library containing inflateEnd... -lz #11 67.90 checking for dladdr... yes #11 68.50 checking for dlfunc... no #11 69.08 checking for gcc_jit_context_acquire in -lgccjit... yes #11 69.44 checking libgccjit.h usability... yes #11 69.67 checking libgccjit.h presence... yes #11 69.73 checking for libgccjit.h... yes #11 70.91 checking gpm.h usability... no #11 71.25 checking gpm.h presence... no #11 71.34 checking for gpm.h... no #11 71.36 checking for libxml-2.0 > 2.6.17... no #11 71.43 checking for maillock in -lmail... no #11 71.63 checking for maillock in -llockfile... no #11 71.81 checking for liblockfile.so... no #11 71.81 checking maillock.h usability... no #11 72.02 checking maillock.h presence... no #11 72.12 checking for maillock.h... no #11 72.14 checking linux/seccomp.h usability... yes #11 72.39 checking linux/seccomp.h presence... yes #11 72.43 checking for linux/seccomp.h... yes #11 72.49 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 72.66 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 72.82 checking linux/filter.h usability... yes #11 73.36 checking linux/filter.h presence... yes #11 73.44 checking for linux/filter.h... yes #11 73.54 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 73.60 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 73.62 checking for libseccomp >= 2.4.0... no #11 73.67 checking for accept4... yes #11 74.09 checking for fchdir... yes #11 74.45 checking for gethostname... yes #11 74.98 checking for getrusage... yes #11 75.52 checking for get_current_dir_name... yes #11 75.95 checking for lrand48... yes #11 76.45 checking for random... yes #11 76.86 checking for rint... yes #11 77.19 checking for trunc... yes #11 77.50 checking for select... yes #11 77.85 checking for getpagesize... (cached) yes #11 77.91 checking for setlocale... yes #11 78.25 checking for newlocale... yes #11 78.67 checking for getrlimit... yes #11 79.07 checking for setrlimit... yes #11 79.47 checking for shutdown... yes #11 79.90 checking for pthread_sigmask... (cached) yes #11 79.95 checking for strsignal... yes #11 80.56 checking for setitimer... yes #11 81.01 checking for sendto... yes #11 81.61 checking for recvfrom... yes #11 82.07 checking for getsockname... yes #11 82.60 checking for getifaddrs... yes #11 82.76 checking for freeifaddrs... yes #11 83.18 checking for gai_strerror... yes #11 83.98 checking for sync... yes #11 84.66 checking for getpwent... yes #11 85.16 checking for endpwent... yes #11 85.74 checking for getgrent... yes #11 86.34 checking for endgrent... yes #11 86.76 checking for cfmakeraw... yes #11 87.29 checking for cfsetspeed... yes #11 87.67 checking for __executable_start... yes #11 88.03 checking for log2... yes #11 88.46 checking for pthread_setname_np... yes #11 89.01 checking for pthread_set_name_np... no #11 89.45 checking whether pthread_setname_np takes a single argument... no #11 89.64 checking whether pthread_setname_np takes three arguments... no #11 89.81 checking for aligned_alloc... yes #11 90.19 checking whether aligned_alloc is declared... yes #11 90.69 checking for posix_madvise... yes #11 91.09 checking for __builtin_frame_address... yes #11 91.59 checking for __builtin_unwind_init... yes #11 92.04 checking for _LARGEFILE_SOURCE value needed for large files... no #11 92.39 checking for grantpt... yes #11 92.79 checking for getpt... yes #11 93.11 checking for posix_openpt... yes #11 93.46 checking for library containing tputs... -ltinfo #11 94.12 checking whether -ltinfo library defines BC... yes #11 94.32 checking for timerfd interface... yes #11 94.47 checking whether signals can be handled on alternate stack... yes #11 94.65 checking valgrind/valgrind.h usability... no #11 94.89 checking valgrind/valgrind.h presence... no #11 95.00 checking for valgrind/valgrind.h... no #11 95.00 checking for struct unipair.unicode... yes #11 95.25 checking for pid_t... yes #11 95.78 checking vfork.h usability... no #11 95.98 checking vfork.h presence... no #11 96.06 checking for vfork.h... no #11 96.07 checking for fork... yes #11 96.43 checking for vfork... yes #11 96.76 checking for working fork... yes #11 97.40 checking for working vfork... (cached) yes #11 97.40 checking for snprintf... yes #11 97.97 checking spawn.h usability... yes #11 98.60 checking spawn.h presence... yes #11 98.75 checking for spawn.h... yes #11 98.80 checking for posix_spawn... yes #11 99.25 checking for posix_spawn_file_actions_addchdir... no #11 99.69 checking for posix_spawn_file_actions_addchdir_np... no #11 100.1 checking for posix_spawnattr_setflags... yes #11 100.4 checking whether POSIX_SPAWN_SETSID is declared... no #11 100.5 checking whether GLib is linked in... no #11 100.6 checking for nl_langinfo and CODESET... yes #11 100.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 101.1 checking for mbstate_t... yes #11 101.3 checking for signals via characters... yes #11 101.6 checking for _setjmp... yes #11 101.9 checking for sigsetjmp... yes #11 102.4 checking for usable FIONREAD... yes #11 102.7 checking for usable SIGIO... yes #11 102.9 checking for struct alignment... yes #11 103.2 checking for typeof syntax and keyword spelling... typeof #11 103.5 checking for statement expressions... yes #11 103.7 checking whether malloc (0) returns nonnull... yes #11 104.0 checking for working alloca.h... yes #11 104.3 checking for alloca... yes #11 104.5 checking whether lstat correctly handles trailing slash... yes #11 105.1 checking whether // is distinct from /... no #11 105.1 checking whether realpath works... yes #11 106.0 checking for getcwd... yes #11 106.4 checking for C/C++ restrict keyword... __restrict__ #11 106.7 checking whether byte ordering is bigendian... no #11 107.4 checking whether the preprocessor supports include_next... yes #11 107.6 checking whether source code line length is unlimited... yes #11 107.7 checking if environ is properly declared... yes #11 107.9 checking for complete errno.h... yes #11 108.0 checking for mode_t... yes #11 108.6 checking whether strmode is declared... no #11 108.9 checking for gawk... no #11 108.9 checking for mawk... mawk #11 108.9 checking for getopt.h... (cached) yes #11 108.9 checking for getopt_long_only... yes #11 109.3 checking whether getopt is POSIX compatible... yes #11 110.7 checking for working GNU getopt function... yes #11 111.4 checking for working GNU getopt_long function... yes #11 111.7 checking for struct timeval... yes #11 111.9 checking for wide-enough struct timeval.tv_sec member... yes #11 112.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 112.5 checking whether the compiler produces multi-arch binaries... no #11 112.7 checking whether stdint.h conforms to C99... yes #11 114.0 checking whether stdint.h works without ISO C predefines... yes #11 114.5 checking whether stdint.h has UINTMAX_WIDTH etc.... no #11 114.8 checking whether memmem is declared... yes #11 115.1 checking whether memrchr is declared... yes #11 115.4 checking whether defines MIN and MAX... no #11 115.5 checking whether defines MIN and MAX... yes #11 115.8 checking whether time_t is signed... yes #11 115.9 checking whether alarm is declared... yes #11 116.3 checking for working mktime... yes #11 117.0 checking whether struct tm is in sys/time.h or time.h... time.h #11 117.1 checking for struct tm.tm_zone... yes #11 117.4 checking for struct tm.tm_gmtoff... yes #11 117.6 checking whether is self-contained... yes #11 118.5 checking for inline... inline #11 118.7 checking for sigset_t... yes #11 119.2 checking for volatile sig_atomic_t... yes #11 119.5 checking for sighandler_t... yes #11 119.9 checking for wchar_t... yes #11 120.0 checking for good max_align_t... yes #11 120.2 checking whether NULL can be used in arbitrary expressions... yes #11 120.5 checking whether fcloseall is declared... yes #11 120.8 checking which flavor of printf attribute matches inttypes macros... system #11 121.2 checking whether ecvt is declared... yes #11 121.6 checking whether fcvt is declared... yes #11 121.9 checking whether gcvt is declared... yes #11 122.1 checking whether strnlen is declared... yes #11 122.5 checking whether strtoimax is declared... yes #11 122.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 122.8 checking whether stat file-mode macros are broken... no #11 123.0 checking for nlink_t... yes #11 123.3 checking for struct timespec in ... yes #11 123.6 checking for TIME_UTC in ... yes #11 123.8 checking whether execvpe is declared... yes #11 124.4 checking whether clearerr_unlocked is declared... yes #11 124.8 checking whether feof_unlocked is declared... yes #11 125.2 checking whether ferror_unlocked is declared... yes #11 125.7 checking whether fflush_unlocked is declared... yes #11 126.0 checking whether fgets_unlocked is declared... yes #11 126.3 checking whether fputc_unlocked is declared... yes #11 126.7 checking whether fputs_unlocked is declared... yes #11 127.1 checking whether fread_unlocked is declared... yes #11 127.7 checking whether fwrite_unlocked is declared... yes #11 128.4 checking whether getc_unlocked is declared... yes #11 128.9 checking whether getchar_unlocked is declared... yes #11 129.5 checking whether putc_unlocked is declared... yes #11 130.1 checking whether putchar_unlocked is declared... yes #11 130.3 checking type of array argument to getgroups... gid_t #11 130.9 checking whether getdtablesize is declared... yes #11 131.2 checking whether malloc is ptrdiff_t safe... yes #11 131.3 checking whether malloc, realloc, calloc set errno on failure... yes #11 131.3 checking for O_CLOEXEC... yes #11 131.6 checking for promoted mode_t type... mode_t #11 131.7 checking whether the utimes function works... yes #11 132.2 checking sys/acl.h usability... yes #11 132.4 checking sys/acl.h presence... yes #11 132.5 checking for sys/acl.h... yes #11 132.5 checking for library containing acl_get_file... -lacl #11 133.3 checking for acl_get_file... yes #11 133.9 checking for acl_get_fd... yes #11 134.4 checking for acl_set_file... yes #11 134.8 checking for acl_set_fd... yes #11 135.2 checking for acl_free... yes #11 135.8 checking for acl_from_mode... yes #11 136.3 checking for acl_from_text... yes #11 136.6 checking for acl_delete_def_file... yes #11 137.1 checking for acl_extended_file... yes #11 137.4 checking for acl_delete_fd_np... no #11 137.7 checking for acl_delete_file_np... no #11 138.0 checking for acl_copy_ext_native... no #11 138.2 checking for acl_create_entry_np... no #11 138.5 checking for acl_to_short_text... no #11 138.7 checking for acl_free_text... no #11 139.0 checking for working acl_get_file... yes #11 139.4 checking acl/libacl.h usability... yes #11 139.7 checking acl/libacl.h presence... yes #11 139.8 checking for acl/libacl.h... yes #11 139.8 checking for acl_entries... yes #11 140.3 checking for ACL_FIRST_ENTRY... yes #11 140.6 checking for ACL_TYPE_EXTENDED... no #11 140.8 checking for alloca as a compiler built-in... yes #11 140.8 checking for __builtin_expect... yes #11 141.2 checking byteswap.h usability... yes #11 141.4 checking byteswap.h presence... yes #11 141.5 checking for byteswap.h... yes #11 141.5 checking for library containing clock_gettime... none required #11 141.8 checking for clock_gettime... yes #11 142.4 checking for clock_settime... yes #11 142.9 checking for copy_file_range... no #11 143.1 checking for d_type member in directory struct... yes #11 143.5 checking whether // is distinct from /... (cached) no #11 143.5 checking whether dup2 works... yes #11 144.2 checking for library containing backtrace_symbols_fd... none required #11 144.7 checking for explicit_memset... no #11 145.2 checking whether fchmodat works... no #11 145.9 checking whether fcntl handles F_DUPFD correctly... yes #11 146.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 146.9 checking whether fdopendir is declared... yes #11 147.1 checking whether fdopendir works... yes #11 147.5 checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes #11 147.9 checking for flexible array member... yes #11 148.2 checking for __fpending... yes #11 148.6 checking whether __fpending is declared... yes #11 148.9 checking whether free is known to preserve errno... no #11 149.1 checking whether fstatat (..., 0) works... yes #11 149.6 checking for sys/mount.h... yes #11 150.2 checking for statvfs function (SVR4)... yes #11 150.9 checking whether to use statvfs64... no #11 151.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 151.9 checking sys/fs/s5param.h usability... no #11 152.1 checking sys/fs/s5param.h presence... no #11 152.3 checking for sys/fs/s5param.h... no #11 152.3 checking sys/statfs.h usability... yes #11 152.7 checking sys/statfs.h presence... yes #11 152.8 checking for sys/statfs.h... yes #11 152.9 checking for statfs that truncates block counts... no #11 153.1 checking whether futimens works... yes #11 154.9 checking for getloadavg... yes #11 155.6 checking sys/loadavg.h usability... no #11 155.9 checking sys/loadavg.h presence... no #11 156.0 checking for sys/loadavg.h... no #11 156.1 checking whether getloadavg is declared... yes #11 156.7 checking for gettimeofday with POSIX signature... almost #11 157.2 checking whether the compiler supports the __inline keyword... yes #11 157.5 checking gmp.h usability... yes #11 158.4 checking gmp.h presence... yes #11 158.5 checking for gmp.h... yes #11 158.5 checking for library containing __gmpz_roinit_n... -lgmp #11 159.7 checking for memmem... yes #11 160.3 checking whether memmem works... yes #11 161.0 checking for mempcpy... yes #11 161.3 checking for memrchr... yes #11 161.5 checking for sys/pstat.h... no #11 161.7 checking for sys/sysmp.h... no #11 161.9 checking for sys/param.h... (cached) yes #11 161.9 checking for sys/sysctl.h... yes #11 162.2 checking for sched_getaffinity... yes #11 162.6 checking for sched_getaffinity_np... no #11 162.9 checking for pstat_getdynamic... no #11 163.5 checking for sysmp... no #11 163.9 checking for sysctl... yes #11 164.2 checking for glibc compatible sched_getaffinity... yes #11 164.4 checking whether signature of pselect conforms to POSIX... yes #11 164.7 checking whether pselect detects invalid fds... yes #11 165.1 checking whether pthread_sigmask is a macro... no #11 165.2 checking whether pthread_sigmask returns error numbers... yes #11 165.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 168.3 checking whether readlink signature is correct... yes #11 168.6 checking whether readlink handles trailing slash correctly... yes #11 169.0 checking whether readlink truncates results correctly... yes #11 169.5 checking whether readlinkat signature is correct... yes #11 169.8 checking for working re_compile_pattern... no #11 170.7 checking libintl.h usability... yes #11 171.0 checking libintl.h presence... yes #11 171.1 checking for libintl.h... yes #11 171.1 checking whether isblank is declared... yes #11 171.3 checking for sig2str... no #11 171.6 checking for sigdescr_np... no #11 171.9 checking for socklen_t... yes #11 172.4 checking for ssize_t... yes #11 172.5 checking for struct stat.st_atim.tv_nsec... yes #11 172.7 checking whether struct stat.st_atim is of type struct timespec... yes #11 172.9 checking for struct stat.st_birthtimespec.tv_nsec... no #11 173.3 checking for struct stat.st_birthtimensec... no #11 173.9 checking for struct stat.st_birthtim.tv_nsec... no #11 174.6 checking for working stdalign.h... yes #11 174.9 checking for stpcpy... yes #11 175.5 checking for working strnlen... yes #11 176.2 checking whether strtoimax works... yes #11 176.8 checking whether symlink handles trailing slash correctly... yes #11 177.3 checking whether localtime_r is declared... yes #11 177.5 checking whether localtime_r is compatible with its POSIX signature... yes #11 177.7 checking whether localtime works even near extrema... yes #11 178.4 checking for timezone_t... no #11 178.7 checking whether timer_settime is declared... yes #11 179.0 checking for library containing timer_settime... -lrt #11 179.8 checking for timer_settime... yes #11 180.2 checking whether utimensat works... yes #11 181.7 checking for variable-length arrays... yes #11 182.0 checking whether getdtablesize works... yes #11 182.3 checking whether open recognizes a trailing slash... yes #11 182.8 checking for timer_getoverrun... yes #11 183.0 checking for gcc option to disable position independent executables... not needed #11 183.0 #11 183.0 Configured for 'x86_64-pc-linux-gnu'. #11 183.0 #11 183.0 Where should the build process find the source code? . #11 183.0 What compiler should emacs be built with? gcc -g3 -O2 #11 183.0 Should Emacs use the GNU version of malloc? no #11 183.0 (The GNU allocators don't work with this system configuration.) #11 183.0 Should Emacs use a relocating allocator for buffers? no #11 183.0 Should Emacs use mmap(2) for buffer allocation? no #11 183.0 What window system should Emacs use? none #11 183.0 What toolkit should Emacs use? none #11 183.0 Where do we find X Windows header files? NONE #11 183.0 Where do we find X Windows libraries? NONE #11 183.0 Does Emacs use -lXaw3d? no #11 183.0 Does Emacs use -lXpm? no #11 183.0 Does Emacs use -ljpeg? no #11 183.0 Does Emacs use -ltiff? no #11 183.0 Does Emacs use a gif library? no #11 183.0 Does Emacs use a png library? no #11 183.0 Does Emacs use -lrsvg-2? no #11 183.0 Does Emacs use -lwebp? no #11 183.0 Does Emacs use cairo? no #11 183.0 Does Emacs use -llcms2? no #11 183.0 Does Emacs use imagemagick? no #11 183.0 Does Emacs use native APIs for images? no #11 183.0 Does Emacs support sound? yes #11 183.0 Does Emacs use -lgpm? no #11 183.0 Does Emacs use -ldbus? yes #11 183.0 Does Emacs use -lgconf? no #11 183.0 Does Emacs use GSettings? no #11 183.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 183.0 Does Emacs use access control lists? yes -lacl #11 183.0 Does Emacs use -lselinux? no #11 183.0 Does Emacs use -lgnutls? yes #11 183.0 Does Emacs use -lxml2? no #11 183.0 Does Emacs use -lfreetype? no #11 183.0 Does Emacs use HarfBuzz? no #11 183.0 Does Emacs use -lm17n-flt? no #11 183.0 Does Emacs use -lotf? no #11 183.0 Does Emacs use -lxft? no #11 183.0 Does Emacs use -lsystemd? no #11 183.0 Does Emacs use -ljansson? no #11 183.0 Does Emacs use the GMP library? yes #11 183.0 Does Emacs directly use zlib? yes #11 183.0 Does Emacs have dynamic modules support? yes #11 183.0 Does Emacs use toolkit scroll bars? no #11 183.0 Does Emacs support Xwidgets? no #11 183.0 Does Emacs have threading support in lisp? yes #11 183.0 Does Emacs support the portable dumper? yes #11 183.0 Does Emacs support legacy unexec dumping? no #11 183.1 Which dumping strategy does Emacs use? pdumper #11 183.1 Does Emacs have native lisp compiler? yes #11 183.1 #11 183.1 #11 183.9 configure: creating ./config.status #11 184.5 config.status: creating src/verbose.mk #11 184.6 config.status: creating src/emacs-module.h #11 184.7 config.status: creating Makefile #11 184.8 config.status: creating lib/gnulib.mk #11 184.9 config.status: creating ./doc/man/emacs.1 #11 185.0 config.status: creating lib/Makefile #11 185.2 config.status: creating lib-src/Makefile #11 185.3 config.status: creating oldXMenu/Makefile #11 185.5 config.status: creating doc/emacs/Makefile #11 185.7 config.status: creating doc/misc/Makefile #11 185.8 config.status: creating doc/lispintro/Makefile #11 185.9 config.status: creating doc/lispref/Makefile #11 186.0 config.status: creating src/Makefile #11 186.2 config.status: creating lwlib/Makefile #11 186.3 config.status: creating lisp/Makefile #11 186.3 config.status: creating leim/Makefile #11 186.4 config.status: creating nextstep/Makefile #11 186.5 config.status: creating nt/Makefile #11 186.7 config.status: creating test/Makefile #11 187.0 config.status: creating admin/charsets/Makefile #11 187.2 config.status: creating admin/unidata/Makefile #11 187.4 config.status: creating admin/grammars/Makefile #11 187.6 config.status: creating src/config.h #11 187.7 config.status: executing src/epaths.h commands #11 187.9 config.status: executing src/.gdbinit commands #11 187.9 config.status: executing doc/emacs/emacsver.texi commands #11 188.0 config.status: executing etc-refcards-emacsver.tex commands #11 188.1 configure: WARNING: This configuration installs a 'movemail' program #11 188.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 188.1 installed a 'movemail' program that retrieved POP3 email via only #11 188.1 insecure channels, a practice that is no longer recommended but that #11 188.1 you can continue to support by using './configure --with-pop'. #11 188.1 configure: You might want to install GNU Mailutils #11 188.1 and use './configure --with-mailutils'. #11 DONE 189.2s #12 [emacs-native-comp-speed0 4/4] RUN make bootstrap -j2 NATIVE_FULL_... #12 2.843 make -C src bootstrap-clean #12 2.855 make -C oldXMenu bootstrap-clean #12 2.902 make[1]: Entering directory '/checkout/oldXMenu' #12 2.902 rm -f libXMenu11.a ./*.o deps/* #12 2.945 rm -f Makefile #12 2.966 rm -fr deps #12 2.976 make[1]: Entering directory '/checkout/src' #12 2.989 make[1]: Leaving directory '/checkout/oldXMenu' #12 2.999 make -C lwlib bootstrap-clean #12 3.062 make[1]: Entering directory '/checkout/lwlib' #12 3.067 rm -f ./*.o liblw.a \#* deps/* #12 3.097 rm -f Makefile #12 3.151 rm -fr deps #12 3.163 rm -f TAGS #12 3.187 make[1]: Leaving directory '/checkout/lwlib' #12 3.187 make -C lib bootstrap-clean #12 3.505 GEN lisp.mk #12 3.923 make[1]: Entering directory '/checkout/lib' #12 3.923 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 3.979 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 4.022 rm -f Makefile #12 4.069 rm -fr deps #12 4.108 make[1]: Leaving directory '/checkout/lib' #12 4.115 make -C lib-src bootstrap-clean #12 4.142 make[1]: Entering directory '/checkout/lib-src' #12 4.171 rm -f core ./*.o ./*.res #12 4.184 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 4.205 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 4.216 rm -f TAGS Makefile blessmail #12 4.276 make[1]: Leaving directory '/checkout/lib-src' #12 4.289 make -C nt bootstrap-clean #12 4.307 rm -f temacs core ./*.core \#* ./*.o #12 4.319 make[1]: Entering directory '/checkout/nt' #12 4.319 rm -f core *.o *.res #12 4.343 rm -f dmpstruct.h #12 4.363 rm -f runemacs addpm cmdproxy ddeclient #12 4.363 rm -f emacs.pdmp #12 4.375 rm -f TAGS Makefile *.rc #12 4.395 rm -f ../etc/DOC #12 4.413 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.423 true #12 4.426 rm -f emacs-29.0.50 #12 4.432 make[1]: Leaving directory '/checkout/nt' #12 4.433 make -C doc/emacs bootstrap-clean #12 4.459 rm -f buildobj.h #12 4.476 make[1]: Entering directory '/checkout/doc/emacs' #12 4.476 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.476 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.485 rm -f globals.h gl-stamp #12 4.507 rm -f \ #12 4.507 ./../../info/emacs.info \ #12 4.507 ./../../info/emacs.info-[1-9] \ #12 4.507 ./../../info/emacs.info-[1-9][0-9] #12 4.523 rm -f ./*.res ./*.tmp #12 4.524 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 4.539 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.541 rm -f Makefile #12 4.559 rm -f ./emacsver.texi TAGS #12 4.562 rm -f ../etc/DOC* #12 4.570 make[1]: Leaving directory '/checkout/doc/emacs' #12 4.580 make -C doc/misc bootstrap-clean #12 4.600 rm -f deps/* #12 4.619 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.644 make[1]: Entering directory '/checkout/doc/misc' #12 4.644 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 4.644 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 4.644 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 4.646 if test -f ./.gdbinit; then \ #12 4.646 mv ./.gdbinit ./.gdbinit.save; \ #12 4.646 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.646 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.646 fi #12 4.670 rm -f gnustmp* #12 4.719 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 4.719 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 4.719 rm -f \ #12 4.719 ./../../info/${file} \ #12 4.719 ./../../info/${file}-[1-9] \ #12 4.719 ./../../info/${file}-[1-9][0-9]; \ #12 4.719 done #12 4.719 make[1]: Leaving directory '/checkout/src' #12 4.719 make -C doc/lispref bootstrap-clean #12 4.799 make[1]: Entering directory '/checkout/doc/lispref' #12 4.799 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.799 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.836 rm -f elisp[12]* vol[12].tmp #12 4.851 rm -f \ #12 4.851 ./../../info/elisp.info \ #12 4.851 ./../../info/elisp.info-[1-9] \ #12 4.851 ./../../info/elisp.info-[1-9][0-9] #12 4.870 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 4.892 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 4.911 rm -f Makefile #12 4.927 rm -f TAGS #12 4.943 make[1]: Leaving directory '/checkout/doc/lispref' #12 4.950 make -C doc/lispintro bootstrap-clean #12 4.971 make[1]: Entering directory '/checkout/doc/lispintro' #12 4.971 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.971 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.994 rm -f \ #12 4.994 ./../../info/eintr.info \ #12 4.994 ./../../info/eintr.info-[1-9] #12 5.017 rm -f emacs-lisp-intro.dvi emacs-lisp-intro.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 5.031 rm -f Makefile #12 5.044 rm -f TAGS #12 5.061 make[1]: Leaving directory '/checkout/doc/lispintro' #12 5.062 make -C test bootstrap-clean #12 5.080 make[1]: Entering directory '/checkout/test' #12 5.331 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 5.403 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 5.411 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 5.411 src/emacs-module-resources/*.dll #12 5.424 find . -name '*.elc' -delete #12 5.495 make[1]: Leaving directory '/checkout/test' #12 5.495 make -C nextstep bootstrap-clean #12 5.515 make[1]: Entering directory '/checkout/nextstep' #12 5.515 rm -rf #12 5.536 rm -f Makefile #12 5.551 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 5.551 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 5.551 Cocoa/Emacs.base/Contents/Info.plist \ #12 5.551 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 5.558 make[1]: Leaving directory '/checkout/nextstep' #12 5.561 make -C admin/charsets bootstrap-clean #12 5.573 make[1]: Entering directory '/checkout/admin/charsets' #12 5.573 make[1]: Nothing to be done for 'bootstrap-clean'. #12 5.573 make[1]: Leaving directory '/checkout/admin/charsets' #12 5.579 make -C admin/unidata bootstrap-clean #12 5.584 make[1]: Entering directory '/checkout/admin/unidata' #12 5.686 rm -f ./*.elc unidata.txt #12 5.694 make[1]: Leaving directory '/checkout/admin/unidata' #12 5.694 make -C leim bootstrap-clean #12 5.705 make[1]: Entering directory '/checkout/leim' #12 5.705 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 5.710 make[1]: Leaving directory '/checkout/leim' #12 5.711 make -C lisp bootstrap-clean #12 5.718 make[1]: Entering directory '/checkout/lisp' #12 5.783 find . -name '*.elc' -delete #12 5.820 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 5.853 make[1]: Leaving directory '/checkout/lisp' #12 5.853 make -C admin/grammars bootstrap-clean #12 5.893 make[1]: Entering directory '/checkout/admin/grammars' #12 5.893 make[1]: Nothing to be done for 'bootstrap-clean'. #12 5.893 make[1]: Leaving directory '/checkout/admin/grammars' #12 5.929 rm -f ./org.texi ./modus-themes.texi #12 5.971 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 5.996 rm -f Makefile #12 6.400 rm -f TAGS #12 6.410 make[1]: Leaving directory '/checkout/doc/misc' #12 6.416 [ ! -f config.log ] || mv -f config.log config.log~ #12 6.460 rm -rf ./info #12 6.465 rm -f ./etc/refcards/emacsver.tex #12 6.471 rm -f config.cache config.log ./doc/man/emacs.1 #12 6.499 cd . && ./autogen.sh autoconf #12 6.530 Checking whether you have the necessary tools... #12 6.530 (Read INSTALL.REPO for more details on building Emacs) #12 6.534 Checking for autoconf (need at least version 2.65) ... ok #12 6.787 Your system has the required tools. #12 6.810 Running 'autoreconf -fi -I m4' ... #12 29.12 You can now run './autogen.sh git'. #12 29.12 make MAKEFILE_NAME=force-Makefile force-Makefile #12 29.17 make[1]: Entering directory '/checkout' #12 29.18 make[1]: *** No rule to make target 'echo-sources'. Stop. #12 29.38 if [ -x ./config.status ]; then \ #12 29.38 ./config.status --recheck; \ #12 29.38 else \ #12 29.38 ./configure --cache-file=/dev/null; \ #12 29.38 fi #12 29.62 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-native-compilation --no-create --no-recursion #12 30.04 checking for xcrun... no #12 30.05 checking for GNU Make... make #12 30.09 checking build system type... x86_64-pc-linux-gnu #12 30.68 checking host system type... x86_64-pc-linux-gnu #12 30.75 checking for gcc... gcc #12 31.07 checking whether the C compiler works... yes #12 31.45 checking for C compiler default output file name... a.out #12 31.46 checking for suffix of executables... #12 31.76 checking whether we are cross compiling... no #12 32.02 checking for suffix of object files... o #12 32.14 checking whether we are using the GNU C compiler... yes #12 32.37 checking whether gcc accepts -g... yes #12 32.57 checking for gcc option to enable C11 features... none needed #12 32.86 checking whether the compiler is clang... no #12 33.00 checking for compiler option needed when checking for declarations... none #12 33.00 checking whether gcc and cc understand -c and -o together... yes #12 33.64 checking how to run the C preprocessor... gcc -E #12 34.04 checking for grep that handles long lines and -e... /bin/grep #12 34.07 checking for egrep... /bin/grep -E #12 34.09 checking for ANSI C header files... yes #12 35.20 checking for sys/types.h... yes #12 35.47 checking for sys/stat.h... yes #12 35.72 checking for stdlib.h... yes #12 35.88 checking for string.h... yes #12 36.09 checking for memory.h... yes #12 36.44 checking for strings.h... yes #12 36.83 checking for inttypes.h... yes #12 37.06 checking for stdint.h... yes #12 37.28 checking for unistd.h... yes #12 37.51 checking for wchar.h... yes #12 37.79 checking for minix/config.h... no #12 37.96 checking for linux/fs.h... yes #12 38.18 checking for malloc.h... yes #12 38.39 checking for sys/systeminfo.h... no #12 38.58 checking for sys/sysinfo.h... yes #12 38.89 checking for coff.h... no #12 39.03 checking for pty.h... yes #12 39.31 checking for sys/resource.h... yes #12 39.51 checking for sys/utsname.h... yes #12 39.72 checking for pwd.h... yes #12 39.91 checking for utmp.h... yes #12 40.22 checking for util.h... no #12 40.41 checking for sanitizer/lsan_interface.h... yes #12 40.63 checking for sys/socket.h... yes #12 40.97 checking for stdlib.h... (cached) yes #12 41.02 checking for unistd.h... (cached) yes #12 41.09 checking for sys/param.h... yes #12 41.44 checking for pthread.h... yes #12 41.72 checking for malloc/malloc.h... no #12 41.88 checking for sys/un.h... yes #12 42.08 checking for dirent.h... yes #12 42.29 checking for execinfo.h... yes #12 42.50 checking for stdio_ext.h... yes #12 42.80 checking for sys/vfs.h... yes #12 43.15 checking for sys/fs_types.h... no #12 43.56 checking for getopt.h... yes #12 43.82 checking for sys/cdefs.h... yes #12 44.16 checking for sys/time.h... yes #12 44.51 checking for ieee754.h... yes #12 44.74 checking for limits.h... yes #12 45.06 checking for inttypes.h... (cached) yes #12 45.10 checking for sys/types.h... (cached) yes #12 45.17 checking for stdint.h... (cached) yes #12 45.26 checking for sys/select.h... yes #12 45.77 checking for sys/random.h... no #12 45.96 checking for sys/stat.h... (cached) yes #12 45.99 checking whether it is safe to define __EXTENSIONS__... yes #12 46.28 checking whether _XOPEN_SOURCE should be defined... no #12 46.54 checking for Minix Amsterdam compiler... no #12 46.60 checking for ar... ar #12 46.60 checking for ranlib... ranlib #12 46.61 checking for special C compiler options needed for large files... no #12 46.63 checking for _FILE_OFFSET_BITS value needed for large files... no #12 46.80 checking whether gcc accepts -g3 -O2... yes #12 47.07 checking whether the compiler is clang... no #12 47.17 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 47.31 checking whether -Wno-missing-field-initializers is supported... yes #12 47.51 checking whether -Wno-missing-field-initializers is needed... no #12 47.65 checking whether -Wuninitialized is supported... yes #12 48.07 checking whether C compiler handles -fno-common... yes #12 48.61 checking whether C compiler handles -Wall... yes #12 49.03 checking whether C compiler handles -Warith-conversion... no #12 49.27 checking whether C compiler handles -Wdate-time... yes #12 49.53 checking whether C compiler handles -Wdisabled-optimization... yes #12 49.95 checking whether C compiler handles -Wdouble-promotion... yes #12 50.38 checking whether C compiler handles -Wduplicated-cond... yes #12 50.62 checking whether C compiler handles -Wextra... yes #12 50.91 checking whether C compiler handles -Wformat-signedness... yes #12 51.48 checking whether C compiler handles -Winit-self... yes #12 52.10 checking whether C compiler handles -Winvalid-pch... yes #12 52.60 checking whether C compiler handles -Wlogical-op... yes #12 52.93 checking whether C compiler handles -Wmissing-declarations... yes #12 53.19 checking whether C compiler handles -Wmissing-include-dirs... yes #12 53.46 checking whether C compiler handles -Wmissing-prototypes... yes #12 53.69 checking whether C compiler handles -Wnested-externs... yes #12 53.92 checking whether C compiler handles -Wnull-dereference... yes #12 54.24 checking whether C compiler handles -Wold-style-definition... yes #12 54.50 checking whether C compiler handles -Wopenmp-simd... yes #12 54.84 checking whether C compiler handles -Wpacked... yes #12 55.11 checking whether C compiler handles -Wpointer-arith... yes #12 55.46 checking whether C compiler handles -Wstrict-prototypes... yes #12 55.75 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 56.15 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 56.38 checking whether C compiler handles -Wsuggest-final-methods... yes #12 56.66 checking whether C compiler handles -Wsuggest-final-types... yes #12 56.92 checking whether C compiler handles -Wtrampolines... yes #12 57.17 checking whether C compiler handles -Wuninitialized... yes #12 57.45 checking whether C compiler handles -Wunknown-pragmas... yes #12 57.77 checking whether C compiler handles -Wunused-macros... yes #12 58.26 checking whether C compiler handles -Wvariadic-macros... yes #12 58.72 checking whether C compiler handles -Wvector-operation-performance... yes #12 59.25 checking whether C compiler handles -Wwrite-strings... yes #12 59.58 checking whether C compiler handles -Warray-bounds=2... yes #12 59.94 checking whether C compiler handles -Wattribute-alias=2... no #12 60.12 checking whether C compiler handles -Wformat=2... yes #12 60.52 checking whether C compiler handles -Wformat-truncation=2... no #12 60.71 checking whether C compiler handles -Wimplicit-fallthrough=5... no #12 60.86 checking whether C compiler handles -Wshift-overflow=2... yes #12 61.11 checking whether C compiler handles -Wvla-larger-than=4031... no #12 61.21 checking whether C compiler handles -Wredundant-decls... yes #12 61.42 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 61.74 checking whether C compiler handles -Wno-override-init... yes #12 62.09 checking whether C compiler handles -Wno-sign-compare... yes #12 62.32 checking whether C compiler handles -Wno-type-limits... yes #12 62.65 checking whether C compiler handles -Wno-unused-parameter... yes #12 62.94 checking whether C compiler handles -Wno-format-nonliteral... yes #12 63.27 checking for a BSD-compatible install... /usr/bin/install -c #12 63.31 checking command to symlink files in the same directory... ln -s #12 63.33 checking for install-info... : #12 63.34 checking for gzip... /bin/gzip #12 63.35 checking for 'find' args to delete a file... -delete #12 63.36 checking for brew... no #12 64.70 checking for -znocombreloc... not needed #12 64.70 checking whether addresses are sanitized... no #12 64.81 checking for library containing sqrt... -lm #12 65.44 checking for pkg-config... /usr/bin/pkg-config #12 65.44 checking pkg-config is at least version 0.9.0... yes #12 65.50 checking for machine/soundcard.h... no #12 65.72 checking for sys/soundcard.h... yes #12 66.00 checking for soundcard.h... no #12 66.21 checking for mmsystem.h... no #12 66.36 checking for _oss_ioctl in -lossaudio... no #12 66.91 checking for alsa >= 1.0.0... no #12 67.02 checking for ADDR_NO_RANDOMIZE... yes #12 67.32 checking if Linux sysinfo may be used... yes #12 67.83 checking for sys/wait.h that is POSIX.1 compatible... yes #12 68.14 checking for net/if.h... yes #12 68.65 checking for ifaddrs.h... yes #12 69.10 checking for net/if_dl.h... no #12 69.36 checking for struct ifreq.ifr_flags... yes #12 70.09 checking for struct ifreq.ifr_hwaddr... yes #12 70.96 checking for struct ifreq.ifr_netmask... yes #12 72.31 checking for struct ifreq.ifr_broadaddr... yes #12 73.60 checking for struct ifreq.ifr_addr... yes #12 74.79 checking for struct ifreq.ifr_addr.sa_len... no #12 75.79 checking whether gcc understands -MMD -MF... yes #12 76.14 checking for X... no #12 76.72 checking for X... false #12 76.72 checking whether malloc is Doug Lea style... no #12 77.04 checking for sbrk... yes #12 77.73 checking for __lsan_ignore_object... no #12 78.29 checking for fchmod... yes #12 78.68 checking for canonicalize_file_name... yes #12 79.07 checking for faccessat... yes #12 79.41 checking for realpath... yes #12 79.78 checking for lstat... yes #12 80.16 checking for readlinkat... yes #12 80.59 checking for explicit_bzero... no #12 80.88 checking for memset_s... no #12 81.39 checking for fchmodat... yes #12 81.93 checking for lchmod... no #12 82.20 checking for fcntl... yes #12 82.64 checking for fdopendir... yes #12 83.01 checking for fstatat... yes #12 83.43 checking for fsync... yes #12 83.82 checking for futimens... yes #12 84.16 checking for getrandom... no #12 84.47 checking for gettimeofday... yes #12 84.93 checking for mkostemp... yes #12 85.25 checking for pipe2... yes #12 85.61 checking for pselect... yes #12 86.07 checking for readlink... yes #12 86.30 checking for isblank... yes #12 86.77 checking for iswctype... yes #12 87.05 checking for strtoimax... yes #12 87.30 checking for symlink... yes #12 87.59 checking for localtime_r... yes #12 88.15 checking for timegm... yes #12 88.62 checking for utimensat... yes #12 89.00 checking for getdtablesize... yes #12 89.71 checking for futimes... yes #12 89.86 checking for futimesat... yes #12 90.06 checking for lutimes... yes #12 90.45 checking for getpagesize... yes #12 90.71 checking for working mmap... yes #12 91.17 checking for main in -lXbsd... no #12 91.44 checking for pthread library... -lpthread #12 92.14 checking for thread support... yes #12 92.15 checking for getaddrinfo_a in -lanl... yes #12 92.67 checking for dbus-1 >= 1.0... yes #12 92.85 checking for dbus_watch_get_unix_fd... yes #12 93.30 checking for dbus_type_is_valid... yes #12 93.81 checking for dbus_validate_bus_name... yes #12 94.62 checking for dbus_validate_path... yes #12 95.07 checking for dbus_validate_interface... yes #12 95.48 checking for dbus_validate_member... yes #12 95.89 checking for lgetfilecon in -lselinux... no #12 96.21 checking for gnutls >= 2.12.2... yes #12 96.32 checking for libsystemd >= 222... no #12 96.38 checking for jansson >= 2.7... no #12 96.46 checking sys/inotify.h usability... yes #12 96.61 checking sys/inotify.h presence... yes #12 96.64 checking for sys/inotify.h... yes #12 96.64 checking for inotify_init1... yes #12 96.90 checking for lcms2... no #12 96.92 checking for library containing inflateEnd... -lz #12 97.41 checking for dladdr... yes #12 97.69 checking for dlfunc... no #12 97.89 checking for gcc_jit_context_acquire in -lgccjit... yes #12 98.17 checking libgccjit.h usability... yes #12 98.60 checking libgccjit.h presence... yes #12 98.72 checking for libgccjit.h... yes #12 99.59 checking gpm.h usability... no #12 99.77 checking gpm.h presence... no #12 99.82 checking for gpm.h... no #12 99.82 checking for libxml-2.0 > 2.6.17... no #12 99.85 checking for maillock in -lmail... no #12 100.1 checking for maillock in -llockfile... no #12 100.5 checking for liblockfile.so... no #12 100.5 checking maillock.h usability... no #12 101.0 checking maillock.h presence... no #12 101.1 checking for maillock.h... no #12 101.1 checking linux/seccomp.h usability... yes #12 101.4 checking linux/seccomp.h presence... yes #12 101.6 checking for linux/seccomp.h... yes #12 101.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 102.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 102.3 checking linux/filter.h usability... yes #12 102.7 checking linux/filter.h presence... yes #12 102.7 checking for linux/filter.h... yes #12 102.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 102.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 102.9 checking for libseccomp >= 2.4.0... no #12 103.0 checking for accept4... yes #12 103.6 checking for fchdir... yes #12 104.3 checking for gethostname... yes #12 104.7 checking for getrusage... yes #12 105.3 checking for get_current_dir_name... yes #12 106.0 checking for lrand48... yes #12 106.8 checking for random... yes #12 107.6 checking for rint... yes #12 108.5 checking for trunc... yes #12 109.2 checking for select... yes #12 109.9 checking for getpagesize... (cached) yes #12 109.9 checking for setlocale... yes #12 110.6 checking for newlocale... yes #12 111.0 checking for getrlimit... yes #12 111.7 checking for setrlimit... yes #12 112.3 checking for shutdown... yes #12 113.0 checking for pthread_sigmask... (cached) yes #12 113.1 checking for strsignal... yes #12 113.8 checking for setitimer... yes #12 114.3 checking for sendto... yes #12 114.7 checking for recvfrom... yes #12 115.2 checking for getsockname... yes #12 115.5 checking for getifaddrs... yes #12 115.8 checking for freeifaddrs... yes #12 116.2 checking for gai_strerror... yes #12 116.6 checking for sync... yes #12 116.9 checking for getpwent... yes #12 117.7 checking for endpwent... yes #12 118.4 checking for getgrent... yes #12 118.9 checking for endgrent... yes #12 119.6 checking for cfmakeraw... yes #12 120.1 checking for cfsetspeed... yes #12 120.4 checking for __executable_start... yes #12 120.7 checking for log2... yes #12 121.0 checking for pthread_setname_np... yes #12 121.3 checking for pthread_set_name_np... no #12 121.9 checking whether pthread_setname_np takes a single argument... no #12 122.0 checking whether pthread_setname_np takes three arguments... no #12 122.2 checking for aligned_alloc... yes #12 122.5 checking whether aligned_alloc is declared... yes #12 122.6 checking for posix_madvise... yes #12 122.9 checking for __builtin_frame_address... yes #12 123.2 checking for __builtin_unwind_init... yes #12 123.4 checking for _LARGEFILE_SOURCE value needed for large files... no #12 123.8 checking for grantpt... yes #12 124.2 checking for getpt... yes #12 124.6 checking for posix_openpt... yes #12 125.0 checking for library containing tputs... -ltinfo #12 125.5 checking whether -ltinfo library defines BC... yes #12 125.9 checking for timerfd interface... yes #12 126.2 checking whether signals can be handled on alternate stack... yes #12 126.4 checking valgrind/valgrind.h usability... no #12 126.5 checking valgrind/valgrind.h presence... no #12 126.6 checking for valgrind/valgrind.h... no #12 126.6 checking for struct unipair.unicode... yes #12 126.7 checking for pid_t... yes #12 127.2 checking vfork.h usability... no #12 127.5 checking vfork.h presence... no #12 127.6 checking for vfork.h... no #12 127.6 checking for fork... yes #12 128.1 checking for vfork... yes #12 128.4 checking for working fork... yes #12 128.8 checking for working vfork... (cached) yes #12 128.8 checking for snprintf... yes #12 129.1 checking spawn.h usability... yes #12 129.5 checking spawn.h presence... yes #12 129.6 checking for spawn.h... yes #12 129.6 checking for posix_spawn... yes #12 130.0 checking for posix_spawn_file_actions_addchdir... no #12 130.4 checking for posix_spawn_file_actions_addchdir_np... no #12 130.8 checking for posix_spawnattr_setflags... yes #12 131.3 checking whether POSIX_SPAWN_SETSID is declared... no #12 131.5 checking whether GLib is linked in... no #12 131.6 checking for nl_langinfo and CODESET... yes #12 131.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 132.2 checking for mbstate_t... yes #12 132.7 checking for signals via characters... yes #12 132.9 checking for _setjmp... yes #12 133.4 checking for sigsetjmp... yes #12 133.7 checking for usable FIONREAD... yes #12 134.0 checking for usable SIGIO... yes #12 134.5 checking for struct alignment... yes #12 134.8 checking for typeof syntax and keyword spelling... typeof #12 135.0 checking for statement expressions... yes #12 135.2 checking whether malloc (0) returns nonnull... yes #12 135.6 checking for working alloca.h... yes #12 136.0 checking for alloca... yes #12 136.3 checking whether lstat correctly handles trailing slash... yes #12 137.1 checking whether // is distinct from /... no #12 137.2 checking whether realpath works... yes #12 137.7 checking for getcwd... yes #12 138.0 checking for C/C++ restrict keyword... __restrict__ #12 138.3 checking whether byte ordering is bigendian... no #12 139.0 checking whether the preprocessor supports include_next... yes #12 139.3 checking whether source code line length is unlimited... yes #12 139.4 checking if environ is properly declared... yes #12 139.6 checking for complete errno.h... yes #12 139.7 checking for mode_t... yes #12 140.4 checking whether strmode is declared... no #12 140.6 checking for gawk... no #12 140.6 checking for mawk... mawk #12 140.6 checking for getopt.h... (cached) yes #12 140.6 checking for getopt_long_only... yes #12 140.9 checking whether getopt is POSIX compatible... yes #12 142.6 checking for working GNU getopt function... yes #12 143.0 checking for working GNU getopt_long function... yes #12 143.5 checking for struct timeval... yes #12 143.7 checking for wide-enough struct timeval.tv_sec member... yes #12 143.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 143.9 checking whether the compiler produces multi-arch binaries... no #12 144.0 checking whether stdint.h conforms to C99... yes #12 144.7 checking whether stdint.h works without ISO C predefines... yes #12 144.9 checking whether stdint.h has UINTMAX_WIDTH etc.... no #12 145.1 checking whether memmem is declared... yes #12 145.6 checking whether memrchr is declared... yes #12 146.0 checking whether defines MIN and MAX... no #12 146.1 checking whether defines MIN and MAX... yes #12 146.6 checking whether time_t is signed... yes #12 147.0 checking whether alarm is declared... yes #12 147.3 checking for working mktime... yes #12 148.1 checking whether struct tm is in sys/time.h or time.h... time.h #12 148.5 checking for struct tm.tm_zone... yes #12 149.0 checking for struct tm.tm_gmtoff... yes #12 149.3 checking whether is self-contained... yes #12 150.1 checking for inline... inline #12 150.2 checking for sigset_t... yes #12 150.6 checking for volatile sig_atomic_t... yes #12 150.9 checking for sighandler_t... yes #12 151.2 checking for wchar_t... yes #12 151.3 checking for good max_align_t... yes #12 151.5 checking whether NULL can be used in arbitrary expressions... yes #12 151.6 checking whether fcloseall is declared... yes #12 152.1 checking which flavor of printf attribute matches inttypes macros... system #12 152.2 checking whether ecvt is declared... yes #12 152.5 checking whether fcvt is declared... yes #12 153.0 checking whether gcvt is declared... yes #12 153.3 checking whether strnlen is declared... yes #12 153.6 checking whether strtoimax is declared... yes #12 154.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 154.0 checking whether stat file-mode macros are broken... no #12 154.4 checking for nlink_t... yes #12 154.7 checking for struct timespec in ... yes #12 154.9 checking for TIME_UTC in ... yes #12 155.3 checking whether execvpe is declared... yes #12 155.7 checking whether clearerr_unlocked is declared... yes #12 156.2 checking whether feof_unlocked is declared... yes #12 156.8 checking whether ferror_unlocked is declared... yes #12 157.2 checking whether fflush_unlocked is declared... yes #12 157.7 checking whether fgets_unlocked is declared... yes #12 158.0 checking whether fputc_unlocked is declared... yes #12 158.5 checking whether fputs_unlocked is declared... yes #12 158.9 checking whether fread_unlocked is declared... yes #12 159.3 checking whether fwrite_unlocked is declared... yes #12 159.8 checking whether getc_unlocked is declared... yes #12 160.2 checking whether getchar_unlocked is declared... yes #12 160.5 checking whether putc_unlocked is declared... yes #12 160.7 checking whether putchar_unlocked is declared... yes #12 161.1 checking type of array argument to getgroups... gid_t #12 161.5 checking whether getdtablesize is declared... yes #12 161.8 checking whether malloc is ptrdiff_t safe... yes #12 161.9 checking whether malloc, realloc, calloc set errno on failure... yes #12 161.9 checking for O_CLOEXEC... yes #12 162.0 checking for promoted mode_t type... mode_t #12 162.2 checking whether the utimes function works... yes #12 163.1 checking sys/acl.h usability... yes #12 163.4 checking sys/acl.h presence... yes #12 163.6 checking for sys/acl.h... yes #12 163.6 checking for library containing acl_get_file... -lacl #12 164.6 checking for acl_get_file... yes #12 165.0 checking for acl_get_fd... yes #12 165.3 checking for acl_set_file... yes #12 165.8 checking for acl_set_fd... yes #12 166.1 checking for acl_free... yes #12 166.7 checking for acl_from_mode... yes #12 167.0 checking for acl_from_text... yes #12 167.6 checking for acl_delete_def_file... yes #12 168.3 checking for acl_extended_file... yes #12 168.9 checking for acl_delete_fd_np... no #12 169.6 checking for acl_delete_file_np... no #12 170.4 checking for acl_copy_ext_native... no #12 171.1 checking for acl_create_entry_np... no #12 171.8 checking for acl_to_short_text... no #12 172.4 checking for acl_free_text... no #12 172.8 checking for working acl_get_file... yes #12 173.4 checking acl/libacl.h usability... yes #12 173.9 checking acl/libacl.h presence... yes #12 174.0 checking for acl/libacl.h... yes #12 174.1 checking for acl_entries... yes #12 174.7 checking for ACL_FIRST_ENTRY... yes #12 175.1 checking for ACL_TYPE_EXTENDED... no #12 175.4 checking for alloca as a compiler built-in... yes #12 175.5 checking for __builtin_expect... yes #12 175.8 checking byteswap.h usability... yes #12 176.2 checking byteswap.h presence... yes #12 176.4 checking for byteswap.h... yes #12 176.4 checking for library containing clock_gettime... none required #12 176.7 checking for clock_gettime... yes #12 176.9 checking for clock_settime... yes #12 177.2 checking for copy_file_range... no #12 177.3 checking for d_type member in directory struct... yes #12 177.9 checking whether // is distinct from /... (cached) no #12 177.9 checking whether dup2 works... yes #12 178.6 checking for library containing backtrace_symbols_fd... none required #12 179.2 checking for explicit_memset... no #12 179.7 checking whether fchmodat works... no #12 180.4 checking whether fcntl handles F_DUPFD correctly... yes #12 180.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 181.3 checking whether fdopendir is declared... yes #12 181.4 checking whether fdopendir works... yes #12 181.8 checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes #12 182.2 checking for flexible array member... yes #12 182.5 checking for __fpending... yes #12 182.8 checking whether __fpending is declared... yes #12 183.1 checking whether free is known to preserve errno... no #12 183.4 checking whether fstatat (..., 0) works... yes #12 183.9 checking for sys/mount.h... yes #12 184.4 checking for statvfs function (SVR4)... yes #12 184.9 checking whether to use statvfs64... no #12 185.1 checking for two-argument statfs with statfs.f_frsize member... yes #12 185.6 checking sys/fs/s5param.h usability... no #12 186.0 checking sys/fs/s5param.h presence... no #12 186.2 checking for sys/fs/s5param.h... no #12 186.2 checking sys/statfs.h usability... yes #12 186.6 checking sys/statfs.h presence... yes #12 186.7 checking for sys/statfs.h... yes #12 186.8 checking for statfs that truncates block counts... no #12 186.9 checking whether futimens works... yes #12 188.7 checking for getloadavg... yes #12 189.0 checking sys/loadavg.h usability... no #12 189.3 checking sys/loadavg.h presence... no #12 189.3 checking for sys/loadavg.h... no #12 189.3 checking whether getloadavg is declared... yes #12 189.5 checking for gettimeofday with POSIX signature... almost #12 189.9 checking whether the compiler supports the __inline keyword... yes #12 190.0 checking gmp.h usability... yes #12 190.2 checking gmp.h presence... yes #12 190.4 checking for gmp.h... yes #12 190.4 checking for library containing __gmpz_roinit_n... -lgmp #12 191.4 checking for memmem... yes #12 191.9 checking whether memmem works... yes #12 192.6 checking for mempcpy... yes #12 193.3 checking for memrchr... yes #12 193.9 checking for sys/pstat.h... no #12 194.4 checking for sys/sysmp.h... no #12 194.7 checking for sys/param.h... (cached) yes #12 194.7 checking for sys/sysctl.h... yes #12 195.2 checking for sched_getaffinity... yes #12 195.9 checking for sched_getaffinity_np... no #12 196.5 checking for pstat_getdynamic... no #12 197.1 checking for sysmp... no #12 197.6 checking for sysctl... yes #12 198.0 checking for glibc compatible sched_getaffinity... yes #12 198.3 checking whether signature of pselect conforms to POSIX... yes #12 198.7 checking whether pselect detects invalid fds... yes #12 199.4 checking whether pthread_sigmask is a macro... no #12 199.6 checking whether pthread_sigmask returns error numbers... yes #12 200.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 203.4 checking whether readlink signature is correct... yes #12 203.8 checking whether readlink handles trailing slash correctly... yes #12 204.2 checking whether readlink truncates results correctly... yes #12 204.7 checking whether readlinkat signature is correct... yes #12 205.1 checking for working re_compile_pattern... no #12 205.9 checking libintl.h usability... yes #12 206.4 checking libintl.h presence... yes #12 206.5 checking for libintl.h... yes #12 206.6 checking whether isblank is declared... yes #12 206.8 checking for sig2str... no #12 207.5 checking for sigdescr_np... no #12 208.1 checking for socklen_t... yes #12 208.6 checking for ssize_t... yes #12 208.9 checking for struct stat.st_atim.tv_nsec... yes #12 209.2 checking whether struct stat.st_atim is of type struct timespec... yes #12 209.5 checking for struct stat.st_birthtimespec.tv_nsec... no #12 209.9 checking for struct stat.st_birthtimensec... no #12 210.4 checking for struct stat.st_birthtim.tv_nsec... no #12 210.8 checking for working stdalign.h... yes #12 211.0 checking for stpcpy... yes #12 211.7 checking for working strnlen... yes #12 212.5 checking whether strtoimax works... yes #12 213.0 checking whether symlink handles trailing slash correctly... yes #12 213.8 checking whether localtime_r is declared... yes #12 214.1 checking whether localtime_r is compatible with its POSIX signature... yes #12 214.3 checking whether localtime works even near extrema... yes #12 214.9 checking for timezone_t... no #12 215.1 checking whether timer_settime is declared... yes #12 215.4 checking for library containing timer_settime... -lrt #12 216.1 checking for timer_settime... yes #12 216.6 checking whether utimensat works... yes #12 218.1 checking for variable-length arrays... yes #12 218.5 checking whether getdtablesize works... yes #12 218.9 checking whether open recognizes a trailing slash... yes #12 219.3 checking for timer_getoverrun... yes #12 219.6 checking for gcc option to disable position independent executables... not needed #12 219.6 #12 219.6 Configured for 'x86_64-pc-linux-gnu'. #12 219.6 #12 219.6 Where should the build process find the source code? . #12 219.6 What compiler should emacs be built with? gcc -g3 -O2 #12 219.6 Should Emacs use the GNU version of malloc? no #12 219.6 (The GNU allocators don't work with this system configuration.) #12 219.6 Should Emacs use a relocating allocator for buffers? no #12 219.6 Should Emacs use mmap(2) for buffer allocation? no #12 219.6 What window system should Emacs use? none #12 219.6 What toolkit should Emacs use? none #12 219.6 Where do we find X Windows header files? NONE #12 219.6 Where do we find X Windows libraries? NONE #12 219.6 Does Emacs use -lXaw3d? no #12 219.6 Does Emacs use -lXpm? no #12 219.6 Does Emacs use -ljpeg? no #12 219.6 Does Emacs use -ltiff? no #12 219.6 Does Emacs use a gif library? no #12 219.6 Does Emacs use a png library? no #12 219.6 Does Emacs use -lrsvg-2? no #12 219.6 Does Emacs use -lwebp? no #12 219.6 Does Emacs use cairo? no #12 219.6 Does Emacs use -llcms2? no #12 219.6 Does Emacs use imagemagick? no #12 219.6 Does Emacs use native APIs for images? no #12 219.6 Does Emacs support sound? yes #12 219.6 Does Emacs use -lgpm? no #12 219.6 Does Emacs use -ldbus? yes #12 219.6 Does Emacs use -lgconf? no #12 219.6 Does Emacs use GSettings? no #12 219.7 Does Emacs use a file notification library? yes -lglibc (inotify) #12 219.7 Does Emacs use access control lists? yes -lacl #12 219.7 Does Emacs use -lselinux? no #12 219.7 Does Emacs use -lgnutls? yes #12 219.7 Does Emacs use -lxml2? no #12 219.7 Does Emacs use -lfreetype? no #12 219.7 Does Emacs use HarfBuzz? no #12 219.7 Does Emacs use -lm17n-flt? no #12 219.7 Does Emacs use -lotf? no #12 219.7 Does Emacs use -lxft? no #12 219.7 Does Emacs use -lsystemd? no #12 219.7 Does Emacs use -ljansson? no #12 219.7 Does Emacs use the GMP library? yes #12 219.7 Does Emacs directly use zlib? yes #12 219.7 Does Emacs have dynamic modules support? yes #12 219.7 Does Emacs use toolkit scroll bars? no #12 219.7 Does Emacs support Xwidgets? no #12 219.7 Does Emacs have threading support in lisp? yes #12 219.7 Does Emacs support the portable dumper? yes #12 219.7 Does Emacs support legacy unexec dumping? no #12 219.7 Which dumping strategy does Emacs use? pdumper #12 219.7 Does Emacs have native lisp compiler? yes #12 219.7 #12 219.7 #12 220.4 configure: creating ./config.status #12 220.7 configure: WARNING: This configuration installs a 'movemail' program #12 220.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 220.7 installed a 'movemail' program that retrieved POP3 email via only #12 220.7 insecure channels, a practice that is no longer recommended but that #12 220.7 you can continue to support by using './configure --with-pop'. #12 220.8 configure: You might want to install GNU Mailutils #12 220.8 and use './configure --with-mailutils'. #12 221.8 MAKE='make' ./config.status #12 222.1 config.status: creating src/verbose.mk #12 222.2 config.status: creating src/emacs-module.h #12 222.3 config.status: creating Makefile #12 222.4 config.status: creating lib/gnulib.mk #12 222.5 config.status: creating ./doc/man/emacs.1 #12 222.7 config.status: creating lib/Makefile #12 222.8 config.status: creating lib-src/Makefile #12 222.8 config.status: creating oldXMenu/Makefile #12 222.9 config.status: creating doc/emacs/Makefile #12 223.1 config.status: creating doc/misc/Makefile #12 223.3 config.status: creating doc/lispintro/Makefile #12 223.5 config.status: creating doc/lispref/Makefile #12 223.7 config.status: creating src/Makefile #12 223.9 config.status: creating lwlib/Makefile #12 224.1 config.status: creating lisp/Makefile #12 224.3 config.status: creating leim/Makefile #12 224.4 config.status: creating nextstep/Makefile #12 224.6 config.status: creating nt/Makefile #12 224.8 config.status: creating test/Makefile #12 224.9 config.status: creating admin/charsets/Makefile #12 225.0 config.status: creating admin/unidata/Makefile #12 225.1 config.status: creating admin/grammars/Makefile #12 225.2 config.status: creating src/config.h #12 225.2 config.status: executing src/epaths.h commands #12 225.3 make[2]: Entering directory '/checkout' #12 225.3 make[2]: Leaving directory '/checkout' #12 225.4 config.status: executing src/.gdbinit commands #12 225.4 config.status: executing doc/emacs/emacsver.texi commands #12 225.4 config.status: executing etc-refcards-emacsver.tex commands #12 225.4 make[2]: Entering directory '/checkout' #12 225.6 make[2]: Leaving directory '/checkout' #12 225.6 make[1]: Leaving directory '/checkout' #12 225.6 make all #12 225.6 make[1]: Entering directory '/checkout' #12 225.8 make -C lib all #12 225.8 make -C doc/lispref info #12 225.8 make[2]: Entering directory '/checkout/doc/lispref' #12 225.8 /bin/mkdir -p ../../info #12 225.9 GEN ../../info/elisp.info #12 226.1 make[2]: Entering directory '/checkout/lib' #12 226.1 GEN alloca.h #12 226.2 GEN dirent.h #12 226.4 GEN malloc/dynarray.gl.h #12 226.5 GEN malloc/dynarray-skeleton.gl.h #12 226.6 GEN fcntl.h #12 226.7 GEN inttypes.h #12 226.8 GEN limits.h #12 226.9 GEN signal.h #12 227.0 GEN stdint.h #12 227.1 GEN stdio.h #12 227.4 GEN stdlib.h #12 227.7 GEN string.h #12 227.9 GEN sys/random.h #12 228.0 GEN sys/select.h #12 228.2 GEN sys/stat.h #12 228.3 GEN sys/time.h #12 228.5 GEN sys/types.h #12 228.6 GEN time.h #12 228.8 GEN unistd.h #12 229.5 CC fingerprint.o #12 229.8 CC copy-file-range.o #12 230.3 CC explicit_bzero.o #12 230.7 CC fchmodat.o #12 231.8 CC fcntl.o #12 232.2 CC free.o #12 232.6 CC fsusage.o #12 233.2 CC getrandom.o #12 233.8 CC regex.o #12 256.1 CC sig2str.o #12 257.0 CC sigdescr_np.o #12 257.6 CC time_rz.o #12 258.8 CC acl-errno-valid.o #12 259.5 CC acl-internal.o #12 259.9 CC get-permissions.o #12 260.9 CC set-permissions.o #12 261.9 CC allocator.o #12 262.3 CC binary-io.o #12 262.8 CC c-ctype.o #12 263.3 CC c-strcasecmp.o #12 263.7 CC c-strncasecmp.o #12 264.1 CC careadlinkat.o #12 265.1 CC close-stream.o #12 266.3 CC count-leading-zeros.o #12 267.2 CC count-one-bits.o #12 267.6 CC count-trailing-zeros.o #12 268.1 CC md5-stream.o #12 269.1 CC md5.o #12 271.3 CC sha1.o #12 273.6 CC sha256.o #12 280.1 CC sha512.o #12 288.9 CC dtoastr.o #12 289.8 CC dtotimespec.o #12 290.2 CC malloc/dynarray_at_failure.o #12 290.8 CC malloc/dynarray_emplace_enlarge.o #12 292.2 CC malloc/dynarray_finalize.o #12 292.9 CC malloc/dynarray_resize.o #12 293.5 CC malloc/dynarray_resize_clear.o #12 294.0 CC file-has-acl.o #12 294.5 CC filemode.o #12 295.1 CC filevercmp.o #12 296.5 CC gettime.o #12 296.8 CC nproc.o #12 297.6 CC nstrftime.o #12 302.8 CC pipe2.o #12 304.0 CC qcopy-acl.o #12 304.7 CC stat-time.o #12 305.3 CC tempname.o #12 306.6 CC timespec.o #12 307.0 CC timespec-add.o #12 307.4 CC timespec-sub.o #12 308.2 CC u64.o #12 308.6 CC unistd.o #12 309.0 CC openat-die.o #12 309.5 CC save-cwd.o #12 310.0 AR libgnu.a #12 310.6 make[2]: Leaving directory '/checkout/lib' #12 310.6 make -C doc/lispintro info #12 310.7 make[2]: Entering directory '/checkout/doc/lispintro' #12 310.7 GEN ../../info/eintr.info #12 340.3 make[2]: Leaving directory '/checkout/doc/lispintro' #12 340.4 make -C doc/emacs info #12 340.4 make[2]: Entering directory '/checkout/doc/emacs' #12 340.4 GEN ../../info/emacs.info #12 455.3 make[2]: Leaving directory '/checkout/doc/lispref' #12 455.3 GEN info/dir #12 456.0 make -C lib-src all #12 456.1 make[2]: Entering directory '/checkout/lib-src' #12 456.1 CCLD etags #12 472.4 make[2]: Leaving directory '/checkout/doc/emacs' #12 472.4 CCLD ctags #12 482.3 CCLD emacsclient #12 487.3 CCLD ebrowse #12 495.0 CCLD hexl #12 497.0 CC pop.o #12 497.2 CCLD make-docfile #12 497.7 CCLD make-fingerprint #12 499.2 CCLD movemail #12 502.8 make[2]: Leaving directory '/checkout/lib-src' #12 502.8 make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ #12 502.8 ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all #12 503.2 make[2]: Entering directory '/checkout/src' #12 503.2 GEN globals.h #12 503.2 GEN buildobj.h #12 503.9 make -C ../admin/charsets all #12 504.0 make[3]: Entering directory '/checkout/admin/charsets' #12 504.0 GEN ../../etc/charsets/8859-2.map #12 504.1 GEN ../../etc/charsets/8859-3.map #12 504.2 GEN ../../etc/charsets/8859-4.map #12 504.3 make -C ../admin/unidata charscript.el #12 504.4 make[3]: Entering directory '/checkout/admin/unidata' #12 504.4 GEN ../../etc/charsets/8859-5.map #12 504.5 GEN ../../etc/charsets/8859-6.map #12 504.5 GEN ../../lisp/international/charscript.el #12 504.5 make[3]: Leaving directory '/checkout/admin/unidata' #12 504.5 GEN ../../etc/charsets/8859-7.map #12 504.6 GEN ../../etc/charsets/8859-8.map #12 504.7 GEN ../../etc/charsets/8859-10.map #12 504.7 GEN ../../etc/charsets/8859-9.map #12 504.8 GEN ../../etc/charsets/8859-11.map #12 504.8 GEN ../../etc/charsets/8859-13.map #12 504.9 GEN ../../etc/charsets/8859-14.map #12 505.0 GEN ../../etc/charsets/8859-15.map #12 505.1 GEN ../../etc/charsets/8859-16.map #12 505.1 make -C ../admin/unidata emoji-zwj.el #12 505.1 make[3]: Entering directory '/checkout/admin/unidata' #12 505.2 GEN ../../etc/charsets/IBM037.map #12 505.2 GEN ../../lisp/international/emoji-zwj.el #12 505.3 GEN ../../etc/charsets/IBM038.map #12 505.4 GEN ../../etc/charsets/IBM256.map #12 505.4 make[3]: Leaving directory '/checkout/admin/unidata' #12 505.4 GEN ../../etc/charsets/IBM273.map #12 505.5 make -C ../admin/charsets cp51932.el #12 505.6 GEN ../../etc/charsets/IBM274.map #12 505.6 make[3]: Entering directory '/checkout/admin/charsets' #12 505.7 GEN ../../etc/charsets/IBM275.map #12 505.7 GEN ../../etc/charsets/CP932-2BYTE.map #12 505.8 GEN ../../etc/charsets/IBM277.map #12 505.9 GEN ../../etc/charsets/IBM278.map #12 506.1 GEN ../../etc/charsets/IBM280.map #12 506.4 GEN ../../etc/charsets/IBM281.map #12 506.4 GEN ../../etc/charsets/IBM284.map #12 506.6 GEN ../../lisp/international/cp51932.el #12 506.6 make[3]: Leaving directory '/checkout/admin/charsets' #12 506.6 make -C ../admin/charsets eucjp-ms.el #12 506.6 GEN ../../etc/charsets/IBM285.map #12 506.7 make[3]: Entering directory '/checkout/admin/charsets' #12 506.7 GEN ../../lisp/international/eucjp-ms.el #12 506.8 GEN ../../etc/charsets/IBM290.map #12 506.9 make[3]: Leaving directory '/checkout/admin/charsets' #12 507.0 GEN ../../etc/charsets/IBM297.map #12 507.0 GEN ../../etc/charsets/IBM420.map #12 507.1 GEN ../../etc/charsets/IBM423.map #12 507.1 GEN ../../etc/charsets/IBM424.map #12 507.2 GEN ../../etc/charsets/IBM437.map #12 507.3 GEN ../../etc/charsets/IBM500.map #12 507.3 GEN ../../etc/charsets/IBM850.map #12 507.4 GEN ../../etc/charsets/IBM851.map #12 507.6 GEN ../../etc/charsets/IBM852.map #12 507.6 GEN ../../etc/charsets/IBM855.map #12 507.7 GEN ../../etc/charsets/IBM856.map #12 507.9 GEN ../../etc/charsets/IBM857.map #12 507.9 GEN ../../etc/charsets/IBM860.map #12 508.0 GEN ../../etc/charsets/IBM861.map #12 508.1 GEN ../../etc/charsets/IBM862.map #12 508.2 GEN ../../etc/charsets/IBM863.map #12 508.4 CC dispnew.o #12 508.5 GEN ../../etc/charsets/IBM864.map #12 508.6 GEN ../../etc/charsets/IBM865.map #12 508.8 GEN ../../etc/charsets/IBM866.map #12 509.0 GEN ../../etc/charsets/IBM868.map #12 509.2 GEN ../../etc/charsets/IBM869.map #12 509.4 GEN ../../etc/charsets/IBM870.map #12 509.5 GEN ../../etc/charsets/IBM871.map #12 509.5 GEN ../../etc/charsets/IBM874.map #12 509.7 GEN ../../etc/charsets/IBM875.map #12 509.8 GEN ../../etc/charsets/IBM880.map #12 509.9 GEN ../../etc/charsets/IBM891.map #12 510.0 GEN ../../etc/charsets/IBM903.map #12 510.1 GEN ../../etc/charsets/IBM904.map #12 510.3 GEN ../../etc/charsets/IBM905.map #12 510.4 GEN ../../etc/charsets/IBM918.map #12 510.6 GEN ../../etc/charsets/IBM1004.map #12 510.7 GEN ../../etc/charsets/IBM1026.map #12 510.9 GEN ../../etc/charsets/IBM1047.map #12 511.1 GEN ../../etc/charsets/CP737.map #12 511.2 GEN ../../etc/charsets/CP775.map #12 511.6 GEN ../../etc/charsets/CP1125.map #12 511.6 GEN ../../etc/charsets/CP1250.map #12 511.8 GEN ../../etc/charsets/CP1251.map #12 511.9 GEN ../../etc/charsets/CP1252.map #12 512.0 GEN ../../etc/charsets/CP1253.map #12 512.3 GEN ../../etc/charsets/CP1254.map #12 512.3 GEN ../../etc/charsets/CP1255.map #12 512.5 GEN ../../etc/charsets/CP1256.map #12 512.6 GEN ../../etc/charsets/CP1257.map #12 512.7 GEN ../../etc/charsets/CP1258.map #12 512.9 GEN ../../etc/charsets/CP10007.map #12 513.0 GEN ../../etc/charsets/CP720.map #12 513.1 GEN ../../etc/charsets/CP858.map #12 513.2 GEN ../../etc/charsets/GB2312.map #12 514.4 GEN ../../etc/charsets/GBK.map #12 516.5 GEN ../../etc/charsets/GB180302.map #12 518.8 GEN ../../etc/charsets/BIG5.map #12 519.4 GEN ../../etc/charsets/BIG5-HKSCS.map #12 520.2 GEN ../../etc/charsets/CNS-1.map #12 521.2 GEN ../../etc/charsets/CNS-2.map #12 524.4 GEN ../../etc/charsets/CNS-3.map #12 525.3 GEN ../../etc/charsets/CNS-4.map #12 526.1 GEN ../../etc/charsets/CNS-5.map #12 526.7 GEN ../../etc/charsets/CNS-6.map #12 527.3 GEN ../../etc/charsets/CNS-7.map #12 528.0 CC frame.o #12 528.2 GEN ../../etc/charsets/CNS-F.map #12 528.8 GEN ../../etc/charsets/JISX0201.map #12 529.0 GEN ../../etc/charsets/JISX0208.map #12 529.8 GEN ../../etc/charsets/JISX0212.map #12 530.4 GEN ../../etc/charsets/JISX2132.map #12 530.7 GEN ../../etc/charsets/JISC6226.map #12 531.4 GEN ../../etc/charsets/JISX213A.map #12 531.4 GEN ../../etc/charsets/KSC5601.map #12 532.5 GEN ../../etc/charsets/KSC5636.map #12 532.7 GEN ../../etc/charsets/JOHAB.map #12 534.4 GEN ../../etc/charsets/KOI-8.map #12 534.4 GEN ../../etc/charsets/KOI8-R.map #12 534.6 GEN ../../etc/charsets/KOI8-U.map #12 534.8 GEN ../../etc/charsets/KOI8-T.map #12 535.0 GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 535.1 GEN ../../etc/charsets/MIK.map #12 535.3 GEN ../../etc/charsets/PTCP154.map #12 535.4 GEN ../../etc/charsets/TIS-620.map #12 535.5 GEN ../../etc/charsets/VISCII.map #12 535.7 GEN ../../etc/charsets/VSCII.map #12 535.8 GEN ../../etc/charsets/VSCII-2.map #12 536.2 GEN ../../etc/charsets/KA-PS.map #12 536.2 GEN ../../etc/charsets/KA-ACADEMY.map #12 536.3 GEN ../../etc/charsets/HP-ROMAN8.map #12 536.4 GEN ../../etc/charsets/NEXTSTEP.map #12 536.5 GEN ../../etc/charsets/MACINTOSH.map #12 536.6 GEN ../../etc/charsets/EBCDICUK.map #12 536.8 GEN ../../etc/charsets/EBCDICUS.map #12 536.9 GEN ../../etc/charsets/stdenc.map #12 537.0 GEN ../../etc/charsets/symbol.map #12 537.1 GEN ../../etc/charsets/CP949-2BYTE.map #12 538.7 GEN ../../etc/charsets/BIG5-1.map #12 539.0 GEN ../../etc/charsets/BIG5-2.map #12 539.4 GEN ../../etc/charsets/MULE-ethiopic.map #12 539.5 GEN ../../etc/charsets/MULE-ipa.map #12 539.5 GEN ../../etc/charsets/MULE-is13194.map #12 539.5 GEN ../../etc/charsets/MULE-sisheng.map #12 539.6 GEN ../../etc/charsets/MULE-tibetan.map #12 539.7 GEN ../../etc/charsets/MULE-lviscii.map #12 539.7 GEN ../../etc/charsets/MULE-uviscii.map #12 539.8 GEN ../../etc/charsets/GB180304.map #12 540.3 GEN ../../etc/charsets/JISX2131.map #12 540.7 CC scroll.o #12 540.7 GEN charsets.stamp #12 540.8 make[3]: Leaving directory '/checkout/admin/charsets' #12 540.8 CC xdisp.o #12 544.9 CC menu.o #12 551.8 CC window.o #12 588.1 CC charset.o #12 606.2 CC coding.o #12 656.0 CC category.o #12 661.4 CC ccl.o #12 677.7 CC character.o #12 678.7 CC chartab.o #12 687.9 CC bidi.o #12 689.2 CC cm.o #12 693.2 CC term.o #12 701.1 CC terminal.o #12 705.5 CC xfaces.o #12 712.3 CC dbusbind.o #12 725.5 CC emacs.o #12 730.4 CC keyboard.o #12 736.6 CC macros.o #12 739.6 CC keymap.o #12 753.2 CC sysdep.o #12 760.0 CC bignum.o #12 762.4 CC buffer.o #12 762.9 CC filelock.o #12 767.9 CC insdel.o #12 774.7 CC marker.o #12 780.7 CC minibuf.o #12 781.2 CC fileio.o #12 789.5 CC dired.o #12 791.9 CC cmds.o #12 796.6 CC casetab.o #12 797.2 CC casefiddle.o #12 800.1 CC indent.o #12 802.9 CC search.o #12 811.4 CC regex-emacs.o #12 820.2 CC undo.o #12 824.9 CC alloc.o #12 850.0 CC pdumper.o #12 862.5 CC data.o #12 863.6 CC doc.o #12 867.1 CC editfns.o #12 874.7 CC callint.o #12 878.2 CC eval.o #12 884.0 CC floatfns.o #12 889.0 CC fns.o #12 889.5 CC font.o #12 911.4 CC print.o #12 912.7 CC lread.o #12 923.4 CC emacs-module.o #12 930.5 CC syntax.o #12 930.8 CC bytecode.o #12 938.7 CC comp.o #12 953.1 CC dynlib.o #12 953.7 CC process.o #12 957.8 CC gnutls.o #12 967.4 CC callproc.o #12 973.5 CC region-cache.o #12 978.0 CC sound.o #12 981.4 CC timefns.o #12 982.2 CC atimer.o #12 985.6 CC doprnt.o #12 989.0 CC intervals.o #12 990.1 CC textprop.o #12 997.3 CC composite.o #12 999.1 CC xml.o #12 1001. CC lcms.o #12 1002. CC inotify.o #12 1005. CC profiler.o #12 1008. CC decompress.o #12 1009. CC thread.o #12 1010. CC systhread.o #12 1013. CC terminfo.o #12 1013. CC lastfile.o #12 1014. CCLD temacs #12 1025. /bin/mkdir -p ../etc #12 1025. make -C ../lisp update-subdirs #12 1025. make[3]: Entering directory '/checkout/lisp' #12 1027. make[3]: Leaving directory '/checkout/lisp' #12 1027. cp -f temacs bootstrap-emacs #12 1027. rm -f bootstrap-emacs.pdmp #12 1027. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1027. --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/ #12 1027. Loading loadup.el (source)... #12 1027. Dump mode: pbootstrap #12 1027. 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 1027. Loading emacs-lisp/byte-run (source)... #12 1027. Loading emacs-lisp/backquote (source)... #12 1027. Loading subr (source)... #12 1027. Loading keymap (source)... #12 1027. Loading version (source)... #12 1027. Loading widget (source)... #12 1027. Loading custom (source)... #12 1028. Loading emacs-lisp/map-ynp (source)... #12 1028. Loading international/mule (source)... #12 1028. Loading international/mule-conf (source)... #12 1028. Loading env (source)... #12 1028. Loading format (source)... #12 1028. Loading bindings (source)... #12 1028. Loading window (source)... #12 1029. Loading /checkout/lisp/files.el (source)... #12 1034. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1036. Loading /checkout/lisp/emacs-lisp/pcase.el (source)... #12 1036. Loading /checkout/lisp/emacs-lisp/macroexp.el (source)... #12 1037. Loading /checkout/lisp/cus-face.el (source)... #12 1037. Loading /checkout/lisp/faces.el (source)... #12 1037. Loading /checkout/lisp/ldefs-boot.el (source)... #12 1041. Loading /checkout/lisp/button.el (source)... #12 1041. Loading /checkout/lisp/emacs-lisp/nadvice.el (source)... #12 1042. Loading /checkout/lisp/emacs-lisp/cl-preloaded.el (source)... #12 1047. Loading /checkout/lisp/obarray.el (source)... #12 1047. Loading /checkout/lisp/abbrev.el (source)... #12 1047. Loading /checkout/lisp/simple.el (source)... #12 1051. Loading /checkout/lisp/help.el (source)... #12 1055. Loading /checkout/lisp/jka-cmpr-hook.el (source)... #12 1055. Loading /checkout/lisp/epa-hook.el (source)... #12 1056. Loading /checkout/lisp/international/mule-cmds.el (source)... #12 1056. Loading /checkout/lisp/case-table.el (source)... #12 1056. Loading /checkout/lisp/international/characters.el (source)... #12 1057. Loading /checkout/lisp/international/charscript.el (source)... #12 1057. Loading /checkout/lisp/international/emoji-zwj.el (source)... #12 1058. Loading /checkout/lisp/composite.el (source)... #12 1059. Loading /checkout/lisp/language/chinese.el (source)... #12 1059. Loading /checkout/lisp/language/cyrillic.el (source)... #12 1059. Loading /checkout/lisp/language/indian.el (source)... #12 1059. Loading /checkout/lisp/language/sinhala.el (source)... #12 1059. Loading /checkout/lisp/language/english.el (source)... #12 1059. Loading /checkout/lisp/language/ethiopic.el (source)... #12 1060. Loading /checkout/lisp/language/european.el (source)... #12 1060. Loading /checkout/lisp/language/czech.el (source)... #12 1060. Loading /checkout/lisp/language/slovak.el (source)... #12 1060. Loading /checkout/lisp/language/romanian.el (source)... #12 1060. Loading /checkout/lisp/language/greek.el (source)... #12 1060. Loading /checkout/lisp/language/hebrew.el (source)... #12 1060. Loading /checkout/lisp/international/cp51932.el (source)... #12 1061. Loading /checkout/lisp/international/eucjp-ms.el (source)... #12 1061. Loading /checkout/lisp/language/japanese.el (source)... #12 1062. Loading /checkout/lisp/language/korean.el (source)... #12 1062. Loading /checkout/lisp/language/lao.el (source)... #12 1062. Loading /checkout/lisp/language/tai-viet.el (source)... #12 1062. Loading /checkout/lisp/language/thai.el (source)... #12 1062. Loading /checkout/lisp/language/tibetan.el (source)... #12 1062. Loading /checkout/lisp/language/vietnamese.el (source)... #12 1062. Loading /checkout/lisp/language/misc-lang.el (source)... #12 1062. Loading /checkout/lisp/language/utf-8-lang.el (source)... #12 1062. Loading /checkout/lisp/language/georgian.el (source)... #12 1062. Loading /checkout/lisp/language/khmer.el (source)... #12 1063. Loading /checkout/lisp/language/burmese.el (source)... #12 1063. Loading /checkout/lisp/language/cham.el (source)... #12 1063. Loading /checkout/lisp/indent.el (source)... #12 1063. Loading /checkout/lisp/emacs-lisp/cl-generic.el (source)... #12 1085. Loading /checkout/lisp/minibuffer.el (source)... #12 1087. Loading /checkout/lisp/frame.el (source)... #12 1088. Loading /checkout/lisp/startup.el (source)... #12 1088. Loading /checkout/lisp/term/tty-colors.el (source)... #12 1089. Loading /checkout/lisp/font-core.el (source)... #12 1089. Loading /checkout/lisp/emacs-lisp/syntax.el (source)... #12 1089. Loading /checkout/lisp/font-lock.el (source)... #12 1090. Loading /checkout/lisp/jit-lock.el (source)... #12 1090. Loading /checkout/lisp/mouse.el (source)... #12 1091. Loading /checkout/lisp/select.el (source)... #12 1092. Loading /checkout/lisp/emacs-lisp/timer.el (source)... #12 1092. Loading /checkout/lisp/emacs-lisp/easymenu.el (source)... #12 1092. Loading /checkout/lisp/isearch.el (source)... #12 1094. Loading /checkout/lisp/rfn-eshadow.el (source)... #12 1094. Loading /checkout/lisp/menu-bar.el (source)... #12 1097. Loading /checkout/lisp/tab-bar.el (source)... #12 1099. Loading /checkout/lisp/emacs-lisp/lisp.el (source)... #12 1099. Loading /checkout/lisp/textmodes/page.el (source)... #12 1099. Loading /checkout/lisp/register.el (source)... #12 1100. Loading /checkout/lisp/textmodes/paragraphs.el (source)... #12 1100. Loading /checkout/lisp/progmodes/prog-mode.el (source)... #12 1100. Loading /checkout/lisp/emacs-lisp/lisp-mode.el (source)... #12 1101. Loading /checkout/lisp/textmodes/text-mode.el (source)... #12 1101. Loading /checkout/lisp/textmodes/fill.el (source)... #12 1102. Loading /checkout/lisp/newcomment.el (source)... #12 1102. Loading /checkout/lisp/replace.el (source)... #12 1103. Loading /checkout/lisp/emacs-lisp/tabulated-list.el (source)... #12 1104. Loading /checkout/lisp/buff-menu.el (source)... #12 1104. Loading /checkout/lisp/progmodes/elisp-mode.el (source)... #12 1109. Loading /checkout/lisp/emacs-lisp/float-sup.el (source)... #12 1110. Loading /checkout/lisp/vc/vc-hooks.el (source)... #12 1110. Loading /checkout/lisp/vc/ediff-hook.el (source)... #12 1110. Loading /checkout/lisp/uniquify.el (source)... #12 1111. Loading /checkout/lisp/electric.el (source)... #12 1111. Loading /checkout/lisp/paren.el (source)... #12 1111. Loading /checkout/lisp/emacs-lisp/shorthands.el (source)... #12 1112. Loading /checkout/lisp/emacs-lisp/eldoc.el (source)... #12 1113. Loading /checkout/lisp/cus-start.el (source)... #12 1113. Loading /checkout/lisp/tooltip.el (source)... #12 1113. Loading /checkout/lisp/international/iso-transl.el (source)... #12 1113. Finding pointers to doc strings... #12 1113. Finding pointers to doc strings...done #12 1115. Dumping under the name bootstrap-emacs.pdmp #12 1115. Dumping fingerprint: efb6910a0bf02a5b5be14c148eeadb0dc0ccfc8e42a864db64137c9074109ae7 #12 1141. Dump complete #12 1141. Byte counts: header=100 hot=14415644 discardable=160384 cold=10120968 #12 1141. Reloc counts: hot=1015745 discardable=4683 #12 1141. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1141. make[3]: Entering directory '/checkout/lisp' #12 1141. ELC+ELN emacs-lisp/macroexp.elc #12 1141. ELC+ELN emacs-lisp/cconv.elc #12 1397. ELC+ELN emacs-lisp/byte-opt.elc #12 1670. ELC+ELN emacs-lisp/bytecomp.elc #12 1959. ELC+ELN emacs-lisp/comp.elc #12 2583. ELC+ELN emacs-lisp/comp-cstr.elc #12 3197. ELC+ELN emacs-lisp/cl-macs.elc #12 4124. ELC+ELN emacs-lisp/rx.elc #12 4129. ELC+ELN emacs-lisp/cl-seq.elc #12 4273. ELC+ELN help-mode.elc #12 4361. ELC+ELN emacs-lisp/cl-extra.elc #12 4398. ELC+ELN emacs-lisp/gv.elc #12 4508. ELC+ELN emacs-lisp/seq.elc #12 4534. ELC+ELN emacs-lisp/cl-lib.elc #12 4578. ELC+ELN emacs-lisp/warnings.elc #12 4597. ELC+ELN emacs-lisp/subr-x.elc #12 4632. ELC+ELN emacs-lisp/autoload.elc #12 4710. make[3]: Leaving directory '/checkout/lisp' #12 4710. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 4711. make[3]: Entering directory '/checkout/lisp' #12 4711. ELC+ELN ../lisp/abbrev.elc #12 4711. ELC+ELN international/titdic-cnv.elc #12 4815. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 4815. make[4]: Entering directory '/checkout/admin/grammars' #12 4815. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 4816. ELC+ELN ../lisp/bindings.elc #12 4844. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4886. ELC+ELN ../lisp/buff-menu.elc #12 4915. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 4941. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 4953. ELC+ELN ../lisp/button.elc #12 5008. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 5025. ELC+ELN ../lisp/case-table.elc #12 5035. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 5067. GEN calendar/cal-loaddefs.el #12 5076. SCRAPE ./calendar #12 5077. INFO Scraping files for cal-loaddefs.el... #12 5078. INFO Scraping files for cal-loaddefs.el...10% #12 5079. INFO Scraping files for cal-loaddefs.el...21% #12 5080. INFO Scraping files for cal-loaddefs.el...32% #12 5081. INFO Scraping files for cal-loaddefs.el...42% #12 5082. INFO Scraping files for cal-loaddefs.el...53% #12 5083. INFO Scraping files for cal-loaddefs.el...64% #12 5085. INFO Scraping files for cal-loaddefs.el...74% #12 5085. INFO Scraping files for cal-loaddefs.el...85% #12 5086. INFO Scraping files for cal-loaddefs.el...96% #12 5086. INFO Scraping files for cal-loaddefs.el...99% #12 5087. INFO Scraping files for cal-loaddefs.el...done #12 5088. GEN mh-e/mh-loaddefs.el #12 5094. SCRAPE ./mh-e #12 5095. INFO Scraping files for mh-loaddefs.el... #12 5096. INFO Scraping files for mh-loaddefs.el...12% #12 5097. GEN ../../lisp/cedet/semantic/grammar-wy.el #12 5098. INFO Scraping files for mh-loaddefs.el...24% #12 5100. INFO Scraping files for mh-loaddefs.el...36% #12 5101. INFO Scraping files for mh-loaddefs.el...48% #12 5103. INFO Scraping files for mh-loaddefs.el...60% #12 5105. INFO Scraping files for mh-loaddefs.el...72% #12 5106. INFO Scraping files for mh-loaddefs.el...84% #12 5108. INFO Scraping files for mh-loaddefs.el...96% #12 5109. INFO Scraping files for mh-loaddefs.el...100% #12 5109. INFO Scraping files for mh-loaddefs.el...done #12 5109. GEN net/tramp-loaddefs.el #12 5119. SCRAPE ./net #12 5121. INFO Scraping files for tramp-loaddefs.el... #12 5124. INFO Scraping files for tramp-loaddefs.el...10% #12 5126. INFO Scraping files for tramp-loaddefs.el...20% #12 5130. INFO Scraping files for tramp-loaddefs.el...30% #12 5132. INFO Scraping files for tramp-loaddefs.el...40% #12 5135. INFO Scraping files for tramp-loaddefs.el...50% #12 5137. Loading /checkout/lisp/cedet/semantic/grm-wy-boot.el (source)... #12 5138. INFO Scraping files for tramp-loaddefs.el...60% #12 5140. INFO Scraping files for tramp-loaddefs.el...70% #12 5142. INFO Scraping files for tramp-loaddefs.el...81% #12 5145. INFO Scraping files for tramp-loaddefs.el...91% #12 5147. INFO Scraping files for tramp-loaddefs.el...100% #12 5147. INFO Scraping files for tramp-loaddefs.el...done #12 5147. ELC+ELN ../lisp/composite.elc #12 5206. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 5302. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 5337. ELC+ELN ../lisp/cus-face.elc #12 5380. ELC+ELN ../lisp/cus-start.elc #12 5386. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 5420. ELC+ELN ../lisp/custom.elc #12 5475. GEN ../../lisp/cedet/srecode/srt-wy.el #12 5557. ELC+ELN ../lisp/disp-table.elc #12 5572. make[4]: Leaving directory '/checkout/admin/grammars' #12 5572. make -C ../leim all EMACS="../src/bootstrap-emacs" #12 5572. make[4]: Entering directory '/checkout/leim' #12 5572. GEN ../lisp/leim/quail/CCDOSPY.el #12 5575. GEN ../lisp/leim/quail/Punct.el #12 5579. GEN ../lisp/leim/quail/QJ.el #12 5582. GEN ../lisp/leim/quail/SW.el #12 5586. GEN ../lisp/leim/quail/TONEPY.el #12 5590. GEN ../lisp/leim/quail/4Corner.el #12 5594. GEN ../lisp/leim/quail/ARRAY30.el #12 5600. GEN ../lisp/leim/quail/ECDICT.el #12 5604. GEN ../lisp/leim/quail/ETZY.el #12 5608. GEN ../lisp/leim/quail/Punct-b5.el #12 5611. ELC+ELN ../lisp/dnd.elc #12 5612. GEN ../lisp/leim/quail/PY-b5.el #12 5615. GEN ../lisp/leim/quail/QJ-b5.el #12 5619. GEN ../lisp/leim/quail/ZOZY.el #12 5622. GEN ../lisp/leim/quail/tsang-b5.el #12 5631. GEN ../lisp/leim/quail/tsang-cns.el #12 5641. GEN ../lisp/leim/quail/PY.el #12 5645. GEN ../lisp/leim/quail/ZIRANMA.el #12 5656. GEN ../lisp/leim/quail/CTLau.el #12 5657. ELC+ELN ../lisp/dos-fns.elc #12 5659. GEN ../lisp/leim/quail/CTLau-b5.el #12 5664. GEN ../lisp/language/pinyin.el #12 5667. /bin/mkdir -p ../lisp/leim/ja-dic #12 5668. GEN ../lisp/leim/leim-list.el #12 5701. GEN ../lisp/leim/ja-dic/ja-dic.el #12 5708. INFO Processing OKURI-ARI entries #12 5712. GEN calendar/diary-loaddefs.el #12 5716. INFO Processing POSTFIX entries #12 5718. INFO Processing PREFIX entries #12 5719. SCRAPE ./calendar #12 5719. INFO Collecting OKURI-NASI entries #12 5719. INFO Collecting OKURI-NASI entries... #12 5720. INFO Collecting OKURI-NASI entries...27% #12 5721. INFO Scraping files for diary-loaddefs.el... #12 5722. INFO Scraping files for diary-loaddefs.el...10% #12 5722. INFO Scraping files for diary-loaddefs.el...20% #12 5723. INFO Scraping files for diary-loaddefs.el...31% #12 5724. INFO Scraping files for diary-loaddefs.el...41% #12 5725. INFO Scraping files for diary-loaddefs.el...51% #12 5726. INFO Scraping files for diary-loaddefs.el...62% #12 5727. INFO Scraping files for diary-loaddefs.el...72% #12 5728. INFO Scraping files for diary-loaddefs.el...82% #12 5729. INFO Scraping files for diary-loaddefs.el...93% #12 5729. INFO Scraping files for diary-loaddefs.el...100% #12 5730. INFO Scraping files for diary-loaddefs.el...done #12 5731. GEN calendar/hol-loaddefs.el #12 5738. SCRAPE ./calendar #12 5740. INFO Scraping files for hol-loaddefs.el... #12 5740. INFO Scraping files for hol-loaddefs.el...10% #12 5741. INFO Collecting OKURI-NASI entries...37% #12 5741. INFO Scraping files for hol-loaddefs.el...20% #12 5742. INFO Scraping files for hol-loaddefs.el...30% #12 5742. INFO Scraping files for hol-loaddefs.el...40% #12 5743. INFO Scraping files for hol-loaddefs.el...50% #12 5744. INFO Scraping files for hol-loaddefs.el...60% #12 5745. INFO Scraping files for hol-loaddefs.el...70% #12 5745. INFO Scraping files for hol-loaddefs.el...80% #12 5746. INFO Scraping files for hol-loaddefs.el...90% #12 5747. INFO Scraping files for hol-loaddefs.el...100% #12 5747. INFO Scraping files for hol-loaddefs.el...done #12 5748. ELC+ELN ../lisp/dos-vars.elc #12 5764. INFO Collecting OKURI-NASI entries...47% #12 5793. ELC+ELN ../lisp/dos-w32.elc #12 5805. INFO Collecting OKURI-NASI entries...57% #12 5853. INFO Collecting OKURI-NASI entries...67% #12 5869. ELC+ELN ../lisp/dynamic-setting.elc #12 5915. INFO Collecting OKURI-NASI entries...77% #12 5923. ELC+ELN ../lisp/electric.elc #12 5985. INFO Collecting OKURI-NASI entries...87% #12 6014. ELC+ELN ../lisp/emacs-lisp/backquote.elc #12 6050. INFO Collecting OKURI-NASI entries...97% #12 6058. ELC+ELN ../lisp/emacs-lisp/byte-run.elc #12 6063. INFO Collecting OKURI-NASI entries...done #12 6063. INFO Processing OKURI-NASI entries #12 6063. INFO Processing OKURI-NASI entries... #12 6107. ELC+ELN ../lisp/emacs-lisp/cl-generic.elc #12 6110. INFO Processing OKURI-NASI entries...10% #12 6148. INFO Processing OKURI-NASI entries...20% #12 6188. INFO Processing OKURI-NASI entries...30% #12 6219. INFO Processing OKURI-NASI entries...40% #12 6234. ELC+ELN ../lisp/emacs-lisp/cl-preloaded.elc #12 6253. INFO Processing OKURI-NASI entries...50% #12 6285. INFO Processing OKURI-NASI entries...60% #12 6289. ELC+ELN ../lisp/emacs-lisp/easymenu.elc #12 6318. INFO Processing OKURI-NASI entries...70% #12 6353. INFO Processing OKURI-NASI entries...80% #12 6366. ELC+ELN ../lisp/emacs-lisp/eldoc.elc #12 6375. INFO Processing OKURI-NASI entries...90% #12 6407. INFO Processing OKURI-NASI entries...100% #12 6407. INFO Processing OKURI-NASI entries...done #12 6428. make[4]: Leaving directory '/checkout/leim' #12 6428. GEN loaddefs.el #12 6431. ELC+ELN ../lisp/emacs-lisp/float-sup.elc #12 6435. SCRAPE . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ... #12 6435. SCRAPE ./cedet/semantic/analyze ./cedet/semantic/bovine ... #12 6435. SCRAPE ./cedet/semantic/decorate ./cedet/semantic/symref ... #12 6435. SCRAPE ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ... #12 6435. SCRAPE ./erc ./eshell ./gnus ./image ./international ./language ./leim ... #12 6435. SCRAPE ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ... #12 6435. SCRAPE ./play ./progmodes ./textmodes ./url ./vc #12 6437. INFO Scraping files for loaddefs.el... #12 6453. ELC+ELN ../lisp/emacs-lisp/lisp-mode.elc #12 6486. INFO Scraping files for loaddefs.el...10% #12 6522. ELC+ELN ../lisp/emacs-lisp/lisp.elc #12 6550. INFO Scraping files for loaddefs.el...20% #12 6576. ELC+ELN ../lisp/emacs-lisp/macroexp.elc #12 6608. INFO Scraping files for loaddefs.el...30% #12 6649. ELC+ELN ../lisp/emacs-lisp/map-ynp.elc #12 6675. INFO Scraping files for loaddefs.el...40% #12 6721. ELC+ELN ../lisp/emacs-lisp/nadvice.elc #12 6755. INFO Scraping files for loaddefs.el...50% #12 6791. ELC+ELN ../lisp/emacs-lisp/regexp-opt.elc #12 6814. INFO Scraping files for loaddefs.el...60% #12 6833. ELC+ELN ../lisp/emacs-lisp/shorthands.elc #12 6861. ELC+ELN ../lisp/emacs-lisp/syntax.elc #12 6877. INFO Scraping files for loaddefs.el...70% #12 6982. ELC+ELN ../lisp/emacs-lisp/tabulated-list.elc #12 7007. INFO Scraping files for loaddefs.el...80% #12 7110. ELC+ELN ../lisp/emacs-lisp/timer.elc #12 7141. INFO Scraping files for loaddefs.el...90% #12 7199. ELC+ELN ../lisp/env.elc #12 7261. ELC+ELN ../lisp/epa-hook.elc #12 7326. INFO Scraping files for loaddefs.el...100% #12 7328. INFO Scraping files for loaddefs.el...done #12 7331. ELC+ELN ../lisp/faces.elc #12 7333. make[3]: Leaving directory '/checkout/lisp' #12 7334. ELC+ELN ../lisp/files.elc #12 7557. ELC+ELN ../lisp/font-core.elc #12 7636. ELC+ELN ../lisp/font-lock.elc #12 7806. ELC+ELN ../lisp/format.elc #12 7810. ELC+ELN ../lisp/frame.elc #12 7973. ELC+ELN ../lisp/fringe.elc #12 8041. ELC+ELN ../lisp/help.elc #12 8076. ELC+ELN ../lisp/image.elc #12 8826. ELC+ELN ../lisp/indent.elc #12 8873. ELC+ELN ../lisp/international/charscript.elc #12 8906. ELC+ELN ../lisp/international/emoji-zwj.elc #12 8908. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 8908. make[3]: Entering directory '/checkout/admin/unidata' #12 8909. ELC uvs.elc #12 8911. ELC unidata-gen.elc #12 8920. GEN unidata.txt #12 8946. ELC+ELN ../lisp/international/cp51932.elc #12 9015. ELC+ELN ../lisp/international/eucjp-ms.elc #12 9090. ELC+ELN ../lisp/international/fontset.elc #12 9285. ELC+ELN ../lisp/international/iso-transl.elc #12 9291. GEN ../../lisp/international/charprop.el #12 9292. make[3]: Leaving directory '/checkout/admin/unidata' #12 9292. ELC+ELN ../lisp/international/mule-cmds.elc #12 9333. ELC+ELN ../lisp/international/mule-conf.elc #12 9396. ELC+ELN ../lisp/international/mule-util.elc #12 9490. ELC+ELN ../lisp/international/mule.elc #12 9558. ELC+ELN ../lisp/international/ucs-normalize.elc #12 9733. ELC+ELN ../lisp/isearch.elc #12 9760. ELC+ELN ../lisp/jit-lock.elc #12 9860. ELC+ELN ../lisp/jka-cmpr-hook.elc #12 9929. ELC+ELN ../lisp/keymap.elc #12 1.001 ELC+ELN ../lisp/language/burmese.elc #12 1.002 ELC+ELN ../lisp/language/cham.elc #12 1.005 ELC+ELN ../lisp/language/chinese.elc #12 1.007 ELC+ELN ../lisp/language/cyrillic.elc #12 1.011 ELC+ELN ../lisp/language/czech.elc #12 1.012 ELC+ELN ../lisp/language/english.elc #12 1.015 ELC+ELN ../lisp/language/ethiopic.elc #12 1.017 ELC+ELN ../lisp/language/european.elc #12 1.020 ELC+ELN ../lisp/language/georgian.elc #12 1.022 ELC+ELN ../lisp/language/greek.elc #12 1.024 ELC+ELN ../lisp/language/hebrew.elc #12 1.027 ELC+ELN ../lisp/language/indian.elc #12 1.031 ELC+ELN ../lisp/language/japanese.elc #12 1.032 ELC+ELN ../lisp/language/khmer.elc #12 1.035 ELC+ELN ../lisp/language/korean.elc #12 1.036 ELC+ELN ../lisp/language/lao.elc #12 1.041 ELC+ELN ../lisp/language/misc-lang.elc #12 1.042 ELC+ELN ../lisp/language/romanian.elc #12 1.047 ELC+ELN ../lisp/language/sinhala.elc #12 1.048 ELC+ELN ../lisp/language/slovak.elc #12 1.052 ELC+ELN ../lisp/language/tai-viet.elc #12 1.052 ELC+ELN ../lisp/language/thai.elc #12 1.057 ELC+ELN ../lisp/language/tibetan.elc #12 1.057 ELC+ELN ../lisp/language/utf-8-lang.elc #12 1.062 ELC+ELN ../lisp/language/vietnamese.elc #12 1.062 ELC+ELN ../lisp/ls-lisp.elc #12 1.068 ELC+ELN ../lisp/menu-bar.elc #12 1.078 ELC+ELN ../lisp/minibuffer.elc #12 1.083 ELC+ELN ../lisp/mouse.elc #12 1.114 ELC+ELN ../lisp/mwheel.elc #12 1.114 ELC+ELN ../lisp/newcomment.elc #12 1.120 ELC+ELN ../lisp/obarray.elc #12 1.125 ELC+ELN ../lisp/paren.elc #12 1.133 ELC+ELN ../lisp/progmodes/elisp-mode.elc #12 1.134 ELC+ELN ../lisp/progmodes/prog-mode.elc #12 1.143 ELC+ELN ../lisp/register.elc #12 1.151 ELC+ELN ../lisp/replace.elc #12 1.157 ELC+ELN ../lisp/rfn-eshadow.elc #12 1.163 ELC+ELN ../lisp/scroll-bar.elc #12 1.171 ELC+ELN ../lisp/select.elc #12 1.181 ELC+ELN ../lisp/simple.elc #12 1.199 ELC+ELN ../lisp/startup.elc #12 1.222 ELC+ELN ../lisp/subr.elc #12 1.243 ELC+ELN ../lisp/tab-bar.elc #12 1.265 ELC+ELN ../lisp/term/common-win.elc #12 1.265 ELC+ELN ../lisp/term/internal.elc #12 1.270 ELC+ELN ../lisp/term/ns-win.elc #12 1.271 ELC+ELN ../lisp/term/pc-win.elc #12 1.277 ELC+ELN ../lisp/term/tty-colors.elc #12 1.281 ELC+ELN ../lisp/term/w32-win.elc #12 1.284 ELC+ELN ../lisp/term/x-win.elc #12 1.286 ELC+ELN ../lisp/textmodes/fill.elc #12 1.289 ELC+ELN ../lisp/textmodes/page.elc #12 1.293 ELC+ELN ../lisp/textmodes/paragraphs.elc #12 1.300 ELC+ELN ../lisp/textmodes/text-mode.elc #12 1.300 ELC+ELN ../lisp/tool-bar.elc #12 1.304 ELC+ELN ../lisp/tooltip.elc #12 1.305 ELC+ELN ../lisp/uniquify.elc #12 1.309 ELC+ELN ../lisp/vc/ediff-hook.elc #12 1.314 ELC+ELN ../lisp/vc/vc-hooks.elc #12 1.315 ELC+ELN ../lisp/version.elc #12 1.319 ELC+ELN ../lisp/w32-fns.elc #12 1.321 ELC+ELN ../lisp/w32-vars.elc #12 1.324 ELC+ELN ../lisp/widget.elc #12 1.324 ELC+ELN ../lisp/window.elc #12 1.328 ELC+ELN ../lisp/x-dnd.elc #12 1.335 ELC+ELN ../lisp/international/characters.elc #12 1.362 GEN ../etc/DOC #12 1.363 rm -f emacs && cp -f temacs emacs #12 1.363 LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 1.363 --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/ #12 1.363 Loading loadup.el (source)... #12 1.363 Dump mode: pdump #12 1.363 Using load-path (/checkout/lisp) #12 1.363 Loading emacs-lisp/byte-run (native compiled elisp)... #12 1.363 Loading emacs-lisp/backquote (native compiled elisp)... #12 1.363 Loading subr (native compiled elisp)... #12 1.363 Loading keymap (native compiled elisp)... #12 1.363 Loading version (native compiled elisp)... #12 1.363 Loading widget (native compiled elisp)... #12 1.363 Loading custom (native compiled elisp)... #12 1.363 Loading emacs-lisp/map-ynp (native compiled elisp)... #12 1.363 Loading international/mule (native compiled elisp)... #12 1.363 Loading international/mule-conf (native compiled elisp)... #12 1.363 Loading env (native compiled elisp)... #12 1.363 Loading format (native compiled elisp)... #12 1.363 Loading bindings (native compiled elisp)... #12 1.363 Loading window (native compiled elisp)... #12 1.363 Loading files (native compiled elisp)... #12 1.363 Loading emacs-lisp/macroexp (native compiled elisp)... #12 1.363 Loading cus-face (native compiled elisp)... #12 1.363 Loading faces (native compiled elisp)... #12 1.363 Loading loaddefs.el (source)... #12 1.363 Loading button (native compiled elisp)... #12 1.363 Loading emacs-lisp/nadvice (native compiled elisp)... #12 1.363 Loading emacs-lisp/cl-preloaded (native compiled elisp)... #12 1.363 Loading obarray (native compiled elisp)... #12 1.363 Loading abbrev (native compiled elisp)... #12 1.363 Loading simple (native compiled elisp)... #12 1.363 Loading help (native compiled elisp)... #12 1.363 Loading jka-cmpr-hook (native compiled elisp)... #12 1.363 Loading epa-hook (native compiled elisp)... #12 1.363 Loading international/mule-cmds (native compiled elisp)... #12 1.363 Loading case-table (native compiled elisp)... #12 1.363 Loading international/charprop.el (source)... #12 1.363 Loading international/characters (native compiled elisp)... #12 1.364 Loading international/charscript (native compiled elisp)... #12 1.364 Loading international/emoji-zwj (native compiled elisp)... #12 1.364 Loading composite (native compiled elisp)... #12 1.364 Loading language/chinese (native compiled elisp)... #12 1.364 Loading language/cyrillic (native compiled elisp)... #12 1.364 Loading language/indian (native compiled elisp)... #12 1.364 Loading language/sinhala (native compiled elisp)... #12 1.364 Loading language/english (native compiled elisp)... #12 1.364 Loading language/ethiopic (native compiled elisp)... #12 1.364 Loading language/european (native compiled elisp)... #12 1.364 Loading language/czech (native compiled elisp)... #12 1.364 Loading language/slovak (native compiled elisp)... #12 1.364 Loading language/romanian (native compiled elisp)... #12 1.364 Loading language/greek (native compiled elisp)... #12 1.364 Loading language/hebrew (native compiled elisp)... #12 1.364 Loading international/cp51932 (native compiled elisp)... #12 1.364 Loading international/eucjp-ms (native compiled elisp)... #12 1.364 Loading language/japanese (native compiled elisp)... #12 1.364 Loading language/korean (native compiled elisp)... #12 1.364 Loading language/lao (native compiled elisp)... #12 1.364 Loading language/tai-viet (native compiled elisp)... #12 1.364 Loading language/thai (native compiled elisp)... #12 1.364 Loading language/tibetan (native compiled elisp)... #12 1.364 Loading language/vietnamese (native compiled elisp)... #12 1.364 Loading language/misc-lang (native compiled elisp)... #12 1.364 Loading language/utf-8-lang (native compiled elisp)... #12 1.364 Loading language/georgian (native compiled elisp)... #12 1.364 Loading language/khmer (native compiled elisp)... #12 1.364 Loading language/burmese (native compiled elisp)... #12 1.364 Loading language/cham (native compiled elisp)... #12 1.364 Loading indent (native compiled elisp)... #12 1.364 Loading emacs-lisp/cl-generic (native compiled elisp)... #12 1.364 Loading minibuffer (native compiled elisp)... #12 1.364 Loading frame (native compiled elisp)... #12 1.364 Loading startup (native compiled elisp)... #12 1.364 Loading term/tty-colors (native compiled elisp)... #12 1.364 Loading font-core (native compiled elisp)... #12 1.364 Loading emacs-lisp/syntax (native compiled elisp)... #12 1.364 Loading font-lock (native compiled elisp)... #12 1.364 Loading jit-lock (native compiled elisp)... #12 1.364 Loading mouse (native compiled elisp)... #12 1.364 Loading select (native compiled elisp)... #12 1.364 Loading emacs-lisp/timer (native compiled elisp)... #12 1.364 Loading emacs-lisp/easymenu (native compiled elisp)... #12 1.364 Loading isearch (native compiled elisp)... #12 1.364 Loading rfn-eshadow (native compiled elisp)... #12 1.364 Loading menu-bar (native compiled elisp)... #12 1.364 Loading tab-bar (native compiled elisp)... #12 1.364 Loading emacs-lisp/lisp (native compiled elisp)... #12 1.364 Loading textmodes/page (native compiled elisp)... #12 1.364 Loading register (native compiled elisp)... #12 1.365 Loading textmodes/paragraphs (native compiled elisp)... #12 1.365 Loading progmodes/prog-mode (native compiled elisp)... #12 1.365 Loading emacs-lisp/lisp-mode (native compiled elisp)... #12 1.365 Loading textmodes/text-mode (native compiled elisp)... #12 1.365 Loading textmodes/fill (native compiled elisp)... #12 1.365 Loading newcomment (native compiled elisp)... #12 1.365 Loading replace (native compiled elisp)... #12 1.365 Loading emacs-lisp/tabulated-list (native compiled elisp)... #12 1.365 Loading buff-menu (native compiled elisp)... #12 1.365 Loading progmodes/elisp-mode (native compiled elisp)... #12 1.365 Loading emacs-lisp/float-sup (native compiled elisp)... #12 1.365 Loading vc/vc-hooks (native compiled elisp)... #12 1.365 Loading vc/ediff-hook (native compiled elisp)... #12 1.365 Loading uniquify (native compiled elisp)... #12 1.365 Loading electric (native compiled elisp)... #12 1.365 Loading paren (native compiled elisp)... #12 1.365 Loading emacs-lisp/shorthands (native compiled elisp)... #12 1.365 Loading emacs-lisp/eldoc (native compiled elisp)... #12 1.365 Loading cus-start (native compiled elisp)... #12 1.365 Loading tooltip (native compiled elisp)... #12 1.365 Loading international/iso-transl (native compiled elisp)... #12 1.365 Loading leim/leim-list.el (source)... #12 1.365 Waiting for git... #12 1.365 Waiting for git... #12 1.365 Finding pointers to doc strings... #12 1.365 Finding pointers to doc strings...done #12 1.365 Pure-hashed: 13547 strings, 1415 vectors, 40612 conses, 832 bytecodes, 264 others #12 1.365 Dumping under the name emacs.pdmp #12 1.365 Dumping fingerprint: efb6910a0bf02a5b5be14c148eeadb0dc0ccfc8e42a864db64137c9074109ae7 #12 1.367 Dump complete #12 1.367 Byte counts: header=100 hot=8637932 discardable=160384 cold=4881400 #12 1.367 Reloc counts: hot=501958 discardable=4657 #12 1.367 Adding name emacs-29.0.50.1 #12 1.367 Adding name emacs-29.0.50.1.pdmp #12 1.367 cp -f emacs.pdmp bootstrap-emacs.pdmp #12 1.367 make[2]: Leaving directory '/checkout/src' #12 1.367 make -C lisp all #12 1.367 make[2]: Entering directory '/checkout/lisp' #12 1.367 make -C ../leim all EMACS="../src/emacs" #12 1.367 make -C ../admin/grammars all EMACS="../../src/emacs" #12 1.367 make[3]: Entering directory '/checkout/admin/grammars' #12 1.367 make[3]: Nothing to be done for 'all'. #12 1.367 make[3]: Leaving directory '/checkout/admin/grammars' #12 1.367 make[3]: Entering directory '/checkout/leim' #12 1.367 make[3]: Nothing to be done for 'all'. #12 1.367 make[3]: Leaving directory '/checkout/leim' #12 1.367 GEN cus-load.el #12 1.367 GEN finder-inf.el #12 1.367 INFO Scanning files for custom... #12 1.367 INFO Scanning files for custom...10% #12 1.368 INFO Scanning files for finder... #12 1.368 INFO Scanning files for finder...4% #12 1.368 INFO Scanning files for finder...5% #12 1.368 INFO Scanning files for finder...8% #12 1.368 INFO Scanning files for finder...9% #12 1.368 INFO Scanning files for finder...11% #12 1.368 INFO Scanning files for finder...12% #12 1.368 INFO Scanning files for finder...14% #12 1.368 INFO Scanning files for finder...17% #12 1.368 INFO Scanning files for finder...18% #12 1.368 INFO Scanning files for finder...19% #12 1.368 INFO Scanning files for finder...20% #12 1.368 INFO Scanning files for finder...22% #12 1.368 INFO Scanning files for finder...23% #12 1.368 INFO Scanning files for custom...20% #12 1.368 INFO Scanning files for finder...25% #12 1.368 INFO Scanning files for finder...26% #12 1.368 INFO Scanning files for finder...27% #12 1.368 INFO Scanning files for finder...28% #12 1.368 INFO Scanning files for finder...30% #12 1.368 INFO Scanning files for finder...31% #12 1.368 INFO Scanning files for finder...32% #12 1.368 INFO Scanning files for finder...33% #12 1.368 INFO Scanning files for finder...34% #12 1.368 INFO Scanning files for finder...37% #12 1.368 INFO Scanning files for finder...39% #12 1.368 INFO Scanning files for finder...40% #12 1.368 INFO Scanning files for finder...43% #12 1.368 INFO Scanning files for finder...44% #12 1.368 INFO Scanning files for custom...30% #12 1.368 INFO Scanning files for finder...46% #12 1.368 INFO Scanning files for finder...47% #12 1.368 INFO Scanning files for finder...49% #12 1.368 INFO Scanning files for finder...51% #12 1.368 INFO Scanning files for finder...52% #12 1.368 INFO Scanning files for finder...53% #12 1.368 INFO Scanning files for finder...54% #12 1.368 INFO Scanning files for finder...56% #12 1.368 INFO Scanning files for finder...57% #12 1.368 INFO Scanning files for finder...59% #12 1.368 INFO Scanning files for finder...60% #12 1.368 INFO Scanning files for finder...61% #12 1.368 INFO Scanning files for finder...63% #12 1.368 INFO Scanning files for custom...40% #12 1.368 INFO Scanning files for finder...64% #12 1.368 INFO Scanning files for finder...66% #12 1.368 INFO Scanning files for finder...67% #12 1.368 INFO Scanning files for finder...68% #12 1.368 INFO Scanning files for finder...69% #12 1.368 INFO Scanning files for finder...70% #12 1.368 INFO Scanning files for finder...72% #12 1.369 INFO Scanning files for finder...73% #12 1.369 INFO Scanning files for finder...74% #12 1.369 INFO Scanning files for finder...75% #12 1.369 INFO Scanning files for finder...78% #12 1.369 INFO Scanning files for finder...79% #12 1.369 INFO Scanning files for finder...80% #12 1.369 INFO Scanning files for finder...81% #12 1.369 INFO Scanning files for finder...82% #12 1.369 INFO Scanning files for finder...83% #12 1.369 INFO Scanning files for finder...84% #12 1.369 INFO Scanning files for finder...86% #12 1.369 INFO Scanning files for custom...50% #12 1.369 INFO Scanning files for finder...87% #12 1.369 INFO Scanning files for finder...88% #12 1.369 INFO Scanning files for finder...89% #12 1.369 INFO Scanning files for finder...90% #12 1.369 INFO Scanning files for finder...91% #12 1.369 INFO Scanning files for finder...92% #12 1.369 INFO Scanning files for finder...93% #12 1.369 INFO Scanning files for finder...94% #12 1.369 INFO Scanning files for finder...95% #12 1.369 INFO Scanning files for finder...96% #12 1.369 INFO Scanning files for finder...97% #12 1.369 INFO Scanning files for finder...98% #12 1.369 INFO Scanning files for custom...60% #12 1.369 INFO Scanning files for finder...99% #12 1.369 INFO Scanning files for finder...100% #12 1.369 INFO Scanning files for finder...done #12 1.369 INFO Scanning files for custom...70% #12 1.370 INFO Scanning files for custom...80% #12 1.370 INFO Scanning files for custom...90% #12 1.371 INFO Scanning files for custom...100% #12 1.371 INFO Scanning files for custom...done #12 1.371 INFO Generating ./cus-load.el... #12 1.371 INFO Generating ./cus-load.el...done #12 1.372 make[3]: Entering directory '/checkout/lisp' #12 1.372 ELC+ELN emacs-lisp/eieio.elc #12 1.372 ELC+ELN emacs-lisp/eieio-base.elc #12 1.373 ELC+ELN cedet/semantic/db.elc #12 1.376 ELC+ELN align.elc #12 1.376 ELC+ELN allout-widgets.elc #12 1.381 ELC+ELN allout.elc #12 1.382 ELC+ELN ansi-color.elc #12 1.385 ELC+ELN apropos.elc #12 1.389 ELC+ELN arc-mode.elc #12 1.394 ELC+ELN array.elc #12 1.397 ELC+ELN auth-source-pass.elc #12 1.399 ELC+ELN auth-source.elc #12 1.399 ELC+ELN autoarg.elc #12 1.400 ELC+ELN autoinsert.elc #12 1.401 ELC+ELN autorevert.elc #12 1.403 ELC+ELN avoid.elc #12 1.405 ELC+ELN battery.elc #12 1.407 ELC+ELN bookmark.elc #12 1.409 ELC+ELN bs.elc #12 1.412 ELC+ELN calculator.elc #12 1.412 ELC+ELN cdl.elc #12 1.413 ELC+ELN char-fold.elc #12 1.416 ELC+ELN chistory.elc #12 1.417 ELC+ELN cmuscheme.elc #12 1.417 ELC+ELN color.elc #12 1.418 ELC+ELN comint.elc #12 1.420 ELC+ELN completion.elc #12 1.424 ELC+ELN cus-dep.elc #12 1.425 ELC+ELN cus-edit.elc #12 1.426 ELC+ELN cus-theme.elc #12 1.429 ELC+ELN dabbrev.elc #12 1.431 ELC+ELN delim-col.elc #12 1.432 ELC+ELN delsel.elc #12 1.433 ELC+ELN descr-text.elc #12 1.436 ELC+ELN desktop.elc #12 1.438 ELC+ELN dframe.elc #12 1.440 ELC+ELN dired-aux.elc #12 1.441 ELC+ELN dired-x.elc #12 1.443 ELC+ELN dired.elc #12 1.447 ELC+ELN dirtrack.elc #12 1.448 ELC+ELN display-fill-column-indicator.elc #12 1.449 ELC+ELN display-line-numbers.elc #12 1.451 ELC+ELN doc-view.elc #12 1.453 ELC+ELN dom.elc #12 1.455 ELC+ELN double.elc #12 1.456 ELC+ELN ebuff-menu.elc #12 1.456 ELC+ELN echistory.elc #12 1.457 ELC+ELN ecomplete.elc #12 1.457 ELC+ELN edmacro.elc #12 1.458 ELC+ELN ehelp.elc #12 1.460 ELC+ELN elec-pair.elc #12 1.462 ELC+ELN elide-head.elc #12 1.462 ELC+ELN emacs-lock.elc #12 1.463 ELC+ELN epa-dired.elc #12 1.463 ELC+ELN epa-file.elc #12 1.464 ELC+ELN epa-ks.elc #12 1.464 ELC+ELN epa-mail.elc #12 1.466 ELC+ELN epa.elc #12 1.467 ELC+ELN epg-config.elc #12 1.468 ELC+ELN epg.elc #12 1.469 ELC+ELN expand.elc #12 1.471 ELC+ELN ezimage.elc #12 1.471 ELC+ELN face-remap.elc #12 1.473 ELC+ELN facemenu.elc #12 1.475 ELC+ELN ffap.elc #12 1.480 ELC+ELN filecache.elc #12 1.481 ELC+ELN fileloop.elc #12 1.482 ELC+ELN filenotify.elc #12 1.482 ELC+ELN files-x.elc #12 1.484 ELC+ELN filesets.elc #12 1.485 ELC+ELN find-cmd.elc #12 1.486 ELC+ELN find-dired.elc #12 1.487 ELC+ELN find-file.elc #12 1.489 ELC+ELN find-lisp.elc #12 1.490 ELC+ELN finder.elc #12 1.490 ELC+ELN flow-ctrl.elc #12 1.491 ELC+ELN foldout.elc #12 1.492 ELC+ELN follow.elc #12 1.492 ELC+ELN format-spec.elc #12 1.493 ELC+ELN forms.elc #12 1.496 ELC+ELN frameset.elc #12 1.496 ELC+ELN generic-x.elc #12 1.498 ELC+ELN help-at-pt.elc #12 1.499 ELC+ELN help-fns.elc #12 1.501 ELC+ELN help-macro.elc #12 1.502 ELC+ELN hex-util.elc #12 1.503 ELC+ELN hexl.elc #12 1.506 ELC+ELN hfy-cmap.elc #12 1.506 ELC+ELN hi-lock.elc #12 1.506 ELC+ELN hilit-chg.elc #12 1.508 ELC+ELN hippie-exp.elc #12 1.510 ELC+ELN hl-line.elc #12 1.511 ELC+ELN htmlfontify.elc #12 1.511 ELC+ELN ibuf-ext.elc #12 1.517 ELC+ELN ibuf-macs.elc #12 1.518 ELC+ELN ibuffer.elc #12 1.520 ELC+ELN icomplete.elc #12 1.524 ELC+ELN ido.elc #12 1.525 ELC+ELN ielm.elc #12 1.526 ELC+ELN iimage.elc #12 1.527 ELC+ELN image-dired.elc #12 1.534 ELC+ELN image-file.elc #12 1.535 ELC+ELN image-mode.elc #12 1.535 ELC+ELN imenu.elc #12 1.537 ELC+ELN info-look.elc #12 1.539 ELC+ELN info-xref.elc #12 1.540 ELC+ELN info.elc #12 1.541 ELC+ELN informat.elc #12 1.543 ELC+ELN isearchb.elc #12 1.544 ELC+ELN jka-compr.elc #12 1.546 ELC+ELN json.elc #12 1.549 ELC+ELN jsonrpc.elc #12 1.553 ELC+ELN kermit.elc #12 1.554 ELC+ELN kmacro.elc #12 1.555 ELC+ELN linum.elc #12 1.556 ELC+ELN loadhist.elc #12 1.556 ELC+ELN locate.elc #12 1.557 ELC+ELN lpr.elc #12 1.558 ELC+ELN macros.elc #12 1.559 ELC+ELN makesum.elc #12 1.559 ELC+ELN man.elc #12 1.559 ELC+ELN master.elc #12 1.560 ELC+ELN mb-depth.elc #12 1.561 ELC+ELN md4.elc #12 1.563 ELC+ELN midnight.elc #12 1.564 ELC+ELN minibuf-eldef.elc #12 1.564 ELC+ELN misc.elc #12 1.565 ELC+ELN misearch.elc #12 1.565 ELC+ELN mouse-copy.elc #12 1.566 ELC+ELN mouse-drag.elc #12 1.566 ELC+ELN mpc.elc #12 1.567 ELC+ELN msb.elc #12 1.571 ELC+ELN notifications.elc #12 1.573 ELC+ELN novice.elc #12 1.574 ELC+ELN outline.elc #12 1.576 ELC+ELN password-cache.elc #12 1.576 ELC+ELN pcmpl-cvs.elc #12 1.578 ELC+ELN pcmpl-gnu.elc #12 1.578 ELC+ELN pcmpl-linux.elc #12 1.579 ELC+ELN pcmpl-rpm.elc #12 1.580 ELC+ELN pcmpl-unix.elc #12 1.581 ELC+ELN pcmpl-x.elc #12 1.581 ELC+ELN pcomplete.elc #12 1.583 ELC+ELN pixel-scroll.elc #12 1.584 ELC+ELN plstore.elc #12 1.585 ELC+ELN printing.elc #12 1.586 ELC+ELN proced.elc #12 1.592 ELC+ELN profiler.elc #12 1.592 ELC+ELN ps-bdf.elc #12 1.594 ELC+ELN ps-def.elc #12 1.595 ELC+ELN ps-mule.elc #12 1.596 ELC+ELN ps-print.elc #12 1.598 ELC+ELN ps-samp.elc #12 1.599 ELC+ELN recentf.elc #12 1.603 ELC+ELN rect.elc #12 1.606 ELC+ELN registry.elc #12 1.607 ELC+ELN repeat.elc #12 1.608 ELC+ELN reposition.elc #12 1.609 ELC+ELN reveal.elc #12 1.609 ELC+ELN rot13.elc #12 1.610 ELC+ELN rtree.elc #12 1.610 ELC+ELN ruler-mode.elc #12 1.611 ELC+ELN savehist.elc #12 1.612 ELC+ELN saveplace.elc #12 1.612 ELC+ELN scroll-all.elc #12 1.613 ELC+ELN scroll-lock.elc #12 1.613 ELC+ELN server.elc #12 1.614 ELC+ELN ses.elc #12 1.618 ELC+ELN shadowfile.elc #12 1.622 ELC+ELN shell.elc #12 1.626 ELC+ELN skeleton.elc #12 1.628 ELC+ELN so-long.elc #12 1.632 ELC+ELN sort.elc #12 1.635 ELC+ELN soundex.elc #12 1.636 ELC+ELN speedbar.elc #12 1.636 ELC+ELN strokes.elc #12 1.643 ELC+ELN svg.elc #12 1.646 ELC+ELN t-mouse.elc #12 1.646 ELC+ELN tab-line.elc #12 1.647 ELC+ELN tabify.elc #12 1.647 ELC+ELN talk.elc #12 1.649 ELC+ELN tar-mode.elc #12 1.650 ELC+ELN tempo.elc #12 1.652 ELC+ELN term.elc #12 1.655 ELC+ELN thingatpt.elc #12 1.657 ELC+ELN thread.elc #12 1.658 ELC+ELN thumbs.elc #12 1.660 ELC+ELN time-stamp.elc #12 1.663 ELC+ELN time.elc #12 1.664 ELC+ELN timezone.elc #12 1.665 ELC+ELN tmm.elc #12 1.666 ELC+ELN transient.elc #12 1.667 ELC+ELN tree-widget.elc #12 1.669 ELC+ELN tutorial.elc #12 1.672 ELC+ELN type-break.elc #12 1.675 ELC+ELN userlock.elc #12 1.676 ELC+ELN vcursor.elc #12 1.676 ELC+ELN view.elc #12 1.678 ELC+ELN vt-control.elc #12 1.678 ELC+ELN vt100-led.elc #12 1.679 ELC+ELN wdired.elc #12 1.679 ELC+ELN whitespace.elc #12 1.681 ELC+ELN wid-browse.elc #12 1.683 ELC+ELN wid-edit.elc #12 1.683 ELC+ELN windmove.elc #12 1.685 ELC+ELN winner.elc #12 1.686 ELC+ELN woman.elc #12 1.692 ELC+ELN xdg.elc #12 1.694 ELC+ELN xml.elc #12 1.695 ELC+ELN xt-mouse.elc #12 1.698 ELC+ELN xwidget.elc #12 1.698 ELC+ELN yank-media.elc #12 1.699 ELC+ELN calc/calc-aent.elc #12 1.701 ELC+ELN calc/calc-alg.elc #12 1.705 ELC+ELN calc/calc-arith.elc #12 1.715 ELC+ELN calc/calc-bin.elc #12 1.720 ELC+ELN calc/calc-comb.elc #12 1.726 ELC+ELN calc/calc-cplx.elc #12 1.728 ELC+ELN calc/calc-embed.elc #12 1.729 ELC+ELN calc/calc-ext.elc #12 1.734 ELC+ELN calc/calc-fin.elc #12 1.736 ELC+ELN calc/calc-forms.elc #12 1.741 ELC+ELN calc/calc-frac.elc #12 1.743 ELC+ELN calc/calc-funcs.elc #12 1.748 ELC+ELN calc/calc-graph.elc #12 1.750 ELC+ELN calc/calc-help.elc #12 1.752 ELC+ELN calc/calc-incom.elc #12 1.754 ELC+ELN calc/calc-keypd.elc #12 1.755 ELC+ELN calc/calc-lang.elc #12 1.757 ELC+ELN calc/calc-macs.elc #12 1.758 ELC+ELN calc/calc-map.elc #12 1.764 ELC+ELN calc/calc-math.elc #12 1.764 ELC+ELN calc/calc-menu.elc #12 1.765 ELC+ELN calc/calc-misc.elc #12 1.768 ELC+ELN calc/calc-mode.elc #12 1.771 ELC+ELN calc/calc-mtx.elc #12 1.774 ELC+ELN calc/calc-nlfit.elc #12 1.775 ELC+ELN calc/calc-poly.elc #12 1.779 ELC+ELN calc/calc-prog.elc #12 1.783 ELC+ELN calc/calc-rewr.elc #12 1.792 ELC+ELN calc/calc-rules.elc #12 1.792 ELC+ELN calc/calc-sel.elc #12 1.797 ELC+ELN calc/calc-stat.elc #12 1.798 ELC+ELN calc/calc-store.elc #12 1.800 ELC+ELN calc/calc-stuff.elc #12 1.801 ELC+ELN calc/calc-trail.elc #12 1.802 ELC+ELN calc/calc-undo.elc #12 1.802 ELC+ELN calc/calc-units.elc #12 1.803 ELC+ELN calc/calc-vec.elc #12 1.812 ELC+ELN calc/calc-yank.elc #12 1.813 ELC+ELN calc/calc.elc #12 1.816 ELC+ELN calc/calcalg2.elc #12 1.823 ELC+ELN calc/calcalg3.elc #12 1.835 ELC+ELN calc/calccomp.elc #12 1.839 ELC+ELN calc/calcsel2.elc #12 1.842 ELC+ELN calendar/appt.elc #12 1.845 ELC+ELN calendar/cal-bahai.elc #12 1.848 ELC+ELN calendar/cal-china.elc #12 1.848 ELC+ELN calendar/cal-coptic.elc #12 1.851 ELC+ELN calendar/cal-dst.elc #12 1.855 ELC+ELN calendar/cal-french.elc #12 1.856 ELC+ELN calendar/cal-hebrew.elc #12 1.857 ELC+ELN calendar/cal-html.elc #12 1.861 ELC+ELN calendar/cal-islam.elc #12 1.865 ELC+ELN calendar/cal-iso.elc #12 1.868 ELC+ELN calendar/cal-julian.elc #12 1.869 ELC+ELN calendar/cal-mayan.elc #12 1.871 ELC+ELN calendar/cal-menu.elc #12 1.873 ELC+ELN calendar/cal-move.elc #12 1.875 ELC+ELN calendar/cal-persia.elc #12 1.878 ELC+ELN calendar/cal-tex.elc #12 1.878 ELC+ELN calendar/cal-x.elc #12 1.879 ELC+ELN calendar/calendar.elc #12 1.891 ELC+ELN calendar/diary-lib.elc #12 1.897 ELC+ELN calendar/holidays.elc #12 1.907 ELC+ELN calendar/icalendar.elc #12 1.912 ELC+ELN calendar/iso8601.elc #12 1.913 ELC+ELN calendar/lunar.elc #12 1.915 ELC+ELN calendar/parse-time.elc #12 1.917 ELC+ELN calendar/solar.elc #12 1.917 ELC+ELN calendar/time-date.elc #12 1.919 ELC+ELN calendar/timeclock.elc #12 1.925 ELC+ELN calendar/todo-mode.elc #12 1.925 ELC+ELN cedet/cedet-cscope.elc #12 1.926 ELC+ELN cedet/cedet-files.elc #12 1.927 ELC+ELN cedet/cedet-global.elc #12 1.928 ELC+ELN cedet/cedet-idutils.elc #12 1.929 ELC+ELN cedet/cedet.elc #12 1.929 ELC+ELN cedet/data-debug.elc #12 1.931 ELC+ELN cedet/ede.elc #12 1.936 ELC+ELN cedet/mode-local.elc #12 1.940 ELC+ELN cedet/pulse.elc #12 1.941 ELC+ELN cedet/semantic.elc #12 1.942 ELC+ELN cedet/srecode.elc #12 1.943 ELC+ELN cedet/ede/auto.elc #12 1.944 ELC+ELN cedet/ede/autoconf-edit.elc #12 1.944 ELC+ELN cedet/ede/base.elc #12 1.946 ELC+ELN cedet/ede/config.elc #12 1.946 ELC+ELN cedet/ede/cpp-root.elc #12 1.948 ELC+ELN cedet/ede/custom.elc #12 1.948 ELC+ELN cedet/ede/detect.elc #12 1.949 ELC+ELN cedet/ede/dired.elc #12 1.949 ELC+ELN cedet/ede/emacs.elc #12 1.950 ELC+ELN cedet/ede/files.elc #12 1.951 ELC+ELN cedet/ede/generic.elc #12 1.953 ELC+ELN cedet/ede/linux.elc #12 1.953 ELC+ELN cedet/ede/locate.elc #12 1.955 ELC+ELN cedet/ede/make.elc #12 1.955 ELC+ELN cedet/ede/makefile-edit.elc #12 1.955 ELC+ELN cedet/ede/pconf.elc #12 1.956 ELC+ELN cedet/ede/pmake.elc #12 1.957 ELC+ELN cedet/ede/proj-archive.elc #12 1.958 ELC+ELN cedet/ede/proj-aux.elc #12 1.959 ELC+ELN cedet/ede/proj-comp.elc #12 1.960 ELC+ELN cedet/ede/proj-elisp.elc #12 1.961 ELC+ELN cedet/ede/proj-info.elc #12 1.962 ELC+ELN cedet/ede/proj-misc.elc #12 1.963 ELC+ELN cedet/ede/proj-obj.elc #12 1.964 ELC+ELN cedet/ede/proj-prog.elc #12 1.964 ELC+ELN cedet/ede/proj-scheme.elc #12 1.966 ELC+ELN cedet/ede/proj-shared.elc #12 1.966 ELC+ELN cedet/ede/proj.elc #12 1.967 ELC+ELN cedet/ede/project-am.elc #12 1.969 ELC+ELN cedet/ede/shell.elc #12 1.970 ELC+ELN cedet/ede/simple.elc #12 1.971 ELC+ELN cedet/ede/source.elc #12 1.972 ELC+ELN cedet/ede/speedbar.elc #12 1.972 ELC+ELN cedet/ede/srecode.elc #12 1.973 ELC+ELN cedet/ede/system.elc #12 1.973 ELC+ELN cedet/ede/util.elc #12 1.975 ELC+ELN cedet/semantic/analyze.elc #12 1.975 ELC+ELN cedet/semantic/bovine.elc #12 1.977 ELC+ELN cedet/semantic/chart.elc #12 1.979 ELC+ELN cedet/semantic/complete.elc #12 1.980 ELC+ELN cedet/semantic/ctxt.elc #12 1.985 ELC+ELN cedet/semantic/db-debug.elc #12 1.987 ELC+ELN cedet/semantic/db-ebrowse.elc #12 1.987 ELC+ELN cedet/semantic/db-el.elc #12 1.990 ELC+ELN cedet/semantic/db-file.elc #12 1.992 ELC+ELN cedet/semantic/db-find.elc #12 1.992 ELC+ELN cedet/semantic/db-global.elc #12 1.993 ELC+ELN cedet/semantic/db-javascript.elc #12 1.994 ELC+ELN cedet/semantic/db-mode.elc #12 1.996 ELC+ELN cedet/semantic/db-ref.elc #12 1.996 ELC+ELN cedet/semantic/db-typecache.elc #12 1.997 ELC+ELN cedet/semantic/debug.elc #12 1.998 ELC+ELN cedet/semantic/decorate.elc #12 1.998 ELC+ELN cedet/semantic/dep.elc #12 2.000 ELC+ELN cedet/semantic/doc.elc #12 2.000 ELC+ELN cedet/semantic/ede-grammar.elc #12 2.001 ELC+ELN cedet/semantic/edit.elc #12 2.001 ELC+ELN cedet/semantic/find.elc #12 2.004 ELC+ELN cedet/semantic/format.elc #12 2.004 ELC+ELN cedet/semantic/fw.elc #12 2.005 ELC+ELN cedet/semantic/grammar-wy.elc #12 2.008 ELC+ELN cedet/semantic/grammar.elc #12 2.013 ELC+ELN cedet/semantic/grm-wy-boot.elc #12 2.014 ELC+ELN cedet/semantic/html.elc #12 2.015 ELC+ELN cedet/semantic/ia-sb.elc #12 2.017 ELC+ELN cedet/semantic/ia.elc #12 2.019 ELC+ELN cedet/semantic/idle.elc #12 2.021 ELC+ELN cedet/semantic/imenu.elc #12 2.022 ELC+ELN cedet/semantic/java.elc #12 2.022 ELC+ELN cedet/semantic/lex-spp.elc #12 2.025 ELC+ELN cedet/semantic/lex.elc #12 2.027 ELC+ELN cedet/semantic/mru-bookmark.elc #12 2.028 ELC+ELN cedet/semantic/sb.elc #12 2.030 ELC+ELN cedet/semantic/scope.elc #12 2.030 ELC+ELN cedet/semantic/senator.elc #12 2.033 ELC+ELN cedet/semantic/sort.elc #12 2.034 ELC+ELN cedet/semantic/symref.elc #12 2.036 ELC+ELN cedet/semantic/tag-file.elc #12 2.036 ELC+ELN cedet/semantic/tag-ls.elc #12 2.037 ELC+ELN cedet/semantic/tag-write.elc #12 2.038 ELC+ELN cedet/semantic/tag.elc #12 2.040 ELC+ELN cedet/semantic/texi.elc #12 2.042 ELC+ELN cedet/semantic/util-modes.elc #12 2.042 ELC+ELN cedet/semantic/util.elc #12 2.044 ELC+ELN cedet/semantic/wisent.elc #12 2.045 ELC+ELN cedet/semantic/analyze/complete.elc #12 2.045 ELC+ELN cedet/semantic/analyze/debug.elc #12 2.047 ELC+ELN cedet/semantic/analyze/fcn.elc #12 2.047 ELC+ELN cedet/semantic/analyze/refs.elc #12 2.048 ELC+ELN cedet/semantic/bovine/c-by.elc #12 2.049 ELC+ELN cedet/semantic/bovine/c.elc #12 2.052 ELC+ELN cedet/semantic/bovine/debug.elc #12 2.052 #12 2.052 In toplevel form: #12 2.052 c.el:55:1: Warning: `define-child-mode' is an obsolete macro (as of 27.1); use #12 2.052 `define-derived-mode' instead. #12 2.053 ELC+ELN cedet/semantic/bovine/el.elc #12 2.053 #12 2.053 In toplevel form: #12 2.053 el.el:931:1: Warning: `define-child-mode' is an obsolete macro (as of 27.1); #12 2.053 use `define-derived-mode' instead. #12 2.056 ELC+ELN cedet/semantic/bovine/gcc.elc #12 2.058 ELC+ELN cedet/semantic/bovine/grammar.elc #12 2.060 ELC+ELN cedet/semantic/bovine/make-by.elc #12 2.061 ELC+ELN cedet/semantic/bovine/make.elc #12 2.063 ELC+ELN cedet/semantic/bovine/scm-by.elc #12 2.063 ELC+ELN cedet/semantic/bovine/scm.elc #12 2.064 ELC+ELN cedet/semantic/decorate/include.elc #12 2.065 ELC+ELN cedet/semantic/decorate/mode.elc #12 2.066 ELC+ELN cedet/semantic/symref/cscope.elc #12 2.067 ELC+ELN cedet/semantic/symref/filter.elc #12 2.068 ELC+ELN cedet/semantic/symref/global.elc #12 2.068 ELC+ELN cedet/semantic/symref/grep.elc #12 2.069 ELC+ELN cedet/semantic/symref/idutils.elc #12 2.069 ELC+ELN cedet/semantic/symref/list.elc #12 2.069 ELC+ELN cedet/semantic/wisent/comp.elc #12 2.071 ELC+ELN cedet/semantic/wisent/grammar.elc #12 2.072 ELC+ELN cedet/semantic/wisent/java-tags.elc #12 2.074 ELC+ELN cedet/semantic/wisent/javascript.elc #12 2.075 ELC+ELN cedet/semantic/wisent/javat-wy.elc #12 2.086 ELC+ELN cedet/semantic/wisent/js-wy.elc #12 2.087 ELC+ELN cedet/semantic/wisent/python-wy.elc #12 2.100 ELC+ELN cedet/semantic/wisent/python.elc #12 2.105 ELC+ELN cedet/semantic/wisent/wisent.elc #12 2.106 ELC+ELN cedet/srecode/args.elc #12 2.107 ELC+ELN cedet/srecode/compile.elc #12 2.108 ELC+ELN cedet/srecode/cpp.elc #12 2.110 ELC+ELN cedet/srecode/ctxt.elc #12 2.111 ELC+ELN cedet/srecode/dictionary.elc #12 2.112 ELC+ELN cedet/srecode/document.elc #12 2.113 ELC+ELN cedet/srecode/el.elc #12 2.115 ELC+ELN cedet/srecode/expandproto.elc #12 2.115 ELC+ELN cedet/srecode/extract.elc #12 2.117 ELC+ELN cedet/srecode/fields.elc #12 2.118 ELC+ELN cedet/srecode/filters.elc #12 2.119 ELC+ELN cedet/srecode/find.elc #12 2.119 ELC+ELN cedet/srecode/getset.elc #12 2.122 ELC+ELN cedet/srecode/insert.elc #12 2.123 ELC+ELN cedet/srecode/java.elc #12 2.124 ELC+ELN cedet/srecode/map.elc #12 2.126 ELC+ELN cedet/srecode/mode.elc #12 2.126 ELC+ELN cedet/srecode/semantic.elc #12 2.130 ELC+ELN cedet/srecode/srt-mode.elc #12 2.131 ELC+ELN cedet/srecode/srt-wy.elc #12 2.134 ELC+ELN cedet/srecode/srt.elc #12 2.136 ELC+ELN cedet/srecode/table.elc #12 2.137 ELC+ELN cedet/srecode/template.elc #12 2.138 ELC+ELN cedet/srecode/texi.elc #12 2.138 ELC+ELN emacs-lisp/advice.elc #12 2.140 ELC+ELN emacs-lisp/avl-tree.elc #12 2.143 ELC+ELN emacs-lisp/backtrace.elc #12 2.143 ELC+ELN emacs-lisp/benchmark.elc #12 2.144 ELC+ELN emacs-lisp/bindat.elc #12 2.146 ELC+ELN emacs-lisp/chart.elc #12 2.149 ELC+ELN emacs-lisp/check-declare.elc #12 2.150 ELC+ELN emacs-lisp/checkdoc.elc #12 2.151 ELC+ELN emacs-lisp/cl-indent.elc #12 2.152 ELC+ELN emacs-lisp/cl-print.elc #12 2.155 ELC+ELN emacs-lisp/copyright.elc #12 2.156 ELC+ELN emacs-lisp/crm.elc #12 2.156 ELC+ELN emacs-lisp/cursor-sensor.elc #12 2.157 ELC+ELN emacs-lisp/debug.elc #12 2.158 ELC+ELN emacs-lisp/derived.elc #12 2.161 ELC+ELN emacs-lisp/disass.elc #12 2.161 ELC+ELN emacs-lisp/easy-mmode.elc #12 2.162 ELC+ELN emacs-lisp/edebug.elc #12 2.165 ELC+ELN emacs-lisp/eieio-compat.elc #12 2.166 ELC+ELN emacs-lisp/eieio-core.elc #12 2.172 ELC+ELN emacs-lisp/eieio-custom.elc #12 2.172 ELC+ELN emacs-lisp/eieio-datadebug.elc #12 2.173 ELC+ELN emacs-lisp/eieio-opt.elc #12 2.174 ELC+ELN emacs-lisp/eieio-speedbar.elc #12 2.174 ELC+ELN emacs-lisp/elint.elc #12 2.176 ELC+ELN emacs-lisp/elp.elc #12 2.177 ELC+ELN emacs-lisp/ert-x.elc #12 2.178 ELC+ELN emacs-lisp/ert.elc #12 2.180 ELC+ELN emacs-lisp/ewoc.elc #12 2.183 ELC+ELN emacs-lisp/faceup.elc #12 2.186 ELC+ELN emacs-lisp/find-func.elc #12 2.188 ELC+ELN emacs-lisp/generator.elc #12 2.197 ELC+ELN emacs-lisp/generic.elc #12 2.198 ELC+ELN emacs-lisp/helper.elc #12 2.198 ELC+ELN emacs-lisp/hierarchy.elc #12 2.199 ELC+ELN emacs-lisp/inline.elc #12 2.201 ELC+ELN emacs-lisp/let-alist.elc #12 2.202 ELC+ELN emacs-lisp/lisp-mnt.elc #12 2.202 ELC+ELN emacs-lisp/map.elc #12 2.204 ELC+ELN emacs-lisp/memory-report.elc #12 2.205 ELC+ELN emacs-lisp/package-x.elc #12 2.206 ELC+ELN emacs-lisp/package.elc #12 2.207 ELC+ELN emacs-lisp/pcase.elc #12 2.212 ELC+ELN emacs-lisp/pp.elc #12 2.214 ELC+ELN emacs-lisp/radix-tree.elc #12 2.215 ELC+ELN emacs-lisp/re-builder.elc #12 2.218 ELC+ELN emacs-lisp/regi.elc #12 2.219 ELC+ELN emacs-lisp/ring.elc #12 2.220 ELC+ELN emacs-lisp/rmc.elc #12 2.221 ELC+ELN emacs-lisp/shadow.elc #12 2.221 ELC+ELN emacs-lisp/shortdoc.elc #12 2.222 ELC+ELN emacs-lisp/smie.elc #12 2.223 ELC+ELN emacs-lisp/tcover-ses.elc #12 2.224 ELC+ELN emacs-lisp/testcover.elc #12 2.229 ELC+ELN emacs-lisp/text-property-search.elc #12 2.230 ELC+ELN emacs-lisp/thunk.elc #12 2.231 ELC+ELN emacs-lisp/timer-list.elc #12 2.231 ELC+ELN emacs-lisp/tq.elc #12 2.232 ELC+ELN emacs-lisp/trace.elc #12 2.233 ELC+ELN emacs-lisp/unsafep.elc #12 2.233 ELC+ELN emulation/cua-base.elc #12 2.234 ELC+ELN emulation/cua-gmrk.elc #12 2.235 ELC+ELN emulation/cua-rect.elc #12 2.236 ELC+ELN emulation/edt-lk201.elc #12 2.236 ELC+ELN emulation/edt-mapper.elc #12 2.238 ELC+ELN emulation/edt-pc.elc #12 2.239 ELC+ELN emulation/edt-vt100.elc #12 2.239 ELC+ELN emulation/edt.elc #12 2.243 ELC+ELN emulation/keypad.elc #12 2.244 ELC+ELN emulation/viper-cmd.elc #12 2.244 ELC+ELN emulation/viper-ex.elc #12 2.251 ELC+ELN emulation/viper-init.elc #12 2.252 ELC+ELN emulation/viper-keym.elc #12 2.254 ELC+ELN emulation/viper-macs.elc #12 2.257 ELC+ELN emulation/viper-mous.elc #12 2.257 ELC+ELN emulation/viper-util.elc #12 2.259 ELC+ELN emulation/viper.elc #12 2.261 ELC+ELN erc/erc-autoaway.elc #12 2.262 ELC+ELN erc/erc-backend.elc #12 2.263 ELC+ELN erc/erc-button.elc #12 2.267 ELC+ELN erc/erc-capab.elc #12 2.269 ELC+ELN erc/erc-compat.elc #12 2.270 ELC+ELN erc/erc-dcc.elc #12 2.272 ELC+ELN erc/erc-desktop-notifications.elc #12 2.274 ELC+ELN erc/erc-ezbounce.elc #12 2.276 ELC+ELN erc/erc-fill.elc #12 2.276 ELC+ELN erc/erc-goodies.elc #12 2.277 ELC+ELN erc/erc-ibuffer.elc #12 2.279 ELC+ELN erc/erc-identd.elc #12 2.279 ELC+ELN erc/erc-imenu.elc #12 2.280 ELC+ELN erc/erc-join.elc #12 2.281 ELC+ELN erc/erc-lang.elc #12 2.282 ELC+ELN erc/erc-list.elc #12 2.282 ELC+ELN erc/erc-log.elc #12 2.283 ELC+ELN erc/erc-match.elc #12 2.284 ELC+ELN erc/erc-menu.elc #12 2.285 ELC+ELN erc/erc-netsplit.elc #12 2.286 ELC+ELN erc/erc-networks.elc #12 2.287 ELC+ELN erc/erc-notify.elc #12 2.288 ELC+ELN erc/erc-page.elc #12 2.289 ELC+ELN erc/erc-pcomplete.elc #12 2.289 ELC+ELN erc/erc-replace.elc #12 2.291 ELC+ELN erc/erc-ring.elc #12 2.292 ELC+ELN erc/erc-services.elc #12 2.292 ELC+ELN erc/erc-sound.elc #12 2.294 ELC+ELN erc/erc-speedbar.elc #12 2.294 ELC+ELN erc/erc-spelling.elc #12 2.296 ELC+ELN erc/erc-stamp.elc #12 2.296 ELC+ELN erc/erc-status-sidebar.elc #12 2.297 ELC+ELN erc/erc-track.elc #12 2.298 ELC+ELN erc/erc-truncate.elc #12 2.299 ELC+ELN erc/erc-xdcc.elc #12 2.301 ELC+ELN erc/erc.elc #12 2.301 ELC+ELN eshell/em-alias.elc #12 2.302 ELC+ELN eshell/em-banner.elc #12 2.303 ELC+ELN eshell/em-basic.elc #12 2.304 ELC+ELN eshell/em-cmpl.elc #12 2.305 ELC+ELN eshell/em-dirs.elc #12 2.308 ELC+ELN eshell/em-glob.elc #12 2.309 ELC+ELN eshell/em-hist.elc #12 2.314 ELC+ELN eshell/em-ls.elc #12 2.319 ELC+ELN eshell/em-pred.elc #12 2.322 ELC+ELN eshell/em-prompt.elc #12 2.322 ELC+ELN eshell/em-rebind.elc #12 2.323 ELC+ELN eshell/em-script.elc #12 2.323 ELC+ELN eshell/em-smart.elc #12 2.324 ELC+ELN eshell/em-term.elc #12 2.325 ELC+ELN eshell/em-tramp.elc #12 2.326 ELC+ELN eshell/em-unix.elc #12 2.328 ELC+ELN eshell/em-xtra.elc #12 2.329 ELC+ELN eshell/esh-arg.elc #12 2.331 ELC+ELN eshell/esh-cmd.elc #12 2.332 ELC+ELN eshell/esh-ext.elc #12 2.333 ELC+ELN eshell/esh-io.elc #12 2.335 ELC+ELN eshell/esh-mode.elc #12 2.335 ELC+ELN eshell/esh-module.elc #12 2.336 ELC+ELN eshell/esh-opt.elc #12 2.337 ELC+ELN eshell/esh-proc.elc #12 2.338 ELC+ELN eshell/esh-util.elc #12 2.339 ELC+ELN eshell/esh-var.elc #12 2.340 ELC+ELN eshell/eshell.elc #12 2.341 ELC+ELN gnus/canlock.elc #12 2.341 ELC+ELN gnus/deuglify.elc #12 2.343 ELC+ELN gnus/gmm-utils.elc #12 2.344 ELC+ELN gnus/gnus-agent.elc #12 2.346 ELC+ELN gnus/gnus-art.elc #12 2.365 ELC+ELN gnus/gnus-async.elc #12 2.369 ELC+ELN gnus/gnus-bcklg.elc #12 2.371 ELC+ELN gnus/gnus-bookmark.elc #12 2.373 ELC+ELN gnus/gnus-cache.elc #12 2.374 ELC+ELN gnus/gnus-cite.elc #12 2.377 ELC+ELN gnus/gnus-cloud.elc #12 2.380 ELC+ELN gnus/gnus-cus.elc #12 2.382 ELC+ELN gnus/gnus-dbus.elc #12 2.384 ELC+ELN gnus/gnus-delay.elc #12 2.387 ELC+ELN gnus/gnus-demon.elc #12 2.388 ELC+ELN gnus/gnus-diary.elc #12 2.390 ELC+ELN gnus/gnus-dired.elc #12 2.391 ELC+ELN gnus/gnus-draft.elc #12 2.392 ELC+ELN gnus/gnus-dup.elc #12 2.395 ELC+ELN gnus/gnus-eform.elc #12 2.395 ELC+ELN gnus/gnus-fun.elc #12 2.396 ELC+ELN gnus/gnus-gravatar.elc #12 2.398 ELC+ELN gnus/gnus-group.elc #12 2.400 ELC+ELN gnus/gnus-html.elc #12 2.404 ELC+ELN gnus/gnus-icalendar.elc #12 2.412 ELC+ELN gnus/gnus-int.elc #12 2.415 ELC+ELN gnus/gnus-kill.elc #12 2.418 ELC+ELN gnus/gnus-logic.elc #12 2.421 ELC+ELN gnus/gnus-mh.elc #12 2.424 ELC+ELN gnus/gnus-ml.elc #12 2.426 ELC+ELN gnus/gnus-mlspl.elc #12 2.426 ELC+ELN gnus/gnus-msg.elc #12 2.428 ELC+ELN gnus/gnus-notifications.elc #12 2.431 ELC+ELN gnus/gnus-picon.elc #12 2.434 ELC+ELN gnus/gnus-range.elc #12 2.440 ELC+ELN gnus/gnus-registry.elc #12 2.440 ELC+ELN gnus/gnus-rfc1843.elc #12 2.443 ELC+ELN gnus/gnus-salt.elc #12 2.446 ELC+ELN gnus/gnus-score.elc #12 2.449 ELC+ELN gnus/gnus-search.elc #12 2.458 ELC+ELN gnus/gnus-sieve.elc #12 2.461 ELC+ELN gnus/gnus-spec.elc #12 2.461 ELC+ELN gnus/gnus-srvr.elc #12 2.465 ELC+ELN gnus/gnus-start.elc #12 2.470 ELC+ELN gnus/gnus-sum.elc #12 2.507 ELC+ELN gnus/gnus-topic.elc #12 2.516 ELC+ELN gnus/gnus-undo.elc #12 2.518 ELC+ELN gnus/gnus-util.elc #12 2.520 ELC+ELN gnus/gnus-uu.elc #12 2.524 ELC+ELN gnus/gnus-vm.elc #12 2.526 ELC+ELN gnus/gnus-win.elc #12 2.528 ELC+ELN gnus/gnus.elc #12 2.530 ELC+ELN gnus/gssapi.elc #12 2.531 ELC+ELN gnus/legacy-gnus-agent.elc #12 2.535 ELC+ELN gnus/mail-source.elc #12 2.539 ELC+ELN gnus/message.elc #12 2.544 ELC+ELN gnus/mm-archive.elc #12 2.544 ELC+ELN gnus/mm-bodies.elc #12 2.545 ELC+ELN gnus/mm-decode.elc #12 2.552 ELC+ELN gnus/mm-encode.elc #12 2.553 ELC+ELN gnus/mm-extern.elc #12 2.554 ELC+ELN gnus/mm-partial.elc #12 2.557 ELC+ELN gnus/mm-url.elc #12 2.558 ELC+ELN gnus/mm-util.elc #12 2.559 ELC+ELN gnus/mm-uu.elc #12 2.561 ELC+ELN gnus/mm-view.elc #12 2.564 ELC+ELN gnus/mml-sec.elc #12 2.565 ELC+ELN gnus/mml-smime.elc #12 2.567 ELC+ELN gnus/mml.elc #12 2.567 ELC+ELN gnus/mml1991.elc #12 2.568 #12 2.568 In end of data: #12 2.568 mml1991.el:140:16: Warning: the function `mm-disable-multibyte' might not be #12 2.568 defined at runtime. #12 2.569 ELC+ELN gnus/mml2015.elc #12 2.573 ELC+ELN gnus/nnagent.elc #12 2.574 ELC+ELN gnus/nnbabyl.elc #12 2.575 ELC+ELN gnus/nndiary.elc #12 2.577 ELC+ELN gnus/nndir.elc #12 2.578 ELC+ELN gnus/nndoc.elc #12 2.581 ELC+ELN gnus/nndraft.elc #12 2.583 ELC+ELN gnus/nneething.elc #12 2.583 ELC+ELN gnus/nnfolder.elc #12 2.586 ELC+ELN gnus/nngateway.elc #12 2.587 ELC+ELN gnus/nnheader.elc #12 2.589 ELC+ELN gnus/nnimap.elc #12 2.593 ELC+ELN gnus/nnmail.elc #12 2.599 ELC+ELN gnus/nnmaildir.elc #12 2.603 ELC+ELN gnus/nnmairix.elc #12 2.612 ELC+ELN gnus/nnmbox.elc #12 2.613 ELC+ELN gnus/nnmh.elc #12 2.616 ELC+ELN gnus/nnml.elc #12 2.616 ELC+ELN gnus/nnnil.elc #12 2.618 ELC+ELN gnus/nnoo.elc #12 2.620 ELC+ELN gnus/nnregistry.elc #12 2.622 ELC+ELN gnus/nnrss.elc #12 2.623 ELC+ELN gnus/nnselect.elc #12 2.628 ELC+ELN gnus/nnspool.elc #12 2.631 ELC+ELN gnus/nntp.elc #12 2.631 ELC+ELN gnus/nnvirtual.elc #12 2.636 ELC+ELN gnus/nnweb.elc #12 2.639 ELC+ELN gnus/score-mode.elc #12 2.640 ELC+ELN gnus/smiley.elc #12 2.640 ELC+ELN gnus/smime.elc #12 2.642 ELC+ELN gnus/spam-report.elc #12 2.642 ELC+ELN gnus/spam-stat.elc #12 2.645 ELC+ELN gnus/spam-wash.elc #12 2.646 ELC+ELN gnus/spam.elc #12 2.647 ELC+ELN image/compface.elc #12 2.648 ELC+ELN image/exif.elc #12 2.649 ELC+ELN image/gravatar.elc #12 2.651 ELC+ELN image/image-converter.elc #12 2.653 ELC+ELN international/ccl.elc #12 2.654 ELC+ELN international/emoji.elc #12 2.657 ELC+ELN international/isearch-x.elc #12 2.658 ELC+ELN international/iso-ascii.elc #12 2.658 ELC+ELN international/iso-cvt.elc #12 2.659 ELC+ELN international/ja-dic-cnv.elc #12 2.659 ELC+ELN international/ja-dic-utl.elc #12 2.660 ELC+ELN international/kinsoku.elc #12 2.661 ELC+ELN international/kkc.elc #12 2.661 ELC+ELN international/latexenc.elc #12 2.662 ELC+ELN international/latin1-disp.elc #12 2.663 ELC+ELN international/mule-diag.elc #12 2.663 ELC+ELN international/ogonek.elc #12 2.665 ELC+ELN international/quail.elc #12 2.668 ELC+ELN international/rfc1843.elc #12 2.669 ELC+ELN international/robin.elc #12 2.670 ELC+ELN international/utf-7.elc #12 2.671 ELC+ELN international/utf7.elc #12 2.672 ELC+ELN language/china-util.elc #12 2.673 ELC+ELN language/cyril-util.elc #12 2.674 ELC+ELN language/ethio-util.elc #12 2.675 ELC+ELN language/hanja-util.elc #12 2.677 ELC+ELN language/ind-util.elc #12 2.677 ELC+ELN language/japan-util.elc #12 2.678 ELC+ELN language/korea-util.elc #12 2.679 ELC+ELN language/lao-util.elc #12 2.679 ELC+ELN language/pinyin.elc #12 2.680 ELC+ELN language/thai-util.elc #12 2.680 ELC+ELN language/thai-word.elc #12 2.681 ELC+ELN language/tibet-util.elc #12 2.682 ELC+ELN language/tv-util.elc #12 2.682 ELC+ELN language/viet-util.elc #12 2.682 ELC+ELN leim/ja-dic/ja-dic.elc #12 2.682 ELC+ELN leim/quail/4Corner.elc #12 2.682 INFO Extracting OKURI-NASI entries... #12 2.682 INFO Extracting OKURI-NASI entries...1% #12 2.682 INFO Extracting OKURI-NASI entries...6% #12 2.682 INFO Extracting OKURI-NASI entries...12% #12 2.682 INFO Extracting OKURI-NASI entries...14% #12 2.682 INFO Extracting OKURI-NASI entries...18% #12 2.682 INFO Extracting OKURI-NASI entries...19% #12 2.682 INFO Extracting OKURI-NASI entries...24% #12 2.682 INFO Extracting OKURI-NASI entries...25% #12 2.682 INFO Extracting OKURI-NASI entries...30% #12 2.682 INFO Extracting OKURI-NASI entries...32% #12 2.682 INFO Extracting OKURI-NASI entries...37% #12 2.682 INFO Extracting OKURI-NASI entries...43% #12 2.682 INFO Extracting OKURI-NASI entries...48% #12 2.682 INFO Extracting OKURI-NASI entries...50% #12 2.682 INFO Extracting OKURI-NASI entries...54% #12 2.682 INFO Extracting OKURI-NASI entries...58% #12 2.682 INFO Extracting OKURI-NASI entries...59% #12 2.682 INFO Extracting OKURI-NASI entries...60% #12 2.683 INFO Extracting OKURI-NASI entries...62% #12 2.683 INFO Extracting OKURI-NASI entries...66% #12 2.683 INFO Extracting OKURI-NASI entries...67% #12 2.683 INFO Extracting OKURI-NASI entries...69% #12 2.683 INFO Extracting OKURI-NASI entries...75% #12 2.683 INFO Extracting OKURI-NASI entries...76% #12 2.683 INFO Extracting OKURI-NASI entries...79% #12 2.683 INFO Extracting OKURI-NASI entries...82% #12 2.683 INFO Extracting OKURI-NASI entries...84% #12 2.683 INFO Extracting OKURI-NASI entries...85% #12 2.683 INFO Extracting OKURI-NASI entries...86% #12 2.683 INFO Extracting OKURI-NASI entries...89% #12 2.683 INFO Extracting OKURI-NASI entries...93% #12 2.683 INFO Extracting OKURI-NASI entries...94% #12 2.683 INFO Extracting OKURI-NASI entries...95% #12 2.683 INFO Extracting OKURI-NASI entries...98% #12 2.683 INFO Extracting OKURI-NASI entries...100% #12 2.683 INFO Extracting OKURI-NASI entries...done #12 2.684 ELC+ELN leim/quail/ARRAY30.elc #12 2.687 ELC+ELN leim/quail/CCDOSPY.elc #12 2.688 ELC+ELN leim/quail/CTLau-b5.elc #12 2.689 ELC+ELN leim/quail/CTLau.elc #12 2.690 ELC+ELN leim/quail/ECDICT.elc #12 2.690 ELC+ELN leim/quail/ETZY.elc #12 2.691 ELC+ELN leim/quail/PY-b5.elc #12 2.692 ELC+ELN leim/quail/PY.elc #12 2.692 ELC+ELN leim/quail/Punct-b5.elc #12 2.693 ELC+ELN leim/quail/Punct.elc #12 2.693 ELC+ELN leim/quail/QJ-b5.elc #12 2.693 ELC+ELN leim/quail/QJ.elc #12 2.694 ELC+ELN leim/quail/SW.elc #12 2.694 ELC+ELN leim/quail/TONEPY.elc #12 2.694 ELC+ELN leim/quail/ZIRANMA.elc #12 2.695 ELC+ELN leim/quail/ZOZY.elc #12 2.697 ELC+ELN leim/quail/arabic.elc #12 2.697 ELC+ELN leim/quail/cham.elc #12 2.698 ELC+ELN leim/quail/compose.elc #12 2.699 ELC+ELN leim/quail/croatian.elc #12 2.699 ELC+ELN leim/quail/cyril-jis.elc #12 2.699 ELC+ELN leim/quail/cyrillic.elc #12 2.699 ELC+ELN leim/quail/czech.elc #12 2.700 ELC+ELN leim/quail/ethiopic.elc #12 2.700 ELC+ELN leim/quail/georgian.elc #12 2.701 ELC+ELN leim/quail/greek.elc #12 2.701 ELC+ELN leim/quail/hangul.elc #12 2.701 ELC+ELN leim/quail/hanja-jis.elc #12 2.702 ELC+ELN leim/quail/hanja.elc #12 2.703 ELC+ELN leim/quail/hanja3.elc #12 2.704 ELC+ELN leim/quail/hebrew.elc #12 2.704 ELC+ELN leim/quail/indian.elc #12 2.705 ELC+ELN leim/quail/ipa-praat.elc #12 2.705 ELC+ELN leim/quail/ipa.elc #12 2.706 ELC+ELN leim/quail/japanese.elc #12 2.706 ELC+ELN leim/quail/lao.elc #12 2.707 ELC+ELN leim/quail/latin-alt.elc #12 2.707 ELC+ELN leim/quail/latin-ltx.elc #12 2.708 ELC+ELN leim/quail/latin-post.elc #12 2.708 ELC+ELN leim/quail/latin-pre.elc #12 2.709 ELC+ELN leim/quail/lrt.elc #12 2.710 ELC+ELN leim/quail/persian.elc #12 2.710 ELC+ELN leim/quail/programmer-dvorak.elc #12 2.710 ELC+ELN leim/quail/py-punct.elc #12 2.711 ELC+ELN leim/quail/pypunct-b5.elc #12 2.711 ELC+ELN leim/quail/quick-b5.elc #12 2.712 ELC+ELN leim/quail/quick-cns.elc #12 2.713 ELC+ELN leim/quail/rfc1345.elc #12 2.714 ELC+ELN leim/quail/sami.elc #12 2.714 ELC+ELN leim/quail/sgml-input.elc #12 2.715 ELC+ELN leim/quail/sisheng.elc #12 2.716 ELC+ELN leim/quail/slovak.elc #12 2.716 ELC+ELN leim/quail/symbol-ksc.elc #12 2.717 ELC+ELN leim/quail/tamil-dvorak.elc #12 2.717 ELC+ELN leim/quail/thai.elc #12 2.718 ELC+ELN leim/quail/tibetan.elc #12 2.718 ELC+ELN leim/quail/tsang-b5.elc #12 2.719 ELC+ELN leim/quail/tsang-cns.elc #12 2.720 ELC+ELN leim/quail/uni-input.elc #12 2.721 ELC+ELN leim/quail/viqr.elc #12 2.721 ELC+ELN leim/quail/vntelex.elc #12 2.722 ELC+ELN leim/quail/vnvni.elc #12 2.722 ELC+ELN leim/quail/welsh.elc #12 2.722 ELC+ELN mail/binhex.elc #12 2.722 ELC+ELN mail/emacsbug.elc #12 2.724 ELC+ELN mail/feedmail.elc #12 2.725 ELC+ELN mail/flow-fill.elc #12 2.725 ELC+ELN mail/footnote.elc #12 2.729 ELC+ELN mail/hashcash.elc #12 2.729 ELC+ELN mail/ietf-drums.elc #12 2.730 ELC+ELN mail/mail-extr.elc #12 2.731 ELC+ELN mail/mail-hist.elc #12 2.734 ELC+ELN mail/mail-parse.elc #12 2.735 ELC+ELN mail/mail-prsvr.elc #12 2.736 ELC+ELN mail/mail-utils.elc #12 2.738 ELC+ELN mail/mailabbrev.elc #12 2.738 ELC+ELN mail/mailalias.elc #12 2.740 ELC+ELN mail/mailclient.elc #12 2.740 ELC+ELN mail/mailheader.elc #12 2.742 ELC+ELN mail/mspools.elc #12 2.742 ELC+ELN mail/qp.elc #12 2.743 ELC+ELN mail/reporter.elc #12 2.743 ELC+ELN mail/rfc2045.elc #12 2.744 ELC+ELN mail/rfc2047.elc #12 2.744 ELC+ELN mail/rfc2231.elc #12 2.746 ELC+ELN mail/rfc6068.elc #12 2.747 ELC+ELN mail/rfc822.elc #12 2.748 ELC+ELN mail/rmail-spam-filter.elc #12 2.748 ELC+ELN mail/rmail.elc #12 2.750 ELC+ELN mail/rmailedit.elc #12 2.753 ELC+ELN mail/rmailkwd.elc #12 2.755 ELC+ELN mail/rmailmm.elc #12 2.758 ELC+ELN mail/rmailmsc.elc #12 2.759 ELC+ELN mail/rmailout.elc #12 2.762 ELC+ELN mail/rmailsort.elc #12 2.763 ELC+ELN mail/rmailsum.elc #12 2.764 ELC+ELN mail/sendmail.elc #12 2.768 ELC+ELN mail/smtpmail.elc #12 2.770 ELC+ELN mail/supercite.elc #12 2.774 ELC+ELN mail/uce.elc #12 2.775 ELC+ELN mail/undigest.elc #12 2.775 ELC+ELN mail/unrmail.elc #12 2.777 ELC+ELN mail/uudecode.elc #12 2.777 ELC+ELN mail/yenc.elc #12 2.778 ELC+ELN mh-e/mh-alias.elc #12 2.778 ELC+ELN mh-e/mh-buffers.elc #12 2.779 ELC+ELN mh-e/mh-comp.elc #12 2.781 ELC+ELN mh-e/mh-compat.elc #12 2.782 ELC+ELN mh-e/mh-e.elc #12 2.783 ELC+ELN mh-e/mh-folder.elc #12 2.785 ELC+ELN mh-e/mh-funcs.elc #12 2.787 ELC+ELN mh-e/mh-gnus.elc #12 2.788 ELC+ELN mh-e/mh-identity.elc #12 2.789 ELC+ELN mh-e/mh-inc.elc #12 2.789 ELC+ELN mh-e/mh-junk.elc #12 2.790 ELC+ELN mh-e/mh-letter.elc #12 2.791 ELC+ELN mh-e/mh-limit.elc #12 2.792 ELC+ELN mh-e/mh-mime.elc #12 2.793 ELC+ELN mh-e/mh-print.elc #12 2.795 ELC+ELN mh-e/mh-scan.elc #12 2.795 ELC+ELN mh-e/mh-search.elc #12 2.800 ELC+ELN mh-e/mh-seq.elc #12 2.803 ELC+ELN mh-e/mh-show.elc #12 2.805 ELC+ELN mh-e/mh-speed.elc #12 2.807 ELC+ELN mh-e/mh-thread.elc #12 2.811 ELC+ELN mh-e/mh-tool-bar.elc #12 2.814 ELC+ELN mh-e/mh-utils.elc #12 2.818 ELC+ELN mh-e/mh-xface.elc #12 2.820 ELC+ELN net/ange-ftp.elc #12 2.823 ELC+ELN net/browse-url.elc #12 2.827 ELC+ELN net/dbus.elc #12 2.827 #12 2.827 In end of data: #12 2.827 dbus.el:1405:10: Warning: the function `libxml-parse-xml-region' is not known #12 2.827 to be defined. #12 2.833 ELC+ELN net/dictionary-connection.elc #12 2.834 ELC+ELN net/dictionary.elc #12 2.834 ELC+ELN net/dig.elc #12 2.835 ELC+ELN net/dns.elc #12 2.838 ELC+ELN net/eudc-bob.elc #12 2.838 ELC+ELN net/eudc-export.elc #12 2.839 ELC+ELN net/eudc-hotlist.elc #12 2.840 ELC+ELN net/eudc-vars.elc #12 2.840 ELC+ELN net/eudc.elc #12 2.841 ELC+ELN net/eudcb-bbdb.elc #12 2.843 ELC+ELN net/eudcb-ldap.elc #12 2.844 ELC+ELN net/eudcb-mab.elc #12 2.844 ELC+ELN net/eudcb-macos-contacts.elc #12 2.845 ELC+ELN net/eww.elc #12 2.845 ELC+ELN net/gnutls.elc #12 2.846 ELC+ELN net/goto-addr.elc section_end:1637137402:build_script section_start:1637137402:after_script section_end:1637137402:after_script section_start:1637137402:upload_artifacts_on_failure Pulling docker image gitlab/gitlab-runner-helper:x86_64-d0b76032 ... section_end:1637137403:upload_artifacts_on_failure ERROR: Job failed: execution took longer than 8h0m0s seconds