unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Joseph Mingrone <jrm@ftfl.ca>
To: Wolfgang Jenkner <wjenkner@inode.at>
Cc: ashish@FreeBSD.org, Paul Eggert <eggert@cs.ucla.edu>,
	22065@debbugs.gnu.org, Dmitry Antipov <dmantipov@yandex.ru>
Subject: bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9)
Date: Wed, 17 Feb 2016 18:45:37 -0400	[thread overview]
Message-ID: <86ziuz552m.fsf@phe.ftfl.ca> (raw)
In-Reply-To: <85fuwr6xc1.fsf@iznogoud.viz> (Wolfgang Jenkner's message of "Wed, 17 Feb 2016 18:49:50 +0100")


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

Wolfgang Jenkner <wjenkner@inode.at> writes:

> On Tue, Feb 16 2016, Joseph Mingrone wrote:

>> When testing without the port (manually doing ./configure (g)make) everything worked fine, even with the first pretest, 25.0.90.  

> But bootstrapping it still fails with base gcc in a FreeBSD 9 amd64
> jail, so I wouldn't trust the binary from a non-bootstrap build either.

> gmake maintainer-clean && ./autogen.sh &&
> ./configure --without-all --without-x && gmake

Unless I'm missing something, bootstrapping doesn't fail here with base gcc in a
FreeBSD 9 adm64 jail.  I've attached a script log.

Joseph


[-- Attachment #1.2: emacs-25.0.90-freebsd-9amd64-build.log --]
[-- Type: application/octet-stream, Size: 60004 bytes --]

Script started on Wed Feb 17 19:03:15 2016
root@9amd64-default:~ #	uname -a
FreeBSD 9amd64-default 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 amd64
root@9amd64-default:~ #	pkg info
pkg-1.6.4                      Package manager
root@9amd64-default:~ #	pkg install gmake autotools
Updating local repository catalogue...
local repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 11 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	gmake: 4.1_2
	autotools: 20130627
	indexinfo: 0.2.4
	autoconf213: 2.13.000227_6
	autoconf-wrapper: 20131203
	perl5: 5.22.1_4
	m4: 1.4.17_1,1
	autoconf: 2.69
	libtool: 2.4.6
	automake: 1.15_1
	automake-wrapper: 20131203

The process will require 59 MiB more space.
...
root@9amd64-default:~ #	tar -xvf emacs-25.0.90.tar.xz 
x emacs-25.0.90/
x emacs-25.0.90/doc/
...
root@9amd64-default:~ #	cd emacs-25.0.90
root@9amd64-default:~/emacs-25.0.90 # gmake maintainer-clean
gmake: *** No rule to make target 'maintainer-clean'.  Stop.
root@9amd64-default:~/emacs-25.0.90 # ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)

Checking for autoconf (need at least version 2.65)...
ok
Checking for automake (need at least version 1.11)...
ok
Your system has the required tools.
Running 'autoreconf -fi -I m4' ...
configure.ac:805: installing 'build-aux/ar-lib'
You can now run './configure'.
root@9amd64-default:~/emacs-25.0.90 # ./configure --without-all --without-x && gmake
checking for xcrun... no
checking for GNU Make... gmake
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake supports nested variables... (cached) yes
checking build system type... amd64-unknown-freebsd9.3
checking host system type... amd64-unknown-freebsd9.3
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether gcc understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for putenv... yes
checking for tzset... yes
checking for fchmod... yes
checking for readlinkat... yes
checking for faccessat... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for mkostemp... no
checking for pipe2... no
checking for pselect... yes
checking for readlink... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for futimes... yes
checking for futimesat... yes
checking for futimens... no
checking for utimensat... no
checking for lutimes... yes
checking for getdtablesize... yes
checking for secure_getenv... no
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) 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 -std=gnu99 accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether gmake supports nested variables... (cached) yes
checking whether ln -s works for files in the same directory... yes
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for -znocombreloc... yes
checking whether addresses are sanitized... no
checking for library containing sqrt... -lm
checking for pkg-config... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... no
checking for util.h... no
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for maillock.h... no
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... no
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for utime.h... yes
checking if personality LINUX32 can be set... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... disabled
checking whether malloc is Doug Lea style... no
checking sys/vlimit.h usability... no
checking sys/vlimit.h presence... no
checking for sys/vlimit.h... no
checking for data_start... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... -lpthread
checking for dladdr... yes
checking whether netdb declares h_errno... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for 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 getaddrinfo... 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 getpeername... 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 copysign... yes
checking for __executable_start... yes
checking for log2... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking whether FreeBSD is new enough to use terminfo... yes
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... no
checking for nl_langinfo and CODESET... yes
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether strtold conforms to C99... yes
checking if environ is properly declared... no
checking for complete errno.h... no
checking for EMULTIHOP value... yes
checking for ENOLINK value... yes
checking for EOVERFLOW value... yes
checking for mode_t... yes
checking whether fdatasync is declared... no
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking whether lstat correctly handles trailing slash... yes
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... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether memrchr is declared... yes
checking whether alarm is declared... yes
checking whether <sys/select.h> is self-contained... yes
checking for sigset_t... yes
checking for wchar_t... 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 strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether the utimes function works... yes
checking for struct utimbuf... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking whether dup2 works... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking for fdatasync... no
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for __fpending... no
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base
checking whether fstatat (..., 0) works... yes
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for memrchr... yes
checking for working mktime... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... 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 readlinkat signature is correct... yes
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether <sys/select.h> is self-contained... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for timezone_t... no
checking for library containing timer_settime... -lrt
checking for timer_settime... yes
checking whether futimesat handles NULL file... no
checking for variable-length arrays... yes
checking for __secure_getenv... no
checking for issetugid... yes
checking whether gcc -std=gnu99 accepts -nopie... no

Configured for 'amd64-unknown-freebsd9.3'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -std=gnu99 -g3 -O2
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         yes
  What window system should Emacs use?                    none
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  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 cairo?                                   no
  Does Emacs use imagemagick?                             no
  Does Emacs support sound?                               no
  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?             no
  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 -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs directly use zlib?                           no
  Does Emacs have dynamic modules support?                no
  Does Emacs use toolkit scroll bars?                     no
  Does Emacs support Xwidgets (requires gtk3)?            no


checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating ./doc/man/emacs.1
config.status: creating Makefile
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 admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
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: Now you can run 'gmake'.
gmake -C lib all
gmake[1]: Entering directory '/root/emacs-25.0.90/lib'
  GEN      alloca.h
  GEN      byteswap.h
  GEN      c++defs.h
  GEN      arg-nonnull.h
  GEN      warn-on-use.h
  GEN      dirent.h
  GEN      errno.h
  GEN      execinfo.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      inttypes.h
  GEN      signal.h
  GEN      stddef.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
gmake  all-am
gmake[2]: Entering directory '/root/emacs-25.0.90/lib'
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       close-stream.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       filemode.o
  CC       gettime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.o
  CC       strftime.o
  CC       tempname.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       execinfo.o
  CC       fdatasync.o
  CC       fpending.o
  CC       getopt.o
  CC       getopt1.o
  CC       mkostemp.o
  CC       mktime.o
  CC       secure_getenv.o
  CC       sig2str.o
  CC       time_rz.o
  CC       timegm.o
  AR       libgnu.a
gmake[2]: Leaving directory '/root/emacs-25.0.90/lib'
gmake[1]: Leaving directory '/root/emacs-25.0.90/lib'
gmake -C lib-src all
gmake[1]: Entering directory '/root/emacs-25.0.90/lib-src'
  CC       regex.o
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     profile
  CC       pop.o
  CCLD     movemail
  CCLD     hexl
  CCLD     update-game-score
  CCLD     make-docfile
gmake[1]: Leaving directory '/root/emacs-25.0.90/lib-src'
gmake -C src VCSWITNESS='' all
gmake[1]: Entering directory '/root/emacs-25.0.90/src'
  GEN      lisp.mk
  GEN      globals.h
  CC       vm-limit.o
  CC       dispnew.o
dispnew.c: In function 'realloc_glyph_pool':
dispnew.c:1337: warning: comparison is always false due to limited range of data type
dispnew.c:1337: warning: comparison is always false due to limited range of data type
dispnew.c:1337: warning: comparison is always false due to limited range of data type
dispnew.c:1337: warning: comparison is always false due to limited range of data type
dispnew.c: In function 'init_display':
dispnew.c:6110: warning: comparison is always true due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always true due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always true due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always true due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6110: warning: comparison is always false due to limited range of data type
dispnew.c:6111: warning: comparison is always false due to limited range of data type
dispnew.c:6111: warning: comparison is always false due to limited range of data type
dispnew.c:6111: warning: comparison is always false due to limited range of data type
dispnew.c:6111: warning: comparison is always false due to limited range of data type
  CC       frame.o
frame.c: In function 'Fmodify_frame_parameters':
frame.c:2685: warning: comparison is always true due to limited range of data type
frame.c:2685: warning: comparison is always true due to limited range of data type
frame.c:2685: warning: comparison is always false due to limited range of data type
frame.c:2685: warning: comparison is always false due to limited range of data type
frame.c:2685: warning: comparison is always true due to limited range of data type
frame.c:2685: warning: comparison is always true due to limited range of data type
frame.c:2685: warning: comparison is always false due to limited range of data type
frame.c:2685: warning: comparison is always false due to limited range of data type
  CC       scroll.o
  CC       xdisp.o
xdisp.c: In function 'safe__call':
xdisp.c:2546: warning: comparison is always true due to limited range of data type
xdisp.c:2546: warning: comparison is always true due to limited range of data type
xdisp.c:2546: warning: comparison is always false due to limited range of data type
xdisp.c:2546: warning: comparison is always false due to limited range of data type
xdisp.c:2546: warning: comparison is always true due to limited range of data type
xdisp.c:2546: warning: comparison is always true due to limited range of data type
xdisp.c:2546: warning: comparison is always false due to limited range of data type
xdisp.c:2546: warning: comparison is always false due to limited range of data type
  CC       menu.o
menu.c: In function 'parse_single_submenu':
menu.c:543: warning: comparison is always true due to limited range of data type
menu.c:543: warning: comparison is always true due to limited range of data type
menu.c:543: warning: comparison is always false due to limited range of data type
menu.c:543: warning: comparison is always false due to limited range of data type
menu.c:543: warning: comparison is always true due to limited range of data type
menu.c:543: warning: comparison is always true due to limited range of data type
menu.c:543: warning: comparison is always false due to limited range of data type
menu.c:543: warning: comparison is always false due to limited range of data type
menu.c: In function 'Fx_popup_menu':
menu.c:1306: warning: comparison is always true due to limited range of data type
menu.c:1306: warning: comparison is always true due to limited range of data type
menu.c:1306: warning: comparison is always true due to limited range of data type
menu.c:1306: warning: comparison is always true due to limited range of data type
menu.c:1306: warning: comparison is always true due to limited range of data type
menu.c:1311: warning: comparison is always true due to limited range of data type
menu.c:1311: warning: comparison is always true due to limited range of data type
menu.c:1311: warning: comparison is always true due to limited range of data type
menu.c:1311: warning: comparison is always true due to limited range of data type
menu.c:1311: warning: comparison is always true due to limited range of data type
menu.c:1362: warning: comparison is always true due to limited range of data type
menu.c:1362: warning: comparison is always true due to limited range of data type
menu.c:1362: warning: comparison is always false due to limited range of data type
menu.c:1362: warning: comparison is always false due to limited range of data type
menu.c:1362: warning: comparison is always true due to limited range of data type
menu.c:1362: warning: comparison is always true due to limited range of data type
menu.c:1362: warning: comparison is always false due to limited range of data type
menu.c:1362: warning: comparison is always false due to limited range of data type
  CC       window.o
  CC       charset.o
charset.c: In function 'Fdefine_charset_internal':
charset.c:864: warning: comparison is always false due to limited range of data type
charset.c:922: warning: comparison is always true due to limited range of data type
charset.c:922: warning: comparison is always true due to limited range of data type
charset.c:923: warning: comparison is always true due to limited range of data type
charset.c:923: warning: comparison is always true due to limited range of data type
charset.c:935: warning: comparison is always true due to limited range of data type
charset.c:935: warning: comparison is always true due to limited range of data type
charset.c:936: warning: comparison is always true due to limited range of data type
charset.c:936: warning: comparison is always true due to limited range of data type
charset.c: In function 'Fencode_char':
charset.c:1876: warning: comparison is always true due to limited range of data type
charset.c:1876: warning: comparison is always true due to limited range of data type
  CC       coding.o
coding.c: In function 'produce_chars':
coding.c:7053: warning: comparison is always true due to limited range of data type
coding.c:7053: warning: comparison is always true due to limited range of data type
coding.c:7053: warning: comparison is always false due to limited range of data type
coding.c:7053: warning: comparison is always false due to limited range of data type
coding.c:7053: warning: comparison is always true due to limited range of data type
coding.c:7053: warning: comparison is always true due to limited range of data type
coding.c:7053: warning: comparison is always false due to limited range of data type
coding.c:7053: warning: comparison is always false due to limited range of data type
  CC       category.o
  CC       ccl.o
ccl.c: In function 'Fccl_execute_on_string':
ccl.c:2076: warning: comparison is always false due to limited range of data type
ccl.c:2076: warning: comparison is always false due to limited range of data type
  CC       character.o
character.c: In function 'string_escape_byte8':
character.c:790: warning: comparison is always true due to limited range of data type
character.c:790: warning: comparison is always true due to limited range of data type
character.c:790: warning: comparison is always false due to limited range of data type
character.c:790: warning: comparison is always false due to limited range of data type
character.c:790: warning: comparison is always true due to limited range of data type
character.c:790: warning: comparison is always true due to limited range of data type
character.c:790: warning: comparison is always false due to limited range of data type
character.c:790: warning: comparison is always false due to limited range of data type
  CC       chartab.o
  CC       bidi.o
bidi.c: In function 'bidi_move_to_visually_next':
bidi.c:3509: warning: comparison is always true due to limited range of data type
  CC       cm.o
  CC       term.o
term.c: In function 'encode_terminal_code':
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always true due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
term.c:535: warning: comparison is always false due to limited range of data type
  CC       terminal.o
  CC       xfaces.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
keymap.c: In function 'Fkey_description':
keymap.c:1990: warning: comparison is always true due to limited range of data type
keymap.c:1990: warning: comparison is always true due to limited range of data type
keymap.c:1990: warning: comparison is always false due to limited range of data type
keymap.c:1990: warning: comparison is always false due to limited range of data type
keymap.c:1990: warning: comparison is always true due to limited range of data type
keymap.c:1990: warning: comparison is always true due to limited range of data type
keymap.c:1990: warning: comparison is always false due to limited range of data type
keymap.c:1990: warning: comparison is always false due to limited range of data type
keymap.c:1992: warning: comparison is always true due to limited range of data type
keymap.c:1992: warning: comparison is always true due to limited range of data type
keymap.c:1992: warning: comparison is always false due to limited range of data type
keymap.c:1992: warning: comparison is always false due to limited range of data type
keymap.c:1992: warning: comparison is always true due to limited range of data type
keymap.c:1992: warning: comparison is always true due to limited range of data type
keymap.c:1992: warning: comparison is always false due to limited range of data type
keymap.c:1992: warning: comparison is always false due to limited range of data type
  CC       sysdep.o
sysdep.c: In function 'list_system_processes':
sysdep.c:2805: warning: comparison is always true due to limited range of data type
sysdep.c:2805: warning: comparison is always true due to limited range of data type
sysdep.c: In function 'system_process_attributes':
sysdep.c:3396: warning: comparison is always true due to limited range of data type
sysdep.c:3396: warning: comparison is always true due to limited range of data type
sysdep.c:3404: warning: comparison is always true due to limited range of data type
sysdep.c:3404: warning: comparison is always true due to limited range of data type
sysdep.c:3444: warning: comparison is always true due to limited range of data type
sysdep.c:3444: warning: comparison is always true due to limited range of data type
sysdep.c:3445: warning: comparison is always true due to limited range of data type
sysdep.c:3445: warning: comparison is always true due to limited range of data type
sysdep.c:3446: warning: comparison is always true due to limited range of data type
sysdep.c:3446: warning: comparison is always true due to limited range of data type
sysdep.c:3454: warning: comparison is always true due to limited range of data type
sysdep.c:3454: warning: comparison is always true due to limited range of data type
sysdep.c:3478: warning: comparison is always true due to limited range of data type
sysdep.c:3478: warning: comparison is always true due to limited range of data type
  CC       buffer.o
buffer.c: In function 'report_overlay_modification':
buffer.c:4503: warning: comparison is always true due to limited range of data type
buffer.c:4503: warning: comparison is always true due to limited range of data type
buffer.c:4503: warning: comparison is always false due to limited range of data type
buffer.c:4503: warning: comparison is always false due to limited range of data type
buffer.c:4503: warning: comparison is always true due to limited range of data type
buffer.c:4503: warning: comparison is always true due to limited range of data type
buffer.c:4503: warning: comparison is always false due to limited range of data type
buffer.c:4503: warning: comparison is always false due to limited range of data type
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
dired.c: In function 'file_attributes':
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
dired.c:962: warning: comparison is always true due to limited range of data type
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
casefiddle.c: In function 'casify_object':
casefiddle.c:118: warning: comparison is always true due to limited range of data type
casefiddle.c:118: warning: comparison is always true due to limited range of data type
casefiddle.c:118: warning: comparison is always false due to limited range of data type
casefiddle.c:118: warning: comparison is always false due to limited range of data type
casefiddle.c:118: warning: comparison is always true due to limited range of data type
casefiddle.c:118: warning: comparison is always true due to limited range of data type
casefiddle.c:118: warning: comparison is always false due to limited range of data type
casefiddle.c:118: warning: comparison is always false due to limited range of data type
  CC       indent.o
  CC       search.o
  CC       regex.o
  CC       undo.o
  CC       alloc.o
  CC       data.o
data.c: In function 'wrong_choice':
data.c:965: warning: comparison is always true due to limited range of data type
data.c:965: warning: comparison is always true due to limited range of data type
data.c:965: warning: comparison is always false due to limited range of data type
data.c:965: warning: comparison is always false due to limited range of data type
data.c:965: warning: comparison is always true due to limited range of data type
data.c:965: warning: comparison is always true due to limited range of data type
data.c:965: warning: comparison is always false due to limited range of data type
data.c:965: warning: comparison is always false due to limited range of data type
  GEN      buildobj.h
  CC       doc.o
  CC       editfns.o
editfns.c: In function 'init_editfns':
editfns.c:272: warning: comparison is always true due to limited range of data type
editfns.c:272: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Fget_pos_property':
editfns.c:514: warning: comparison is always true due to limited range of data type
editfns.c:514: warning: comparison is always true due to limited range of data type
editfns.c:514: warning: comparison is always false due to limited range of data type
editfns.c:514: warning: comparison is always false due to limited range of data type
editfns.c:514: warning: comparison is always true due to limited range of data type
editfns.c:514: warning: comparison is always true due to limited range of data type
editfns.c:514: warning: comparison is always false due to limited range of data type
editfns.c:514: warning: comparison is always false due to limited range of data type
editfns.c: In function 'Fuser_uid':
editfns.c:1333: warning: comparison is always true due to limited range of data type
editfns.c:1333: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Fuser_real_uid':
editfns.c:1342: warning: comparison is always true due to limited range of data type
editfns.c:1342: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Fgroup_gid':
editfns.c:1351: warning: comparison is always true due to limited range of data type
editfns.c:1351: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Fgroup_real_gid':
editfns.c:1360: warning: comparison is always true due to limited range of data type
editfns.c:1360: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Femacs_pid':
editfns.c:1440: warning: comparison is always true due to limited range of data type
editfns.c:1440: warning: comparison is always true due to limited range of data type
editfns.c: In function 'Fdecode_time':
editfns.c:2111: warning: comparison is always true due to limited range of data type
editfns.c:2111: warning: comparison is always true due to limited range of data type
editfns.c: In function 'styled_format':
editfns.c:3891: warning: comparison is always true due to limited range of data type
editfns.c:3891: warning: comparison is always true due to limited range of data type
editfns.c:3891: warning: comparison is always false due to limited range of data type
editfns.c:3891: warning: comparison is always false due to limited range of data type
editfns.c:3891: warning: comparison is always true due to limited range of data type
editfns.c:3891: warning: comparison is always true due to limited range of data type
editfns.c:3891: warning: comparison is always false due to limited range of data type
editfns.c:3891: warning: comparison is always false due to limited range of data type
  CC       callint.o
  CC       eval.o
eval.c: In function 'Fapply':
eval.c:2299: warning: comparison is always false due to limited range of data type
eval.c:2299: warning: comparison is always false due to limited range of data type
eval.c:2299: warning: comparison is always false due to limited range of data type
eval.c:2299: warning: comparison is always false due to limited range of data type
eval.c:2307: warning: comparison is always true due to limited range of data type
eval.c:2307: warning: comparison is always true due to limited range of data type
eval.c:2307: warning: comparison is always false due to limited range of data type
eval.c:2307: warning: comparison is always false due to limited range of data type
eval.c:2307: warning: comparison is always true due to limited range of data type
eval.c:2307: warning: comparison is always true due to limited range of data type
eval.c:2307: warning: comparison is always false due to limited range of data type
eval.c:2307: warning: comparison is always false due to limited range of data type
eval.c: In function 'apply_lambda':
eval.c:2783: warning: comparison is always true due to limited range of data type
eval.c:2783: warning: comparison is always true due to limited range of data type
eval.c:2783: warning: comparison is always false due to limited range of data type
eval.c:2783: warning: comparison is always false due to limited range of data type
eval.c:2783: warning: comparison is always true due to limited range of data type
eval.c:2783: warning: comparison is always true due to limited range of data type
eval.c:2783: warning: comparison is always false due to limited range of data type
eval.c:2783: warning: comparison is always false due to limited range of data type
  CC       floatfns.o
  CC       fns.o
fns.c: In function 'sort_vector':
fns.c:1971: warning: comparison is always true due to limited range of data type
fns.c:1971: warning: comparison is always true due to limited range of data type
fns.c:1971: warning: comparison is always false due to limited range of data type
fns.c:1971: warning: comparison is always false due to limited range of data type
fns.c:1971: warning: comparison is always true due to limited range of data type
fns.c:1971: warning: comparison is always true due to limited range of data type
fns.c:1971: warning: comparison is always false due to limited range of data type
fns.c:1971: warning: comparison is always false due to limited range of data type
fns.c: In function 'Fmapconcat':
fns.c:2553: warning: comparison is always true due to limited range of data type
fns.c:2553: warning: comparison is always true due to limited range of data type
fns.c:2553: warning: comparison is always false due to limited range of data type
fns.c:2553: warning: comparison is always false due to limited range of data type
fns.c:2553: warning: comparison is always true due to limited range of data type
fns.c:2553: warning: comparison is always true due to limited range of data type
fns.c:2553: warning: comparison is always false due to limited range of data type
fns.c:2553: warning: comparison is always false due to limited range of data type
fns.c: In function 'Fmapcar':
fns.c:2586: warning: comparison is always true due to limited range of data type
fns.c:2586: warning: comparison is always true due to limited range of data type
fns.c:2586: warning: comparison is always false due to limited range of data type
fns.c:2586: warning: comparison is always false due to limited range of data type
fns.c:2586: warning: comparison is always true due to limited range of data type
fns.c:2586: warning: comparison is always true due to limited range of data type
fns.c:2586: warning: comparison is always false due to limited range of data type
fns.c:2586: warning: comparison is always false due to limited range of data type
  CC       font.o
font.c: In function 'font_vconcat_entity_vectors':
font.c:2177: warning: comparison is always true due to limited range of data type
font.c:2177: warning: comparison is always true due to limited range of data type
font.c:2177: warning: comparison is always false due to limited range of data type
font.c:2177: warning: comparison is always false due to limited range of data type
font.c:2177: warning: comparison is always true due to limited range of data type
font.c:2177: warning: comparison is always true due to limited range of data type
font.c:2177: warning: comparison is always false due to limited range of data type
font.c:2177: warning: comparison is always false due to limited range of data type
font.c: In function 'font_find_for_lface':
font.c:3232: warning: comparison is always true due to limited range of data type
font.c:3232: warning: comparison is always true due to limited range of data type
font.c:3232: warning: comparison is always false due to limited range of data type
font.c:3232: warning: comparison is always false due to limited range of data type
font.c:3232: warning: comparison is always true due to limited range of data type
font.c:3232: warning: comparison is always true due to limited range of data type
font.c:3232: warning: comparison is always false due to limited range of data type
font.c:3232: warning: comparison is always false due to limited range of data type
font.c: In function 'font_fill_lglyph_metrics':
font.c:4370: warning: comparison is always true due to limited range of data type
font.c:4370: warning: comparison is always true due to limited range of data type
font.c: In function 'Ffont_variation_glyphs':
font.c:4487: warning: comparison is always true due to limited range of data type
font.c:4487: warning: comparison is always true due to limited range of data type
font.c: In function 'Finternal_char_font':
font.c:4590: warning: comparison is always true due to limited range of data type
font.c:4590: warning: comparison is always true due to limited range of data type
font.c: In function 'Ffont_get_glyphs':
font.c:4847: warning: comparison is always true due to limited range of data type
font.c:4847: warning: comparison is always true due to limited range of data type
font.c:4847: warning: comparison is always false due to limited range of data type
font.c:4847: warning: comparison is always false due to limited range of data type
font.c:4847: warning: comparison is always true due to limited range of data type
font.c:4847: warning: comparison is always true due to limited range of data type
font.c:4847: warning: comparison is always false due to limited range of data type
font.c:4847: warning: comparison is always false due to limited range of data type
font.c:4866: warning: comparison is always true due to limited range of data type
font.c:4866: warning: comparison is always true due to limited range of data type
font.c:4866: warning: comparison is always false due to limited range of data type
font.c:4866: warning: comparison is always false due to limited range of data type
font.c:4866: warning: comparison is always true due to limited range of data type
font.c:4866: warning: comparison is always true due to limited range of data type
font.c:4866: warning: comparison is always false due to limited range of data type
font.c:4866: warning: comparison is always false due to limited range of data type
font.c:4923: warning: comparison is always true due to limited range of data type
font.c:4923: warning: comparison is always true due to limited range of data type
  CC       print.o
  CC       lread.o
  CC       syntax.o
  CC       unexelf.o
  CC       bytecode.o
  CC       process.o
process.c: In function 'record_deleted_pid':
process.c:818: warning: comparison is always true due to limited range of data type
process.c:818: warning: comparison is always true due to limited range of data type
process.c: In function 'Fprocess_id':
process.c:938: warning: comparison is always true due to limited range of data type
process.c:938: warning: comparison is always true due to limited range of data type
process.c: In function 'Fmake_process':
process.c:1524: warning: comparison is always true due to limited range of data type
process.c:1524: warning: comparison is always true due to limited range of data type
process.c:1524: warning: comparison is always false due to limited range of data type
process.c:1524: warning: comparison is always false due to limited range of data type
process.c:1524: warning: comparison is always true due to limited range of data type
process.c:1524: warning: comparison is always true due to limited range of data type
process.c:1524: warning: comparison is always false due to limited range of data type
process.c:1524: warning: comparison is always false due to limited range of data type
process.c:1554: warning: comparison is always true due to limited range of data type
process.c:1554: warning: comparison is always true due to limited range of data type
process.c:1554: warning: comparison is always false due to limited range of data type
process.c:1554: warning: comparison is always false due to limited range of data type
process.c:1554: warning: comparison is always true due to limited range of data type
process.c:1554: warning: comparison is always true due to limited range of data type
process.c:1554: warning: comparison is always false due to limited range of data type
process.c:1554: warning: comparison is always false due to limited range of data type
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
composite.c: In function 'fill_gstring_body':
composite.c:843: warning: comparison is always true due to limited range of data type
composite.c:843: warning: comparison is always true due to limited range of data type
  CC       xml.o
  CC       profiler.o
  CC       decompress.o
  CC       terminfo.o
  CC       lastfile.o
  CC       gmalloc.o
gmake -C ../admin/charsets all
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/charsets'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/charsets'
gmake -C ../admin/unidata charscript.el
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/unidata'
gmake[2]: Nothing to be done for 'charscript.el'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/unidata'
  CCLD     temacs
../build-aux/install-sh -c -d ../etc
: paxctl -r temacs
: setfattr -n user.pax.flags -v er temacs
gmake -C ../lisp update-subdirs
gmake[2]: Entering directory '/root/emacs-25.0.90/lisp'
gmake[2]: Leaving directory '/root/emacs-25.0.90/lisp'
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/root/emacs-25.0.90/lisp /root/emacs-25.0.90/lisp/emacs-lisp /root/emacs-25.0.90/lisp/language /root/emacs-25.0.90/lisp/international /root/emacs-25.0.90/lisp/textmodes /root/emacs-25.0.90/lisp/vc)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
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 button...
Loading /root/emacs-25.0.90/lisp/loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading minibuffer...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading /root/emacs-25.0.90/lisp/international/charprop.el (source)...
Loading international/characters...
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 indent...
Loading emacs-lisp/cl-generic...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading /root/emacs-25.0.90/lisp/leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
81435 pure bytes used
: paxctl -zex emacs
mv -f emacs bootstrap-emacs
gmake -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
gmake[2]: Entering directory '/root/emacs-25.0.90/lisp'
gmake[2]: Nothing to be done for 'compile-first'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/lisp'
gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/unidata'
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/unidata'
gmake -C ../admin/charsets cp51932.el
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/charsets'
gmake[2]: Nothing to be done for 'cp51932.el'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/charsets'
gmake -C ../admin/charsets eucjp-ms.el
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/charsets'
gmake[2]: Nothing to be done for 'eucjp-ms.el'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/charsets'
  GEN      ../etc/DOC
