From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: archmux@Mux.stemux.com Newsgroups: gmane.emacs.bugs Subject: bug#57301: 28.1; 12 unexpected test results on emacs 28.1 Date: Mon, 22 Aug 2022 17:49:27 -0500 Message-ID: <20220822174927.1607@Mux.stemux.com> References: <87bksg2z0r.fsf@Mux.stemux.com> <87v8qn3vgg.fsf@Mux.stemux.com> <87lerhn5ww.fsf@gnus.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18657"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: MH (GNU Mailutils 3.15) Cc: gitmux@mail.stemux.com, 57301@debbugs.gnu.org To: "Lars Ingebrigtsen" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 23 01:23:13 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oQGlF-0004f4-8t for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 23 Aug 2022 01:23:13 +0200 Original-Received: from localhost ([::1]:54644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQGlD-0005DU-TP for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Aug 2022 19:23:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQGl4-0005DK-GV for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2022 19:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52253) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQGl4-0005Wf-7S for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2022 19:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQGl3-0001jE-RD for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2022 19:23:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: archmux@Mux.stemux.com Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Aug 2022 23:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57301 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 57301-submit@debbugs.gnu.org id=B57301.16612105686606 (code B ref 57301); Mon, 22 Aug 2022 23:23:01 +0000 Original-Received: (at 57301) by debbugs.gnu.org; 22 Aug 2022 23:22:48 +0000 Original-Received: from localhost ([127.0.0.1]:42002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQGkn-0001iQ-Ld for submit@debbugs.gnu.org; Mon, 22 Aug 2022 19:22:48 -0400 Original-Received: from mail.stemux.com ([100.42.64.80]:40904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQGH4-0000xm-EF for 57301@debbugs.gnu.org; Mon, 22 Aug 2022 18:52:06 -0400 Original-Received: from localhost (072-182-154-233.res.spectrum.com [72.182.154.233]) by mail.stemux.com (Postfix) with ESMTPSA id C17AB3FBDA; Mon, 22 Aug 2022 18:51:55 -0400 (EDT) In-reply-to: Your message of Sun, 21 Aug 2022 14:21:35 +0200 <87lerhn5ww.fsf@gnus.org> X-Mailer: MH-E 8.6+git; nil; GNU Emacs 28.1 X-Mailman-Approved-At: Mon, 22 Aug 2022 19:22:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:240479 Archived-At: --=-=-= Content-Type: text/plain Dear Lars Ingebrigtsen, The emacs "master" branch is acquired with `git clone https://git.savannah.gnu.org/git/emacs.git'. `make` results in error. `make` is run from `compile.sh`. --=-=-= Content-Type: text/x-shellscript Content-Disposition: attachment; filename=compile.sh Content-Description: Compile script #!/usr/bin/env bash make clean -j7 ./configure \ --disable-acl \ --with-alsa \ --with-freetype \ --with-gnutls \ --with-harfbuzz \ --with-json \ --with-jpeg \ --with-modules \ --with-png \ --with-threads \ --with-xdbe \ --with-xim \ --with-xml \ --with-xpm \ --with-zlib \ --without-cairo \ --without-dbus \ --without-gconf \ --without-gif \ --without-gpm \ --without-gsettings \ --without-hesiod \ --without-imagemagick \ --without-kerberos \ --without-kerberos5 \ --without-lcms2 \ --without-libsystemd \ --without-m17n-flt \ --without-native-compilation \ --without-native-image-api \ --without-otf \ --without-toolkit-scroll-bars \ --without-selinux \ --without-svg \ --without-tiff \ --without-xaw3d \ --without-xwidgets \ --without-wide-int \ --without-w32 \ > configure-output.txt 2>&1 make -j7 > compile-output.txt 2>&1 make check -j7 > test-output.txt 2>&1 --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=configure-output.txt Content-Description: Output of `./configure ...' configure: WARNING: unrecognized options: --with-alsa, --with-freetype, --with-xml, --without-otf, --without-svg checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-linux-musl checking host system type... x86_64-pc-linux-musl 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... no checking whether tcc accepts -g... yes checking for tcc option to enable C11 features... unsupported checking for tcc option to enable C99 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether tcc 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... no 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... no 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... no checking for limits.h... yes checking for sys/select.h... yes checking for sys/random.h... yes checking for stdckdint.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking how to run the C preprocessor... tcc -E checking for grep that handles long lines and -e... /usr/host/bin/grep checking for egrep... /usr/host/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 tcc accepts -g3... yes checking whether tcc accepts -O... yes checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... yes checking for a BSD-compatible install... /usr/host/bin/ginstall -c checking command to symlink files in the same directory... ln -s checking for install-info... /usr/host/bin/install-info checking for gzip... /usr/host/bin/gzip checking for 'find' args to delete a file... -delete checking for brew... no checking for -znocombreloc... not needed checking whether addresses are sanitized... no checking for math library... none required checking for pkg-config... /usr/host/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... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for alsa >= 1.0.0... yes 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 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... no 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 timespec_get... yes checking for gettimeofday... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for pthread_sigmask... yes checking for readlink... yes checking for isblank... yes checking for iswctype... yes checking for strtoimax... yes checking for symlink... yes checking for localtime_r... yes checking for timegm... yes checking for utimensat... yes checking for getdtablesize... yes checking for futimes... yes checking for futimesat... yes checking for lutimes... yes checking for working mmap... yes checking for main in -lXbsd... no checking for pthread library... none needed checking for thread support... yes checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XkbRefreshKeyboardMapping... yes checking for XkbFreeNames... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking for XDisplayCells... yes checking for XDestroySubwindows... yes checking X11 version 6... 6 or newer checking for XICCallback.callback... yes checking for librsvg-2.0 >= 2.14.0... yes checking for libwebp >= 0.6.0... yes checking for sqlite3_open_v2 in -lsqlite3... yes checking for sqlite3_load_extension in -lsqlite3... yes checking for getaddrinfo_a in -lanl... no checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... yes checking whether GTK compiles... yes configure: WARNING: Your version of Gtk+ will have problems with closing open displays. This is no problem if you just use one display, but if you use more than one and close one of them Emacs may crash. See https://gitlab.gnome.org/GNOME/gtk/issues/221 checking for malloc_trim... no checking for gnutls >= 2.12.2... yes checking for jansson >= 2.7... yes checking for sys/inotify.h... yes checking for inotify_init1... yes checking for XRenderQueryExtension in -lXrender... yes checking for fontconfig >= 2.2.0... yes checking for xft >= 0.13.0... yes checking for X11/Xft/Xft.h... yes checking for XftFontOpen in -lXft... yes checking for freetype2... yes checking for FT_Face_GetCharVariantIndex... yes checking for libotf... no checking for harfbuzz >= 0.9.42... yes checking for X11/Xlib-xcb.h... yes checking for xcb_translate_coordinates in -lxcb... yes checking for XGetXCBConnection in -lX11-xcb... yes checking for xcb_aux_sync in -lxcb-util... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking for jpeglib 6b or later... -ljpeg checking for library containing inflateEnd... none required checking for dladdr... yes checking for dlfunc... no checking for libpng >= 1.0.0... yes checking whether png_longjmp is declared... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking for xrandr >= 1.2.2... yes checking for xinerama >= 1.0.2... yes checking for xfixes >= 4.0.0... yes checking for xi... yes checking for X11/extensions/XInput2.h... yes checking for XIGrabButton in -lXi... yes checking for XIScrollClassInfo.type... yes checking for XITouchClassInfo.type... yes checking for XIBarrierReleasePointerInfo.deviceid... yes checking for XIGestureClassInfo.type... yes checking for X11/extensions/sync.h... yes checking for XSyncQueryExtension in -lXext... yes checking for XSyncTriggerFence... yes checking for X11/extensions/Xdbe.h... yes checking for XdbeAllocateBackBufferName in -lXext... yes checking for X11/extensions/shape.h... yes checking for XShapeQueryVersion in -lXext... yes checking for xcb/shape.h... yes checking for xcb_shape_combine in -lxcb-shape... yes checking for X11/extensions/Xcomposite.h... yes checking for XCompositeRedirectWindow in -lXcomposite... yes checking for libxml-2.0 > 2.6.17... yes checking for htmlReadMemory in -lxml2... yes 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... yes 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... 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... 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... no 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... -ltinfo checking whether -ltinfo library defines BC... yes checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking for valgrind/valgrind.h... no checking for struct unipair.unicode... yes checking for pid_t... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking for spawn.h... yes checking for posix_spawn... yes checking for posix_spawn_file_actions_addchdir... no checking for posix_spawn_file_actions_addchdir_np... yes checking for posix_spawnattr_setflags... yes checking whether POSIX_SPAWN_SETSID is declared... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for nl_langinfo and _NL_PAPER_WIDTH... no 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/host/bin/mkdir -p checking whether lstat correctly handles trailing slash... yes checking whether // is distinct from /... no checking whether realpath works... nearly checking for getcwd... yes checking for C/C++ restrict keyword... __restrict__ checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking whether ctype.h defines __header_inline... no checking for mode_t... yes checking whether strmode is declared... no checking for gawk... gawk checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no 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.... no 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.... no checking whether memmem is declared... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether 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... no checking whether NULL can be used in arbitrary expressions... yes checking whether fcloseall is declared... no 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 ... yes checking for TIME_UTC in ... 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 alloca as a compiler built-in... no 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 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 flexible array member... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... no 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... no checking for getloadavg... yes checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking whether the compiler supports the __inline keyword... yes checking for gmp.h... yes checking for library containing __gmpz_roinit_n... -lgmp checking for memmem... yes checking whether memmem works... yes checking for mempcpy... yes checking for memrchr... yes checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/param.h... (cached) yes checking for sys/sysctl.h... no checking for sched_getaffinity... yes checking for sched_getaffinity_np... no checking for pstat_getdynamic... no checking for sysmp... no checking for sysctl... no checking for glibc compatible sched_getaffinity... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking whether readlinkat signature is correct... yes checking for working re_compile_pattern... no checking for libintl.h... yes checking whether isblank is declared... yes checking for sig2str... no checking for sigdescr_np... no 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 working stdalign.h... yes 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... no checking for rawmemchr... no checking whether getdtablesize works... yes checking for timer_getoverrun... yes checking for tcc option to disable position independent executables... not needed Configured for 'x86_64-pc-linux-musl'. Where should the build process find the source code? . What compiler should emacs be built with? tcc -g3 -O 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? GTK3 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? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use a png library? yes -lpng16 -lz Does Emacs use -lrsvg-2? yes Does Emacs use -lwebp? yes Does Emacs use -lsqlite3? yes 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? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? yes Does Emacs use -lsystemd? no Does Emacs use -ljansson? yes Does Emacs use the GMP library? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? yes Does Emacs use toolkit scroll bars? 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? yes 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/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: unrecognized options: --with-alsa, --with-freetype, --with-xml, --without-otf, --without-svg configure: WARNING: This configuration uses libXft, which has a number of font rendering issues, and is being considered for removal in the next release of Emacs. Please consider using Cairo graphics + HarfBuzz text shaping instead (they are auto-detected if the relevant development headers are installed). --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=compile-output.txt Content-Description: Output of `make ...' make -C lib all make -C doc/lispref info make -C doc/lispintro info make -C doc/emacs info make[1]: Entering directory '/home/archmux/Internet/Git/Editor/emacs/doc/lispintro' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/archmux/Internet/Git/Editor/emacs/doc/lispintro' make[1]: Entering directory '/home/archmux/Internet/Git/Editor/emacs/doc/lispref' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/archmux/Internet/Git/Editor/emacs/doc/lispref' make[1]: Entering directory '/home/archmux/Internet/Git/Editor/emacs/doc/emacs' make[1]: Nothing to be done for 'info'. make[1]: Leaving directory '/home/archmux/Internet/Git/Editor/emacs/doc/emacs' make[1]: Entering directory '/home/archmux/Internet/Git/Editor/emacs/lib' GEN dirent.h GEN execinfo.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN ieee754.h GEN inttypes.h GEN limits.h GEN signal.h GEN stddef.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-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 canonicalize-lgpl.o In file included from get-permissions.c:25: In file included from acl-internal.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from acl-internal.c:24: In file included from acl-internal.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC careadlinkat.o CC close-stream.o CC count-leading-zeros.o In file included from set-permissions.c:24: In file included from acl-internal.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from binary-io.c:20: In file included from binary-io.h:22: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC count-one-bits.o CC count-trailing-zeros.o CC md5-stream.o In file included from canonicalize-lgpl.c:28: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from allocator.c:21: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC md5.o In file included from careadlinkat.c:23: In file included from careadlinkat.h:23: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC sha1.o In file included from count-leading-zeros.c:21: In file included from count-leading-zeros.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC sha256.o In file included from count-one-bits.c:21: In file included from count-one-bits.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC sha512.o In file included from count-trailing-zeros.c:21: In file included from count-trailing-zeros.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC dtoastr.o CC dtotimespec.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o In file included from md5-stream.c:30: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o In file included from dtoastr.c:19: In file included from ftoastr.c:34: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC execinfo.o In file included from malloc/dynarray_emplace_enlarge.c:26: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from malloc/dynarray_at_failure.c:21: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC fcntl.o CC file-has-acl.o In file included from malloc/dynarray_finalize.c:24: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC filemode.o CC filevercmp.o CC free.o CC fsusage.o In file included from malloc/dynarray_resize.c:26: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC futimens.o CC getopt.o In file included from fcntl.c:23: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from free.c:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from file-has-acl.c:30: In file included from acl-internal.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC getopt1.o CC gettime.o In file included from getopt.c:24: In file included from getopt.h:34: In file included from ./getopt.h:34: In file included from ./getopt.h:84: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC nanosleep.o CC nproc.o CC nstrftime.o In file included from getopt1.c:24: In file included from getopt.h:34: In file included from ./getopt.h:34: In file included from ./getopt.h:84: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC pipe2.o CC qcopy-acl.o CC rawmemchr.o In file included from nproc.c:24: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from nanosleep.c:36: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from nstrftime.c:66: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC regex.o In file included from pipe2.c:20: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC malloc/scratch_buffer_dupfree.o CC malloc/scratch_buffer_grow.o In file included from qcopy-acl.c:24: In file included from acl-internal.h:23: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC malloc/scratch_buffer_grow_preserve.o CC malloc/scratch_buffer_set_array_size.o CC sig2str.o In file included from malloc/scratch_buffer_dupfree.c:23: In file included from ./scratch_buffer.h:125: In file included from ./malloc/scratch_buffer.gl.h:63: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC sigdescr_np.o In file included from malloc/scratch_buffer_grow.c:23: In file included from ./scratch_buffer.h:125: In file included from ./malloc/scratch_buffer.gl.h:63: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from regex.c:71: In file included from regex_internal.h:25: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC stat-time.o CC tempname.o CC time_rz.o In file included from malloc/scratch_buffer_grow_preserve.c:23: In file included from ./scratch_buffer.h:125: In file included from ./malloc/scratch_buffer.gl.h:63: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from malloc/scratch_buffer_set_array_size.c:23: In file included from ./scratch_buffer.h:125: In file included from ./malloc/scratch_buffer.gl.h:63: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC timespec.o CC timespec-add.o CC timespec-sub.o In file included from sig2str.c:24: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC u64.o CC unistd.o In file included from time_rz.c:32: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from tempname.c:47: In file included from ./stdlib.h:36: In file included from ./stdlib.h:100: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated CC utimens.o CC openat-die.o CC save-cwd.o In file included from unistd.c:21: In file included from unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from save-cwd.c:29: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecatedIn file included from utimens.c:28: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from openat-die.c:4: In file included from openat.h:22: In file included from ./fcntl.h:67: In file included from ./fcntl.h:79: In file included from ./unistd.h:658: In file included from ./getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated AR libgnu.a make[1]: Leaving directory '/home/archmux/Internet/Git/Editor/emacs/lib' make -C lib-src all make[1]: Entering directory '/home/archmux/Internet/Git/Editor/emacs/lib-src' CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD hexl CCLD make-docfile CCLD make-fingerprint CCLD seccomp-filter In file included from ebrowse.c:23: In file included from ../lib/stdlib.h:36: In file included from ./../lib/stdlib.h:100: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from etags.c:110: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecatedIn file included from ctags.c:2: In file included from etags.c:110: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from make-docfile.c:42: In file included from ../lib/stdlib.h:36: In file included from ./../lib/stdlib.h:100: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from make-fingerprint.c:35: In file included from ../lib/stdlib.h:36: In file included from ./../lib/stdlib.h:100: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from emacsclient.c:53: In file included from ../lib/fcntl.h:67: In file included from ./../lib/fcntl.h:79: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from hexl.c:25: In file included from ../lib/stdlib.h:36: In file included from ./../lib/stdlib.h:100: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated In file included from seccomp-filter.c:43: In file included from ../lib/stdlib.h:36: In file included from ./../lib/stdlib.h:100: In file included from ../lib/unistd.h:658: In file included from ../lib/getopt-cdefs.h:32: /usr/include/sys/cdefs.h:1: warning: #warning usage of non-standard #include is deprecated emacsclient.c:1655: warning: function might return no value: 'set_socket' GEN seccomp-filter.bpf GEN seccomp-filter-exec.bpf seccomp_rule_add_array (SCMP_ACT_ALLOW, SCMP_SYS (exit), 1, {}): Invalid argument make[1]: *** [Makefile:466: seccomp-filter.bpf] Error 1 make[1]: *** Waiting for unfinished jobs.... seccomp_rule_add_array (SCMP_ACT_ALLOW, SCMP_SYS (exit), 1, {}): Invalid argument make[1]: *** [Makefile:466: seccomp-filter-exec.bpf] Error 1 make[1]: Leaving directory '/home/archmux/Internet/Git/Editor/emacs/lib-src' make: *** [Makefile:463: lib-src] Error 2 --=-=-= Content-Type: text/plain `man seccomp_rule_add_array' states: """""""""""""""""""" int seccomp_rule_add_array(scmp_filter_ctx ctx, uint32_t action, int syscall, unsigned int arg_cnt, const struct scmp_arg_cmp *arg_array); """""""""""""""""""" Thank you, Git Mux --=-=-=--