unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42188: Emacs master build fails on MACOS Catilina
@ 2020-07-04 14:31 Vincent Belaïche
       [not found] ` <handler.42188.B.159387399620100.ack@debbugs.gnu.org>
  2020-07-12 13:02 ` bug#42188: Emacs master build fails on MACOS Catilina Alan Third
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Belaïche @ 2020-07-04 14:31 UTC (permalink / raw)
  To: 42188


[-- Attachment #1.1: Type: text/plain, Size: 133 bytes --]

The build was made in a shell console of an older Emacs version, but that probably does not have any relationship with the issue.


[-- Attachment #1.2: Type: text/html, Size: 386 bytes --]

[-- Attachment #2: bug-report.txt --]
[-- Type: text/plain, Size: 46476 bytes --]


Here is the build log:

bash-3.2$ ./configure --prefix=/usr/local/Cellar/emacs/master
checking for xcrun... xcrun
checking for make... yes
checking for GNU Make... make
checking build system type... x86_64-apple-darwin19.5.0
checking host system type... x86_64-apple-darwin19.5.0
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking for ar... ar
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
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... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether C compiler handles -Wno-switch... yes
checking whether C compiler handles -Wno-pointer-sign... yes
checking whether C compiler handles -Wno-string-plus-int... yes
checking whether C compiler handles -Wno-unknown-attributes... yes
checking whether C compiler handles -Wno-initializer-overrides... yes
checking whether C compiler handles -Wno-tautological-compare... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/local/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... brew
checking for makeinfo... /usr/local/bin/makeinfo
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
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 linux/fs.h... no
checking for malloc.h... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
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... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for sys/vfs.h... no
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... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... 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... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for X... no
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking if the Objective C compiler supports instancetype... yes
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... no
checking for getaddrinfo_a in -lanl... no
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 lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... none required
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... no
checking gif_lib.h presence... no
checking for gif_lib.h... no
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.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 maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
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 timer_getoverrun... no
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... no
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... yes
checking for aligned_alloc... no
checking for posix_memalign... yes
checking whether aligned_alloc is declared... no
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... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for sbrk... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for explicit_bzero... no
checking for memset_s... yes
checking for faccessat... yes
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... no
checking for gettimeofday... yes
checking for lstat... yes
checking for mkostemp... yes
checking for tzset... yes
checking for pipe2... no
checking for pselect... 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... no
checking for lutimes... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... no
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
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 for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for C/C++ restrict keyword... __restrict
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether lstat correctly handles trailing slash... no
checking for mode_t... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether memmem is declared... yes
checking whether memrchr is declared... no
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... no
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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for sigset_t... yes
checking for wchar_t... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... 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... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
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 for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking whether the utimes function works... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... no
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 for explicit_memset... no
checking for access... yes
checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking for __fpending... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking how to get file system space usage... checking for statvfs function (SVR4)... no
checking for two-argument statfs with statfs.f_frsize member... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking for statfs that truncates block counts... no
checking whether futimens works... no
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking for memmem... yes
checking whether memmem works... no
checking for mempcpy... no
checking for memrchr... no
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... no
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime loops forever near extrema... no
checking for timezone_t... no
checking for library containing timer_settime... no
checking for timer_settime... no
checking whether utimensat works... no
checking for variable-length arrays... yes
checking whether open recognizes a trailing slash... no
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking for __mktime_internal... no
checking for gcc option to disable position independent executables... not needed

Configured for 'x86_64-apple-darwin19.5.0'.

  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?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           no 
  Does Emacs use a png library?                           yes -L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  yes (ns)
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (kqueue)
  Does Emacs use access control lists?                    yes 
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               no
  Does Emacs use -lgmp?                                   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 (requires gtk3)?            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



Run 'make' to build Emacs, then run 'src/emacs' to test it.
Run 'make install' in order to build an application bundle.
The application will go to nextstep/Emacs.app and can be run or moved
from there.
The application will be fully self-contained.

configure: creating ./config.status
config.status: creating src/emacs-module.h
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Info.plist
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
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 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'.
bash-3.2$ make
make -C lib all
make[1]: Entering directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/lib'
  GEN      alloca.h
  GEN      byteswap.h
  GEN      dirent.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      ieee754.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.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_entries.o
  CC       canonicalize-lgpl.o
  CC       copy-file-range.o
  CC       euidaccess.o
  CC       explicit_bzero.o
  CC       faccessat.o
  CC       fpending.o
  CC       fstatat.o
  CC       fsusage.o
  CC       futimens.o
  CC       getgroups.o
  CC       getopt.o
  CC       getopt1.o
  CC       getrandom.o
  CC       group-member.o
  CC       lstat.o
  CC       memmem.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mktime.o
  CC       open.o
  CC       readlink.o
  CC       readlinkat.o
  CC       regex.o
  CC       sig2str.o
  CC       symlink.o
  CC       time_rz.o
  CC       timegm.o
  CC       utimensat.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       openat-proc.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       cloexec.o
  CC       close-stream.o
  CC       count-leading-zeros.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       filemode.o
  CC       filevercmp.o
  CC       gettime.o
  CC       malloca.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.o
  CC       tempname.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
make[1]: Leaving directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/lib'
make -C lib-src all
make[1]: Entering directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/lib-src'
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     hexl
  CC       pop.o
  CCLD     movemail
  CCLD     make-docfile
  CCLD     make-fingerprint
make[1]: Leaving directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/lib-src'
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
make[1]: Entering directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/src'
  GEN      lisp.mk
  GEN      globals.h
  CC       dispnew.o
  CC       frame.o
  CC       scroll.o
  CC       xdisp.o
  CC       menu.o
  CC       window.o
  CC       charset.o
  CC       coding.o
  CC       category.o
  CC       ccl.o
  CC       character.o
  CC       chartab.o
  CC       bidi.o
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.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
  GEN      buildobj.h
  CC       doc.o
  CC       editfns.o
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       dynlib.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.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
xml.c:26:10: fatal error: 'libxml/tree.h' file not found
#include <libxml/tree.h>
         ^~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [Makefile:402: xml.o] Error 1
make[1]: Leaving directory '/Users/vincentbelaiche/Documents/Perso/Projects/emacs/emacs/src'
make: *** [Makefile:424: src] Error 2
bash-3.2$
bash-3.2$ git --no-pager log -1
commit eae028b9e2c23f84dbd130d49da65f9db1db932f (HEAD -> master, origin/master, origin/HEAD)
Author: Alan Mackenzie <acm@muc.de>
Date:   Sat Jul 4 12:55:49 2020 +0000

    Fix filling in js-mode and mhtml-mode (js-mode parts), fixing bug #41897
    
    * lisp/progmodes/js.el (js-mode): Use "\\(?:" in the value of
    comment-start-skip rather than "\\(", fixing the second half of bug #41952.
    Call c-foreign-init-lit-pos-cache and install c-foreign-truncate-lit-pos-cache
    on before-change-functions, to connect up correctly with CC Mode's filling
    mechanism.
    
    * lisp/textmodes/mhtml-mode.el (mhtml--crucial-variable-prefix): Add prefixes
    "adaptive-fill-", "fill-", "normal-auto-fill-function" and "paragraph-" to
    pull in variables crucial to filling.
    (mhtml-syntax-propertize): Read the current submode from the piece of text
    being propertized rather than one character before it, and do so before
    erasing the submode text-property.
    (mhtml-mode): Set the js-mode value of auto-fill-function to js-do-auto-fill.
    Correctly initialize and use CC Mode's filling facilities, as above.



In GNU Emacs 25.3.1 (x86_64-apple-darwin16.7.0)
 of 2017-09-12 built on Sierra.local
Configured using:
 'configure --disable-dependency-tracking --disable-silent-rules
 --enable-locallisppath=/usr/local/share/emacs/site-lisp
 --infodir=/usr/local/Cellar/emacs/25.3/share/info/emacs
 --prefix=/usr/local/Cellar/emacs/25.3 --without-x --with-xml2
 --without-dbus --without-gnutls --without-imagemagick --without-ns'

Configured features:
NOTIFY ACL LIBXML2 ZLIB

Important settings:
  value of $LANG: fr_FR.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Shell

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  recentf-mode: t
  TeX-PDF-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
next-line: End of buffer
ESC <up> is undefined [2 times]
Making completion list... [3 times]
Quit
Mark saved where search started [2 times]
Mark set [3 times]
previous-line: Beginning of buffer [2 times]
Mark saved where search started
Mark set
Making completion list... [2 times]

Load-path shadows:
~/Projects/CMake/Auxiliary/cmake-mode hides /usr/local/share/emacs/site-lisp/cmake/cmake-mode
/Users/vincentbelaiche/.emacs.d/elpa/markdown-mode-20191230.1055/markdown-mode hides /usr/local/share/emacs/site-lisp/markdown-mode/markdown-mode
~/.emacs.d/lisp/doc-view hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/doc-view
~/.emacs.d/etc/rst hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/textmodes/rst
/usr/local/share/emacs/site-lisp/org/ob-exp hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-exp
/usr/local/share/emacs/site-lisp/org/ob-emacs-lisp hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-emacs-lisp
/usr/local/share/emacs/site-lisp/org/ob-css hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-css
/usr/local/share/emacs/site-lisp/org/ob-lob hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-lob
/usr/local/share/emacs/site-lisp/org/org-macs hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-macs
/usr/local/share/emacs/site-lisp/org/ob hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob
/usr/local/share/emacs/site-lisp/org/org-version hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-version
/usr/local/share/emacs/site-lisp/org/ob-scheme hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-scheme
/usr/local/share/emacs/site-lisp/org/ox hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox
/usr/local/share/emacs/site-lisp/org/ob-C hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-C
/usr/local/share/emacs/site-lisp/org/org-capture hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-capture
/usr/local/share/emacs/site-lisp/org/ob-ref hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-ref
/usr/local/share/emacs/site-lisp/org/ob-clojure hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-clojure
/usr/local/share/emacs/site-lisp/org/org-mouse hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-mouse
/usr/local/share/emacs/site-lisp/org/ob-ledger hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-ledger
/usr/local/share/emacs/site-lisp/org/org-ctags hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-ctags
/usr/local/share/emacs/site-lisp/org/org-entities hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-entities
/usr/local/share/emacs/site-lisp/org/org-archive hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-archive
/usr/local/share/emacs/site-lisp/org/ob-screen hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-screen
/usr/local/share/emacs/site-lisp/org/ob-haskell hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-haskell
/usr/local/share/emacs/site-lisp/org/ob-asymptote hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-asymptote
/usr/local/share/emacs/site-lisp/org/org-table hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-table
/usr/local/share/emacs/site-lisp/org/ox-org hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-org
/usr/local/share/emacs/site-lisp/org/org-plot hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-plot
/usr/local/share/emacs/site-lisp/org/ob-awk hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-awk
/usr/local/share/emacs/site-lisp/org/ob-octave hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-octave
/usr/local/share/emacs/site-lisp/org/org-faces hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-faces
/usr/local/share/emacs/site-lisp/org/org-colview hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-colview
/usr/local/share/emacs/site-lisp/org/ob-R hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-R
/usr/local/share/emacs/site-lisp/org/org-timer hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-timer
/usr/local/share/emacs/site-lisp/org/org-mobile hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-mobile
/usr/local/share/emacs/site-lisp/org/ob-fortran hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-fortran
/usr/local/share/emacs/site-lisp/org/ob-perl hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-perl
/usr/local/share/emacs/site-lisp/org/ob-sqlite hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-sqlite
/usr/local/share/emacs/site-lisp/org/org-list hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-list
/usr/local/share/emacs/site-lisp/org/ob-ruby hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-ruby
/usr/local/share/emacs/site-lisp/org/ob-eval hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-eval
/usr/local/share/emacs/site-lisp/org/org-habit hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-habit
/usr/local/share/emacs/site-lisp/org/org-clock hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-clock
/usr/local/share/emacs/site-lisp/org/ox-html hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-html
/usr/local/share/emacs/site-lisp/org/org-src hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-src
/usr/local/share/emacs/site-lisp/org/ob-lisp hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-lisp
/usr/local/share/emacs/site-lisp/org/ob-ditaa hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-ditaa
/usr/local/share/emacs/site-lisp/org/org-pcomplete hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-pcomplete
/usr/local/share/emacs/site-lisp/org/ox-latex hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-latex
/usr/local/share/emacs/site-lisp/org/ob-sass hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-sass
/usr/local/share/emacs/site-lisp/org/ob-io hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-io
/usr/local/share/emacs/site-lisp/org/ob-tangle hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-tangle
/usr/local/share/emacs/site-lisp/org/ob-calc hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-calc
/usr/local/share/emacs/site-lisp/org/ob-java hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-java
/usr/local/share/emacs/site-lisp/org/ox-icalendar hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-icalendar
/usr/local/share/emacs/site-lisp/org/ox-md hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-md
/usr/local/share/emacs/site-lisp/org/ox-beamer hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-beamer
/usr/local/share/emacs/site-lisp/org/org-element hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-element
/usr/local/share/emacs/site-lisp/org/org-protocol hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-protocol
/usr/local/share/emacs/site-lisp/org/ob-mscgen hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-mscgen
/usr/local/share/emacs/site-lisp/org/ob-gnuplot hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-gnuplot
/usr/local/share/emacs/site-lisp/org/ob-latex hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-latex
/usr/local/share/emacs/site-lisp/org/org-id hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-id
/usr/local/share/emacs/site-lisp/org/ox-man hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-man
/usr/local/share/emacs/site-lisp/org/org-feed hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-feed
/usr/local/share/emacs/site-lisp/org/ob-table hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-table
/usr/local/share/emacs/site-lisp/org/ob-ocaml hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-ocaml
/usr/local/share/emacs/site-lisp/org/ob-picolisp hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-picolisp
/usr/local/share/emacs/site-lisp/org/org-indent hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-indent
/usr/local/share/emacs/site-lisp/org/ob-lilypond hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-lilypond
/usr/local/share/emacs/site-lisp/org/ob-matlab hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-matlab
/usr/local/share/emacs/site-lisp/org/org-datetree hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-datetree
/usr/local/share/emacs/site-lisp/org/ob-python hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-python
/usr/local/share/emacs/site-lisp/org/ob-makefile hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-makefile
/usr/local/share/emacs/site-lisp/org/org-agenda hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-agenda
/usr/local/share/emacs/site-lisp/org/ob-dot hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-dot
/usr/local/share/emacs/site-lisp/org/ob-js hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-js
/usr/local/share/emacs/site-lisp/org/ox-publish hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-publish
/usr/local/share/emacs/site-lisp/org/org-inlinetask hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-inlinetask
/usr/local/share/emacs/site-lisp/org/ob-org hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-org
/usr/local/share/emacs/site-lisp/org/ob-core hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-core
/usr/local/share/emacs/site-lisp/org/org-compat hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-compat
/usr/local/share/emacs/site-lisp/org/ox-odt hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-odt
/usr/local/share/emacs/site-lisp/org/ob-plantuml hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-plantuml
/usr/local/share/emacs/site-lisp/org/ox-ascii hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-ascii
/usr/local/share/emacs/site-lisp/org/org-loaddefs hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-loaddefs
/usr/local/share/emacs/site-lisp/org/ob-maxima hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-maxima
/usr/local/share/emacs/site-lisp/org/org hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org
/usr/local/share/emacs/site-lisp/org/org-macro hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-macro
/usr/local/share/emacs/site-lisp/org/ob-sql hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-sql
/usr/local/share/emacs/site-lisp/org/org-attach hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-attach
/usr/local/share/emacs/site-lisp/org/ox-texinfo hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ox-texinfo
/usr/local/share/emacs/site-lisp/org/org-crypt hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-crypt
/usr/local/share/emacs/site-lisp/org/org-footnote hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-footnote
/usr/local/share/emacs/site-lisp/org/org-install hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/org-install
/usr/local/share/emacs/site-lisp/org/ob-comint hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-comint
/usr/local/share/emacs/site-lisp/org/ob-shen hides /usr/local/Cellar/emacs/25.3/share/emacs/25.3/lisp/org/ob-shen

Features:
(shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec
password-cache epg mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
shell pcomplete bug-reference add-log misearch multi-isearch vc-git
diff-mode term/xterm xterm gnus gnus-ems nnheader gnus-util time-date
mail-utils mm-util help-fns mail-prsvr flatland-black-theme jdee derived
jdee-wiz jdee-test jdee-stacktrace jdee-refactor dired-aux dired-x dired
jdee-project-file jdee-maven cl dash jdee-keys jdee-jdb
jdee-java-grammar jdee-which-method jdee-font-lock jdee-issues jdee-help
jdee-gen tempo jdee-find jdee-deps jdee-cygwin jdee-custom jdee-compile
jdee-class jdee-bytecode jdee-bug jdee-run jdee-jdk-manager jdee-dbs
jdee-dbo jdee-widgets jdee-db jdee-open-source semantic/senator
semantic/decorate pulse jdee-import jdee-complete semantic/idle
jdee-archive memoize jdee-parse jdee-backend jdee-bsh jdee-util arc-mode
archive-mode jdee-parse-expr beanshell thingatpt semantic/sb speedbar
sb-image dframe rx jdee-imenu semantic/imenu imenu semantic/sort
semantic/db-file data-debug cedet-files semantic/db eieio-base
semantic/java semantic/format ezimage image semantic/tag-ls
semantic/find semantic/doc semantic/ctxt semantic/util-modes
semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local
find-func jdee-avl-tree avl-tree etags xref project efc eieio-compat
cl-seq eieio eieio-core cl-macs jdee-annotations jdee-abbrev
jdee-classpath jdee-files jdee-activator jdee-log executable cus-edit
cus-start cus-load compile cedet cc-mode cc-fonts cc-guess cc-menus
cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs browse-url skeleton
recentf tree-widget wid-edit preview prv-emacs reporter desktop frameset
tex-buf comint ansi-color ring latex easy-mmode edmacro kmacro
tex-ispell tex-style tex regexp-opt crm advice finder-inf tex-site info
tool-bar package epg-config seq byte-opt gv bytecomp byte-compile
cl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib mule-util
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
tabulated-list newcomment elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select mouse jit-lock font-lock syntax
facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote kqueue multi-tty
make-network-process emacs)

Memory information:
((conses 16 448448 29112)
 (symbols 48 44329 0)
 (miscs 40 119 389)
 (strings 32 119295 13354)
 (string-bytes 1 3339670)
 (vectors 16 42641)
 (vector-slots 8 866540 3626)
 (floats 8 1172 919)
 (intervals 56 1866 0)
 (buffers 976 26))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42188: Acknowledgement (Emacs master build fails on MACOS Catilina )
       [not found] ` <handler.42188.B.159387399620100.ack@debbugs.gnu.org>
@ 2020-07-05 12:06   ` Vincent Belaïche
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent Belaïche @ 2020-07-05 12:06 UTC (permalink / raw)
  To: 42188@debbugs.gnu.org

Please note that I could install Emacs on MACOS Catilina w/o any further issue after using the --without-xml2 configure option.
  V.


De : GNU bug Tracking System <help-debbugs@gnu.org>
Envoyé : samedi 4 juillet 2020 16:47
À : Vincent Belaïche <vincent.b.1@hotmail.fr>
Objet : bug#42188: Acknowledgement (Emacs master build fails on MACOS Catilina ) 
 
Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 42188@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

-- 
42188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42188
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42188: Emacs master build fails on MACOS Catilina
  2020-07-04 14:31 bug#42188: Emacs master build fails on MACOS Catilina Vincent Belaïche
       [not found] ` <handler.42188.B.159387399620100.ack@debbugs.gnu.org>
@ 2020-07-12 13:02 ` Alan Third
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Third @ 2020-07-12 13:02 UTC (permalink / raw)
  To: Vincent Belaïche; +Cc: 42188-done

On Sat, Jul 04, 2020 at 02:31:18PM +0000, Vincent Belaïche wrote:
> The build was made in a shell console of an older Emacs version, but
> that probably does not have any relationship with the issue.

Hi, this is a bug in homebrew's handling of system libraries. They
recently fixed it, so I think all you have to do is update homebrew:

    brew update

But if that fails you can install libxml2 manually then set:

    export PKG_CONFIG_PATH="`brew --prefix libxml2`/lib/pkgconfig:`brew --prefix libffi`/lib/pkgconfig"

-- 
Alan Third





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-12 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04 14:31 bug#42188: Emacs master build fails on MACOS Catilina Vincent Belaïche
     [not found] ` <handler.42188.B.159387399620100.ack@debbugs.gnu.org>
2020-07-05 12:06   ` bug#42188: Acknowledgement (Emacs master build fails on MACOS Catilina ) Vincent Belaïche
2020-07-12 13:02 ` bug#42188: Emacs master build fails on MACOS Catilina Alan Third

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).