gmake -C ../leim leim-list.el EMACS="../src/bootstrap-emacs"
gmake[2]: Entering directory '/root/emacs-25.0.90/leim'
gmake[2]: Nothing to be done for 'leim-list.el'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/leim'
LC_ALL=C ./temacs -batch -l loadup dump
Loading loadup.el (source)...
Using load-path (/root/emacs-25.0.90/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
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 button...
Loading loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading emacs-lisp/cl-preloaded...
Loading minibuffer...
Loading abbrev...
Loading simple...
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 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 indent...
Loading emacs-lisp/cl-generic...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading progmodes/elisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 22440 strings, 3614 vectors, 34986 conses, 3516 bytecodes, 99 others
Dumping under the name emacs
2591260 pure bytes used
Adding name emacs-25.0.90.1
: paxctl -zex emacs
ln -f emacs bootstrap-emacs
gmake[1]: Leaving directory '/root/emacs-25.0.90/src'
gmake -C lisp all
gmake[1]: Entering directory '/root/emacs-25.0.90/lisp'
gmake -C ../leim all EMACS="../src/emacs"
gmake[2]: Entering directory '/root/emacs-25.0.90/leim'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/leim'
gmake -C ../admin/grammars all EMACS="../../src/emacs"
gmake[2]: Entering directory '/root/emacs-25.0.90/admin/grammars'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/admin/grammars'
gmake[2]: Entering directory '/root/emacs-25.0.90/lisp'
gmake[2]: Nothing to be done for 'compile-targets'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/lisp'
gmake[1]: Leaving directory '/root/emacs-25.0.90/lisp'
gmake info-real info-dir
gmake[1]: Entering directory '/root/emacs-25.0.90'
gmake -C doc/lispref info
gmake[2]: Entering directory '/root/emacs-25.0.90/doc/lispref'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/doc/lispref'
gmake -C doc/lispintro info
gmake[2]: Entering directory '/root/emacs-25.0.90/doc/lispintro'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/doc/lispintro'
gmake -C doc/emacs info
gmake[2]: Entering directory '/root/emacs-25.0.90/doc/emacs'
  GEN      ../../info/emacs.info
/root/emacs-25.0.90/doc/emacs//docstyle.texi:3: warning: unrecognized encoding name `UTF-8'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/doc/emacs'
gmake -C doc/misc info
gmake[2]: Entering directory '/root/emacs-25.0.90/doc/misc'
gmake[2]: Nothing to be done for 'info'.
gmake[2]: Leaving directory '/root/emacs-25.0.90/doc/misc'
gmake[1]: Nothing to be done for 'info-dir'.
gmake[1]: Leaving directory '/root/emacs-25.0.90'
root@9amd64-default:~/emacs-25.0.90 # exit
exit

Script done on Wed Feb 17 19:06:09 2016

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2016-02-17 22:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 22:10 bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9) Joseph Mingrone
2015-12-26 21:22 ` Lars Ingebrigtsen
2016-02-13  1:08 ` Paul Eggert
2016-02-14 16:12 ` Wolfgang Jenkner
2016-02-14 19:47   ` Paul Eggert
2016-02-15  4:05     ` Joseph Mingrone
2016-02-15  5:56       ` Ashish SHUKLA
2016-02-15  8:17       ` Paul Eggert
2016-02-15 13:08         ` Wolfgang Jenkner
2016-02-15 18:51           ` Joseph Mingrone
2016-02-15 18:51         ` Joseph Mingrone
2016-02-17  3:38           ` Joseph Mingrone
2016-02-17  7:56             ` Paul Eggert
2016-02-17 13:23               ` Wolfgang Jenkner
2016-02-17 15:35                 ` Joseph Mingrone
2016-02-17 17:49             ` Wolfgang Jenkner
2016-02-17 22:45               ` Joseph Mingrone [this message]
2016-02-18 13:39                 ` Wolfgang Jenkner
2016-03-20  2:40 ` Paul Eggert
     [not found] ` <handler.22065.D22065.145844160912708.notifdone@debbugs.gnu.org>
2016-03-20  2:52   ` bug#22065: closed (Re: bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9)) Joseph Mingrone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86ziuz552m.fsf@phe.ftfl.ca \
    --to=jrm@ftfl.ca \
    --cc=22065@debbugs.gnu.org \
    --cc=ashish@FreeBSD.org \
    --cc=dmantipov@yandex.ru \
    --cc=eggert@cs.ucla.edu \
    --cc=wjenkner@inode.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

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