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

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

Re: Please help me to bug-fix the following install code:


From: John Carter
Subject: Re: Please help me to bug-fix the following install code:
Date: Thu, 7 Dec 2023 11:24:19 +1300

That probably should be "sudo make install"

On Thu, Dec 7, 2023 at 11:21 AM Davin Pearson <davin.pearson@gmail.com>
wrote:

> Here is the copy of the xterm command output, but note that
> it fails to build any files in the folder /usr/share/emacs
> like it should do:
>
> Please search this email for the string MILESTONE: (case sensitive)
> as that line contains the makefile target "make install" which doesn't
> work as it should.
>
> Note that I have us-tarred the file emacs-29.1.tar.xz
> to the directory ~/Downloads
>
> Wed 06 Dec 2023 13:57:17 NZDT
> davin@davins:~/Downloads/emacs-29.1$ cat ~/build-emacs
> ./configure --with-x-toolkit=no --with-xpm=ifavailable
> --with-jpeg=ifavailable --with-png=ifavailable --with-gif=ifavailable
> --with-tiff=ifavailable --with-gnutls=ifavailable
> davin@davins:~/Downloads/emacs-29.1$ bash ~/build-emacs
> checking for xcrun... no
> checking for GNU Make... make
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> 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 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... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for Minix Amsterdam compiler... no
> checking for ar... ar
> 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... no
> checking whether C compiler handles -Werror -Wunknown-warning-option... no
> 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/bin/install-info
> checking for gzip... /usr/bin/gzip
> checking for 'find' args to delete a file... -delete
> checking for brew... no
> configure: WARNING: You do not seem to have makeinfo >= 4.13.
> You will not be able to rebuild the manuals if you delete them or change
> their sources.
> checking for -znocombreloc... not needed
> checking whether addresses are sanitized... no
> checking for math library... -lm
> checking for pkg-config... no
> 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... no
> checking for libwebpdemux >= 0.6.0... no
> checking for WebPGetInfo... no
> checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no
> checking for sqlite3_open_v2 in -lsqlite3... no
> checking for getaddrinfo_a in -lanl... yes
> checking for malloc_trim... yes
> checking for dbus-1 >= 1.0... no
> checking for gio-2.0 >= 2.26... no
> checking for gconf-2.0 >= 2.13... no
> checking for lgetfilecon in -lselinux... no
> checking for gnutls >= 2.12.2... no
> checking for libsystemd >= 222... no
> checking for jansson >= 2.7... no
> 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 cairo >= 1.8.0... no
> configure: WARNING: cairo requested but not found.
> checking for fontconfig >= 2.2.0... no
> checking for X11/Xlib-xcb.h... no
> checking for X11/xpm.h... no
> checking for jpeglib 6b or later... no
> checking for lcms2... no
> checking for library containing inflateEnd... -lz
> checking for dladdr... yes
> checking for dlfunc... no
> checking for libpng >= 1.0.0... no
> checking for libpng not configured by pkg-config... no
> checking for tiffio.h... no
> checking for gif_lib.h... no
> checking for gpm.h... no
> checking for X11/SM/SMlib.h... no
> 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... no
> checking for X11/extensions/Xdbe.h... no
> checking for X11/extensions/shape.h... no
> checking for X11/extensions/Xcomposite.h... no
> checking for libxml-2.0 > 2.6.17... no
> 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... no
> 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... /usr/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... no
> checking for mawk... mawk
> 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... 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 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... no
> checking for gmp/gmp.h... no
> 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 __mktime_internal... no
> checking for timer_getoverrun... yes
> checking for gcc option to disable position independent executables... not
> needed
>
> Configured for 'x86_64-pc-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?                          none
>   Where do we find X Windows header files?                Standard dirs
>   Where do we find X Windows libraries?                   Standard dirs
>   Does Emacs use -lXaw3d?                                 no
>   Does Emacs use -lXpm?                                   no
>   Does Emacs use -ljpeg?                                  no
>   Does Emacs use -ltiff?                                  no
>   Does Emacs use a gif library?                           no
>   Does Emacs use a png library?                           no
>   Does Emacs use -lrsvg-2?                                no
>   Does Emacs use -lwebp?                                  no
>   Does Emacs use -lsqlite3?                               no
>   Does Emacs use cairo?                                   no
>   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?                                  no
>   Does Emacs use -lgconf?                                 no
>   Does Emacs use GSettings?                               no
>   Does Emacs use a file notification library?             yes -lglibc
> (inotify)
>   Does Emacs use access control lists?                    no
>   Does Emacs use -lselinux?                               no
>   Does Emacs use -lgnutls?                                no
>   Does Emacs use -lxml2?                                  no
>   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 -ltree-sitter?                           no
>   Does Emacs use the GMP library?                         no
>   Does Emacs directly use zlib?                           yes
>   Does Emacs have dynamic modules support?                yes
>   Does Emacs use toolkit scroll bars?                     no
>   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?                   no
>   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: src/config.h is unchanged
> 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'.
> davin@davins:~/Downloads/emacs-29.1$ make
> make actual-all || make advice-on-failure make-target=all exit-status=$?
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1'
> make -C lib all
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lib'
>   GEN      alloca.h
>   GEN      dirent.h
>   GEN      fcntl.h
>   GEN      inttypes.h
> echo '#include "mini-gmp.h"' > gmp.h-t
> mv gmp.h-t gmp.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       mktime.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
> careadlinkat.c: In function ‘careadlinkat’:
> careadlinkat.c:178:5: warning: #warning "GCC might issue a bogus
> -Wreturn-local-addr warning here." [-Wcpp]
>   178 |    #warning "GCC might issue a bogus -Wreturn-local-addr warning
> here."
>       |     ^~~~~~~
> careadlinkat.c:179:5: warning: #warning "See <
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
>   179 |    #warning "See <
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644
> >."
>       |     ^~~~~~~
> careadlinkat.c:182:10: warning: function may return address of local
> variable [-Wreturn-local-addr]
>   182 |   return readlink_stk (fd, filename, buffer, buffer_size, alloc,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   183 |                        preadlinkat, stack_buf);
>       |                        ~~~~~~~~~~~~~~~~~~~~~~~
> careadlinkat.c:181:8: note: declared here
>   181 |   char stack_buf[STACK_BUF_SIZE];
>       |        ^~~~~~~~~
>   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
>   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       mini-gmp-gnulib.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       timegm.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 '/home/davin/Downloads/emacs-29.1/lib'
> make -C lib-src all
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lib-src'
>   CCLD     etags
>   CCLD     ctags
>   CCLD     emacsclient
>   CCLD     ebrowse
>   CCLD     hexl
>   CCLD     movemail
>   CCLD     make-docfile
>   CCLD     make-fingerprint
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/lib-src'
> make -C src BIN_DESTDIR=''/usr/local/bin/'' \
> ELN_DESTDIR='/usr/local/lib/emacs/29.1/' all
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/src'
> make -C ../oldXMenu/ libXMenu11.a
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make[3]: 'libXMenu11.a' is up to date.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
>   GEN      globals.h
>   CC       dispnew.o
>   CC       frame.o
>   CC       scroll.o
>   CC       xdisp.o
>   CC       menu.o
>   CC       xmenu.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       xterm.o
>   CC       xfns.o
>   CC       xselect.o
>   CC       xrdb.o
>   CC       xsettings.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       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       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       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       fontset.o
>   CC       fringe.o
>   CC       image.o
>   CC       terminfo.o
>   CC       lastfile.o
> make -C ../admin/charsets all
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/unidata charscript.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'charscript.el'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata emoji-zwj.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'emoji-zwj.el'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
>   CCLD     temacs
> /usr/bin/mkdir -p ../etc
>   GEN      ../etc/DOC
> make -C ../lisp update-subdirs
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> cp -f temacs bootstrap-emacs
> rm -f bootstrap-emacs.pdmp
> ./temacs --batch  -l loadup --temacs=pbootstrap \
> --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.1/
> Loading loadup.el (source)...
> Dump mode: pbootstrap
> Using load-path (/home/davin/Downloads/emacs-29.1/lisp
> /home/davin/Downloads/emacs-29.1/lisp/emacs-lisp
> /home/davin/Downloads/emacs-29.1/lisp/progmodes
> /home/davin/Downloads/emacs-29.1/lisp/language
> /home/davin/Downloads/emacs-29.1/lisp/international
> /home/davin/Downloads/emacs-29.1/lisp/textmodes
> /home/davin/Downloads/emacs-29.1/lisp/vc)
> Loading emacs-lisp/debug-early...
> Loading emacs-lisp/byte-run...
> Loading emacs-lisp/backquote...
> Loading subr...
> Loading keymap...
> Loading version...
> Loading widget...
> Loading custom...
> Loading emacs-lisp/map-ynp...
> Loading international/mule...
> Loading international/mule-conf...
> Loading env...
> Loading format...
> Loading bindings...
> Loading window...
> Loading files...
> Loading emacs-lisp/macroexp...
> Loading cus-face...
> Loading faces...
> Loading loaddefs...
> Loading /home/davin/Downloads/emacs-29.1/lisp/theme-loaddefs.el (source)...
> Loading button...
> Loading emacs-lisp/cl-preloaded...
> Loading emacs-lisp/oclosure...
> Loading obarray...
> Loading abbrev...
> Loading help...
> Loading jka-cmpr-hook...
> Loading epa-hook...
> Loading international/mule-cmds...
> Loading case-table...
> Loading /home/davin/Downloads/emacs-29.1/lisp/international/charprop.el
> (source)...
> Loading international/characters...
> Loading international/charscript...
> Loading international/emoji-zwj...
> Loading composite...
> Loading language/chinese...
> Loading language/cyrillic...
> Loading language/indian...
> Loading language/sinhala...
> Loading language/english...
> Loading language/ethiopic...
> Loading language/european...
> Loading language/czech...
> Loading language/slovak...
> Loading language/romanian...
> Loading language/greek...
> Loading language/hebrew...
> Loading international/cp51932...
> Loading international/eucjp-ms...
> Loading language/japanese...
> Loading language/korean...
> Loading language/lao...
> Loading language/tai-viet...
> Loading language/thai...
> Loading language/tibetan...
> Loading language/vietnamese...
> Loading language/misc-lang...
> Loading language/utf-8-lang...
> Loading language/georgian...
> Loading language/khmer...
> Loading language/burmese...
> Loading language/cham...
> Loading language/philippine...
> Loading language/indonesian...
> Loading indent...
> Loading emacs-lisp/cl-generic...
> Loading simple...
> Loading emacs-lisp/seq...
> Loading emacs-lisp/nadvice...
> Loading minibuffer...
> Loading frame...
> Loading startup...
> Loading term/tty-colors...
> Loading font-core...
> Loading emacs-lisp/syntax...
> Loading font-lock...
> Loading jit-lock...
> Loading mouse...
> Loading scroll-bar...
> Loading select...
> Loading emacs-lisp/timer...
> Loading emacs-lisp/easymenu...
> Loading isearch...
> Loading rfn-eshadow...
> Loading menu-bar...
> Loading tab-bar...
> Loading emacs-lisp/lisp...
> Loading textmodes/page...
> Loading register...
> Loading textmodes/paragraphs...
> Loading progmodes/prog-mode...
> Loading emacs-lisp/lisp-mode...
> Loading textmodes/text-mode...
> Loading textmodes/fill...
> Loading newcomment...
> Loading replace...
> Loading emacs-lisp/tabulated-list...
> Loading buff-menu...
> Loading fringe...
> Loading emacs-lisp/regexp-opt...
> Loading image...
> Loading international/fontset...
> Loading dnd...
> Loading tool-bar...
> Loading dynamic-setting...
> Loading x-dnd...
> Loading term/common-win...
> Loading term/x-win...
> Loading mwheel...
> Loading progmodes/elisp-mode...
> Loading emacs-lisp/float-sup...
> Loading vc/vc-hooks...
> Loading vc/ediff-hook...
> Loading uniquify...
> Loading electric...
> Loading paren...
> Loading emacs-lisp/shorthands...
> Loading emacs-lisp/eldoc...
> Loading emacs-lisp/cconv...
> Loading cus-start...
> Loading tooltip...
> Loading international/iso-transl...
> Loading /home/davin/Downloads/emacs-29.1/lisp/leim/leim-list.el (source)...
> Loading emacs-lisp/rmc...
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Dumping under the name bootstrap-emacs.pdmp
> Dumping fingerprint:
> 457004cb265d5caad21e7dab126979d8af73853b1f0ca14db0e5684ae3fce3d6
> Dump complete
> Byte counts: header=100 hot=8623764 discardable=146112 cold=4126632
> Reloc counts: hot=479841 discardable=5172
> ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Nothing to be done for 'compile-first'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Nothing to be done for 'compile-first'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/charsets cp51932.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'cp51932.el'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/charsets eucjp-ms.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'eucjp-ms.el'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> rm -f emacs && cp -f temacs emacs
> LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
> --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.1/
> Loading loadup.el (source)...
> Dump mode: pdump
> Using load-path (/home/davin/Downloads/emacs-29.1/lisp)
> Loading emacs-lisp/debug-early...
> Loading emacs-lisp/byte-run...
> Loading emacs-lisp/backquote...
> Loading subr...
> Loading keymap...
> Loading version...
> Loading widget...
> Loading custom...
> Loading emacs-lisp/map-ynp...
> Loading international/mule...
> Loading international/mule-conf...
> Loading env...
> Loading format...
> Loading bindings...
> Loading window...
> Loading files...
> Loading emacs-lisp/macroexp...
> Loading cus-face...
> Loading faces...
> Loading loaddefs...
> Loading theme-loaddefs.el (source)...
> Loading button...
> Loading emacs-lisp/cl-preloaded...
> Loading emacs-lisp/oclosure...
> Loading obarray...
> Loading abbrev...
> Loading help...
> Loading jka-cmpr-hook...
> Loading epa-hook...
> Loading international/mule-cmds...
> Loading case-table...
> Loading international/charprop.el (source)...
> Loading international/characters...
> Loading international/charscript...
> Loading international/emoji-zwj...
> Loading composite...
> Loading language/chinese...
> Loading language/cyrillic...
> Loading language/indian...
> Loading language/sinhala...
> Loading language/english...
> Loading language/ethiopic...
> Loading language/european...
> Loading language/czech...
> Loading language/slovak...
> Loading language/romanian...
> Loading language/greek...
> Loading language/hebrew...
> Loading international/cp51932...
> Loading international/eucjp-ms...
> Loading language/japanese...
> Loading language/korean...
> Loading language/lao...
> Loading language/tai-viet...
> Loading language/thai...
> Loading language/tibetan...
> Loading language/vietnamese...
> Loading language/misc-lang...
> Loading language/utf-8-lang...
> Loading language/georgian...
> Loading language/khmer...
> Loading language/burmese...
> Loading language/cham...
> Loading language/philippine...
> Loading language/indonesian...
> Loading indent...
> Loading emacs-lisp/cl-generic...
> Loading simple...
> Loading emacs-lisp/seq...
> Loading emacs-lisp/nadvice...
> Loading minibuffer...
> Loading frame...
> Loading startup...
> Loading term/tty-colors...
> Loading font-core...
> Loading emacs-lisp/syntax...
> Loading font-lock...
> Loading jit-lock...
> Loading mouse...
> Loading scroll-bar...
> Loading select...
> Loading emacs-lisp/timer...
> Loading emacs-lisp/easymenu...
> Loading isearch...
> Loading rfn-eshadow...
> Loading menu-bar...
> Loading tab-bar...
> Loading emacs-lisp/lisp...
> Loading textmodes/page...
> Loading register...
> Loading textmodes/paragraphs...
> Loading progmodes/prog-mode...
> Loading emacs-lisp/lisp-mode...
> Loading textmodes/text-mode...
> Loading textmodes/fill...
> Loading newcomment...
> Loading replace...
> Loading emacs-lisp/tabulated-list...
> Loading buff-menu...
> Loading fringe...
> Loading emacs-lisp/regexp-opt...
> Loading image...
> Loading international/fontset...
> Loading dnd...
> Loading tool-bar...
> Loading dynamic-setting...
> Loading x-dnd...
> Loading term/common-win...
> Loading term/x-win...
> Loading mwheel...
> Loading progmodes/elisp-mode...
> Loading emacs-lisp/float-sup...
> Loading vc/vc-hooks...
> Loading vc/ediff-hook...
> Loading uniquify...
> Loading electric...
> Loading paren...
> Loading emacs-lisp/shorthands...
> Loading emacs-lisp/eldoc...
> Loading emacs-lisp/cconv...
> Loading cus-start...
> Loading tooltip...
> Loading international/iso-transl...
> Loading leim/leim-list.el (source)...
> Loading emacs-lisp/rmc...
> Waiting for git...
> Waiting for git...
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Pure-hashed: 18548 strings, 5783 vectors, 52437 conses, 5209 bytecodes, 350
> others
> Dumping under the name emacs.pdmp
> Dumping fingerprint:
> 457004cb265d5caad21e7dab126979d8af73853b1f0ca14db0e5684ae3fce3d6
> Dump complete
> Byte counts: header=100 hot=8015748 discardable=146112 cold=3846624
> Reloc counts: hot=455873 discardable=5172
> Adding name emacs-29.1.2
> Adding name emacs-29.1.2.pdmp
> cp -f emacs.pdmp bootstrap-emacs.pdmp
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/src'
> make -C lisp all
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C ../leim all EMACS="../src/emacs"
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/leim'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/leim'
> make -C ../admin/grammars all EMACS="../../src/emacs"
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/grammars'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/grammars'
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Nothing to be done for 'compile-targets'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
>   GEN      autoloads
>   INFO     Scraping files for loaddefs...
>   INFO     Scraping files for loaddefs...done
>   INFO     Scraping files for loaddefs...
>   INFO     Scraping files for loaddefs...done
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Nothing to be done for 'compile-targets'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/leim'
> make[3]: Nothing to be done for 'generate-ja-dic'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/leim'
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Nothing to be done for 'compile-targets'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[3]: 'org.texi' is up to date.
> make[3]: 'modus-themes.texi' is up to date.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C doc/lispref info
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/lispref'
> make[2]: Nothing to be done for 'info'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/lispref'
> make -C doc/lispintro info
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/doc/lispintro'
> make[2]: Nothing to be done for 'info'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/lispintro'
> make -C doc/emacs info
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/emacs'
> make[2]: Nothing to be done for 'info'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/emacs'
> make -C doc/misc info
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[2]: Nothing to be done for 'info'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make -C src BIN_DESTDIR=''/usr/local/bin/''
> ELN_DESTDIR='/usr/local/lib/emacs/29.1/'
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/src'
> make -C ../oldXMenu/ libXMenu11.a
> make[3]: Entering directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make[3]: 'libXMenu11.a' is up to date.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make -C ../admin/charsets all
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/unidata charscript.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'charscript.el'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata emoji-zwj.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'emoji-zwj.el'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/charsets cp51932.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'cp51932.el'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/charsets eucjp-ms.el
> make[3]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[3]: Nothing to be done for 'eucjp-ms.el'.
> make[3]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/src'
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1'
> make sanity-check make-target=all
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1'
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1'
> davin@davins:~/Downloads/emacs-29.1$ src/emacs -Q
>
> MILESTONE: The last command does work and here is the
> output from executing the makefile target "make install"
>
> davin@davins:~/Downloads/emacs-29.1$ make install
> make -C lib all
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/lib'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/lib'
> make -C lib-src all
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/lib-src'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/lib-src'
> make -C src BIN_DESTDIR=''/usr/local/bin/'' \
> ELN_DESTDIR='/usr/local/lib/emacs/29.1/' all
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/src'
> make -C ../oldXMenu/ libXMenu11.a
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make[2]: 'libXMenu11.a' is up to date.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make -C ../admin/charsets all
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/unidata charscript.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'charscript.el'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata emoji-zwj.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'emoji-zwj.el'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/charsets cp51932.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'cp51932.el'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/charsets eucjp-ms.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'eucjp-ms.el'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/src'
> make -C lisp all
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C ../leim all EMACS="../src/emacs"
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/leim'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/leim'
> make -C ../admin/grammars all EMACS="../../src/emacs"
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/grammars'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/grammars'
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[2]: Nothing to be done for 'compile-targets'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
>   GEN      autoloads
>   INFO     Scraping files for loaddefs...
>   INFO     Scraping files for loaddefs...done
>   INFO     Scraping files for loaddefs...
>   INFO     Scraping files for loaddefs...done
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[2]: Nothing to be done for 'compile-targets'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/leim'
> make[2]: Nothing to be done for 'generate-ja-dic'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/leim'
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[2]: Nothing to be done for 'compile-targets'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[2]: 'org.texi' is up to date.
> make[2]: 'modus-themes.texi' is up to date.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/lisp'
> make -C doc/lispref info
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/lispref'
> make[1]: Nothing to be done for 'info'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/lispref'
> make -C doc/lispintro info
> make[1]: Entering directory
> '/home/davin/Downloads/emacs-29.1/doc/lispintro'
> make[1]: Nothing to be done for 'info'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/lispintro'
> make -C doc/emacs info
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/emacs'
> make[1]: Nothing to be done for 'info'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/emacs'
> make -C doc/misc info
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make[1]: Nothing to be done for 'info'.
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/doc/misc'
> make -C src BIN_DESTDIR=''/usr/local/bin/''
> ELN_DESTDIR='/usr/local/lib/emacs/29.1/'
> make[1]: Entering directory '/home/davin/Downloads/emacs-29.1/src'
> make -C ../oldXMenu/ libXMenu11.a
> make[2]: Entering directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make[2]: 'libXMenu11.a' is up to date.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/oldXMenu'
> make -C ../admin/charsets all
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/unidata charscript.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'charscript.el'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata emoji-zwj.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'emoji-zwj.el'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory '/home/davin/Downloads/emacs-29.1/admin/unidata'
> make -C ../admin/charsets cp51932.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'cp51932.el'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make -C ../admin/charsets eucjp-ms.el
> make[2]: Entering directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[2]: Nothing to be done for 'eucjp-ms.el'.
> make[2]: Leaving directory
> '/home/davin/Downloads/emacs-29.1/admin/charsets'
> make[1]: Leaving directory '/home/davin/Downloads/emacs-29.1/src'
> umask 022; /usr/bin/mkdir -p "/usr/local/share/info"
> unset CDPATH; \
> thisdir=`pwd -P`; \
> exp_infodir=`cd "/usr/local/share/info" && pwd -P`; \
> if [ "`cd ./info && pwd -P`" = "$exp_infodir" ]; then \
>   true; \
> else \
>    [ -f "/usr/local/share/info/dir" ] || \
>       [ ! -f ./info/dir ] || \
>       /usr/bin/install -c -m 644 ./info/dir "/usr/local/share/info/dir"; \
>    info_misc=`MAKEFLAGS= make --no-print-directory -s -C doc/misc
> echo-info`; \
>    cd ./info ; \
>    for elt in emacs.info eintr.info elisp.info ${info_misc}; do \
>       for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \
>        (cd "${thisdir}"; \
>         /usr/bin/install -c -m 644 ./info/$f "/usr/local/share/info/$f"); \
>         [ -n "/usr/bin/gzip" ] || continue ; \
>         rm -f "/usr/local/share/info/$f.gz"; \
>         /usr/bin/gzip -9n "/usr/local/share/info/$f"; \
>       done; \
>      (cd "${thisdir}"; \
>       /usr/bin/install-info --info-dir="/usr/local/share/info"
> "/usr/local/share/info/$elt"); \
>    done; \
> fi
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> emacs.info': Permission denied
> gzip: /usr/local/share/info/emacs.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> emacs.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eintr.info': Permission denied
> gzip: /usr/local/share/info/eintr.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> eintr.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> elisp.info': Permission denied
> gzip: /usr/local/share/info/elisp.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> elisp.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> auth.info': Permission denied
> gzip: /usr/local/share/info/auth.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> auth.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> autotype.info': Permission denied
> gzip: /usr/local/share/info/autotype.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> autotype.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> bovine.info': Permission denied
> gzip: /usr/local/share/info/bovine.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> bovine.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> calc.info': Permission denied
> gzip: /usr/local/share/info/calc.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> calc.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ccmode.info': Permission denied
> gzip: /usr/local/share/info/ccmode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> ccmode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> cl.info':
> Permission denied
> gzip: /usr/local/share/info/cl.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/cl.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> dbus.info': Permission denied
> gzip: /usr/local/share/info/dbus.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> dbus.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> dired-x.info': Permission denied
> gzip: /usr/local/share/info/dired-x.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> dired-x.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ebrowse.info': Permission denied
> gzip: /usr/local/share/info/ebrowse.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> ebrowse.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ede.info':
> Permission denied
> gzip: /usr/local/share/info/ede.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/ede.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ediff.info': Permission denied
> gzip: /usr/local/share/info/ediff.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> ediff.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> edt.info':
> Permission denied
> gzip: /usr/local/share/info/edt.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/edt.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> efaq.info': Permission denied
> gzip: /usr/local/share/info/efaq.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> efaq.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eglot.info': Permission denied
> gzip: /usr/local/share/info/eglot.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> eglot.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eieio.info': Permission denied
> gzip: /usr/local/share/info/eieio.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> eieio.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> emacs-gnutls.info': Permission denied
> gzip: /usr/local/share/info/emacs-gnutls.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> emacs-gnutls.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> emacs-mime.info': Permission denied
> gzip: /usr/local/share/info/emacs-mime.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> emacs-mime.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> epa.info':
> Permission denied
> gzip: /usr/local/share/info/epa.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/epa.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> erc.info':
> Permission denied
> gzip: /usr/local/share/info/erc.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/erc.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ert.info':
> Permission denied
> gzip: /usr/local/share/info/ert.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/ert.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eshell.info': Permission denied
> gzip: /usr/local/share/info/eshell.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> eshell.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eudc.info': Permission denied
> gzip: /usr/local/share/info/eudc.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> eudc.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eww.info':
> Permission denied
> gzip: /usr/local/share/info/eww.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/eww.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> flymake.info': Permission denied
> gzip: /usr/local/share/info/flymake.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> flymake.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> forms.info': Permission denied
> gzip: /usr/local/share/info/forms.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> forms.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> gnus.info': Permission denied
> gzip: /usr/local/share/info/gnus.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> gnus.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> htmlfontify.info': Permission denied
> gzip: /usr/local/share/info/htmlfontify.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> htmlfontify.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> idlwave.info': Permission denied
> gzip: /usr/local/share/info/idlwave.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> idlwave.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ido.info':
> Permission denied
> gzip: /usr/local/share/info/ido.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/ido.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> info.info': Permission denied
> gzip: /usr/local/share/info/info.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> info.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> mairix-el.info': Permission denied
> gzip: /usr/local/share/info/mairix-el.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> mairix-el.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> message.info': Permission denied
> gzip: /usr/local/share/info/message.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> message.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> mh-e.info': Permission denied
> gzip: /usr/local/share/info/mh-e.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> mh-e.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> modus-themes.info': Permission denied
> gzip: /usr/local/share/info/modus-themes.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> modus-themes.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> newsticker.info': Permission denied
> gzip: /usr/local/share/info/newsticker.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> newsticker.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> nxml-mode.info': Permission denied
> gzip: /usr/local/share/info/nxml-mode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> nxml-mode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> octave-mode.info': Permission denied
> gzip: /usr/local/share/info/octave-mode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> octave-mode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> org.info':
> Permission denied
> gzip: /usr/local/share/info/org.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/org.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> pcl-cvs.info': Permission denied
> gzip: /usr/local/share/info/pcl-cvs.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> pcl-cvs.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> pgg.info':
> Permission denied
> gzip: /usr/local/share/info/pgg.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/pgg.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> rcirc.info': Permission denied
> gzip: /usr/local/share/info/rcirc.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> rcirc.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> reftex.info': Permission denied
> gzip: /usr/local/share/info/reftex.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> reftex.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> remember.info': Permission denied
> gzip: /usr/local/share/info/remember.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> remember.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> sasl.info': Permission denied
> gzip: /usr/local/share/info/sasl.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> sasl.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> sc.info':
> Permission denied
> gzip: /usr/local/share/info/sc.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/sc.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> semantic.info': Permission denied
> gzip: /usr/local/share/info/semantic.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> semantic.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> ses.info':
> Permission denied
> gzip: /usr/local/share/info/ses.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/ses.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> sieve.info': Permission denied
> gzip: /usr/local/share/info/sieve.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> sieve.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> smtpmail.info': Permission denied
> gzip: /usr/local/share/info/smtpmail.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> smtpmail.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> speedbar.info': Permission denied
> gzip: /usr/local/share/info/speedbar.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> speedbar.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> srecode.info': Permission denied
> gzip: /usr/local/share/info/srecode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> srecode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> todo-mode.info': Permission denied
> gzip: /usr/local/share/info/todo-mode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> todo-mode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> tramp.info': Permission denied
> gzip: /usr/local/share/info/tramp.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> tramp.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> transient.info': Permission denied
> gzip: /usr/local/share/info/transient.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> transient.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> url.info':
> Permission denied
> gzip: /usr/local/share/info/url.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/url.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> use-package.info': Permission denied
> gzip: /usr/local/share/info/use-package.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> use-package.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> vhdl-mode.info': Permission denied
> gzip: /usr/local/share/info/vhdl-mode.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> vhdl-mode.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> vip.info':
> Permission denied
> gzip: /usr/local/share/info/vip.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/vip.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> viper.info': Permission denied
> gzip: /usr/local/share/info/viper.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> viper.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> vtable.info': Permission denied
> gzip: /usr/local/share/info/vtable.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> vtable.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> widget.info': Permission denied
> gzip: /usr/local/share/info/widget.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> widget.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> wisent.info': Permission denied
> gzip: /usr/local/share/info/wisent.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> wisent.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> woman.info': Permission denied
> gzip: /usr/local/share/info/woman.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> woman.info
> make: [Makefile:780: install-info] Error 1 (ignored)
> umask 022; /usr/bin/mkdir -p "/usr/local/share/man/man1"
> thisdir=`pwd -P`; \
> cd ./doc/man; \
> for page in *.1; do \
>   test "$page" = ChangeLog.1 && continue; \
>   dest=`echo "${page}" | sed -e 's/\.1$//' -e 's,x,x,'`.1; \
>   (cd "${thisdir}"; \
>    /usr/bin/install -c -m 644 ./doc/man/${page}
> "/usr/local/share/man/man1/${dest}"); \
>   [ -n "/usr/bin/gzip" ] || continue ; \
>   rm -f "/usr/local/share/man/man1/${dest}.gz"; \
>   /usr/bin/gzip -9n "/usr/local/share/man/man1/${dest}" || true; \
> done
> /usr/bin/install: cannot create regular file
> '/usr/local/share/man/man1/ctags.1': Permission denied
> gzip: /usr/local/share/man/man1/ctags.1: No such file or directory
> /usr/bin/install: cannot create regular file
> '/usr/local/share/man/man1/ebrowse.1': Permission denied
> gzip: /usr/local/share/man/man1/ebrowse.1: No such file or directory
> /usr/bin/install: cannot create regular file
> '/usr/local/share/man/man1/emacs.1': Permission denied
> gzip: /usr/local/share/man/man1/emacs.1: No such file or directory
> /usr/bin/install: cannot create regular file
> '/usr/local/share/man/man1/emacsclient.1': Permission denied
> gzip: /usr/local/share/man/man1/emacsclient.1: No such file or directory
> /usr/bin/install: cannot create regular file
> '/usr/local/share/man/man1/etags.1': Permission denied
> gzip: /usr/local/share/man/man1/etags.1: No such file or directory
> umask 022; /usr/bin/mkdir -p "/usr/local/share/applications"
> /usr/bin/mkdir: cannot create directory ‘/usr/local/share/applications’:
> Permission denied
> make: *** [Makefile:834: install-etc] Error 1
> davin@davins:~/Downloads/emacs-29.1$
>
> --
> Sincerely and kindest regards,
> *Davin Pearson* http://davin.50webs.com
>

-- 

This communication is confidential. We only send and receive email on the
basis of the terms set out at www.taitcommunications.com/email_disclaimer 
<http://www.taitcommunications.com/email_disclaimer>



reply via email to

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