bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59673: 29.0.50; emacs 29 segfault on aarch64-linux in parallels on a


From: Cody Goodman
Subject: bug#59673: 29.0.50; emacs 29 segfault on aarch64-linux in parallels on apple m1
Date: Mon, 28 Nov 2022 15:57:30 +0000

I think the error that happens first is most relevant and likely related to the 
others:

```
  ELC+ELN  ../lisp/emacs-lisp/macroexp.elc

Error: wrong-type-argument ("../lisp/emacs-lisp/lisp-mode.el" listp ((call 
set-match-data #s(comp-mvar nil nil ((0 . 0)) nil 6189160 1) #s(comp-mvar nil 
(t) nil nil 6189530 2))))

Loading macroexp.elc...
Eager macro-expansion failure: (void-variable unshared)
make[3]: *** [Makefile:282: ../lisp/emacs-lisp/lisp-mode.elc] Error 255
make[2]: *** [Makefile:841: ../lisp/emacs-lisp/lisp-mode.elc] Error 2
make[2]: *** Waiting for unfinished jobs....
```

I believe the revision is a85ff22300736212e38f43cc7d56e8e3d4ae1203 per 
https://github.com/nix-community/emacs-overlay/commit/ec3600b1959137ecf56774206b15c5930cfa07e4.

Here is the full build log on my NixOS machine:

```
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ky8bymg9j8xk4fqg2z8h4xfc4drz752k-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./leim/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./lib-src/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./test/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./test/infra/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./test/manual/noverlay/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./doc/lispintro/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./doc/lispref/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./doc/emacs/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./doc/misc/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./oldXMenu/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./lisp/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./nextstep/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./lwlib/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./msdos/autogen/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./lib/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./admin/grammars/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./admin/charsets/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./admin/unidata/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./nt/Makefile.in'
substituteStream(): WARNING: pattern '/bin/pwd' doesn't match anything in file 
'./src/Makefile.in'
substituteStream(): WARNING: pattern '(defcustom native-comp-driver-options 
nil' doesn't match anything in file 'lisp/emacs-lisp/comp.el'
@nix { "action": "setPhase", "phase": "autoreconfPhase" }
autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: 
/nix/store/as8shpw26b6qdscz44qnpmzpja020f51-autoconf-2.71/bin/autoconf --force
autoreconf: running: 
/nix/store/as8shpw26b6qdscz44qnpmzpja020f51-autoconf-2.71/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory '.'
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: 
./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: 
./build-aux/config.guess
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: 
--prefix=/nix/store/0wk142dmqdxqfdi2bnvz6lb7983iihyz-emacs-git-20221128.0 
--disable-build-details --with-modules --with-x-toolkit=lucid --with-xft 
--with-cairo --with-native-compilation
checking for xcrun... no
checking for GNU Make... make
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether gcc and cc understand -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... yes
checking for sys/socket.h... yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for sys/un.h... yes
checking for vfork.h... no
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... yes
checking for sys/vfs.h... yes
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... yes
checking for limits.h... yes
checking for sys/select.h... yes
checking for stdalign.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sys/random.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... 
/nix/store/skrvb4xpb48kmw4iacrvsxkgyphzl3rx-gnugrep-3.7/bin/grep
checking for egrep... 
/nix/store/skrvb4xpb48kmw4iacrvsxkgyphzl3rx-gnugrep-3.7/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking for a BSD-compatible install... 
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... 
/nix/store/ykk402hjw2zzb7kdradkzxyaww59w3gd-texinfo-6.8/bin/install-info
checking for gzip... 
/nix/store/lkszw5jmpby3spbapfyhpcsmv3s4qzr3-gzip-1.12/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... -lm
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... yes
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for ADDR_NO_RANDOMIZE... yes
checking if Linux sysinfo may be used... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... libraries , headers 
checking whether malloc is Doug Lea style... no
checking for sbrk... yes
checking for getpagesize... yes
checking for __lsan_ignore_object... no
checking for fork... yes
checking for vfork... yes
checking for fchmod... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... yes
checking for gettimeofday... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for pthread_sigmask... yes
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XkbRefreshKeyboardMapping... yes
checking for XkbFreeNames... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XDisplayCells... yes
checking for XDestroySubwindows... yes
checking X11 version 6... 6 or newer
checking for XICCallback.callback... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for libwebpdemux >= 0.6.0... yes
checking for sqlite3_open_v2 in -lsqlite3... yes
checking for sqlite3_load_extension in -lsqlite3... yes
checking for getaddrinfo_a in -lanl... yes
checking for malloc_trim... yes
checking for dbus-1 >= 1.0... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_type_is_valid... yes
checking for dbus_validate_bus_name... yes
checking for dbus_validate_path... yes
checking for dbus_validate_interface... yes
checking for dbus_validate_member... yes
checking for gio-2.0 >= 2.26... yes
checking whether GSettings is in gio... yes
checking for gobject-2.0 >= 2.0... yes
checking for lgetfilecon in -lselinux... yes
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... yes
checking for jansson >= 2.7... yes
checking for tree-sitter >= 0.20.2... no
checking for tree-sitter >= 0.6.3... no
checking for sys/inotify.h... yes
checking for inotify_init1... yes
checking for XawScrollbarSetThumb in -lXaw3d... yes
checking for xaw3d... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for library containing XmuConvertStandardSelection... -lXmu
checking for XRenderQueryExtension in -lXrender... yes
checking for cairo >= 1.8.0... yes
checking for cairo-xcb >= 1.8.0... yes
checking for freetype2... yes
checking for fontconfig >= 2.2.0... yes
checking for FT_Face_GetCharVariantIndex... yes
checking for libotf... yes
checking for OTF_get_variation_glyphs in -lotf... yes
checking for m17n-flt... yes
checking for harfbuzz >= 0.9.42... yes
checking for X11/Xlib-xcb.h... yes
checking for xcb_translate_coordinates in -lxcb... yes
checking for XGetXCBConnection in -lX11-xcb... yes
checking for xcb_aux_sync in -lxcb-util... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... no
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for gcc_jit_context_acquire in -lgccjit... yes
checking for libgccjit.h... yes
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking for gpm.h... no
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... no
checking for X11/extensions/Xrandr.h... no
checking for xinerama >= 1.0.2... no
checking for X11/extensions/Xinerama.h... no
checking for xfixes >= 4.0.0... no
checking for X11/extensions/Xfixes.h... no
checking for xi... no
checking for X11/extensions/sync.h... yes
checking for XSyncQueryExtension in -lXext... yes
checking for XSyncTriggerFence... yes
checking for X11/extensions/Xdbe.h... yes
checking for XdbeAllocateBackBufferName in -lXext... yes
checking for X11/extensions/shape.h... yes
checking for XShapeQueryVersion in -lXext... yes
checking for xcb/shape.h... yes
checking for xcb_shape_combine in -lxcb-shape... yes
checking for X11/extensions/Xcomposite.h... no
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for maillock.h... no
checking for linux/seccomp.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes
checking for linux/filter.h... yes
checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes
checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes
checking for libseccomp >= 2.5.2... no
checking size of long... 8
checking for accept4... yes
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... yes
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... no
checking whether pthread_setname_np takes three arguments... no
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... yes
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking whether -ltinfo library defines BC... yes
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... yes
checking for pid_t... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawn_file_actions_addchdir... no
checking for posix_spawn_file_actions_addchdir_np... yes
checking for posix_spawnattr_setflags... yes
checking whether POSIX_SPAWN_SETSID is declared... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... yes
checking for mbstate_t... yes
checking for signals via characters... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking POSIX termios... yes
checking size of speed_t... 4
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking whether malloc (0) returns nonnull... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for a race-free mkdir -p... 
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/mkdir -p
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict__
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether ctype.h defines __header_inline... no
checking for mode_t... yes
checking whether strmode is declared... no
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for timespec_get... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether memmem is declared... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether the utimes function works... yes
checking for C compiler option to allow warnings... -Wno-error
checking for sys/acl.h... no
configure: WARNING: libacl development library was not found or not usable.
configure: WARNING: GNU Emacs will be built without ACL support.
checking for alloca as a compiler built-in... yes
checking for static_assert... yes, an <assert.h> macro
checking for __builtin_expect... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... yes
checking whether copy_file_range is known to work... yes
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fchmodat works... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes
checking for flexible array member... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether free is known to preserve errno... yes
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking for statvfs function (SVR4)... yes
checking whether to use statvfs64... no
checking for two-argument statfs with statfs.f_frsize member... yes
checking for sys/fs/s5param.h... no
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
checking whether futimens works... yes
checking for getloadavg... yes
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... yes
checking for mempcpy... yes
checking for memrchr... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... no
checking for sched_getaffinity... yes
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking for glibc compatible sched_getaffinity... yes
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... yes
checking for sig2str... no
checking for sigdescr_np... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for alignas and alignof... yes, <stdalign.h> macros
checking for bool, true, false... no
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether timer_settime is declared... yes
checking for library containing timer_settime... none required
checking for timer_settime... yes
checking whether utimensat works... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking for timer_getoverrun... yes
checking for gcc option to disable position independent executables... not 
needed

Configured for 'aarch64-unknown-linux-gnu'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -g3 -O2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes 
-L/nix/store/x26adrlyxxqrlmqbrm6ja5iyj6rbzhv0-zlib-1.2.13/lib 
-L/nix/store/n0i2c0swmp4acrykq2ghh8clbxvpy1b2-libpng-apng-1.6.37/lib -lpng16 -lz
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lwebp?                                  yes
  Does Emacs use -lsqlite3?                               yes
  Does Emacs use cairo?                                   yes
  Does Emacs use -llcms2?                                 no
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  no
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               yes
  Does Emacs use a file notification library?             yes -lglibc (inotify)
  Does Emacs use access control lists?                    no
  Does Emacs use -lselinux?                               yes
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use HarfBuzz?                                yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               yes
  Does Emacs use -ljansson?                               yes
  Does Emacs use -ltree-sitter?                           no
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   yes
  Does Emacs use version 2 of the X Input Extension?      no
  Does Emacs generate a smaller-size Japanese dictionary? no


configure: creating ./config.status
config.status: creating src/verbose.mk
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating test/manual/noverlay/Makefile
config.status: creating test/infra/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
configure: WARNING: This configuration installs a 'movemail' program
that does not retrieve POP3 email.  By default, Emacs 25 and earlier
installed a 'movemail' program that retrieved POP3 email via only
insecure channels, a practice that is no longer recommended but that
you can continue to support by using './configure --with-pop'.
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use './configure --with-mailutils'.
configurePhase completed in 39 seconds
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j6 
SHELL=/nix/store/99bgmihz5ybclg11h00nm9lgqmsfhp4p-bash-5.1-p16/bin/bash
make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/build/source'
make -C lib all
make -C doc/lispref info
make -C doc/lispintro info
make -C doc/emacs info
  GEN      info/dir
make[2]: Entering directory '/build/source/doc/lispintro'
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/mkdir -p 
../../info
make[2]: Entering directory '/build/source/doc/lispref'
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/mkdir -p 
../../info
make[2]: Entering directory '/build/source/doc/emacs'
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/mkdir -p 
../../info
  GEN      ../../info/eintr.info
  GEN      ../../info/elisp.info
  GEN      ../../info/emacs.info
make[2]: Entering directory '/build/source/lib'
  GEN      alloca.h
  GEN      dirent.h
  GEN      fcntl.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdckdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  CC       fingerprint.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       close-stream.o
  CC       count-leading-zeros.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5-stream.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
make[2]: Leaving directory '/build/source/doc/lispintro'
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       fcntl.o
  CC       file-has-acl.o
  CC       filemode.o
  CC       filevercmp.o
  CC       fsusage.o
  CC       gettime.o
  CC       nanosleep.o
  CC       nproc.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       sig2str.o
  CC       stat-time.o
  CC       tempname.o
  CC       time_rz.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
make[2]: Leaving directory '/build/source/lib'
make -C lib-src all
make[2]: Entering directory '/build/source/lib-src'
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     hexl
  CC       pop.o
make[2]: Leaving directory '/build/source/doc/emacs'
  CCLD     make-docfile
  CCLD     make-fingerprint
  CCLD     movemail
make[2]: Leaving directory '/build/source/lib-src'
make -C src 
BIN_DESTDIR=''/nix/store/0wk142dmqdxqfdi2bnvz6lb7983iihyz-emacs-git-20221128.0/bin/''
 \
         
ELN_DESTDIR='/nix/store/0wk142dmqdxqfdi2bnvz6lb7983iihyz-emacs-git-20221128.0/lib/emacs/29.0.50/'
 all
make[2]: Entering directory '/build/source/src'
  GEN      lisp.mk
  GEN      globals.h
  GEN      buildobj.h
make -C ../admin/charsets all
make -C ../admin/unidata charscript.el
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/build/source/admin/unidata'
make[3]: Entering directory '/build/source/admin/charsets'
  GEN      ../../etc/charsets/8859-2.map
  GEN      ../../etc/charsets/8859-3.map
  GEN      ../../lisp/international/charscript.el
make[3]: Entering directory '/build/source/admin/unidata'
  GEN      ../../etc/charsets/8859-4.map
make[3]: Leaving directory '/build/source/admin/unidata'
make -C ../admin/charsets cp51932.el
  GEN      ../../lisp/international/emoji-zwj.el
make[3]: Entering directory '/build/source/admin/charsets'
  GEN      ../../etc/charsets/CP932-2BYTE.map
make[3]: Leaving directory '/build/source/admin/unidata'
make -C ../admin/charsets eucjp-ms.el
make[3]: Entering directory '/build/source/admin/charsets'
  GEN      ../../lisp/international/eucjp-ms.el
  GEN      ../../etc/charsets/8859-5.map
make -C ../lwlib/ liblw.a
  CC       dispnew.o
make[3]: Entering directory '/build/source/lwlib'
  CC       lwlib.o
  CC       lwlib-Xlw.o
  GEN      ../../lisp/international/cp51932.el
make[3]: Leaving directory '/build/source/admin/charsets'
make[3]: Leaving directory '/build/source/admin/charsets'
  CC       frame.o
  CC       scroll.o
  GEN      ../../etc/charsets/8859-6.map
  GEN      ../../etc/charsets/8859-7.map
  GEN      ../../etc/charsets/8859-8.map
  GEN      ../../etc/charsets/8859-9.map
  CC       xdisp.o
  GEN      ../../etc/charsets/8859-10.map
  GEN      ../../etc/charsets/8859-11.map
  GEN      ../../etc/charsets/8859-13.map
  GEN      ../../etc/charsets/8859-14.map
  GEN      ../../etc/charsets/8859-15.map
make[2]: Leaving directory '/build/source/doc/lispref'
  CC       xlwmenu.o
  GEN      ../../etc/charsets/8859-16.map
  GEN      ../../etc/charsets/IBM037.map
  GEN      ../../etc/charsets/IBM038.map
  GEN      ../../etc/charsets/IBM256.map
  GEN      ../../etc/charsets/IBM273.map
  GEN      ../../etc/charsets/IBM274.map
  GEN      ../../etc/charsets/IBM275.map
  GEN      ../../etc/charsets/IBM277.map
  GEN      ../../etc/charsets/IBM278.map
  GEN      ../../etc/charsets/IBM280.map
  CC       lwlib-Xaw.o
  GEN      ../../etc/charsets/IBM281.map
  GEN      ../../etc/charsets/IBM284.map
  CC       lwlib-utils.o
  GEN      ../../etc/charsets/IBM285.map
  GEN      ../../etc/charsets/IBM290.map
  CC       menu.o
  GEN      ../../etc/charsets/IBM297.map
  GEN      ../../etc/charsets/IBM420.map
  GEN      ../../etc/charsets/IBM423.map
  GEN      ../../etc/charsets/IBM424.map
  GEN      ../../etc/charsets/IBM437.map
  GEN      ../../etc/charsets/IBM500.map
  GEN      ../../etc/charsets/IBM850.map
  GEN      ../../etc/charsets/IBM851.map
  GEN      ../../etc/charsets/IBM852.map
  GEN      ../../etc/charsets/IBM855.map
  GEN      ../../etc/charsets/IBM856.map
  GEN      ../../etc/charsets/IBM857.map
  GEN      ../../etc/charsets/IBM860.map
  GEN      ../../etc/charsets/IBM861.map
  GEN      ../../etc/charsets/IBM862.map
  GEN      ../../etc/charsets/IBM863.map
  GEN      ../../etc/charsets/IBM864.map
  GEN      ../../etc/charsets/IBM865.map
  GEN      ../../etc/charsets/IBM866.map
  GEN      ../../etc/charsets/IBM868.map
  GEN      ../../etc/charsets/IBM869.map
  GEN      ../../etc/charsets/IBM870.map
  GEN      ../../etc/charsets/IBM871.map
  GEN      ../../etc/charsets/IBM874.map
  GEN      ../../etc/charsets/IBM875.map
  GEN      ../../etc/charsets/IBM880.map
  GEN      ../../etc/charsets/IBM891.map
  GEN      ../../etc/charsets/IBM903.map
  GEN      ../../etc/charsets/IBM904.map
  GEN      ../../etc/charsets/IBM905.map
  GEN      ../../etc/charsets/IBM918.map
  GEN      ../../etc/charsets/IBM1004.map
  CC       xmenu.o
  GEN      ../../etc/charsets/IBM1026.map
  GEN      ../../etc/charsets/IBM1047.map
  GEN      ../../etc/charsets/CP737.map
  GEN      ../../etc/charsets/CP775.map
  GEN      liblw.a
  GEN      ../../etc/charsets/CP1125.map
  GEN      ../../etc/charsets/CP1250.map
make[3]: Leaving directory '/build/source/lwlib'
  CC       window.o
  GEN      ../../etc/charsets/CP1251.map
  GEN      ../../etc/charsets/CP1252.map
  GEN      ../../etc/charsets/CP1253.map
  GEN      ../../etc/charsets/CP1254.map
  GEN      ../../etc/charsets/CP1255.map
  GEN      ../../etc/charsets/CP1256.map
  GEN      ../../etc/charsets/CP1257.map
  GEN      ../../etc/charsets/CP1258.map
  GEN      ../../etc/charsets/CP10007.map
  GEN      ../../etc/charsets/CP720.map
  GEN      ../../etc/charsets/CP858.map
  GEN      ../../etc/charsets/GB2312.map
  GEN      ../../etc/charsets/GBK.map
  GEN      ../../etc/charsets/GB180302.map
  GEN      ../../etc/charsets/BIG5.map
  CC       charset.o
  CC       coding.o
  GEN      ../../etc/charsets/BIG5-HKSCS.map
  CC       category.o
  GEN      ../../etc/charsets/CNS-1.map
  GEN      ../../etc/charsets/CNS-2.map
  GEN      ../../etc/charsets/CNS-3.map
  GEN      ../../etc/charsets/CNS-4.map
  GEN      ../../etc/charsets/CNS-5.map
  GEN      ../../etc/charsets/CNS-6.map
  CC       ccl.o
  GEN      ../../etc/charsets/CNS-7.map
  GEN      ../../etc/charsets/CNS-F.map
  GEN      ../../etc/charsets/JISX0201.map
  CC       character.o
  GEN      ../../etc/charsets/JISX0208.map
  GEN      ../../etc/charsets/JISX0212.map
  GEN      ../../etc/charsets/JISX2132.map
  GEN      ../../etc/charsets/JISC6226.map
  GEN      ../../etc/charsets/JISX213A.map
  GEN      ../../etc/charsets/KSC5601.map
  GEN      ../../etc/charsets/KSC5636.map
  GEN      ../../etc/charsets/JOHAB.map
  GEN      ../../etc/charsets/KOI-8.map
  GEN      ../../etc/charsets/KOI8-R.map
  GEN      ../../etc/charsets/KOI8-U.map
  GEN      ../../etc/charsets/KOI8-T.map
  GEN      ../../etc/charsets/ALTERNATIVNYJ.map
  CC       chartab.o
  GEN      ../../etc/charsets/MIK.map
  GEN      ../../etc/charsets/PTCP154.map
  GEN      ../../etc/charsets/TIS-620.map
  GEN      ../../etc/charsets/VISCII.map
  GEN      ../../etc/charsets/VSCII.map
  GEN      ../../etc/charsets/VSCII-2.map
  GEN      ../../etc/charsets/KA-PS.map
  GEN      ../../etc/charsets/KA-ACADEMY.map
  GEN      ../../etc/charsets/HP-ROMAN8.map
  GEN      ../../etc/charsets/NEXTSTEP.map
  GEN      ../../etc/charsets/MACINTOSH.map
  GEN      ../../etc/charsets/EBCDICUK.map
  GEN      ../../etc/charsets/EBCDICUS.map
  GEN      ../../etc/charsets/stdenc.map
  GEN      ../../etc/charsets/symbol.map
  GEN      ../../etc/charsets/CP949-2BYTE.map
  GEN      ../../etc/charsets/BIG5-1.map
  GEN      ../../etc/charsets/BIG5-2.map
  GEN      ../../etc/charsets/MULE-ethiopic.map
  CC       bidi.o
  GEN      ../../etc/charsets/MULE-ipa.map
  GEN      ../../etc/charsets/MULE-is13194.map
  GEN      ../../etc/charsets/MULE-sisheng.map
  GEN      ../../etc/charsets/MULE-tibetan.map
  GEN      ../../etc/charsets/MULE-lviscii.map
  GEN      ../../etc/charsets/MULE-uviscii.map
  GEN      ../../etc/charsets/GB180304.map
  GEN      ../../etc/charsets/JISX2131.map
  GEN      charsets.stamp
make[3]: Leaving directory '/build/source/admin/charsets'
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       xterm.o
  CC       xfns.o
  CC       xselect.o
  CC       xrdb.o
  CC       xsmfns.o
  CC       xsettings.o
  CC       dbusbind.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
  CC       sysdep.o
  CC       bignum.o
  CC       buffer.o
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
  CC       indent.o
  CC       search.o
  CC       regex-emacs.o
  CC       undo.o
  CC       alloc.o
  CC       pdumper.o
  CC       data.o
  CC       doc.o
  CC       editfns.o
pdumper.c: In function 'dump_do_dump_relocation':
pdumper.c:5322:1: note: parameter passing for argument of type 'const struct 
dump_reloc' changed in GCC 9.1
 5322 | dump_do_dump_relocation (const uintptr_t dump_base,
      | ^~~~~~~~~~~~~~~~~~~~~~~
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       sort.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       comp.o
  CC       dynlib.o
  CC       process.o
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       inotify.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       sqlite.o
  CC       treesit.o
  CC       itree.o
  CC       xfont.o
  CC       ftfont.o
  CC       ftcrfont.o
  CC       hbfont.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       xgselect.o
  CC       json.o
  CC       terminfo.o
  CC       lastfile.o
  CC       widget.o
  CCLD     temacs
  GEN      ../etc/DOC
/nix/store/9j39c8lhbi9k7h70wir5n716za1qg0wa-coreutils-9.1/bin/mkdir -p ../etc
make -C ../lisp update-subdirs
make[3]: Entering directory '/build/source/lisp'
make[3]: Leaving directory '/build/source/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
env -i ./temacs --batch --no-build-details -l loadup --temacs=pbootstrap \
        --bin-dest 
/nix/store/0wk142dmqdxqfdi2bnvz6lb7983iihyz-emacs-git-20221128.0/bin/ 
--eln-dest 
/nix/store/0wk142dmqdxqfdi2bnvz6lb7983iihyz-emacs-git-20221128.0/lib/emacs/29.0.50/
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (/build/source/lisp /build/source/lisp/emacs-lisp 
/build/source/lisp/progmodes /build/source/lisp/language 
/build/source/lisp/international /build/source/lisp/textmodes 
/build/source/lisp/vc)
Loading emacs-lisp/debug-early (source)...
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading keymap (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading /build/source/lisp/files.el (source)...
Loading /build/source/lisp/emacs-lisp/macroexp.el (source)...
Loading /build/source/lisp/emacs-lisp/pcase.el (source)...
Loading /build/source/lisp/emacs-lisp/macroexp.el (source)...
Loading /build/source/lisp/cus-face.el (source)...
Loading /build/source/lisp/faces.el (source)...
Loading /build/source/lisp/ldefs-boot.el (source)...
Loading /build/source/lisp/button.el (source)...
Loading /build/source/lisp/emacs-lisp/cl-preloaded.el (source)...
Loading /build/source/lisp/emacs-lisp/oclosure.el (source)...
Loading /build/source/lisp/obarray.el (source)...
Loading /build/source/lisp/abbrev.el (source)...
Loading /build/source/lisp/help.el (source)...
Loading /build/source/lisp/jka-cmpr-hook.el (source)...
Loading /build/source/lisp/epa-hook.el (source)...
Loading /build/source/lisp/international/mule-cmds.el (source)...
Loading /build/source/lisp/case-table.el (source)...
Loading /build/source/lisp/international/characters.el (source)...
Loading /build/source/lisp/international/charscript.el (source)...
Loading /build/source/lisp/international/emoji-zwj.el (source)...
Loading /build/source/lisp/composite.el (source)...
Loading /build/source/lisp/language/chinese.el (source)...
Loading /build/source/lisp/language/cyrillic.el (source)...
Loading /build/source/lisp/language/indian.el (source)...
Loading /build/source/lisp/language/sinhala.el (source)...
Loading /build/source/lisp/language/english.el (source)...
Loading /build/source/lisp/language/ethiopic.el (source)...
Loading /build/source/lisp/language/european.el (source)...
Loading /build/source/lisp/language/czech.el (source)...
Loading /build/source/lisp/language/slovak.el (source)...
Loading /build/source/lisp/language/romanian.el (source)...
Loading /build/source/lisp/language/greek.el (source)...
Loading /build/source/lisp/language/hebrew.el (source)...
Loading /build/source/lisp/international/cp51932.el (source)...
Loading /build/source/lisp/international/eucjp-ms.el (source)...
Loading /build/source/lisp/language/japanese.el (source)...
Loading /build/source/lisp/language/korean.el (source)...
Loading /build/source/lisp/language/lao.el (source)...
Loading /build/source/lisp/language/tai-viet.el (source)...
Loading /build/source/lisp/language/thai.el (source)...
Loading /build/source/lisp/language/tibetan.el (source)...
Loading /build/source/lisp/language/vietnamese.el (source)...
Loading /build/source/lisp/language/misc-lang.el (source)...
Loading /build/source/lisp/language/utf-8-lang.el (source)...
Loading /build/source/lisp/language/georgian.el (source)...
Loading /build/source/lisp/language/khmer.el (source)...
Loading /build/source/lisp/language/burmese.el (source)...
Loading /build/source/lisp/language/cham.el (source)...
Loading /build/source/lisp/language/philippine.el (source)...
Loading /build/source/lisp/language/indonesian.el (source)...
Loading /build/source/lisp/indent.el (source)...
Loading /build/source/lisp/emacs-lisp/cl-generic.el (source)...
Loading /build/source/lisp/simple.el (source)...
Loading /build/source/lisp/emacs-lisp/seq.el (source)...
Loading /build/source/lisp/emacs-lisp/nadvice.el (source)...
Loading /build/source/lisp/minibuffer.el (source)...
Loading /build/source/lisp/frame.el (source)...
Loading /build/source/lisp/startup.el (source)...
Loading /build/source/lisp/term/tty-colors.el (source)...
Loading /build/source/lisp/font-core.el (source)...
Loading /build/source/lisp/emacs-lisp/syntax.el (source)...
Loading /build/source/lisp/font-lock.el (source)...
Loading /build/source/lisp/jit-lock.el (source)...
Loading /build/source/lisp/mouse.el (source)...
Loading /build/source/lisp/scroll-bar.el (source)...
Loading /build/source/lisp/select.el (source)...
Loading /build/source/lisp/emacs-lisp/timer.el (source)...
Loading /build/source/lisp/emacs-lisp/easymenu.el (source)...
Loading /build/source/lisp/isearch.el (source)...
Loading /build/source/lisp/rfn-eshadow.el (source)...
Loading /build/source/lisp/menu-bar.el (source)...
Loading /build/source/lisp/tab-bar.el (source)...
Loading /build/source/lisp/emacs-lisp/lisp.el (source)...
Loading /build/source/lisp/textmodes/page.el (source)...
Loading /build/source/lisp/register.el (source)...
Loading /build/source/lisp/textmodes/paragraphs.el (source)...
Loading /build/source/lisp/progmodes/prog-mode.el (source)...
Loading /build/source/lisp/emacs-lisp/lisp-mode.el (source)...
Loading /build/source/lisp/textmodes/text-mode.el (source)...
Loading /build/source/lisp/textmodes/fill.el (source)...
Loading /build/source/lisp/newcomment.el (source)...
Loading /build/source/lisp/replace.el (source)...
Loading /build/source/lisp/emacs-lisp/tabulated-list.el (source)...
Loading /build/source/lisp/buff-menu.el (source)...
Loading /build/source/lisp/fringe.el (source)...
Loading /build/source/lisp/emacs-lisp/regexp-opt.el (source)...
Loading /build/source/lisp/image.el (source)...
Loading /build/source/lisp/international/fontset.el (source)...
Loading /build/source/lisp/dnd.el (source)...
Loading /build/source/lisp/tool-bar.el (source)...
Loading /build/source/lisp/dynamic-setting.el (source)...
Loading /build/source/lisp/x-dnd.el (source)...
Loading /build/source/lisp/term/common-win.el (source)...
Loading /build/source/lisp/term/x-win.el (source)...
Loading /build/source/lisp/mwheel.el (source)...
Loading /build/source/lisp/progmodes/elisp-mode.el (source)...
Loading /build/source/lisp/emacs-lisp/float-sup.el (source)...
Loading /build/source/lisp/vc/vc-hooks.el (source)...
Loading /build/source/lisp/vc/ediff-hook.el (source)...
Loading /build/source/lisp/uniquify.el (source)...
Loading /build/source/lisp/electric.el (source)...
Loading /build/source/lisp/paren.el (source)...
Loading /build/source/lisp/emacs-lisp/shorthands.el (source)...
Loading /build/source/lisp/emacs-lisp/eldoc.el (source)...
Loading /build/source/lisp/emacs-lisp/cconv.el (source)...
Loading /build/source/lisp/cus-start.el (source)...
Loading /build/source/lisp/tooltip.el (source)...
Loading /build/source/lisp/international/iso-transl.el (source)...
Loading /build/source/lisp/emacs-lisp/rmc.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
Dumping fingerprint: 
67b46bcab1afdf667f1d7106605e98ab1df78e73e8784017b4a369235530eeb8
Dump complete
Byte counts: header=100 hot=15549540 discardable=196792 cold=10839360
Reloc counts: hot=1084380 discardable=5408
ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/build/source/lisp'
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
  ELC      emacs-lisp/comp.elc
  ELC      emacs-lisp/comp-cstr.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/macroexp.elc
  ELC      emacs-lisp/loaddefs-gen.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/cconv.elc
  ELC      emacs-lisp/radix-tree.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/byte-opt.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-cstr.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/bytecomp.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/loaddefs-gen.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/radix-tree.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/comp.elc
make[3]: Leaving directory '/build/source/lisp'
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/build/source/lisp'
  ELC+ELN  emacs-lisp/macroexp.elc
  ELC+ELN  emacs-lisp/cconv.elc
  ELC+ELN  emacs-lisp/byte-opt.elc
  ELC+ELN  emacs-lisp/bytecomp.elc
  ELC+ELN  emacs-lisp/comp.elc
  ELC+ELN  emacs-lisp/comp-cstr.elc
  ELC+ELN  emacs-lisp/loaddefs-gen.elc
  ELC+ELN  emacs-lisp/radix-tree.elc
make[3]: Leaving directory '/build/source/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/build/source/lisp'
  ELC+ELN  international/titdic-cnv.elc
  ELC+ELN  ../lisp/bindings.elc
  ELC+ELN  ../lisp/buff-menu.elc
  ELC+ELN  ../lisp/abbrev.elc
  ELC+ELN  ../lisp/button.elc
  ELC+ELN  ../lisp/case-table.elc
  ELC+ELN  ../lisp/composite.elc
  ELC+ELN  ../lisp/cus-face.elc
  ELC+ELN  ../lisp/cus-start.elc
  ELC+ELN  ../lisp/custom.elc
  ELC+ELN  ../lisp/disp-table.elc
  ELC+ELN  ../lisp/dnd.elc
  ELC+ELN  ../lisp/dos-fns.elc
make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs"
make[4]: Entering directory '/build/source/admin/grammars'
  GEN      ../../lisp/cedet/semantic/bovine/c-by.el
  GEN      ../../lisp/cedet/semantic/bovine/make-by.el
  ELC+ELN  ../lisp/dos-vars.elc
  ELC+ELN  ../lisp/dos-w32.elc
Loading /build/source/lisp/cedet/semantic/grm-wy-boot.el (source)...
  ELC+ELN  ../lisp/dynamic-setting.elc
  ELC+ELN  ../lisp/electric.elc
  ELC+ELN  ../lisp/emacs-lisp/backquote.elc
  GEN      ../../lisp/cedet/semantic/bovine/scm-by.el
  ELC+ELN  ../lisp/emacs-lisp/byte-run.elc
  ELC+ELN  ../lisp/emacs-lisp/cconv.elc
  ELC+ELN  ../lisp/emacs-lisp/cl-generic.elc
  ELC+ELN  ../lisp/emacs-lisp/cl-preloaded.elc
  ELC+ELN  ../lisp/emacs-lisp/debug-early.elc
Loading /build/source/lisp/cedet/semantic/grm-wy-boot.el (source)...
  ELC+ELN  ../lisp/emacs-lisp/easymenu.elc
  ELC+ELN  ../lisp/emacs-lisp/eldoc.elc
  GEN      ../../lisp/cedet/semantic/grammar-wy.el
  ELC+ELN  ../lisp/emacs-lisp/float-sup.elc
Loading /build/source/lisp/cedet/semantic/grm-wy-boot.el (source)...
  ELC+ELN  ../lisp/emacs-lisp/lisp-mode.elc
  GEN      ../../lisp/cedet/semantic/wisent/javat-wy.el
  ELC+ELN  ../lisp/emacs-lisp/lisp.elc
  ELC+ELN  ../lisp/emacs-lisp/macroexp.elc

Error: wrong-type-argument ("../lisp/emacs-lisp/lisp-mode.el" listp ((call 
set-match-data #s(comp-mvar nil nil ((0 . 0)) nil 6189160 1) #s(comp-mvar nil 
(t) nil nil 6189530 2))))

Loading macroexp.elc...
Eager macro-expansion failure: (void-variable unshared)
make[3]: *** [Makefile:282: ../lisp/emacs-lisp/lisp-mode.elc] Error 255
make[2]: *** [Makefile:841: ../lisp/emacs-lisp/lisp-mode.elc] Error 2
make[2]: *** Waiting for unfinished jobs....
  GEN      ../../lisp/cedet/semantic/wisent/js-wy.el
Loading /build/source/lisp/cedet/semantic/grm-wy-boot.el (source)...
  GEN      ../../lisp/cedet/semantic/wisent/python-wy.el
  GEN      ../../lisp/cedet/srecode/srt-wy.el
make[4]: Leaving directory '/build/source/admin/grammars'
make -C ../leim all EMACS="../src/bootstrap-emacs"
make[4]: Entering directory '/build/source/leim'
  GEN      ../lisp/leim/quail/CCDOSPY.el
  GEN      ../lisp/leim/quail/Punct.el
  GEN      ../lisp/leim/quail/QJ.el
  GEN      ../lisp/leim/quail/SW.el
  GEN      ../lisp/leim/quail/TONEPY.el
  GEN      ../lisp/leim/quail/4Corner.el
  GEN      ../lisp/leim/quail/ARRAY30.el
  GEN      ../lisp/leim/quail/ECDICT.el
  GEN      ../lisp/leim/quail/ETZY.el
  GEN      ../lisp/leim/quail/Punct-b5.el
  GEN      ../lisp/leim/quail/PY-b5.el
Backtrace:
../src/bootstrap-emacs[0x5478f4]
../src/bootstrap-emacs[0x41f2c8]
../src/bootstrap-emacs[0x41f4d4]
../src/bootstrap-emacs[0x545a10]
../src/bootstrap-emacs[0x545aa0]
linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xfffff7ffb7cc]
../src/bootstrap-emacs[0x4c8db4]
../src/bootstrap-emacs[0x5d3034]
../src/bootstrap-emacs[0x5d5b40]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F7469742d70726f636573732d686561646572_tit_process_header_0+0x330)[0xfffff1632ab8]
../src/bootstrap-emacs[0x5aca90]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F7469746469632d636f6e76657274_titdic_convert_0+0x3d8)[0xfffff1634578]
../src/bootstrap-emacs[0x5aca90]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F62617463682d7469746469632d636f6e76657274_batch_titdic_convert_0+0x320)[0xfffff1634a78]
../src/bootstrap-emacs[0x5aca90]
../src/bootstrap-emacs[0x5b05b8]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b2568]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b1bcc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b2568]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b22cc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b22cc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b113c]
../src/bootstrap-emacs[0x5b1d18]
...
  GEN      ../lisp/leim/quail/QJ-b5.el
make[4]: *** [Makefile:102: ../lisp/leim/quail/Punct.el] Segmentation fault 
(core dumped)
make[4]: *** Waiting for unfinished jobs....
Backtrace:
../src/bootstrap-emacs[0x5478f4]
../src/bootstrap-emacs[0x41f2c8]
../src/bootstrap-emacs[0x41f4d4]
../src/bootstrap-emacs[0x545a10]
../src/bootstrap-emacs[0x545aa0]
linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xfffff7ffb7cc]
/nix/store/g14swv4f0rg83naqj87g1mjmyvrmrxmf-glibc-2.35-163/lib/libc.so.6(+0x95970)[0xfffff4725970]
../src/bootstrap-emacs[0x5bab6c]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F7469742d70726f636573732d626f6479_tit_process_body_0+0x6e4)[0xfffff1633fec]
../src/bootstrap-emacs[0x5aca90]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F7469746469632d636f6e76657274_titdic_convert_0+0x3f8)[0xfffff1634598]
../src/bootstrap-emacs[0x5aca90]
/build/source/native-lisp/29.0.50-98f1f65f/titdic-cnv-765ac3be-95ea0876.eln(F62617463682d7469746469632d636f6e76657274_batch_titdic_convert_0+0x320)[0xfffff1634a78]
../src/bootstrap-emacs[0x5aca90]
../src/bootstrap-emacs[0x5b05b8]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b2568]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b1bcc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b2568]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b22cc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b22cc]
../src/bootstrap-emacs[0x5b08c4]
../src/bootstrap-emacs[0x5b0c14]
../src/bootstrap-emacs[0x5b113c]
../src/bootstrap-emacs[0x5b1d18]
../src/bootstrap-emacs[0x5b0328]
...
make[4]: *** [Makefile:102: ../lisp/leim/quail/ARRAY30.el] Segmentation fault 
(core dumped)
make[4]: Leaving directory '/build/source/leim'
make[3]: *** [Makefile:414: leim] Error 2
make[3]: Leaving directory '/build/source/lisp'
make[2]: *** [Makefile:889: ../lisp/loaddefs.el] Error 2
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:544: src] Error 2
make[1]: Leaving directory '/build/source'
make[1]: Entering directory '/build/source'
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
***
make[1]: *** [Makefile:414: advice-on-failure] Error 2
make[1]: Leaving directory '/build/source'
make: *** [Makefile:370: all] Error 2
```

Thanks for your time and any help.











reply via email to

[Prev in Thread] Current Thread [Next in Thread]